PlayerAndroid/app/src/main/res/drawable/ic_skip_previous_white_24dp...

11 lines
439 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/icon_notification_dimen"
android:height="@dimen/icon_notification_dimen"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="@color/md_white_1000"
2018-12-25 14:58:47 +00:00
android:pathData="M6 6h2v12H6zm3.5 6l8.5 6V6l-8.5 6zm6.5 2.14L12.97 12 16 9.86v4.28z" />
2018-07-27 13:07:33 +00:00
</vector>