UNPKG

surf-design-system

Version:
6 lines (5 loc) 275 B
/** @jsxRuntime classic */ /** @jsx jsx */ import type { IconProps } from '../../../types/IconProps'; declare const NotificationsIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>; export default NotificationsIcon;