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