lawnicons: Update clock icon from awaken

* The google one is way too small when not using dynamic clock icon
* https://github.com/Project-Awaken/android_packages_apps_Launcher3/blob/be74886b74af7e471d337e885aceee7256aa710c/res/drawable/themed_icon_aosp_clock.xml

Change-Id: I104169dbafe66fb9a0f8e133c2886ed64e45cf90
diff --git a/app/src/main/res/drawable/clock.xml b/app/src/main/res/drawable/clock.xml
index baa4099..0874f25 100644
--- a/app/src/main/res/drawable/clock.xml
+++ b/app/src/main/res/drawable/clock.xml
@@ -1,22 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-    <item>
-        <rotate android:fromDegrees="300" android:toDegrees="5300" android:pivotX="50%" android:pivotY="50%">
-            <inset android:inset="16%">
-                <vector android:height="60dp" android:width="60dp" android:viewportWidth="60" android:viewportHeight="60">
-                    <path android:fillColor="@android:color/white" android:pathData="M 30 31 L 30 31 C 30.552 31 31 30.552 31 30 L 31 12 C 31 11.448 30.552 11 30 11 L 30 11 C 29.448 11 29 11.448 29 12 L 29 30 C 29 30.552 29.448 31 30 31 Z"/>
-                </vector>
-            </inset>
-        </rotate>
-    </item>
-    <item>
-        <rotate android:fromDegrees="60" android:toDegrees="60060" android:pivotX="50%" android:pivotY="50%">
-            <inset android:inset="16%">
-                <vector android:height="60dp" android:width="60dp" android:viewportWidth="60" android:viewportHeight="60">
-                    <path android:fillColor="@android:color/white" android:pathData="M 30 7.021 H 30 A 1 1 0 0 1 31 8.021 V 30.021 A 1 1 0 0 1 30 31.021 H 30 A 1 1 0 0 1 29 30.021 V 8.021 A 1 1 0 0 1 30 7.021 Z"/>
-                    <path android:fillColor="@android:color/white" android:pathData="M 33 30 C 33 28.343 31.657 27 30 27 C 28.343 27 27 28.343 27 30 C 27 31.657 28.343 33 30 33 C 31.657 33 33 31.657 33 30 Z"/>
-                </vector>
-            </inset>
-        </rotate>
-    </item>
-</layer-list>
+<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="36dp" android:width="36dp" android:viewportWidth="36" android:viewportHeight="36">
+    <path android:fillColor="#ff000000" android:pathData="M18,29.5c-0.3,0-0.5-0.2-0.5-0.5v-1.2c0-0.3,0.2-0.5,0.5-0.5s0.5,0.2,0.5,0.5V29C18.5,29.3,18.3,29.5,18,29.5z" android:strokeWidth="1" android:strokeAlpha="0.75" android:fillAlpha="0.75"/>
+    <path android:fillColor="#ff000000" android:pathData="M8.3,18.5H7.1c-0.3,0-0.5-0.2-0.5-0.5s0.2-0.5,0.5-0.5h1.2c0.3,0,0.5,0.2,0.5,0.5S8.6,18.5,8.3,18.5z" android:strokeWidth="1" android:strokeAlpha="0.75" android:fillAlpha="0.75"/>
+    <path android:fillColor="#ff000000" android:pathData="M28.9,18.5h-1.2c-0.3,0-0.5-0.2-0.5-0.5s0.2-0.5,0.5-0.5h1.2c0.3,0,0.5,0.2,0.5,0.5S29.2,18.5,28.9,18.5z" android:strokeWidth="1" android:strokeAlpha="0.75" android:fillAlpha="0.75"/>
+    <path android:fillColor="#ff000000" android:pathData="M9.6,20.3c-0.3,0-0.6-0.2-0.7-0.6c0-0.3,0.2-0.7,0.6-0.7l8.4-1.6c0.4-0.1,0.7,0.2,0.8,0.5c0.1,0.4-0.2,0.7-0.5,0.8 l-8.4,1.6C9.7,20.3,9.7,20.3,9.6,20.3z" android:strokeWidth="1" android:strokeAlpha="0.55" android:fillAlpha="0.55"/>
+    <path android:fillColor="#ff000000" android:pathData="M18,18.9c-0.2,0-0.5-0.1-0.6-0.3c-0.4-0.4-0.4-0.9,0-1.3l7.5-7.7c0.4-0.4,0.9-0.4,1.3,0s0.4,0.9,0,1.3l-7.5,7.7 C18.5,18.8,18.2,18.9,18,18.9z"/>
+    <path android:fillColor="#ff000000" android:pathData="M18,33C9.7,33,3,26.3,3,18S9.7,3,18,3s15,6.7,15,15S26.3,33,18,33z M18,5.3C11,5.3,5.3,11,5.3,18S11,30.7,18,30.7 S30.7,25,30.7,18S25,5.3,18,5.3z"/>
+</vector>