1234567891011121314151617181920 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="25dp"
- android:viewportWidth="24"
- android:viewportHeight="25">
- <path
- android:pathData="M2.062,12.848C1.979,12.623 1.979,12.377 2.062,12.152C2.874,10.184 4.252,8.501 6.021,7.317C7.79,6.133 9.871,5.501 12,5.501C14.129,5.501 16.21,6.133 17.979,7.317C19.749,8.501 21.126,10.184 21.938,12.152C22.021,12.377 22.021,12.623 21.938,12.848C21.126,14.816 19.749,16.499 17.979,17.683C16.21,18.867 14.129,19.499 12,19.499C9.871,19.499 7.79,18.867 6.021,17.683C4.252,16.499 2.874,14.816 2.062,12.848Z"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="#07689F"
- android:strokeLineCap="round"/>
- <path
- android:pathData="M12,15.5C13.657,15.5 15,14.157 15,12.5C15,10.843 13.657,9.5 12,9.5C10.343,9.5 9,10.843 9,12.5C9,14.157 10.343,15.5 12,15.5Z"
- android:strokeLineJoin="round"
- android:strokeWidth="2"
- android:fillColor="#00000000"
- android:strokeColor="#07689F"
- android:strokeLineCap="round"/>
- </vector>
|