14 lines
433 B
XML
14 lines
433 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="M5,14H7V22H5V14Z"
|
|
android:strokeAlpha="0.8"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.8"/>
|
|
<path
|
|
android:pathData="M5,2H19L16,8L19,14H5V2Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|