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="M21,13c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1h-4.1h0c-0.46,-2.28 -2.48,-4 -4.9,-4s-4.44,1.72 -4.9,4h0H3c-0.55,0 -1,0.45 -1,1s0.45,1 1,1h4.1h0c0.46,2.28 2.48,4 4.9,4s4.44,-1.72 4.9,-4h0H21zM12,15c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3s3,1.34 3,3S13.66,15 12,15z"/>
- </vector>
|