19 lines
570 B
XML
19 lines
570 B
XML
<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="M7,6h14v2h-14z"
|
|
android:fillColor="#ffffff"/>
|
|
<path
|
|
android:pathData="M5,11h14v2h-14z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.7"/>
|
|
<path
|
|
android:pathData="M3,16h14v2h-14z"
|
|
android:strokeAlpha="0.5"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.5"/>
|
|
</vector>
|