LogoIcon()
ts
function LogoIcon(slotProps): Element;Defined in: components/logo-icon.tsx:56
Icon-only version of the logo.
Parameters
| Parameter | Type | Description |
|---|---|---|
slotProps | LogoIconProps | Allows overriding props for individual SVG paths |
Returns
Element
React Component
Remarks
This component renders only the graphical part of the logo without text.
Built on top of MUI's SvgIcon.
The icon is composed of:
outerPath→ circular outer shapeinnerPath→ inner symbol
Since
1.1.0
Author
Simon Kovtyk