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="M331,326c11,-26 -4,-38 -19,-38l-148,-2c-4,0 -4,-6 1,-7l150,-2c17,-1 37,-15 43,-33 0,0 10,-21 9,-24a97,97 0,0 0,-187 -11c-38,-25 -78,9 -69,46 -48,3 -65,46 -60,72 0,1 1,2 3,2h274c1,0 3,-1 3,-3z"
|
||||
android:pathData="M331,326c0,2 -2,3 -3,3H54c-2,0 -3,-1 -3,-2 -5,-26 12,-69 60,-72 -9,-37 31,-71 69,-46a97,97 0,0 1,187 11c1,3 -9,24 -9,24 -6,18 -26,32 -43,33l-150,2c-5,1 -5,7 -1,7l148,2c15,0 30,12 19,38Z"
|
||||
android:fillColor="#f38020"/>
|
||||
<path
|
||||
android:pathData="M381,224c-4,0 -6,-1 -7,1l-5,21c-5,16 3,30 20,31l32,2c4,0 4,6 -1,7l-33,1c-36,4 -46,39 -46,39 0,2 0,3 2,3h113l3,-2a81,81 0,0 0,-78 -103"
|
||||
android:pathData="M381,224a81,81 0,0 1,78 103l-3,2H343c-2,0 -2,-1 -2,-3 0,0 10,-35 46,-39l33,-1c5,-1 5,-7 1,-7l-32,-2c-17,-1 -25,-15 -20,-31l5,-21c1,-2 3,-1 7,-1"
|
||||
android:fillColor="#faae40"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user