UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

10 lines (7 loc) 260 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { IconSvgProps } from './types.js'; import 'react'; declare const InfoFilledIcon: (props: IconSvgProps & { className?: string; }) => react_jsx_runtime.JSX.Element; export { InfoFilledIcon };