import * as React from "react"; import { SVGProps } from "react"; const SvgNoodles = (props: SVGProps) => ( ); export default SvgNoodles;