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