20 lines
615 B
XML
20 lines
615 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="M14,3H10V15H6L12,21L18,15H14V3Z"
|
||
|
android:fillColor="#ffffff"/>
|
||
|
<path
|
||
|
android:pathData="M5,4H7V10H9L6,13L3,10H5V4Z"
|
||
|
android:strokeAlpha="0.5"
|
||
|
android:fillColor="#ffffff"
|
||
|
android:fillAlpha="0.5"/>
|
||
|
<path
|
||
|
android:pathData="M17,4H19V10H21L18,13L15,10H17V4Z"
|
||
|
android:strokeAlpha="0.5"
|
||
|
android:fillColor="#ffffff"
|
||
|
android:fillAlpha="0.5"/>
|
||
|
</vector>
|