SettingsIntelligence: Bring in the new icon

* Part of the new iconset made by Asher Simonds

Co-authored-by: Michael W <baddaemon87@gmail.com>
Change-Id: Idba903ad49e0f5f7a437b8b736aba0492e3b5197
Signed-off-by: Dmitrii <bankersenator@gmail.com>
diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..fa5cbd9
--- /dev/null
+++ b/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,14 @@
+<?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>
diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml
new file mode 100644
index 0000000..416693e
--- /dev/null
+++ b/res/drawable/ic_launcher_foreground.xml
@@ -0,0 +1,34 @@
+<?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>
diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml
index 07e226d..3d90bc5 100644
--- a/res/mipmap-anydpi/ic_launcher.xml
+++ b/res/mipmap-anydpi/ic_launcher.xml
@@ -1,20 +1,9 @@
+<?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" />
-</adaptive-icon>
\ No newline at end of file
+    <background android:drawable="@drawable/ic_launcher_background"/>
+    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+</adaptive-icon>
diff --git a/res/mipmap-hdpi/ic_launcher_settings_intelligence.png b/res/mipmap-hdpi/ic_launcher_settings_intelligence.png
deleted file mode 100644
index ddce98e..0000000
--- a/res/mipmap-hdpi/ic_launcher_settings_intelligence.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_settings_intelligence.png b/res/mipmap-mdpi/ic_launcher_settings_intelligence.png
deleted file mode 100644
index 86f3be8..0000000
--- a/res/mipmap-mdpi/ic_launcher_settings_intelligence.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_settings_intelligence.png b/res/mipmap-xhdpi/ic_launcher_settings_intelligence.png
deleted file mode 100644
index 360aa69..0000000
--- a/res/mipmap-xhdpi/ic_launcher_settings_intelligence.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_settings_intelligence.png b/res/mipmap-xxhdpi/ic_launcher_settings_intelligence.png
deleted file mode 100644
index 7cb67a9..0000000
--- a/res/mipmap-xxhdpi/ic_launcher_settings_intelligence.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.png b/res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.png
deleted file mode 100644
index 3fec9c4..0000000
--- a/res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.png
+++ /dev/null
Binary files differ