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

24 lines
1.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?><!--
2020-01-03 12:40:42 +00:00
~ Copyright (c) 2020 Hemanth Savarala.
~
~ Licensed under the GNU General Public License v3
~
~ This is free software: you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by
~ the Free Software Foundation either version 3 of the License, or (at your option) any later version.
~
~ This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~ See the GNU General Public License for more details.
-->
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
<path
android:fillColor="@color/md_white_1000"
2020-01-03 12:40:42 +00:00
android:pathData="M10.59 4.59C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99 0.9 -1.99 2L2 18c0 1.1 0.9 2 2 2h16c1.1 0 2-0.9 2-2V8c0-1.1-0.9-2-2-2h-8l-1.41-1.41z" />
2018-11-05 13:53:07 +00:00
</vector>