20 lines
650 B
XML
20 lines
650 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="38dp"
|
||
|
|
android:height="38dp"
|
||
|
|
android:viewportWidth="38"
|
||
|
|
android:viewportHeight="38">
|
||
|
|
<path
|
||
|
|
android:pathData="M11,0L27,0A7,7 0,0 1,34 7L34,23A7,7 0,0 1,27 30L11,30A7,7 0,0 1,4 23L4,7A7,7 0,0 1,11 0z"
|
||
|
|
android:fillColor="#E52C2F"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M15,10L24,19"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#ffffff"/>
|
||
|
|
<path
|
||
|
|
android:pathData="M24,10L15,19"
|
||
|
|
android:strokeWidth="2"
|
||
|
|
android:fillColor="#00000000"
|
||
|
|
android:strokeColor="#ffffff"/>
|
||
|
|
</vector>
|