12345678910 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="20dp"
- android:height="20dp"
- android:viewportWidth="20"
- android:viewportHeight="20"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M8.25,12.5c0,-0.97 0.78,-1.75 1.75,-1.75s1.75,0.78 1.75,1.75s-0.78,1.75 -1.75,1.75S8.25,13.47 8.25,12.5zM12.5,20v-3.38c2.05,-0.8 3.5,-2.79 3.5,-5.12h-1.5c0,2.21 -1.79,4 -4,4h-1c-2.21,0 -4,-1.79 -4,-4H4c0,2.33 1.45,4.32 3.5,5.12V20H12.5zM19,3.48v3.04c0,0.66 -0.72,1.03 -1.27,0.68c-0.07,-0.05 -0.15,-0.09 -0.23,-0.14L16,10.5h-1.5L13,5.7c-0.94,-0.13 -1.95,-0.2 -3,-0.2S7.94,5.57 7,5.7l-1.5,4.8H4L2.5,7.05C2.42,7.1 2.35,7.15 2.27,7.19C1.72,7.55 1,7.17 1,6.52V3.48C1,1.56 5.03,0 10,0S19,1.56 19,3.48zM5.84,5.89C4.92,6.08 4.1,6.32 3.4,6.61l1.32,3.03L5.84,5.89zM16.6,6.61c-0.7,-0.29 -1.52,-0.54 -2.44,-0.72l1.13,3.75L16.6,6.61z"/>
- </vector>
|