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

10 lines
454 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"
android:width="64dp"
android:height="64dp"
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"
2020-01-03 12:40:42 +00:00
android:pathData="M8 19c1.1 0 2-0.9 2-2V7c0-1.1-0.9-2-2-2s-2 0.9-2 2v10c0 1.1 0.9 2 2 2zm6-12v10c0 1.1 0.9 2 2 2s2-0.9 2-2V7c0-1.1-0.9-2-2-2s-2 0.9-2 2z" />
2018-07-27 13:07:33 +00:00
</vector>