Skip to content

Commit

Permalink
close #3668 add support to FA6
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed Feb 18, 2022
1 parent 50a88fa commit 55b1698
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/utils/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ const getIcons = () => {
far: faIcons(),
fad: faIcons(),
fab: faIcons(),
fal: faIcons()
fal: faIcons(),
'fa-solid': faIcons(),
'fa-regular': faIcons(),
'fa-light': faIcons(),
'fa-thin': faIcons(),
'fa-duotone': faIcons(),
'fa-brands': faIcons()
}

if (config && config.customIconPacks) {
Expand Down

0 comments on commit 55b1698

Please sign in to comment.