1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| <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:strokeColor="#FFFFFF"/>
| <path
| android:pathData="M20,24V17.072L26,20.536L32,24L26,27.464L20,30.928V24Z"
| android:strokeLineJoin="round"
| android:strokeWidth="4"
| android:fillColor="#00000000"
| android:strokeColor="#FFFFFF"/>
| </vector>
|
|