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.
18 lines
630 B
XML
18 lines
630 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:pathData="m256,460c89,0 150.4,-42.3 150.4,-204S345,52 256,52 105.6,94.4 105.6,256 167,460 256,460"
|
|
android:fillColor="#0082fc"/>
|
|
<path
|
|
android:pathData="M174.1,172.2 L327.2,325.6 258,395V117l69.2,69.4 -152.9,153.1"
|
|
android:strokeWidth="30"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#fff"/>
|
|
</vector>
|