Files
SuperTinyIcons/images/android-vector-drawable/lobsters.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
716 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="#ac130c"/>
<path
android:pathData="M421.1,312.9H398.9c0,12 -5.8,35.2 -10.6,45 -8.8,17.7 -26.8,32.2 -48.4,36.6 -20.8,3.8 -41.6,3.2 -64.9,3.4 -32.4,-5.8 -42.1,-23.7 -41.2,-57.6V157c-0.1,-18.6 -2.4,-45.3 21,-51.5 6.3,-1.5 19.6,-2.4 29.8,-2.7v-21H114v21c8.9,0.6 19.5,1.6 24.9,3.1 22,4.8 22.4,26.7 23.9,47.9V353.6c0,10.4 -1.1,18.9 -2.3,25.5 -2.4,12 -10.9,19.5 -23.9,22.8 -6.3,1.5 -14.4,2.4 -24.2,2.7v23.5H421Z"
android:fillColor="#fff"/>
</vector>