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="M11.98,12.02m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"
- android:strokeAlpha="0.3"
- android:fillAlpha="0.3"/>
- <path
- android:fillColor="@android:color/white"
- android:pathData="M20.15,14.42c0.23,-0.77 0.35,-1.58 0.35,-2.42s-0.12,-1.65 -0.35,-2.42c0.78,-0.6 1.02,-1.7 0.51,-2.58c-0.51,-0.88 -1.58,-1.23 -2.49,-0.85c-1.11,-1.17 -2.56,-2.03 -4.18,-2.42C13.85,2.75 13.01,2 12,2s-1.85,0.75 -1.98,1.73C8.39,4.12 6.95,4.98 5.83,6.15C4.92,5.77 3.85,6.12 3.34,7C2.83,7.88 3.07,8.98 3.85,9.58C3.62,10.35 3.5,11.16 3.5,12s0.12,1.65 0.35,2.42c-0.78,0.6 -1.02,1.7 -0.51,2.58c0.51,0.88 1.58,1.23 2.49,0.85c0.4,0.42 0.83,0.79 1.3,1.12L5.78,22h1.88l0.98,-2.19c0.44,0.19 0.9,0.34 1.38,0.46C10.15,21.25 10.99,22 12,22s1.85,-0.75 1.98,-1.73c0.46,-0.11 0.91,-0.26 1.34,-0.44L16.3,22h1.88l-1.34,-3c0.48,-0.34 0.93,-0.72 1.34,-1.15c0.91,0.38 1.99,0.03 2.49,-0.85S20.93,15.02 20.15,14.42zM13.56,18.75C13.19,18.29 12.63,18 12,18s-1.2,0.29 -1.57,0.75c-0.4,-0.09 -0.79,-0.21 -1.16,-0.37l1.43,-3.19c0.4,0.16 0.84,0.25 1.3,0.25c0.44,0 0.87,-0.08 1.26,-0.23l1.42,3.18C14.32,18.54 13.95,18.66 13.56,18.75zM10.48,12.02c0,-0.83 0.67,-1.5 1.5,-1.5c0.83,0 1.5,0.67 1.5,1.5s-0.67,1.5 -1.5,1.5C11.15,13.52 10.48,12.85 10.48,12.02zM18.71,14.01c-0.61,0.07 -1.18,0.41 -1.52,0.99c-0.32,0.56 -0.34,1.2 -0.12,1.75c-0.28,0.29 -0.58,0.55 -0.9,0.79l-1.5,-3.35c0.49,-0.59 0.78,-1.34 0.78,-2.16c0,-1.89 -1.55,-3.41 -3.46,-3.41c-1.91,0 -3.46,1.53 -3.46,3.41c0,0.8 0.28,1.54 0.75,2.13l-1.52,3.39c-0.31,-0.23 -0.6,-0.48 -0.87,-0.76C7.15,16.23 7.13,15.57 6.8,15c-0.34,-0.59 -0.93,-0.94 -1.56,-0.99c-0.22,-0.68 -0.33,-1.4 -0.33,-2.15c0,-0.64 0.09,-1.26 0.25,-1.85c0.66,-0.03 1.3,-0.38 1.65,-1c0.37,-0.63 0.35,-1.38 0.01,-1.98C7.74,6.05 8.93,5.34 10.27,5c0.34,0.59 0.99,1 1.73,1s1.39,-0.4 1.73,-1c1.34,0.34 2.53,1.07 3.44,2.05C16.85,7.64 16.84,8.38 17.2,9c0.35,0.6 0.96,0.95 1.6,1c0.16,0.59 0.25,1.21 0.25,1.86C19.05,12.61 18.93,13.33 18.71,14.01z"/>
- </vector>
|