summaryrefslogtreecommitdiffstats
path: root/res/drawable/img_deco_tile_untrusted.xml
blob: fe06ae3efff8d4c8215abbc1fc1d95a6a3418fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
    <path
        android:fillColor="@color/yellow"
        android:pathData="M1,21 L23,21 L12,2 L1,21 Z M13,18 L11,18 L11,16 L13,16 L13,18 Z M13,14 L11,14
L11,10 L13,10 L13,14 Z" />
</vector>