mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-25 03:15:21 +01:00
12 lines
564 B
XML
12 lines
564 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportHeight="24"
|
||
|
android:viewportWidth="24">
|
||
|
|
||
|
<path android:pathData="M0,0h24v24H0V0z" />
|
||
|
<path
|
||
|
android:fillColor="@color/md_white_1000"
|
||
|
android:pathData="M12,5v8.55c-0.94-0.54-2.1-0.75-3.33-0.32C7.33,13.71,6.3,14.9,6.06,16.3c-0.46,2.74,1.86,5.08,4.59,4.65 c1.96-0.31,3.35-2.11,3.35-4.1L14,7h2c1.1,0,2-0.9,2-2v0c0-1.1-0.9-2-2-2h-2C12.9,3,12,3.9,12,5z" />
|
||
|
</vector>
|