14 lines
455 B
XML
14 lines
455 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="M16,10L12,3L8,10H16Z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M8,21V12H10L14,18V12H16V21H14L10,15V21H8Z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.7"/>
|
|
</vector>
|