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

12 lines
370 B
XML
Raw Normal View History

2018-12-25 20:28:47 +05:30
<?xml version="1.0" encoding="utf-8"?>
2018-12-06 15:53:03 +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"
android:viewportWidth="24"
android:viewportHeight="24">
2018-12-06 15:53:03 +05:30
<path
android:fillColor="@color/md_white_1000"
2018-12-25 20:28:47 +05:30
android:pathData="M10 20h4V4h-4v16zm-6 0h4v-8H4v8zM16 9v11h4V9h-4z" />
</vector>