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