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

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512H0"
android:fillColor="#00d464"/>
<path
android:pathData="M316.3,193.8v11.4h14a5.7,5.7 0,0 0,0.05 -11.4zM316.8,221.6L316.8,233L333,233a5.7,5.7 0,0 0,0 -11.4m50.2,13.77L397,91l-281.9,48.12 20.6,89.4h-55l55,165 130.63,-20.63L266.33,421l144.4,-61.87 20.63,-123.8M299.4,179.73s32.87,-2.58 40.9,-2.09a16,16 0,0 1,17.08 16.76A21.75,21.75 0,0 1,349 212.45a18.9,18.9 0,0 1,9.8 18.2c-0.2,14 -15.5,16.8 -15.5,16.8h-44m-53.23,-63.2 l46.25,-3.54v15.8l-30.46,0.96v7.25h26.9v17.88h-27.2v9h30.8v15.8l-46.25,-1.46zM175.01,188.12 L181.53,220.75 190.23,187.2 206.43,186.8 214.89,220.8 223.84,184.3L241,184.3L225,244h-18.64l-7.74,-29.8 -8.43,29.9L170.7,244.1l-14.26,-55.83m37.74,88.47 l-19.18,-0.4v51.64l-20.15,1.13v-53.2l-22.7,-0.47L132.15,256l62,2.53zM230.48,328.44a1,1 0,1 1,0 -72,1 1,0 0,1 0,72m71,-5.4a1,1 0,1 1,0 -62.8,1 1,0 0,1 0,62.8m87,-5.65L373,317.39l-18,-24.7v27h-17.9v-57.7L355,261.99l18.8,29.7L373.8,262.8h17.3m-160.7,46.8a14.7,17 0,0 0,0 -34,14.7 17,0 0,0 0,34m71,-3.2a12.8,14.8 0,0 0,0 -29.6,12.8 14.8,0 0,0 0,29.6"
android:fillColor="#fff"/>
</vector>