We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dd965 commit 1b19593Copy full SHA for 1b19593
ui/src/components/icon/QIcon.js
@@ -36,7 +36,7 @@ const imgRE = /^img:/
36
const svgUseRE = /^svguse:/
37
const ionRE = /^ion-/
38
const faLaRE = /^[lf]a[srlbdk]? /
39
-const fa6RE = /^fa-(brand|regular|solid)/
+const fa6RE = /^fa-(solid|regular|light|brand|duotone|thin)/
40
41
export default createComponent({
42
name: 'QIcon',
0 commit comments