summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_pause.xml
blob: 638e987ae4aa2ff17397984cf22eb42ed2c1e58c (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="48dp"
        android:height="48dp"
        android:viewportWidth="48"
        android:viewportHeight="48">

    <path
            android:fillColor="#000000"
            android:pathData="M12 38h8V10h-8v28zm16-28v28h8V10h-8z" />
    <path
            android:pathData="M0 0h48v48H0z" />
</vector>