Skip to content

Commit 2eb77ea

Browse files
committed
added themed icons support
- app icons is now themed with adaptive icons, which will be enabled if the user enables adaptive icon coloring from the launcher/OS settings Change-Id: Ic14d7b34031a384de3cc8f5c604dad48876246cf Signed-off-by: AbdAlMoniem AlHifnawy <hifnawy_moniem@hotmail.com>
1 parent 985b293 commit 2eb77ea

File tree

10 files changed

+339
-41
lines changed

10 files changed

+339
-41
lines changed

app/src/debug/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:tools="http://schemas.android.com/tools">
44

55
<application
6-
android:icon="@drawable/coffee_icon_debug"
7-
android:roundIcon="@drawable/coffee_icon_debug"
6+
android:icon="@mipmap/app_icon_themed_debug"
7+
android:roundIcon="@mipmap/app_icon_themed_debug"
88
tools:replace="android:icon,android:roundIcon" />
99

1010
</manifest>

app/src/debug/res/drawable/coffee_icon_debug.xml

Lines changed: 107 additions & 16 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/app_icon_themed_debug_background" />
4+
<foreground android:drawable="@drawable/coffee_icon_debug" />
5+
<monochrome android:drawable="@drawable/coffee_icon_debug_monochrome" />
6+
</adaptive-icon>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="app_icon_themed_debug_background">#B00020</color>
4+
</resources>

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
android:allowBackup="true"
1414
android:dataExtractionRules="@xml/data_extraction_rules"
1515
android:fullBackupContent="@xml/backup_rules"
16-
android:icon="@drawable/coffee_icon"
16+
android:icon="@mipmap/app_icon_themed"
1717
android:label="@string/app_name"
18-
android:roundIcon="@drawable/coffee_icon"
18+
android:roundIcon="@mipmap/app_icon_themed"
1919
android:supportsRtl="true"
2020
android:theme="@style/Theme.Caffeinate"
2121
tools:targetApi="31">
Lines changed: 55 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,64 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
3-
android:width="600dp"
4-
android:height="541dp"
3+
android:width="108dp"
4+
android:height="108dp"
55
android:autoMirrored="true"
66
android:viewportWidth="600"
77
android:viewportHeight="541"
88
tools:ignore="VectorRaster">
99

10-
<path
11-
android:fillColor="#cb7333"
12-
android:fillType="evenOdd"
13-
android:pathData="M70.32,244.75C72.88,322.16 91.01,379.68 127.05,424.75C138.11,438.58 365.19,439.49 376.68,425.75C417.2,377.29 435.77,316.52 435.98,231.75C436,226 436,226 252.85,226C69.69,226 69.69,226 70.32,244.75M54.53,470.14C73.92,490.06 87.15,497.21 118,504.41C146.79,511.13 146.1,511.1 257,510.76C357.5,510.45 357.5,510.45 374.32,506.78C413.89,498.15 432.68,489.21 451.47,470.08C457.44,464 457.44,464 253,464C48.56,464 48.56,464 54.53,470.14"
14-
android:strokeColor="#00000000"
15-
tools:ignore="VectorPath" />
10+
<group
11+
android:scaleX="0.9"
12+
android:scaleY="0.8115"
13+
android:translateX="30"
14+
android:translateY="50.98925">
1615

