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,15 +4,15 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#F8EC17"/>
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#f8ec17"/>
|
||||
<path
|
||||
android:pathData="m250,301.5h-34v-88l13,-3 -4,-16h25zM123,327.5h33v-87h6c3,0 10,4 10,12 0,10 -9,17 -16,23l34,56c9,-7 19,-16 26,-24l-27,-32c14,-11 17,-20 16,-30 -2,-21 -21,-25 -36,-27 -12,-1 -33,-1 -45,-0zM317,327.5v-83l28,1h2v-30h-93v30h2l28,-1v83zM383,218.5l-43,82c32,0 54,0 88,0v-30c-18,1 -30,1 -40,0l43,-80c-38,-2 -65,-2 -84,-2v30c15,-1 26,-1 36,-1zM114,190.5c-27,0 -50,1 -66,1v119h34v-42h29v-28h-29v-21h32v-10zM464,264.5l8.5,-56 -28,-2 -3.5,57zM449,297.5l18,-15 -15,-18 -18,15z"
|
||||
android:pathData="m48,191.5v119h34v-42h29v-28L82,240.5v-21h32v-29zM123,327.5h33v-87h6c3,0 10,4 10,12s-6,15 -16,23l34,56q13,-10 26,-24l-27,-32c14,-11 17,-20 16,-30s-5,-17 -16,-22 -27,-7 -65,-5zM216,213.5v88h34L250,194.5h-25l4,16zM284,244.5v83h33v-83l28,1h2v-30h-93v30h2zM340,300.5h88v-30q-26,1.5 -40,0l43,-80q-34,-2 -84,-2v30q13,-1 36,-1v1zM449,297.5L467,282.5 452,264.5 434,279.5zM464,264.5L472.5,208.5 444.5,206.5 441,263.5z"
|
||||
android:strokeWidth="2.6"
|
||||
android:fillColor="#e2001a"
|
||||
android:strokeColor="#000"/>
|
||||
<path
|
||||
android:pathData="m246,298h-34v-88l13,-3 -4,-16h25zM119,324h33v-87h6c3,0 10,4 10,12 0,10 -9,17 -16,23l34,56c9,-7 19,-16 26,-24l-27,-32c14,-11 17,-20 16,-30 -2,-21 -21,-25 -36,-27 -12,-1 -33,-1 -45,-0zM313,324v-83l28,1h2v-30h-93v30h2l28,-1v83zM379,215l-43,82c32,0 54,0 88,0v-30c-18,1 -30,1 -40,0l43,-80c-38,-2 -65,-2 -84,-2v30c15,-1 26,-1 36,-1zM110,187c-27,0 -50,1 -66,1v119h34v-42h29v-28h-29v-21h32v-10zM460,261l8.5,-56 -28,-2 -3.5,57zM445,294l18,-15 -15,-18 -18,15z"
|
||||
android:pathData="m44,188v119h34v-42h29v-28L78,237v-21h32v-29zM119,324h33v-87h6c3,0 10,4 10,12s-6,15 -16,23l34,56q13,-10 26,-24l-27,-32c14,-11 17,-20 16,-30s-5,-17 -16,-22 -27,-7 -65,-5zM212,210v88h34L246,191h-25l4,16zM280,241v83h33v-83l28,1h2v-30h-93v30h2zM336,297h88v-30q-26,1.5 -40,0l43,-80q-34,-2 -84,-2v30q13,-1 36,-1v1zM445,294 L463,279 448,261 430,276zM460,261 L468.5,205 440.5,203 437,260z"
|
||||
android:strokeWidth="2.6"
|
||||
android:fillColor="#e2001a"
|
||||
android:strokeColor="#000"/>
|
||||
|
Reference in New Issue
Block a user