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,12 +4,12 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M257,129q-26,0 -42,3l-10,-20q-39,6 -77,24 -67,102 -54,211 41,31 93,47 12,-16 20,-32 -24,-10 -31,-16l7,-5q49,21 95,21zM195,304a34,37 0,1 1,1 0"
|
||||
android:pathData="M196,304a34,37 0,1 0,-1 0m63,58q-46,0 -95,-21l-7,5q7,6 31,16 -8,16 -20,32 -52,-16 -93,-47 -13,-109 54,-211 38,-18 77,-24l10,20q16,-3 42,-3Z"
|
||||
android:fillColor="#5865f2"/>
|
||||
<path
|
||||
android:pathData="M255,129q26,0 42,3l10,-20q39,6 77,24 67,102 54,211 -41,31 -93,47 -12,-16 -20,-32 24,-10 31,-16l-7,-5q-49,21 -95,21zM317,304a37,34 90,1 0,-1 0"
|
||||
android:pathData="M316,304a37,34 90,1 1,1 0m-63,58q46,0 95,-21l7,5q-7,6 -31,16 8,16 20,32 52,-16 93,-47 13,-109 -54,-211 -38,-18 -77,-24l-10,20q-16,-3 -42,-3Z"
|
||||
android:fillColor="#5865f2"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user