1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <vector xmlns:android="http://schemas.android.com/apk/res/android"
| android:width="48dp"
| android:height="48dp"
| android:viewportWidth="48"
| android:viewportHeight="48">
| <path
| android:fillColor="#3D8BFF"
| android:pathData="M24,12m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"/>
| <path
| android:fillColor="#3D8BFF"
| android:pathData="M32,28h-2v-6c0,-3.31 -2.69,-6 -6,-6s-6,2.69 -6,6v6h-2v-6c0,-4.42 3.58,-8 8,-8s8,3.58 8,8V28z"/>
| <path
| android:fillColor="#3D8BFF"
| android:pathData="M22,30l-4,12h2l4,-10l4,10h2l-4,-12H22z"/>
| </vector>
|
|