summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_flash.xml
blob: 5de3ba96907bb361e72e9834fe2497d582047c96 (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 0h24v24H0z" />
    <path
        android:fillColor="#FFFFFF"
        android:pathData="M7 2v11h3v9l7-12h-4l4-8z" />
</vector>