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:
committed by
GitHub
parent
c754e642ab
commit
3762d3a444
@@ -4,9 +4,9 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#181717"/>
|
||||
<path
|
||||
android:pathData="M335,499c14,0 12,17 12,17H165s-2,-17 12,-17c13,0 16,-6 16,-12l-1,-44c-71,16 -86,-34 -86,-34 -12,-30 -28,-37 -28,-37 -24,-16 1,-16 1,-16 26,2 40,26 40,26 22,39 59,28 74,22 2,-17 9,-28 16,-35 -57,-6 -116,-28 -116,-126 0,-28 10,-51 26,-69 -3,-6 -11,-32 3,-67 0,0 21,-7 70,26 42,-12 86,-12 128,0 49,-33 70,-26 70,-26 14,35 6,61 3,67 16,18 26,41 26,69 0,98 -60,120 -117,126 10,8 18,24 18,48l-1,70c0,6 3,12 16,12z"
|
||||
android:pathData="M335,499c-13,0 -16,-6 -16,-12l1,-70c0,-24 -8,-40 -18,-48 57,-6 117,-28 117,-126 0,-28 -10,-51 -26,-69 3,-6 11,-32 -3,-67 0,0 -21,-7 -70,26 -42,-12 -86,-12 -128,0 -49,-33 -70,-26 -70,-26 -14,35 -6,61 -3,67 -16,18 -26,41 -26,69 0,98 59,120 116,126 -7,7 -14,18 -16,35 -15,6 -52,17 -74,-22 0,0 -14,-24 -40,-26 0,0 -25,0 -1,16 0,0 16,7 28,37 0,0 15,50 86,34l1,44c0,6 -3,12 -16,12 -14,0 -12,17 -12,17H347s2,-17 -12,-17Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user