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

@@ -1,26 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
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" />
<path
android:fillColor="#000000"
android:pathData="M390 266-29 35c-5 5-13-2-8-7l31-35-30-35c-5-5 2-13 8-7l29 34 29-34c5-6 13 1 7 7l-30 35 31 35c5 5-2 12-8 7l-30-35z" />
<path
android:fillColor="#000000"
android:pathData="M 390.5 185.8 C 395.304877324 185.8 399.2 189.695122676 399.2 194.5 C 399.2 199.304877324 395.304877324 203.2 390.5 203.2 C 385.695122676 203.2 381.8 199.304877324 381.8 194.5 C 381.8 189.695122676 385.695122676 185.8 390.5 185.8 Z" />
<path
android:fillColor="#000000"
android:pathData="M323 221c0-8 10-8 10 0v76c0 8-11 8-10 0v-76zm-17 6c-3 0-6-4-13-3-12 0-19 10-19 23v50c0 8-11 8-11 0v-76c0-8 11-8 11 0v2c5-6 12-10 20-10 5 0 10 2 15 4 5 3 2 10-3 10zm-79 70c0 8-11 8-11 0V192c0-8 11-8 11 0v24h19c7 0 7 10 0 10h-19v71zm-45-76c0-8 11-8 11 0v76c0 8-11 8-11 0v-76z" />
<path
android:fillColor="#000000"
android:pathData="M 187.8 185.8 C 192.604877324 185.8 196.5 189.695122676 196.5 194.5 C 196.5 199.304877324 192.604877324 203.2 187.8 203.2 C 182.995122676 203.2 179.1 199.304877324 179.1 194.5 C 179.1 189.695122676 182.995122676 185.8 187.8 185.8 Z" />
<path
android:fillColor="#000000"
android:pathData="M82 259c0-27 18-45 43-45 28-1 38 19 38 25s-8 8-11 1c-4-10-14-17-26-17-19 0-33 15-33 36s13 35 32 35c13 0 22-6 27-19 3-6 11-4 11 2 0 9-12 27-38 27-25 0-43-18-43-45z" />
</vector>
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:fillColor="#FF000000"
android:pathData="m390,266 l-29,35c-5,5 -13,-2 -8,-7l31,-35 -30,-35c-5,-5 2,-13 8,-7l29,34 29,-34c5,-6 13,1 7,7l-30,35 31,35c5,5 -2,12 -8,7l-30,-35z"/>
<path
android:fillColor="#FF000000"
android:pathData="M390.5,194.5m-8.7,0a8.7,8.7 0,1 1,17.4 0a8.7,8.7 0,1 1,-17.4 0"/>
<path
android:fillColor="#FF000000"
android:pathData="M323,221c0,-8 10,-8 10,0v76c0,8 -11,8 -10,0v-76zM306,227c-3,0 -6,-4 -13,-3 -12,0 -19,10 -19,23v50c0,8 -11,8 -11,0v-76c0,-8 11,-8 11,0v2c5,-6 12,-10 20,-10 5,0 10,2 15,4 5,3 2,10 -3,10zM227,297c0,8 -11,8 -11,0L216,192c0,-8 11,-8 11,0v24h19c7,0 7,10 0,10h-19v71zM182,221c0,-8 11,-8 11,0v76c0,8 -11,8 -11,0v-76z"/>
<path
android:fillColor="#FF000000"
android:pathData="M187.8,194.5m-8.7,0a8.7,8.7 0,1 1,17.4 0a8.7,8.7 0,1 1,-17.4 0"/>
<path
android:fillColor="#FF000000"
android:pathData="M82,259c0,-27 18,-45 43,-45 28,-1 38,19 38,25s-8,8 -11,1c-4,-10 -14,-17 -26,-17 -19,0 -33,15 -33,36s13,35 32,35c13,0 22,-6 27,-19 3,-6 11,-4 11,2 0,9 -12,27 -38,27 -25,0 -43,-18 -43,-45z"/>
</vector>