Skip to content

Commit 1a0697d

Browse files
feat(ui): add pure CSS icons support
1 parent 8962133 commit 1a0697d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/components/icon/QIcon.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const libMap = {
2020
'ion-logo': ionFn,
2121
'iconfont ': sameFn,
2222
'ti-': i => `themify-icon ${ i }`,
23-
'bi-': i => `bootstrap-icons ${ i }`
23+
'bi-': i => `bootstrap-icons ${ i }`,
24+
'i-': i => `${ i }`
2425
}
2526

2627
const matMap = {

0 commit comments

Comments
 (0)