summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/ic_pip_mute.xml
blob: a271c5fe8f6d15507decd7b8c9e9f5db7f939dd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M7,9v6h4l5,5V4l-5,5H7z" />
</vector>