-
Notifications
You must be signed in to change notification settings - Fork 104
/
ic_chrome.xml
41 lines (41 loc) · 1.44 KB
/
ic_chrome.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:pathData="M12,12m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
android:strokeLineCap="round"
android:strokeColor="#FFFFFF"
android:fillColor="#00000000"
android:strokeWidth="2"
android:strokeLineJoin="round"/>
<path
android:pathData="M12,12m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0"
android:strokeLineCap="round"
android:strokeColor="#FFFFFF"
android:fillColor="#00000000"
android:strokeWidth="2"
android:strokeLineJoin="round"/>
<path
android:pathData="M21.17,8L12,8"
android:strokeLineCap="round"
android:strokeColor="#FFFFFF"
android:fillColor="#00000000"
android:strokeWidth="2"
android:strokeLineJoin="round"/>
<path
android:pathData="M3.95,6.06L8.54,14"
android:strokeLineCap="round"
android:strokeColor="#FFFFFF"
android:fillColor="#00000000"
android:strokeWidth="2"
android:strokeLineJoin="round"/>
<path
android:pathData="M10.88,21.94L15.46,14"
android:strokeLineCap="round"
android:strokeColor="#FFFFFF"
android:fillColor="#00000000"
android:strokeWidth="2"
android:strokeLineJoin="round"/>
</vector>