| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | | <vector xmlns:android="http://schemas.android.com/apk/res/android" |  |     android:width="31dp" |  |     android:height="31dp" |  |     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="#1890FF" |  |       android:fillType="evenOdd" |  |       android:strokeColor="#1890FF" |  |       android:strokeLineCap="round"/> |  |   <path |  |       android:pathData="M24,13L17,34L24,29L31,34L24,13Z" |  |       android:strokeLineJoin="round" |  |       android:strokeWidth="4" |  |       android:fillColor="#FFF" |  |       android:strokeColor="#FFF" |  |       android:strokeLineCap="round"/> |  | </vector> | 
 |