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