summaryrefslogtreecommitdiffstats
path: root/res/drawable/app_web_browser_sm.xml
blob: 6aaf19f71f04c060c1b08cc84755718056eda0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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-1
17.93c-3.95-.49-7-3.85-7-7.93 0-.62 .08 -1.21 .21 -1.79l4.79 4.79v1c0 1.1 .9 2 2
2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0
1-.45 1-1v-2h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1
5.39z" />
    </group>
</vector>