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="M12.71,12.84c0.84,-0.88 1.17,-2.06 0.99,-3.18l1.59,-0.48c0.42,0.78 1.25,1.32 2.2,1.32c1.38,0 2.5,-1.12 2.5,-2.5s-1.12,-2.5 -2.5,-2.5C16.12,5.5 15,6.62 15,8c0,0.08 0,0.15 0.01,0.22L13.42,8.7c-0.52,-1.15 -1.61,-2 -2.92,-2.17l0,-1.58c1.14,-0.23 2,-1.24 2,-2.45C12.5,1.12 11.38,0 10,0S7.5,1.12 7.5,2.5c0,1.21 0.86,2.22 2,2.45l0,1.58C8.2,6.71 7.11,7.55 6.58,8.7L4.99,8.22C5,8.15 5,8.08 5,8c0,-1.38 -1.12,-2.5 -2.5,-2.5S0,6.62 0,8s1.12,2.5 2.5,2.5c0.95,0 1.78,-0.53 2.2,-1.32L6.3,9.66c-0.18,1.12 0.15,2.3 0.99,3.18l-1.15,1.43C5.8,14.1 5.41,14 5,14c-1.38,0 -2.5,1.12 -2.5,2.5S3.62,19 5,19s2.5,-1.12 2.5,-2.5c0,-0.61 -0.22,-1.17 -0.58,-1.6l1.15,-1.43c1.18,0.71 2.68,0.71 3.86,0l1.15,1.43c-0.36,0.43 -0.58,0.99 -0.58,1.6c0,1.38 1.12,2.5 2.5,2.5s2.5,-1.12 2.5,-2.5S16.38,14 15,14c-0.41,0 -0.8,0.1 -1.14,0.27L12.71,12.84z"/>
- </vector>
|