blob: bca9e973cabb3aef6848030ddc3c1a9b9b96ea13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M3,5v14h19L22,5L3,5zM5,7h15v4L5,11L5,7zM5,17v-4h4v4L5,17zM11,17v-4h9v4h-9z"
android:fillColor="#000000"/>
</vector>
|