| 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
 | | <vector xmlns:android="http://schemas.android.com/apk/res/android" |  |     android:width="24dp" |  |     android:height="24dp" |  |     android:viewportWidth="48" |  |     android:viewportHeight="48"> |  |     <path |  |         android:pathData="M24,44C35.046,44 44,35.046 44,24C44,12.954 35.046,4 24,4C12.954,4 4,12.954 4,24C4,35.046 12.954,44 24,44Z" |  |         android:strokeLineJoin="round" |  |         android:strokeWidth="4" |  |         android:fillColor="#00000000" |  |         android:fillType="evenOdd" |  |         android:strokeColor="#fff" |  |         android:strokeLineCap="round"/> |  |     <path |  |         android:pathData="M24,23C26.761,23 29,20.761 29,18C29,15.239 26.761,13 24,13C21.239,13 19,15.239 19,18C19,20.761 21.239,23 24,23Z" |  |         android:strokeLineJoin="round" |  |         android:strokeWidth="4" |  |         android:fillColor="#00000000" |  |         android:strokeColor="#fff"/> |  |     <path |  |         android:pathData="M10.022,38.332C10.366,33.121 14.702,29 20,29H28C33.291,29 37.623,33.11 37.977,38.311" |  |         android:strokeLineJoin="round" |  |         android:strokeWidth="4" |  |         android:fillColor="#00000000" |  |         android:strokeColor="#fff" |  |         android:strokeLineCap="round"/> |  | </vector> | 
 |