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 3d94694 commit 0a4bd0dCopy full SHA for 0a4bd0d
src/plugin/composables/icons.ts
@@ -2,13 +2,17 @@ import { UseGetIcon } from '../../types';
2
3
const defaultIcons = {
4
fa: {
5
+ checkboxFalse: 'far fa-square',
6
+ checkboxTrue: 'fa-check-square',
7
clear: 'fa-circle-xmark',
8
false: 'fa-xmark',
9
loading: 'fa-circle-notch',
10
save: 'fa-floppy-disk',
11
true: 'fa-check',
12
},
13
mdi: {
14
+ checkboxFalse: 'mdi:mdi-checkbox-blank-outline',
15
+ checkboxTrue: 'mdi:mdi-checkbox-outline',
16
clear: 'mdi-close-circle-outline',
17
false: 'mdi-close',
18
loading: 'mdi-loading',
0 commit comments