@equinor/fusion-wc-icon
v2.3.1
Published
<!--prettier-ignore-start--> ## `fusion-wc-icon` [](https://www.npmjs.com/package/@equinor/fusion-wc-icon)
Downloads
4,277
Keywords
Readme
fusion-wc-icon 
Installation
npm install @equinor/fusion-wc-iconProperties/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',
}