UNPKG

@teamsparta/stack-icons

Version:
16 lines (13 loc) 623 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { FillIcon } from '../type.mjs'; import 'react'; /** * @deprecated 이 아이콘은 더 이상 사용되지 않습니다. 대체 아이콘이 없으므로 직접 구현하거나 다른 아이콘을 사용하세요. * @example * ```tsx * // 이 아이콘은 더 이상 지원되지 않습니다. * // 체크박스 기능이 필요한 경우 Stack Design System의 Checkbox 컴포넌트를 사용하세요. * ``` */ declare function CheckboxFill({ size, primaryColor, secondaryColor }: FillIcon): react_jsx_runtime.JSX.Element; export { CheckboxFill };