14 lines
454 B
XML
14 lines
454 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="M8,5H6V13H2L7,19L12,13H8V5Z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M18,19H16V11H12L17,5L22,11H18V19Z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
</vector>
|