import { forwardRef, SVGProps } from 'react'; export interface WebProps extends Omit, 'css'> {} export const Web = forwardRef((props, ref) => ( )); Web.displayName = 'Web';