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