Semantic-UI-CSS
Semantic-UI-CSS copied to clipboard
Icons v2.3.0: 'edit' Icon changed without Documentation
Hey,
we just updated to semantic-ui-css:2.3.0 and ran into an Issue with the edit-Icon, which seems to be changed without documentation. Other Icons just work fine. We use Semantic-UI-React in our project.
<div className="flexTitle">
<h4 className="title">{group.displayName}</h4>
<Icon name="edit" size="large" color="green" link={true} onClick={this.openEditGroup.bind(this, group.id, index)}/>
</div>
We cannot figure out, where the new icons come from.
v2.2.14:

v2.3.0:

Thanks in Advance! Johann
I've experienced the same with other icons too.