summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_document.xml
blob: b28527fc725dd7a4b3e9c50aa62fbeee014c9ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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:fillColor="@color/white"
        android:pathData="M6,2 C4.9,2,4.01,2.9,4.01,4 L4,20 C4,21.1,4.89,22,5.99,22 L18,22
C19.1,22,20,21.1,20,20 L20,8 L14,2 L6,2 Z M13,9 L13,3.5 L18.5,9 L13,9 Z" />
    <path
        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>