summaryrefslogtreecommitdiffstats
path: root/android/source/res/drawable/ic_line.xml
blob: ae33c2929c943cfdaa92314f7e894ff80b7c1548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:pathData="M4,11h16v2h-16z"
        android:fillAlpha="1"
        android:strokeColor="#00000000"
        android:fillColor="@color/toolbar_foreground"
        android:strokeWidth="2"/>
</vector>