import { IconProps } from '../Icon'; declare function SvgWeb(props: IconProps): JSX.Element; export default SvgWeb;