Appearance
type LogoIconProps = Partial<{ slotProps: LogoIconSlotProps; }> & Omit<ComponentProps<typeof SvgIcon>, "children">;
Defined in: components/logo-icon.tsx:30
Props for the LogoIcon component.
Optional customization for SVG paths:
outerPath
innerPath
1.1.0
Simon Kovtyk