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

12 lines
459 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2018-12-25 14:58:47 +00:00
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"
2018-12-25 14:58:47 +00:00
android:fillType="evenOdd"
android:pathData="M17 6H15V18H17V6ZM15 4H13V6V18V20H15H17H19V18V6V4H17H15ZM8 6H6V18H8V6ZM6 4H4V6V18V20H6H8H10V18V6V4H8H6Z" />
2018-07-27 13:07:33 +00:00
</vector>