@clubmed/trident-icons
Version:
Shared ClubMed Icons library
5 lines (4 loc) • 352 B
TypeScript
import { IconProps, IconsRegistryValue } from '../index';
export declare function getIcon<Props extends IconProps = IconProps>(key: string, type?: string): IconsRegistryValue<Props> | undefined;
export declare function getIcons(type: string): IconsRegistryValue[];
export declare function getIconsByType(type: string): Map<string, IconsRegistryValue>;