2.3.0 • Published 6 months ago

@equinor/fusion-wc-icon v2.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

fusion-wc-icon Published on npm

Storybook

Installation

npm install @equinor/fusion-wc-icon

Properties/Attributes

NameTypeDefaultDescription
iconIconName*''Icon to display. Currently only maps to EDS icon names.
typeIconType**IconType.EDSIcon type to display. Currently only supports EDS.

* IconName is exported by @equinor/eds-icons.

type IconName = keyof typeof icons | string;

** IconType is exported by fwc-icon.

enum IconType {
  EDS = 'eds',
}