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

26 lines
1 KiB
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
2019-08-04 21:26:32 +05:30
<!--
~ Copyright (c) 2019 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 18:37:33 +05:30
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2018-12-25 20:28:47 +05:30
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-12-25 20:28:47 +05:30
android:fillType="evenOdd"
android:pathData="M17 6H15V18H17V6ZM15 4H13V6V18V20H15H17H19V18V6V4H17H15ZM8 6H6V18H8V6ZM6 4H4V6V18V20H6H8H10V18V6V4H8H6Z" />
2018-07-27 18:37:33 +05:30
</vector>