summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_text.xml
blob: 1117908be13d9930dc9590f6bc4100e1cecfd09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="M9,4 L9,7 L14,7 L14,19 L17,19 L17,7 L22,7 L22,4 L9,4 Z M3,12 L6,12 L6,19 L9,19
L9,12 L12,12 L12,9 L3,9 L3,12 Z" />
</vector>