summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_sce_night.xml
blob: 308de1df3ec11ddb258a1456f56b7414ecd43933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18
21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71
4.04 4.38 .38 -3.32 2.88 1 4.28L12 15.4z" />
    <path
        android:pathData="M0 0h24v24H0z" />
</vector>