dropup.svg 254 B

1234567891011121314
  1. <svg
  2. aria-hidden="true"
  3. xmlns="http://www.w3.org/2000/svg"
  4. fill="none"
  5. viewBox="0 0 10 6"
  6. >
  7. <path
  8. stroke="currentColor"
  9. stroke-linecap="round"
  10. stroke-linejoin="round"
  11. stroke-width="2"
  12. d="M9 5 5 1 1 5"
  13. />
  14. </svg>