import React from "react";

/**
 * spotlight-view.svg
 */
declare const SpotlightViewIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default SpotlightViewIcon;
