summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/drawable/ic_btn_search_stop.xml
blob: 00381def24835e407df7dc87756fef2b8914667d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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">

    <group>
        <path
            android:pathData="M0 0h24v24h-24z" />
        <path
            android:fillColor="#fafafa"
            android:pathData="M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm-8
10c0-4.42 3.58-8 8-8 1.85 0 3.55 .63 4.9 1.69l-11.21
11.21c-1.06-1.35-1.69-3.05-1.69-4.9zm8 8c-1.85
0-3.55-.63-4.9-1.69l11.21-11.21c1.06 1.35 1.69 3.05 1.69 4.9 0 4.42-3.58 8-8 8z" />
    </group>
</vector>