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