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