import type { SVGProps } from "react"; const SvgMenuIcon = (props: SVGProps) => ( ); export default SvgMenuIcon;