import clsx from 'clsx'; import { IMenuIconProps } from './'; const MenuIcon = ({ className, children }: IMenuIconProps) => { return
{children}
; }; export { MenuIcon };