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