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,15 +4,15 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"
android:fillType="evenOdd"/>
<path
android:pathData="m256,100.4c85.9,0 155.6,69.7 155.6,155.6s-69.7,155.6 -155.6,155.6 -155.6,-69.7 -155.6,-155.6 69.7,-155.6 155.6,-155.6zM256,195.3c33.5,0 60.7,27.2 60.7,60.7s-27.2,60.7 -60.7,60.7 -60.7,-27.2 -60.7,-60.7 27.2,-60.7 60.7,-60.7z"
android:pathData="m256,100.4c85.9,0 155.6,69.7 155.6,155.6S341.9,411.6 256,411.6 100.4,341.9 100.4,256 170.1,100.4 256,100.4zM256,195.3c33.5,0 60.7,27.2 60.7,60.7s-27.2,60.7 -60.7,60.7 -60.7,-27.2 -60.7,-60.7 27.2,-60.7 60.7,-60.7z"
android:fillColor="#f15a23"
android:fillType="evenOdd"/>
<path
android:pathData="m256,53.7c1.5,-4 0,-5.5 -4,-5.9 -4.5,-1.5 -87.4,46.6 -124.1,119.3 -36.8,72.9 108.1,-65.3 108.1,-65.3 7.4,-27 8.7,-31.4 20.1,-48zM256.1,458.2c-1.5,4 -0,5.5 4,6 4.5,1.5 87.5,-46.4 124.3,-119.1 36.9,-72.8 -108.2,65.1 -108.2,65.1 -7.4,27 -8.8,31.4 -20.2,48z"
android:pathData="m256,53.7c1.5,-4 0,-5.5 -4,-5.9 -4.5,-1.5 -87.4,46.6 -124.1,119.3C91.1,240 236,101.8 236,101.8c7.4,-27 8.7,-31.4 20.1,-48zM256.1,458.2c-1.5,4 0,5.5 4,6 4.5,1.5 87.5,-46.4 124.3,-119.1 36.9,-72.8 -108.2,65.1 -108.2,65.1 -7.4,27 -8.8,31.4 -20.2,48z"
android:fillColor="#f15a23"
android:fillType="evenOdd"/>
</vector>