svg | React.Component React.Element Function | (optional) Provide a custom SVG to render instead of the built-in logos. Accepts a React SVG component, element, or a function that receives the theme and returns a SVG component. Width, height and color props still apply. If not provided, defaults to DNB logo. Import SVGs from @dnb/eufemia/components/Logo (e.g., DnbDefault, SbankenDefault, SbankenCompact, SbankenHorizontal, CarnegieDefault, EiendomDefault). When using a function, it receives the theme context (useTheme return value) allowing theme-aware logo selection. |