import type { SVGProps } from "react"; export interface Menu01SquareIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Menu01SquareIcon({ className, size, color, ...props }: Menu01SquareIconProps): import("react").JSX.Element; //# sourceMappingURL=menu-01-square-icon.d.ts.map