diff --git a/svg/Menu.tsx b/svg/Menu.tsx new file mode 100644 index 0000000..ec7bdd6 --- /dev/null +++ b/svg/Menu.tsx @@ -0,0 +1,15 @@ +import { SVGProps } from "react"; +const SvgComponent = (props: SVGProps) => ( + + + +); +export { SvgComponent as Menu };