summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_deco_home_normal.xml
blob: 72d68d3b79a776de6357a21a79a6eef1ae1874a5 (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="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="@color/icon_black"
        android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" />
</vector>