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