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="M15,4h-2.75c-0.41,0 -0.75,0.34 -0.75,0.75c0,0.41 0.34,0.75 0.75,0.75h1.19l-2.76,2.76C9.99,7.78 9.15,7.5 8.25,7.5C5.9,7.5 4,9.4 4,11.75C4,14.1 5.9,16 8.25,16s4.25,-1.9 4.25,-4.25c0,-0.9 -0.28,-1.74 -0.76,-2.43l2.76,-2.76v1.19c0,0.41 0.34,0.75 0.75,0.75S16,8.16 16,7.75V5C16,4.45 15.55,4 15,4zM8.25,14.5c-1.52,0 -2.75,-1.23 -2.75,-2.75S6.73,9 8.25,9S11,10.23 11,11.75S9.77,14.5 8.25,14.5z"/>
- </vector>
|