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.
This commit is contained in:
committed by
GitHub
parent
c754e642ab
commit
3762d3a444
@@ -4,12 +4,12 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#00d0af"/>
|
||||
<path
|
||||
android:pathData="m271,383c-15,-4 -23,-10 -36,-26 -9,-12 -26,-39 -35,-53l-6,-11h-24l0,34c1,43 0,42 19,45l10,1 0,4 0,4h-80l0,-4c0,-4 1,-4 9,-6 10,-2 14,-5 15,-14 1,-4 1,-31 1,-79 -0,-70 -1,-72 -3,-77 -3,-5 -7,-7 -18,-8 -4,-1 -5,-1 -5,-5v-4l43,-1c55,-1 65,0 81,11 15,10 22,24 20,43 -1,21 -17,42 -37,50 -4,1 -7,3 -7,3 0,2 17,28 28,43 15,21 27,32 36,37 4,2 9,3 10,3 3,0 3,1 3,4 0,3 -1,5 -2,5 -5,2 -19,2 -26,0zM214,274c14,-7 22,-18 23,-35 1,-13 -2,-22 -10,-30 -9,-10 -25,-14 -48,-12l-10,1v39c0,36 0,40 2,40 1,0 9,1 18,0 14,-0 17,-1 24,-4z"
|
||||
android:pathData="M213,273c-7,3 -10,4 -24,4 -9,1 -17,0 -18,0 -2,0 -2,-4 -2,-40L169,198l10,-1c23,-2 39,2 48,12 8,8 11,17 10,30 -1,17 -9,28 -23,35ZM267,382c7,2 21,2 26,0 1,0 2,-2 2,-5s0,-4 -3,-4c-1,0 -6,-1 -10,-3 -9,-5 -21,-16 -36,-37 -11,-15 -28,-41 -28,-43 0,0 3,-2 7,-3 20,-8 36,-29 37,-50 2,-19 -5,-33 -20,-43 -16,-11 -26,-12 -81,-11l-43,1v4c0,4 1,4 5,5 11,1 15,3 18,8 2,5 3,7 3,77 0,48 0,75 -1,79 -1,9 -5,12 -15,14 -8,2 -9,2 -9,6v4h80v-4,-4l-10,-1c-19,-3 -18,-2 -19,-45L170,293h24l6,11c9,14 26,41 35,53 13,16 21,22 36,26Z"
|
||||
android:fillColor="#feffff"/>
|
||||
<path
|
||||
android:pathData="m321,228c-25,-4 -34,-20 -32,-61 1,-21 3,-30 11,-38 7,-7 13,-9 25,-10 13,-1 21,2 29,8 5,4 9,10 9,13 0,1 -3,2 -6,4l-6,3 -3,-3c-5,-6 -9,-9 -14,-11 -10,-3 -20,2 -25,11 -3,5 -3,6 -3,29 0,22 0,25 3,29 4,7 12,11 21,10 13,-1 20,-10 20,-24v-7l-10,-0 -10,-0v-13h36l-0,15c-0,12 -1,16 -3,22 -6,15 -23,24 -42,22z"
|
||||
android:pathData="M321,227c19,2 36,-7 42,-22 2,-6 3,-10 3,-22V168H330v13h10,10v7c0,14 -7,23 -20,24 -9,1 -17,-3 -21,-10 -3,-4 -3,-7 -3,-29 0,-23 0,-24 3,-29 5,-9 15,-14 25,-11 5,2 9,5 14,11l3,3 6,-3c3,-2 6,-3 6,-4 0,-3 -4,-9 -9,-13 -8,-6 -16,-9 -29,-8 -12,1 -18,3 -25,10 -8,8 -10,17 -11,38 -2,41 7,57 32,61Z"
|
||||
android:fillColor="#feffff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user