@volverjs/ui-vue 0.0.13 → 0.0.14

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.
Files changed (268) hide show
  1. package/dist/Volver.d.ts +121 -0
  2. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +68 -0
  3. package/dist/components/VvAccordion/index.d.ts +47 -0
  4. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +98 -0
  5. package/dist/components/VvAccordionGroup/index.d.ts +54 -0
  6. package/dist/components/VvAction/VvAction.vue.d.ts +110 -0
  7. package/dist/components/VvAction/index.d.ts +45 -0
  8. package/dist/components/VvAlert/VvAlert.vue.d.ts +124 -0
  9. package/dist/components/VvAlert/index.d.ts +104 -0
  10. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +97 -0
  11. package/dist/components/VvAlertGroup/index.d.ts +47 -0
  12. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +24 -0
  13. package/dist/components/VvAvatar/index.d.ts +10 -0
  14. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +50 -0
  15. package/dist/components/VvAvatarGroup/index.d.ts +28 -0
  16. package/dist/components/VvBadge/VvBadge.vue.d.ts +24 -0
  17. package/dist/components/VvBadge/index.d.ts +7 -0
  18. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +39 -0
  19. package/dist/components/VvBreadcrumb/index.d.ts +8 -0
  20. package/dist/components/VvButton/VvButton.vue.d.ts +221 -0
  21. package/dist/components/VvButton/index.d.ts +131 -0
  22. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +84 -0
  23. package/dist/components/VvButtonGroup/index.d.ts +37 -0
  24. package/dist/components/VvCard/VvCard.vue.d.ts +30 -0
  25. package/dist/components/VvCard/index.d.ts +7 -0
  26. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +187 -0
  27. package/dist/components/VvCheckbox/index.d.ts +94 -0
  28. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +212 -0
  29. package/dist/components/VvCheckboxGroup/index.d.ts +79 -0
  30. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +346 -0
  31. package/dist/components/VvCombobox/index.d.ts +694 -0
  32. package/dist/components/VvDialog/VvDialog.vue.d.ts +73 -0
  33. package/dist/components/VvDialog/index.d.ts +45 -0
  34. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +258 -0
  35. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +118 -0
  36. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +22 -0
  37. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +22 -0
  38. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +82 -0
  39. package/dist/components/VvDropdown/index.d.ts +120 -0
  40. package/dist/components/VvIcon/VvIcon.vue.d.ts +6 -0
  41. package/dist/components/VvIcon/index.d.ts +86 -0
  42. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +361 -0
  43. package/dist/components/VvInputFile/index.d.ts +204 -0
  44. package/dist/components/VvInputText/VvInputText.vue.d.ts +524 -0
  45. package/dist/components/VvInputText/VvInputTextActions.d.ts +4 -0
  46. package/dist/components/VvInputText/index.d.ts +313 -0
  47. package/dist/components/VvNav/VvNav.vue.d.ts +48 -0
  48. package/dist/components/VvNav/VvNavItem.vue.d.ts +14 -0
  49. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +3 -0
  50. package/dist/components/VvNav/index.d.ts +11 -0
  51. package/dist/components/VvProgress/VvProgress.vue.d.ts +38 -0
  52. package/dist/components/VvProgress/index.d.ts +33 -0
  53. package/dist/components/VvRadio/VvRadio.vue.d.ts +179 -0
  54. package/dist/components/VvRadio/index.d.ts +80 -0
  55. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +212 -0
  56. package/dist/components/VvRadioGroup/index.d.ts +79 -0
  57. package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -0
  58. package/dist/components/VvSelect/index.d.ts +298 -0
  59. package/dist/components/VvTab/VvTab.vue.d.ts +64 -0
  60. package/dist/components/VvTab/index.d.ts +19 -0
  61. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +384 -0
  62. package/dist/components/VvTextarea/index.d.ts +190 -0
  63. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +37 -0
  64. package/dist/components/VvTooltip/index.d.ts +19 -0
  65. package/dist/components/VvVirtualScroll/VvVirtualScroll.vue.d.ts +51 -0
  66. package/dist/components/common/HintSlot.d.ts +57 -0
  67. package/dist/components/common/VvInputClearAction.d.ts +52 -0
  68. package/dist/components/common/VvInputPasswordAction.d.ts +71 -0
  69. package/dist/components/common/VvInputStepAction.d.ts +50 -0
  70. package/dist/components/index.d.ts +34 -0
  71. package/dist/composables/alert/useAlerInject.d.ts +4 -0
  72. package/dist/composables/alert/useAlert.d.ts +92 -0
  73. package/dist/composables/alert/useAlertProvide.d.ts +10 -0
  74. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  75. package/dist/composables/dropdown/useDropdownInject.d.ts +12 -0
  76. package/dist/composables/dropdown/useDropdownProvide.d.ts +40 -0
  77. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  78. package/dist/composables/group/useGroupStateInject.d.ts +9 -0
  79. package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
  80. package/dist/composables/index.d.ts +5 -0
  81. package/dist/composables/useBlurhash.d.ts +7 -0
  82. package/dist/composables/useComponentFocus.d.ts +4 -0
  83. package/dist/composables/useComponentIcon.d.ts +11 -0
  84. package/dist/composables/useDebouncedInput.d.ts +5 -0
  85. package/dist/composables/useDefaults.d.ts +2 -0
  86. package/dist/composables/useModifiers.d.ts +2 -0
  87. package/dist/composables/useOptions.d.ts +8 -0
  88. package/dist/composables/usePersistence.d.ts +3 -0
  89. package/dist/composables/useTextCount.d.ts +10 -0
  90. package/dist/composables/useUniqueId.d.ts +2 -0
  91. package/dist/composables/useVirtualScroll.d.ts +35 -0
  92. package/dist/composables/useVolver.d.ts +4 -0
  93. package/dist/constants.d.ts +104 -0
  94. package/dist/directives/index.d.ts +3 -0
  95. package/dist/directives/v-contextmenu.d.ts +3 -0
  96. package/dist/directives/v-tooltip.d.ts +3 -0
  97. package/dist/icons.d.ts +1889 -0
  98. package/dist/index.d.ts +10 -0
  99. package/dist/json-render/catalog.d.ts +395 -0
  100. package/dist/json-render/components.d.ts +111 -0
  101. package/dist/json-render/definitions.d.ts +697 -0
  102. package/dist/json-render/index.d.ts +55 -0
  103. package/dist/json-render/registry.d.ts +34 -0
  104. package/dist/props/index.d.ts +959 -0
  105. package/dist/resolvers/unplugin.d.ts +38 -0
  106. package/dist/stories/Accordion/Accordion.settings.d.ts +9 -0
  107. package/dist/stories/Accordion/Accordion.stories.d.ts +7 -0
  108. package/dist/stories/Accordion/Accordion.test.d.ts +2 -0
  109. package/dist/stories/Accordion/AccordionSlots.stories.d.ts +7 -0
  110. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +13 -0
  111. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +9 -0
  112. package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +2 -0
  113. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1788 -0
  114. package/dist/stories/Alert/Alert.settings.d.ts +4 -0
  115. package/dist/stories/Alert/Alert.stories.d.ts +9 -0
  116. package/dist/stories/Alert/Alert.test.d.ts +2 -0
  117. package/dist/stories/Alert/AlertModifiers.stories.d.ts +13 -0
  118. package/dist/stories/Alert/AlertSlots.stories.d.ts +10 -0
  119. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +14 -0
  120. package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +8 -0
  121. package/dist/stories/AlertGroup/AlertGroup.test.d.ts +2 -0
  122. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +14 -0
  123. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +8 -0
  124. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +4 -0
  125. package/dist/stories/Avatar/Avatar.settings.d.ts +5 -0
  126. package/dist/stories/Avatar/Avatar.stories.d.ts +7 -0
  127. package/dist/stories/Avatar/Avatar.test.d.ts +2 -0
  128. package/dist/stories/Avatar/AvatarBadge.stories.d.ts +6 -0
  129. package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +13 -0
  130. package/dist/stories/Avatar/AvatarSlots.stories.d.ts +6 -0
  131. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +14 -0
  132. package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +6 -0
  133. package/dist/stories/AvatarGroup/AvatarGroup.test.d.ts +2 -0
  134. package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +7 -0
  135. package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +6 -0
  136. package/dist/stories/Badge/Badge.settings.d.ts +5 -0
  137. package/dist/stories/Badge/Badge.stories.d.ts +7 -0
  138. package/dist/stories/Badge/Badge.test.d.ts +2 -0
  139. package/dist/stories/Badge/BadgeSlots.stories.d.ts +6 -0
  140. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  141. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +13 -0
  142. package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  143. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +2 -0
  144. package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +6 -0
  145. package/dist/stories/Button/Button.settings.d.ts +4 -0
  146. package/dist/stories/Button/Button.stories.d.ts +6 -0
  147. package/dist/stories/Button/Button.test.d.ts +2 -0
  148. package/dist/stories/Button/ButtonIcon.stories.d.ts +10 -0
  149. package/dist/stories/Button/ButtonLink.stories.d.ts +7 -0
  150. package/dist/stories/Button/ButtonLoading.stories.d.ts +8 -0
  151. package/dist/stories/Button/ButtonModifiers.stories.d.ts +17 -0
  152. package/dist/stories/Button/ButtonSlots.stories.d.ts +9 -0
  153. package/dist/stories/Button/ButtonState.stories.d.ts +8 -0
  154. package/dist/stories/Button/ButtonToggle.stories.d.ts +9 -0
  155. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +5 -0
  156. package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +6 -0
  157. package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +2 -0
  158. package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +8 -0
  159. package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +6 -0
  160. package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +8 -0
  161. package/dist/stories/Card/Card.settings.d.ts +6 -0
  162. package/dist/stories/Card/Card.stories.d.ts +6 -0
  163. package/dist/stories/Card/Card.test.d.ts +2 -0
  164. package/dist/stories/Card/CardSlots.stories.d.ts +9 -0
  165. package/dist/stories/Checkbox/Checkbox.settings.d.ts +15 -0
  166. package/dist/stories/Checkbox/Checkbox.stories.d.ts +13 -0
  167. package/dist/stories/Checkbox/Checkbox.test.d.ts +2 -0
  168. package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +7 -0
  169. package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +7 -0
  170. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +12 -0
  171. package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +12 -0
  172. package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +2 -0
  173. package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +8 -0
  174. package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +7 -0
  175. package/dist/stories/Combobox/Combobox.settings.d.ts +4 -0
  176. package/dist/stories/Combobox/Combobox.stories.d.ts +24 -0
  177. package/dist/stories/Combobox/Combobox.test.d.ts +2 -0
  178. package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +8 -0
  179. package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +9 -0
  180. package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +11 -0
  181. package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +10 -0
  182. package/dist/stories/Dialog/Dialog.settings.d.ts +10 -0
  183. package/dist/stories/Dialog/Dialog.stories.d.ts +7 -0
  184. package/dist/stories/Dialog/Dialog.test.d.ts +2 -0
  185. package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
  186. package/dist/stories/Dialog/DialogSlots.stories.d.ts +8 -0
  187. package/dist/stories/Dropdown/Dropdown.settings.d.ts +5 -0
  188. package/dist/stories/Dropdown/Dropdown.stories.d.ts +9 -0
  189. package/dist/stories/Dropdown/Dropdown.test.d.ts +2 -0
  190. package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +6 -0
  191. package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +6 -0
  192. package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +8 -0
  193. package/dist/stories/Icon/Icon.settings.d.ts +7 -0
  194. package/dist/stories/Icon/Icon.stories.d.ts +8 -0
  195. package/dist/stories/Icon/IconsCollection.stories.d.ts +6 -0
  196. package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
  197. package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
  198. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  199. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  200. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  201. package/dist/stories/InputText/InputText.settings.d.ts +11 -0
  202. package/dist/stories/InputText/InputText.stories.d.ts +16 -0
  203. package/dist/stories/InputText/InputText.test.d.ts +5 -0
  204. package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +8 -0
  205. package/dist/stories/InputText/InputTextIso.stories.d.ts +10 -0
  206. package/dist/stories/InputText/InputTextLength.stories.d.ts +10 -0
  207. package/dist/stories/InputText/InputTextMask.stories.d.ts +12 -0
  208. package/dist/stories/InputText/InputTextMinMax.stories.d.ts +9 -0
  209. package/dist/stories/InputText/InputTextSlots.stories.d.ts +8 -0
  210. package/dist/stories/InputText/InputTextSuggestions.stories.d.ts +8 -0
  211. package/dist/stories/InputText/InputTextType.stories.d.ts +18 -0
  212. package/dist/stories/Nav/Nav.settings.d.ts +4 -0
  213. package/dist/stories/Nav/Nav.stories.d.ts +6 -0
  214. package/dist/stories/Nav/Nav.test.d.ts +2 -0
  215. package/dist/stories/Nav/NavModifiers.stories.d.ts +9 -0
  216. package/dist/stories/Progress/Progress.settings.d.ts +7 -0
  217. package/dist/stories/Progress/Progress.stories.d.ts +7 -0
  218. package/dist/stories/Progress/Progress.test.d.ts +2 -0
  219. package/dist/stories/Radio/Radio.settings.d.ts +12 -0
  220. package/dist/stories/Radio/Radio.stories.d.ts +11 -0
  221. package/dist/stories/Radio/Radio.test.d.ts +2 -0
  222. package/dist/stories/Radio/RadioSlots.stories.d.ts +7 -0
  223. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +12 -0
  224. package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +12 -0
  225. package/dist/stories/RadioGroup/RadioGroup.test.d.ts +2 -0
  226. package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +8 -0
  227. package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +7 -0
  228. package/dist/stories/Select/Select.settings.d.ts +8 -0
  229. package/dist/stories/Select/Select.stories.d.ts +16 -0
  230. package/dist/stories/Select/Select.test.d.ts +2 -0
  231. package/dist/stories/Select/SelectIconPosition.stories.d.ts +8 -0
  232. package/dist/stories/Select/SelectOptions.stories.d.ts +9 -0
  233. package/dist/stories/Select/SelectSlots.stories.d.ts +8 -0
  234. package/dist/stories/Tab/Tab.settings.d.ts +4 -0
  235. package/dist/stories/Tab/Tab.stories.d.ts +6 -0
  236. package/dist/stories/Tab/Tab.test.d.ts +2 -0
  237. package/dist/stories/Textarea/Textarea.settings.d.ts +9 -0
  238. package/dist/stories/Textarea/Textarea.stories.d.ts +14 -0
  239. package/dist/stories/Textarea/Textarea.test.d.ts +2 -0
  240. package/dist/stories/Textarea/TextareaLength.stories.d.ts +10 -0
  241. package/dist/stories/Textarea/TextareaSlots.stories.d.ts +8 -0
  242. package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +8 -0
  243. package/dist/stories/Tooltip/Tooltip.settings.d.ts +5 -0
  244. package/dist/stories/Tooltip/Tooltip.stories.d.ts +6 -0
  245. package/dist/stories/Tooltip/Tooltip.test.d.ts +2 -0
  246. package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +10 -0
  247. package/dist/stories/VirtualScroll/VirtualScroll.settings.d.ts +5 -0
  248. package/dist/stories/VirtualScroll/VirtualScroll.stories.d.ts +7 -0
  249. package/dist/stories/VirtualScroll/VirtualScroll.test.d.ts +2 -0
  250. package/dist/stories/VirtualScroll/VirtualScrollWithComposable.stories.d.ts +4 -0
  251. package/dist/stories/argTypes.d.ts +56 -0
  252. package/dist/test/expect.d.ts +18 -0
  253. package/dist/test/options.d.ts +1 -0
  254. package/dist/test/sleep.d.ts +1 -0
  255. package/dist/types/alert.d.ts +15 -0
  256. package/dist/types/blurhash.d.ts +12 -0
  257. package/dist/types/floating-ui.d.ts +15 -0
  258. package/dist/types/generic.d.ts +4 -0
  259. package/dist/types/group.d.ts +59 -0
  260. package/dist/types/index.d.ts +7 -0
  261. package/dist/types/input-file.d.ts +9 -0
  262. package/dist/types/nav.d.ts +17 -0
  263. package/dist/utils/DateUtilities.d.ts +14 -0
  264. package/dist/utils/DomUtilities.d.ts +1 -0
  265. package/dist/utils/FileUtilities.d.ts +14 -0
  266. package/dist/utils/ObjectUtilities.d.ts +82 -0
  267. package/dist/workers/blurhash.d.ts +1 -0
  268. package/package.json +3 -2
