wrap-text.svg 371 B

12345678910111213141516
  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. <line x1="3" y1="6" x2="21" y2="6" />
  13. <path d="M3 12h15a3 3 0 110 6h-4" />
  14. <polyline points="16 16 14 18 16 20" />
  15. <line x1="3" y1="18" x2="10" y2="18" />
  16. </svg>