@dt-frames/ui 1.0.51 → 2.0.0
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/README.md +18 -1
- package/package.json +62 -40
- package/es/assets/data/icons/actions.d.ts +0 -1
- package/es/assets/data/icons/actions.ts +0 -427
- package/es/assets/data/icons/code.d.ts +0 -1
- package/es/assets/data/icons/code.ts +0 -10
- package/es/assets/data/icons/commuticate.d.ts +0 -1
- package/es/assets/data/icons/commuticate.ts +0 -190
- package/es/assets/data/icons/currency.d.ts +0 -1
- package/es/assets/data/icons/currency.ts +0 -46
- package/es/assets/data/icons/devices.d.ts +0 -1
- package/es/assets/data/icons/devices.ts +0 -128
- package/es/assets/data/icons/edit.d.ts +0 -1
- package/es/assets/data/icons/edit.ts +0 -165
- package/es/assets/data/icons/file.d.ts +0 -1
- package/es/assets/data/icons/file.ts +0 -104
- package/es/assets/data/icons/math.d.ts +0 -1
- package/es/assets/data/icons/math.ts +0 -53
- package/es/assets/data/icons/message.d.ts +0 -1
- package/es/assets/data/icons/message.ts +0 -75
- package/es/assets/data/icons/navigate.d.ts +0 -1
- package/es/assets/data/icons/navigate.ts +0 -181
- package/es/assets/data/icons/other.d.ts +0 -1
- package/es/assets/data/icons/other.ts +0 -333
- package/es/assets/data/icons.d.ts +0 -4
- package/es/assets/data/icons.ts +0 -58
- package/es/assets/imgs/header/avatar.png +0 -0
- package/es/assets/imgs/logo/logo.png +0 -0
- package/es/assets/imgs/table/empty.png +0 -0
- package/es/assets/locales/en.json +0 -97
- package/es/assets/locales/zh.json +0 -100
- package/es/assets/style/index.less +0 -10
- package/es/assets/style/reset.less +0 -17
- package/es/components/container/index.d.ts +0 -3
- package/es/components/container/index.less +0 -85
- package/es/components/container/src/bar.d.ts +0 -14
- package/es/components/container/src/scroll-bar.d.ts +0 -93
- package/es/components/container/src/scroll-container.d.ts +0 -99
- package/es/components/curd/index.d.ts +0 -2
- package/es/components/curd/src/components/dialog.d.ts +0 -1505
- package/es/components/curd/src/components/props.d.ts +0 -34
- package/es/components/curd/src/hooks/useCurd.d.ts +0 -17
- package/es/components/curd/src/types/curd.type.d.ts +0 -22
- package/es/components/forms/index.d.ts +0 -5
- package/es/components/forms/index.less +0 -107
- package/es/components/forms/src/componentMap.d.ts +0 -4
- package/es/components/forms/src/components/formButton.d.ts +0 -83
- package/es/components/forms/src/components/formIcon.d.ts +0 -2866
- package/es/components/forms/src/components/formInputUseDialog.d.ts +0 -911
- package/es/components/forms/src/components/formItem.d.ts +0 -58
- package/es/components/forms/src/components/radioButton.d.ts +0 -33
- package/es/components/forms/src/const/form.const.d.ts +0 -7
- package/es/components/forms/src/hooks/helper.d.ts +0 -8
- package/es/components/forms/src/hooks/useForm.d.ts +0 -5
- package/es/components/forms/src/hooks/useFormActions.d.ts +0 -13
- package/es/components/forms/src/hooks/useFormEvents.d.ts +0 -26
- package/es/components/forms/src/hooks/useFormValue.d.ts +0 -3
- package/es/components/forms/src/hooks/useFormValues.d.ts +0 -14
- package/es/components/forms/src/hooks/useLabelWidth.d.ts +0 -35
- package/es/components/forms/src/index.d.ts +0 -182
- package/es/components/forms/src/prop.d.ts +0 -79
- package/es/components/forms/src/types/form.type.d.ts +0 -115
- package/es/components/icons/index.d.ts +0 -3
- package/es/components/icons/index.less +0 -109
- package/es/components/icons/src/pick-icon.d.ts +0 -441
- package/es/components/icons/src/svg-icon.d.ts +0 -44
- package/es/components/iframe/index.d.ts +0 -2
- package/es/components/iframe/index.less +0 -3
- package/es/components/iframe/src/index.d.ts +0 -967
- package/es/components/iframe/src/index.less +0 -3
- package/es/components/index.d.ts +0 -14
- package/es/components/modal/index.d.ts +0 -3
- package/es/components/modal/index.less +0 -60
- package/es/components/modal/src/components/close-icon.d.ts +0 -309
- package/es/components/modal/src/components/modal-wrap.d.ts +0 -237
- package/es/components/modal/src/components/modal.d.ts +0 -200
- package/es/components/modal/src/components/modalFooter.d.ts +0 -124
- package/es/components/modal/src/hooks/useDrag.d.ts +0 -7
- package/es/components/modal/src/hooks/useFullScreen.d.ts +0 -12
- package/es/components/modal/src/hooks/useModal.d.ts +0 -4
- package/es/components/modal/src/index.d.ts +0 -1190
- package/es/components/modal/src/props.d.ts +0 -93
- package/es/components/modal/src/types/modal.type.d.ts +0 -25
- package/es/components/router/base-router.d.ts +0 -2
- package/es/components/router/index.d.ts +0 -2
- package/es/components/source/index.d.ts +0 -1
- package/es/components/source/src/hooks/useDownload.d.ts +0 -8
- package/es/components/source/src/hooks/useFetch.d.ts +0 -4
- package/es/components/source/src/hooks/useSource.d.ts +0 -43
- package/es/components/source/src/index.d.ts +0 -2
- package/es/components/source/src/types/source.type.d.ts +0 -34
- package/es/components/source/src/types/table.type.d.ts +0 -7
- package/es/components/table/index.d.ts +0 -4
- package/es/components/table/index.less +0 -224
- package/es/components/table/src/components/TableActions.d.ts +0 -1280
- package/es/components/table/src/components/TableHeader.d.ts +0 -28
- package/es/components/table/src/components/TableRender.d.ts +0 -25
- package/es/components/table/src/components/editable/CellComponent.d.ts +0 -14
- package/es/components/table/src/components/editable/EditTableCell.d.ts +0 -88
- package/es/components/table/src/components/editable/componentMap.d.ts +0 -4
- package/es/components/table/src/components/editable/index.d.ts +0 -9
- package/es/components/table/src/components/setting/Column.d.ts +0 -1360
- package/es/components/table/src/components/setting/Download.d.ts +0 -3088
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +0 -1930
- package/es/components/table/src/components/setting/Fullscreen.d.ts +0 -280
- package/es/components/table/src/components/setting/index.d.ts +0 -26
- package/es/components/table/src/const.d.ts +0 -12
- package/es/components/table/src/hooks/useColumns.d.ts +0 -14
- package/es/components/table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/components/table/src/hooks/useDataSource.d.ts +0 -16
- package/es/components/table/src/hooks/useHeaderCode.d.ts +0 -3
- package/es/components/table/src/hooks/useLoading.d.ts +0 -17
- package/es/components/table/src/hooks/usePagination.d.ts +0 -122
- package/es/components/table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/components/table/src/hooks/useRows.d.ts +0 -5
- package/es/components/table/src/hooks/useTable.d.ts +0 -5
- package/es/components/table/src/hooks/useTableHeader.d.ts +0 -8
- package/es/components/table/src/hooks/useTableInstance.d.ts +0 -15
- package/es/components/table/src/hooks/useTableScroll.d.ts +0 -12
- package/es/components/table/src/index.d.ts +0 -719
- package/es/components/table/src/props.d.ts +0 -211
- package/es/components/table/src/types/table.type.d.ts +0 -111
- package/es/components/table/src/types/tableHeader.type.d.ts +0 -23
- package/es/components/tree/index.d.ts +0 -2
- package/es/components/tree/index.less +0 -53
- package/es/components/tree/src/hooks/useTree.d.ts +0 -14
- package/es/components/tree/src/props.d.ts +0 -108
- package/es/components/tree/src/type/tree.d.ts +0 -85
- package/es/components/tree/src/utils/tree.d.ts +0 -5
- package/es/components/upload/index.d.ts +0 -2
- package/es/components/upload/index.less +0 -37
- package/es/components/upload/src/helper.d.ts +0 -5
- package/es/components/upload/src/props.d.ts +0 -47
- package/es/components/upload/src/upload.d.ts +0 -1794
- package/es/directives/icon.d.ts +0 -2
- package/es/directives/index.d.ts +0 -6
- package/es/directives/permission.d.ts +0 -2
- package/es/global.d.ts +0 -8
- package/es/index.d.ts +0 -3
- package/es/index.js +0 -10436
- package/es/style/assets/style/index.less +0 -10
- package/es/style/assets/style/reset.less +0 -17
- package/es/style/components/container/index.less +0 -85
- package/es/style/components/forms/index.less +0 -107
- package/es/style/components/icons/index.less +0 -108
- package/es/style/components/iframe/index.less +0 -3
- package/es/style/components/iframe/src/index.less +0 -3
- package/es/style/components/modal/index.less +0 -60
- package/es/style/components/table/index.less +0 -217
- package/es/style/components/tree/index.less +0 -53
- package/es/style/theme/footer/index.less +0 -16
- package/es/style/theme/header/index.less +0 -451
- package/es/style/theme/header/set-theme.less +0 -68
- package/es/style/theme/sider/index.less +0 -212
- package/es/style/theme/tabs/index.less +0 -165
- package/es/style/theme/theme.less +0 -73
- package/es/style/theme/transition.less +0 -105
- package/es/theme/content/index.d.ts +0 -44
- package/es/theme/feature/back-top.d.ts +0 -105
- package/es/theme/feature/index.d.ts +0 -107
- package/es/theme/footer/index.d.ts +0 -30
- package/es/theme/footer/index.less +0 -16
- package/es/theme/header/components/bread-crumb.d.ts +0 -128
- package/es/theme/header/components/fullscreen.d.ts +0 -5
- package/es/theme/header/components/handler.d.ts +0 -2
- package/es/theme/header/components/index.d.ts +0 -11
- package/es/theme/header/components/lang-picker.d.ts +0 -291
- package/es/theme/header/components/logo.d.ts +0 -91
- package/es/theme/header/components/menu-search.d.ts +0 -284
- package/es/theme/header/components/notify.d.ts +0 -268
- package/es/theme/header/components/setting-theme.d.ts +0 -2604
- package/es/theme/header/components/size.d.ts +0 -282
- package/es/theme/header/components/theme-drawer/feature.d.ts +0 -1113
- package/es/theme/header/components/theme-drawer/index.d.ts +0 -3
- package/es/theme/header/components/theme-drawer/menu-type.d.ts +0 -273
- package/es/theme/header/components/theme-drawer/select-item.d.ts +0 -778
- package/es/theme/header/components/theme-drawer/switch-item.d.ts +0 -297
- package/es/theme/header/components/trigger.d.ts +0 -14
- package/es/theme/header/components/user-info.d.ts +0 -8318
- package/es/theme/header/const/index.d.ts +0 -20
- package/es/theme/header/helper/menu-tree.d.ts +0 -3
- package/es/theme/header/index.less +0 -458
- package/es/theme/header/set-theme.less +0 -68
- package/es/theme/index.d.ts +0 -2
- package/es/theme/sider/components/basic-menu/basic-menu-item.d.ts +0 -123
- package/es/theme/sider/components/basic-menu/basic-menu.d.ts +0 -756
- package/es/theme/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -254
- package/es/theme/sider/components/basic-menu/menu-item-content.d.ts +0 -36
- package/es/theme/sider/components/drag-bar.d.ts +0 -14
- package/es/theme/sider/components/layout-menu.d.ts +0 -22
- package/es/theme/sider/components/props.d.ts +0 -69
- package/es/theme/sider/components/sider-trigger.d.ts +0 -68
- package/es/theme/sider/helper/sider.d.ts +0 -12
- package/es/theme/sider/helper/split-menu.d.ts +0 -10
- package/es/theme/sider/hooks/useDragLine.d.ts +0 -2
- package/es/theme/sider/hooks/useOpenKeys.d.ts +0 -13
- package/es/theme/sider/index.d.ts +0 -152
- package/es/theme/sider/index.less +0 -212
- package/es/theme/tabs/components/TabContent.d.ts +0 -887
- package/es/theme/tabs/components/TabRedo.d.ts +0 -64
- package/es/theme/tabs/hooks/useMultifyTabs.d.ts +0 -7
- package/es/theme/tabs/hooks/useTabDropdown.d.ts +0 -6
- package/es/theme/tabs/index.d.ts +0 -1429
- package/es/theme/tabs/index.less +0 -165
- package/es/theme/tabs/types/tabs.type.d.ts +0 -7
- package/es/theme/theme.less +0 -73
- package/es/theme/transition.less +0 -105
- package/index.html +0 -13
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -10
|
@@ -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
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Message: string[];
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
export const Message = [
|
|
2
|
-
'ic:baseline-account-tree',
|
|
3
|
-
'ic:baseline-airline-seat-legroom-extra',
|
|
4
|
-
'ic:baseline-airline-seat-legroom-reduced',
|
|
5
|
-
'ic:baseline-airline-seat-recline-normal',
|
|
6
|
-
'ic:baseline-bluetooth-audio',
|
|
7
|
-
'ic:baseline-confirmation-number',
|
|
8
|
-
'ic:baseline-disc-full',
|
|
9
|
-
'ic:baseline-enhanced-encryption',
|
|
10
|
-
'ic:baseline-event-note',
|
|
11
|
-
'ic:baseline-more',
|
|
12
|
-
'ic:baseline-network-check',
|
|
13
|
-
'ic:baseline-no-encryption',
|
|
14
|
-
'ic:baseline-phone-bluetooth-speaker',
|
|
15
|
-
'ic:baseline-phone-callback',
|
|
16
|
-
'ic:baseline-phone-forwarded',
|
|
17
|
-
'ic:baseline-phone-in-talk',
|
|
18
|
-
'ic:baseline-phone-locked',
|
|
19
|
-
'ic:baseline-phone-missed',
|
|
20
|
-
'ic:baseline-phone-paused',
|
|
21
|
-
'ic:baseline-power',
|
|
22
|
-
'ic:baseline-power-off',
|
|
23
|
-
'ic:baseline-priority-high',
|
|
24
|
-
'ic:baseline-running-with-errors',
|
|
25
|
-
'ic:baseline-vpn-lock',
|
|
26
|
-
'ic:baseline-wc',
|
|
27
|
-
'ic:baseline-wifi',
|
|
28
|
-
'ic:baseline-wifi-off',
|
|
29
|
-
'ic:outline-account-tree',
|
|
30
|
-
'ic:outline-drive-eta',
|
|
31
|
-
'ic:outline-enhanced-encryption',
|
|
32
|
-
'ic:round-confirmation-number',
|
|
33
|
-
'ic:round-folder-special',
|
|
34
|
-
'ic:round-more',
|
|
35
|
-
'ic:baseline-notification-add',
|
|
36
|
-
'ic:baseline-notifications',
|
|
37
|
-
'ic:baseline-notifications-active',
|
|
38
|
-
'ic:baseline-notifications-none',
|
|
39
|
-
'ic:baseline-notifications-off',
|
|
40
|
-
'ic:baseline-notifications-paused',
|
|
41
|
-
'mdi:alert-circle',
|
|
42
|
-
'mdi:alert',
|
|
43
|
-
'mdi:alert-circle-outline',
|
|
44
|
-
'mdi:alert-decagram',
|
|
45
|
-
'mdi:alert-decagram-outline',
|
|
46
|
-
'mdi:alert-rhombus',
|
|
47
|
-
'mdi:alert-rhombus-outline',
|
|
48
|
-
'mdi:calendar-alert',
|
|
49
|
-
'mdi:chat-alert',
|
|
50
|
-
'mdi:chat-alert-outline',
|
|
51
|
-
'mdi:comment-alert',
|
|
52
|
-
'mdi:comment-alert-outline',
|
|
53
|
-
'mdi:content-save-alert',
|
|
54
|
-
'mdi:cookie-alert',
|
|
55
|
-
'mdi:database-alert',
|
|
56
|
-
'mdi:database-alert-outline',
|
|
57
|
-
'mdi:delete-alert',
|
|
58
|
-
'mdi:delete-alert-outline',
|
|
59
|
-
'mdi:email-alert',
|
|
60
|
-
'mdi:email-alert-outline',
|
|
61
|
-
'mdi:file-document-alert',
|
|
62
|
-
'mdi:file-document-alert-outline',
|
|
63
|
-
'mdi:phone-alert',
|
|
64
|
-
'mdi:phone-alert-outline',
|
|
65
|
-
'mdi:shield-alert',
|
|
66
|
-
'mdi:shield-alert-outline',
|
|
67
|
-
'mdi:sim-alert',
|
|
68
|
-
'mdi:sim-alert-outline',
|
|
69
|
-
'mdi:smoke-detector-alert',
|
|
70
|
-
'mdi:smoke-detector-alert-outline',
|
|
71
|
-
'mdi:water-alert',
|
|
72
|
-
'mdi:water-alert-outline',
|
|
73
|
-
'ant-design:info-circle-filled',
|
|
74
|
-
'ant-design:info-circle-outlined'
|
|
75
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Navigate: string[];
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
export const Navigate = [
|
|
2
|
-
'ic:baseline-arrow-right-alt',
|
|
3
|
-
'ic:baseline-adf-scanner',
|
|
4
|
-
'ic:baseline-browser-updated',
|
|
5
|
-
'ic:baseline-cast',
|
|
6
|
-
'ic:baseline-cast-connected',
|
|
7
|
-
'ic:baseline-developer-board',
|
|
8
|
-
'ic:baseline-device-hub',
|
|
9
|
-
'ic:baseline-earbuds-battery',
|
|
10
|
-
'ic:baseline-earbuds',
|
|
11
|
-
'ic:baseline-gamepad',
|
|
12
|
-
'ic:baseline-keyboard-arrow-down',
|
|
13
|
-
'ic:baseline-keyboard-arrow-left',
|
|
14
|
-
'ic:baseline-keyboard-arrow-right',
|
|
15
|
-
'ic:baseline-keyboard-arrow-up',
|
|
16
|
-
'ic:baseline-keyboard-backspace',
|
|
17
|
-
'ic:baseline-keyboard-capslock',
|
|
18
|
-
'ic:baseline-keyboard-command-key',
|
|
19
|
-
'ic:baseline-keyboard-control-key',
|
|
20
|
-
'ic:baseline-keyboard-double-arrow-down',
|
|
21
|
-
'ic:baseline-keyboard-double-arrow-left',
|
|
22
|
-
'ic:baseline-keyboard-double-arrow-right',
|
|
23
|
-
'ic:baseline-keyboard-double-arrow-up',
|
|
24
|
-
'ic:baseline-keyboard-option-key',
|
|
25
|
-
'ic:baseline-keyboard-return',
|
|
26
|
-
'ic:baseline-keyboard-tab',
|
|
27
|
-
'ic:baseline-keyboard-voice',
|
|
28
|
-
'ic:baseline-laptop-chromebook',
|
|
29
|
-
'ic:baseline-monitor',
|
|
30
|
-
'ic:baseline-security',
|
|
31
|
-
'ic:outline-start',
|
|
32
|
-
'ic:baseline-360',
|
|
33
|
-
'ic:baseline-add-business',
|
|
34
|
-
'ic:baseline-add-location',
|
|
35
|
-
'ic:baseline-add-location-alt',
|
|
36
|
-
'ic:baseline-add-road',
|
|
37
|
-
'ic:baseline-airline-stops',
|
|
38
|
-
'ic:baseline-alt-route',
|
|
39
|
-
'ic:baseline-crisis-alert',
|
|
40
|
-
'ic:baseline-diamond',
|
|
41
|
-
'ic:baseline-directions-car',
|
|
42
|
-
'ic:baseline-directions-bus-filled',
|
|
43
|
-
'ic:baseline-directions-boat-filled',
|
|
44
|
-
'ic:baseline-directions-bike',
|
|
45
|
-
'ic:baseline-directions-railway',
|
|
46
|
-
'ic:baseline-directions-run',
|
|
47
|
-
'ic:baseline-flight',
|
|
48
|
-
'ic:baseline-hardware',
|
|
49
|
-
'ic:baseline-local-bar',
|
|
50
|
-
'ic:baseline-local-cafe',
|
|
51
|
-
'ic:baseline-local-library',
|
|
52
|
-
'ic:baseline-local-movies',
|
|
53
|
-
'ic:baseline-local-parking',
|
|
54
|
-
'ic:baseline-local-shipping',
|
|
55
|
-
'ic:baseline-medical-information',
|
|
56
|
-
'ic:baseline-medical-services',
|
|
57
|
-
'ic:baseline-menu-book',
|
|
58
|
-
'ic:baseline-miscellaneous-services',
|
|
59
|
-
'ic:baseline-park',
|
|
60
|
-
'ic:baseline-place',
|
|
61
|
-
'ic:baseline-ramen-dining',
|
|
62
|
-
'ic:baseline-train',
|
|
63
|
-
'ic:baseline-tram',
|
|
64
|
-
'ic:baseline-trip-origin',
|
|
65
|
-
'ic:baseline-apps',
|
|
66
|
-
'ic:baseline-apps-outage',
|
|
67
|
-
'ic:baseline-arrow-back',
|
|
68
|
-
'ic:baseline-arrow-downward',
|
|
69
|
-
'ic:baseline-arrow-drop-down',
|
|
70
|
-
'ic:baseline-arrow-drop-down-circle',
|
|
71
|
-
'ic:baseline-arrow-drop-up',
|
|
72
|
-
'ic:baseline-arrow-forward',
|
|
73
|
-
'ic:baseline-arrow-left',
|
|
74
|
-
'ic:baseline-arrow-right',
|
|
75
|
-
'ic:baseline-arrow-upward',
|
|
76
|
-
'ic:baseline-assistant-direction',
|
|
77
|
-
'ic:baseline-campaign',
|
|
78
|
-
'ic:baseline-cancel',
|
|
79
|
-
'ic:baseline-check',
|
|
80
|
-
'ic:baseline-arrow-back-ios',
|
|
81
|
-
'ic:baseline-arrow-forward-ios',
|
|
82
|
-
'ic:baseline-close',
|
|
83
|
-
'ic:baseline-double-arrow',
|
|
84
|
-
'ic:baseline-expand-circle-down',
|
|
85
|
-
'ic:baseline-first-page',
|
|
86
|
-
'ic:baseline-fullscreen',
|
|
87
|
-
'ic:baseline-fullscreen-exit',
|
|
88
|
-
'ic:baseline-home-work',
|
|
89
|
-
'ic:baseline-last-page',
|
|
90
|
-
'ic:baseline-legend-toggle',
|
|
91
|
-
'ic:baseline-menu',
|
|
92
|
-
'ic:baseline-menu-open',
|
|
93
|
-
'ic:baseline-more-horiz',
|
|
94
|
-
'ic:baseline-more-vert',
|
|
95
|
-
'ic:baseline-north-east',
|
|
96
|
-
'ic:baseline-north-west',
|
|
97
|
-
'ic:baseline-offline-share',
|
|
98
|
-
'ic:baseline-payments',
|
|
99
|
-
'ic:baseline-pivot-table-chart',
|
|
100
|
-
'ic:baseline-refresh',
|
|
101
|
-
'ic:baseline-south-east',
|
|
102
|
-
'ic:baseline-south-west',
|
|
103
|
-
'ic:baseline-subdirectory-arrow-left',
|
|
104
|
-
'ic:baseline-subdirectory-arrow-right',
|
|
105
|
-
'ic:baseline-switch-left',
|
|
106
|
-
'ic:baseline-switch-right',
|
|
107
|
-
'ic:baseline-unfold-less',
|
|
108
|
-
'ic:baseline-unfold-more',
|
|
109
|
-
'ic:baseline-waterfall-chart',
|
|
110
|
-
'ic:outline-app-settings-alt',
|
|
111
|
-
'ic:outline-assistant-direction',
|
|
112
|
-
'ic:outline-campaign',
|
|
113
|
-
'ic:outline-cancel',
|
|
114
|
-
'mdi:home-map-marker',
|
|
115
|
-
'mdi:arrow-all',
|
|
116
|
-
'mdi:arrow-bottom-left-bold-box',
|
|
117
|
-
'mdi:arrow-bottom-left-bold-box-outline',
|
|
118
|
-
'mdi:arrow-bottom-left-bold-outline',
|
|
119
|
-
'mdi:arrow-bottom-right-bold-box',
|
|
120
|
-
'mdi:arrow-bottom-right-bold-box-outline',
|
|
121
|
-
'mdi:arrow-bottom-right-bold-outline',
|
|
122
|
-
'mdi:arrow-bottom-right-thick',
|
|
123
|
-
'mdi:arrow-collapse-horizontal',
|
|
124
|
-
'mdi:arrow-collapse-vertical',
|
|
125
|
-
'mdi:arrow-down-bold-box',
|
|
126
|
-
'mdi:arrow-down-bold-box-outline',
|
|
127
|
-
'mdi:arrow-down-bold-circle',
|
|
128
|
-
'mdi:arrow-down-bold-circle-outline',
|
|
129
|
-
'mdi:arrow-down-bold-hexagon-outline',
|
|
130
|
-
'mdi:arrow-down-bold-outline',
|
|
131
|
-
'mdi:arrow-down-drop-circle',
|
|
132
|
-
'mdi:arrow-down-drop-circle-outline',
|
|
133
|
-
'mdi:arrow-expand-horizontal',
|
|
134
|
-
'mdi:arrow-down-bold',
|
|
135
|
-
'mdi:arrow-left-bold',
|
|
136
|
-
'mdi:arrow-left-bold-outline',
|
|
137
|
-
'mdi:arrow-left-right-bold-outline',
|
|
138
|
-
'mdi:arrow-left-right-bold',
|
|
139
|
-
'mdi:arrow-left-right',
|
|
140
|
-
'mdi:arrow-right-bold',
|
|
141
|
-
'mdi:arrow-right-bold-outline',
|
|
142
|
-
'mdi:arrow-split-horizontal',
|
|
143
|
-
'mdi:arrow-split-vertical',
|
|
144
|
-
'mdi:arrow-up-down-bold-outline',
|
|
145
|
-
'mdi:axis-arrow-lock',
|
|
146
|
-
'mdi:call-made',
|
|
147
|
-
'mdi:call-merge',
|
|
148
|
-
'mdi:call-missed',
|
|
149
|
-
'mdi:call-received',
|
|
150
|
-
'mdi:call-split',
|
|
151
|
-
'mdi:repeat',
|
|
152
|
-
'mdi:repeat-variant',
|
|
153
|
-
'mdi:reply',
|
|
154
|
-
'mdi:reply-all',
|
|
155
|
-
'mdi:reply-all-outline',
|
|
156
|
-
'mdi:chevron-right-circle',
|
|
157
|
-
'mdi:chevron-right-circle-outline',
|
|
158
|
-
'mdi:chevron-up-box',
|
|
159
|
-
'mdi:chevron-up-box-outline',
|
|
160
|
-
'mdi:fit-to-page',
|
|
161
|
-
'mdi:fit-to-page-outline',
|
|
162
|
-
'mdi:forward',
|
|
163
|
-
'mdi:share',
|
|
164
|
-
'mdi:share-circle',
|
|
165
|
-
'mdi:compass',
|
|
166
|
-
'mdi:rocket',
|
|
167
|
-
'mdi:rocket-launch',
|
|
168
|
-
'mdi:rocket-launch-outline',
|
|
169
|
-
'mdi:rocket-outline',
|
|
170
|
-
'ant-design:backward-filled',
|
|
171
|
-
'ant-design:caret-down-filled',
|
|
172
|
-
'ant-design:caret-left-filled',
|
|
173
|
-
'ant-design:caret-right-filled',
|
|
174
|
-
'ant-design:caret-up-filled',
|
|
175
|
-
'ant-design:column-height-outlined',
|
|
176
|
-
'ant-design:column-width-outlined',
|
|
177
|
-
'ant-design:double-left-outlined',
|
|
178
|
-
'ant-design:double-right-outlined',
|
|
179
|
-
'ant-design:fast-backward-filled',
|
|
180
|
-
'ant-design:fast-forward-filled'
|
|
181
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Other: string[];
|
|
@@ -1,333 +0,0 @@
|
|
|
1
|
-
export const Other = [
|
|
2
|
-
'ic:baseline-add-alert',
|
|
3
|
-
'ic:baseline-auto-delete',
|
|
4
|
-
'ic:baseline-error',
|
|
5
|
-
'ic:baseline-error-outline',
|
|
6
|
-
'ic:baseline-notification-important',
|
|
7
|
-
'ic:baseline-warning',
|
|
8
|
-
'ic:baseline-mic',
|
|
9
|
-
'ic:baseline-mic-none',
|
|
10
|
-
'ic:baseline-mic-off',
|
|
11
|
-
'ic:baseline-music-video',
|
|
12
|
-
'ic:baseline-replay',
|
|
13
|
-
'ic:baseline-auto-mode',
|
|
14
|
-
'ic:baseline-auto-awesome',
|
|
15
|
-
'ic:baseline-auto-awesome-mosaic',
|
|
16
|
-
'ic:baseline-auto-awesome-motion',
|
|
17
|
-
'ic:baseline-auto-fix-high',
|
|
18
|
-
'ic:baseline-center-focus-strong',
|
|
19
|
-
'ic:baseline-center-focus-weak',
|
|
20
|
-
'ic:baseline-color-lens',
|
|
21
|
-
'ic:baseline-colorize',
|
|
22
|
-
'ic:baseline-contrast',
|
|
23
|
-
'ic:baseline-compare',
|
|
24
|
-
'ic:baseline-crop',
|
|
25
|
-
'ic:baseline-crop-rotate',
|
|
26
|
-
'ic:baseline-music-note',
|
|
27
|
-
'ic:baseline-music-off',
|
|
28
|
-
'ic:baseline-nature',
|
|
29
|
-
'ic:baseline-nature-people',
|
|
30
|
-
'ic:baseline-receipt-long',
|
|
31
|
-
'ic:baseline-remove-red-eye',
|
|
32
|
-
'ic:baseline-rotate-90-degrees-ccw',
|
|
33
|
-
'ic:baseline-rotate-90-degrees-cw',
|
|
34
|
-
'ic:baseline-rotate-left',
|
|
35
|
-
'ic:baseline-rotate-right',
|
|
36
|
-
'ic:baseline-shutter-speed',
|
|
37
|
-
'ic:baseline-slideshow',
|
|
38
|
-
'ic:baseline-straighten',
|
|
39
|
-
'ic:baseline-style',
|
|
40
|
-
'ic:baseline-switch-camera',
|
|
41
|
-
'ic:baseline-switch-video',
|
|
42
|
-
'ic:baseline-video-camera-front',
|
|
43
|
-
'ic:baseline-view-comfy',
|
|
44
|
-
'ic:baseline-wb-auto',
|
|
45
|
-
'ic:baseline-wb-incandescent',
|
|
46
|
-
'ic:baseline-wb-iridescent',
|
|
47
|
-
'ic:baseline-wb-sunny',
|
|
48
|
-
'ic:baseline-wb-twilight',
|
|
49
|
-
'ic:outline-brightness-7',
|
|
50
|
-
'ic:outline-brush',
|
|
51
|
-
'ic:outline-crop-free',
|
|
52
|
-
'ic:outline-filter-center-focus',
|
|
53
|
-
'ic:round-auto-fix-high',
|
|
54
|
-
'ic:round-auto-stories',
|
|
55
|
-
'ic:outline-healing',
|
|
56
|
-
'ic:baseline-restaurant',
|
|
57
|
-
'ic:baseline-restaurant-menu',
|
|
58
|
-
'ic:baseline-zoom-in-map',
|
|
59
|
-
'ic:baseline-zoom-out-map',
|
|
60
|
-
'ic:round-local-library',
|
|
61
|
-
'ic:round-menu-book',
|
|
62
|
-
'ic:round-my-location',
|
|
63
|
-
'ic:round-navigation',
|
|
64
|
-
'ic:round-near-me',
|
|
65
|
-
'ic:round-near-me-disabled',
|
|
66
|
-
'ic:round-terrain',
|
|
67
|
-
'ic:round-transfer-within-a-station',
|
|
68
|
-
'ic:round-zoom-in-map',
|
|
69
|
-
'ic:round-zoom-out-map',
|
|
70
|
-
'ic:sharp-beenhere',
|
|
71
|
-
'ic:sharp-cleaning-services',
|
|
72
|
-
'ic:sharp-crisis-alert',
|
|
73
|
-
'ic:sharp-design-services',
|
|
74
|
-
'ic:sharp-directions',
|
|
75
|
-
'ic:sharp-directions-bike',
|
|
76
|
-
'ic:sharp-local-fire-department',
|
|
77
|
-
'ic:sharp-local-florist',
|
|
78
|
-
'ic:sharp-local-pharmacy',
|
|
79
|
-
'ic:sharp-multiple-stop',
|
|
80
|
-
'ic:sharp-museum',
|
|
81
|
-
'ic:sharp-no-crash',
|
|
82
|
-
'ic:sharp-pedal-bike',
|
|
83
|
-
'ic:sharp-pest-control',
|
|
84
|
-
'ic:sharp-share-arrival-time',
|
|
85
|
-
'ic:sharp-signpost',
|
|
86
|
-
'ic:sharp-volunteer-activism',
|
|
87
|
-
'ic:sharp-wine-bar',
|
|
88
|
-
'ic:sharp-wrong-location',
|
|
89
|
-
'ic:baseline-ac-unit',
|
|
90
|
-
'ic:baseline-airport-shuttle',
|
|
91
|
-
'ic:baseline-all-inclusive',
|
|
92
|
-
'ic:baseline-apartment',
|
|
93
|
-
'ic:baseline-balcony',
|
|
94
|
-
'ic:baseline-bathtub',
|
|
95
|
-
'ic:baseline-beach-access',
|
|
96
|
-
'ic:baseline-bento',
|
|
97
|
-
'ic:baseline-bungalow',
|
|
98
|
-
'ic:baseline-corporate-fare',
|
|
99
|
-
'ic:baseline-escalator',
|
|
100
|
-
'ic:baseline-escalator-warning',
|
|
101
|
-
'ic:baseline-family-restroom',
|
|
102
|
-
'ic:baseline-free-breakfast',
|
|
103
|
-
'ic:baseline-holiday-village',
|
|
104
|
-
'ic:baseline-house',
|
|
105
|
-
'ic:baseline-rice-bowl',
|
|
106
|
-
'ic:baseline-room-preferences',
|
|
107
|
-
'ic:baseline-spa',
|
|
108
|
-
'ic:baseline-sports-bar',
|
|
109
|
-
'ic:baseline-villa',
|
|
110
|
-
'ic:outline-family-restroom',
|
|
111
|
-
'ic:round-casino',
|
|
112
|
-
'ic:round-corporate-fare',
|
|
113
|
-
'ic:round-cottage',
|
|
114
|
-
'ic:round-countertops',
|
|
115
|
-
'ic:baseline-manage-search',
|
|
116
|
-
'ic:outline-dining',
|
|
117
|
-
'ic:baseline-6-ft-apart',
|
|
118
|
-
'ic:baseline-add-moderator',
|
|
119
|
-
'ic:baseline-add-reaction',
|
|
120
|
-
'ic:baseline-adobe',
|
|
121
|
-
'ic:baseline-apple',
|
|
122
|
-
'ic:baseline-cake',
|
|
123
|
-
'ic:baseline-catching-pokemon',
|
|
124
|
-
'ic:baseline-clean-hands',
|
|
125
|
-
'ic:baseline-connect-without-contact',
|
|
126
|
-
'ic:baseline-construction',
|
|
127
|
-
'ic:baseline-cookie',
|
|
128
|
-
'ic:baseline-coronavirus',
|
|
129
|
-
'ic:baseline-cyclone',
|
|
130
|
-
'ic:baseline-deck',
|
|
131
|
-
'ic:baseline-domain',
|
|
132
|
-
'ic:baseline-domain-add',
|
|
133
|
-
'ic:baseline-downhill-skiing',
|
|
134
|
-
'ic:baseline-edit-notifications',
|
|
135
|
-
'ic:baseline-elderly',
|
|
136
|
-
'ic:baseline-elderly-woman',
|
|
137
|
-
'ic:baseline-emoji-objects',
|
|
138
|
-
'ic:baseline-emoji-people',
|
|
139
|
-
'ic:baseline-emoji-transportation',
|
|
140
|
-
'ic:baseline-engineering',
|
|
141
|
-
'ic:baseline-facebook',
|
|
142
|
-
'ic:baseline-fitbit',
|
|
143
|
-
'ic:baseline-flood',
|
|
144
|
-
'ic:baseline-follow-the-signs',
|
|
145
|
-
'ic:baseline-front-hand',
|
|
146
|
-
'ic:baseline-health-and-safety',
|
|
147
|
-
'ic:baseline-history-edu',
|
|
148
|
-
'ic:baseline-hive',
|
|
149
|
-
'ic:baseline-ice-skating',
|
|
150
|
-
'ic:baseline-interests',
|
|
151
|
-
'ic:baseline-ios-share',
|
|
152
|
-
'ic:baseline-kayaking',
|
|
153
|
-
'ic:baseline-king-bed',
|
|
154
|
-
'ic:baseline-kitesurfing',
|
|
155
|
-
'ic:baseline-landslide',
|
|
156
|
-
'ic:baseline-male',
|
|
157
|
-
'ic:baseline-female',
|
|
158
|
-
'ic:baseline-mood',
|
|
159
|
-
'ic:baseline-mood-bad',
|
|
160
|
-
'ic:baseline-nights-stay',
|
|
161
|
-
'ic:baseline-no-luggage',
|
|
162
|
-
'ic:baseline-luggage',
|
|
163
|
-
'ic:baseline-nordic-walking',
|
|
164
|
-
'ic:baseline-outdoor-grill',
|
|
165
|
-
'ic:baseline-pages',
|
|
166
|
-
'ic:baseline-paragliding',
|
|
167
|
-
'ic:baseline-party-mode',
|
|
168
|
-
'ic:baseline-paypal',
|
|
169
|
-
'ic:baseline-people',
|
|
170
|
-
'ic:baseline-people-alt',
|
|
171
|
-
'ic:baseline-people-outline',
|
|
172
|
-
'ic:baseline-pix',
|
|
173
|
-
'ic:baseline-psychology',
|
|
174
|
-
'ic:baseline-public',
|
|
175
|
-
'ic:baseline-public-off',
|
|
176
|
-
'ic:baseline-quora',
|
|
177
|
-
'ic:baseline-real-estate-agent',
|
|
178
|
-
'ic:baseline-recommend',
|
|
179
|
-
'ic:baseline-recycling',
|
|
180
|
-
'ic:baseline-roller-skating',
|
|
181
|
-
'ic:baseline-sanitizer',
|
|
182
|
-
'ic:baseline-scale',
|
|
183
|
-
'ic:baseline-school',
|
|
184
|
-
'ic:baseline-scuba-diving',
|
|
185
|
-
'ic:baseline-self-improvement',
|
|
186
|
-
'ic:baseline-sentiment-neutral',
|
|
187
|
-
'ic:baseline-sentiment-slightly-dissatisfied',
|
|
188
|
-
'ic:baseline-sentiment-very-dissatisfied',
|
|
189
|
-
'ic:baseline-sentiment-very-satisfied',
|
|
190
|
-
'ic:baseline-severe-cold',
|
|
191
|
-
'ic:baseline-share',
|
|
192
|
-
'ic:baseline-shopify',
|
|
193
|
-
'ic:baseline-sick',
|
|
194
|
-
'ic:baseline-sign-language',
|
|
195
|
-
'ic:baseline-single-bed',
|
|
196
|
-
'ic:baseline-snowshoeing',
|
|
197
|
-
'ic:baseline-south-america',
|
|
198
|
-
'ic:baseline-sports-baseball',
|
|
199
|
-
'ic:baseline-sports-basketball',
|
|
200
|
-
'ic:baseline-sports-cricket',
|
|
201
|
-
'ic:baseline-sports-esports',
|
|
202
|
-
'ic:baseline-sports-football',
|
|
203
|
-
'ic:baseline-sports-golf',
|
|
204
|
-
'ic:baseline-sports-kabaddi',
|
|
205
|
-
'ic:baseline-sports-soccer',
|
|
206
|
-
'ic:baseline-sports-volleyball',
|
|
207
|
-
'ic:baseline-sports-tennis',
|
|
208
|
-
'ic:baseline-surfing',
|
|
209
|
-
'ic:baseline-switch-account',
|
|
210
|
-
'ic:baseline-telegram',
|
|
211
|
-
'ic:baseline-thunderstorm',
|
|
212
|
-
'ic:baseline-tiktok',
|
|
213
|
-
'ic:baseline-transgender',
|
|
214
|
-
'ic:baseline-travel-explore',
|
|
215
|
-
'ic:baseline-waving-hand',
|
|
216
|
-
'ic:baseline-wechat',
|
|
217
|
-
'ic:baseline-whatsapp',
|
|
218
|
-
'ic:baseline-whatshot',
|
|
219
|
-
'ic:outline-apple',
|
|
220
|
-
'ic:outline-back-hand',
|
|
221
|
-
'ic:outline-coronavirus',
|
|
222
|
-
'ic:outline-cyclone',
|
|
223
|
-
'ic:outline-emoji-events',
|
|
224
|
-
'ic:outline-emoji-transportation',
|
|
225
|
-
'ic:outline-real-estate-agent',
|
|
226
|
-
'ic:outline-recycling',
|
|
227
|
-
'ic:round-pix',
|
|
228
|
-
'ic:round-sports-basketball',
|
|
229
|
-
'ic:sharp-emoji-objects',
|
|
230
|
-
'mdi:linux',
|
|
231
|
-
'mdi:paw',
|
|
232
|
-
'mdi:arrange-bring-forward',
|
|
233
|
-
'mdi:arrange-bring-to-front',
|
|
234
|
-
'mdi:arrange-send-backward',
|
|
235
|
-
'mdi:arrange-send-to-back',
|
|
236
|
-
'mdi:vector-arrange-above',
|
|
237
|
-
'mdi:album',
|
|
238
|
-
'mdi:audio-input-rca',
|
|
239
|
-
'mdi:audio-input-stereo-minijack',
|
|
240
|
-
'mdi:audio-input-xlr',
|
|
241
|
-
'mdi:audio-video',
|
|
242
|
-
'mdi:bluetooth-audio',
|
|
243
|
-
'mdi:cast-audio',
|
|
244
|
-
'mdi:earbuds',
|
|
245
|
-
'mdi:earbuds-off',
|
|
246
|
-
'mdi:equalizer',
|
|
247
|
-
'mdi:equalizer-outline',
|
|
248
|
-
'mdi:headphones',
|
|
249
|
-
'mdi:headset',
|
|
250
|
-
'mdi:microphone-question',
|
|
251
|
-
'mdi:microphone-question-outline',
|
|
252
|
-
'mdi:music',
|
|
253
|
-
'mdi:music-note',
|
|
254
|
-
'mdi:music-note-bluetooth',
|
|
255
|
-
'mdi:triangle-wave',
|
|
256
|
-
'mdi:tune',
|
|
257
|
-
'mdi:tune-variant',
|
|
258
|
-
'mdi:tune-vertical',
|
|
259
|
-
'mdi:tune-vertical-variant',
|
|
260
|
-
'mdi:angular',
|
|
261
|
-
'mdi:angularjs',
|
|
262
|
-
'mdi:ansible',
|
|
263
|
-
'mdi:blender-software',
|
|
264
|
-
'mdi:ember',
|
|
265
|
-
'mdi:facebook',
|
|
266
|
-
'mdi:fedora',
|
|
267
|
-
'mdi:firebase',
|
|
268
|
-
'mdi:github',
|
|
269
|
-
'mdi:instagram',
|
|
270
|
-
'mdi:kodi',
|
|
271
|
-
'mdi:linkedin',
|
|
272
|
-
'mdi:lumx',
|
|
273
|
-
'mdi:manjaro',
|
|
274
|
-
'mdi:microsoft-edge',
|
|
275
|
-
'mdi:microsoft-excel',
|
|
276
|
-
'mdi:microsoft-internet-explorer',
|
|
277
|
-
'mdi:microsoft-office',
|
|
278
|
-
'mdi:microsoft-onenote',
|
|
279
|
-
'mdi:microsoft-outlook',
|
|
280
|
-
'mdi:microsoft-visual-studio',
|
|
281
|
-
'mdi:microsoft-windows',
|
|
282
|
-
'mdi:microsoft-windows-classic',
|
|
283
|
-
'mdi:microsoft-word',
|
|
284
|
-
'mdi:microsoft-xbox',
|
|
285
|
-
'mdi:opera',
|
|
286
|
-
'mdi:origin',
|
|
287
|
-
'mdi:pinterest',
|
|
288
|
-
'mdi:polymer',
|
|
289
|
-
'mdi:qqchat',
|
|
290
|
-
'mdi:react',
|
|
291
|
-
'mdi:semantic-web',
|
|
292
|
-
'mdi:sina-weibo',
|
|
293
|
-
'mdi:skype',
|
|
294
|
-
'mdi:skype-business',
|
|
295
|
-
'mdi:slack',
|
|
296
|
-
'mdi:terraform',
|
|
297
|
-
'mdi:unity',
|
|
298
|
-
'mdi:twitter',
|
|
299
|
-
'mdi:vlc',
|
|
300
|
-
'mdi:vuejs',
|
|
301
|
-
'mdi:webpack',
|
|
302
|
-
'mdi:wechat',
|
|
303
|
-
'mdi:youtube-gaming',
|
|
304
|
-
'mdi:microphone',
|
|
305
|
-
'mdi:trumpet',
|
|
306
|
-
'mdi:clover',
|
|
307
|
-
'mdi:hexagon-multiple-outline',
|
|
308
|
-
'mdi:image-filter-drama',
|
|
309
|
-
'mdi:image-filter-hdr',
|
|
310
|
-
'mdi:atom-variant',
|
|
311
|
-
'mdi:circle-opacity',
|
|
312
|
-
'mdi:rhombus-split',
|
|
313
|
-
'mdi:rhombus-split-outline',
|
|
314
|
-
'mdi:shape',
|
|
315
|
-
'mdi:store-cog',
|
|
316
|
-
'mdi:store-cog-outline',
|
|
317
|
-
'mdi:store-settings',
|
|
318
|
-
'mdi:store-settings-outline',
|
|
319
|
-
'mdi:fit-to-page',
|
|
320
|
-
'mdi:fit-to-page-outline',
|
|
321
|
-
'mdi:airballoon',
|
|
322
|
-
'mdi:airballoon-outline',
|
|
323
|
-
'mdi:movie-open-settings',
|
|
324
|
-
'mdi:movie-open-settings-outline',
|
|
325
|
-
'ant-design:alipay-outlined',
|
|
326
|
-
'ant-design:aliwangwang-filled',
|
|
327
|
-
'ant-design:aliwangwang-outlined',
|
|
328
|
-
'ant-design:aliyun-outlined',
|
|
329
|
-
'ant-design:copyright-circle-filled',
|
|
330
|
-
'ant-design:copyright-circle-outlined',
|
|
331
|
-
'ant-design:heart-filled',
|
|
332
|
-
'ant-design:heart-outlined'
|
|
333
|
-
]
|