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,21 +4,30 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m220.6,91.9a200,200 0,0 0,-46.4 15.9,210 210,0 0,0 2.9,38.2 160,160 0,0 0,-33 24.2,210 210,0 0,0 -30.9,-18 200,200 0,0 0,-31.2 40.9,210 210,0 0,0 21.3,30.4v117c0,53.7 68.1,79.5 152.7,79.8s152.8,-26.1 152.8,-79.8v-117a210,210 0,0 0,21.2 -30.4,200 200,0 0,0 -31.2,-40.9 210,210 0,0 0,-30.9 18,160 160,0 0,0 -33,-24.2 210,210 0,0 0,2.9 -38.2,200 200,0 0,0 -46.4,-15.9 210,210 0,0 0,-17.2 33.5,150 160,0 0,0 -36.4,0 210,210 0,0 0,-17.2 -33.5z"
|
||||
android:pathData="m257,435c-83,0 -168,-23 -169.5,-87V218Q77,205 64,184.5q13,-22 34.4,-45.1 18,9 34.1,19.8 19,-17 36.5,-26.6 -2.6,-18 -3.2,-42.1Q189,79 217,73q10,17 19,37 9,-1.7 21,-1.6v135.3a12,11 0,0 0,-13 11v34.5a12,11 0,0 0,13 11m-90,-78.6a37.6,37.6 0,1 0,1 0"
|
||||
android:fillColor="#478cbf"/>
|
||||
<path
|
||||
android:pathData="m176,227a1,1 0,0 0,0 68.1,1 1,0 0,0 0,-68.1zM336,227a1,1 0,0 0,0 68.1,1 1,0 0,0 0,-68.1zM244.9,288.3a1,1 0,0 0,22 0v-31.4a1,1 0,0 0,-22 0z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m179,240a1,1 0,0 0,0 45.2,1 1,0 0,0 0,-45.2m154,0a1,1 0,0 0,0 45.2,1 1,0 0,0 0,-45.2z"
|
||||
android:pathData="M171.1,261.4m-25,0a25,25 0,1 1,50 0a25,25 0,1 1,-50 0"
|
||||
android:fillColor="#414042"/>
|
||||
<path
|
||||
android:pathData="m103,322h0.7l55.9,5.6 2,30.2 60.2,4.3 4.2,-28.6 59.6,-0.1 4.2,28.6 60.2,-4.2 2.1,-30.2 55.8,-5.6h0.6"
|
||||
android:pathData="m86.7,326.3 l63,6.1 2.3,33.3 66.4,4.8 4.7,-31.6h35"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="12.4"
|
||||
android:strokeWidth="13.4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="m255,435c83,0 168,-23 169.5,-87L424.5,218Q435,205 448,184.5q-13,-22 -34.4,-45.1 -18,9 -34.1,19.8 -19,-17 -36.5,-26.6 2.6,-18 3.2,-42.1Q323,79 295,73q-10,17 -19,37 -9,-1.7 -21,-1.6l-0,135.3a11,12 90,0 1,13 11l-0,34.5a11,12 90,0 1,-13 11m90,-78.6a37.6,37.6 0,1 1,-1 0"
|
||||
android:fillColor="#478cbf"/>
|
||||
<path
|
||||
android:pathData="M340.9,261.4m25,0a25,25 0,1 0,-50 0a25,25 0,1 0,50 0"
|
||||
android:fillColor="#414042"/>
|
||||
<path
|
||||
android:pathData="m425.3,326.3l-63,6.1 -2.3,33.3 -66.4,4.8 -4.7,-31.6l-35,0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="13.4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user