You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some icons that were removed in FontAwesome 5 but were kept for compatibility reasons point to the wrong icons. Example:
i.icon.resize.horizontal has content: "\f337" which correlates to i.icon.envelope.open.outline.
Instead it shoud point to the new i.icon.arrows.alternate.horizontal which has content: "\f697".
Other classes I found that point to the wrong icon:
The icons i.icon.arrows.alternate.horizontal and i.icon.arrows.alternate.vertical do not seem to work in 2.3.0. They indeed point to the right values (\f337 and \f338 respectively) according to the FA5 cheatsheet. Any idea why?
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.
Some icons that were removed in FontAwesome 5 but were kept for compatibility reasons point to the wrong icons. Example:
i.icon.resize.horizontal has
content: "\f337"
which correlates to i.icon.envelope.open.outline.Instead it shoud point to the new i.icon.arrows.alternate.horizontal which has
content: "\f697"
.Other classes I found that point to the wrong icon:
cloud.download
cloud.upload
disk.outline
exchange
heart.empty
hourglass.zero
protect
resize.horizontal
resize.vertical
star.empty
The rest seems to be mostly fine (or as good as possible as not every old icon has a fitting replacement).
The text was updated successfully, but these errors were encountered: