UNPKG

quantumai-design-system

Version:

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

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