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
565 B
XML
13 lines
565 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="#00ed64"/>
|
|
<path
|
|
android:pathData="m249.7,460.8q-3,-27 -4.3,-47c-2,-1 -168,-126 -24,-311.7q19,-23 34,-44.5c0.3,-0.4 0.8,-0.5 1.2,0q17,24 32,42c147,185 -18,312 -22,314q-2,25 -4.4,47.2m-15.7,-60.4q2,3 9.5,9.7 7,-6 9.5,-9.7l-9,-202.2c0,-0.7 -1,-0.7 -1,0"
|
|
android:fillColor="#001e2b"/>
|
|
</vector>
|