ic_moonrise.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="200dp"
  3. android:height="200dp"
  4. android:viewportWidth="32"
  5. android:viewportHeight="32">
  6. <path
  7. android:fillColor="#000000"
  8. android:pathData="M2,28h28v2h-28z"
  9. android:strokeWidth="0.1"
  10. android:strokeColor="#000000"
  11. android:strokeLineCap="round"
  12. android:strokeLineJoin="round" />
  13. <path
  14. android:fillColor="#000000"
  15. 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"
  16. android:strokeWidth="0.1"
  17. android:strokeColor="#000000"
  18. android:strokeLineCap="round"
  19. android:strokeLineJoin="round" />
  20. <path
  21. android:fillColor="#000000"
  22. 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"
  23. android:strokeWidth="0.1"
  24. android:strokeColor="#000000"
  25. android:strokeLineCap="round"
  26. android:strokeLineJoin="round" />
  27. <path
  28. android:fillColor="#000000"
  29. 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"
  30. android:strokeWidth="0.1"
  31. android:strokeColor="#000000"
  32. android:strokeLineCap="round"
  33. android:strokeLineJoin="round" />
  34. </vector>