Files
SuperTinyIcons/images/android-vector-drawable/meetup.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
743 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="#ed1c40"/>
<path
android:pathData="M335,138c-12,-1 -11,-23 -43,-21 -26,2 -36,30 -50,26 -14,-5 -34,-20 -47,-20 -46,1 -58,40 -70,70 -6,16 -35,106 -40,129 -14,60 66,77 85,37 15,-32 45,-118 53,-134 4,-9 11,-25 25,-23 27,4 -18,85 -29,120 -8,27 29,43 49,11 8,-12 46,-86 52,-98 5,-11 20,-50 34,-45 22,8 -13,57 -23,78 -25,41 -38,96 14,118 12,6 74,20 77,-7 4,-26 -24,-22 -42,-26 -40,-8 3,-90 13,-109 7,-15 53,-96 -4,-113 -33,-9 -48,8 -54,7Z"
android:fillColor="#fff"/>
</vector>