-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathic_refresh.xml
More file actions
34 lines (34 loc) · 1.24 KB
/
ic_refresh.xml
File metadata and controls
34 lines (34 loc) · 1.24 KB
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
<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="#00000000"
android:pathData="M21,12a9,9 0,0 0,-9 -9,9.75 9.75,0 0,0 -6.74,2.74L3,8"
android:strokeWidth="1.5"
android:strokeColor="?attr/colorPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M3,3v5h5"
android:strokeWidth="1.5"
android:strokeColor="?attr/colorPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M3,12a9,9 0,0 0,9 9,9.75 9.75,0 0,0 6.74,-2.74L21,16"
android:strokeWidth="1.5"
android:strokeColor="?attr/colorPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M16,16h5v5"
android:strokeWidth="1.5"
android:strokeColor="?attr/colorPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>