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,22 +4,22 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M258,126c-16,-40 -30,-38 -40,-38q-8,-10 -26,-4 -13,-8 -24,0c-6,-6 -16,-2 -18,4q-12,-4 -18,4c-18,-2 -16,16 -14,18q-6,10 0,18 -4,9 6,16 -4,11 10,16 1,14 14,16 -2,7 18,14 -39,18 -36,64 -52,40 -14,92 12,68 48,78 5,9 42,22 18,22 52,22"
|
||||
android:pathData="M258,468q-34,0 -52,-22 -37,-13 -42,-22 -36,-10 -48,-78 -38,-52 14,-92 -3,-46 36,-64 -20,-7 -18,-14 -13,-2 -14,-16 -14,-5 -10,-16 -10,-7 -6,-16 -6,-8 0,-18c-2,-2 -4,-20 14,-18q6,-8 18,-4c2,-6 12,-10 18,-4q11,-8 24,0 18,-6 26,4c10,0 24,-2 40,38"
|
||||
android:fillColor="#000"/>
|
||||
<path
|
||||
android:pathData="M148,104l-8,-8 24,4 -6,-8 18,6 -4,-8 18,8l0,-8l18,12l0,-10l16,14l0,-8q39,41 8,58Q195,127 158,116q50,26 70,48 -11,28 -60,18l6,-6 -18,-4 6,-4 -18,-8l12,0l-18,-12l12,0l-18,-12l10,0l-16,-12 10,-4 -10,-14"
|
||||
android:pathData="M126,106l10,14 -10,4 16,12L132,136l18,12L138,148l18,12L144,160l18,8 -6,4 18,4 -6,6q49,10 60,-18 -20,-22 -70,-48 37,11 74,40 31,-17 -8,-58l0,8l-16,-14l0,10l-18,-12l0,8l-18,-8 4,8 -18,-6 6,8 -24,-4 8,8"
|
||||
android:fillColor="#6cc04a"/>
|
||||
<path
|
||||
android:pathData="M138,266c-38,18 -18,68 -6,74s30,-84 6,-74m70,-68c14,4 -60,64 -62,52q-1,-57 62,-52m-10,130c-58,-6 -38,-88 12,-88s44,88 -12,88m-52,16c-18,12 6,86 52,70 18,-14 -16,-86 -52,-70"
|
||||
android:fillColor="#c51a4a"/>
|
||||
<path
|
||||
android:pathData="M254,126c16,-40 30,-38 40,-38q8,-10 26,-4 13,-8 24,0c6,-6 16,-2 18,4q12,-4 18,4c18,-2 16,16 14,18q6,10 -0,18 4,9 -6,16 4,11 -10,16 -1,14 -14,16 2,7 -18,14 39,18 36,64 52,40 14,92 -12,68 -48,78 -5,9 -42,22 -18,22 -52,22"
|
||||
android:pathData="M254,468q34,0 52,-22 37,-13 42,-22 36,-10 48,-78 38,-52 -14,-92 3,-46 -36,-64 20,-7 18,-14 13,-2 14,-16 14,-5 10,-16 10,-7 6,-16 6,-8 -0,-18c2,-2 4,-20 -14,-18q-6,-8 -18,-4c-2,-6 -12,-10 -18,-4q-11,-8 -24,0 -18,-6 -26,4c-10,0 -24,-2 -40,38"
|
||||
android:fillColor="#000"/>
|
||||
<path
|
||||
android:pathData="M364,104l8,-8 -24,4 6,-8 -18,6 4,-8 -18,8l-0,-8l-18,12l-0,-10l-16,14l-0,-8q-39,41 -8,58Q317,127 354,116q-50,26 -70,48 11,28 60,18l-6,-6 18,-4 -6,-4 18,-8l-12,0l18,-12l-12,0l18,-12l-10,0l16,-12 -10,-4 10,-14"
|
||||
android:pathData="M386,106l-10,14 10,4 -16,12L380,136l-18,12L374,148l-18,12L368,160l-18,8 6,4 -18,4 6,6q-49,10 -60,-18 20,-22 70,-48 -37,11 -74,40 -31,-17 8,-58l-0,8l16,-14l-0,10l18,-12l-0,8l18,-8 -4,8 18,-6 -6,8 24,-4 -8,8"
|
||||
android:fillColor="#6cc04a"/>
|
||||
<path
|
||||
android:pathData="M374,266c38,18 18,68 6,74s-30,-84 -6,-74m-70,-68c-14,4 60,64 62,52q1,-57 -62,-52m10,130c58,-6 38,-88 -12,-88s-44,88 12,88m52,16c18,12 -6,86 -52,70 -18,-14 16,-86 52,-70"
|
||||
|
Reference in New Issue
Block a user