UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

6 lines (3 loc) 111 B
import { SVGProps } from 'react'; type IconSvgProps = SVGProps<SVGSVGElement>; export type { IconSvgProps };