@@ -0,0 +1,1889 @@
1
+ import detailed from './assets/icons/detailed.json';
2
+ import normal from './assets/icons/normal.json';
3
+ import simple from './assets/icons/simple.json';
4
+ declare const _default: ({
5
+ prefix: string;
6
+ icons: {
7
+ add: {
8
+ body: string;
9
+ };
10
+ "add-circle": {
11
+ body: string;
12
+ };
13
+ "align-center": {
14
+ body: string;
15
+ };
16
+ "align-justify": {
17
+ body: string;
18
+ };
19
+ "align-left": {
20
+ body: string;
21
+ };
22
+ "align-right": {
23
+ body: string;
24
+ };
25
+ analysis: {
26
+ body: string;
27
+ };
28
+ "analysis-2": {
29
+ body: string;
30
+ };
31
+ "analysis-3": {
32
+ body: string;
33
+ };
34
+ apple: {
35
+ body: string;
36
+ };
37
+ "arrow-down": {
38
+ body: string;
39
+ };
40
+ "arrow-left": {
41
+ body: string;
42
+ };
43
+ "arrow-right": {
44
+ body: string;
45
+ };
46
+ "arrow-up": {
47
+ body: string;
48
+ };
49
+ attachment: {
50
+ body: string;
51
+ };
52
+ "back-to-front": {
53
+ body: string;
54
+ };
55
+ bell: {
56
+ body: string;
57
+ };
58
+ "bell-active": {
59
+ body: string;
60
+ };
61
+ bold: {
62
+ body: string;
63
+ };
64
+ bookmark: {
65
+ body: string;
66
+ };
67
+ "bookmark-active": {
68
+ body: string;
69
+ };
70
+ building: {
71
+ body: string;
72
+ };
73
+ "bullet-list": {
74
+ body: string;
75
+ };
76
+ calendar: {
77
+ body: string;
78
+ };
79
+ "camera-off": {
80
+ body: string;
81
+ };
82
+ "camera-on": {
83
+ body: string;
84
+ };
85
+ catalog: {
86
+ body: string;
87
+ };
88
+ certificate: {
89
+ body: string;
90
+ };
91
+ chat: {
92
+ body: string;
93
+ };
94
+ check: {
95
+ body: string;
96
+ };
97
+ "check-badge": {
98
+ body: string;
99
+ };
100
+ "check-circle": {
101
+ body: string;
102
+ };
103
+ checkbox: {
104
+ body: string;
105
+ };
106
+ "chevron-down": {
107
+ body: string;
108
+ };
109
+ "chevron-down-circle": {
110
+ body: string;
111
+ };
112
+ "chevron-left": {
113
+ body: string;
114
+ };
115
+ "chevron-left-circle": {
116
+ body: string;
117
+ };
118
+ "chevron-right-circle": {
119
+ body: string;
120
+ };
121
+ "chevron-up": {
122
+ body: string;
123
+ };
124
+ "chevron-up-circle": {
125
+ body: string;
126
+ };
127
+ circle: {
128
+ body: string;
129
+ };
130
+ classroom: {
131
+ body: string;
132
+ };
133
+ "clear-field": {
134
+ body: string;
135
+ };
136
+ "clear-style": {
137
+ body: string;
138
+ };
139
+ close: {
140
+ body: string;
141
+ };
142
+ "close-circle": {
143
+ body: string;
144
+ };
145
+ "close-loader": {
146
+ body: string;
147
+ };
148
+ coffee: {
149
+ body: string;
150
+ };
151
+ color: {
152
+ body: string;
153
+ };
154
+ "contact-us": {
155
+ body: string;
156
+ };
157
+ copy: {
158
+ body: string;
159
+ };
160
+ courses: {
161
+ body: string;
162
+ };
163
+ dashboard: {
164
+ body: string;
165
+ };
166
+ download: {
167
+ body: string;
168
+ };
169
+ drag: {
170
+ body: string;
171
+ };
172
+ duplicate: {
173
+ body: string;
174
+ };
175
+ edit: {
176
+ body: string;
177
+ };
178
+ elearning: {
179
+ body: string;
180
+ };
181
+ email: {
182
+ body: string;
183
+ };
184
+ error: {
185
+ body: string;
186
+ };
187
+ "error-2": {
188
+ body: string;
189
+ };
190
+ exercise: {
191
+ body: string;
192
+ };
193
+ "external-link": {
194
+ body: string;
195
+ };
196
+ extract: {
197
+ body: string;
198
+ width: number;
199
+ height: number;
200
+ };
201
+ "eye-off": {
202
+ body: string;
203
+ };
204
+ "eye-on": {
205
+ body: string;
206
+ };
207
+ fail: {
208
+ body: string;
209
+ };
210
+ "fast-back": {
211
+ body: string;
212
+ };
213
+ "fast-forward": {
214
+ body: string;
215
+ };
216
+ file: {
217
+ body: string;
218
+ };
219
+ "file-add": {
220
+ body: string;
221
+ };
222
+ "file-duplicate": {
223
+ body: string;
224
+ };
225
+ "file-remove": {
226
+ body: string;
227
+ };
228
+ "file-required": {
229
+ body: string;
230
+ };
231
+ filter: {
232
+ body: string;
233
+ };
234
+ "filter-2": {
235
+ body: string;
236
+ };
237
+ "filter-active": {
238
+ body: string;
239
+ };
240
+ flag: {
241
+ body: string;
242
+ };
243
+ folder: {
244
+ body: string;
245
+ };
246
+ "full-width": {
247
+ body: string;
248
+ };
249
+ "go-to-back": {
250
+ body: string;
251
+ };
252
+ grid: {
253
+ body: string;
254
+ };
255
+ group: {
256
+ body: string;
257
+ };
258
+ "group-add": {
259
+ body: string;
260
+ };
261
+ heart: {
262
+ body: string;
263
+ };
264
+ "heart-active": {
265
+ body: string;
266
+ };
267
+ highlighter: {
268
+ body: string;
269
+ };
270
+ home: {
271
+ body: string;
272
+ };
273
+ hourglass: {
274
+ body: string;
275
+ };
276
+ image: {
277
+ body: string;
278
+ };
279
+ "info-badge": {
280
+ body: string;
281
+ };
282
+ information: {
283
+ body: string;
284
+ };
285
+ italic: {
286
+ body: string;
287
+ };
288
+ key: {
289
+ body: string;
290
+ };
291
+ language: {
292
+ body: string;
293
+ };
294
+ "learning-path": {
295
+ body: string;
296
+ };
297
+ "light-off": {
298
+ body: string;
299
+ };
300
+ "light-on": {
301
+ body: string;
302
+ };
303
+ link: {
304
+ body: string;
305
+ };
306
+ lock: {
307
+ body: string;
308
+ };
309
+ login: {
310
+ body: string;
311
+ };
312
+ logout: {
313
+ body: string;
314
+ };
315
+ maximaze: {
316
+ body: string;
317
+ };
318
+ menu: {
319
+ body: string;
320
+ };
321
+ merge: {
322
+ body: string;
323
+ };
324
+ minimize: {
325
+ body: string;
326
+ };
327
+ "mixed-class": {
328
+ body: string;
329
+ };
330
+ "more-horizontal": {
331
+ body: string;
332
+ };
333
+ "more-vertical": {
334
+ body: string;
335
+ };
336
+ news: {
337
+ body: string;
338
+ };
339
+ "no-prerequisites": {
340
+ body: string;
341
+ };
342
+ notes: {
343
+ body: string;
344
+ };
345
+ "number-code": {
346
+ body: string;
347
+ };
348
+ "numbered-list": {
349
+ body: string;
350
+ };
351
+ "on-site": {
352
+ body: string;
353
+ };
354
+ "order-down": {
355
+ body: string;
356
+ };
357
+ "order-up": {
358
+ body: string;
359
+ };
360
+ paste: {
361
+ body: string;
362
+ };
363
+ pausa: {
364
+ body: string;
365
+ };
366
+ pdf: {
367
+ body: string;
368
+ };
369
+ phone: {
370
+ body: string;
371
+ };
372
+ pin: {
373
+ body: string;
374
+ };
375
+ "pin-map": {
376
+ body: string;
377
+ };
378
+ pizza: {
379
+ body: string;
380
+ };
381
+ play: {
382
+ body: string;
383
+ };
384
+ "plug-in": {
385
+ body: string;
386
+ };
387
+ pointer: {
388
+ body: string;
389
+ };
390
+ printer: {
391
+ body: string;
392
+ };
393
+ profile: {
394
+ body: string;
395
+ };
396
+ "profile-add": {
397
+ body: string;
398
+ };
399
+ "push-pin-off": {
400
+ body: string;
401
+ };
402
+ "push-pin-on": {
403
+ body: string;
404
+ };
405
+ qrcode: {
406
+ body: string;
407
+ };
408
+ "question-badge": {
409
+ body: string;
410
+ };
411
+ radio: {
412
+ body: string;
413
+ };
414
+ redo: {
415
+ body: string;
416
+ };
417
+ relations: {
418
+ body: string;
419
+ };
420
+ reload: {
421
+ body: string;
422
+ };
423
+ remove: {
424
+ body: string;
425
+ };
426
+ "remove-circle": {
427
+ body: string;
428
+ };
429
+ reorder: {
430
+ body: string;
431
+ };
432
+ repeat: {
433
+ body: string;
434
+ };
435
+ repository: {
436
+ body: string;
437
+ };
438
+ "request-form": {
439
+ body: string;
440
+ };
441
+ "resize-100": {
442
+ body: string;
443
+ };
444
+ "resize-height": {
445
+ body: string;
446
+ };
447
+ "resize-width": {
448
+ body: string;
449
+ };
450
+ search: {
451
+ body: string;
452
+ };
453
+ "sequential-prerequisites": {
454
+ body: string;
455
+ };
456
+ settings: {
457
+ body: string;
458
+ };
459
+ share: {
460
+ body: string;
461
+ };
462
+ sketch: {
463
+ body: string;
464
+ };
465
+ skills: {
466
+ body: string;
467
+ };
468
+ "skip-back": {
469
+ body: string;
470
+ };
471
+ "skip-forward": {
472
+ body: string;
473
+ };
474
+ sms: {
475
+ body: string;
476
+ };
477
+ "sso-access": {
478
+ body: string;
479
+ };
480
+ star: {
481
+ body: string;
482
+ };
483
+ "star-active": {
484
+ body: string;
485
+ };
486
+ success: {
487
+ body: string;
488
+ };
489
+ sun: {
490
+ body: string;
491
+ };
492
+ sunrise: {
493
+ body: string;
494
+ };
495
+ support: {
496
+ body: string;
497
+ };
498
+ survey: {
499
+ body: string;
500
+ };
501
+ table: {
502
+ body: string;
503
+ };
504
+ "tematic-channels": {
505
+ body: string;
506
+ };
507
+ test: {
508
+ body: string;
509
+ };
510
+ "text-body": {
511
+ body: string;
512
+ };
513
+ "text-edit": {
514
+ body: string;
515
+ };
516
+ "text-style": {
517
+ body: string;
518
+ };
519
+ time: {
520
+ body: string;
521
+ };
522
+ "toilet-piper": {
523
+ body: string;
524
+ };
525
+ "training-points": {
526
+ body: string;
527
+ };
528
+ trash: {
529
+ body: string;
530
+ };
531
+ underline: {
532
+ body: string;
533
+ };
534
+ undo: {
535
+ body: string;
536
+ };
537
+ unlock: {
538
+ body: string;
539
+ };
540
+ upload: {
541
+ body: string;
542
+ };
543
+ user: {
544
+ body: string;
545
+ };
546
+ "user-add": {
547
+ body: string;
548
+ };
549
+ "user-badge": {
550
+ body: string;
551
+ };
552
+ "video-off": {
553
+ body: string;
554
+ };
555
+ "video-on": {
556
+ body: string;
557
+ };
558
+ "video-rec": {
559
+ body: string;
560
+ };
561
+ view: {
562
+ body: string;
563
+ };
564
+ "view-card": {
565
+ body: string;
566
+ };
567
+ "view-list": {
568
+ body: string;
569
+ };
570
+ "voice-off": {
571
+ body: string;
572
+ width: number;
573
+ };
574
+ "voice-on": {
575
+ body: string;
576
+ };
577
+ "volume-down": {
578
+ body: string;
579
+ };
580
+ "volume-off": {
581
+ body: string;
582
+ };
583
+ "volume-up": {
584
+ body: string;
585
+ };
586
+ warning: {
587
+ body: string;
588
+ };
589
+ webinar: {
590
+ body: string;
591
+ };
592
+ whiteboard: {
593
+ body: string;
594
+ };
595
+ wine: {
596
+ body: string;
597
+ };
598
+ zip: {
599
+ body: string;
600
+ };
601
+ "zoom-in": {
602
+ body: string;
603
+ };
604
+ "zoom-out": {
605
+ body: string;
606
+ };
607
+ };
608
+ width: number;
609
+ height: number;
610
+ } | {
611
+ prefix: string;
612
+ icons: {
613
+ add: {
614
+ body: string;
615
+ };
616
+ "add-circle": {
617
+ body: string;
618
+ };
619
+ "align-center": {
620
+ body: string;
621
+ };
622
+ "align-justify": {
623
+ body: string;
624
+ };
625
+ "align-left": {
626
+ body: string;
627
+ };
628
+ "align-right": {
629
+ body: string;
630
+ };
631
+ analysis: {
632
+ body: string;
633
+ };
634
+ "analysis-2": {
635
+ body: string;
636
+ };
637
+ "analysis-3": {
638
+ body: string;
639
+ };
640
+ apple: {
641
+ body: string;
642
+ };
643
+ "arrow-down": {
644
+ body: string;
645
+ };
646
+ "arrow-left": {
647
+ body: string;
648
+ };
649
+ "arrow-right": {
650
+ body: string;
651
+ };
652
+ "arrow-up": {
653
+ body: string;
654
+ };
655
+ attachment: {
656
+ body: string;
657
+ };
658
+ "back-to-front": {
659
+ body: string;
660
+ };
661
+ bell: {
662
+ body: string;
663
+ };
664
+ "bell-active": {
665
+ body: string;
666
+ };
667
+ bold: {
668
+ body: string;
669
+ };
670
+ bookmark: {
671
+ body: string;
672
+ };
673
+ "bookmark-active": {
674
+ body: string;
675
+ };
676
+ building: {
677
+ body: string;
678
+ };
679
+ "bulleted-list": {
680
+ body: string;
681
+ };
682
+ calendar: {
683
+ body: string;
684
+ };
685
+ "camera-off": {
686
+ body: string;
687
+ };
688
+ "camera-on": {
689
+ body: string;
690
+ };
691
+ catalog: {
692
+ body: string;
693
+ };
694
+ certificate: {
695
+ body: string;
696
+ };
697
+ chat: {
698
+ body: string;
699
+ };
700
+ check: {
701
+ body: string;
702
+ };
703
+ "check-badge": {
704
+ body: string;
705
+ };
706
+ "check-circle": {
707
+ body: string;
708
+ };
709
+ checkbox: {
710
+ body: string;
711
+ };
712
+ "chevron-down": {
713
+ body: string;
714
+ };
715
+ "chevron-down-circle": {
716
+ body: string;
717
+ };
718
+ "chevron-left": {
719
+ body: string;
720
+ };
721
+ "chevron-left-circle": {
722
+ body: string;
723
+ };
724
+ "chevron-right": {
725
+ body: string;
726
+ };
727
+ "chevron-right-circle": {
728
+ body: string;
729
+ };
730
+ "chevron-up": {
731
+ body: string;
732
+ };
733
+ "chevron-up-circle": {
734
+ body: string;
735
+ };
736
+ circle: {
737
+ body: string;
738
+ };
739
+ classroom: {
740
+ body: string;
741
+ };
742
+ "clear-field": {
743
+ body: string;
744
+ };
745
+ "clear-style": {
746
+ body: string;
747
+ };
748
+ close: {
749
+ body: string;
750
+ };
751
+ "close-circle": {
752
+ body: string;
753
+ };
754
+ "close-loader": {
755
+ body: string;
756
+ };
757
+ coffee: {
758
+ body: string;
759
+ width: number;
760
+ height: number;
761
+ };
762
+ color: {
763
+ body: string;
764
+ };
765
+ "contact-us": {
766
+ body: string;
767
+ };
768
+ copy: {
769
+ body: string;
770
+ };
771
+ courses: {
772
+ body: string;
773
+ };
774
+ dashboard: {
775
+ body: string;
776
+ };
777
+ download: {
778
+ body: string;
779
+ };
780
+ drag: {
781
+ body: string;
782
+ };
783
+ duplicate: {
784
+ body: string;
785
+ };
786
+ edit: {
787
+ body: string;
788
+ };
789
+ elearning: {
790
+ body: string;
791
+ };
792
+ email: {
793
+ body: string;
794
+ };
795
+ error: {
796
+ body: string;
797
+ };
798
+ "error-2": {
799
+ body: string;
800
+ };
801
+ exercise: {
802
+ body: string;
803
+ };
804
+ "external-link": {
805
+ body: string;
806
+ };
807
+ extract: {
808
+ body: string;
809
+ };
810
+ "eye-off": {
811
+ body: string;
812
+ };
813
+ "eye-on": {
814
+ body: string;
815
+ };
816
+ fail: {
817
+ body: string;
818
+ };
819
+ "fast-back": {
820
+ body: string;
821
+ };
822
+ "fast-forward": {
823
+ body: string;
824
+ };
825
+ file: {
826
+ body: string;
827
+ };
828
+ "file-add": {
829
+ body: string;
830
+ };
831
+ "file-duplicate": {
832
+ body: string;
833
+ };
834
+ "file-remove": {
835
+ body: string;
836
+ };
837
+ "file-required": {
838
+ body: string;
839
+ };
840
+ filter: {
841
+ body: string;
842
+ };
843
+ "filter-2": {
844
+ body: string;
845
+ };
846
+ "filter-active": {
847
+ body: string;
848
+ };
849
+ flag: {
850
+ body: string;
851
+ };
852
+ folder: {
853
+ body: string;
854
+ };
855
+ "full-width": {
856
+ body: string;
857
+ };
858
+ "go-to-back": {
859
+ body: string;
860
+ };
861
+ grid: {
862
+ body: string;
863
+ };
864
+ group: {
865
+ body: string;
866
+ };
867
+ "group-add": {
868
+ body: string;
869
+ };
870
+ heart: {
871
+ body: string;
872
+ };
873
+ "heart-active": {
874
+ body: string;
875
+ };
876
+ highlighter: {
877
+ body: string;
878
+ };
879
+ home: {
880
+ body: string;
881
+ };
882
+ hourglass: {
883
+ body: string;
884
+ };
885
+ image: {
886
+ body: string;
887
+ };
888
+ "info-badge": {
889
+ body: string;
890
+ };
891
+ information: {
892
+ body: string;
893
+ };
894
+ italic: {
895
+ body: string;
896
+ };
897
+ key: {
898
+ body: string;
899
+ };
900
+ language: {
901
+ body: string;
902
+ };
903
+ "learning-path": {
904
+ body: string;
905
+ };
906
+ "light-off": {
907
+ body: string;
908
+ };
909
+ "light-on": {
910
+ body: string;
911
+ };
912
+ link: {
913
+ body: string;
914
+ };
915
+ lock: {
916
+ body: string;
917
+ };
918
+ login: {
919
+ body: string;
920
+ };
921
+ logout: {
922
+ body: string;
923
+ };
924
+ maximize: {
925
+ body: string;
926
+ };
927
+ menu: {
928
+ body: string;
929
+ };
930
+ merge: {
931
+ body: string;
932
+ };
933
+ minimize: {
934
+ body: string;
935
+ };
936
+ "mixed-class": {
937
+ body: string;
938
+ };
939
+ "more-horizontal": {
940
+ body: string;
941
+ };
942
+ "more-vertical": {
943
+ body: string;
944
+ };
945
+ news: {
946
+ body: string;
947
+ };
948
+ "no-prerequisites": {
949
+ body: string;
950
+ };
951
+ notes: {
952
+ body: string;
953
+ };
954
+ "number-code": {
955
+ body: string;
956
+ };
957
+ "numbered-list": {
958
+ body: string;
959
+ };
960
+ "on-site": {
961
+ body: string;
962
+ };
963
+ "order-down": {
964
+ body: string;
965
+ };
966
+ "order-up": {
967
+ body: string;
968
+ };
969
+ paste: {
970
+ body: string;
971
+ };
972
+ pausa: {
973
+ body: string;
974
+ };
975
+ pdf: {
976
+ body: string;
977
+ };
978
+ phone: {
979
+ body: string;
980
+ };
981
+ pin: {
982
+ body: string;
983
+ };
984
+ "pin-map": {
985
+ body: string;
986
+ };
987
+ pizza: {
988
+ body: string;
989
+ };
990
+ play: {
991
+ body: string;
992
+ };
993
+ "plug-in": {
994
+ body: string;
995
+ };
996
+ pointer: {
997
+ body: string;
998
+ };
999
+ printer: {
1000
+ body: string;
1001
+ };
1002
+ profile: {
1003
+ body: string;
1004
+ };
1005
+ "profile-add": {
1006
+ body: string;
1007
+ };
1008
+ "push-pin-off": {
1009
+ body: string;
1010
+ };
1011
+ "push-pin-on": {
1012
+ body: string;
1013
+ };
1014
+ qrcode: {
1015
+ body: string;
1016
+ };
1017
+ "question-badge": {
1018
+ body: string;
1019
+ };
1020
+ radio: {
1021
+ body: string;
1022
+ };
1023
+ redo: {
1024
+ body: string;
1025
+ };
1026
+ relations: {
1027
+ body: string;
1028
+ };
1029
+ reload: {
1030
+ body: string;
1031
+ };
1032
+ remove: {
1033
+ body: string;
1034
+ };
1035
+ "remove-circle": {
1036
+ body: string;
1037
+ };
1038
+ reorder: {
1039
+ body: string;
1040
+ };
1041
+ repeat: {
1042
+ body: string;
1043
+ };
1044
+ repository: {
1045
+ body: string;
1046
+ };
1047
+ "request-form": {
1048
+ body: string;
1049
+ };
1050
+ "resize-100": {
1051
+ body: string;
1052
+ };
1053
+ "resize-height": {
1054
+ body: string;
1055
+ };
1056
+ "resize-width": {
1057
+ body: string;
1058
+ };
1059
+ search: {
1060
+ body: string;
1061
+ };
1062
+ "sequential-prerequisites": {
1063
+ body: string;
1064
+ };
1065
+ settings: {
1066
+ body: string;
1067
+ };
1068
+ share: {
1069
+ body: string;
1070
+ };
1071
+ sketch: {
1072
+ body: string;
1073
+ };
1074
+ skills: {
1075
+ body: string;
1076
+ };
1077
+ "skip-back": {
1078
+ body: string;
1079
+ };
1080
+ "skip-forward": {
1081
+ body: string;
1082
+ };
1083
+ sms: {
1084
+ body: string;
1085
+ };
1086
+ "sso-access": {
1087
+ body: string;
1088
+ };
1089
+ star: {
1090
+ body: string;
1091
+ };
1092
+ "star-active": {
1093
+ body: string;
1094
+ };
1095
+ success: {
1096
+ body: string;
1097
+ };
1098
+ sun: {
1099
+ body: string;
1100
+ };
1101
+ sunrise: {
1102
+ body: string;
1103
+ };
1104
+ support: {
1105
+ body: string;
1106
+ };
1107
+ survey: {
1108
+ body: string;
1109
+ };
1110
+ table: {
1111
+ body: string;
1112
+ };
1113
+ "tematic-channels": {
1114
+ body: string;
1115
+ };
1116
+ test: {
1117
+ body: string;
1118
+ };
1119
+ "text-body": {
1120
+ body: string;
1121
+ };
1122
+ "text-edit": {
1123
+ body: string;
1124
+ };
1125
+ "text-style": {
1126
+ body: string;
1127
+ };
1128
+ time: {
1129
+ body: string;
1130
+ };
1131
+ "toilet-paper": {
1132
+ body: string;
1133
+ };
1134
+ "training-points": {
1135
+ body: string;
1136
+ };
1137
+ trash: {
1138
+ body: string;
1139
+ };
1140
+ underline: {
1141
+ body: string;
1142
+ };
1143
+ undo: {
1144
+ body: string;
1145
+ };
1146
+ unlock: {
1147
+ body: string;
1148
+ };
1149
+ upload: {
1150
+ body: string;
1151
+ };
1152
+ user: {
1153
+ body: string;
1154
+ };
1155
+ "user-add": {
1156
+ body: string;
1157
+ };
1158
+ "user-badge": {
1159
+ body: string;
1160
+ };
1161
+ "video-off": {
1162
+ body: string;
1163
+ };
1164
+ "video-on": {
1165
+ body: string;
1166
+ };
1167
+ "video-rec": {
1168
+ body: string;
1169
+ };
1170
+ view: {
1171
+ body: string;
1172
+ };
1173
+ "view-card": {
1174
+ body: string;
1175
+ };
1176
+ "view-list": {
1177
+ body: string;
1178
+ };
1179
+ "voice-off": {
1180
+ body: string;
1181
+ };
1182
+ "voice-on": {
1183
+ body: string;
1184
+ };
1185
+ "volume-down": {
1186
+ body: string;
1187
+ };
1188
+ "volume-off": {
1189
+ body: string;
1190
+ };
1191
+ "volume-up": {
1192
+ body: string;
1193
+ };
1194
+ warning: {
1195
+ body: string;
1196
+ };
1197
+ webinar: {
1198
+ body: string;
1199
+ };
1200
+ whiteboard: {
1201
+ body: string;
1202
+ };
1203
+ wine: {
1204
+ body: string;
1205
+ };
1206
+ zip: {
1207
+ body: string;
1208
+ };
1209
+ "zoom-in": {
1210
+ body: string;
1211
+ };
1212
+ "zoom-out": {
1213
+ body: string;
1214
+ };
1215
+ };
1216
+ width: number;
1217
+ height: number;
1218
+ } | {
1219
+ prefix: string;
1220
+ icons: {
1221
+ add: {
1222
+ body: string;
1223
+ };
1224
+ "add-circle": {
1225
+ body: string;
1226
+ };
1227
+ "align-center": {
1228
+ body: string;
1229
+ };
1230
+ "align-justify": {
1231
+ body: string;
1232
+ };
1233
+ "align-left": {
1234
+ body: string;
1235
+ };
1236
+ "align-right": {
1237
+ body: string;
1238
+ };
1239
+ analysis: {
1240
+ body: string;
1241
+ };
1242
+ "analysis-2": {
1243
+ body: string;
1244
+ };
1245
+ "analysis-3": {
1246
+ body: string;
1247
+ };
1248
+ apple: {
1249
+ body: string;
1250
+ height: number;
1251
+ };
1252
+ "arrow-down": {
1253
+ body: string;
1254
+ height: number;
1255
+ };
1256
+ "arrow-left": {
1257
+ body: string;
1258
+ };
1259
+ "arrow-right": {
1260
+ body: string;
1261
+ };
1262
+ "arrow-up": {
1263
+ body: string;
1264
+ };
1265
+ attachment: {
1266
+ body: string;
1267
+ width: number;
1268
+ height: number;
1269
+ };
1270
+ "bck-to-front": {
1271
+ body: string;
1272
+ height: number;
1273
+ };
1274
+ bell: {
1275
+ body: string;
1276
+ };
1277
+ "bell-active": {
1278
+ body: string;
1279
+ };
1280
+ bold: {
1281
+ body: string;
1282
+ };
1283
+ bookmark: {
1284
+ body: string;
1285
+ };
1286
+ "bookmark-active": {
1287
+ body: string;
1288
+ };
1289
+ building: {
1290
+ body: string;
1291
+ height: number;
1292
+ };
1293
+ "bulleted-list": {
1294
+ body: string;
1295
+ };
1296
+ calendar: {
1297
+ body: string;
1298
+ };
1299
+ "camera-off": {
1300
+ body: string;
1301
+ };
1302
+ "camera-on": {
1303
+ body: string;
1304
+ };
1305
+ catalog: {
1306
+ body: string;
1307
+ };
1308
+ certificate: {
1309
+ body: string;
1310
+ width: number;
1311
+ height: number;
1312
+ };
1313
+ chat: {
1314
+ body: string;
1315
+ width: number;
1316
+ height: number;
1317
+ };
1318
+ check: {
1319
+ body: string;
1320
+ };
1321
+ "check-badge": {
1322
+ body: string;
1323
+ };
1324
+ "check-circle": {
1325
+ body: string;
1326
+ };
1327
+ checkbox: {
1328
+ body: string;
1329
+ };
1330
+ "chevron-down": {
1331
+ body: string;
1332
+ };
1333
+ "chevron-down-circle": {
1334
+ body: string;
1335
+ };
1336
+ "chevron-left": {
1337
+ body: string;
1338
+ };
1339
+ "chevron-left-circle": {
1340
+ body: string;
1341
+ };
1342
+ "chevron-right": {
1343
+ body: string;
1344
+ };
1345
+ "chevron-right-circle": {
1346
+ body: string;
1347
+ };
1348
+ "chevron-up": {
1349
+ body: string;
1350
+ };
1351
+ "chevron-up-circle": {
1352
+ body: string;
1353
+ };
1354
+ circle: {
1355
+ body: string;
1356
+ };
1357
+ classroom: {
1358
+ body: string;
1359
+ };
1360
+ "clear-field": {
1361
+ body: string;
1362
+ width: number;
1363
+ height: number;
1364
+ };
1365
+ "clear-style": {
1366
+ body: string;
1367
+ height: number;
1368
+ };
1369
+ close: {
1370
+ body: string;
1371
+ width: number;
1372
+ height: number;
1373
+ };
1374
+ "close-circle": {
1375
+ body: string;
1376
+ };
1377
+ "close-loader": {
1378
+ body: string;
1379
+ };
1380
+ coffee: {
1381
+ body: string;
1382
+ width: number;
1383
+ height: number;
1384
+ };
1385
+ color: {
1386
+ body: string;
1387
+ };
1388
+ "contact-us": {
1389
+ body: string;
1390
+ };
1391
+ copy: {
1392
+ body: string;
1393
+ };
1394
+ courses: {
1395
+ body: string;
1396
+ };
1397
+ dashboard: {
1398
+ body: string;
1399
+ };
1400
+ download: {
1401
+ body: string;
1402
+ };
1403
+ drag: {
1404
+ body: string;
1405
+ };
1406
+ duplicate: {
1407
+ body: string;
1408
+ height: number;
1409
+ };
1410
+ edit: {
1411
+ body: string;
1412
+ height: number;
1413
+ };
1414
+ elearning: {
1415
+ body: string;
1416
+ height: number;
1417
+ };
1418
+ email: {
1419
+ body: string;
1420
+ };
1421
+ error: {
1422
+ body: string;
1423
+ };
1424
+ "error-2": {
1425
+ body: string;
1426
+ };
1427
+ exercise: {
1428
+ body: string;
1429
+ };
1430
+ "external-link": {
1431
+ body: string;
1432
+ width: number;
1433
+ height: number;
1434
+ };
1435
+ extract: {
1436
+ body: string;
1437
+ };
1438
+ "eye-off": {
1439
+ body: string;
1440
+ width: number;
1441
+ };
1442
+ "eye-on": {
1443
+ body: string;
1444
+ width: number;
1445
+ };
1446
+ fail: {
1447
+ body: string;
1448
+ height: number;
1449
+ };
1450
+ "fast-back": {
1451
+ body: string;
1452
+ };
1453
+ "fast-forward": {
1454
+ body: string;
1455
+ };
1456
+ file: {
1457
+ body: string;
1458
+ };
1459
+ "file-add": {
1460
+ body: string;
1461
+ };
1462
+ "file-duplicate": {
1463
+ body: string;
1464
+ };
1465
+ "file-remove": {
1466
+ body: string;
1467
+ };
1468
+ "file-required": {
1469
+ body: string;
1470
+ };
1471
+ filter: {
1472
+ body: string;
1473
+ height: number;
1474
+ };
1475
+ "filter-2": {
1476
+ body: string;
1477
+ };
1478
+ "filter-active": {
1479
+ body: string;
1480
+ height: number;
1481
+ };
1482
+ flag: {
1483
+ body: string;
1484
+ };
1485
+ folder: {
1486
+ body: string;
1487
+ };
1488
+ "full-width": {
1489
+ body: string;
1490
+ };
1491
+ "go-to-back": {
1492
+ body: string;
1493
+ width: number;
1494
+ };
1495
+ grid: {
1496
+ body: string;
1497
+ };
1498
+ group: {
1499
+ body: string;
1500
+ };
1501
+ "group-add": {
1502
+ body: string;
1503
+ height: number;
1504
+ };
1505
+ heart: {
1506
+ body: string;
1507
+ };
1508
+ "heart-active": {
1509
+ body: string;
1510
+ };
1511
+ highlighter: {
1512
+ body: string;
1513
+ };
1514
+ home: {
1515
+ body: string;
1516
+ };
1517
+ hourglass: {
1518
+ body: string;
1519
+ };
1520
+ image: {
1521
+ body: string;
1522
+ };
1523
+ "info-badge": {
1524
+ body: string;
1525
+ height: number;
1526
+ };
1527
+ information: {
1528
+ body: string;
1529
+ };
1530
+ italic: {
1531
+ body: string;
1532
+ height: number;
1533
+ };
1534
+ key: {
1535
+ body: string;
1536
+ height: number;
1537
+ };
1538
+ language: {
1539
+ body: string;
1540
+ };
1541
+ "learning-path": {
1542
+ body: string;
1543
+ height: number;
1544
+ };
1545
+ "light-off": {
1546
+ body: string;
1547
+ };
1548
+ "light-on": {
1549
+ body: string;
1550
+ };
1551
+ link: {
1552
+ body: string;
1553
+ height: number;
1554
+ };
1555
+ lock: {
1556
+ body: string;
1557
+ };
1558
+ login: {
1559
+ body: string;
1560
+ width: number;
1561
+ };
1562
+ logout: {
1563
+ body: string;
1564
+ };
1565
+ maximaze: {
1566
+ body: string;
1567
+ };
1568
+ menu: {
1569
+ body: string;
1570
+ };
1571
+ merge: {
1572
+ body: string;
1573
+ };
1574
+ minimaze: {
1575
+ body: string;
1576
+ };
1577
+ "mixed-class": {
1578
+ body: string;
1579
+ width: number;
1580
+ height: number;
1581
+ };
1582
+ "more-horizontal": {
1583
+ body: string;
1584
+ };
1585
+ "more-vertical": {
1586
+ body: string;
1587
+ height: number;
1588
+ };
1589
+ news: {
1590
+ body: string;
1591
+ };
1592
+ "no-prerequisites": {
1593
+ body: string;
1594
+ };
1595
+ notes: {
1596
+ body: string;
1597
+ };
1598
+ "number-code": {
1599
+ body: string;
1600
+ height: number;
1601
+ };
1602
+ "numbered-list": {
1603
+ body: string;
1604
+ };
1605
+ "on-site": {
1606
+ body: string;
1607
+ };
1608
+ "order-down": {
1609
+ body: string;
1610
+ };
1611
+ "order-up": {
1612
+ body: string;
1613
+ };
1614
+ paste: {
1615
+ body: string;
1616
+ height: number;
1617
+ };
1618
+ pausa: {
1619
+ body: string;
1620
+ };
1621
+ pdf: {
1622
+ body: string;
1623
+ };
1624
+ phone: {
1625
+ body: string;
1626
+ };
1627
+ pin: {
1628
+ body: string;
1629
+ };
1630
+ "pin-map": {
1631
+ body: string;
1632
+ height: number;
1633
+ };
1634
+ pizza: {
1635
+ body: string;
1636
+ width: number;
1637
+ };
1638
+ play: {
1639
+ body: string;
1640
+ };
1641
+ "plug-in": {
1642
+ body: string;
1643
+ width: number;
1644
+ };
1645
+ pointer: {
1646
+ body: string;
1647
+ };
1648
+ printer: {
1649
+ body: string;
1650
+ };
1651
+ profile: {
1652
+ body: string;
1653
+ };
1654
+ "profile-add": {
1655
+ body: string;
1656
+ };
1657
+ "push-pin-off": {
1658
+ body: string;
1659
+ };
1660
+ "push-pin-on": {
1661
+ body: string;
1662
+ width: number;
1663
+ height: number;
1664
+ };
1665
+ qrcode: {
1666
+ body: string;
1667
+ };
1668
+ "question-badge": {
1669
+ body: string;
1670
+ };
1671
+ radio: {
1672
+ body: string;
1673
+ };
1674
+ redo: {
1675
+ body: string;
1676
+ };
1677
+ relations: {
1678
+ body: string;
1679
+ };
1680
+ reload: {
1681
+ body: string;
1682
+ };
1683
+ remove: {
1684
+ body: string;
1685
+ };
1686
+ "remove-circle": {
1687
+ body: string;
1688
+ };
1689
+ repeart: {
1690
+ body: string;
1691
+ width: number;
1692
+ height: number;
1693
+ };
1694
+ repository: {
1695
+ body: string;
1696
+ };
1697
+ "request-form": {
1698
+ body: string;
1699
+ };
1700
+ "resize-100": {
1701
+ body: string;
1702
+ };
1703
+ "resize-height": {
1704
+ body: string;
1705
+ };
1706
+ "resize-width": {
1707
+ body: string;
1708
+ height: number;
1709
+ };
1710
+ search: {
1711
+ body: string;
1712
+ };
1713
+ "sequential-prerequisites": {
1714
+ body: string;
1715
+ };
1716
+ settings: {
1717
+ body: string;
1718
+ };
1719
+ share: {
1720
+ body: string;
1721
+ width: number;
1722
+ };
1723
+ sketch: {
1724
+ body: string;
1725
+ };
1726
+ skills: {
1727
+ body: string;
1728
+ };
1729
+ "skip-back": {
1730
+ body: string;
1731
+ };
1732
+ "skip-forward": {
1733
+ body: string;
1734
+ };
1735
+ sms: {
1736
+ body: string;
1737
+ };
1738
+ "sso-access": {
1739
+ body: string;
1740
+ };
1741
+ star: {
1742
+ body: string;
1743
+ };
1744
+ "star-active": {
1745
+ body: string;
1746
+ };
1747
+ success: {
1748
+ body: string;
1749
+ height: number;
1750
+ };
1751
+ sun: {
1752
+ body: string;
1753
+ };
1754
+ sunrise: {
1755
+ body: string;
1756
+ };
1757
+ support: {
1758
+ body: string;
1759
+ };
1760
+ survey: {
1761
+ body: string;
1762
+ width: number;
1763
+ height: number;
1764
+ };
1765
+ table: {
1766
+ body: string;
1767
+ };
1768
+ "tematic-channels": {
1769
+ body: string;
1770
+ width: number;
1771
+ height: number;
1772
+ };
1773
+ test: {
1774
+ body: string;
1775
+ };
1776
+ "text-body": {
1777
+ body: string;
1778
+ };
1779
+ "text-edit": {
1780
+ body: string;
1781
+ };
1782
+ "text-style": {
1783
+ body: string;
1784
+ };
1785
+ time: {
1786
+ body: string;
1787
+ };
1788
+ "toilet-paper": {
1789
+ body: string;
1790
+ height: number;
1791
+ };
1792
+ "training-points": {
1793
+ body: string;
1794
+ width: number;
1795
+ height: number;
1796
+ };
1797
+ trash: {
1798
+ body: string;
1799
+ };
1800
+ underline: {
1801
+ body: string;
1802
+ };
1803
+ undo: {
1804
+ body: string;
1805
+ width: number;
1806
+ };
1807
+ unlock: {
1808
+ body: string;
1809
+ height: number;
1810
+ };
1811
+ upload: {
1812
+ body: string;
1813
+ };
1814
+ user: {
1815
+ body: string;
1816
+ };
1817
+ "user-add": {
1818
+ body: string;
1819
+ };
1820
+ "user-badge": {
1821
+ body: string;
1822
+ width: number;
1823
+ height: number;
1824
+ };
1825
+ "video-off": {
1826
+ body: string;
1827
+ };
1828
+ "video-on": {
1829
+ body: string;
1830
+ };
1831
+ "video-rec": {
1832
+ body: string;
1833
+ };
1834
+ view: {
1835
+ body: string;
1836
+ width: number;
1837
+ };
1838
+ "view-card": {
1839
+ body: string;
1840
+ };
1841
+ "view-list": {
1842
+ body: string;
1843
+ };
1844
+ "voice-off": {
1845
+ body: string;
1846
+ };
1847
+ "voice-on": {
1848
+ body: string;
1849
+ height: number;
1850
+ };
1851
+ "volume-down": {
1852
+ body: string;
1853
+ width: number;
1854
+ };
1855
+ "volume-off": {
1856
+ body: string;
1857
+ width: number;
1858
+ };
1859
+ "volume-up": {
1860
+ body: string;
1861
+ width: number;
1862
+ };
1863
+ warning: {
1864
+ body: string;
1865
+ };
1866
+ webinar: {
1867
+ body: string;
1868
+ };
1869
+ whiteboard: {
1870
+ body: string;
1871
+ height: number;
1872
+ };
1873
+ wine: {
1874
+ body: string;
1875
+ height: number;
1876
+ };
1877
+ zip: {
1878
+ body: string;
1879
+ };
1880
+ "zoom-in": {
1881
+ body: string;
1882
+ };
1883
+ "zoom-out": {
1884
+ body: string;
1885
+ };
1886
+ };
1887
+ })[];
1888
+ export default _default;
1889
+ export { detailed, normal, simple };