123456789101112131415 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24"
- android:tint="?attr/colorControlNormal">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M19,13h-2V7h-6V5c0,-0.28 -0.22,-0.5 -0.5,-0.5s-0.5,0.22 -0.5,0.5v2H4l0.01,2.12C5.76,9.8 7,11.51 7,13.5c0,1.99 -1.25,3.7 -3,4.38V20h2.12c0.68,-1.75 2.39,-3 4.38,-3 1.99,0 3.7,1.25 4.38,3H17v-6h2c0.28,0 0.5,-0.22 0.5,-0.5s-0.22,-0.5 -0.5,-0.5z"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M19,11L19,7c0,-1.1 -0.9,-2 -2,-2h-4c0,-1.38 -1.12,-2.5 -2.5,-2.5S8,3.62 8,5L4,5c-1.1,0 -1.99,0.9 -1.99,2v3.8h0.29c1.49,0 2.7,1.21 2.7,2.7s-1.21,2.7 -2.7,2.7L2,16.2L2,20c0,1.1 0.9,2 2,2h3.8v-0.3c0,-1.49 1.21,-2.7 2.7,-2.7s2.7,1.21 2.7,2.7v0.3L17,22c1.1,0 2,-0.9 2,-2v-4c1.38,0 2.5,-1.12 2.5,-2.5S20.38,11 19,11zM19,14h-2v6h-2.12c-0.68,-1.75 -2.39,-3 -4.38,-3 -1.99,0 -3.7,1.25 -4.38,3L4,20v-2.12c1.75,-0.68 3,-2.39 3,-4.38 0,-1.99 -1.24,-3.7 -2.99,-4.38L4,7h6L10,5c0,-0.28 0.22,-0.5 0.5,-0.5s0.5,0.22 0.5,0.5v2h6v6h2c0.28,0 0.5,0.22 0.5,0.5s-0.22,0.5 -0.5,0.5z"/>
- </vector>
|