Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0ae307e authored by Asher Simonds's avatar Asher Simonds Committed by Michael W
Browse files

SettingsIntelligence: Bring in the new icon



* Part of the new iconset made by Asher Simonds

Co-authored-by: default avatarMichael W <baddaemon87@gmail.com>
Change-Id: Idba903ad49e0f5f7a437b8b736aba0492e3b5197
parent a52e605e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2022 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="108"
    android:viewportHeight="108">
  <path
      android:pathData="M0,0h108v108h-108z"
      android:fillColor="#167C80"/>
</vector>
+34 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2022 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:aapt="http://schemas.android.com/aapt"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="108"
    android:viewportHeight="108">
  <group>
    <clip-path
        android:pathData="M0,0h108v108h-108z"/>
    <path
        android:pathData="M57.538,32C58.424,32 59.162,32.683 59.23,33.567L59.324,34.795C59.474,36.744 60.817,38.369 62.508,39.349C64.199,40.33 66.252,40.661 68.015,39.816L69.128,39.283C69.928,38.899 70.889,39.196 71.332,39.965L74.837,46.034C75.28,46.803 75.058,47.784 74.325,48.285L73.309,48.981C71.696,50.085 70.955,52.045 70.955,54C70.955,55.955 71.696,57.915 73.309,59.019L74.325,59.714C75.058,60.216 75.28,61.197 74.837,61.966L71.332,68.035C70.889,68.803 69.928,69.101 69.128,68.717L68.015,68.184C66.252,67.339 64.199,67.67 62.508,68.651C60.817,69.631 59.474,71.257 59.324,73.205L59.23,74.433C59.162,75.317 58.424,76 57.538,76H50.527C49.64,76 48.903,75.317 48.835,74.433L48.74,73.205C48.59,71.257 47.247,69.631 45.556,68.651C43.865,67.67 41.812,67.339 40.049,68.184L38.936,68.717C38.136,69.101 37.175,68.803 36.732,68.035L33.228,61.966C32.784,61.197 33.007,60.216 33.739,59.714L34.755,59.019C36.368,57.914 37.109,55.955 37.109,54C37.109,52.045 36.368,50.086 34.755,48.981L33.739,48.286C33.007,47.784 32.784,46.803 33.228,46.034L36.732,39.965C37.175,39.196 38.136,38.899 38.936,39.283L40.049,39.816C41.812,40.661 43.865,40.33 45.556,39.349C47.247,38.369 48.59,36.744 48.74,34.795L48.835,33.567C48.903,32.683 49.64,32 50.527,32H57.538ZM54.032,69.231C62.444,69.231 69.263,62.412 69.263,54C69.263,45.588 62.444,38.769 54.032,38.769C45.62,38.769 38.801,45.588 38.801,54C38.801,62.412 45.62,69.231 54.032,69.231Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
    <path
        android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0"
        android:fillAlpha="0.6">
      <aapt:attr name="android:fillColor">
        <gradient
            android:gradientRadius="72"
            android:centerX="28.54"
            android:centerY="28.54"
            android:type="radial">
          <item android:offset="0" android:color="#19FFFFFF"/>
          <item android:offset="1" android:color="#00FFFFFF"/>
        </gradient>
      </aapt:attr>
    </path>
  </group>
</vector>
+7 −18
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2017 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
     SPDX-FileCopyrightText: 2022 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/launcher_background_color" />
    <foreground android:drawable="@mipmap/ic_launcher_settings_intelligence" />
    <background android:drawable="@drawable/ic_launcher_background"/>
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
−9.72 KiB
Loading image diff...
−5.34 KiB
Loading image diff...
Loading