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

10 lines
428 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"
2019-03-25 18:13:43 +05:30
android:pathData="M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z" />
2018-11-05 19:23:07 +05:30
</vector>