13 lines
490 B
XML
13 lines
490 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="m224,159 l98,56v113l-98,-56L224,159zM115,95v113l98,56L213,152L115,95zM224,398 L322,454L322,342l-98,-56v113zM333,216v113l98,-56v-113l-98,56z"
|
|
android:fillColor="#7B42BC"/>
|
|
</vector>
|