UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

11 lines (8 loc) 330 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { IconSvgProps } from './types.js'; import 'react'; interface CheckIconProps extends IconSvgProps { filled?: boolean; } declare const CheckIcon: ({ filled, ...props }: CheckIconProps) => react_jsx_runtime.JSX.Element; export { CheckIcon, type CheckIconProps };