Logo()
ts
function Logo(slotProps): Element;Defined in: components/logo.tsx:46
Full logo component combining icon and text.
Parameters
| Parameter | Type | Description |
|---|---|---|
slotProps | LogoProps | Allows overriding props for individual SVG parts: - outerPath → outer icon shape - innerPath → inner icon shape - text → text path |
Returns
Element
React Component
Remarks
This component renders the complete logo, including:
- Icon (outer + inner paths)
- Text
Use LogoIcon or LogoText if only parts of the logo are required.
The logo is built on top of MUI's SvgIcon and supports full customization via slotProps.
Since
1.0.0
Author
Simon Kovtyk