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,15 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#0E24D1"/>
|
||||
<path
|
||||
android:pathData="M365,272a10,10 0,0 1,-11 10,10 10,0 0,1 -10,-10v-91a10,10 0,0 1,10 -10c3,0 6,1 8,3s3,4 3,7v91zM361,335c-1,2 -39,33 -108,33s-106,-31 -108,-33a10,10 0,1 1,13 -15c1,1 34,28 95,28s95,-28 95,-28a10,10 0,0 1,14 1,10 10,0 0,1 -1,14zM142,181a10,10 0,0 1,10 -10,10 10,0 0,1 10,10v91a10,10 0,0 1,-10 10,10 10,0 0,1 -10,-10v-91zM192,161a10,10 0,0 1,11 -10,10 10,0 0,1 10,10v135a10,10 0,0 1,-11 10,10 10,0 0,1 -10,-10L192,161zM243,156a10,10 0,0 1,10 -10,10 10,0 0,1 11,10v146a10,10 0,0 1,-11 11,10 10,0 0,1 -10,-11L243,156zM294,161a10,10 0,0 1,10 -10,10 10,0 0,1 10,10v135a10,10 0,0 1,-10 10,10 10,0 0,1 -10,-10L294,161zM367,105L139,105a38,38 0,0 0,-35 24c-2,4 -3,9 -3,14v228a38,38 0,0 0,24 35c4,2 9,3 14,3h228a38,38 0,0 0,35 -24c2,-4 3,-9 3,-14L405,143a38,38 0,0 0,-23 -35l-15,-3"
|
||||
android:pathData="M139,105a38,38 0,0 0,-38 38v228a38,38 0,0 0,38 38h228a38,38 0,0 0,38 -38V143a38,38 0,0 0,-38 -38"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M151,327c52,41 157,41 203,0M152,181v91m203,0v-91M202,161v135m102,0V161m-51,-5v146"
|
||||
android:strokeWidth="20"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0E24D1"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user