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,9 +4,9 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M282,170v-4c-52,0 -5,34 0,4zM306,152c7,-21 43,-23 47,3h-10c-3,-15 -28,-16 -28,11 0,15 23,24 28,6h10c-6,33 -59,21 -47,-20zM160,136h10v9c5,-12 27,-13 31,1 7,-15 35,-14 35,7v37h-11v-34c0,-15 -22,-15 -22,1v33h-11v-35c-2.45,-9.36 -14.91,-11.23 -20,-3l-2,5v33h-10zM183,395c-47,0 -76,-33 -76,-86s29,-85 76,-85 77,33 77,85 -29,86 -77,86zM271,190c-29,7 -33,-30 -3,-31l14,-1v-4c1,-12 -19,-13 -22,-2h-10a14,14 0,0 1,2 -7c8,-14 41,-14 41,8v37h-10v-9a18,18 0,0 1,-12 9zM339,395c-36,-2 -61,-19 -63,-49h24c23,72 146,-5 25,-30 -19,-4 -33,-13 -39,-24 -38,-74 109,-96 113,-20h-23c-7,-49 -98,-22 -65,12 14,14 43,13 64,22 50,23 26,91 -36,89zM183,245c-32,0 -52,25 -52,64s20,64 52,64 53,-24 53,-64 -20,-64 -53,-64z"/>
|
||||
android:pathData="M183,245c33,0 53,24 53,64s-21,64 -53,64 -52,-25 -52,-64 20,-64 52,-64ZM339,395c62,2 86,-66 36,-89 -21,-9 -50,-8 -64,-22 -33,-34 58,-61 65,-12h23c-4,-76 -151,-54 -113,20 6,11 20,20 39,24 121,25 -2,102 -25,30L276,346c2,30 27,47 63,49ZM271,190a18,18 0,0 0,12 -9v9h10L293,153c0,-22 -33,-22 -41,-8a14,14 0,0 0,-2 7h10c3,-11 23,-10 22,2v4l-14,1c-30,1 -26,38 3,31ZM183,395c48,0 77,-34 77,-86s-30,-85 -77,-85 -76,32 -76,85 29,86 76,86ZM160,190h10L170,157l2,-5c5.09,-8.23 17.55,-6.36 20,3v35h11L203,157c0,-16 22,-16 22,-1v34h11L236,153c0,-21 -28,-22 -35,-7 -4,-14 -26,-13 -31,-1v-9L160,136ZM306,152c-12,41 41,53 47,20L343,172c-5,18 -28,9 -28,-6 0,-27 25,-26 28,-11h10c-4,-26 -40,-24 -47,-3ZM282,170c-5,30 -52,-4 0,-4v4Z"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user