plus.svg 227 B

12345678910111213
  1. <svg
  2. xmlns="http://www.w3.org/2000/svg"
  3. fill="currentColor"
  4. viewBox="0 0 24 24"
  5. stroke="currentColor"
  6. >
  7. <path
  8. strokeLinecap="round"
  9. strokeLinejoin="round"
  10. strokeWidth="2"
  11. d="M12 6v6m0 0v6m0-6h6m-6 0H6"
  12. />
  13. </svg>