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