Files
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
708 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="#05a8da"/>
<path
android:pathData="m109,191a160,159 90,0 0,77 210ZM336,353q30,-86 29,-109t-22,-54c-19,-33 4,-54 21,-53a160,161 90,0 0,-243 31q28,0 53,-2a6,6 90,0 1,3 13l-19,2 58,174 35,-106 -25,-69 -16,-1a3,3 90,0 1,0 -13q42,4 84,0a3,3 90,0 1,3 13l-19,1zM259,270 L210,410a167,164 90,0 0,99 -2ZM387,251q15,-40 10,-72a163,165 90,0 1,-60 216zM257,449a193,193 90,1 0,-2 0zM255,438a182,182 90,1 1,2 0Z"
android:fillColor="#fff"/>
</vector>