17 lines
638 B
XML
17 lines
638 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="M2,6C2,4.8954 2.8954,4 4,4H20C21.1046,4 22,4.8954 22,6V18C22,19.1046 21.1046,20 20,20H4C2.8954,20 2,19.1046 2,18V6Z"
|
|
android:strokeAlpha="0.2"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.2"/>
|
|
<path
|
|
android:pathData="M8,7L11,11H9V17H7V11H5L8,7Z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M16,7L19,11H17V17H15V11H13L16,7Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|