@edifice.io/react 2.5.8 → 2.5.9-develop-pedago.20260203115913
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 +5 -0
- package/dist/_virtual/isSameOrAfter.js +4 -0
- package/dist/_virtual/isToday.js +4 -0
- package/dist/components/Badge/Badge.d.ts +7 -1
- package/dist/components/Badge/Badge.js +13 -1
- package/dist/components/DatePicker/DatePicker.d.ts +57 -0
- package/dist/components/DatePicker/DatePicker.js +6 -3
- package/dist/components/Dropdown/DropdownContext.js +1 -1
- package/dist/components/Form/FormContext.js +1 -1
- package/dist/components/Layout/Layout.js +1 -2
- package/dist/components/Layout/components/Header.js +5 -2
- package/dist/components/Layout/components/WidgetApps.js +2 -2
- package/dist/components/MediaViewer/MediaViewer.d.ts +17 -0
- package/dist/components/MediaViewer/MediaViewer.js +36 -0
- package/dist/components/MediaViewer/MediaWrapper.d.ts +7 -0
- package/dist/components/MediaViewer/MediaWrapper.js +72 -0
- package/dist/components/MediaViewer/PdfViewer.d.ts +4 -0
- package/dist/components/MediaViewer/PdfViewer.js +26 -0
- package/dist/components/MediaViewer/ToolbarViewer.d.ts +7 -0
- package/dist/components/MediaViewer/ToolbarViewer.js +41 -0
- package/dist/components/MediaViewer/ToolbarZoom.d.ts +4 -0
- package/dist/components/MediaViewer/ToolbarZoom.js +19 -0
- package/dist/components/MediaViewer/index.d.ts +2 -0
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/Modal.js +13 -12
- package/dist/components/PromotionCard/PromotionCard.d.ts +74 -0
- package/dist/components/PromotionCard/PromotionCard.js +31 -0
- package/dist/components/PromotionCard/PromotionCardBody.d.ts +10 -0
- package/dist/components/PromotionCard/PromotionCardBody.js +15 -0
- package/dist/components/PromotionCard/PromotionCardDescription.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardDescription.js +12 -0
- package/dist/components/PromotionCard/PromotionCardFooter.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardFooter.js +12 -0
- package/dist/components/PromotionCard/PromotionCardHeader.d.ts +11 -0
- package/dist/components/PromotionCard/PromotionCardHeader.js +17 -0
- package/dist/components/PromotionCard/PromotionCardIcon.d.ts +10 -0
- package/dist/components/PromotionCard/PromotionCardIcon.js +15 -0
- package/dist/components/PromotionCard/PromotionCardTitle.d.ts +9 -0
- package/dist/components/PromotionCard/PromotionCardTitle.js +12 -0
- package/dist/components/PromotionCard/index.d.ts +2 -0
- package/dist/components/SmartEllipsis/SmartEllipsis.d.ts +5 -0
- package/dist/components/SmartEllipsis/SmartEllipsis.js +21 -0
- package/dist/components/SmartEllipsis/index.d.ts +2 -0
- package/dist/components/Toolbar/Toolbar.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/editor.js +40 -40
- package/dist/hooks/useConversation/useConversation.js +3 -1
- package/dist/hooks/useDate/useDate.d.ts +5 -1
- package/dist/hooks/useDate/useDate.js +18 -2
- package/dist/hooks/useDropdown/useDropdown.js +1 -1
- package/dist/hooks/useDropzone/useDropzone.js +21 -16
- package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +1 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.js +5 -0
- package/dist/hooks/useZoom/index.d.ts +1 -0
- package/dist/hooks/useZoom/useZoom.d.ts +7 -0
- package/dist/hooks/useZoom/useZoom.js +14 -0
- package/dist/icons-apps.js +234 -232
- package/dist/icons.js +366 -350
- package/dist/index.js +231 -226
- package/dist/modals.js +18 -18
- package/dist/modules/audience/ViewsCounter.d.ts +3 -17
- package/dist/modules/audience/ViewsCounter.js +9 -7
- package/dist/modules/comments/components/Comment.js +4 -4
- package/dist/modules/comments/components/CommentDate.js +7 -10
- package/dist/modules/comments/components/CommentDeleted.js +1 -1
- package/dist/modules/comments/components/CommentForm.d.ts +1 -1
- package/dist/modules/comments/components/CommentForm.js +6 -6
- package/dist/modules/comments/components/CommentTitle.js +1 -1
- package/dist/modules/comments/provider/CommentProvider.js +4 -4
- package/dist/modules/comments/types.d.ts +3 -1
- package/dist/modules/editor/hooks/useTipTapEditor.js +4 -4
- package/dist/modules/icons/components/IconAdjustSettings.d.ts +7 -0
- package/dist/modules/icons/components/IconAdjustSettings.js +12 -0
- package/dist/modules/icons/components/IconAiFill.d.ts +7 -0
- package/dist/modules/icons/components/IconAiFill.js +12 -0
- package/dist/modules/icons/components/IconCalendarEdit.d.ts +7 -0
- package/dist/modules/icons/components/IconCalendarEdit.js +12 -0
- package/dist/modules/icons/components/IconCollect.d.ts +7 -0
- package/dist/modules/icons/components/IconCollect.js +12 -0
- package/dist/modules/icons/components/IconExercizerAi.d.ts +7 -0
- package/dist/modules/icons/components/IconExercizerAi.js +14 -0
- package/dist/modules/icons/components/IconLabel.d.ts +7 -0
- package/dist/modules/icons/components/IconLabel.js +12 -0
- package/dist/modules/icons/components/IconRender.d.ts +7 -0
- package/dist/modules/icons/components/IconRender.js +12 -0
- package/dist/modules/icons/components/IconTeacher.d.ts +7 -0
- package/dist/modules/icons/components/IconTeacher.js +12 -0
- package/dist/modules/icons/components/apps/IconAssistancetic.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconAssistancetic.js +14 -0
- package/dist/modules/icons/components/apps/index.d.ts +1 -0
- package/dist/modules/icons/components/index.d.ts +8 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +5 -5
- package/dist/modules/modals/ResourceModal/ResourceModal.js +1 -2
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +3 -0
- package/dist/modules/modals/ShareModal/ShareResources.js +9 -5
- package/dist/modules/multimedia/FileCard/FileCard.js +1 -1
- package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.js +1 -2
- package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +1 -2
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +1 -1
- package/dist/multimedia.js +10 -10
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isToday.js +19 -0
- package/dist/providers/AntThemeProvider/antThemeConfig.js +1 -2
- package/dist/utilities/mime-types/index.d.ts +1 -0
- package/dist/utilities/mime-types/mime-types-utils.d.ts +1 -0
- package/dist/utilities/mime-types/mime-types-utils.js +4 -0
- package/package.json +7 -6
- package/dist/modules/comments/components/CommentHeader.d.ts +0 -3
- package/dist/modules/comments/components/CommentHeader.js +0 -8
package/dist/icons.js
CHANGED
|
@@ -1,356 +1,372 @@
|
|
|
1
1
|
import { default as default2 } from "./modules/icons/components/IconAddUser.js";
|
|
2
2
|
import { default as default3 } from "./modules/icons/components/IconAdd.js";
|
|
3
|
-
import { default as default4 } from "./modules/icons/components/
|
|
4
|
-
import { default as default5 } from "./modules/icons/components/
|
|
5
|
-
import { default as default6 } from "./modules/icons/components/
|
|
6
|
-
import { default as default7 } from "./modules/icons/components/
|
|
7
|
-
import { default as default8 } from "./modules/icons/components/
|
|
8
|
-
import { default as default9 } from "./modules/icons/components/
|
|
9
|
-
import { default as default10 } from "./modules/icons/components/
|
|
10
|
-
import { default as default11 } from "./modules/icons/components/
|
|
11
|
-
import { default as default12 } from "./modules/icons/components/
|
|
12
|
-
import { default as default13 } from "./modules/icons/components/
|
|
13
|
-
import { default as default14 } from "./modules/icons/components/
|
|
14
|
-
import { default as default15 } from "./modules/icons/components/
|
|
15
|
-
import { default as default16 } from "./modules/icons/components/
|
|
16
|
-
import { default as default17 } from "./modules/icons/components/
|
|
17
|
-
import { default as default18 } from "./modules/icons/components/
|
|
18
|
-
import { default as default19 } from "./modules/icons/components/
|
|
19
|
-
import { default as default20 } from "./modules/icons/components/
|
|
20
|
-
import { default as default21 } from "./modules/icons/components/
|
|
21
|
-
import { default as default22 } from "./modules/icons/components/
|
|
22
|
-
import { default as default23 } from "./modules/icons/components/
|
|
23
|
-
import { default as default24 } from "./modules/icons/components/
|
|
24
|
-
import { default as default25 } from "./modules/icons/components/
|
|
25
|
-
import { default as default26 } from "./modules/icons/components/
|
|
26
|
-
import { default as default27 } from "./modules/icons/components/
|
|
27
|
-
import { default as default28 } from "./modules/icons/components/
|
|
28
|
-
import { default as default29 } from "./modules/icons/components/
|
|
29
|
-
import { default as default30 } from "./modules/icons/components/
|
|
30
|
-
import { default as default31 } from "./modules/icons/components/
|
|
31
|
-
import { default as default32 } from "./modules/icons/components/
|
|
32
|
-
import { default as default33 } from "./modules/icons/components/
|
|
33
|
-
import { default as default34 } from "./modules/icons/components/
|
|
34
|
-
import { default as default35 } from "./modules/icons/components/
|
|
35
|
-
import { default as default36 } from "./modules/icons/components/
|
|
36
|
-
import { default as default37 } from "./modules/icons/components/
|
|
37
|
-
import { default as default38 } from "./modules/icons/components/
|
|
38
|
-
import { default as default39 } from "./modules/icons/components/
|
|
39
|
-
import { default as default40 } from "./modules/icons/components/
|
|
40
|
-
import { default as default41 } from "./modules/icons/components/
|
|
41
|
-
import { default as default42 } from "./modules/icons/components/
|
|
42
|
-
import { default as default43 } from "./modules/icons/components/
|
|
43
|
-
import { default as default44 } from "./modules/icons/components/
|
|
44
|
-
import { default as default45 } from "./modules/icons/components/
|
|
45
|
-
import { default as default46 } from "./modules/icons/components/
|
|
46
|
-
import { default as default47 } from "./modules/icons/components/
|
|
47
|
-
import { default as default48 } from "./modules/icons/components/
|
|
48
|
-
import { default as default49 } from "./modules/icons/components/
|
|
49
|
-
import { default as default50 } from "./modules/icons/components/
|
|
50
|
-
import { default as default51 } from "./modules/icons/components/
|
|
51
|
-
import { default as default52 } from "./modules/icons/components/
|
|
52
|
-
import { default as default53 } from "./modules/icons/components/
|
|
53
|
-
import { default as default54 } from "./modules/icons/components/
|
|
54
|
-
import { default as default55 } from "./modules/icons/components/
|
|
55
|
-
import { default as default56 } from "./modules/icons/components/
|
|
56
|
-
import { default as default57 } from "./modules/icons/components/
|
|
57
|
-
import { default as default58 } from "./modules/icons/components/
|
|
58
|
-
import { default as default59 } from "./modules/icons/components/
|
|
59
|
-
import { default as default60 } from "./modules/icons/components/
|
|
60
|
-
import { default as default61 } from "./modules/icons/components/
|
|
61
|
-
import { default as default62 } from "./modules/icons/components/
|
|
62
|
-
import { default as default63 } from "./modules/icons/components/
|
|
63
|
-
import { default as default64 } from "./modules/icons/components/
|
|
64
|
-
import { default as default65 } from "./modules/icons/components/
|
|
65
|
-
import { default as default66 } from "./modules/icons/components/
|
|
66
|
-
import { default as default67 } from "./modules/icons/components/
|
|
67
|
-
import { default as default68 } from "./modules/icons/components/
|
|
68
|
-
import { default as default69 } from "./modules/icons/components/
|
|
69
|
-
import { default as default70 } from "./modules/icons/components/
|
|
70
|
-
import { default as default71 } from "./modules/icons/components/
|
|
71
|
-
import { default as default72 } from "./modules/icons/components/
|
|
72
|
-
import { default as default73 } from "./modules/icons/components/
|
|
73
|
-
import { default as default74 } from "./modules/icons/components/
|
|
74
|
-
import { default as default75 } from "./modules/icons/components/
|
|
75
|
-
import { default as default76 } from "./modules/icons/components/
|
|
76
|
-
import { default as default77 } from "./modules/icons/components/
|
|
77
|
-
import { default as default78 } from "./modules/icons/components/
|
|
78
|
-
import { default as default79 } from "./modules/icons/components/
|
|
79
|
-
import { default as default80 } from "./modules/icons/components/
|
|
80
|
-
import { default as default81 } from "./modules/icons/components/
|
|
81
|
-
import { default as default82 } from "./modules/icons/components/
|
|
82
|
-
import { default as default83 } from "./modules/icons/components/
|
|
83
|
-
import { default as default84 } from "./modules/icons/components/
|
|
84
|
-
import { default as default85 } from "./modules/icons/components/
|
|
85
|
-
import { default as default86 } from "./modules/icons/components/
|
|
86
|
-
import { default as default87 } from "./modules/icons/components/
|
|
87
|
-
import { default as default88 } from "./modules/icons/components/
|
|
88
|
-
import { default as default89 } from "./modules/icons/components/
|
|
89
|
-
import { default as default90 } from "./modules/icons/components/
|
|
90
|
-
import { default as default91 } from "./modules/icons/components/
|
|
91
|
-
import { default as default92 } from "./modules/icons/components/
|
|
92
|
-
import { default as default93 } from "./modules/icons/components/
|
|
93
|
-
import { default as default94 } from "./modules/icons/components/
|
|
94
|
-
import { default as default95 } from "./modules/icons/components/
|
|
95
|
-
import { default as default96 } from "./modules/icons/components/
|
|
96
|
-
import { default as default97 } from "./modules/icons/components/
|
|
97
|
-
import { default as default98 } from "./modules/icons/components/
|
|
98
|
-
import { default as default99 } from "./modules/icons/components/
|
|
99
|
-
import { default as default100 } from "./modules/icons/components/
|
|
100
|
-
import { default as default101 } from "./modules/icons/components/
|
|
101
|
-
import { default as default102 } from "./modules/icons/components/
|
|
102
|
-
import { default as default103 } from "./modules/icons/components/
|
|
103
|
-
import { default as default104 } from "./modules/icons/components/
|
|
104
|
-
import { default as default105 } from "./modules/icons/components/
|
|
105
|
-
import { default as default106 } from "./modules/icons/components/
|
|
106
|
-
import { default as default107 } from "./modules/icons/components/
|
|
107
|
-
import { default as default108 } from "./modules/icons/components/
|
|
108
|
-
import { default as default109 } from "./modules/icons/components/
|
|
109
|
-
import { default as default110 } from "./modules/icons/components/
|
|
110
|
-
import { default as default111 } from "./modules/icons/components/
|
|
111
|
-
import { default as default112 } from "./modules/icons/components/
|
|
112
|
-
import { default as default113 } from "./modules/icons/components/
|
|
113
|
-
import { default as default114 } from "./modules/icons/components/
|
|
114
|
-
import { default as default115 } from "./modules/icons/components/
|
|
115
|
-
import { default as default116 } from "./modules/icons/components/
|
|
116
|
-
import { default as default117 } from "./modules/icons/components/
|
|
117
|
-
import { default as default118 } from "./modules/icons/components/
|
|
118
|
-
import { default as default119 } from "./modules/icons/components/
|
|
119
|
-
import { default as default120 } from "./modules/icons/components/
|
|
120
|
-
import { default as default121 } from "./modules/icons/components/
|
|
121
|
-
import { default as default122 } from "./modules/icons/components/
|
|
122
|
-
import { default as default123 } from "./modules/icons/components/
|
|
123
|
-
import { default as default124 } from "./modules/icons/components/
|
|
124
|
-
import { default as default125 } from "./modules/icons/components/
|
|
125
|
-
import { default as default126 } from "./modules/icons/components/
|
|
126
|
-
import { default as default127 } from "./modules/icons/components/
|
|
127
|
-
import { default as default128 } from "./modules/icons/components/
|
|
128
|
-
import { default as default129 } from "./modules/icons/components/
|
|
129
|
-
import { default as default130 } from "./modules/icons/components/
|
|
130
|
-
import { default as default131 } from "./modules/icons/components/
|
|
131
|
-
import { default as default132 } from "./modules/icons/components/
|
|
132
|
-
import { default as default133 } from "./modules/icons/components/
|
|
133
|
-
import { default as default134 } from "./modules/icons/components/
|
|
134
|
-
import { default as default135 } from "./modules/icons/components/
|
|
135
|
-
import { default as default136 } from "./modules/icons/components/
|
|
136
|
-
import { default as default137 } from "./modules/icons/components/
|
|
137
|
-
import { default as default138 } from "./modules/icons/components/
|
|
138
|
-
import { default as default139 } from "./modules/icons/components/
|
|
139
|
-
import { default as default140 } from "./modules/icons/components/
|
|
140
|
-
import { default as default141 } from "./modules/icons/components/
|
|
141
|
-
import { default as default142 } from "./modules/icons/components/
|
|
142
|
-
import { default as default143 } from "./modules/icons/components/
|
|
143
|
-
import { default as default144 } from "./modules/icons/components/
|
|
144
|
-
import { default as default145 } from "./modules/icons/components/
|
|
145
|
-
import { default as default146 } from "./modules/icons/components/
|
|
146
|
-
import { default as default147 } from "./modules/icons/components/
|
|
147
|
-
import { default as default148 } from "./modules/icons/components/
|
|
148
|
-
import { default as default149 } from "./modules/icons/components/
|
|
149
|
-
import { default as default150 } from "./modules/icons/components/
|
|
150
|
-
import { default as default151 } from "./modules/icons/components/
|
|
151
|
-
import { default as default152 } from "./modules/icons/components/
|
|
152
|
-
import { default as default153 } from "./modules/icons/components/
|
|
153
|
-
import { default as default154 } from "./modules/icons/components/
|
|
154
|
-
import { default as default155 } from "./modules/icons/components/
|
|
155
|
-
import { default as default156 } from "./modules/icons/components/
|
|
156
|
-
import { default as default157 } from "./modules/icons/components/
|
|
157
|
-
import { default as default158 } from "./modules/icons/components/
|
|
158
|
-
import { default as default159 } from "./modules/icons/components/
|
|
159
|
-
import { default as default160 } from "./modules/icons/components/
|
|
160
|
-
import { default as default161 } from "./modules/icons/components/
|
|
161
|
-
import { default as default162 } from "./modules/icons/components/
|
|
162
|
-
import { default as default163 } from "./modules/icons/components/
|
|
163
|
-
import { default as default164 } from "./modules/icons/components/
|
|
164
|
-
import { default as default165 } from "./modules/icons/components/
|
|
165
|
-
import { default as default166 } from "./modules/icons/components/
|
|
166
|
-
import { default as default167 } from "./modules/icons/components/
|
|
167
|
-
import { default as default168 } from "./modules/icons/components/
|
|
168
|
-
import { default as default169 } from "./modules/icons/components/
|
|
169
|
-
import { default as default170 } from "./modules/icons/components/
|
|
170
|
-
import { default as default171 } from "./modules/icons/components/
|
|
171
|
-
import { default as default172 } from "./modules/icons/components/
|
|
172
|
-
import { default as default173 } from "./modules/icons/components/
|
|
173
|
-
import { default as default174 } from "./modules/icons/components/
|
|
174
|
-
import { default as default175 } from "./modules/icons/components/
|
|
175
|
-
import { default as default176 } from "./modules/icons/components/
|
|
176
|
-
import { default as default177 } from "./modules/icons/components/
|
|
177
|
-
import { default as default178 } from "./modules/icons/components/
|
|
3
|
+
import { default as default4 } from "./modules/icons/components/IconAdjustSettings.js";
|
|
4
|
+
import { default as default5 } from "./modules/icons/components/IconAiFill.js";
|
|
5
|
+
import { default as default6 } from "./modules/icons/components/IconAlertCircle.js";
|
|
6
|
+
import { default as default7 } from "./modules/icons/components/IconAlertTriangle.js";
|
|
7
|
+
import { default as default8 } from "./modules/icons/components/IconAlignCenter.js";
|
|
8
|
+
import { default as default9 } from "./modules/icons/components/IconAlignJustify.js";
|
|
9
|
+
import { default as default10 } from "./modules/icons/components/IconAlignLeft.js";
|
|
10
|
+
import { default as default11 } from "./modules/icons/components/IconAlignRight.js";
|
|
11
|
+
import { default as default12 } from "./modules/icons/components/IconAnswer.js";
|
|
12
|
+
import { default as default13 } from "./modules/icons/components/IconApplications.js";
|
|
13
|
+
import { default as default14 } from "./modules/icons/components/IconArrowDown.js";
|
|
14
|
+
import { default as default15 } from "./modules/icons/components/IconArrowLeft.js";
|
|
15
|
+
import { default as default16 } from "./modules/icons/components/IconArrowRight.js";
|
|
16
|
+
import { default as default17 } from "./modules/icons/components/IconArrowUp.js";
|
|
17
|
+
import { default as default18 } from "./modules/icons/components/IconBlock.js";
|
|
18
|
+
import { default as default19 } from "./modules/icons/components/IconBlur.js";
|
|
19
|
+
import { default as default20 } from "./modules/icons/components/IconBookmark.js";
|
|
20
|
+
import { default as default21 } from "./modules/icons/components/IconBulletList.js";
|
|
21
|
+
import { default as default22 } from "./modules/icons/components/IconBurgerMenu.js";
|
|
22
|
+
import { default as default23 } from "./modules/icons/components/IconCalendarEdit.js";
|
|
23
|
+
import { default as default24 } from "./modules/icons/components/IconCalendarLight.js";
|
|
24
|
+
import { default as default25 } from "./modules/icons/components/IconCalendar.js";
|
|
25
|
+
import { default as default26 } from "./modules/icons/components/IconCamera.js";
|
|
26
|
+
import { default as default27 } from "./modules/icons/components/IconCantoo.js";
|
|
27
|
+
import { default as default28 } from "./modules/icons/components/IconCenter.js";
|
|
28
|
+
import { default as default29 } from "./modules/icons/components/IconCheck.js";
|
|
29
|
+
import { default as default30 } from "./modules/icons/components/IconChecklist.js";
|
|
30
|
+
import { default as default31 } from "./modules/icons/components/IconClockAlert.js";
|
|
31
|
+
import { default as default32 } from "./modules/icons/components/IconClock.js";
|
|
32
|
+
import { default as default33 } from "./modules/icons/components/IconCloseFullScreen.js";
|
|
33
|
+
import { default as default34 } from "./modules/icons/components/IconClose.js";
|
|
34
|
+
import { default as default35 } from "./modules/icons/components/IconCode.js";
|
|
35
|
+
import { default as default36 } from "./modules/icons/components/IconCollect.js";
|
|
36
|
+
import { default as default37 } from "./modules/icons/components/IconCopy.js";
|
|
37
|
+
import { default as default38 } from "./modules/icons/components/IconCrop.js";
|
|
38
|
+
import { default as default39 } from "./modules/icons/components/IconCut.js";
|
|
39
|
+
import { default as default40 } from "./modules/icons/components/IconDeleteColor.js";
|
|
40
|
+
import { default as default41 } from "./modules/icons/components/IconDeleteColumnHighlight.js";
|
|
41
|
+
import { default as default42 } from "./modules/icons/components/IconDeleteColumn.js";
|
|
42
|
+
import { default as default43 } from "./modules/icons/components/IconDeleteRowHighlight.js";
|
|
43
|
+
import { default as default44 } from "./modules/icons/components/IconDeleteRow.js";
|
|
44
|
+
import { default as default45 } from "./modules/icons/components/IconDelete.js";
|
|
45
|
+
import { default as default46 } from "./modules/icons/components/IconDepositeInbox.js";
|
|
46
|
+
import { default as default47 } from "./modules/icons/components/IconDownload.js";
|
|
47
|
+
import { default as default48 } from "./modules/icons/components/IconEdit.js";
|
|
48
|
+
import { default as default49 } from "./modules/icons/components/IconError.js";
|
|
49
|
+
import { default as default50 } from "./modules/icons/components/IconExercizerAi.js";
|
|
50
|
+
import { default as default51 } from "./modules/icons/components/IconExternalLink.js";
|
|
51
|
+
import { default as default52 } from "./modules/icons/components/IconFiles.js";
|
|
52
|
+
import { default as default53 } from "./modules/icons/components/IconFilter.js";
|
|
53
|
+
import { default as default54 } from "./modules/icons/components/IconFlag.js";
|
|
54
|
+
import { default as default55 } from "./modules/icons/components/IconFolderAdd.js";
|
|
55
|
+
import { default as default56 } from "./modules/icons/components/IconFolderDelete.js";
|
|
56
|
+
import { default as default57 } from "./modules/icons/components/IconFolderMove.js";
|
|
57
|
+
import { default as default58 } from "./modules/icons/components/IconFolder.js";
|
|
58
|
+
import { default as default59 } from "./modules/icons/components/IconForgoing.js";
|
|
59
|
+
import { default as default60 } from "./modules/icons/components/IconFullScreen.js";
|
|
60
|
+
import { default as default61 } from "./modules/icons/components/IconGlobe2.js";
|
|
61
|
+
import { default as default62 } from "./modules/icons/components/IconGlobe.js";
|
|
62
|
+
import { default as default63 } from "./modules/icons/components/IconGroupAvatar.js";
|
|
63
|
+
import { default as default64 } from "./modules/icons/components/IconHandMove.js";
|
|
64
|
+
import { default as default65 } from "./modules/icons/components/IconHeadphone.js";
|
|
65
|
+
import { default as default66 } from "./modules/icons/components/IconHide.js";
|
|
66
|
+
import { default as default67 } from "./modules/icons/components/IconHighlightColumn.js";
|
|
67
|
+
import { default as default68 } from "./modules/icons/components/IconHighlightRow.js";
|
|
68
|
+
import { default as default69 } from "./modules/icons/components/IconHome.js";
|
|
69
|
+
import { default as default70 } from "./modules/icons/components/IconHourglass.js";
|
|
70
|
+
import { default as default71 } from "./modules/icons/components/IconImageSizeLarge.js";
|
|
71
|
+
import { default as default72 } from "./modules/icons/components/IconImageSizeMedium.js";
|
|
72
|
+
import { default as default73 } from "./modules/icons/components/IconImageSizeSmall.js";
|
|
73
|
+
import { default as default74 } from "./modules/icons/components/IconInbox.js";
|
|
74
|
+
import { default as default75 } from "./modules/icons/components/IconInfoCircle.js";
|
|
75
|
+
import { default as default76 } from "./modules/icons/components/IconInfoRectangle.js";
|
|
76
|
+
import { default as default77 } from "./modules/icons/components/IconLabel.js";
|
|
77
|
+
import { default as default78 } from "./modules/icons/components/IconLandscape.js";
|
|
78
|
+
import { default as default79 } from "./modules/icons/components/IconLibrary.js";
|
|
79
|
+
import { default as default80 } from "./modules/icons/components/IconLink.js";
|
|
80
|
+
import { default as default81 } from "./modules/icons/components/IconListOrder.js";
|
|
81
|
+
import { default as default82 } from "./modules/icons/components/IconLoader.js";
|
|
82
|
+
import { default as default83 } from "./modules/icons/components/IconLock.js";
|
|
83
|
+
import { default as default84 } from "./modules/icons/components/IconMailRecall.js";
|
|
84
|
+
import { default as default85 } from "./modules/icons/components/IconMail.js";
|
|
85
|
+
import { default as default86 } from "./modules/icons/components/IconMegaphone.js";
|
|
86
|
+
import { default as default87 } from "./modules/icons/components/IconMergeCells.js";
|
|
87
|
+
import { default as default88 } from "./modules/icons/components/IconMessageInfo.js";
|
|
88
|
+
import { default as default89 } from "./modules/icons/components/IconMicOff.js";
|
|
89
|
+
import { default as default90 } from "./modules/icons/components/IconMic.js";
|
|
90
|
+
import { default as default91 } from "./modules/icons/components/IconMinus.js";
|
|
91
|
+
import { default as default92 } from "./modules/icons/components/IconMove.js";
|
|
92
|
+
import { default as default93 } from "./modules/icons/components/IconNoColors.js";
|
|
93
|
+
import { default as default94 } from "./modules/icons/components/IconNotes.js";
|
|
94
|
+
import { default as default95 } from "./modules/icons/components/IconNotification.js";
|
|
95
|
+
import { default as default96 } from "./modules/icons/components/IconOptions.js";
|
|
96
|
+
import { default as default97 } from "./modules/icons/components/IconOrderedList.js";
|
|
97
|
+
import { default as default98 } from "./modules/icons/components/IconPaperclip.js";
|
|
98
|
+
import { default as default99 } from "./modules/icons/components/IconPause.js";
|
|
99
|
+
import { default as default100 } from "./modules/icons/components/IconPinOff.js";
|
|
100
|
+
import { default as default101 } from "./modules/icons/components/IconPinOn.js";
|
|
101
|
+
import { default as default102 } from "./modules/icons/components/IconPlaceholder.js";
|
|
102
|
+
import { default as default103 } from "./modules/icons/components/IconPlayFilled.js";
|
|
103
|
+
import { default as default104 } from "./modules/icons/components/IconPlay.js";
|
|
104
|
+
import { default as default105 } from "./modules/icons/components/IconPlus.js";
|
|
105
|
+
import { default as default106 } from "./modules/icons/components/IconPointerDefault.js";
|
|
106
|
+
import { default as default107 } from "./modules/icons/components/IconPointerHand.js";
|
|
107
|
+
import { default as default108 } from "./modules/icons/components/IconPrint.js";
|
|
108
|
+
import { default as default109 } from "./modules/icons/components/IconQuestionMark.js";
|
|
109
|
+
import { default as default110 } from "./modules/icons/components/IconQuestion.js";
|
|
110
|
+
import { default as default111 } from "./modules/icons/components/IconRafterDown.js";
|
|
111
|
+
import { default as default112 } from "./modules/icons/components/IconRafterLeft.js";
|
|
112
|
+
import { default as default113 } from "./modules/icons/components/IconRafterRight.js";
|
|
113
|
+
import { default as default114 } from "./modules/icons/components/IconRafterUp.js";
|
|
114
|
+
import { default as default115 } from "./modules/icons/components/IconReaction.js";
|
|
115
|
+
import { default as default116 } from "./modules/icons/components/IconReadMail.js";
|
|
116
|
+
import { default as default117 } from "./modules/icons/components/IconRecordPause.js";
|
|
117
|
+
import { default as default118 } from "./modules/icons/components/IconRecordStop.js";
|
|
118
|
+
import { default as default119 } from "./modules/icons/components/IconRecordVideo.js";
|
|
119
|
+
import { default as default120 } from "./modules/icons/components/IconRecord.js";
|
|
120
|
+
import { default as default121 } from "./modules/icons/components/IconRedo.js";
|
|
121
|
+
import { default as default122 } from "./modules/icons/components/IconRefresh.js";
|
|
122
|
+
import { default as default123 } from "./modules/icons/components/IconRender.js";
|
|
123
|
+
import { default as default124 } from "./modules/icons/components/IconReset.js";
|
|
124
|
+
import { default as default125 } from "./modules/icons/components/IconRestart.js";
|
|
125
|
+
import { default as default126 } from "./modules/icons/components/IconRestore.js";
|
|
126
|
+
import { default as default127 } from "./modules/icons/components/IconSave.js";
|
|
127
|
+
import { default as default128 } from "./modules/icons/components/IconSearch.js";
|
|
128
|
+
import { default as default129 } from "./modules/icons/components/IconSee.js";
|
|
129
|
+
import { default as default130 } from "./modules/icons/components/IconSend.js";
|
|
130
|
+
import { default as default131 } from "./modules/icons/components/IconSetBackground.js";
|
|
131
|
+
import { default as default132 } from "./modules/icons/components/IconSettings.js";
|
|
132
|
+
import { default as default133 } from "./modules/icons/components/IconShare.js";
|
|
133
|
+
import { default as default134 } from "./modules/icons/components/IconSignature.js";
|
|
134
|
+
import { default as default135 } from "./modules/icons/components/IconSmartphone.js";
|
|
135
|
+
import { default as default136 } from "./modules/icons/components/IconSmiley.js";
|
|
136
|
+
import { default as default137 } from "./modules/icons/components/IconSortAscendingLetters.js";
|
|
137
|
+
import { default as default138 } from "./modules/icons/components/IconSortDescendingLetters.js";
|
|
138
|
+
import { default as default139 } from "./modules/icons/components/IconSortDescending.js";
|
|
139
|
+
import { default as default140 } from "./modules/icons/components/IconSortTime.js";
|
|
140
|
+
import { default as default141 } from "./modules/icons/components/IconSpeechToText.js";
|
|
141
|
+
import { default as default142 } from "./modules/icons/components/IconSplitCells.js";
|
|
142
|
+
import { default as default143 } from "./modules/icons/components/IconSquareRoot.js";
|
|
143
|
+
import { default as default144 } from "./modules/icons/components/IconStarFull.js";
|
|
144
|
+
import { default as default145 } from "./modules/icons/components/IconStar.js";
|
|
145
|
+
import { default as default146 } from "./modules/icons/components/IconSubmitToValidate.js";
|
|
146
|
+
import { default as default147 } from "./modules/icons/components/IconSubscript.js";
|
|
147
|
+
import { default as default148 } from "./modules/icons/components/IconSuccessFill.js";
|
|
148
|
+
import { default as default149 } from "./modules/icons/components/IconSuccessOutline.js";
|
|
149
|
+
import { default as default150 } from "./modules/icons/components/IconSuperscript.js";
|
|
150
|
+
import { default as default151 } from "./modules/icons/components/IconTable.js";
|
|
151
|
+
import { default as default152 } from "./modules/icons/components/IconTeacher.js";
|
|
152
|
+
import { default as default153 } from "./modules/icons/components/IconTextBold.js";
|
|
153
|
+
import { default as default154 } from "./modules/icons/components/IconTextColor.js";
|
|
154
|
+
import { default as default155 } from "./modules/icons/components/IconTextHighlight.js";
|
|
155
|
+
import { default as default156 } from "./modules/icons/components/IconTextItalic.js";
|
|
156
|
+
import { default as default157 } from "./modules/icons/components/IconTextPage.js";
|
|
157
|
+
import { default as default158 } from "./modules/icons/components/IconTextSize.js";
|
|
158
|
+
import { default as default159 } from "./modules/icons/components/IconTextToSpeechOff.js";
|
|
159
|
+
import { default as default160 } from "./modules/icons/components/IconTextToSpeech.js";
|
|
160
|
+
import { default as default161 } from "./modules/icons/components/IconTextTypo.js";
|
|
161
|
+
import { default as default162 } from "./modules/icons/components/IconTextUnderline.js";
|
|
162
|
+
import { default as default163 } from "./modules/icons/components/IconTextVanilla.js";
|
|
163
|
+
import { default as default164 } from "./modules/icons/components/IconThumbDown.js";
|
|
164
|
+
import { default as default165 } from "./modules/icons/components/IconThumbUp.js";
|
|
165
|
+
import { default as default166 } from "./modules/icons/components/IconToolCenter.js";
|
|
166
|
+
import { default as default167 } from "./modules/icons/components/IconTool.js";
|
|
167
|
+
import { default as default168 } from "./modules/icons/components/IconTrendingUp.js";
|
|
168
|
+
import { default as default169 } from "./modules/icons/components/IconUndoAll.js";
|
|
169
|
+
import { default as default170 } from "./modules/icons/components/IconUndoSlashed.js";
|
|
170
|
+
import { default as default171 } from "./modules/icons/components/IconUndo.js";
|
|
171
|
+
import { default as default172 } from "./modules/icons/components/IconUnion.js";
|
|
172
|
+
import { default as default173 } from "./modules/icons/components/IconUnlink.js";
|
|
173
|
+
import { default as default174 } from "./modules/icons/components/IconUnlock.js";
|
|
174
|
+
import { default as default175 } from "./modules/icons/components/IconUnreadMail.js";
|
|
175
|
+
import { default as default176 } from "./modules/icons/components/IconUpload.js";
|
|
176
|
+
import { default as default177 } from "./modules/icons/components/IconUserSearch.js";
|
|
177
|
+
import { default as default178 } from "./modules/icons/components/IconUser.js";
|
|
178
|
+
import { default as default179 } from "./modules/icons/components/IconUsers.js";
|
|
179
|
+
import { default as default180 } from "./modules/icons/components/IconVideo.js";
|
|
180
|
+
import { default as default181 } from "./modules/icons/components/IconViewCalendar.js";
|
|
181
|
+
import { default as default182 } from "./modules/icons/components/IconViewList.js";
|
|
182
|
+
import { default as default183 } from "./modules/icons/components/IconWand.js";
|
|
183
|
+
import { default as default184 } from "./modules/icons/components/IconWrite.js";
|
|
184
|
+
import { default as default185 } from "./modules/icons/components/IconZoomIn.js";
|
|
185
|
+
import { default as default186 } from "./modules/icons/components/IconZoomOut.js";
|
|
178
186
|
export {
|
|
179
187
|
default3 as IconAdd,
|
|
180
188
|
default2 as IconAddUser,
|
|
181
|
-
default4 as
|
|
182
|
-
default5 as
|
|
183
|
-
default6 as
|
|
184
|
-
default7 as
|
|
185
|
-
default8 as
|
|
186
|
-
default9 as
|
|
187
|
-
default10 as
|
|
188
|
-
default11 as
|
|
189
|
-
default12 as
|
|
190
|
-
default13 as
|
|
191
|
-
default14 as
|
|
192
|
-
default15 as
|
|
193
|
-
default16 as
|
|
194
|
-
default17 as
|
|
195
|
-
default18 as
|
|
196
|
-
default19 as
|
|
197
|
-
default20 as
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
default26 as
|
|
204
|
-
default27 as
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
default35 as
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
default38 as
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
default42 as
|
|
220
|
-
|
|
221
|
-
default44 as
|
|
222
|
-
|
|
223
|
-
default46 as
|
|
224
|
-
default47 as
|
|
225
|
-
default48 as
|
|
226
|
-
default49 as
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
default54 as
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
default56 as
|
|
235
|
-
|
|
236
|
-
default59 as
|
|
237
|
-
default60 as
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
default63 as
|
|
241
|
-
default64 as
|
|
242
|
-
default65 as
|
|
243
|
-
default66 as
|
|
244
|
-
default67 as
|
|
245
|
-
default68 as
|
|
246
|
-
default69 as
|
|
247
|
-
default70 as
|
|
248
|
-
default71 as
|
|
249
|
-
default72 as
|
|
250
|
-
default73 as
|
|
251
|
-
default74 as
|
|
252
|
-
default75 as
|
|
253
|
-
default76 as
|
|
254
|
-
default77 as
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
default80 as
|
|
258
|
-
default81 as
|
|
259
|
-
default82 as
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
default86 as
|
|
264
|
-
default87 as
|
|
265
|
-
default88 as
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
default91 as
|
|
269
|
-
default92 as
|
|
270
|
-
default93 as
|
|
271
|
-
default94 as
|
|
272
|
-
default95 as
|
|
273
|
-
default96 as
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
default99 as
|
|
277
|
-
default100 as
|
|
278
|
-
default101 as
|
|
279
|
-
default102 as
|
|
280
|
-
default104 as
|
|
281
|
-
default103 as
|
|
282
|
-
default105 as
|
|
283
|
-
default106 as
|
|
284
|
-
default107 as
|
|
285
|
-
default108 as
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
default115 as
|
|
293
|
-
default116 as
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
default121 as
|
|
299
|
-
default122 as
|
|
300
|
-
default123 as
|
|
301
|
-
default124 as
|
|
302
|
-
default125 as
|
|
303
|
-
default126 as
|
|
304
|
-
default127 as
|
|
305
|
-
default128 as
|
|
306
|
-
default129 as
|
|
307
|
-
default130 as
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
default133 as
|
|
311
|
-
default134 as
|
|
312
|
-
default135 as
|
|
313
|
-
default136 as
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
default140 as
|
|
318
|
-
default141 as
|
|
319
|
-
default142 as
|
|
320
|
-
default143 as
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
default146 as
|
|
324
|
-
default147 as
|
|
325
|
-
default148 as
|
|
326
|
-
default149 as
|
|
327
|
-
default150 as
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
default153 as
|
|
331
|
-
default154 as
|
|
332
|
-
default155 as
|
|
333
|
-
default156 as
|
|
334
|
-
default157 as
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
default164 as
|
|
342
|
-
default165 as
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
default168 as
|
|
346
|
-
|
|
347
|
-
default169 as
|
|
348
|
-
|
|
349
|
-
default172 as
|
|
350
|
-
default173 as
|
|
351
|
-
default174 as
|
|
352
|
-
default175 as
|
|
353
|
-
default176 as
|
|
354
|
-
|
|
355
|
-
|
|
189
|
+
default4 as IconAdjustSettings,
|
|
190
|
+
default5 as IconAiFill,
|
|
191
|
+
default6 as IconAlertCircle,
|
|
192
|
+
default7 as IconAlertTriangle,
|
|
193
|
+
default8 as IconAlignCenter,
|
|
194
|
+
default9 as IconAlignJustify,
|
|
195
|
+
default10 as IconAlignLeft,
|
|
196
|
+
default11 as IconAlignRight,
|
|
197
|
+
default12 as IconAnswer,
|
|
198
|
+
default13 as IconApplications,
|
|
199
|
+
default14 as IconArrowDown,
|
|
200
|
+
default15 as IconArrowLeft,
|
|
201
|
+
default16 as IconArrowRight,
|
|
202
|
+
default17 as IconArrowUp,
|
|
203
|
+
default18 as IconBlock,
|
|
204
|
+
default19 as IconBlur,
|
|
205
|
+
default20 as IconBookmark,
|
|
206
|
+
default21 as IconBulletList,
|
|
207
|
+
default22 as IconBurgerMenu,
|
|
208
|
+
default25 as IconCalendar,
|
|
209
|
+
default23 as IconCalendarEdit,
|
|
210
|
+
default24 as IconCalendarLight,
|
|
211
|
+
default26 as IconCamera,
|
|
212
|
+
default27 as IconCantoo,
|
|
213
|
+
default28 as IconCenter,
|
|
214
|
+
default29 as IconCheck,
|
|
215
|
+
default30 as IconChecklist,
|
|
216
|
+
default32 as IconClock,
|
|
217
|
+
default31 as IconClockAlert,
|
|
218
|
+
default34 as IconClose,
|
|
219
|
+
default33 as IconCloseFullScreen,
|
|
220
|
+
default35 as IconCode,
|
|
221
|
+
default36 as IconCollect,
|
|
222
|
+
default37 as IconCopy,
|
|
223
|
+
default38 as IconCrop,
|
|
224
|
+
default39 as IconCut,
|
|
225
|
+
default45 as IconDelete,
|
|
226
|
+
default40 as IconDeleteColor,
|
|
227
|
+
default42 as IconDeleteColumn,
|
|
228
|
+
default41 as IconDeleteColumnHighlight,
|
|
229
|
+
default44 as IconDeleteRow,
|
|
230
|
+
default43 as IconDeleteRowHighlight,
|
|
231
|
+
default46 as IconDepositeInbox,
|
|
232
|
+
default47 as IconDownload,
|
|
233
|
+
default48 as IconEdit,
|
|
234
|
+
default49 as IconError,
|
|
235
|
+
default50 as IconExercizerAi,
|
|
236
|
+
default51 as IconExternalLink,
|
|
237
|
+
default52 as IconFiles,
|
|
238
|
+
default53 as IconFilter,
|
|
239
|
+
default54 as IconFlag,
|
|
240
|
+
default58 as IconFolder,
|
|
241
|
+
default55 as IconFolderAdd,
|
|
242
|
+
default56 as IconFolderDelete,
|
|
243
|
+
default57 as IconFolderMove,
|
|
244
|
+
default59 as IconForgoing,
|
|
245
|
+
default60 as IconFullScreen,
|
|
246
|
+
default62 as IconGlobe,
|
|
247
|
+
default61 as IconGlobe2,
|
|
248
|
+
default63 as IconGroupAvatar,
|
|
249
|
+
default64 as IconHandMove,
|
|
250
|
+
default65 as IconHeadphone,
|
|
251
|
+
default66 as IconHide,
|
|
252
|
+
default67 as IconHighlightColumn,
|
|
253
|
+
default68 as IconHighlightRow,
|
|
254
|
+
default69 as IconHome,
|
|
255
|
+
default70 as IconHourglass,
|
|
256
|
+
default71 as IconImageSizeLarge,
|
|
257
|
+
default72 as IconImageSizeMedium,
|
|
258
|
+
default73 as IconImageSizeSmall,
|
|
259
|
+
default74 as IconInbox,
|
|
260
|
+
default75 as IconInfoCircle,
|
|
261
|
+
default76 as IconInfoRectangle,
|
|
262
|
+
default77 as IconLabel,
|
|
263
|
+
default78 as IconLandscape,
|
|
264
|
+
default79 as IconLibrary,
|
|
265
|
+
default80 as IconLink,
|
|
266
|
+
default81 as IconListOrder,
|
|
267
|
+
default82 as IconLoader,
|
|
268
|
+
default83 as IconLock,
|
|
269
|
+
default85 as IconMail,
|
|
270
|
+
default84 as IconMailRecall,
|
|
271
|
+
default86 as IconMegaphone,
|
|
272
|
+
default87 as IconMergeCells,
|
|
273
|
+
default88 as IconMessageInfo,
|
|
274
|
+
default90 as IconMic,
|
|
275
|
+
default89 as IconMicOff,
|
|
276
|
+
default91 as IconMinus,
|
|
277
|
+
default92 as IconMove,
|
|
278
|
+
default93 as IconNoColors,
|
|
279
|
+
default94 as IconNotes,
|
|
280
|
+
default95 as IconNotification,
|
|
281
|
+
default96 as IconOptions,
|
|
282
|
+
default97 as IconOrderedList,
|
|
283
|
+
default98 as IconPaperclip,
|
|
284
|
+
default99 as IconPause,
|
|
285
|
+
default100 as IconPinOff,
|
|
286
|
+
default101 as IconPinOn,
|
|
287
|
+
default102 as IconPlaceholder,
|
|
288
|
+
default104 as IconPlay,
|
|
289
|
+
default103 as IconPlayFilled,
|
|
290
|
+
default105 as IconPlus,
|
|
291
|
+
default106 as IconPointerDefault,
|
|
292
|
+
default107 as IconPointerHand,
|
|
293
|
+
default108 as IconPrint,
|
|
294
|
+
default110 as IconQuestion,
|
|
295
|
+
default109 as IconQuestionMark,
|
|
296
|
+
default111 as IconRafterDown,
|
|
297
|
+
default112 as IconRafterLeft,
|
|
298
|
+
default113 as IconRafterRight,
|
|
299
|
+
default114 as IconRafterUp,
|
|
300
|
+
default115 as IconReaction,
|
|
301
|
+
default116 as IconReadMail,
|
|
302
|
+
default120 as IconRecord,
|
|
303
|
+
default117 as IconRecordPause,
|
|
304
|
+
default118 as IconRecordStop,
|
|
305
|
+
default119 as IconRecordVideo,
|
|
306
|
+
default121 as IconRedo,
|
|
307
|
+
default122 as IconRefresh,
|
|
308
|
+
default123 as IconRender,
|
|
309
|
+
default124 as IconReset,
|
|
310
|
+
default125 as IconRestart,
|
|
311
|
+
default126 as IconRestore,
|
|
312
|
+
default127 as IconSave,
|
|
313
|
+
default128 as IconSearch,
|
|
314
|
+
default129 as IconSee,
|
|
315
|
+
default130 as IconSend,
|
|
316
|
+
default131 as IconSetBackground,
|
|
317
|
+
default132 as IconSettings,
|
|
318
|
+
default133 as IconShare,
|
|
319
|
+
default134 as IconSignature,
|
|
320
|
+
default135 as IconSmartphone,
|
|
321
|
+
default136 as IconSmiley,
|
|
322
|
+
default137 as IconSortAscendingLetters,
|
|
323
|
+
default139 as IconSortDescending,
|
|
324
|
+
default138 as IconSortDescendingLetters,
|
|
325
|
+
default140 as IconSortTime,
|
|
326
|
+
default141 as IconSpeechToText,
|
|
327
|
+
default142 as IconSplitCells,
|
|
328
|
+
default143 as IconSquareRoot,
|
|
329
|
+
default145 as IconStar,
|
|
330
|
+
default144 as IconStarFull,
|
|
331
|
+
default146 as IconSubmitToValidate,
|
|
332
|
+
default147 as IconSubscript,
|
|
333
|
+
default148 as IconSuccessFill,
|
|
334
|
+
default149 as IconSuccessOutline,
|
|
335
|
+
default150 as IconSuperscript,
|
|
336
|
+
default151 as IconTable,
|
|
337
|
+
default152 as IconTeacher,
|
|
338
|
+
default153 as IconTextBold,
|
|
339
|
+
default154 as IconTextColor,
|
|
340
|
+
default155 as IconTextHighlight,
|
|
341
|
+
default156 as IconTextItalic,
|
|
342
|
+
default157 as IconTextPage,
|
|
343
|
+
default158 as IconTextSize,
|
|
344
|
+
default160 as IconTextToSpeech,
|
|
345
|
+
default159 as IconTextToSpeechOff,
|
|
346
|
+
default161 as IconTextTypo,
|
|
347
|
+
default162 as IconTextUnderline,
|
|
348
|
+
default163 as IconTextVanilla,
|
|
349
|
+
default164 as IconThumbDown,
|
|
350
|
+
default165 as IconThumbUp,
|
|
351
|
+
default167 as IconTool,
|
|
352
|
+
default166 as IconToolCenter,
|
|
353
|
+
default168 as IconTrendingUp,
|
|
354
|
+
default171 as IconUndo,
|
|
355
|
+
default169 as IconUndoAll,
|
|
356
|
+
default170 as IconUndoSlashed,
|
|
357
|
+
default172 as IconUnion,
|
|
358
|
+
default173 as IconUnlink,
|
|
359
|
+
default174 as IconUnlock,
|
|
360
|
+
default175 as IconUnreadMail,
|
|
361
|
+
default176 as IconUpload,
|
|
362
|
+
default178 as IconUser,
|
|
363
|
+
default177 as IconUserSearch,
|
|
364
|
+
default179 as IconUsers,
|
|
365
|
+
default180 as IconVideo,
|
|
366
|
+
default181 as IconViewCalendar,
|
|
367
|
+
default182 as IconViewList,
|
|
368
|
+
default183 as IconWand,
|
|
369
|
+
default184 as IconWrite,
|
|
370
|
+
default185 as IconZoomIn,
|
|
371
|
+
default186 as IconZoomOut
|
|
356
372
|
};
|