summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_switch_video.xml
blob: e4dbbe9d2c29756a9b58d1a7ae948b0c7afb14f2 (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="32dp"
    android:height="32dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="@color/white"
        android:pathData="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55 .45 1 1 1h12c.55 0 1-.45
1-1v-3.5l4 4v-11l-4 4z" />
</vector>