1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <vector xmlns:android="http://schemas.android.com/apk/res/android"
| android:width="25dp"
| android:height="25dp"
| android:tint="#7E7E7E"
| android:viewportWidth="25"
| android:viewportHeight="25">
| <path
| android:fillColor="#FF000000"
| android:pathData="m12,2c-1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2 1.1,0 2,-0.9 2,-2C14,2.9 13.1,2 12,2ZM3,7v2h6v4.571c1.563,0.297 3.731,0.466 6,0.467L15,9h6L21,7ZM9,14.488L9,22h2v-6h2v6h2v-7c-2.215,-0.001 -4.352,-0.183 -6,-0.512z"/>
| <path
| android:pathData="m15.302,10.783v0.5a8.3,1.5 0,0 1,8.035 1.498,8.3 1.5,0 0,1 -8.301,1.5 8.3,1.5 0,0 1,-8.301 -1.5,8.3 1.5,0 0,1 1.975,-0.967v-0.449a9,2 0,0 0,-2.674 1.416,9 2,0 0,0 9,2 9,2 0,0 0,9 -2,9 2,0 0,0 -8.734,-1.998z"
| android:strokeWidth="1.28533"
| android:fillColor="#000000"/>
| </vector>
|
|