Files
SuperTinyIcons/images/android-vector-drawable/uber.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
865 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:fillColor="#FF000000"
android:pathData="m0,0H512V512H0"/>
<path
android:pathData="M88.6,191.4v78.5a1,1 0,0 0,62.5 0v-78.6h19.1v127.3L151.3,318.6L151.3,306.8A49,49 0,0 1,69.5 271v-79.6ZM184.4,191.3h18.4v46.4a47.5,47.5 0,1 1,-0.2 69.3v11.6L184.4,318.6L184.4,191.3ZM234.4,304.5a32,32 0,1 0,-32 -32,32 32,0 0,0 32,32M339.3,224a46.4,48.2 0,0 1,46.4 48.2v6h-75.4a31,31 0,0 0,57.4 12.8l13.3,9.8A49,49 0,1 1,339.3 224m-28.8,39.6L367,263.6c-3.1,-14.2 -14.5,-23.6 -28.2,-23.6 -13.5,0 -25,9.5 -28.3,23.6m124.4,-21.4a21,24 0,0 0,-20.7 23.6v52.7h-18.4v-92.7L414,225.8v11.5c4.5,-7.5 12,-12.2 22.2,-12.2h6.4v17.1Z"
android:fillColor="#fff"/>
</vector>