* 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.
19 lines
690 B
XML
19 lines
690 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="M71,460L30,0h451l-41,460 -185,52"
|
|
android:fillColor="#e34f26"/>
|
|
<path
|
|
android:pathData="M256,472l149,-41 35,-394H256"
|
|
android:fillColor="#ef652a"/>
|
|
<path
|
|
android:pathData="M255,414 L139,382l-7,-89h56l4,45 63,17ZM256,265L129,265L114,94L256,94v56L176,150l5,58h75Z"
|
|
android:fillColor="#ebebeb"/>
|
|
<path
|
|
android:pathData="M255,208v57h70l-7,73 -63,17v59l116,-32 16,-174zM255,94v56h137l5,-56z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|