UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

6 lines (5 loc) 285 B
import type { IconAllProps, IconProps } from '../icon/Icon'; export * from '../icon/Icon'; export type IconPrimaryProps = IconProps; export type IconPrimaryAllProps = IconAllProps; export default function IconPrimary(localProps: IconAllProps): import("react/jsx-runtime").JSX.Element;