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.
16 lines
946 B
XML
16 lines
946 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="#fff"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M256,256m-192,0a192,192 0,1 1,384 0a192,192 0,1 1,-384 0"/>
|
|
<path
|
|
android:pathData="m144,260c7,1 13,7 12,17s-11,14 -2,21 30,9 36,-9 -21,-23 -29,-52 22,-58 57,-49 35,37 74,42q22,4 36,-4 8,-4 1,-13c-3,-5 -2,-12 7,-16s20,6 15,20 -30,26 -61,21 -38,-20 -53,-31 -33,-15 -42,-3 -1,22 6,29 22,22 22,40 -20,44 -56,38 -41,-31 -39,-39 6,-13 16,-12m35,91c11,0 17,7 17,17s-10,8 -10,15 17,5 28,-8 19,-32 26,-67 8,-51 20,-89 40,-84 81,-84 37,32 26,38q-4,2.5 -10,2t-10,-5 -2.3,-12c1.3,-5 6.3,-8 4.3,-12s-11,-6 -21,-1 -21,17 -29,57 -12,83 -28,123 -55,76 -89,69 -24,-43 -3,-43"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|