Files
SuperTinyIcons/images/android-vector-drawable/sass.xml
Jonathan Batchelor 3762d3a444 Convert and update Android Vector files (#803)
* 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.
2024-09-15 07:44:04 +01:00

13 lines
737 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="#c69"/>
<path
android:pathData="M172,408c21,-6 48,-35 36,-73 -42,21 -56,42 -59,59 -1,6 -2,22 23,14ZM258,88c71,-24 152,-9 150,47 -7,106 -169,129 -189,79 -4,-11 3,-8 5,-4 38,36 146,-6 158,-68 8,-41 -55,-59 -144,-14s-94,81 -95,95c-2,38 43,54 76,89 57,-15 103,5 103,48 0,17 -15,27 -22,29s-14,0 -3,-4 27,-29 -4,-51c-8,-6 -35,-16 -66,-8 14,41 -8,80 -30,94s-74,29 -76,-19c-1,-35 43,-62 78,-80 -27,-21 -87,-53 -93,-93S162,121 258,88Z"
android:fillColor="#fff"/>
</vector>