Files
SuperTinyIcons/images/android-vector-drawable/mail.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
788 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="#328cff"/>
<path
android:pathData="M249,149c-57,0 -108,52 -108,110 0,57 51,108 108,108 30,0 57,-12 77,-32v11c0,33 43,55 71,32 64,-49 68,-177 2,-246 -62,-65 -166,-78 -244,-32C52,163 50,280 88,348c57,99 180,101 225,82 29,-13 16,-51 -12,-39 -56,23 -149,0 -182,-76 -30,-68 1,-142 49,-175 46,-32 131,-41 195,15 68,59 39,162 14,187 -6,7 -17,1 -16,-9V183c0,-23 -35,-23 -35,-1 -20,-20 -47,-33 -77,-33m1,37c38,0 72,27 72,71 0,43 -30,75 -73,75 -39,0 -68,-28 -68,-72 0,-39 23,-74 69,-74Z"
android:fillColor="#fff"/>
</vector>