summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_skip_next.xml
blob: 29334a364be2b40123d5069655910be276a2cc95 (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="48dp"
        android:height="48dp"
        android:viewportWidth="48"
        android:viewportHeight="48">
    <path
            android:fillColor="#FFFFFF"
            android:pathData="M12 36l17-12-17-12v24zm20-24v24h4V12h-4z" />
    <path
            android:pathData="M0 0h48v48H0z" />
</vector>