Skip to content

Commit 0a4bd0d

Browse files
Adding icons
1 parent 3d94694 commit 0a4bd0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugin/composables/icons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ import { UseGetIcon } from '../../types';
22

33
const defaultIcons = {
44
fa: {
5+
checkboxFalse: 'far fa-square',
6+
checkboxTrue: 'fa-check-square',
57
clear: 'fa-circle-xmark',
68
false: 'fa-xmark',
79
loading: 'fa-circle-notch',
810
save: 'fa-floppy-disk',
911
true: 'fa-check',
1012
},
1113
mdi: {
14+
checkboxFalse: 'mdi:mdi-checkbox-blank-outline',
15+
checkboxTrue: 'mdi:mdi-checkbox-outline',
1216
clear: 'mdi-close-circle-outline',
1317
false: 'mdi-close',
1418
loading: 'mdi-loading',

0 commit comments

Comments
 (0)