// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const MenuIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M3 7h18V5H3v2zm18 6H3v-2h18v2zm0 6H3v-2h18v2z" />
  </svg>
);

const MenuIconWrapper = toIcon(MenuIcon);
export default MenuIconWrapper;
