Files
SuperTinyIcons/images/android-vector-drawable/zoom.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
756 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="#2D8CFF"/>
<path
android:pathData="M428,357c8,2 15,-2 19,-8 2,-3 2,-8 2,-19V179c0,-11 0,-15 -2,-19 -3,-8 -11,-11 -19,-8 -21,14 -67,55 -68,72 -0.8,3 -0.8,8 -0.8,15v38c0,8 0,11 0.8,15 1,8 4,15 8,19 12,9 52,45 61,45zM64,187c0,-15 0,-23 3,-27 2,-4 8,-8 11,-11 4,-3 11,-3 27,-3h129c38,0 57,0 72,8 11,8 23,15 30,30 8,15 8,34 8,72v68c0,15 0,23 -3,27 -2,4 -8,8 -11,11 -4,3 -11,3 -27,3H174c-38,0 -57,0 -72,-8 -11,-8 -23,-15 -30,-30 -8,-15 -8,-34 -8,-72z"
android:fillColor="#fff"/>
</vector>