summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_flash_auto.xml
blob: 94d2d9cd6ed22fd3dbccc3bc4fe7cda90940e446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="M3 2v12h3v9l7-12H9l4-9H3zm16 0h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2zm-2.15
5.65L18 4l1.15 3.65h-2.3z" />
</vector>