| 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="12dp" |  |     android:height="12dp" |  |     android:viewportWidth="48" |  |     android:viewportHeight="48"> |  |   <path |  |       android:pathData="M9.858,18C6.239,21 4,24 4,24C4,24 12.954,36 24,36C25.37,36 26.708,35.815 28,35.492M20.032,12.5C21.314,12.182 22.641,12 24,12C35.046,12 44,24 44,24C44,24 41.761,27 38.142,30" |  |       android:strokeLineJoin="round" |  |       android:strokeWidth="4" |  |       android:fillColor="#00000000" |  |       android:strokeColor="#3a68fc" |  |       android:strokeLineCap="round"/> |  |   <path |  |       android:pathData="M20.314,20.621C19.498,21.511 19,22.697 19,24C19,26.761 21.239,29 24,29C25.363,29 26.598,28.455 27.5,27.57" |  |       android:strokeLineJoin="round" |  |       android:strokeWidth="4" |  |       android:fillColor="#00000000" |  |       android:strokeColor="#3a68fc" |  |       android:strokeLineCap="round"/> |  |   <path |  |       android:pathData="M42,42L6,6" |  |       android:strokeLineJoin="round" |  |       android:strokeWidth="4" |  |       android:fillColor="#00000000" |  |       android:strokeColor="#3a68fc" |  |       android:strokeLineCap="round"/> |  | </vector> | 
 |