Semantic-UI-CSS icon indicating copy to clipboard operation
Semantic-UI-CSS copied to clipboard

Icons v2.3.0: 'edit' Icon changed without Documentation

Open johannwagner opened this issue 7 years ago • 1 comments

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.2.14

v2.3.0: v2.3.0

Thanks in Advance! Johann

johannwagner avatar Feb 23 '18 10:02 johannwagner

I've experienced the same with other icons too.

marcboeker avatar Feb 27 '18 08:02 marcboeker