forked from edent/SuperTinyIcons
16 lines
492 B
XML
16 lines
492 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="m64,140h148l44,77l44,-77h148L256,473"
|
|
android:fillColor="#42b883"/>
|
|
<path
|
|
android:pathData="m141,140h71l44,77l44,-77h71L256,340"
|
|
android:fillColor="#35495e"/>
|
|
</vector>
|