Skip to content

Commit

Permalink
feat(icon): add the old two classes for linegraph and chartline for c…
Browse files Browse the repository at this point in the history
…ompatibility

This PR re-adds the two word icon names for chartline and linegraph as of #1636 to avoid being a breaking change as @prudho mentioned here .

The next full font awesome update will happen in 2.9.0 using the fixes from fomantic/create-fomantic-icons#115 Then two word aliases will be completely removed
  • Loading branch information
lubber-de authored Aug 11, 2020
1 parent 63d53f4 commit 7445821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/default/elements/icon.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ i.icon.chalkboard.teacher:before { content: "\f51c"; }
i.icon.charging.station:before { content: "\f5e7"; }
i.icon.chart.area:before { content: "\f1fe"; }
i.icon.chart.bar:before { content: "\f080"; }
i.icon.chart.line:before { content: "\f201"; }
i.icon.chartline:before { content: "\f201"; }
i.icon.chart.pie:before { content: "\f200"; }
i.icon.check:before { content: "\f00c"; }
Expand Down Expand Up @@ -1177,6 +1178,7 @@ i.icon.level.down:before { content: "\f3be"; }
i.icon.level.up:before { content: "\f3bf"; }
i.icon.lightning:before { content: "\f0e7"; }
i.icon.like:before { content: "\f004"; }
i.icon.line.graph:before { content: "\f201"; }
i.icon.linegraph:before { content: "\f201"; }
i.icon.linkify:before { content: "\f0c1"; }
i.icon.lira:before { content: "\f195"; }
Expand Down

0 comments on commit 7445821

Please sign in to comment.