summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_encoder_video.xml
blob: e6963d3855de69e85313d2ca9ee94e04cf675136 (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="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99 .9 -1.99 2L2 18c0 1.1
.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z" />
    <path
        android:pathData="M0 0h24v24H0z" />
</vector>