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="#fff"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m65,152v8c0,2 1,3 4,3 20,1 20,5 28,23l90,196c7,14 16,16 25,-1l45,-88 42,88c8,15 16,16 24,0l86,-194c8,-17 19,-24 36,-24 2,0 2,-1 2,-3v-8h-80l-1,1v7c0,2 2,3 4,3 10,0 29,2 21,19l-70,166 -3,-1 -43,-88 37,-72c8,-15 10,-24 25,-24 2,0 4,-1 4,-3v-7l-1,-1h-64l-1,1v7c0,3 4,3 7,3 18,1 16,8 10,19l-27,56 -25,-52c-9,-16 -11,-21 2,-22 3,-1 8,-1 8,-4v-7l-1,-1h-69l-1,1v8c0,2 2,2 5,2 12,2 12,3 23,26l40,84 -37,75 -3,-1 -76,-167c-8,-17 2,-16 18,-17 3,0 3,-1 3,-3v-7l-1,-1z"/>
|
||||
android:pathData="M151,152l1,1v7c0,2 0,3 -3,3 -16,1 -26,0 -18,17l76,167 3,1 37,-75 -40,-84c-11,-23 -11,-24 -23,-26 -3,0 -5,0 -5,-2v-8l1,-1h69l1,1v7c0,3 -5,3 -8,4 -13,1 -11,6 -2,22l25,52 27,-56c6,-11 8,-18 -10,-19 -3,0 -7,0 -7,-3v-7l1,-1h64l1,1v7c0,2 -2,3 -4,3 -15,0 -17,9 -25,24l-37,72 43,88 3,1 70,-166c8,-17 -11,-19 -21,-19 -2,0 -4,-1 -4,-3v-7l1,-1h80v8c0,2 0,3 -2,3 -17,0 -28,7 -36,24L323,381c-8,16 -16,15 -24,0l-42,-88 -45,88c-9,17 -18,15 -25,1L97,186c-8,-18 -8,-22 -28,-23 -3,0 -4,-1 -4,-3v-8Z"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user