arrow-left.svg 290 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. <line x1="19" y1="12" x2="5" y2="12" />
  13. <polyline points="12 19 5 12 12 5" />
  14. </svg>