PlayerAndroid/app/src/main/res/drawable/ic_shuffle_white_24dp.xml

11 lines
495 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="24dp"
android:height="24dp"
2018-12-25 14:58:47 +00:00
android:viewportWidth="24"
android:viewportHeight="24">
2018-07-27 13:07:33 +00:00
<path
android:fillColor="@color/md_white_1000"
2018-12-25 14:58:47 +00:00
android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm0.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" />
2018-07-27 13:07:33 +00:00
</vector>