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

    <path
        android:fillColor="@color/trasparent"
        android:pathData="M19,13 L5,13 L5,11 L19,11 L19,13 Z" />
</vector>