iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
83 stars 23 forks source link

feat!: Remove dependency on itwinui-icons #917

Closed mayank99 closed 1 year ago

mayank99 commented 1 year ago

Removed @itwin/itwinui-icons-react and moved the icons that are used by our components into src/utils/icons.

First step towards #912. In a separate PR, I will change illustrations to use dynamic imports.

r100-stack commented 1 year ago

To confirm, do we need to update the style guide regarding importing icons in components (src/core)?

mayank99 commented 1 year ago

To confirm, do we need to update the style guide regarding importing icons in components (src/core)?

Yeah we should.