UNPKG

quantumai-design-system

Version:

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

8 lines (7 loc) 290 B
/// <reference types="react" /> interface ILogoSymbolProps extends React.SVGProps<SVGSVGElement> { fill?: string; size?: number; } declare const LogoSymbol: ({ size, fill, ...props }: ILogoSymbolProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default LogoSymbol;