UNPKG

surf-design-system

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