17-
<path
18-
android:fillColor="#040404"
19-
android:fillType="evenOdd"
20-
android:pathData="M206.42,1.14C198.18,5.14 199.32,11.8 210.51,25C228.56,46.29 227.52,58.81 205.52,85C181.92,113.1 177.12,128.07 184.56,150.31C188.85,163.11 201.24,180.95 207.73,183.66C218.41,188.12 224.9,176.68 217.53,166.36C196.27,136.58 196.59,127.97 220,99.81C249.32,64.55 251.46,45.14 229.32,15.5C218.72,1.31 213.21,-2.15 206.42,1.14M255.35,3.93C248.36,8.19 248.68,14.12 256.39,23.29C268.01,37.08 272.09,45.35 272.13,55.22C272.18,64.57 269.38,69.39 250.35,92.79C226.18,122.51 224.45,144.13 243.99,172.38C254.38,187.42 260.28,190.48 266.88,184.25C272.71,178.76 272,175.81 261.28,160.99C246.34,140.32 247.89,127.93 268.57,103C299.77,65.37 301.05,44.19 274.03,12.25C265.37,2.01 261.4,0.24 255.35,3.93M309.28,3.97C306.36,5.75 305.34,7.63 304.91,12C304.55,15.64 305.39,17.19 311.99,25.11C330.41,47.22 330.88,60.28 313.97,81C310.6,85.13 304.97,92.08 301.44,96.45C279.23,124.02 279.35,147.76 301.86,177.67C309.16,187.38 314.92,189.46 320.81,184.51C326.57,179.66 325.76,175.08 317.13,163.68C300.71,141.98 301.54,128.16 320.61,105.5C353.26,66.69 355.46,46.22 330.33,15.03C320.05,2.28 315.76,0.02 309.28,3.97M48.97,196.82C40.28,200.67 39.47,203.39 39.7,228C40.46,311.84 56.41,374.5 89.84,425C94.81,432.5 94.81,432.5 53.15,433C6.2,433.56 5.42,433.69 1.63,441.64C-2.51,450.34 -1.02,453.59 15.65,472.17C56.97,518.21 72.11,526.87 130.16,537.71C152.79,541.93 344.66,542.52 368.3,538.44C425.92,528.48 446.39,518.07 483,480.09C509.35,452.75 511.85,447.89 503.92,439.4C498.34,433.43 499.25,433.54 452.71,433C409.92,432.5 409.92,432.5 414.25,426.5C423.11,414.18 440,383.8 440,380.17C440,379.38 442.18,382.06 444.83,386.12C483.39,444.95 567.27,419.99 593.32,341.94C625.04,246.93 542.76,174.67 472,235.39C466.5,240.11 466.5,240.11 466,222.8C465.45,203.68 464.93,201.98 458.53,198.02C455.22,195.97 53.53,194.8 48.97,196.82M70.32,244.75C72.88,322.16 91.01,379.68 127.05,424.75C138.11,438.58 365.19,439.49 376.68,425.75C417.2,377.29 435.77,316.52 435.98,231.75C436,226 436,226 252.85,226C69.69,226 69.69,226 70.32,244.75M514.5,245.35C465.25,261.64 441.89,342.16 476.42,376.55C510.81,410.79 569.27,363.58 569.37,301.5C569.44,261.8 543.86,235.63 514.5,245.35M54.53,470.14C73.92,490.06 87.15,497.21 118,504.41C146.79,511.13 146.1,511.1 257,510.76C357.5,510.45 357.5,510.45 374.32,506.78C413.89,498.15 432.68,489.21 451.47,470.08C457.44,464 457.44,464 253,464C48.56,464 48.56,464 54.53,470.14"
21-
android:strokeColor="#00000000"
22-
tools:ignore="VectorPath" />
16+
<group
17+
android:pivotX="300"
18+
android:pivotY="270.5"
19+
android:scaleX="0.55"
20+
android:scaleY="0.55">
21+
22+
<path
23+
android:fillColor="#cb7333"
24+
android:fillType="evenOdd"
25+
android:pathData="M70.32,244.75C72.88,322.16 91.01,379.68 127.05,424.75C138.11,438.58 365.19,
26+
439.49 376.68,425.75C417.2,377.29 435.77,316.52 435.98,231.75C436,226 436,226 252.85,226C69.69,
27+
226 69.69,226 70.32,244.75M54.53,470.14C73.92,490.06 87.15,497.21 118,504.41C146.79,511.13 146.1,
28+
511.1 257,510.76C357.5,510.45 357.5,510.45 374.32,506.78C413.89,498.15 432.68,489.21 451.47,
29+
470.08C457.44,464 457.44,464 253,464C48.56,464 48.56,464 54.53,470.14"
30+
android:strokeColor="#00000000"
31+
tools:ignore="VectorPath" />
32+
33+
<path
34+
android:fillColor="#040404"
35+
android:fillType="evenOdd"
36+
android:pathData="M206.42,1.14C198.18,5.14 199.32,11.8 210.51,25C228.56,
37+
46.29 227.52,58.81 205.52,85C181.92,113.1 177.12,128.07 184.56,150.31C188.85,
38+
163.11 201.24,180.95 207.73,183.66C218.41,188.12 224.9,176.68 217.53,166.36C196.27,
39+
136.58 196.59,127.97 220,99.81C249.32,64.55 251.46,45.14 229.32,15.5C218.72,1.31 213.21,
40+
-2.15 206.42,1.14M255.35,3.93C248.36,8.19 248.68,14.12 256.39,23.29C268.01,37.08 272.09,
41+
45.35 272.13,55.22C272.18,64.57 269.38,69.39 250.35,92.79C226.18,122.51 224.45,144.13 243.99,
42+
172.38C254.38,187.42 260.28,190.48 266.88,184.25C272.71,178.76 272,175.81 261.28,160.99C246.34,
43+
140.32 247.89,127.93 268.57,103C299.77,65.37 301.05,44.19 274.03,12.25C265.37,2.01 261.4,0.24 255.35,
44+
3.93M309.28,3.97C306.36,5.75 305.34,7.63 304.91,12C304.55,15.64 305.39,17.19 311.99,25.11C330.41,
45+
47.22 330.88,60.28 313.97,81C310.6,85.13 304.97,92.08 301.44,96.45C279.23,124.02 279.35,147.76 301.86,
46+
177.67C309.16,187.38 314.92,189.46 320.81,184.51C326.57,179.66 325.76,175.08 317.13,163.68C300.71,
47+
141.98 301.54,128.16 320.61,105.5C353.26,66.69 355.46,46.22 330.33,15.03C320.05,2.28 315.76,0.02 309.28,
48+
3.97M48.97,196.82C40.28,200.67 39.47,203.39 39.7,228C40.46,311.84 56.41,374.5 89.84,425C94.81,432.5 94.81,
49+
432.5 53.15,433C6.2,433.56 5.42,433.69 1.63,441.64C-2.51,450.34 -1.02,453.59 15.65,472.17C56.97,518.21 72.11,
50+
526.87 130.16,537.71C152.79,541.93 344.66,542.52 368.3,538.44C425.92,528.48 446.39,518.07 483,480.09C509.35,
51+
452.75 511.85,447.89 503.92,439.4C498.34,433.43 499.25,433.54 452.71,433C409.92,432.5 409.92,432.5 414.25,
52+
426.5C423.11,414.18 440,383.8 440,380.17C440,379.38 442.18,382.06 444.83,386.12C483.39,444.95 567.27,
53+
419.99 593.32,341.94C625.04,246.93 542.76,174.67 472,235.39C466.5,240.11 466.5,240.11 466,222.8C465.45,
54+
203.68 464.93,201.98 458.53,198.02C455.22,195.97 53.53,194.8 48.97,196.82M70.32,244.75C72.88,322.16 91.01,
55+
379.68 127.05,424.75C138.11,438.58 365.19,439.49 376.68,425.75C417.2,377.29 435.77,316.52 435.98,231.75C436,
56+
226 436,226 252.85,226C69.69,226 69.69,226 70.32,244.75M514.5,245.35C465.25,261.64 441.89,342.16 476.42,
57+
376.55C510.81,410.79 569.27,363.58 569.37,301.5C569.44,261.8 543.86,235.63 514.5,245.35M54.53,470.14C73.92,
58+
490.06 87.15,497.21 118,504.41C146.79,511.13 146.1,511.1 257,510.76C357.5,510.45 357.5,510.45 374.32,
59+
506.78C413.89,498.15 432.68,489.21 451.47,470.08C457.44,464 457.44,464 253,464C48.56,464 48.56,464 54.53,470.14"
60+
android:strokeColor="#00000000"
61+
tools:ignore="VectorPath" />
62+
</group>
63+
</group>
2364
</vector>
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:tools="http://schemas.android.com/tools"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:autoMirrored="true"
6+
android:viewportWidth="600"
7+
android:viewportHeight="541"
8+
tools:ignore="VectorRaster">
9+
10+
<group
11+
android:scaleX="0.9"
12+
android:scaleY="0.8115"
13+
android:translateX="30"
14+
android:translateY="30.98925">
15+
16+
<group
17+
android:pivotX="300"
18+
android:pivotY="270.5"
19+
android:scaleX="0.55"
20+
android:scaleY="0.55">
21+
22+
<path
23+
android:fillColor="#ff000000"
24+
android:fillType="evenOdd"
25+
android:pathData="M206.42,1.14C198.18,5.14 199.32,11.8 210.51,25C228.56,
26+
46.29 227.52,58.81 205.52,85C181.92,113.1 177.12,128.07 184.56,150.31C188.85,
27+
163.11 201.24,180.95 207.73,183.66C218.41,188.12 224.9,176.68 217.53,166.36C196.27,
28+
136.58 196.59,127.97 220,99.81C249.32,64.55 251.46,45.14 229.32,15.5C218.72,1.31 213.21,
29+
-2.15 206.42,1.14M255.35,3.93C248.36,8.19 248.68,14.12 256.39,23.29C268.01,37.08 272.09,
30+
45.35 272.13,55.22C272.18,64.57 269.38,69.39 250.35,92.79C226.18,122.51 224.45,144.13 243.99,
31+
172.38C254.38,187.42 260.28,190.48 266.88,184.25C272.71,178.76 272,175.81 261.28,160.99C246.34,
32+
140.32 247.89,127.93 268.57,103C299.77,65.37 301.05,44.19 274.03,12.25C265.37,2.01 261.4,0.24 255.35,
33+
3.93M309.28,3.97C306.36,5.75 305.34,7.63 304.91,12C304.55,15.64 305.39,17.19 311.99,25.11C330.41,
34+
47.22 330.88,60.28 313.97,81C310.6,85.13 304.97,92.08 301.44,96.45C279.23,124.02 279.35,147.76 301.86,
35+
177.67C309.16,187.38 314.92,189.46 320.81,184.51C326.57,179.66 325.76,175.08 317.13,163.68C300.71,
36+
141.98 301.54,128.16 320.61,105.5C353.26,66.69 355.46,46.22 330.33,15.03C320.05,2.28 315.76,0.02 309.28,
37+
3.97M48.97,196.82C40.28,200.67 39.47,203.39 39.7,228C40.46,311.84 56.41,374.5 89.84,425C94.81,432.5 94.81,
38+
432.5 53.15,433C6.2,433.56 5.42,433.69 1.63,441.64C-2.51,450.34 -1.02,453.59 15.65,472.17C56.97,518.21 72.11,
39+
526.87 130.16,537.71C152.79,541.93 344.66,542.52 368.3,538.44C425.92,528.48 446.39,518.07 483,480.09C509.35,
40+
452.75 511.85,447.89 503.92,439.4C498.34,433.43 499.25,433.54 452.71,433C409.92,432.5 409.92,432.5 414.25,
41+
426.5C423.11,414.18 440,383.8 440,380.17C440,379.38 442.18,382.06 444.83,386.12C483.39,444.95 567.27,
42+
419.99 593.32,341.94C625.04,246.93 542.76,174.67 472,235.39C466.5,240.11 466.5,240.11 466,222.8C465.45,
43+
203.68 464.93,201.98 458.53,198.02C455.22,195.97 53.53,194.8 48.97,196.82M70.32,244.75C72.88,322.16 91.01,
44+
379.68 127.05,424.75C138.11,438.58 365.19,439.49 376.68,425.75C417.2,377.29 435.77,316.52 435.98,231.75C436,
45+
226 436,226 252.85,226C69.69,226 69.69,226 70.32,244.75M514.5,245.35C465.25,261.64 441.89,342.16 476.42,
46+
376.55C510.81,410.79 569.27,363.58 569.37,301.5C569.44,261.8 543.86,235.63 514.5,245.35M54.53,470.14C73.92,
47+
490.06 87.15,497.21 118,504.41C146.79,511.13 146.1,511.1 257,510.76C357.5,510.45 357.5,510.45 374.32,
48+
506.78C413.89,498.15 432.68,489.21 451.47,470.08C457.44,464 457.44,464 253,464C48.56,464 48.56,464 54.53,470.14"
49+
android:strokeColor="#00000000"
50+
tools:ignore="VectorPath" />
51+
52+
<group
53+
android:scaleX="3"
54+
android:scaleY="3"
55+
android:translateX="-600"
56+
android:translateY="-710">
57+
<path
58+
android:fillColor="#FF000000"
59+
android:pathData="m213.99,425.65v22.24h3.37q5.76,0 8.79,-2.86 3.05,-2.86 3.05,-8.3 0,-5.42 -3.03,-8.25 -3.03,
60+
-2.83 -8.81,-2.83zM204.59,418.55h9.91q8.3,0 12.35,1.2 4.08,1.17 6.98,4 2.56,2.47 3.81,5.69 1.25,3.22 1.25,
61+
7.3 0,4.13 -1.25,7.37 -1.25,3.22 -3.81,5.69 -2.93,2.83 -7.03,4.03Q222.71,455 214.5,455h-9.91z"
62+
android:strokeWidth="0"
63+
android:strokeColor="#000000" />
64+
65+
<path
66+
android:fillColor="#FF000000"
67+
android:pathData="m273,441.25v2.49h-20.43q0.32,3.08 2.22,4.61 1.9,1.54 5.32,1.54 2.76,0 5.64,-0.81 2.91,
68+
-0.83 5.96,-2.49v6.74q-3.1,1.17 -6.2,1.76 -3.1,0.61 -6.2,0.61 -7.42,0 -11.55,-3.76 -4.1,-3.78 -4.1,-10.6 0,
69+
-6.69 4.03,-10.52 4.05,-3.83 11.13,-3.83 6.45,0 10.3,3.88 3.88,3.88 3.88,10.38zM264.01,438.35q0,-2.49 -1.46,
70+
-4 -1.44,-1.54 -3.78,-1.54 -2.54,0 -4.13,1.44 -1.59,1.42 -1.98,4.1z"
71+
android:strokeWidth="0"
72+
android:strokeColor="#000000" />
73+
74+
<path
75+
android:fillColor="#FF000000"
76+
android:pathData="m294.17,449.36q2.81,0 4.27,-2.05 1.49,-2.05 1.49,-5.96 0,-3.91 -1.49,-5.96 -1.46,-2.05 -4.27,
77+
-2.05 -2.81,0 -4.32,2.08 -1.49,2.05 -1.49,5.93 0,3.88 1.49,5.96 1.51,2.05 4.32,2.05zM288.35,431.66q1.81,-2.39 4,
78+
-3.52 2.2,-1.15 5.05,-1.15 5.05,0 8.3,4.03 3.25,4 3.25,10.33 0,6.32 -3.25,10.35 -3.25,4 -8.3,4 -2.86,0 -5.05,
79+
-1.12 -2.2,-1.15 -4,-3.54L288.35,455h-8.74v-37.99h8.74z"
80+
android:strokeWidth="0"
81+
android:strokeColor="#000000" />
82+
83+
<path
84+
android:fillColor="#FF000000"
85+
android:pathData="m315.11,444.36v-16.7h8.79v2.73q0,2.22 -0.02,5.59 -0.02,3.34 -0.02,4.47 0,3.3 0.17,4.76 0.17,
86+
1.44 0.59,2.1 0.54,0.85 1.39,1.32 0.88,0.46 2,0.46 2.73,0 4.3,-2.1 1.56,-2.1 1.56,
87+
-5.83v-13.5h8.74V455h-8.74v-3.96q-1.98,2.39 -4.2,3.54 -2.2,1.12 -4.86,1.12 -4.74,0 -7.23,-2.91 -2.47,-2.91 -2.47,
88+
-8.45z"
89+
android:strokeWidth="0"
90+
android:strokeColor="#000000" />
91+
92+
<path
93+
android:fillColor="#FF000000"
94+
android:pathData="m369.6,450.36q-1.81,2.39 -3.98,3.52Q363.45,455 360.6,455q-5,0 -8.28,-3.93 -3.27,-3.96 -3.27,
95+
-10.06 0,-6.13 3.27,-10.03 3.27,-3.93 8.28,-3.93 2.86,0 5.03,1.12 2.17,1.12 3.98,3.54v-4.05h8.79v24.58q0,
96+
6.59 -4.17,10.06 -4.15,3.49 -12.06,3.49 -2.56,0 -4.96,-0.39 -2.39,-0.39 -4.81,-1.2v-6.81q2.29,1.32 4.49,1.95 2.2,
97+
0.66 4.42,0.66 4.3,0 6.3,-1.88 2,-1.88 2,-5.88zM363.84,433.34q-2.71,0 -4.22,2 -1.51,2 -1.51,5.66 0,3.76 1.46,
98+
5.71 1.46,1.93 4.27,1.93 2.73,0 4.25,-2 1.51,-2 1.51,-5.64 0,-3.66 -1.51,-5.66 -1.51,-2 -4.25,-2z"
99+
android:strokeWidth="0"
100+
android:strokeColor="#000000" />
101+
</group>
102+
</group>
103+
</group>
104+
</vector>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:tools="http://schemas.android.com/tools"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:autoMirrored="true"
6+
android:viewportWidth="600"
7+
android:viewportHeight="541"
8+
tools:ignore="VectorRaster">
9+
10+
<group
11+
android:scaleX="0.9"
12+
android:scaleY="0.8115"
13+
android:translateX="30"
14+
android:translateY="50.98925">
15+
16+
<group
17+
android:pivotX="300"
18+
android:pivotY="270.5"
19+
android:scaleX="0.55"
20+
android:scaleY="0.55">
21+
22+
<path
23+
android:fillColor="#ff000000"
24+
android:fillType="evenOdd"
25+
android:pathData="M206.42,1.14C198.18,5.14 199.32,11.8 210.51,25C228.56,
26+
46.29 227.52,58.81 205.52,85C181.92,113.1 177.12,128.07 184.56,150.31C188.85,
27+
163.11 201.24,180.95 207.73,183.66C218.41,188.12 224.9,176.68 217.53,166.36C196.27,
28+
136.58 196.59,127.97 220,99.81C249.32,64.55 251.46,45.14 229.32,15.5C218.72,1.31 213.21,
29+
-2.15 206.42,1.14M255.35,3.93C248.36,8.19 248.68,14.12 256.39,23.29C268.01,37.08 272.09,
30+
45.35 272.13,55.22C272.18,64.57 269.38,69.39 250.35,92.79C226.18,122.51 224.45,144.13 243.99,
31+
172.38C254.38,187.42 260.28,190.48 266.88,184.25C272.71,178.76 272,175.81 261.28,160.99C246.34,
32+
140.32 247.89,127.93 268.57,103C299.77,65.37 301.05,44.19 274.03,12.25C265.37,2.01 261.4,0.24 255.35,
33+
3.93M309.28,3.97C306.36,5.75 305.34,7.63 304.91,12C304.55,15.64 305.39,17.19 311.99,25.11C330.41,
34+
47.22 330.88,60.28 313.97,81C310.6,85.13 304.97,92.08 301.44,96.45C279.23,124.02 279.35,147.76 301.86,
35+
177.67C309.16,187.38 314.92,189.46 320.81,184.51C326.57,179.66 325.76,175.08 317.13,163.68C300.71,
36+
141.98 301.54,128.16 320.61,105.5C353.26,66.69 355.46,46.22 330.33,15.03C320.05,2.28 315.76,0.02 309.28,
37+
3.97M48.97,196.82C40.28,200.67 39.47,203.39 39.7,228C40.46,311.84 56.41,374.5 89.84,425C94.81,432.5 94.81,
38+
432.5 53.15,433C6.2,433.56 5.42,433.69 1.63,441.64C-2.51,450.34 -1.02,453.59 15.65,472.17C56.97,518.21 72.11,
39+
526.87 130.16,537.71C152.79,541.93 344.66,542.52 368.3,538.44C425.92,528.48 446.39,518.07 483,480.09C509.35,
40+
452.75 511.85,447.89 503.92,439.4C498.34,433.43 499.25,433.54 452.71,433C409.92,432.5 409.92,432.5 414.25,
41+
426.5C423.11,414.18 440,383.8 440,380.17C440,379.38 442.18,382.06 444.83,386.12C483.39,444.95 567.27,
42+
419.99 593.32,341.94C625.04,246.93 542.76,174.67 472,235.39C466.5,240.11 466.5,240.11 466,222.8C465.45,
43+
203.68 464.93,201.98 458.53,198.02C455.22,195.97 53.53,194.8 48.97,196.82M70.32,244.75C72.88,322.16 91.01,
44+
379.68 127.05,424.75C138.11,438.58 365.19,439.49 376.68,425.75C417.2,377.29 435.77,316.52 435.98,231.75C436,
45+
226 436,226 252.85,226C69.69,226 69.69,226 70.32,244.75M514.5,245.35C465.25,261.64 441.89,342.16 476.42,
46+
376.55C510.81,410.79 569.27,363.58 569.37,301.5C569.44,261.8 543.86,235.63 514.5,245.35M54.53,470.14C73.92,
47+
490.06 87.15,497.21 118,504.41C146.79,511.13 146.1,511.1 257,510.76C357.5,510.45 357.5,510.45 374.32,
48+
506.78C413.89,498.15 432.68,489.21 451.47,470.08C457.44,464 457.44,464 253,464C48.56,464 48.56,464 54.53,470.14"
49+
android:strokeColor="#00000000"
50+
tools:ignore="VectorPath" />
51+
</group>
52+
</group>
53+
</vector>

0 commit comments

Comments
 (0)