Files
SuperTinyIcons/images/android-vector-drawable/wikipedia.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
829 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:fillColor="#FF000000"
android:pathData="M151,152l1,1v7c0,2 0,3 -3,3 -16,1 -26,0 -18,17l76,167 3,1 37,-75 -40,-84c-11,-23 -11,-24 -23,-26 -3,0 -5,0 -5,-2v-8l1,-1h69l1,1v7c0,3 -5,3 -8,4 -13,1 -11,6 -2,22l25,52 27,-56c6,-11 8,-18 -10,-19 -3,0 -7,0 -7,-3v-7l1,-1h64l1,1v7c0,2 -2,3 -4,3 -15,0 -17,9 -25,24l-37,72 43,88 3,1 70,-166c8,-17 -11,-19 -21,-19 -2,0 -4,-1 -4,-3v-7l1,-1h80v8c0,2 0,3 -2,3 -17,0 -28,7 -36,24L323,381c-8,16 -16,15 -24,0l-42,-88 -45,88c-9,17 -18,15 -25,1L97,186c-8,-18 -8,-22 -28,-23 -3,0 -4,-1 -4,-3v-8Z"/>
</vector>