import React from "react";

/**
 * web-browser.svg
 */
declare const WebBrowserIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default WebBrowserIcon;
