summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_sp_webrefiner.xml
blob: 62c6222920970b04c2e8ee314974ca30a25bcb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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="M15.73 3h-7.46l-5.27 5.27v7.46l5.27 5.27h7.46l5.27-5.27v-7.46l-5.27-5.27zm-3.73
14.3c-.72 0-1.3-.58-1.3-1.3 0-.72 .58 -1.3 1.3-1.3 .72 0 1.3 .58 1.3 1.3 0
.72-.58 1.3-1.3 1.3zm1-4.3h-2v-6h2v6z" />
    <path
        android:pathData="M0 0h24v24h-24z" />
</vector>