bot.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="24dp"
  3. android:height="24dp"
  4. android:viewportWidth="24"
  5. android:viewportHeight="24">
  6. <path
  7. android:pathData="M12,8V4H8"
  8. android:strokeLineJoin="round"
  9. android:strokeWidth="2"
  10. android:fillColor="#00000000"
  11. android:strokeColor="@android:color/black"
  12. android:strokeLineCap="round"/>
  13. <path
  14. android:pathData="M6,8L18,8A2,2 0,0 1,20 10L20,18A2,2 0,0 1,18 20L6,20A2,2 0,0 1,4 18L4,10A2,2 0,0 1,6 8z"
  15. android:strokeLineJoin="round"
  16. android:strokeWidth="2"
  17. android:fillColor="#00000000"
  18. android:strokeColor="@android:color/black"
  19. android:strokeLineCap="round"/>
  20. <path
  21. android:pathData="M2,14h2"
  22. android:strokeLineJoin="round"
  23. android:strokeWidth="2"
  24. android:fillColor="#00000000"
  25. android:strokeColor="@android:color/black"
  26. android:strokeLineCap="round"/>
  27. <path
  28. android:pathData="M20,14h2"
  29. android:strokeLineJoin="round"
  30. android:strokeWidth="2"
  31. android:fillColor="#00000000"
  32. android:strokeColor="@android:color/black"
  33. android:strokeLineCap="round"/>
  34. <path
  35. android:pathData="M15,13v2"
  36. android:strokeLineJoin="round"
  37. android:strokeWidth="2"
  38. android:fillColor="#00000000"
  39. android:strokeColor="@android:color/black"
  40. android:strokeLineCap="round"/>
  41. <path
  42. android:pathData="M9,13v2"
  43. android:strokeLineJoin="round"
  44. android:strokeWidth="2"
  45. android:fillColor="#00000000"
  46. android:strokeColor="@android:color/black"
  47. android:strokeLineCap="round"/>
  48. </vector>