forked from edent/SuperTinyIcons
* 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.
13 lines
903 B
XML
13 lines
903 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="m0,0H512V512H0"
|
|
android:fillColor="#17B"/>
|
|
<path
|
|
android:pathData="M138,86c-25,0 -44,20 -44,43v127c-8,-4 -14,-6 -15,-3 -3,7 3,13 15,27 12,15 63,34 63,34v59c0,17 37,43 56,43s33,-13 33,-21v-55l12,4v51c0,8 12,31 51,31s49,-45 49,-53v-54c29,-15 57,-23 70,-47 12,-24 2,-28 -9,-17L419,129c0,-23 -20,-43 -45,-43zM138,107h236c13,0 23,10 23,22v140c-19,9 -45,17 -49,17h-56c-17,0 -34,-1 -34,17 -14,-9 -14,-16 -37,-15 -16,0 -56,-3 -78,-8 -8,-2 -18,-7 -28,-13L115,129c0,-12 10,-22 23,-22zM206,192c-21,0 -39,17 -39,38s18,38 39,38c22,0 39,-17 39,-38s-17,-38 -39,-38zM310,192c-21,0 -39,17 -39,38s18,38 39,38c22,0 39,-17 39,-38s-17,-38 -39,-38z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|