Skip to content

Commit 7445821

Browse files
authored
feat(icon): add the old two classes for linegraph and chartline for compatibility
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
1 parent 63d53f4 commit 7445821

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/themes/default/elements/icon.overrides

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ i.icon.chalkboard.teacher:before { content: "\f51c"; }
206206
i.icon.charging.station:before { content: "\f5e7"; }
207207
i.icon.chart.area:before { content: "\f1fe"; }
208208
i.icon.chart.bar:before { content: "\f080"; }
209+
i.icon.chart.line:before { content: "\f201"; }
209210
i.icon.chartline:before { content: "\f201"; }
210211
i.icon.chart.pie:before { content: "\f200"; }
211212
i.icon.check:before { content: "\f00c"; }
@@ -1177,6 +1178,7 @@ i.icon.level.down:before { content: "\f3be"; }
11771178
i.icon.level.up:before { content: "\f3bf"; }
11781179
i.icon.lightning:before { content: "\f0e7"; }
11791180
i.icon.like:before { content: "\f004"; }
1181+
i.icon.line.graph:before { content: "\f201"; }
11801182
i.icon.linegraph:before { content: "\f201"; }
11811183
i.icon.linkify:before { content: "\f0c1"; }
11821184
i.icon.lira:before { content: "\f195"; }

0 commit comments

Comments
 (0)