Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@sushiswap/ui / icons / HistoryIcon.tsx
Size: Mime:
import React from 'react'

export const HistoryIcon = (props: React.ComponentProps<'svg'>) => {
  return (
    <svg {...props} viewBox="0 0 21 20" fill="transparent" xmlns="http://www.w3.org/2000/svg">
      <path
        d="M10.7991 4.9095V9.60089"
        stroke="currentColor"
        strokeWidth="2"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M14.862 11.9466L10.7991 9.60089"
        stroke="currentColor"
        strokeWidth="2"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M5.30949 6.83647H1.39999V2.92697"
        stroke="currentColor"
        strokeWidth="2"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M4.71737 15.6826C5.92023 16.8855 7.45276 17.7047 9.12117 18.0365C10.7896 18.3684 12.5189 18.1981 14.0905 17.5471C15.6621 16.8961 17.0054 15.7937 17.9505 14.3793C18.8956 12.9649 19.4 11.302 19.4 9.60089C19.4 7.8998 18.8956 6.2369 17.9505 4.82249C17.0054 3.40809 15.6621 2.30569 14.0905 1.65471C12.5189 1.00373 10.7896 0.8334 9.12117 1.16527C7.45276 1.49713 5.92023 2.31629 4.71737 3.51915L1.40005 6.83646"
        stroke="currentColor"
        strokeWidth="2"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
    </svg>
  )
}