blob: 241759ff00c34f1f01af358bf602577ee3913e2c (
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="#4d4d4d"
android:strokeWidth="4"
android:strokeAlpha="0.99"/>
</vector>
|