forked from edent/SuperTinyIcons
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,13 +4,13 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M270.3,445l141.1,-81.4c4.1,-2.3 7.8,-6.4 10.4,-11l-166.3,-96 -166.3,96c2.7,4.6 6.4,8.7 10.4,11L240.8,445c8.1,4.7 21.4,4.7 29.5,0z"
|
||||
android:pathData="M270.3,445l141.1,-81.4a30,30 0,0 0,10.4 -11l-166.3,-96 -166.3,96a30,30 0,0 0,10.4 11L240.8,445a30,30 0,0 0,29.5 0z"
|
||||
android:fillColor="#004482"/>
|
||||
<path
|
||||
android:pathData="M421.8,160.5c-2.7,-4.6 -6.4,-8.7 -10.4,-11L270.3,68c-8.1,-4.7 -21.4,-4.7 -29.6,0l-141,81.5c-8.1,4.7 -14.8,16.2 -14.8,25.6V338c0,4.7 1.7,9.9 4.3,14.6l166.3,-96 166.3,-96.1z"
|
||||
android:pathData="M89.2,352.6A30,30 0,0 1,84.9 338V175.1a30,30 0,0 1,14.8 -25.6L240.7,68a30,30 0,0 1,29.6 0l141.1,81.5a30,30 0,0 1,10.4 11Z"
|
||||
android:fillColor="#659AD2"/>
|
||||
<path
|
||||
android:pathData="M256,256m-86,0a86,86 0,1 1,172 0a86,86 0,1 1,-172 0"
|
||||
@@ -18,11 +18,11 @@
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M421.8,352.6c2.7,-4.6 4.3,-9.9 4.3,-14.6V175.2c0,-4.7 -1.7,-10 -4.3,-14.7l-166.3,96.1 166.3,96z"
|
||||
android:pathData="M255.5,256.6l166.3,-96.1a30,30 0,0 1,4.3 14.7V338a30,30 0,0 1,-4.3 14.6Z"
|
||||
android:fillColor="#00599C"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M350.5,237v39M331,257h39M397.5,237v39M378,257h39"
|
||||
android:pathData="M350.5,237v39M331,257h39m27.5,-20v39M378,257h39"
|
||||
android:strokeWidth="13"
|
||||
android:strokeColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user