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,9 +4,9 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:pathData="m0,0H512V512H0"
android:fillColor="#fff"/>
<path
android:pathData="M118,232c-12,0 -17,4 -16,15 2,9 19,14 20,17v3c0,2 -1,3 -4,3s-4,-2 -4,-4v-4h-12c-1,12 8,16 16,16 10,0 16,-3 16,-13 1,-14 -18,-15 -20,-21v-2c0,-1 1,-3 4,-3s4,2 4,4v3h11v-3c0,-10 -9,-11 -15,-11zM383,243v25c1,16 29,13 29,0v-15h-13v6h4v8c-1,4 -10,4 -10,0v-23c0,-4 8,-4 9,0v4h10v-5c-1,-15 -29,-13 -29,0zM263,232c-12,0 -17,4 -16,15 2,9 19,14 20,17v3c0,2 -1,3 -4,3s-4,-2 -4,-4v-4h-12c-1,12 8,16 16,16 10,0 16,-3 16,-13 1,-14 -18,-15 -20,-21v-2c0,-1 1,-3 4,-3s4,2 4,4v3h11v-3c0,-10 -9,-11 -15,-11zM188,233 L187,277h11v-40l8,40h11l7,-40v40h11l-1,-44h-18l-5,34 -5,-34zM289,233v34c1,8 7,11 16,11 8,0 15,-3 15,-11v-34h-11v34c0,1 -1,3 -5,3 -3,0 -4,-2 -4,-3v-34zM150,233 L142,277h12l6,-40 6,40h12l-8,-44zM332,233v44h11v-36l11,36h16v-44h-11v35l-10,-35zM470,219a61,210 80,0 1,-428 73,61 210,80 0,1 428,-73"
android:pathData="M470,219A61,210 80,0 0,42 292a61,210 80,0 0,428 -73M349,233l10,35L359,233h11v44L354,277l-11,-36v36L332,277L332,233ZM170,233 L178,277L166,277l-6,-40 -6,40L142,277l8,-44ZM300,233v34c0,1 1,3 4,3 4,0 5,-2 5,-3L309,233h11v34c0,8 -7,11 -15,11 -9,0 -15,-3 -16,-11L289,233ZM206,233 L211,267 216,233h18l1,44L224,277L224,237l-7,40L206,277l-8,-40v40L187,277l1,-44ZM263,232c6,0 15,1 15,11v3L267,246v-3c0,-2 -1,-4 -4,-4s-4,2 -4,3v2c2,6 21,7 20,21 0,10 -6,13 -16,13 -8,0 -17,-4 -16,-16h12v4c0,2 1,4 4,4s4,-1 4,-3v-3c-1,-3 -18,-8 -20,-17 -1,-11 4,-15 16,-15ZM383,243c0,-13 28,-15 29,0v5L402,248v-4c-1,-4 -9,-4 -9,0v23c0,4 9,4 10,0v-8h-4v-6h13v15c0,13 -28,16 -29,0L383,243ZM118,232c6,0 15,1 15,11v3L122,246v-3c0,-2 -1,-4 -4,-4s-4,2 -4,3v2c2,6 21,7 20,21 0,10 -6,13 -16,13 -8,0 -17,-4 -16,-16h12v4c0,2 1,4 4,4s4,-1 4,-3v-3c-1,-3 -18,-8 -20,-17 -1,-11 4,-15 16,-15Z"
android:fillColor="#034ea2"/>
</vector>