* 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
1.2 KiB
XML
13 lines
1.2 KiB
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="#fff"/>
|
|
<path
|
|
android:pathData="M470,219A61,210 80,0 0,42 292a61,210 80,0 0,428 -73M349,233l10,35L359,233h11v44L354,277l-11,-36v36L332,277L332,233ZM170,233 L178,277L166,277l-6,-40 -6,40L142,277l8,-44ZM300,233v34c0,1 1,3 4,3 4,0 5,-2 5,-3L309,233h11v34c0,8 -7,11 -15,11 -9,0 -15,-3 -16,-11L289,233ZM206,233 L211,267 216,233h18l1,44L224,277L224,237l-7,40L206,277l-8,-40v40L187,277l1,-44ZM263,232c6,0 15,1 15,11v3L267,246v-3c0,-2 -1,-4 -4,-4s-4,2 -4,3v2c2,6 21,7 20,21 0,10 -6,13 -16,13 -8,0 -17,-4 -16,-16h12v4c0,2 1,4 4,4s4,-1 4,-3v-3c-1,-3 -18,-8 -20,-17 -1,-11 4,-15 16,-15ZM383,243c0,-13 28,-15 29,0v5L402,248v-4c-1,-4 -9,-4 -9,0v23c0,4 9,4 10,0v-8h-4v-6h13v15c0,13 -28,16 -29,0L383,243ZM118,232c6,0 15,1 15,11v3L122,246v-3c0,-2 -1,-4 -4,-4s-4,2 -4,3v2c2,6 21,7 20,21 0,10 -6,13 -16,13 -8,0 -17,-4 -16,-16h12v4c0,2 1,4 4,4s4,-1 4,-3v-3c-1,-3 -18,-8 -20,-17 -1,-11 4,-15 16,-15Z"
|
|
android:fillColor="#034ea2"/>
|
|
</vector>
|