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,9 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#55f"/>
|
||||
<path
|
||||
android:pathData="M428,199h-37c-2,0 -3,1 -3,3v65a779,779 0,0 0,1 50v9l-10,-20 -16,-30 -19,-35 -20,-37 -19,-36 -16,-29 -2,-2 -3,-1h-54c-2,0 -3,1 -3,3v150c0,12 -1,22 -4,29s-6,14 -11,19c-4,5 -10,8 -16,10l-21,3c-19,0 -32,-5 -41,-16s-14,-26 -14,-44V139c0,-2 -1,-3 -3,-3H77c-2,0 -3,2 -3,4v154c0,16 2,31 7,43a78,78 0,0 0,51 48,138 138,0 0,0 81,1c12,-4 23,-10 32,-18 8,-8 16,-18 21,-31s8,-28 8,-46v-96a613,613 0,0 0,25 50,4630 4630,0 0,0 80,142h49c2,0 3,-1 3,-3V203c0,-3 -1,-4 -3,-4z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M410,147m-26,0a26,26 0,1 1,52 0a26,26 0,1 1,-52 0"
|
||||
android:pathData="m273,195v96c0,63 -35,100 -98,100S73,358 74,291V140q0,-4 3,-4h40q3,0 3,4v150q1,60 53.5,60t53.5,-60V139q0,-3 3,-3h53q4,0 5,3l100.5,187 -1.5,-124q0,-3 3,-3h38q3,0 3,3v181q0,4 -4,4h-48q-4,0 -5,-2m33,-264a28,28 0,1 0,1 0"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user