summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_selfiemirror.xml
blob: d6ea4cc508fa5a46862085f53dd157136ce1b694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 5v14c0 1.1 .89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2
2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1
6-3.1s6 1.1 6 3.1v1H6v-1z" />
    <path
        android:pathData="M0 0h24v24H0z" />
</vector>