19 lines
695 B
XML
19 lines
695 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:fillColor="#FF000000"
|
|
android:fillAlpha="0"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#FF000000"
|
|
android:pathData="M3,6C3,4.89543 3.89543,4 5,4H19C20.1046,4 21,4.89543 21,6V18C21,19.1046 20.1046,20 19,20H5C3.89543,20 3,19.1046 3,18V6Z"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:fillAlpha="0"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#FF000000"
|
|
android:pathData="M10,9l5,3l-5,3l0,-6z"/>
|
|
</vector>
|