Semantic-Org / Semantic-UI-CSS

CSS Only distribution
http://www.semantic-ui.com
MIT License
489 stars 360 forks source link

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

Open johannwagner opened 6 years ago

johannwagner commented 6 years ago

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

marcboeker commented 6 years ago

I've experienced the same with other icons too.