Skip to content

Commit 1b19593

Browse files
committed
fix(ui/QIcon): update regex to support Fontawesome Pro v6
1 parent 56dd965 commit 1b19593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/icon/QIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const imgRE = /^img:/
3636
const svgUseRE = /^svguse:/
3737
const ionRE = /^ion-/
3838
const faLaRE = /^[lf]a[srlbdk]? /
39-
const fa6RE = /^fa-(brand|regular|solid)/
39+
const fa6RE = /^fa-(solid|regular|light|brand|duotone|thin)/
4040

4141
export default createComponent({
4242
name: 'QIcon',

0 commit comments

Comments
 (0)