UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

7 lines (6 loc) 206 B
interface ICheckIconProps { fill?: string; size?: number; } declare const CheckIcon: ({ fill, size }: ICheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default CheckIcon;