UNPKG

@sanity/icons

Version:
7 lines (6 loc) 164 B
/** * @public */ export type IconComponent = React.ForwardRefExoticComponent< Omit<React.SVGProps<SVGSVGElement>, 'ref'> & React.RefAttributes<SVGSVGElement> >