19 lines
612 B
XML
19 lines
612 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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="M18,4a1,1 0 0,1 1,1V20a1,1 0 0,1 -1,1H6a1,1 0 0,1 -1,-1V5A1,1 0 0,1 6,4"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#FFFFFF"/>
|
|
|
|
<path
|
|
android:pathData="M9,3h6a1,1 0 0,1 1,1v1a1,1 0 0,1 -1,1h-6a1,1 0 0,1 -1,-1v-1a1,1 0 0,1 1,-1z"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="#FFFFFF"/>
|
|
|
|
</vector>
|