@equinor/fusion-wc-icon
v2.3.1
Published
<!--prettier-ignore-start--> ## `fusion-wc-icon` [![Published on npm](https://img.shields.io/npm/v/@equinor/fusion-wc-icon.svg)](https://www.npmjs.com/package/@equinor/fusion-wc-icon)
Downloads
9,871
Keywords
Readme
fusion-wc-icon
Installation
npm install @equinor/fusion-wc-icon
Properties/Attributes
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| icon
| IconName*
| ''
| Icon to display. Currently only maps to EDS icon names.
| type
| IconType**
| IconType.EDS
| Icon 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',
}