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