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