summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_fallcolor.xml
blob: 7f1c6d3ba62d17fd33a517c31f5325e1e4955cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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,0 L24,0 L24,24 L0,24 Z" />
    <path
        android:fillColor="@color/white"
        android:pathData="M14,6 L10.25,11 L13.1,14.8 L11.5,16 C9.81,13.75,7,10,7,10 L1,18 L23,18 L14,6 Z" />
</vector>