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