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