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.
19 lines
811 B
XML
19 lines
811 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="#000"/>
|
|
<path
|
|
android:pathData="M84,166q-7.5,-4.5 0,-9l162,-75q10,-4.5 20,0l162,75q7.5,4.5 0,9l-162,75q-10,4.5 -20,0z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M116,237q10.5,-4.5 21,0l109,50q10,4.5 20,0l109,-50q10.5,-4.5 21,0l32,14q7.5,5 0,10L266,336q-10,3 -20,0L84,261q-7.5,-5 0,-10Z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M116,331q10.5,-4.5 21,0l109,50q10,4.5 20,0l109,-50q10.5,-4.5 21,0l32,14q7.5,5 0,10L266,430q-10,3 -20,0L84,355q-7.5,-5 0,-10Z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|