summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_sce_party.xml
blob: 86cc51068c7765c4306389f9affdf36d4ec3d693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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="M0 0h24v24H0z" />
    <path
        android:fillColor="@color/white"
        android:pathData="M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19 .3 -.29 .65
-.29 1.03 0 1.1 .9 2 2 2zm4.6 9.99l-1.07-1.07-1.08 1.07c-1.3 1.3-3.58 1.31-4.89
0l-1.07-1.07-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0
.55 .45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56 .38 -1.23 .61 -1.96 .61 -.92
0-1.79-.36-2.44-1.01zM18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08 .88 1.96
1.96 1.96 .52 0 1.02-.2 1.38-.57l2.14-2.13 2.13 2.13c.74 .74 2.03 .74 2.77
0l2.14-2.13 2.13 2.13c.37 .37 .86 .57 1.38 .57 1.08 0 1.96-.88 1.96-1.96V12C21
10.34 19.66 9 18 9z" />
</vector>