@clubmed/trident-ui
Version:
Shared ClubMed React UI components
10 lines (9 loc) • 330 B
TypeScript
import { SvgIcon as S, type SvgIconProps as Props } from '@clubmed/trident-icons/svg/SvgIcon';
/**
* @deprecated use SvgIconProps from '@clubmed/trident-icons/svg/SvgIcon'.
*/
export type SvgIconProps = Props;
/**
* @deprecated use SvgIcon from '@clubmed/trident-icons/svg/SvgIcon'.
*/
export declare const SvgIcon: typeof S;