replicant-vendor_replicant/overlay/common/packages/apps/Settings/res/drawable/ic_bliss_equalizer.xml

15 lines
531 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- BlissROM icon -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M10,20 L14,20 L14,4 L10,4 L10,20 Z M4,20 L8,20 L8,12 L4,12 L4,20 Z M16,9 L16,20
L20,20 L20,9 L16,9 Z" />
</vector>