import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgMenuHorizontal: (props: SVGProps) => React.JSX.Element; export default SvgMenuHorizontal; //# sourceMappingURL=MenuHorizontal.d.ts.map