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 / NotepadIcon.tsx
Size: Mime:
import React from 'react'

export const NotepadIcon = (props: React.ComponentProps<'svg'>) => {
  return (
    <svg {...props} viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path d="M5.32001 10.36H11.08" stroke="#E3E3E3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
      <path d="M5.32001 13.24H11.08" stroke="#E3E3E3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
      <path
        d="M1.72 2.44H14.68C14.871 2.44 15.0541 2.51586 15.1891 2.65089C15.3241 2.78591 15.4 2.96905 15.4 3.16V16.84C15.4 17.4129 15.1724 17.9623 14.7674 18.3674C14.3623 18.7724 13.8129 19 13.24 19H3.16C2.58713 19 2.03773 18.7724 1.63265 18.3674C1.22757 17.9623 1 17.4129 1 16.84V3.16C1 2.96905 1.07586 2.78591 1.21088 2.65089C1.34591 2.51586 1.52904 2.44 1.72 2.44Z"
        stroke="#E3E3E3"
        strokeWidth="2"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path d="M3.88 1V3.88" stroke="#E3E3E3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
      <path d="M8.20001 1V3.88" stroke="#E3E3E3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
      <path d="M12.52 1V3.88" stroke="#E3E3E3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    </svg>
  )
}