UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

10 lines (9 loc) 375 B
import { IconAllProps, IconProps } from '../icon/Icon'; export * from '../icon/Icon'; export type IconPrimaryProps = IconProps; export type IconPrimaryAllProps = IconAllProps; declare function IconPrimary(localProps: IconAllProps): import("react/jsx-runtime").JSX.Element; declare namespace IconPrimary { var _supportsSpacingProps: boolean; } export default IconPrimary;