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.
28 lines
857 B
XML
28 lines
857 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="#fff"/>
|
|
<path
|
|
android:pathData="M131.5,344h83V170h83V84h-136q-30,0 -30,30"
|
|
android:fillColor="#ffba00"/>
|
|
<path
|
|
android:pathData="M297.5,84v86h83"
|
|
android:fillColor="#ea4335"/>
|
|
<path
|
|
android:pathData="M297.5,170h83v174h-83"
|
|
android:fillColor="#2684fc"/>
|
|
<path
|
|
android:pathData="M131.5,342v56q0,30 30,30h55v-86"
|
|
android:fillColor="#00832d"/>
|
|
<path
|
|
android:pathData="M214.5,342h85v86h-85"
|
|
android:fillColor="#00ac47"/>
|
|
<path
|
|
android:pathData="M297.5,342h83v56q0,30 -30,30h-53"
|
|
android:fillColor="#0066da"/>
|
|
</vector>
|