Home > @uniformdev/design-system > MenuItemIcon
MenuItemIcon() function
Renders an icon for a menu item. Optional micro wrapper around an Icon component configured to match the menu item icon style.
Signature:
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ icon, size } |
(not declared) | |
|
input |
{ icon: IconType; size?: string; } |
Returns:
_emotion_react_jsx_runtime.JSX.Element