summaryrefslogtreecommitdiffstats
path: root/android/source/res/drawable/ic_rect.xml
blob: ac6db359f56e59f96c5e4e99c5196deece561afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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,6h16v12h-16z"
        android:fillAlpha="0.99"
        android:strokeColor="#00000000"
        android:fillColor="@color/toolbar_foreground"
        android:strokeWidth="4"
        android:strokeAlpha="0.99"/>
</vector>