import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _Web({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const WebIcon: React.MemoExoticComponent<typeof _Web>;
export {};
//# sourceMappingURL=Web.d.ts.map