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