summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_barcode.xml
blob: c71fa827f6ef94277e1839253e40040bcde5d998 (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:fillColor="@color/white"
        android:pathData="M4,18 L7,18 L7,5 L4,5 L4,18 Z M18,5 L18,18 L21,18 L21,5 L18,5 Z M8,18 L17,18
L17,5 L8,5 L8,18 Z" />
    <path
        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>