Files
SuperTinyIcons/images/android-vector-drawable/w3c.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
748 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="#005a9c"/>
<path
android:pathData="M165,152l37,124 37,-124h99v13l-38,64c16,4 40,20 40,62 0,78 -83,88 -103,24l20,-8c19,40 55,28 55,-16 0,-13 -2,-41 -36,-41h-10v-11l36,-61h-45l-52,179h-2l-39,-126 -37,126h-3L63,152h26l37,124 25,-83 -12,-41m222,118c-31,-63 23,-165 67,-89l15,-30 4,26 -16,29c-29,-54 -80,-14 -70,64m-16,25c31,60 74,50 99,3l5,21c-28,53 -83,52 -105,-24zM361,270c-31,-63 23,-165 67,-89l15,-30 4,26 -16,29c-29,-54 -80,-14 -70,64z"
android:fillColor="#fff"/>
</vector>