forked from edent/SuperTinyIcons
22 lines
699 B
XML
22 lines
699 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,0h512v512h-512z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="m156,71q-50,0 -50,50v16h300v-16q0,-50 -50,-50"
|
|
android:fillColor="#91d8f4"/>
|
|
<path
|
|
android:pathData="m106,157v60h300v-60"
|
|
android:fillColor="#4ca2da"/>
|
|
<path
|
|
android:pathData="m106,239v60h300v-60"
|
|
android:fillColor="#376db6"/>
|
|
<path
|
|
android:pathData="M406,319H106v16q0,50 50,50h123v65l65,-65h12q50,0 50,-50"
|
|
android:fillColor="#1e5397"/>
|
|
</vector>
|