forked from edent/SuperTinyIcons
16 lines
609 B
XML
16 lines
609 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="M256,65v42l111,249h-42l-22,-55h-47v146l151,-84 27,-235 -178,-63zM256,188v78h33l-33,-78z"
|
|
android:fillColor="#c3002f"/>
|
|
<path
|
|
android:pathData="M256,65l-0,42l-111,249l42,0l22,-55l47,0l-0,146l-151,-84 -27,-235 178,-63zM256,188l-0,78l-33,0l33,-78z"
|
|
android:fillColor="#dd0031"/>
|
|
</vector>
|