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

@@ -3,36 +3,33 @@
android:height="256dp"
android:viewportWidth="256"
android:viewportHeight="256">
<group
android:translateX="128"
android:translateY="128">
<path
android:fillColor="#FFFFFF"
android:pathData="M-113 -128H113A15 15 0 0 1 128 -113V113A15 15 0 0 1 113 128H-113A15 15 0 0 1 -128 113V-113A15 15 0 0 1 -113 -128Z" />
<path
android:fillColor="#DD5533"
android:pathData="M108 0A108 108 0 0 1 -108 0A108 108 0 0 1 108 0Z" />
<path
android:pathData="M96 0A96 96 0 0 1 -96 0A96 96 0 0 1 96 0Z"
android:strokeWidth="7"
android:strokeColor="#FFFFFF" />
<path
android:fillColor="#DDDDDD"
android:pathData="M-32 -55C-62 -48 -51 -6 -51 -6l19 93 7 3M-39 -73h-8l11 4s-11 0 -11 7c24 -1 35 5 35 5" />
<path
android:fillColor="#FFFFFF"
android:pathData="M25 95S1 57 1 32c0 -47 31 -7 31 -44S1 -58 1 -58c-15 -19 -44 -15 -44 -15l7 4s-7 2 -9 4 19 -3 28 5c-37 3 -31 33 -31 33l21 120" />
<path
android:fillColor="#FFCC00"
android:pathData="M25 -1l38 -10c34 5 -29 24 -33 23C0 7 9 32 45 24s9 20 -24 9C-26 20 -1 -3 25 -1" />
<path
android:fillColor="#66BB55"
android:pathData="M15 78l2 -3c22 8 23 11 22 -9s0 -20 -23 -3c0 -5 -13 -3 -15 0 -21 -9 -23 -12 -22 2 2 29 1 24 21 14" />
<path
android:fillColor="#44AA44"
android:pathData="M-1 67v12c1 2 17 2 17 -2s-8 3 -13 1 -2 -13 -2 -13" />
<path
android:fillColor="#114488"
android:pathData="M-23 -32c-5 -6 -18 -1 -15 7 1 -4 8 -10 15 -7m32 0c1 -6 11 -7 14 -1 -4 -2 -10 -2 -14 1m-33 16a2 2 0 1 1 0 1m-8 3a7 7 0 1 0 0 -1m52 -6a2 2 0 1 1 0 1m-6 3a6 6 0 1 0 0 -1" />
</group>
<path
android:pathData="M0,0h256v256h-256z"
android:fillColor="#fff"/>
<path
android:pathData="M128,128m-108,0a108,108 0,1 1,216 0a108,108 0,1 1,-216 0"
android:fillColor="#d53"/>
<path
android:pathData="M128,128m-96,0a96,96 0,1 1,192 0a96,96 0,1 1,-192 0"
android:strokeWidth="7"
android:fillColor="#00000000"
android:strokeColor="#fff"/>
<path
android:pathData="M96,73C66,80 77,122 77,122l19,93 7,3M89,55h-8l11,4s-11,0 -11,7c24,-1 35,5 35,5"
android:fillColor="#ddd"/>
<path
android:pathData="M153,223S129,185 129,160c0,-47 31,-7 31,-44S129,70 129,70c-15,-19 -44,-15 -44,-15l7,4s-7,2 -9,4 19,-3 28,5c-37,3 -31,33 -31,33l21,120"
android:fillColor="#fff"/>
<path
android:pathData="M153,127l38,-10c34,5 -29,24 -33,23C128,135 137,160 173,152s9,20 -24,9C102,148 127,125 153,127"
android:fillColor="#fc0"/>
<path
android:pathData="M143,206l2,-3c22,8 23,11 22,-9s0,-20 -23,-3c0,-5 -13,-3 -15,0 -21,-9 -23,-12 -22,2 2,29 1,24 21,14"
android:fillColor="#6b5"/>
<path
android:pathData="M127,195v12c1,2 17,2 17,-2s-8,3 -13,1 -2,-13 -2,-13"
android:fillColor="#4a4"/>
<path
android:pathData="M105,96c-5,-6 -18,-1 -15,7 1,-4 8,-10 15,-7m32,0c1,-6 11,-7 14,-1 -4,-2 -10,-2 -14,1m-33,16a2,2 0,1 1,0 1m-8,3a7,7 0,1 0,0 -1m52,-6a2,2 0,1 1,0 1m-6,3a6,6 0,1 0,0 -1"
android:fillColor="#148"/>
</vector>