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="M13.79,5L13,5V2.5H7V5L6.21,5C3.6,5 1.27,6.91 1.02,9.51C0.74,12.49 3.08,15 6,15v2h1.5v-2h5v2H14v-2c2.92,0 5.26,-2.51 4.98,-5.49C18.73,6.91 16.4,5 13.79,5zM8.5,4h3v1h-3V4z"/>
- </vector>
|