@heroui/shared-icons
Version:
Internal icons set, commonly used in the components stories
14 lines (11 loc) • 369 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconSvgProps } from './types.mjs';
import 'react';
declare const CloseIcon: (props: IconSvgProps & {
"data-checked"?: string;
isSelected?: boolean;
isIndeterminate?: boolean;
disableAnimation?: boolean;
className?: string;
}) => react_jsx_runtime.JSX.Element;
export { CloseIcon };