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

12 lines
464 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"
android:viewportWidth="24"
android:viewportHeight="24">
2018-11-05 13:53:07 +00:00
2018-12-25 14:58:47 +00:00
2018-11-05 13:53:07 +00:00
<path
android:fillColor="@color/md_white_1000"
2018-12-25 14:58:47 +00:00
android:pathData="M19 5v14H5V5h14m0-2H5c-1.1 0-2 0.9-2 2v14c0 1.1 0.9 2 2 2h14c1.1 0 2-0.9 2-2V5c0-1.1-0.9-2-2-2zm-4.86 8.86l-3 3.87L9 13.14 6 17h12l-3.86-5.14z" />
2018-11-05 13:53:07 +00:00
</vector>