123456789101112131415 |
- <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="M4.4,8.3C5.51,8.65 7.42,9 10,9s4.49,-0.35 5.6,-0.7c0,-0.21 -2.38,-0.8 -5.6,-0.8S4.4,8.09 4.4,8.3zM16.5,9.56c-1.45,0.57 -3.82,0.94 -6.5,0.94c-2.68,0 -5.05,-0.37 -6.5,-0.94v5.7c0.43,0.35 1.82,0.88 4,1.13V13h5v3.39c2.18,-0.24 3.57,-0.78 4,-1.13V9.56z"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M6,4.5L3,6V3L6,4.5zM15,3v3l3,-1.5L15,3zM9,2v3l3,-1.5L9,2zM18,8.25c0,0 0,5.87 0,7.25c0,1.27 -3.05,2.35 -7,2.5v-3.5H9V18c-3.95,-0.15 -7,-1.23 -7,-2.5c0,-0.99 0,-7.25 0,-7.25C2,7.01 5.58,6 10,6S18,7.01 18,8.25zM4.4,8.3C5.51,8.65 7.42,9 10,9s4.49,-0.35 5.6,-0.7c0,-0.21 -2.38,-0.8 -5.6,-0.8S4.4,8.09 4.4,8.3zM16.5,9.56c-1.45,0.57 -3.82,0.94 -6.5,0.94c-2.68,0 -5.05,-0.37 -6.5,-0.94v5.7c0.43,0.35 1.82,0.88 4,1.13V13h5v3.39c2.18,-0.24 3.57,-0.78 4,-1.13V9.56z"/>
- </vector>
|