UNPKG

@teamsparta/stack-icons

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