blob: 5cb11edbbc055f9efc8b74bc73d5618795f40dbb (
plain)
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.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/textPrimary"
android:pathData="M6,6h12v12H6z"/>
</vector>
|