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
707 B
XML
13 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="M437,75L437,437L75,437L75,75L214.4,75c0,0.6 0,1.3 0,2 0,22.9 18.6,41.5 41.5,41.5S297.4,99.9 297.4,77c0,-0.7 0,-1.4 0,-2ZM353.7,301.7l12.1,47L333.2,348.7l10.5,-47ZM298.2,398.3h24.1l6.3,-28.6h43.1l8.2,28.6h24.7L367.1,270.1L329.3,270.1ZM186.6,398.3h24.3L230,311l17.8,87.3h23.8l30.6,-128.2L278.7,270.1l-18.9,88.3 -17.9,-88.3L219.4,270.1l-19.8,87.2 -16.5,-87.2h-24Z"
|
|
android:fillColor="#654ff0"/>
|
|
</vector>
|