@hc.ds/mobile
Version:
Healthy Church Design System - HC Mobile
11 lines • 317 B
TypeScript
import React from 'react';
import type { IconProps } from './type';
/**
* @deprecated This component is deprecated.
*
* Please use `import { Icon } from '@/ui/core/icon/icon';`
*
* Why: This component lacks PRO icons support.
*/
export declare const Icon: React.FC<IconProps>;
//# sourceMappingURL=icon.d.ts.map