import React from "react";

/**
 * menu.svg
 */
declare const MenuIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default MenuIcon;
