@teamsparta/stack-icons
Version:
stack icons
16 lines (13 loc) • 614 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { LineIcon } from '../type.js';
import 'react';
/**
* @deprecated 이 아이콘은 더 이상 사용되지 않습니다. 대체 아이콘이 없으므로 직접 구현하거나 다른 아이콘을 사용하세요.
* @example
* ```tsx
* // 이 아이콘은 더 이상 지원되지 않습니다.
* // 로딩 기능이 필요한 경우 Stack Design System의 Spinner 컴포넌트를 사용하세요.
* ```
*/
declare function IconLoading24Line({ size, color }: LineIcon): react_jsx_runtime.JSX.Element | undefined;
export { IconLoading24Line };