Convert and update Android Vector files (#803)

* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid

* Reverted the auto generated vector drawables that don't match the SVG properly.

* Removed broken vector files that didn't have a previous version. Revert openstreetmap.
This commit is contained in:
Jonathan Batchelor
2024-09-15 07:44:04 +01:00
committed by GitHub
parent c754e642ab
commit 3762d3a444
360 changed files with 2096 additions and 1277 deletions

View File

@@ -4,21 +4,15 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
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"/>
android:pathData="M420,301a1,1 0,0 0,8 -7l-31,-35 30,-35a1,1 0,0 0,-7 -7l-29,34 -29,-34a1,1 0,0 0,-8 7l30,35 -31,35a1,1 0,0 0,8 7l29,-35ZM182,297a1,1 0,0 0,11 0L193,221a1,1 0,0 0,-11 0ZM227,226h19a1,1 0,0 0,0 -10L227,216L227,192a1,1 0,0 0,-11 0L216,297a1,1 0,0 0,11 0ZM306,227c5,0 8,-7 3,-10 -3,-2 -9,-4 -15,-4 -8,0 -15,4 -20,10v-2a1,1 0,0 0,-11 0v76a1,1 0,0 0,11 0L274,247c0,-13 7,-23 19,-23 9,0 10,3 13,3m17,70a1,1 0,0 0,10 0L333,221a1,1 0,0 0,-10 0ZM82,259c0,27 18,45 43,45 26,0 38,-18 38,-27 0,-6 -8,-8 -11,-2 -5,13 -14,19 -27,19 -19,0 -32,-14 -32,-35s14,-36 33,-36c12,0 22,7 26,17 3,7 11,5 11,-1s-10,-26 -38,-25c-25,0 -43,18 -43,45"/>
<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>