16 lines
485 B
XML
16 lines
485 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="M6,8h12v4h-12z"
|
|
android:strokeAlpha="0.8"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.8"/>
|
|
<path
|
|
android:pathData="M6,12h12v3h-12z"
|
|
android:strokeAlpha="0.4"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.4"/>
|
|
</vector>
|