29 lines
921 B
XML
29 lines
921 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="M9,3H11V6H8.5L9,3Z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.7"/>
|
|
<path
|
|
android:pathData="M7.5,12L6,21H11V12H7.5Z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.7"/>
|
|
<path
|
|
android:pathData="M13,12V21H18L16.5,12H13Z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.7"/>
|
|
<path
|
|
android:pathData="M15.5,6L15,3H13V6H15.5Z"
|
|
android:strokeAlpha="0.7"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.7"/>
|
|
<path
|
|
android:pathData="M22,8H2V10H4V12H5L6,10H18L19,12H20V10H22V8Z"
|
|
android:fillColor="#ffffff"/>
|
|
</vector>
|