RetroMusicPlayer/app/src/main/res/drawable/ic_delete_white_24dp.xml

11 lines
558 B
XML
Raw Normal View History

2018-11-05 19:23:07 +05:30
<?xml version="1.0" encoding="utf-8"?>
2018-07-27 18:37:33 +05:30
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
2018-11-05 19:23:07 +05:30
android:viewportWidth="24"
android:viewportHeight="24">
2018-07-27 18:37:33 +05:30
<path
android:fillColor="@color/md_white_1000"
2018-11-05 19:23:07 +05:30
android:pathData="M6 19c0 1.1 0.9 2 2 2h8c1.1 0 2-0.9 2-2V9c0-1.1-0.9-2-2-2H8c-1.1 0-2 0.9-2 2v10zM18 4h-2.5l-0.71-0.71c-0.18-0.18-0.44-0.29-0.7-0.29H9.91c-0.26 0-0.52 0.11 -0.7 0.29 L8.5 4H6c-0.55 0-1 0.45-1 1s0.45 1 1 1h12c0.55 0 1-0.45 1-1s-0.45-1-1-1z" />
</vector>