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
707 B
XML
16 lines
707 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="M82,343a22,22 0,0 0,11 18l153,88a22,22 0,0 0,20 0l153,-88a22,22 0,0 0,10 -18V167a22,22 0,0 0,-10 -18L265,62a22,22 0,0 0,-20 0L92,150a22,22 0,0 0,-10 17Z"
|
|
android:fillColor="#009639"/>
|
|
<path
|
|
android:pathData="m206,322a1,1 0,0 1,-39 0V188c0,-11 9,-19 22,-19 9,0 20,4 27,12l88,105v-98a1,1 0,0 1,39 0v135c0,10 -9,19 -22,19 -10,0 -21,-4 -27,-12l-88,-105z"
|
|
android:fillColor="#FFF"/>
|
|
</vector>
|