forked from edent/SuperTinyIcons
* 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.
13 lines
799 B
XML
13 lines
799 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="#ff3034"/>
|
|
<path
|
|
android:pathData="M126,120.53a1,1 0,0 0,266.53 266.52,1 1,0 1,1 10.87,10.87A1,1 0,0 1,115.14 109.66,1 1,0 0,1 126,120.53m52.5,240.22a26,26 0,1 0,0 1M409,334A273,273 0,0 0,177.5 102.5,150 150,0 0,0 139,130v26a216,216 0,0 1,217 216h26a111,111 0,0 0,27 -39M240,83l-4,12a298,298 0,0 1,181 180l11,-4A172,172 0,0 0,240 83zM245,425a118,118 0,0 0,-95 -171,1 1,0 0,1 3,-21 140,140 0,0 1,120 177l31,9 26.5,-10a195,195 0,0 0,-163 -230,1 1,0 1,0 -18,131.5 63,63 0,0 1,42 95.5l21,14z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|