@teamsparta/stack-icons
Version:
stack icons
13 lines (10 loc) • 377 B
text/typescript
import * as react from 'react';
import { IconSize } from '../type.mjs';
/**
* @deprecated ActionUserAdd 아이콘을 사용해주세요.
*/
declare const ActionAccountAdd: react.ForwardRefExoticComponent<Omit<{
size: IconSize;
color?: string | undefined;
} & react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
export { ActionAccountAdd };