@dt-frames/ui 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/curd/src/components/dialog.d.ts +20 -20
- package/es/components/curd/src/components/props.d.ts +2 -1
- package/es/components/curd/src/hooks/useCurd.d.ts +1 -0
- package/es/components/curd/src/types/curd.type.d.ts +2 -2
- package/es/components/forms/src/components/formButton.d.ts +1 -2
- package/es/components/forms/src/components/formIcon.d.ts +15 -15
- package/es/components/forms/src/hooks/useFormActions.d.ts +2 -2
- package/es/components/forms/src/index.d.ts +2 -2
- package/es/components/forms/src/types/form.type.d.ts +3 -17
- package/es/components/index.d.ts +1 -1
- package/es/components/modal/src/components/modal.d.ts +2 -2
- package/es/components/modal/src/components/modalFooter.d.ts +1 -1
- package/es/components/modal/src/index.d.ts +15 -15
- package/es/components/modal/src/props.d.ts +1 -1
- package/es/components/source/src/hooks/useFetch.d.ts +1 -1
- package/es/components/table/src/index.d.ts +3 -3
- package/es/components/table/src/props.d.ts +1 -2
- package/es/components/tree/src/props.d.ts +8 -1
- package/es/components/upload/src/upload.d.ts +3 -3
- package/es/index.js +43 -19
- package/es/style/components/icons/index.less +1 -1
- package/package.json +1 -10
- package/vite.config.js +10 -0
- package/src/assets/data/icons/actions.ts +0 -427
- package/src/assets/data/icons/code.ts +0 -10
- package/src/assets/data/icons/commuticate.ts +0 -190
- package/src/assets/data/icons/currency.ts +0 -46
- package/src/assets/data/icons/devices.ts +0 -128
- package/src/assets/data/icons/edit.ts +0 -165
- package/src/assets/data/icons/file.ts +0 -104
- package/src/assets/data/icons/math.ts +0 -53
- package/src/assets/data/icons/message.ts +0 -75
- package/src/assets/data/icons/navigate.ts +0 -181
- package/src/assets/data/icons/other.ts +0 -333
- package/src/assets/data/icons.ts +0 -58
- package/src/assets/imgs/header/avatar.png +0 -0
- package/src/assets/imgs/logo/logo.png +0 -0
- package/src/assets/locales/en_US.json +0 -3
- package/src/assets/locales/zh_CN.json +0 -3
- package/src/assets/style/index.less +0 -10
- package/src/assets/style/reset.less +0 -17
- package/src/components/container/index.less +0 -85
- package/src/components/container/index.ts +0 -8
- package/src/components/container/src/bar.ts +0 -107
- package/src/components/container/src/lazy-container.vue +0 -9
- package/src/components/container/src/scroll-bar.vue +0 -117
- package/src/components/container/src/scroll-container.vue +0 -61
- package/src/components/curd/index.ts +0 -5
- package/src/components/curd/src/components/dialog.vue +0 -73
- package/src/components/curd/src/components/props.ts +0 -32
- package/src/components/curd/src/hooks/useCurd.tsx +0 -87
- package/src/components/curd/src/types/curd.type.ts +0 -32
- package/src/components/excel/index.ts +0 -6
- package/src/components/excel/src/export2Excel.ts +0 -44
- package/src/components/forms/index.less +0 -107
- package/src/components/forms/index.ts +0 -11
- package/src/components/forms/src/componentMap.ts +0 -46
- package/src/components/forms/src/components/formButton.vue +0 -150
- package/src/components/forms/src/components/formIcon.vue +0 -51
- package/src/components/forms/src/components/formInputUseDialog.vue +0 -43
- package/src/components/forms/src/components/formItem.vue +0 -420
- package/src/components/forms/src/components/radioButton.vue +0 -58
- package/src/components/forms/src/const/form.const.ts +0 -7
- package/src/components/forms/src/hooks/helper.ts +0 -70
- package/src/components/forms/src/hooks/useForm.ts +0 -130
- package/src/components/forms/src/hooks/useFormActions.ts +0 -63
- package/src/components/forms/src/hooks/useFormEvents.ts +0 -248
- package/src/components/forms/src/hooks/useFormValue.ts +0 -49
- package/src/components/forms/src/hooks/useFormValues.ts +0 -131
- package/src/components/forms/src/hooks/useLabelWidth.ts +0 -57
- package/src/components/forms/src/index.vue +0 -310
- package/src/components/forms/src/prop.ts +0 -80
- package/src/components/forms/src/types/form.type.ts +0 -275
- package/src/components/icons/index.less +0 -101
- package/src/components/icons/index.ts +0 -7
- package/src/components/icons/src/pick-icon.vue +0 -119
- package/src/components/icons/src/svg-icon.vue +0 -117
- package/src/components/iframe/index.less +0 -3
- package/src/components/iframe/index.ts +0 -5
- package/src/components/iframe/src/index.less +0 -3
- package/src/components/iframe/src/index.vue +0 -38
- package/src/components/index.ts +0 -53
- package/src/components/modal/index.less +0 -60
- package/src/components/modal/index.ts +0 -8
- package/src/components/modal/src/components/close-icon.vue +0 -46
- package/src/components/modal/src/components/modal-wrap.vue +0 -128
- package/src/components/modal/src/components/modal.tsx +0 -30
- package/src/components/modal/src/components/modalFooter.vue +0 -46
- package/src/components/modal/src/hooks/useDrag.ts +0 -107
- package/src/components/modal/src/hooks/useFullScreen.ts +0 -29
- package/src/components/modal/src/hooks/useModal.ts +0 -200
- package/src/components/modal/src/index.vue +0 -184
- package/src/components/modal/src/props.ts +0 -44
- package/src/components/modal/src/types/modal.type.ts +0 -30
- package/src/components/router/base-router.vue +0 -11
- package/src/components/router/index.ts +0 -3
- package/src/components/source/index.ts +0 -1
- package/src/components/source/src/hooks/useFetch.ts +0 -42
- package/src/components/source/src/hooks/usePage.ts +0 -3
- package/src/components/source/src/hooks/useSource.ts +0 -214
- package/src/components/source/src/index.ts +0 -5
- package/src/components/source/src/types/source.type.ts +0 -58
- package/src/components/source/src/types/table.type.ts +0 -8
- package/src/components/table/index.less +0 -179
- package/src/components/table/index.ts +0 -7
- package/src/components/table/src/components/TableActions.vue +0 -108
- package/src/components/table/src/components/TableHeader.vue +0 -78
- package/src/components/table/src/components/TableRender.vue +0 -76
- package/src/components/table/src/components/editable/CellComponent.ts +0 -57
- package/src/components/table/src/components/editable/EditTableCell.vue +0 -181
- package/src/components/table/src/components/editable/componentMap.ts +0 -18
- package/src/components/table/src/components/editable/index.ts +0 -58
- package/src/components/table/src/components/setting/Column.vue +0 -354
- package/src/components/table/src/components/setting/Download.vue +0 -55
- package/src/components/table/src/components/setting/Fullscreen.vue +0 -43
- package/src/components/table/src/components/setting/Size.vue +0 -42
- package/src/components/table/src/components/setting/index.vue +0 -64
- package/src/components/table/src/const.ts +0 -13
- package/src/components/table/src/hooks/useColumns.ts +0 -326
- package/src/components/table/src/hooks/useCustomRow.ts +0 -86
- package/src/components/table/src/hooks/useDataSource.ts +0 -97
- package/src/components/table/src/hooks/useHeaderCode.ts +0 -89
- package/src/components/table/src/hooks/useLoading.ts +0 -29
- package/src/components/table/src/hooks/usePagination.ts +0 -76
- package/src/components/table/src/hooks/useRowSelection.ts +0 -145
- package/src/components/table/src/hooks/useRows.ts +0 -30
- package/src/components/table/src/hooks/useTable.ts +0 -90
- package/src/components/table/src/hooks/useTableHeader.ts +0 -48
- package/src/components/table/src/hooks/useTableInstance.ts +0 -29
- package/src/components/table/src/hooks/useTableScroll.ts +0 -229
- package/src/components/table/src/index.vue +0 -212
- package/src/components/table/src/props.ts +0 -160
- package/src/components/table/src/types/table.type.ts +0 -160
- package/src/components/table/src/types/tableHeader.type.ts +0 -27
- package/src/components/tree/index.less +0 -41
- package/src/components/tree/index.ts +0 -5
- package/src/components/tree/src/components/TreeHeader.vue +0 -97
- package/src/components/tree/src/hooks/useTree.ts +0 -239
- package/src/components/tree/src/index.vue +0 -392
- package/src/components/tree/src/props.ts +0 -133
- package/src/components/tree/src/type/tree.ts +0 -105
- package/src/components/tree/src/utils/tree.ts +0 -73
- package/src/components/type.ts +0 -0
- package/src/components/upload/index.less +0 -35
- package/src/components/upload/index.ts +0 -5
- package/src/components/upload/src/helper.ts +0 -60
- package/src/components/upload/src/props.ts +0 -51
- package/src/components/upload/src/upload.vue +0 -191
- package/src/directives/icon.ts +0 -36
- package/src/directives/index.ts +0 -26
- package/src/directives/permission.ts +0 -20
- package/src/global.d.ts +0 -8
- package/src/index.ts +0 -4
- package/src/theme/content/index.vue +0 -37
- package/src/theme/feature/back-top.vue +0 -11
- package/src/theme/feature/index.vue +0 -7
- package/src/theme/footer/index.less +0 -16
- package/src/theme/footer/index.vue +0 -24
- package/src/theme/header/components/bread-crumb.vue +0 -26
- package/src/theme/header/components/fullscreen.vue +0 -12
- package/src/theme/header/components/handler.ts +0 -81
- package/src/theme/header/components/index.ts +0 -21
- package/src/theme/header/components/lang-picker.vue +0 -36
- package/src/theme/header/components/logo.vue +0 -35
- package/src/theme/header/components/menu-search.vue +0 -62
- package/src/theme/header/components/notify.vue +0 -22
- package/src/theme/header/components/setting-theme.vue +0 -123
- package/src/theme/header/components/theme-drawer/enum.ts +0 -12
- package/src/theme/header/components/theme-drawer/feature.vue +0 -75
- package/src/theme/header/components/theme-drawer/index.ts +0 -7
- package/src/theme/header/components/theme-drawer/menu-type.vue +0 -40
- package/src/theme/header/components/theme-drawer/select-item.vue +0 -46
- package/src/theme/header/components/theme-drawer/switch-item.vue +0 -39
- package/src/theme/header/components/theme-drawer/theme-color.vue +0 -26
- package/src/theme/header/components/trigger.vue +0 -14
- package/src/theme/header/components/user-info.vue +0 -60
- package/src/theme/header/const/index.ts +0 -40
- package/src/theme/header/helper/menu-tree.ts +0 -64
- package/src/theme/header/index.less +0 -442
- package/src/theme/header/index.ts +0 -0
- package/src/theme/header/index.vue +0 -96
- package/src/theme/header/multiple-header.vue +0 -67
- package/src/theme/header/set-theme.less +0 -68
- package/src/theme/index.ts +0 -3
- package/src/theme/sider/components/basic-menu/basic-menu-item.vue +0 -14
- package/src/theme/sider/components/basic-menu/basic-menu.vue +0 -122
- package/src/theme/sider/components/basic-menu/basic-sub-menu-item.vue +0 -46
- package/src/theme/sider/components/basic-menu/menu-item-content.vue +0 -13
- package/src/theme/sider/components/drag-bar.vue +0 -26
- package/src/theme/sider/components/layout-menu.vue +0 -132
- package/src/theme/sider/components/props.ts +0 -97
- package/src/theme/sider/components/sider-trigger.vue +0 -24
- package/src/theme/sider/helper/sider.ts +0 -52
- package/src/theme/sider/helper/split-menu.ts +0 -146
- package/src/theme/sider/hooks/useDragLine.ts +0 -86
- package/src/theme/sider/hooks/useOpenKeys.ts +0 -57
- package/src/theme/sider/index.less +0 -203
- package/src/theme/sider/index.vue +0 -88
- package/src/theme/tabs/components/TabContent.vue +0 -36
- package/src/theme/tabs/components/TabRedo.vue +0 -18
- package/src/theme/tabs/hooks/useMultifyTabs.ts +0 -96
- package/src/theme/tabs/hooks/useTabDropdown.ts +0 -89
- package/src/theme/tabs/index.less +0 -165
- package/src/theme/tabs/index.vue +0 -98
- package/src/theme/tabs/types/tabs.type.ts +0 -8
- package/src/theme/theme.less +0 -67
- package/src/theme/theme.vue +0 -90
- package/src/theme/transition.less +0 -99
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
export const Communicate = [
|
|
2
|
-
'ic:baseline-alarm',
|
|
3
|
-
'ic:baseline-alarm-add',
|
|
4
|
-
'ic:baseline-alarm-off',
|
|
5
|
-
'ic:baseline-alarm-on',
|
|
6
|
-
'ic:baseline-browse-gallery',
|
|
7
|
-
'ic:baseline-calendar-month',
|
|
8
|
-
'ic:baseline-calendar-today',
|
|
9
|
-
'ic:baseline-fax',
|
|
10
|
-
'ic:baseline-settings-phone',
|
|
11
|
-
'ic:baseline-message',
|
|
12
|
-
'ic:baseline-3p',
|
|
13
|
-
'ic:baseline-add-ic-call',
|
|
14
|
-
'ic:baseline-alternate-email',
|
|
15
|
-
'ic:baseline-app-registration',
|
|
16
|
-
'ic:baseline-business',
|
|
17
|
-
'ic:baseline-call',
|
|
18
|
-
'ic:baseline-call-end',
|
|
19
|
-
'ic:baseline-call-made',
|
|
20
|
-
'ic:baseline-call-merge',
|
|
21
|
-
'ic:baseline-call-missed',
|
|
22
|
-
'ic:baseline-call-missed-outgoing',
|
|
23
|
-
'ic:baseline-call-received',
|
|
24
|
-
'ic:baseline-call-split',
|
|
25
|
-
'ic:baseline-cancel-presentation',
|
|
26
|
-
'ic:baseline-cell-tower',
|
|
27
|
-
'ic:baseline-cell-wifi',
|
|
28
|
-
'ic:baseline-chat-bubble-outline',
|
|
29
|
-
'ic:baseline-chat-bubble',
|
|
30
|
-
'ic:baseline-clear-all',
|
|
31
|
-
'ic:baseline-co-present',
|
|
32
|
-
'ic:baseline-contact-mail',
|
|
33
|
-
'ic:baseline-contact-phone',
|
|
34
|
-
'ic:baseline-contacts',
|
|
35
|
-
'ic:baseline-dialer-sip',
|
|
36
|
-
'ic:baseline-dialpad',
|
|
37
|
-
'ic:baseline-document-scanner',
|
|
38
|
-
'ic:baseline-domain-disabled',
|
|
39
|
-
'ic:baseline-domain-verification',
|
|
40
|
-
'ic:baseline-duo',
|
|
41
|
-
'ic:baseline-email',
|
|
42
|
-
'ic:baseline-forum',
|
|
43
|
-
'ic:baseline-forward-to-inbox',
|
|
44
|
-
'ic:baseline-hourglass-bottom',
|
|
45
|
-
'ic:baseline-hourglass-top',
|
|
46
|
-
'ic:baseline-hub',
|
|
47
|
-
'ic:baseline-import-contacts',
|
|
48
|
-
'ic:baseline-import-export',
|
|
49
|
-
'ic:baseline-invert-colors-off',
|
|
50
|
-
'ic:baseline-key',
|
|
51
|
-
'ic:baseline-key-off',
|
|
52
|
-
'ic:baseline-list-alt',
|
|
53
|
-
'ic:baseline-live-help',
|
|
54
|
-
'ic:baseline-location-off',
|
|
55
|
-
'ic:baseline-location-on',
|
|
56
|
-
'ic:baseline-mail-lock',
|
|
57
|
-
'ic:baseline-mail-outline',
|
|
58
|
-
'ic:baseline-mark-chat-read',
|
|
59
|
-
'ic:baseline-mark-chat-unread',
|
|
60
|
-
'ic:baseline-mark-unread-chat-alt',
|
|
61
|
-
'ic:baseline-mobile-screen-share',
|
|
62
|
-
'ic:baseline-more-time',
|
|
63
|
-
'ic:baseline-nat',
|
|
64
|
-
'ic:baseline-no-sim',
|
|
65
|
-
'ic:baseline-pause-presentation',
|
|
66
|
-
'ic:baseline-person-add-disabled',
|
|
67
|
-
'ic:baseline-person-search',
|
|
68
|
-
'ic:baseline-phone',
|
|
69
|
-
'ic:baseline-phone-disabled',
|
|
70
|
-
'ic:baseline-phone-enabled',
|
|
71
|
-
'ic:baseline-phonelink-erase',
|
|
72
|
-
'ic:baseline-phonelink-lock',
|
|
73
|
-
'ic:baseline-phonelink-ring',
|
|
74
|
-
'ic:baseline-phonelink-setup',
|
|
75
|
-
'ic:baseline-portable-wifi-off',
|
|
76
|
-
'ic:baseline-present-to-all',
|
|
77
|
-
'ic:baseline-print-disabled',
|
|
78
|
-
'ic:baseline-read-more',
|
|
79
|
-
'ic:baseline-ring-volume',
|
|
80
|
-
'ic:baseline-rss-feed',
|
|
81
|
-
'ic:baseline-rtt',
|
|
82
|
-
'ic:baseline-screen-share',
|
|
83
|
-
'ic:baseline-send-time-extension',
|
|
84
|
-
'ic:baseline-sentiment-satisfied-alt',
|
|
85
|
-
'ic:baseline-sip',
|
|
86
|
-
'ic:baseline-speaker-phone',
|
|
87
|
-
'ic:baseline-spoke',
|
|
88
|
-
'ic:baseline-stay-current-landscape',
|
|
89
|
-
'ic:baseline-stay-current-portrait',
|
|
90
|
-
'ic:baseline-swap-calls',
|
|
91
|
-
'ic:baseline-textsms',
|
|
92
|
-
'ic:baseline-unsubscribe',
|
|
93
|
-
'ic:baseline-voicemail',
|
|
94
|
-
'ic:baseline-vpn-key',
|
|
95
|
-
'ic:baseline-vpn-key-off',
|
|
96
|
-
'ic:baseline-wifi-calling',
|
|
97
|
-
'ic:round-screen-share',
|
|
98
|
-
'ic:outline-live-help',
|
|
99
|
-
'ic:baseline-person',
|
|
100
|
-
'ic:baseline-person-add',
|
|
101
|
-
'ic:baseline-person-add-alt',
|
|
102
|
-
'ic:baseline-person-add-alt-1',
|
|
103
|
-
'ic:baseline-person-off',
|
|
104
|
-
'ic:baseline-person-outline',
|
|
105
|
-
'ic:baseline-person-remove',
|
|
106
|
-
'ic:baseline-personal-injury',
|
|
107
|
-
'ic:baseline-group',
|
|
108
|
-
'ic:baseline-group-add',
|
|
109
|
-
'ic:baseline-group-off',
|
|
110
|
-
'ic:baseline-group-remove',
|
|
111
|
-
'ic:baseline-groups',
|
|
112
|
-
'ic:baseline-reduce-capacity',
|
|
113
|
-
'ic:baseline-safety-divider',
|
|
114
|
-
'ic:baseline-social-distance',
|
|
115
|
-
'mdi:account-cancel',
|
|
116
|
-
'mdi:account-cancel-outline',
|
|
117
|
-
'mdi:account-check',
|
|
118
|
-
'mdi:account-check-outline',
|
|
119
|
-
'mdi:account-cog',
|
|
120
|
-
'mdi:account-cog-outline',
|
|
121
|
-
'mdi:account-convert',
|
|
122
|
-
'mdi:account-convert-outline',
|
|
123
|
-
'mdi:account-details',
|
|
124
|
-
'mdi:account-details-outline',
|
|
125
|
-
'mdi:account-edit',
|
|
126
|
-
'mdi:account-edit-outline',
|
|
127
|
-
'mdi:account-group',
|
|
128
|
-
'mdi:account-group-outline',
|
|
129
|
-
'mdi:account-school',
|
|
130
|
-
'mdi:account-settings',
|
|
131
|
-
'mdi:account-settings-outline',
|
|
132
|
-
'mdi:account-supervisor-circle',
|
|
133
|
-
'mdi:account-switch',
|
|
134
|
-
'mdi:account-switch-outline',
|
|
135
|
-
'mdi:account-sync',
|
|
136
|
-
'mdi:account-sync-outline',
|
|
137
|
-
'mdi:account-tie-voice',
|
|
138
|
-
'mdi:account-voice',
|
|
139
|
-
'mdi:calendar-account',
|
|
140
|
-
'mdi:calendar-account-outline',
|
|
141
|
-
'mdi:card-account-details',
|
|
142
|
-
'mdi:camera-account',
|
|
143
|
-
'mdi:table-account',
|
|
144
|
-
'mdi:phone-classic',
|
|
145
|
-
'mdi:phone-dial',
|
|
146
|
-
'mdi:phone-refresh',
|
|
147
|
-
'mdi:phone-ring',
|
|
148
|
-
'mdi:phone-settings',
|
|
149
|
-
'mdi:phone-settings-outline',
|
|
150
|
-
'mdi:phone-sync',
|
|
151
|
-
'mdi:phone-sync-outline',
|
|
152
|
-
'mdi:phone-voip',
|
|
153
|
-
'mdi:signal',
|
|
154
|
-
'mdi:signal-2g',
|
|
155
|
-
'mdi:signal-3g',
|
|
156
|
-
'mdi:signal-4g',
|
|
157
|
-
'mdi:signal-5g',
|
|
158
|
-
'mdi:signal-cellular-1',
|
|
159
|
-
'mdi:signal-cellular-2',
|
|
160
|
-
'mdi:signal-cellular-3',
|
|
161
|
-
'mdi:signal-cellular-outline',
|
|
162
|
-
'mdi:signal-hspa',
|
|
163
|
-
'mdi:signal-hspa-plus',
|
|
164
|
-
'mdi:signal-off',
|
|
165
|
-
'mdi:sim',
|
|
166
|
-
'mdi:sim-alert',
|
|
167
|
-
'mdi:sim-alert-outline',
|
|
168
|
-
'mdi:sim-off',
|
|
169
|
-
'mdi:sim-off-outline',
|
|
170
|
-
'mdi:sim-outline',
|
|
171
|
-
'mdi:tablet-cellphone',
|
|
172
|
-
'mdi:tooltip-cellphone',
|
|
173
|
-
'mdi:alarm-snooze',
|
|
174
|
-
'mdi:airplane-clock',
|
|
175
|
-
'mdi:battery-clock',
|
|
176
|
-
'mdi:calendar-alert',
|
|
177
|
-
'mdi:calendar-arrow-left',
|
|
178
|
-
'mdi:calendar-arrow-right',
|
|
179
|
-
'mdi:calendar-month',
|
|
180
|
-
'mdi:calendar-month-outline',
|
|
181
|
-
'mdi:calendar-remove',
|
|
182
|
-
'mdi:calendar-remove-outline',
|
|
183
|
-
'mdi:cash-clock',
|
|
184
|
-
'mdi:timer-cog',
|
|
185
|
-
'mdi:timer-cog-outline',
|
|
186
|
-
'mdi:account-tie',
|
|
187
|
-
'mdi:account-tie-woman',
|
|
188
|
-
'mdi:account-tie-hat',
|
|
189
|
-
'mdi:account-tie-hat-outline'
|
|
190
|
-
]
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
export const Currency = [
|
|
2
|
-
'mdi:account-cash',
|
|
3
|
-
'mdi:account-cash-outline',
|
|
4
|
-
'mdi:bitcoin',
|
|
5
|
-
'mdi:cash',
|
|
6
|
-
'mdi:cash-100',
|
|
7
|
-
'mdi:cash-clock',
|
|
8
|
-
'mdi:cash-fast',
|
|
9
|
-
'mdi:currency-bdt',
|
|
10
|
-
'mdi:currency-brl',
|
|
11
|
-
'mdi:currency-btc',
|
|
12
|
-
'mdi:currency-cny',
|
|
13
|
-
'mdi:currency-eth',
|
|
14
|
-
'mdi:currency-eur',
|
|
15
|
-
'mdi:currency-eur-off',
|
|
16
|
-
'mdi:currency-fra',
|
|
17
|
-
'mdi:currency-gbp',
|
|
18
|
-
'mdi:currency-ils',
|
|
19
|
-
'mdi:currency-inr',
|
|
20
|
-
'mdi:currency-krw',
|
|
21
|
-
'mdi:currency-kzt',
|
|
22
|
-
'mdi:currency-mnt',
|
|
23
|
-
'mdi:currency-ngn',
|
|
24
|
-
'mdi:currency-php',
|
|
25
|
-
'mdi:currency-rial',
|
|
26
|
-
'mdi:currency-rub',
|
|
27
|
-
'mdi:currency-sign',
|
|
28
|
-
'mdi:currency-try',
|
|
29
|
-
'mdi:currency-twd',
|
|
30
|
-
'mdi:currency-usd',
|
|
31
|
-
'mdi:currency-usd-off',
|
|
32
|
-
'mdi:litecoin',
|
|
33
|
-
'mdi:wallet',
|
|
34
|
-
'mdi:wallet-outline',
|
|
35
|
-
'mdi:bank-check',
|
|
36
|
-
'mdi:cash-check',
|
|
37
|
-
'mdi:credit-card-settings',
|
|
38
|
-
'mdi:credit-card-settings-outline',
|
|
39
|
-
'mdi:currency-rupee',
|
|
40
|
-
'mdi:finance',
|
|
41
|
-
'mdi:hand-coin',
|
|
42
|
-
'mdi:hand-coin-outline',
|
|
43
|
-
'mdi:network-pos',
|
|
44
|
-
'mdi:piggy-bank',
|
|
45
|
-
'mdi:piggy-bank-outline'
|
|
46
|
-
]
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
export const Devices = [
|
|
2
|
-
'ic:baseline-app-blocking',
|
|
3
|
-
'ic:baseline-app-shortcut',
|
|
4
|
-
'ic:baseline-airplanemode-active',
|
|
5
|
-
'ic:baseline-airplanemode-inactive',
|
|
6
|
-
'ic:baseline-aod',
|
|
7
|
-
'ic:baseline-battery-0-bar',
|
|
8
|
-
'ic:baseline-battery-1-bar',
|
|
9
|
-
'ic:baseline-battery-4-bar',
|
|
10
|
-
'ic:baseline-battery-6-bar',
|
|
11
|
-
'ic:baseline-battery-alert',
|
|
12
|
-
'ic:baseline-battery-charging-60',
|
|
13
|
-
'ic:baseline-battery-saver',
|
|
14
|
-
'ic:baseline-battery-unknown',
|
|
15
|
-
'ic:baseline-bloodtype',
|
|
16
|
-
'ic:baseline-bluetooth',
|
|
17
|
-
'ic:baseline-bluetooth-connected',
|
|
18
|
-
'ic:baseline-bluetooth-drive',
|
|
19
|
-
'ic:baseline-bluetooth-searching',
|
|
20
|
-
'ic:baseline-cable',
|
|
21
|
-
'ic:baseline-cameraswitch',
|
|
22
|
-
'ic:baseline-dark-mode',
|
|
23
|
-
'ic:baseline-data-saver-off',
|
|
24
|
-
'ic:baseline-data-saver-on',
|
|
25
|
-
'ic:baseline-data-usage',
|
|
26
|
-
'ic:baseline-developer-mode',
|
|
27
|
-
'ic:baseline-device-thermostat',
|
|
28
|
-
'ic:baseline-discount',
|
|
29
|
-
'ic:baseline-do-not-disturb-on-total-silence',
|
|
30
|
-
'ic:baseline-dvr',
|
|
31
|
-
'ic:baseline-edgesensor-high',
|
|
32
|
-
'ic:baseline-flashlight-off',
|
|
33
|
-
'ic:baseline-flashlight-on',
|
|
34
|
-
'ic:baseline-fmd-bad',
|
|
35
|
-
'ic:baseline-fmd-good',
|
|
36
|
-
'ic:baseline-gps-fixed',
|
|
37
|
-
'ic:baseline-gps-not-fixed',
|
|
38
|
-
'ic:baseline-gps-off',
|
|
39
|
-
'ic:baseline-graphic-eq',
|
|
40
|
-
'ic:baseline-grid-3x3',
|
|
41
|
-
'ic:baseline-grid-4x4',
|
|
42
|
-
'ic:baseline-grid-goldenratio',
|
|
43
|
-
'ic:baseline-lan',
|
|
44
|
-
'ic:baseline-light-mode',
|
|
45
|
-
'ic:baseline-mode-night',
|
|
46
|
-
'ic:baseline-mode-standby',
|
|
47
|
-
'ic:baseline-monitor-heart',
|
|
48
|
-
'ic:baseline-nfc',
|
|
49
|
-
'ic:baseline-note-alt',
|
|
50
|
-
'ic:baseline-pattern',
|
|
51
|
-
'ic:baseline-price-check',
|
|
52
|
-
'ic:baseline-restart-alt',
|
|
53
|
-
'ic:baseline-screen-lock-landscape',
|
|
54
|
-
'ic:baseline-screen-lock-portrait',
|
|
55
|
-
'ic:baseline-settings-suggest',
|
|
56
|
-
'ic:baseline-sports-score',
|
|
57
|
-
'ic:baseline-storage',
|
|
58
|
-
'ic:outline-do-not-disturb-on-total-silence',
|
|
59
|
-
'ic:outline-widgets',
|
|
60
|
-
'ic:baseline-headphones',
|
|
61
|
-
'ic:baseline-keyboard',
|
|
62
|
-
'ic:baseline-keyboard-alt',
|
|
63
|
-
'ic:baseline-keyboard-hide',
|
|
64
|
-
'ic:baseline-point-of-sale',
|
|
65
|
-
'ic:baseline-router',
|
|
66
|
-
'ic:baseline-scanner',
|
|
67
|
-
'ic:baseline-sim-card',
|
|
68
|
-
'ic:baseline-smart-toy',
|
|
69
|
-
'ic:baseline-speaker',
|
|
70
|
-
'ic:baseline-speaker-group',
|
|
71
|
-
'ic:baseline-tablet-android',
|
|
72
|
-
'ic:baseline-tablet-mac',
|
|
73
|
-
'ic:outline-headset-mic',
|
|
74
|
-
'ic:outline-headset-off',
|
|
75
|
-
'ic:outline-keyboard',
|
|
76
|
-
'ic:outline-keyboard-alt',
|
|
77
|
-
'ic:baseline-photo-camera-front',
|
|
78
|
-
'mdi:radio',
|
|
79
|
-
'mdi:toslink',
|
|
80
|
-
'mdi:volume-high',
|
|
81
|
-
'mdi:volume-low',
|
|
82
|
-
'mdi:volume-medium',
|
|
83
|
-
'mdi:volume-minus',
|
|
84
|
-
'mdi:volume-mute',
|
|
85
|
-
'mdi:volume-off',
|
|
86
|
-
'mdi:volume-plus',
|
|
87
|
-
'mdi:volume-source',
|
|
88
|
-
'mdi:volume-variant-off',
|
|
89
|
-
'mdi:volume-vibrate',
|
|
90
|
-
'mdi:waveform',
|
|
91
|
-
'mdi:hazard-lights',
|
|
92
|
-
'mdi:cellphone',
|
|
93
|
-
'mdi:cellphone-arrow-down',
|
|
94
|
-
'mdi:cellphone-arrow-down-variant',
|
|
95
|
-
'mdi:cellphone-basic',
|
|
96
|
-
'mdi:cellphone-charging',
|
|
97
|
-
'mdi:cellphone-check',
|
|
98
|
-
'mdi:cellphone-cog',
|
|
99
|
-
'mdi:cellphone-dock',
|
|
100
|
-
'mdi:cellphone-information',
|
|
101
|
-
'mdi:cellphone-key',
|
|
102
|
-
'mdi:cellphone-link',
|
|
103
|
-
'mdi:cellphone-link-off',
|
|
104
|
-
'mdi:cellphone-lock',
|
|
105
|
-
'mdi:cellphone-marker',
|
|
106
|
-
'mdi:cellphone-message',
|
|
107
|
-
'mdi:cellphone-message-off',
|
|
108
|
-
'mdi:cellphone-nfc',
|
|
109
|
-
'mdi:cellphone-nfc-off',
|
|
110
|
-
'mdi:cellphone-off',
|
|
111
|
-
'mdi:cellphone-play',
|
|
112
|
-
'mdi:cellphone-remove',
|
|
113
|
-
'mdi:cellphone-screenshot',
|
|
114
|
-
'mdi:cellphone-settings',
|
|
115
|
-
'mdi:cellphone-sound',
|
|
116
|
-
'mdi:cellphone-text',
|
|
117
|
-
'mdi:cellphone-wireless',
|
|
118
|
-
'mdi:deskphone',
|
|
119
|
-
'mdi:fax',
|
|
120
|
-
'mdi:monitor-cellphone',
|
|
121
|
-
'mdi:monitor-cellphone-star',
|
|
122
|
-
'mdi:phone-rotate-landscape',
|
|
123
|
-
'mdi:phone-rotate-portrait',
|
|
124
|
-
'mdi:airplane-clock',
|
|
125
|
-
'mdi:airplane-cog',
|
|
126
|
-
'mdi:airplane-settings',
|
|
127
|
-
'mdi:airplane-takeoff'
|
|
128
|
-
]
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
export const Edit = [
|
|
2
|
-
'ic:baseline-add-chart',
|
|
3
|
-
'ic:baseline-align-horizontal-left',
|
|
4
|
-
'ic:baseline-align-horizontal-center',
|
|
5
|
-
'ic:baseline-align-horizontal-right',
|
|
6
|
-
'ic:baseline-align-vertical-bottom',
|
|
7
|
-
'ic:baseline-align-vertical-center',
|
|
8
|
-
'ic:baseline-align-vertical-top',
|
|
9
|
-
'ic:baseline-area-chart',
|
|
10
|
-
'ic:baseline-attach-file',
|
|
11
|
-
'ic:baseline-attach-money',
|
|
12
|
-
'ic:baseline-auto-graph',
|
|
13
|
-
'ic:baseline-bar-chart',
|
|
14
|
-
'ic:baseline-border-all',
|
|
15
|
-
'ic:baseline-border-bottom',
|
|
16
|
-
'ic:baseline-border-clear',
|
|
17
|
-
'ic:baseline-border-color',
|
|
18
|
-
'ic:baseline-border-horizontal',
|
|
19
|
-
'ic:baseline-border-inner',
|
|
20
|
-
'ic:baseline-border-left',
|
|
21
|
-
'ic:baseline-border-outer',
|
|
22
|
-
'ic:baseline-border-right',
|
|
23
|
-
'ic:baseline-border-top',
|
|
24
|
-
'ic:baseline-border-vertical',
|
|
25
|
-
'ic:baseline-bubble-chart',
|
|
26
|
-
'ic:baseline-candlestick-chart',
|
|
27
|
-
'ic:baseline-checklist',
|
|
28
|
-
'ic:baseline-checklist-rtl',
|
|
29
|
-
'ic:baseline-draw',
|
|
30
|
-
'ic:baseline-edit-note',
|
|
31
|
-
'ic:baseline-format-align-center',
|
|
32
|
-
'ic:baseline-format-align-justify',
|
|
33
|
-
'ic:baseline-format-align-left',
|
|
34
|
-
'ic:baseline-format-align-right',
|
|
35
|
-
'ic:baseline-format-bold',
|
|
36
|
-
'ic:baseline-format-clear',
|
|
37
|
-
'ic:baseline-format-color-fill',
|
|
38
|
-
'ic:baseline-format-color-reset',
|
|
39
|
-
'ic:baseline-format-color-text',
|
|
40
|
-
'ic:baseline-format-indent-decrease',
|
|
41
|
-
'ic:baseline-format-indent-increase',
|
|
42
|
-
'ic:baseline-format-italic',
|
|
43
|
-
'ic:baseline-format-line-spacing',
|
|
44
|
-
'ic:baseline-format-list-bulleted',
|
|
45
|
-
'ic:baseline-format-list-numbered',
|
|
46
|
-
'ic:baseline-format-list-numbered-rtl',
|
|
47
|
-
'ic:baseline-format-paint',
|
|
48
|
-
'ic:baseline-format-quote',
|
|
49
|
-
'ic:baseline-format-shapes',
|
|
50
|
-
'ic:baseline-format-size',
|
|
51
|
-
'ic:baseline-format-strikethrough',
|
|
52
|
-
'ic:baseline-format-underlined',
|
|
53
|
-
'ic:baseline-functions',
|
|
54
|
-
'ic:baseline-height',
|
|
55
|
-
'ic:baseline-hexagon',
|
|
56
|
-
'ic:baseline-highlight',
|
|
57
|
-
'ic:baseline-horizontal-rule',
|
|
58
|
-
'ic:baseline-insert-chart',
|
|
59
|
-
'ic:baseline-insert-chart-outlined',
|
|
60
|
-
'ic:baseline-insert-drive-file',
|
|
61
|
-
'ic:baseline-insert-emoticon',
|
|
62
|
-
'ic:baseline-insert-invitation',
|
|
63
|
-
'ic:baseline-insert-link',
|
|
64
|
-
'ic:baseline-insert-page-break',
|
|
65
|
-
'ic:baseline-insert-photo',
|
|
66
|
-
'ic:baseline-line-axis',
|
|
67
|
-
'ic:baseline-linear-scale',
|
|
68
|
-
'ic:baseline-margin',
|
|
69
|
-
'ic:baseline-merge-type',
|
|
70
|
-
'ic:baseline-mode',
|
|
71
|
-
'ic:baseline-monetization-on',
|
|
72
|
-
'ic:baseline-move-down',
|
|
73
|
-
'ic:baseline-move-up',
|
|
74
|
-
'ic:baseline-pie-chart',
|
|
75
|
-
'ic:baseline-pie-chart-outline',
|
|
76
|
-
'ic:baseline-polyline',
|
|
77
|
-
'ic:baseline-post-add',
|
|
78
|
-
'ic:baseline-publish',
|
|
79
|
-
'ic:baseline-query-stats',
|
|
80
|
-
'ic:baseline-schema',
|
|
81
|
-
'ic:baseline-stacked-line-chart',
|
|
82
|
-
'ic:outline-table-chart',
|
|
83
|
-
'ic:outline-table-rows',
|
|
84
|
-
'ic:baseline-check-box',
|
|
85
|
-
'ic:baseline-check-box-outline-blank',
|
|
86
|
-
'ic:baseline-indeterminate-check-box',
|
|
87
|
-
'ic:baseline-radio-button-checked',
|
|
88
|
-
'ic:baseline-radio-button-unchecked',
|
|
89
|
-
'ic:baseline-star',
|
|
90
|
-
'ic:baseline-star-border',
|
|
91
|
-
'ic:baseline-star-border-purple500',
|
|
92
|
-
'ic:baseline-star-half',
|
|
93
|
-
'ic:baseline-toggle-off',
|
|
94
|
-
'ic:baseline-toggle-on',
|
|
95
|
-
'ic:outline-check-box',
|
|
96
|
-
'ic:outline-check-box-outline-blank',
|
|
97
|
-
'ic:outline-indeterminate-check-box',
|
|
98
|
-
'mdi:format-paint',
|
|
99
|
-
'mdi:invert-colors',
|
|
100
|
-
'mdi:invert-colors-off',
|
|
101
|
-
'mdi:looks',
|
|
102
|
-
'mdi:palette',
|
|
103
|
-
'mdi:palette-advanced',
|
|
104
|
-
'mdi:palette-outline',
|
|
105
|
-
'mdi:palette-swatch',
|
|
106
|
-
'mdi:palette-swatch-outline',
|
|
107
|
-
'mdi:palette-swatch-variant',
|
|
108
|
-
'mdi:database',
|
|
109
|
-
'mdi:database-alert',
|
|
110
|
-
'mdi:database-alert-outline',
|
|
111
|
-
'mdi:database-arrow-down',
|
|
112
|
-
'mdi:database-arrow-left',
|
|
113
|
-
'mdi:database-arrow-right',
|
|
114
|
-
'mdi:database-arrow-up',
|
|
115
|
-
'mdi:database-check',
|
|
116
|
-
'mdi:database-clock',
|
|
117
|
-
'mdi:database-cog',
|
|
118
|
-
'mdi:database-edit',
|
|
119
|
-
'mdi:database-eye',
|
|
120
|
-
'mdi:database-eye-off',
|
|
121
|
-
'mdi:database-lock',
|
|
122
|
-
'mdi:database-minus',
|
|
123
|
-
'mdi:database-plus',
|
|
124
|
-
'mdi:database-remove',
|
|
125
|
-
'mdi:database-search',
|
|
126
|
-
'mdi:database-sync',
|
|
127
|
-
'mdi:brush',
|
|
128
|
-
'mdi:brush-outline',
|
|
129
|
-
'mdi:brush-variant',
|
|
130
|
-
'mdi:circle-opacity',
|
|
131
|
-
'mdi:draw',
|
|
132
|
-
'mdi:draw-pen',
|
|
133
|
-
'mdi:drawing',
|
|
134
|
-
'mdi:drawing-box',
|
|
135
|
-
'mdi:eyedropper',
|
|
136
|
-
'mdi:format-line-style',
|
|
137
|
-
'mdi:format-line-weight',
|
|
138
|
-
'mdi:fountain-pen',
|
|
139
|
-
'mdi:fountain-pen-tip',
|
|
140
|
-
'mdi:gesture',
|
|
141
|
-
'mdi:grease-pencil',
|
|
142
|
-
'mdi:lead-pencil',
|
|
143
|
-
'mdi:pen',
|
|
144
|
-
'mdi:pencil-ruler',
|
|
145
|
-
'mdi:account-edit',
|
|
146
|
-
'mdi:account-edit-outline',
|
|
147
|
-
'mdi:format-color-fill',
|
|
148
|
-
'mdi:format-color-highlight',
|
|
149
|
-
'mdi:format-color-text',
|
|
150
|
-
'mdi:view-comfy',
|
|
151
|
-
'mdi:view-comfy-outline',
|
|
152
|
-
'mdi:view-compact',
|
|
153
|
-
'mdi:view-dashboard',
|
|
154
|
-
'mdi:view-dashboard-edit',
|
|
155
|
-
'mdi:view-dashboard-variant',
|
|
156
|
-
'mdi:view-grid',
|
|
157
|
-
'mdi:view-grid-outline',
|
|
158
|
-
'mdi:view-grid-plus',
|
|
159
|
-
'mdi:view-grid-plus-outline',
|
|
160
|
-
'mdi:view-list',
|
|
161
|
-
'mdi:view-module',
|
|
162
|
-
'mdi:view-headline',
|
|
163
|
-
'mdi:view-sequential',
|
|
164
|
-
'mdi:view-split-vertical',
|
|
165
|
-
]
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
export const File = [
|
|
2
|
-
'ic:baseline-approval',
|
|
3
|
-
'ic:baseline-attach-email',
|
|
4
|
-
'ic:baseline-cloud',
|
|
5
|
-
'ic:baseline-cloud-circle',
|
|
6
|
-
'ic:baseline-cloud-done',
|
|
7
|
-
'ic:baseline-cloud-download',
|
|
8
|
-
'ic:baseline-cloud-off',
|
|
9
|
-
'ic:baseline-cloud-queue',
|
|
10
|
-
'ic:baseline-cloud-sync',
|
|
11
|
-
'ic:baseline-cloud-upload',
|
|
12
|
-
'ic:baseline-create-new-folder',
|
|
13
|
-
'ic:baseline-difference',
|
|
14
|
-
'ic:baseline-download',
|
|
15
|
-
'ic:baseline-download-for-offline',
|
|
16
|
-
'ic:baseline-downloading',
|
|
17
|
-
'ic:baseline-drive-file-move',
|
|
18
|
-
'ic:baseline-drive-file-move-rtl',
|
|
19
|
-
'ic:baseline-drive-file-rename-outline',
|
|
20
|
-
'ic:baseline-drive-folder-upload',
|
|
21
|
-
'ic:baseline-file-download-done',
|
|
22
|
-
'ic:baseline-file-download-off',
|
|
23
|
-
'ic:baseline-file-open',
|
|
24
|
-
'ic:baseline-file-upload',
|
|
25
|
-
'ic:baseline-folder',
|
|
26
|
-
'ic:baseline-folder-open',
|
|
27
|
-
'ic:baseline-folder-shared',
|
|
28
|
-
'ic:baseline-format-overline',
|
|
29
|
-
'ic:baseline-grid-view',
|
|
30
|
-
'ic:baseline-newspaper',
|
|
31
|
-
'ic:baseline-text-snippet',
|
|
32
|
-
'ic:baseline-topic',
|
|
33
|
-
'ic:outline-approval',
|
|
34
|
-
'ic:outline-attach-email',
|
|
35
|
-
'ic:outline-cloud-circle',
|
|
36
|
-
'ic:outline-cloud-done',
|
|
37
|
-
'ic:outline-cloud-download',
|
|
38
|
-
'ic:outline-cloud-off',
|
|
39
|
-
'ic:outline-cloud-sync',
|
|
40
|
-
'ic:outline-cloud-upload',
|
|
41
|
-
'ic:outline-create-new-folder',
|
|
42
|
-
'ic:outline-difference',
|
|
43
|
-
'ic:outline-download',
|
|
44
|
-
'ic:outline-folder-copy',
|
|
45
|
-
'ic:outline-folder-delete',
|
|
46
|
-
'ic:outline-folder-off',
|
|
47
|
-
'ic:outline-folder-shared',
|
|
48
|
-
'ic:outline-upload',
|
|
49
|
-
'ic:outline-upload-file',
|
|
50
|
-
'ic:outline-workspaces',
|
|
51
|
-
'ic:baseline-workspaces',
|
|
52
|
-
'mdi:cloud',
|
|
53
|
-
'mdi:cloud-alert',
|
|
54
|
-
'mdi:cloud-braces',
|
|
55
|
-
'mdi:cloud-check',
|
|
56
|
-
'mdi:cloud-check-outline',
|
|
57
|
-
'mdi:cloud-download',
|
|
58
|
-
'mdi:cloud-download-outline',
|
|
59
|
-
'mdi:cloud-lock',
|
|
60
|
-
'mdi:cloud-lock-outline',
|
|
61
|
-
'mdi:cloud-off-outline',
|
|
62
|
-
'mdi:cloud-outline',
|
|
63
|
-
'mdi:cloud-percent',
|
|
64
|
-
'mdi:cloud-percent-outline',
|
|
65
|
-
'mdi:cloud-print',
|
|
66
|
-
'mdi:cloud-print-outline',
|
|
67
|
-
'mdi:cloud-question',
|
|
68
|
-
'mdi:cloud-refresh',
|
|
69
|
-
'mdi:cloud-search',
|
|
70
|
-
'mdi:cloud-search-outline',
|
|
71
|
-
'mdi:cloud-sync',
|
|
72
|
-
'mdi:cloud-sync-outline',
|
|
73
|
-
'mdi:cloud-tags',
|
|
74
|
-
'mdi:cloud-upload',
|
|
75
|
-
'mdi:cloud-upload-outline',
|
|
76
|
-
'mdi:file-cloud',
|
|
77
|
-
'mdi:file-cloud-outline',
|
|
78
|
-
'mdi:weather-cloudy',
|
|
79
|
-
'mdi:weather-cloudy-alert',
|
|
80
|
-
'mdi:weather-cloudy-arrow-right',
|
|
81
|
-
'mdi:weather-cloudy-clock',
|
|
82
|
-
'mdi:weather-night-partly-cloudy',
|
|
83
|
-
'mdi:weather-partly-cloudy',
|
|
84
|
-
'mdi:file-cog',
|
|
85
|
-
'mdi:file-code',
|
|
86
|
-
'mdi:file-cog-outline',
|
|
87
|
-
'mdi:file-document-alert',
|
|
88
|
-
'mdi:file-document-alert-outline',
|
|
89
|
-
'mdi:file-find',
|
|
90
|
-
'mdi:file-settings-outline',
|
|
91
|
-
'mdi:folder-cog',
|
|
92
|
-
'mdi:folder-cog-outline',
|
|
93
|
-
'mdi:looks',
|
|
94
|
-
'mdi:weather-lightning',
|
|
95
|
-
'mdi:weather-lightning-rainy',
|
|
96
|
-
'mdi:weather-night',
|
|
97
|
-
'mdi:weather-partly-lightning',
|
|
98
|
-
'mdi:weather-partly-rainy',
|
|
99
|
-
'mdi:weather-partly-snowy',
|
|
100
|
-
'mdi:weather-pouring',
|
|
101
|
-
'mdi:weather-rainy',
|
|
102
|
-
'mdi:weather-snowy',
|
|
103
|
-
'mdi:weather-snowy-heavy'
|
|
104
|
-
]
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
export const Math = [
|
|
2
|
-
'ic:baseline-divide',
|
|
3
|
-
'ic:baseline-equals',
|
|
4
|
-
'ic:baseline-greater-than',
|
|
5
|
-
'ic:baseline-greater-than-equal',
|
|
6
|
-
'ic:baseline-less-than',
|
|
7
|
-
'ic:baseline-less-than-equal',
|
|
8
|
-
'ic:baseline-minus',
|
|
9
|
-
'ic:baseline-not-equal',
|
|
10
|
-
'ic:baseline-percentage',
|
|
11
|
-
'ic:baseline-plus',
|
|
12
|
-
'ic:baseline-plus-minus',
|
|
13
|
-
'ic:baseline-plus-minus-alt',
|
|
14
|
-
'ic:outline-divide',
|
|
15
|
-
'mdi:angle-acute',
|
|
16
|
-
'mdi:angle-obtuse',
|
|
17
|
-
'mdi:angle-right',
|
|
18
|
-
'mdi:calculator',
|
|
19
|
-
'mdi:calculator-variant',
|
|
20
|
-
'mdi:chart-areaspline',
|
|
21
|
-
'mdi:chart-bar',
|
|
22
|
-
'mdi:chart-bar-stacked',
|
|
23
|
-
'mdi:chart-bell-curve',
|
|
24
|
-
'mdi:chart-bell-curve-cumulative',
|
|
25
|
-
'mdi:chart-donut-variant',
|
|
26
|
-
'mdi:chart-gantt',
|
|
27
|
-
'mdi:chart-line',
|
|
28
|
-
'mdi:chart-line-stacked',
|
|
29
|
-
'mdi:chart-multiple',
|
|
30
|
-
'mdi:chart-pie',
|
|
31
|
-
'mdi:chart-ppf',
|
|
32
|
-
'mdi:chart-sankey',
|
|
33
|
-
'mdi:chart-scatter-plot',
|
|
34
|
-
'mdi:chart-scatter-plot-hexbin',
|
|
35
|
-
'mdi:chart-timeline',
|
|
36
|
-
'mdi:chart-timeline-variant-shimmer',
|
|
37
|
-
'mdi:circle-small',
|
|
38
|
-
'mdi:code-braces',
|
|
39
|
-
'mdi:code-brackets',
|
|
40
|
-
'mdi:exponent',
|
|
41
|
-
'mdi:finance',
|
|
42
|
-
'mdi:format-superscript',
|
|
43
|
-
'mdi:function',
|
|
44
|
-
'mdi:function-variant',
|
|
45
|
-
'mdi:infinity',
|
|
46
|
-
'mdi:lambda',
|
|
47
|
-
'mdi:math-compass',
|
|
48
|
-
'mdi:math-cos',
|
|
49
|
-
'mdi:math-integral',
|
|
50
|
-
'mdi:math-log',
|
|
51
|
-
'mdi:math-sin',
|
|
52
|
-
'mdi:math-tan'
|
|
53
|
-
]
|