Foundations

Icons

A cohesive set of icons built as React SVG components. Click any icon to copy its import statement.

Import
import { SearchIcon } from '@sale-sync/rocket-sync/icons'
Props
<Search size={24} color="currentColor" className="" />
Icon Props

All icons accept size (number, defaults to the icon's viewBox dimension), color (string, defaults to currentColor), and className. Any additional SVGProps such as aria-label, data-*, or event handlers are forwarded directly to the underlying <svg> element. Use color to control stroke on outline icons and fill on filled icons.