2021-04-09 11:29:25 -04:00
|
|
|
<!-- drawable/music_note_plus.xml -->
|
2021-04-01 15:12:36 -04:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-04-09 11:29:25 -04:00
|
|
|
android:height="24dp"
|
|
|
|
android:width="24dp"
|
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24"
|
|
|
|
android:tint="?android:attr/colorControlNormal">
|
|
|
|
<path android:fillColor="#000" android:pathData="M17 9V12H14V14H17V17H19V14H22V12H19V9H17M9 3V13.55C8.41 13.21 7.73 13 7 13C4.79 13 3 14.79 3 17S4.79 21 7 21 11 19.21 11 17V7H15V3H9Z" />
|
2021-04-01 15:12:36 -04:00
|
|
|
</vector>
|