UNPKG

@clubmed/trident-icons

Version:

Shared ClubMed Icons library

7 lines (6 loc) 266 B
import { IconProps } from './IconsResolver'; import { IconicNames, IconicTypes } from './Iconics.js'; export declare function Icon<Props = { name: IconicNames; type?: IconicTypes; }>(props: IconProps & Props): import("react/jsx-runtime").JSX.Element | null;