import type { SVGProps } from "react"; const SvgLightOnIcon = (props: SVGProps) => ( ); export default SvgLightOnIcon;