12345678910111213141516171819202122232425262728293031323334 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="200dp"
- android:height="200dp"
- android:viewportWidth="32"
- android:viewportHeight="32">
- <path
- android:fillColor="#000000"
- android:pathData="M2,28h28v2h-28z"
- android:strokeWidth="0.1"
- android:strokeColor="#000000"
- android:strokeLineCap="round"
- android:strokeLineJoin="round" />
- <path
- android:fillColor="#000000"
- android:pathData="M26,26H24a7.987,7.987 0,0 0,-2.037 -5.333l1.49,-1.334A9.983,9.983 0,0 1,26 26Z"
- android:strokeWidth="0.1"
- android:strokeColor="#000000"
- android:strokeLineCap="round"
- android:strokeLineJoin="round" />
- <path
- android:fillColor="#000000"
- android:pathData="M16,26H14a9.927,9.927 0,0 1,3.754 -7.804A7.89,7.89 0,0 0,16 18a8.009,8.009 0,0 0,-8 8H6A10.011,10.011 0,0 1,16 16a9.892,9.892 0,0 1,4.446 1.051,1 1,0 0,1 0,1.79A7.957,7.957 0,0 0,16 26Z"
- android:strokeWidth="0.1"
- android:strokeColor="#000000"
- android:strokeLineCap="round"
- android:strokeLineJoin="round" />
- <path
- android:fillColor="#000000"
- android:pathData="M16,2l-5,5l1.41,1.41l2.59,-2.58l0,0.17l0,8l2,0l0,-8l0,-0.17l2.59,2.58l1.41,-1.41l-5,-5z"
- android:strokeWidth="0.1"
- android:strokeColor="#000000"
- android:strokeLineCap="round"
- android:strokeLineJoin="round" />
- </vector>
|