summaryrefslogtreecommitdiffstats
path: root/res/drawable/img_deco_tile_avoid.xml
blob: ac9c32dbbfdc7d3e3df1b3c9fdfba6eec44043c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="18dp"
    android:height="18dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="@color/red"
        android:pathData="M19,5 L19,19 L5,19 L5,5 L19,5 M19,3 L5,3 C3.90000009537,3,3,3.90000009537,3,5
L3,19 C3,20.1000003815,3.90000009537,21,5,21 L19,21
C20.1000003815,21,21,20.1000003815,21,19 L21,5
C21,3.90000009537,20.1000003815,3,19,3 Z" />
    <path
        android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
</vector>