Files
SuperTinyIcons/images/android-vector-drawable/nhs.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
716 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="#005EB8"/>
<path
android:pathData="M448,333L448,178L64,178v155zM218,193l-26,125h-42l-26,-86 -18,86L75,318l27,-125h41l26,87 18,-87zM337,193 L311,318h-33l11,-54h-40l-11,54h-33l26,-125h33l-10,48h40l10,-48zM434,197 L426,221c-7,-3 -16,-5 -28,-5 -13,0 -24,2 -24,12 0,17 49,11 49,49 0,34 -33,43 -62,43 -13,0 -27,-3 -38,-7l8,-25c6,4 19,7 30,7s27,-2 27,-15c0,-19 -48,-12 -48,-47 0,-32 28,-42 55,-42 16,0 30,2 39,6"
android:fillColor="#FFF"/>
</vector>