summaryrefslogtreecommitdiffstats
path: root/res/drawable/folder_container.xml
blob: b0a1c849250bf24af02e6ffe67d05a9202f2e707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="72dp"
        android:width="72dp"
        android:viewportHeight="72"
        android:viewportWidth="72">

    <group
        android:name="folder_container">
        <path
            android:name="folder_path"
            android:pathData="  M6,4
                                h60
                                c1.2,0 2,0.8 2,2
                                v60
                                c0,1.2 -0.8,2 -2,2
                                h-60
                                c-1.2,0 -2,-0.8 -2,-2
                                v-60
                                c0,-1.2 0.8,-2 2,-2
                                z"
            android:fillColor="#ff524e5e"/>
    </group>

</vector>