summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_pause_light.xml
blob: 11784f36a39fb313e60c2d3d5749fecabafbc20b (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="#FFFFFF"
            android:pathData="M12 38h8V10h-8v28zm16-28v28h8V10h-8z" />
    <path
            android:pathData="M0 0h48v48H0z" />
</vector>