17 lines
519 B
XML
17 lines
519 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
<path
|
||
|
android:pathData="M22,22H2V19L10,12L14,15L22,7V22Z"
|
||
|
android:fillColor="#ffffff"/>
|
||
|
<path
|
||
|
android:pathData="M2,15L10,8L14,11L21.5,3.5"
|
||
|
android:strokeAlpha="0.5"
|
||
|
android:strokeWidth="2"
|
||
|
android:fillColor="#00000000"
|
||
|
android:strokeColor="#ffffff"
|
||
|
android:fillAlpha="0.5"/>
|
||
|
</vector>
|