forked from edent/SuperTinyIcons
16 lines
705 B
XML
16 lines
705 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="M98,402c34,-163 125,-282 321,-288v15c-121,33 -180,118 -159,273H98z"
|
|
android:fillColor="#c00"/>
|
|
<path
|
|
android:pathData="M274,359l-4,27 30,13 1,-27zM88,283l-13,36 34,10 13,-35zM158,175l-25,27 31,23 25,-30zM250,109l-27,19 21,24 28,-18zM325,99l6,18 28,-7 -6,-16zM359,169l13,20 16,-15 -7,-16zM320,196l-17,18 23,27 12,-19zM283,274l-8,25 31,18 1,-27z"
|
|
android:fillColor="#c00"/>
|
|
</vector>
|