Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Icon] 'exchange alternate' icon is incorrect #6212

Closed
iHaPBoy opened this issue Feb 24, 2018 · 2 comments
Closed

[Icon] 'exchange alternate' icon is incorrect #6212

iHaPBoy opened this issue Feb 24, 2018 · 2 comments
Labels

Comments

@iHaPBoy
Copy link

iHaPBoy commented Feb 24, 2018

[Icon] 'exchange alternate' icon is incorrect

The 'exchange alternate' icon is correct in document, but the sources is incorrect.

Steps

Icon Document:

https://semantic-ui.com/elements/icon.html#arrows

'exchange alternate' is correct: content: "\f699"

Sources:

https://github.com/Semantic-Org/Semantic-UI/blob/master/src/themes/default/elements/icon.overrides#L106

'exchange alternate' is incorrect: content: "\f362"

Expected Result

i.icon.exchange.alternate:before { content: "\f699"; }

Actual Result

i.icon.exchange.alternate:before { content: "\f362"; }

Version

2.3.0

@y0hami
Copy link
Member

y0hami commented Feb 24, 2018

@iHaPBoy This has already been fixed (#6181) and will be released very soon.

@stale
Copy link

stale bot commented May 25, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 25, 2018
@y0hami y0hami closed this as completed Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants