summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_handheldtwilight.xml
blob: f169e2741d5a9bb3be1d19f56565762833d78bd5 (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="M9,2 C7.95,2,6.95,2.16,6,2.46 C10.06,3.73,13,7.52,13,12
C13,16.48,10.06,20.27,6,21.54 C6.95,21.84,7.95,22,9,22 C14.52,22,19,17.52,19,12
S14.52,2,9,2 Z" />
    <path
        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>