10 lines
368 B
XML
10 lines
368 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportHeight="24.0"
|
||
|
android:viewportWidth="24.0">
|
||
|
<path
|
||
|
android:fillColor="#ffffff"
|
||
|
android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z" />
|
||
|
</vector>
|