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