summaryrefslogtreecommitdiffstats
path: root/android/source/res/drawable/ic_line.xml
blob: 639ba2dbf6901c3894a9e8626ab449caa2bd1bf5 (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="#4d4d4d"
        android:strokeWidth="2"/>
</vector>