12345678910 |
- <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="M19,9c0,-1.3 -0.84,-2.4 -2,-2.82V2h-2v4.18C13.84,6.6 13,7.7 13,9s0.84,2.4 2,2.82V15c0,2.21 -1.79,4 -4,4s-4,-1.79 -4,-4v-1h3L5,9v6c0,3.31 2.69,6 6,6s6,-2.69 6,-6v-3.18C18.16,11.4 19,10.3 19,9zM16,10c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1s1,0.45 1,1S16.55,10 16,10z"/>
- </vector>
|