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