copy.svg 334 B

1234567891011121314
  1. <svg
  2. xmlns="http://www.w3.org/2000/svg"
  3. width="24"
  4. height="24"
  5. viewBox="0 0 24 24"
  6. fill="none"
  7. stroke="currentColor"
  8. stroke-width="2"
  9. stroke-linecap="round"
  10. stroke-linejoin="round"
  11. >
  12. <rect x="9" y="9" width="13" height="13" rx="2" ry="2" />
  13. <path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1" />
  14. </svg>