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="M18,12H6c-1.1,0 -2,0.9 -2,2c0,0.51 0.2,0.97 0.51,1.32C5.05,14.53 5.97,14 7,14c1.3,0 2.4,0.84 2.82,2h4.37c0.41,-1.16 1.51,-2 2.82,-2c1.03,0 1.95,0.53 2.49,1.32C19.8,14.97 20,14.51 20,14C20,12.9 19.1,12 18,12z"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M18.75,10.08L17.4,6.05C17,4.82 15.85,4 14.56,4H9.44C8.15,4 7,4.82 6.6,6.05L5.81,8.4L4.41,7l0.29,-0.29c0.39,-0.39 0.39,-1.02 0,-1.41c-0.39,-0.39 -1.02,-0.39 -1.41,0l-2,2c-0.39,0.39 -0.39,1.02 0,1.41c0.39,0.39 1.02,0.39 1.41,0L3,8.41l1.79,1.79C3.18,10.72 2,12.22 2,14c0,1.49 0.83,2.78 2.05,3.47C4.27,18.9 5.51,20 7,20c1.3,0 2.4,-0.84 2.82,-2h4.37c0.41,1.16 1.51,2 2.82,2c1.49,0 2.73,-1.1 2.95,-2.53C21.17,16.78 22,15.49 22,14C22,12.05 20.6,10.43 18.75,10.08zM13,6h1.56c0.43,0 0.81,0.27 0.95,0.68L16.61,10H13V6zM8.49,6.68C8.63,6.27 9.01,6 9.44,6H11v4H7.41L7.39,9.98L8.49,6.68zM7,18c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S7.55,18 7,18zM17,18c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S17.55,18 17,18zM19.49,15.32C18.95,14.53 18.03,14 17,14c-1.3,0 -2.4,0.84 -2.82,2H9.82C9.4,14.84 8.3,14 7,14c-1.03,0 -1.95,0.53 -2.49,1.32C4.2,14.97 4,14.51 4,14c0,-1.1 0.9,-2 2,-2h12c1.1,0 2,0.9 2,2C20,14.51 19.8,14.97 19.49,15.32z"/>
- </vector>
|