summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_dish.xml
blob: 67faf5605f27005649395b076f71811f4f5e64e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 L0,0 Z" />
    <path
        android:fillColor="@color/white"
        android:pathData="M18,2.01 L6,2 C4.9,2,4,2.89,4,4 L4,20 C4,21.1,4.9,22,6,22 L18,22
C19.1,22,20,21.1,20,20 L20,4 C20,2.89,19.1,2.01,18,2.01 Z M18,20 L6,20 L6,10.98
L18,10.98 L18,20 Z M18,9 L6,9 L6,4 L18,4 L18,9 Z M8,5 L10,5 L10,8 L8,8 Z M8,12
L10,12 L10,17 L8,17 Z" />
</vector>