Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Added export for Icon base to support creating custom fusion icons (#…
Browse files Browse the repository at this point in the history
…3939)

Co-authored-by: SM051274 <[email protected]>
  • Loading branch information
supreethmr and SM051274 authored Oct 16, 2023
1 parent b0fcee1 commit 888fb00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/terra-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Added
* Added export for `IconBase`.

## 3.57.1 - (September 21, 2023)

* Fixed
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-icon/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import IconAudio from './icon/IconAudio';
import IconAutoText from './icon/IconAutoText';
import IconAvailable from './icon/IconAvailable';
import IconAway from './icon/IconAway';
import IconBase from './IconBase';
import IconBedAssigned from './icon/IconBedAssigned';
import IconBedAssignedLowLight from './icon/IconBedAssignedLowLight';
import IconBedRequested from './icon/IconBedRequested';
Expand Down Expand Up @@ -341,6 +342,7 @@ export {
IconAutoText,
IconAvailable,
IconAway,
IconBase,
IconBedAssigned,
IconBedAssignedLowLight,
IconBedRequested,
Expand Down

0 comments on commit 888fb00

Please sign in to comment.