Files
SuperTinyIcons/images/android-vector-drawable/coil.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
734 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="M423,377c0,35 -83,71 -140,71 -70,0 -136,-37 -170,-98 -16,-28 -24,-60 -24,-92 0,-37 11,-74 32,-106 17,-25 48,-59 104,-77 14,-5 39,-11 67,-11 79,0 129,55 129,103 0,33 -27,80 -93,80 -30,0 -41,-13 -41,-27 0,-20 18,-42 32,-42 6,0 9,6 20,4s16,-9 16,-17c0,-17 -20,-39 -62,-39 -14,0 -29,2 -48,8 -38,11 -58,38 -69,55a127.4,127.4 0,0 0,-6 130c22,40 66,64 113,64 65,0 83,-35 96,-40 23,-10 44,18 44,34z"
android:fillColor="#000"/>
</vector>