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

13 lines
514 B
XML
Raw Normal View History

2018-11-05 13:53:07 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-07-27 13:07:33 +00:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
2018-11-05 13:53:07 +00:00
android:viewportWidth="24"
android:viewportHeight="24">
2018-07-27 13:07:33 +00:00
<path
android:fillColor="@color/md_white_1000"
2019-04-05 05:49:40 +00:00
android:pathData="M15 4V3H9v1H4v2h1v13c0 1.1 0.9 2 2 2h10c1.1 0 2-0.9 2-2V6h1V4h-5zm2 15H7V6h10v13z" />
<path
android:fillColor="@color/md_white_1000"
android:pathData="M9 8h2v9H9zm4 0h2v9h-2z" />
2018-11-05 13:53:07 +00:00
</vector>