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