16 lines
652 B
XML
16 lines
652 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="#0079bf"/>
|
|
<path
|
|
android:pathData="M307,95L393,95A23,23 0,0 1,416 118L416,260A23,23 0,0 1,393 283L307,283A23,23 0,0 1,284 260L284,118A23,23 0,0 1,307 95z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M120,95L206,95A23,23 0,0 1,229 118L229,368A23,23 0,0 1,206 391L120,391A23,23 0,0 1,97 368L97,118A23,23 0,0 1,120 95z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|