1234567891011121314151617181920 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="16dp"
- android:height="16dp"
- android:viewportWidth="16"
- android:viewportHeight="16">
- <path
- android:pathData="M0,0h16v16h-16z"
- android:strokeAlpha="0"
- android:strokeWidth="1"
- android:fillColor="#000000"
- android:fillType="nonZero"
- android:strokeColor="#00000000"
- android:fillAlpha="0"/>
- <path
- android:pathData="M8,1.6C4.464,1.6 1.6,4.464 1.6,8C1.6,11.536 4.464,14.4 8,14.4C11.536,14.4 14.4,11.536 14.4,8C14.4,4.464 11.536,1.6 8,1.6ZM12.088,5.848L7.304,10.632L7.032,10.904C6.744,11.192 6.288,11.192 6,10.904L5.728,10.632L3.888,8.792C3.648,8.552 3.672,8.152 3.952,7.952C4.176,7.792 4.488,7.824 4.68,8.024L6.52,9.84L11.312,5.048C11.552,4.808 11.952,4.832 12.152,5.112C12.32,5.344 12.288,5.656 12.088,5.848Z"
- android:strokeWidth="1"
- android:fillColor="#CCCCCC"
- android:fillType="evenOdd"
- android:strokeColor="#00000000"/>
- </vector>
|