Re-do Android Vector Drawables

This commit is contained in:
Terence Eden
2023-03-19 14:30:09 +00:00
parent ea3ea761a4
commit 6a1f96d529
193 changed files with 1966 additions and 1208 deletions

View File

@@ -4,9 +4,9 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M118 304c0 41 23 79 60 99 37 19 81 17 115-7 34-23 52-64 47-105s-32-76-71-91c-13-5-26-8-40-7.5-24 16-44 39-56 65 41-43 99-30 123 16 21 52-16 103-67 104-54-2.7-85-55-77-100 14-86 117-135 193-154-35 17-69 36-101 58 92 35 107-42 149-76-43-17-197-25-198 68-44 28-75 72-77 130z"
android:fillColor="#46a247"
android:pathData="M118,304c0,41 23,79 60,99 37,19 81,17 115,-7 34,-23 52,-64 47,-105s-32,-76 -71,-91c-13,-5 -26,-8 -40,-7.5 -24,16 -44,39 -56,65 41,-43 99,-30 123,16 21,52 -16,103 -67,104 -54,-2.7 -85,-55 -77,-100 14,-86 117,-135 193,-154 -35,17 -69,36 -101,58 92,35 107,-42 149,-76 -43,-17 -197,-25 -198,68 -44,28 -75,72 -77,130z"
android:fillColor="#46a247"/>
</vector>