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