@volverjs/ui-vue 0.0.10-beta.7 → 0.0.10-beta.70

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 (1091) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +150 -54
  3. package/bin/icons.cjs +1 -1
  4. package/bin/icons.js +39 -28
  5. package/dist/Volver.d.ts +24 -13
  6. package/dist/components/VvAccordion/VvAccordion.es.js +159 -271
  7. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  8. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +35 -15
  9. package/dist/components/VvAccordion/index.d.ts +8 -9
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +448 -364
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  12. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +66 -19
  13. package/dist/components/VvAccordionGroup/index.d.ts +16 -8
  14. package/dist/components/VvAction/VvAction.es.js +77 -141
  15. package/dist/components/VvAction/VvAction.umd.js +1 -1
  16. package/dist/components/VvAction/VvAction.vue.d.ts +63 -30
  17. package/dist/components/VvAction/index.d.ts +26 -10
  18. package/dist/components/VvAlert/VvAlert.es.js +321 -480
  19. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  20. package/dist/components/VvAlert/VvAlert.vue.d.ts +40 -26
  21. package/dist/components/VvAlert/index.d.ts +20 -11
  22. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +361 -491
  23. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  24. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +28 -21
  25. package/dist/components/VvAlertGroup/index.d.ts +10 -18
  26. package/dist/components/VvAvatar/VvAvatar.es.js +33 -195
  27. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  28. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +15 -7
  29. package/dist/components/VvAvatar/index.d.ts +4 -1
  30. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +115 -242
  31. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  32. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +19 -12
  33. package/dist/components/VvAvatarGroup/index.d.ts +6 -3
  34. package/dist/components/VvBadge/VvBadge.es.js +45 -201
  35. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  36. package/dist/components/VvBadge/VvBadge.vue.d.ts +15 -7
  37. package/dist/components/VvBadge/index.d.ts +4 -1
  38. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +285 -189
  39. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  40. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +31 -11
  41. package/dist/components/VvBreadcrumb/index.d.ts +6 -10
  42. package/dist/components/VvButton/VvButton.es.js +466 -550
  43. package/dist/components/VvButton/VvButton.umd.js +1 -1
  44. package/dist/components/VvButton/VvButton.vue.d.ts +106 -56
  45. package/dist/components/VvButton/index.d.ts +52 -30
  46. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +66 -207
  47. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  48. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +38 -19
  49. package/dist/components/VvButtonGroup/index.d.ts +13 -4
  50. package/dist/components/VvCard/VvCard.es.js +54 -209
  51. package/dist/components/VvCard/VvCard.umd.js +1 -1
  52. package/dist/components/VvCard/VvCard.vue.d.ts +21 -10
  53. package/dist/components/VvCard/index.d.ts +4 -1
  54. package/dist/components/VvCheckbox/VvCheckbox.es.js +152 -293
  55. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  56. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +119 -45
  57. package/dist/components/VvCheckbox/index.d.ts +52 -19
  58. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +390 -474
  59. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  60. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +126 -44
  61. package/dist/components/VvCheckboxGroup/index.d.ts +49 -12
  62. package/dist/components/VvCombobox/VvCombobox.es.js +2432 -1986
  63. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  64. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +277 -672
  65. package/dist/components/VvCombobox/index.d.ts +429 -138
  66. package/dist/components/VvDialog/VvDialog.es.js +140 -460
  67. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  68. package/dist/components/VvDialog/VvDialog.vue.d.ts +29 -11
  69. package/dist/components/VvDialog/index.d.ts +12 -0
  70. package/dist/components/VvDropdown/VvDropdown.es.js +142 -170
  71. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  72. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +114 -330
  73. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +73 -29
  74. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +15 -3
  75. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +13 -5
  76. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +43 -14
  77. package/dist/components/VvDropdown/index.d.ts +52 -118
  78. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +130 -166
  79. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  80. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +103 -11
  81. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
  82. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +35 -183
  83. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
  84. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +128 -237
  85. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  86. package/dist/components/VvIcon/VvIcon.es.js +29 -108
  87. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  88. package/dist/components/VvIcon/VvIcon.vue.d.ts +4 -68
  89. package/dist/components/VvIcon/index.d.ts +34 -49
  90. package/dist/components/VvInputFile/VvInputFile.es.js +1716 -0
  91. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
  92. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +330 -0
  93. package/dist/components/VvInputFile/index.d.ts +197 -0
  94. package/dist/components/VvInputText/VvInputText.es.js +1660 -643
  95. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  96. package/dist/components/VvInputText/VvInputText.vue.d.ts +255 -90
  97. package/dist/components/VvInputText/VvInputTextActions.d.ts +4 -3
  98. package/dist/components/VvInputText/index.d.ts +113 -35
  99. package/dist/components/VvNav/VvNav.es.js +148 -183
  100. package/dist/components/VvNav/VvNav.umd.js +1 -1
  101. package/dist/components/VvNav/VvNav.vue.d.ts +35 -13
  102. package/dist/components/VvNav/VvNavItem.vue.d.ts +3 -3
  103. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
  104. package/dist/components/VvNav/index.d.ts +5 -2
  105. package/dist/components/VvNavItem/VvNavItem.es.js +93 -147
  106. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  107. package/dist/components/VvNavSeparator/VvNavSeparator.es.js +1 -1
  108. package/dist/components/VvProgress/VvProgress.es.js +40 -194
  109. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  110. package/dist/components/VvProgress/VvProgress.vue.d.ts +13 -6
  111. package/dist/components/VvProgress/index.d.ts +4 -1
  112. package/dist/components/VvRadio/VvRadio.es.js +150 -292
  113. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  114. package/dist/components/VvRadio/VvRadio.vue.d.ts +117 -43
  115. package/dist/components/VvRadio/index.d.ts +50 -17
  116. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +388 -473
  117. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  118. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +126 -44
  119. package/dist/components/VvRadioGroup/index.d.ts +49 -12
  120. package/dist/components/VvSelect/VvSelect.es.js +749 -762
  121. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  122. package/dist/components/VvSelect/VvSelect.vue.d.ts +115 -199
  123. package/dist/components/VvSelect/index.d.ts +228 -16
  124. package/dist/components/VvTab/VvTab.es.js +224 -219
  125. package/dist/components/VvTab/VvTab.umd.js +1 -1
  126. package/dist/components/VvTab/VvTab.vue.d.ts +37 -13
  127. package/dist/components/VvTab/index.d.ts +6 -3
  128. package/dist/components/VvTextarea/VvTextarea.es.js +1512 -672
  129. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  130. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +230 -66
  131. package/dist/components/VvTextarea/index.d.ts +105 -20
  132. package/dist/components/VvTooltip/VvTooltip.es.js +51 -198
  133. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  134. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +17 -10
  135. package/dist/components/VvTooltip/index.d.ts +5 -2
  136. package/dist/components/common/HintSlot.d.ts +8 -9
  137. package/dist/components/common/VvInputClearAction.d.ts +52 -0
  138. package/dist/components/common/VvInputPasswordAction.d.ts +71 -0
  139. package/dist/components/common/VvInputStepAction.d.ts +50 -0
  140. package/dist/components/index.d.ts +10 -0
  141. package/dist/components/index.es.js +4614 -2137
  142. package/dist/components/index.umd.js +1 -1
  143. package/dist/composables/alert/useAlerInject.d.ts +4 -0
  144. package/dist/composables/alert/useAlert.d.ts +71 -6
  145. package/dist/composables/alert/{useProvideAlert.d.ts → useAlertProvide.d.ts} +1 -1
  146. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  147. package/dist/composables/dropdown/useDropdownInject.d.ts +12 -0
  148. package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +8 -8
  149. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  150. package/dist/composables/group/useGroupStateInject.d.ts +9 -0
  151. package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
  152. package/dist/composables/index.d.ts +3 -0
  153. package/dist/composables/index.es.js +177 -6
  154. package/dist/composables/index.umd.js +1 -1
  155. package/dist/composables/useBlurhash.d.ts +7 -0
  156. package/dist/composables/useComponentFocus.d.ts +2 -2
  157. package/dist/composables/useComponentIcon.d.ts +9 -8
  158. package/dist/composables/useOptions.d.ts +5 -5
  159. package/dist/composables/usePersistence.d.ts +3 -0
  160. package/dist/composables/useUniqueId.d.ts +1 -1
  161. package/dist/composables/useVolver.d.ts +4 -1
  162. package/dist/constants.d.ts +35 -33
  163. package/dist/directives/index.d.ts +3 -5
  164. package/dist/directives/index.es.js +210 -246
  165. package/dist/directives/index.umd.js +1 -1
  166. package/dist/directives/v-contextmenu.es.js +136 -31
  167. package/dist/directives/v-contextmenu.umd.js +1 -1
  168. package/dist/directives/v-tooltip.d.ts +1 -1
  169. package/dist/directives/v-tooltip.es.js +69 -207
  170. package/dist/directives/v-tooltip.umd.js +1 -1
  171. package/dist/icons.d.ts +17 -17
  172. package/dist/icons.es.js +14 -1884
  173. package/dist/icons.umd.js +1 -1
  174. package/dist/index.d.ts +3 -1
  175. package/dist/index.es.js +83 -7
  176. package/dist/index.umd.js +1 -1
  177. package/dist/props/index.d.ts +297 -200
  178. package/dist/resolvers/unplugin.d.ts +7 -2
  179. package/dist/resolvers/unplugin.es.js +91 -14
  180. package/dist/resolvers/unplugin.umd.js +1 -1
  181. package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
  182. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
  183. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +2 -162
  184. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1625 -790
  185. package/dist/stories/Alert/Alert.settings.d.ts +2 -109
  186. package/dist/stories/Alert/AlertModifiers.stories.d.ts +1 -1
  187. package/dist/stories/Alert/AlertSlots.stories.d.ts +1 -1
  188. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
  189. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +1 -1
  190. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +1 -1
  191. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +2 -2
  192. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
  193. package/dist/stories/Badge/Badge.settings.d.ts +2 -26
  194. package/dist/stories/Badge/Badge.test.d.ts +1 -1
  195. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  196. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
  197. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
  198. package/dist/stories/Button/Button.settings.d.ts +2 -194
  199. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
  200. package/dist/stories/Card/Card.settings.d.ts +2 -63
  201. package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
  202. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
  203. package/dist/stories/Combobox/Combobox.settings.d.ts +2 -617
  204. package/dist/stories/Combobox/Combobox.stories.d.ts +1 -0
  205. package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +1 -0
  206. package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
  207. package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
  208. package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
  209. package/dist/stories/Icon/Icon.settings.d.ts +3 -68
  210. package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
  211. package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
  212. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  213. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  214. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  215. package/dist/stories/InputText/InputText.settings.d.ts +2 -438
  216. package/dist/stories/InputText/InputText.stories.d.ts +2 -0
  217. package/dist/stories/InputText/InputText.test.d.ts +3 -0
  218. package/dist/stories/InputText/InputTextIso.stories.d.ts +10 -0
  219. package/dist/stories/Nav/Nav.settings.d.ts +2 -10
  220. package/dist/stories/Progress/Progress.settings.d.ts +2 -27
  221. package/dist/stories/Radio/Radio.settings.d.ts +1 -110
  222. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
  223. package/dist/stories/Select/Select.settings.d.ts +2 -246
  224. package/dist/stories/Select/Select.stories.d.ts +1 -0
  225. package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
  226. package/dist/stories/argTypes.d.ts +27 -866
  227. package/dist/test/expect.d.ts +1 -2
  228. package/dist/test/options.d.ts +1 -1
  229. package/dist/test/sleep.d.ts +1 -1
  230. package/dist/types/alert.d.ts +9 -7
  231. package/dist/types/blurhash.d.ts +12 -0
  232. package/dist/types/floating-ui.d.ts +1 -1
  233. package/dist/types/generic.d.ts +1 -1
  234. package/dist/types/group.d.ts +37 -15
  235. package/dist/types/index.d.ts +2 -0
  236. package/dist/types/input-file.d.ts +9 -0
  237. package/dist/types/nav.d.ts +2 -2
  238. package/dist/utils/DateUtilities.d.ts +31 -0
  239. package/dist/utils/DomUtilities.d.ts +1 -0
  240. package/dist/utils/FileUtilities.d.ts +14 -0
  241. package/dist/utils/ObjectUtilities.d.ts +8 -9
  242. package/dist/workers/blurhash.d.ts +1 -0
  243. package/package.json +370 -380
  244. package/auto-imports.d.ts +0 -316
  245. package/dist/components/VvInputText/VvInputClearAction.d.ts +0 -36
  246. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +0 -56
  247. package/dist/components/VvInputText/VvInputStepAction.d.ts +0 -37
  248. package/dist/composables/alert/useInjectAlert.d.ts +0 -9
  249. package/dist/composables/dropdown/useInjectDropdown.d.ts +0 -32
  250. package/dist/composables/group/useInjectedGroupState.d.ts +0 -10
  251. package/dist/composables/group/useProvideGroupState.d.ts +0 -6
  252. package/env.d.ts +0 -1
  253. package/src/Volver.ts +0 -296
  254. package/src/assets/icons/detailed/add-circle.svg +0 -12
  255. package/src/assets/icons/detailed/add.svg +0 -8
  256. package/src/assets/icons/detailed/align-center.svg +0 -12
  257. package/src/assets/icons/detailed/align-justify.svg +0 -12
  258. package/src/assets/icons/detailed/align-left.svg +0 -12
  259. package/src/assets/icons/detailed/align-right.svg +0 -12
  260. package/src/assets/icons/detailed/analysis-2.svg +0 -20
  261. package/src/assets/icons/detailed/analysis-3.svg +0 -8
  262. package/src/assets/icons/detailed/analysis.svg +0 -16
  263. package/src/assets/icons/detailed/apple.svg +0 -16
  264. package/src/assets/icons/detailed/arrow-down.svg +0 -8
  265. package/src/assets/icons/detailed/arrow-left.svg +0 -8
  266. package/src/assets/icons/detailed/arrow-right.svg +0 -8
  267. package/src/assets/icons/detailed/arrow-up.svg +0 -8
  268. package/src/assets/icons/detailed/attachment.svg +0 -8
  269. package/src/assets/icons/detailed/back-to-front.svg +0 -17
  270. package/src/assets/icons/detailed/bell-active.svg +0 -14
  271. package/src/assets/icons/detailed/bell.svg +0 -14
  272. package/src/assets/icons/detailed/bold.svg +0 -8
  273. package/src/assets/icons/detailed/bookmark-active.svg +0 -12
  274. package/src/assets/icons/detailed/bookmark.svg +0 -12
  275. package/src/assets/icons/detailed/building.svg +0 -26
  276. package/src/assets/icons/detailed/bullet-list.svg +0 -22
  277. package/src/assets/icons/detailed/calendar.svg +0 -26
  278. package/src/assets/icons/detailed/camera-off.svg +0 -12
  279. package/src/assets/icons/detailed/camera-on.svg +0 -17
  280. package/src/assets/icons/detailed/catalog.svg +0 -15
  281. package/src/assets/icons/detailed/certificate.svg +0 -10
  282. package/src/assets/icons/detailed/chat.svg +0 -6
  283. package/src/assets/icons/detailed/check-badge.svg +0 -9
  284. package/src/assets/icons/detailed/check-circle.svg +0 -10
  285. package/src/assets/icons/detailed/check.svg +0 -6
  286. package/src/assets/icons/detailed/checkbox.svg +0 -8
  287. package/src/assets/icons/detailed/chevron-down-circle.svg +0 -10
  288. package/src/assets/icons/detailed/chevron-down.svg +0 -6
  289. package/src/assets/icons/detailed/chevron-left-circle.svg +0 -10
  290. package/src/assets/icons/detailed/chevron-left.svg +0 -6
  291. package/src/assets/icons/detailed/chevron-right-circle.svg +0 -7
  292. package/src/assets/icons/detailed/chevron-up-circle.svg +0 -10
  293. package/src/assets/icons/detailed/chevron-up.svg +0 -6
  294. package/src/assets/icons/detailed/circle.svg +0 -8
  295. package/src/assets/icons/detailed/classroom.svg +0 -38
  296. package/src/assets/icons/detailed/clear-field.svg +0 -14
  297. package/src/assets/icons/detailed/clear-style.svg +0 -9
  298. package/src/assets/icons/detailed/close-circle.svg +0 -14
  299. package/src/assets/icons/detailed/close-loader.svg +0 -6
  300. package/src/assets/icons/detailed/close.svg +0 -8
  301. package/src/assets/icons/detailed/coffee.svg +0 -21
  302. package/src/assets/icons/detailed/color.svg +0 -20
  303. package/src/assets/icons/detailed/contact-us.svg +0 -27
  304. package/src/assets/icons/detailed/copy.svg +0 -10
  305. package/src/assets/icons/detailed/courses.svg +0 -22
  306. package/src/assets/icons/detailed/dashboard.svg +0 -20
  307. package/src/assets/icons/detailed/download.svg +0 -10
  308. package/src/assets/icons/detailed/drag.svg +0 -10
  309. package/src/assets/icons/detailed/duplicate.svg +0 -23
  310. package/src/assets/icons/detailed/edit.svg +0 -16
  311. package/src/assets/icons/detailed/elearning.svg +0 -13
  312. package/src/assets/icons/detailed/email.svg +0 -11
  313. package/src/assets/icons/detailed/error-2.svg +0 -8
  314. package/src/assets/icons/detailed/error.svg +0 -12
  315. package/src/assets/icons/detailed/exercise.svg +0 -26
  316. package/src/assets/icons/detailed/external-link.svg +0 -11
  317. package/src/assets/icons/detailed/extract.svg +0 -20
  318. package/src/assets/icons/detailed/eye-off.svg +0 -15
  319. package/src/assets/icons/detailed/eye-on.svg +0 -8
  320. package/src/assets/icons/detailed/fail.svg +0 -11
  321. package/src/assets/icons/detailed/fast-back.svg +0 -20
  322. package/src/assets/icons/detailed/fast-forward.svg +0 -20
  323. package/src/assets/icons/detailed/file-add.svg +0 -19
  324. package/src/assets/icons/detailed/file-duplicate.svg +0 -16
  325. package/src/assets/icons/detailed/file-remove.svg +0 -17
  326. package/src/assets/icons/detailed/file-required.svg +0 -23
  327. package/src/assets/icons/detailed/file.svg +0 -13
  328. package/src/assets/icons/detailed/filter-2.svg +0 -22
  329. package/src/assets/icons/detailed/filter-active.svg +0 -12
  330. package/src/assets/icons/detailed/filter.svg +0 -12
  331. package/src/assets/icons/detailed/flag.svg +0 -11
  332. package/src/assets/icons/detailed/folder.svg +0 -14
  333. package/src/assets/icons/detailed/full-width.svg +0 -11
  334. package/src/assets/icons/detailed/go-to-back.svg +0 -19
  335. package/src/assets/icons/detailed/grid.svg +0 -20
  336. package/src/assets/icons/detailed/group-add.svg +0 -24
  337. package/src/assets/icons/detailed/group.svg +0 -16
  338. package/src/assets/icons/detailed/heart-active.svg +0 -12
  339. package/src/assets/icons/detailed/heart.svg +0 -12
  340. package/src/assets/icons/detailed/highlighter.svg +0 -10
  341. package/src/assets/icons/detailed/home.svg +0 -12
  342. package/src/assets/icons/detailed/hourglass.svg +0 -12
  343. package/src/assets/icons/detailed/image.svg +0 -15
  344. package/src/assets/icons/detailed/info-badge.svg +0 -9
  345. package/src/assets/icons/detailed/information.svg +0 -12
  346. package/src/assets/icons/detailed/italic.svg +0 -10
  347. package/src/assets/icons/detailed/key.svg +0 -5
  348. package/src/assets/icons/detailed/language.svg +0 -14
  349. package/src/assets/icons/detailed/learning-path.svg +0 -7
  350. package/src/assets/icons/detailed/light-off.svg +0 -10
  351. package/src/assets/icons/detailed/light-on.svg +0 -18
  352. package/src/assets/icons/detailed/link.svg +0 -12
  353. package/src/assets/icons/detailed/lock.svg +0 -13
  354. package/src/assets/icons/detailed/login.svg +0 -11
  355. package/src/assets/icons/detailed/logout.svg +0 -11
  356. package/src/assets/icons/detailed/maximaze.svg +0 -12
  357. package/src/assets/icons/detailed/menu.svg +0 -9
  358. package/src/assets/icons/detailed/merge.svg +0 -20
  359. package/src/assets/icons/detailed/minimize.svg +0 -14
  360. package/src/assets/icons/detailed/mixed-class.svg +0 -40
  361. package/src/assets/icons/detailed/more-horizontal.svg +0 -7
  362. package/src/assets/icons/detailed/more-vertical.svg +0 -7
  363. package/src/assets/icons/detailed/news.svg +0 -12
  364. package/src/assets/icons/detailed/no-prerequisites.svg +0 -13
  365. package/src/assets/icons/detailed/notes.svg +0 -14
  366. package/src/assets/icons/detailed/number-code.svg +0 -34
  367. package/src/assets/icons/detailed/numbered-list.svg +0 -18
  368. package/src/assets/icons/detailed/on-site.svg +0 -22
  369. package/src/assets/icons/detailed/order-down.svg +0 -12
  370. package/src/assets/icons/detailed/order-up.svg +0 -12
  371. package/src/assets/icons/detailed/paste.svg +0 -14
  372. package/src/assets/icons/detailed/pausa.svg +0 -8
  373. package/src/assets/icons/detailed/pdf.svg +0 -12
  374. package/src/assets/icons/detailed/phone.svg +0 -10
  375. package/src/assets/icons/detailed/pin-map.svg +0 -12
  376. package/src/assets/icons/detailed/pin.svg +0 -15
  377. package/src/assets/icons/detailed/pizza.svg +0 -17
  378. package/src/assets/icons/detailed/play.svg +0 -11
  379. package/src/assets/icons/detailed/plug-in.svg +0 -10
  380. package/src/assets/icons/detailed/pointer.svg +0 -12
  381. package/src/assets/icons/detailed/printer.svg +0 -26
  382. package/src/assets/icons/detailed/profile-add.svg +0 -20
  383. package/src/assets/icons/detailed/profile.svg +0 -10
  384. package/src/assets/icons/detailed/push-pin-off.svg +0 -11
  385. package/src/assets/icons/detailed/push-pin-on.svg +0 -9
  386. package/src/assets/icons/detailed/qrcode.svg +0 -28
  387. package/src/assets/icons/detailed/question-badge.svg +0 -10
  388. package/src/assets/icons/detailed/radio.svg +0 -8
  389. package/src/assets/icons/detailed/redo.svg +0 -9
  390. package/src/assets/icons/detailed/relations.svg +0 -32
  391. package/src/assets/icons/detailed/reload.svg +0 -13
  392. package/src/assets/icons/detailed/remove-circle.svg +0 -10
  393. package/src/assets/icons/detailed/remove.svg +0 -5
  394. package/src/assets/icons/detailed/reorder.svg +0 -12
  395. package/src/assets/icons/detailed/repeat.svg +0 -12
  396. package/src/assets/icons/detailed/repository.svg +0 -18
  397. package/src/assets/icons/detailed/request-form.svg +0 -18
  398. package/src/assets/icons/detailed/resize-100%.svg +0 -15
  399. package/src/assets/icons/detailed/resize-height.svg +0 -12
  400. package/src/assets/icons/detailed/resize-width.svg +0 -12
  401. package/src/assets/icons/detailed/search.svg +0 -12
  402. package/src/assets/icons/detailed/sequential-prerequisites.svg +0 -20
  403. package/src/assets/icons/detailed/settings.svg +0 -14
  404. package/src/assets/icons/detailed/share.svg +0 -20
  405. package/src/assets/icons/detailed/sketch.svg +0 -12
  406. package/src/assets/icons/detailed/skills.svg +0 -20
  407. package/src/assets/icons/detailed/skip-back.svg +0 -12
  408. package/src/assets/icons/detailed/skip-forward.svg +0 -13
  409. package/src/assets/icons/detailed/sms.svg +0 -18
  410. package/src/assets/icons/detailed/sso-access.svg +0 -18
  411. package/src/assets/icons/detailed/star-active.svg +0 -6
  412. package/src/assets/icons/detailed/star.svg +0 -6
  413. package/src/assets/icons/detailed/success.svg +0 -10
  414. package/src/assets/icons/detailed/sun.svg +0 -24
  415. package/src/assets/icons/detailed/sunrise.svg +0 -18
  416. package/src/assets/icons/detailed/support.svg +0 -18
  417. package/src/assets/icons/detailed/survey.svg +0 -24
  418. package/src/assets/icons/detailed/table.svg +0 -11
  419. package/src/assets/icons/detailed/tematic-channels.svg +0 -12
  420. package/src/assets/icons/detailed/test.svg +0 -14
  421. package/src/assets/icons/detailed/text-body.svg +0 -8
  422. package/src/assets/icons/detailed/text-edit.svg +0 -11
  423. package/src/assets/icons/detailed/text-style.svg +0 -10
  424. package/src/assets/icons/detailed/time.svg +0 -10
  425. package/src/assets/icons/detailed/toilet-piper.svg +0 -15
  426. package/src/assets/icons/detailed/training-points.svg +0 -16
  427. package/src/assets/icons/detailed/trash.svg +0 -19
  428. package/src/assets/icons/detailed/underline.svg +0 -8
  429. package/src/assets/icons/detailed/undo.svg +0 -9
  430. package/src/assets/icons/detailed/unlock.svg +0 -13
  431. package/src/assets/icons/detailed/upload.svg +0 -10
  432. package/src/assets/icons/detailed/user-add.svg +0 -16
  433. package/src/assets/icons/detailed/user-badge.svg +0 -11
  434. package/src/assets/icons/detailed/user.svg +0 -8
  435. package/src/assets/icons/detailed/video-off.svg +0 -17
  436. package/src/assets/icons/detailed/video-on.svg +0 -16
  437. package/src/assets/icons/detailed/video-rec.svg +0 -19
  438. package/src/assets/icons/detailed/view-card.svg +0 -12
  439. package/src/assets/icons/detailed/view-list.svg +0 -20
  440. package/src/assets/icons/detailed/view.svg +0 -7
  441. package/src/assets/icons/detailed/voice-off.svg +0 -14
  442. package/src/assets/icons/detailed/voice-on.svg +0 -16
  443. package/src/assets/icons/detailed/volume-down.svg +0 -14
  444. package/src/assets/icons/detailed/volume-off.svg +0 -19
  445. package/src/assets/icons/detailed/volume-up.svg +0 -16
  446. package/src/assets/icons/detailed/warning.svg +0 -16
  447. package/src/assets/icons/detailed/webinar.svg +0 -57
  448. package/src/assets/icons/detailed/whiteboard.svg +0 -16
  449. package/src/assets/icons/detailed/wine.svg +0 -22
  450. package/src/assets/icons/detailed/zip.svg +0 -17
  451. package/src/assets/icons/detailed/zoom-in.svg +0 -18
  452. package/src/assets/icons/detailed/zoom-out.svg +0 -16
  453. package/src/assets/icons/detailed.json +0 -1
  454. package/src/assets/icons/normal/add-circle.svg +0 -12
  455. package/src/assets/icons/normal/add.svg +0 -4
  456. package/src/assets/icons/normal/align-center.svg +0 -11
  457. package/src/assets/icons/normal/align-justify.svg +0 -11
  458. package/src/assets/icons/normal/align-left.svg +0 -11
  459. package/src/assets/icons/normal/align-right.svg +0 -11
  460. package/src/assets/icons/normal/analysis-2.svg +0 -18
  461. package/src/assets/icons/normal/analysis-3.svg +0 -8
  462. package/src/assets/icons/normal/analysis.svg +0 -14
  463. package/src/assets/icons/normal/apple.svg +0 -16
  464. package/src/assets/icons/normal/arrow-down.svg +0 -8
  465. package/src/assets/icons/normal/arrow-left.svg +0 -8
  466. package/src/assets/icons/normal/arrow-right.svg +0 -8
  467. package/src/assets/icons/normal/arrow-up.svg +0 -8
  468. package/src/assets/icons/normal/attachment.svg +0 -6
  469. package/src/assets/icons/normal/back-to-front.svg +0 -15
  470. package/src/assets/icons/normal/bell-active.svg +0 -14
  471. package/src/assets/icons/normal/bell.svg +0 -14
  472. package/src/assets/icons/normal/bold.svg +0 -8
  473. package/src/assets/icons/normal/bookmark active.svg +0 -12
  474. package/src/assets/icons/normal/bookmark.svg +0 -10
  475. package/src/assets/icons/normal/building.svg +0 -21
  476. package/src/assets/icons/normal/bulleted-list.svg +0 -23
  477. package/src/assets/icons/normal/calendar.svg +0 -20
  478. package/src/assets/icons/normal/camera-off.svg +0 -17
  479. package/src/assets/icons/normal/camera-on.svg +0 -16
  480. package/src/assets/icons/normal/catalog.svg +0 -13
  481. package/src/assets/icons/normal/certificate.svg +0 -12
  482. package/src/assets/icons/normal/chat.svg +0 -6
  483. package/src/assets/icons/normal/check-badge.svg +0 -9
  484. package/src/assets/icons/normal/check-circle.svg +0 -10
  485. package/src/assets/icons/normal/check.svg +0 -4
  486. package/src/assets/icons/normal/checkbox.svg +0 -8
  487. package/src/assets/icons/normal/chevron-down-circle.svg +0 -10
  488. package/src/assets/icons/normal/chevron-down.svg +0 -6
  489. package/src/assets/icons/normal/chevron-left-circle.svg +0 -10
  490. package/src/assets/icons/normal/chevron-left.svg +0 -6
  491. package/src/assets/icons/normal/chevron-right-circle.svg +0 -10
  492. package/src/assets/icons/normal/chevron-right.svg +0 -7
  493. package/src/assets/icons/normal/chevron-up-circle.svg +0 -10
  494. package/src/assets/icons/normal/chevron-up.svg +0 -6
  495. package/src/assets/icons/normal/circle.svg +0 -8
  496. package/src/assets/icons/normal/classroom.svg +0 -36
  497. package/src/assets/icons/normal/clear-field.svg +0 -14
  498. package/src/assets/icons/normal/clear-style.svg +0 -18
  499. package/src/assets/icons/normal/close-circle.svg +0 -14
  500. package/src/assets/icons/normal/close-loader.svg +0 -6
  501. package/src/assets/icons/normal/close.svg +0 -8
  502. package/src/assets/icons/normal/coffee.svg +0 -26
  503. package/src/assets/icons/normal/color.svg +0 -18
  504. package/src/assets/icons/normal/contact-us.svg +0 -29
  505. package/src/assets/icons/normal/copy.svg +0 -10
  506. package/src/assets/icons/normal/courses.svg +0 -22
  507. package/src/assets/icons/normal/dashboard.svg +0 -18
  508. package/src/assets/icons/normal/download.svg +0 -10
  509. package/src/assets/icons/normal/drag.svg +0 -5
  510. package/src/assets/icons/normal/dulicate.svg +0 -22
  511. package/src/assets/icons/normal/edit.svg +0 -16
  512. package/src/assets/icons/normal/elearning.svg +0 -16
  513. package/src/assets/icons/normal/email.svg +0 -11
  514. package/src/assets/icons/normal/error-2.svg +0 -8
  515. package/src/assets/icons/normal/error.svg +0 -12
  516. package/src/assets/icons/normal/exercise.svg +0 -26
  517. package/src/assets/icons/normal/external-link.svg +0 -11
  518. package/src/assets/icons/normal/extract.svg +0 -14
  519. package/src/assets/icons/normal/eye-off.svg +0 -14
  520. package/src/assets/icons/normal/eye-on.svg +0 -16
  521. package/src/assets/icons/normal/fail.svg +0 -11
  522. package/src/assets/icons/normal/fast-back.svg +0 -19
  523. package/src/assets/icons/normal/fast-forward.svg +0 -17
  524. package/src/assets/icons/normal/file-add.svg +0 -16
  525. package/src/assets/icons/normal/file-duplicate.svg +0 -22
  526. package/src/assets/icons/normal/file-remove.svg +0 -14
  527. package/src/assets/icons/normal/file-required.svg +0 -24
  528. package/src/assets/icons/normal/file.svg +0 -13
  529. package/src/assets/icons/normal/filter-2.svg +0 -20
  530. package/src/assets/icons/normal/filter-active.svg +0 -12
  531. package/src/assets/icons/normal/filter.svg +0 -12
  532. package/src/assets/icons/normal/flag.svg +0 -10
  533. package/src/assets/icons/normal/folder.svg +0 -12
  534. package/src/assets/icons/normal/full-width.svg +0 -9
  535. package/src/assets/icons/normal/go-to-back.svg +0 -19
  536. package/src/assets/icons/normal/grid.svg +0 -20
  537. package/src/assets/icons/normal/group-add.svg +0 -18
  538. package/src/assets/icons/normal/group.svg +0 -14
  539. package/src/assets/icons/normal/heart-active.svg +0 -10
  540. package/src/assets/icons/normal/heart.svg +0 -10
  541. package/src/assets/icons/normal/highlighter.svg +0 -11
  542. package/src/assets/icons/normal/home.svg +0 -12
  543. package/src/assets/icons/normal/hourglass.svg +0 -8
  544. package/src/assets/icons/normal/image.svg +0 -15
  545. package/src/assets/icons/normal/info-badge.svg +0 -9
  546. package/src/assets/icons/normal/information.svg +0 -12
  547. package/src/assets/icons/normal/italic.svg +0 -10
  548. package/src/assets/icons/normal/key.svg +0 -8
  549. package/src/assets/icons/normal/language.svg +0 -14
  550. package/src/assets/icons/normal/learning-path.svg +0 -7
  551. package/src/assets/icons/normal/light-off.svg +0 -10
  552. package/src/assets/icons/normal/light-on.svg +0 -17
  553. package/src/assets/icons/normal/link.svg +0 -12
  554. package/src/assets/icons/normal/lock.svg +0 -12
  555. package/src/assets/icons/normal/login.svg +0 -10
  556. package/src/assets/icons/normal/logout.svg +0 -10
  557. package/src/assets/icons/normal/maximize.svg +0 -10
  558. package/src/assets/icons/normal/menu.svg +0 -8
  559. package/src/assets/icons/normal/merge.svg +0 -20
  560. package/src/assets/icons/normal/minimize.svg +0 -12
  561. package/src/assets/icons/normal/mixed-class.svg +0 -36
  562. package/src/assets/icons/normal/more-horizontal.svg +0 -7
  563. package/src/assets/icons/normal/more-vertical.svg +0 -7
  564. package/src/assets/icons/normal/news.svg +0 -9
  565. package/src/assets/icons/normal/no-prerequisites.svg +0 -12
  566. package/src/assets/icons/normal/notes.svg +0 -15
  567. package/src/assets/icons/normal/number-code.svg +0 -34
  568. package/src/assets/icons/normal/numbered-list.svg +0 -19
  569. package/src/assets/icons/normal/on-site.svg +0 -18
  570. package/src/assets/icons/normal/order-down.svg +0 -12
  571. package/src/assets/icons/normal/order-up.svg +0 -11
  572. package/src/assets/icons/normal/paste.svg +0 -14
  573. package/src/assets/icons/normal/pausa.svg +0 -7
  574. package/src/assets/icons/normal/pdf.svg +0 -12
  575. package/src/assets/icons/normal/phone.svg +0 -10
  576. package/src/assets/icons/normal/pin-map.svg +0 -10
  577. package/src/assets/icons/normal/pin.svg +0 -12
  578. package/src/assets/icons/normal/pizza.svg +0 -17
  579. package/src/assets/icons/normal/play.svg +0 -9
  580. package/src/assets/icons/normal/plug-in.svg +0 -10
  581. package/src/assets/icons/normal/pointer.svg +0 -12
  582. package/src/assets/icons/normal/printer.svg +0 -28
  583. package/src/assets/icons/normal/profile-add.svg +0 -28
  584. package/src/assets/icons/normal/profile.svg +0 -15
  585. package/src/assets/icons/normal/push pin on.svg +0 -9
  586. package/src/assets/icons/normal/push-pin-off.svg +0 -23
  587. package/src/assets/icons/normal/qrcode.svg +0 -26
  588. package/src/assets/icons/normal/question-badge.svg +0 -10
  589. package/src/assets/icons/normal/radio.svg +0 -8
  590. package/src/assets/icons/normal/redo.svg +0 -9
  591. package/src/assets/icons/normal/relations.svg +0 -28
  592. package/src/assets/icons/normal/reload.svg +0 -12
  593. package/src/assets/icons/normal/remove-circle.svg +0 -10
  594. package/src/assets/icons/normal/remove.svg +0 -4
  595. package/src/assets/icons/normal/reorder.svg +0 -12
  596. package/src/assets/icons/normal/repeat.svg +0 -12
  597. package/src/assets/icons/normal/repository.svg +0 -18
  598. package/src/assets/icons/normal/request-form.svg +0 -18
  599. package/src/assets/icons/normal/resize-100%.svg +0 -17
  600. package/src/assets/icons/normal/resize-height.svg +0 -12
  601. package/src/assets/icons/normal/resize-width.svg +0 -12
  602. package/src/assets/icons/normal/search.svg +0 -10
  603. package/src/assets/icons/normal/sequential-prerequisites.svg +0 -20
  604. package/src/assets/icons/normal/settings.svg +0 -14
  605. package/src/assets/icons/normal/share.svg +0 -20
  606. package/src/assets/icons/normal/sketch.svg +0 -11
  607. package/src/assets/icons/normal/skills.svg +0 -16
  608. package/src/assets/icons/normal/skip-back.svg +0 -12
  609. package/src/assets/icons/normal/skip-forward.svg +0 -13
  610. package/src/assets/icons/normal/sms.svg +0 -20
  611. package/src/assets/icons/normal/sso-access.svg +0 -20
  612. package/src/assets/icons/normal/star-active.svg +0 -4
  613. package/src/assets/icons/normal/star.svg +0 -4
  614. package/src/assets/icons/normal/success.svg +0 -10
  615. package/src/assets/icons/normal/sun.svg +0 -24
  616. package/src/assets/icons/normal/sunrise.svg +0 -18
  617. package/src/assets/icons/normal/support.svg +0 -18
  618. package/src/assets/icons/normal/survey.svg +0 -24
  619. package/src/assets/icons/normal/table.svg +0 -11
  620. package/src/assets/icons/normal/tematic-channels.svg +0 -10
  621. package/src/assets/icons/normal/test.svg +0 -15
  622. package/src/assets/icons/normal/text-body.svg +0 -8
  623. package/src/assets/icons/normal/text-edit.svg +0 -11
  624. package/src/assets/icons/normal/text-style.svg +0 -10
  625. package/src/assets/icons/normal/time.svg +0 -10
  626. package/src/assets/icons/normal/toilet-paper.svg +0 -15
  627. package/src/assets/icons/normal/training-points.svg +0 -16
  628. package/src/assets/icons/normal/trash.svg +0 -19
  629. package/src/assets/icons/normal/underline.svg +0 -8
  630. package/src/assets/icons/normal/undo.svg +0 -9
  631. package/src/assets/icons/normal/unlock.svg +0 -13
  632. package/src/assets/icons/normal/upload.svg +0 -10
  633. package/src/assets/icons/normal/user-add.svg +0 -14
  634. package/src/assets/icons/normal/user-badge.svg +0 -11
  635. package/src/assets/icons/normal/user.svg +0 -5
  636. package/src/assets/icons/normal/video-off.svg +0 -11
  637. package/src/assets/icons/normal/video-on.svg +0 -20
  638. package/src/assets/icons/normal/video-rec.svg +0 -23
  639. package/src/assets/icons/normal/view-card.svg +0 -10
  640. package/src/assets/icons/normal/view-list.svg +0 -18
  641. package/src/assets/icons/normal/view.svg +0 -8
  642. package/src/assets/icons/normal/voice-off.svg +0 -18
  643. package/src/assets/icons/normal/voice-on.svg +0 -15
  644. package/src/assets/icons/normal/volume-down.svg +0 -14
  645. package/src/assets/icons/normal/volume-off.svg +0 -18
  646. package/src/assets/icons/normal/volume-up.svg +0 -16
  647. package/src/assets/icons/normal/warning.svg +0 -16
  648. package/src/assets/icons/normal/webinar.svg +0 -36
  649. package/src/assets/icons/normal/whiteboard.svg +0 -17
  650. package/src/assets/icons/normal/wine.svg +0 -22
  651. package/src/assets/icons/normal/zip.svg +0 -19
  652. package/src/assets/icons/normal/zoom-in.svg +0 -16
  653. package/src/assets/icons/normal/zoom-out.svg +0 -14
  654. package/src/assets/icons/normal.json +0 -1
  655. package/src/assets/icons/simple/add-circle.svg +0 -12
  656. package/src/assets/icons/simple/add.svg +0 -8
  657. package/src/assets/icons/simple/align-center.svg +0 -12
  658. package/src/assets/icons/simple/align-justify.svg +0 -12
  659. package/src/assets/icons/simple/align-left.svg +0 -12
  660. package/src/assets/icons/simple/align-right.svg +0 -12
  661. package/src/assets/icons/simple/analysis-2.svg +0 -21
  662. package/src/assets/icons/simple/analysis-3.svg +0 -8
  663. package/src/assets/icons/simple/analysis.svg +0 -16
  664. package/src/assets/icons/simple/apple.svg +0 -18
  665. package/src/assets/icons/simple/arrow-down.svg +0 -8
  666. package/src/assets/icons/simple/arrow-left.svg +0 -8
  667. package/src/assets/icons/simple/arrow-right.svg +0 -8
  668. package/src/assets/icons/simple/arrow-up.svg +0 -8
  669. package/src/assets/icons/simple/attachment.svg +0 -10
  670. package/src/assets/icons/simple/bck-to-front.svg +0 -19
  671. package/src/assets/icons/simple/bell-active.svg +0 -14
  672. package/src/assets/icons/simple/bell.svg +0 -14
  673. package/src/assets/icons/simple/bold.svg +0 -8
  674. package/src/assets/icons/simple/bookmark-active.svg +0 -12
  675. package/src/assets/icons/simple/bookmark.svg +0 -12
  676. package/src/assets/icons/simple/building.svg +0 -25
  677. package/src/assets/icons/simple/bulleted-list.svg +0 -22
  678. package/src/assets/icons/simple/calendar.svg +0 -22
  679. package/src/assets/icons/simple/camera-off.svg +0 -12
  680. package/src/assets/icons/simple/camera-on.svg +0 -16
  681. package/src/assets/icons/simple/catalog.svg +0 -14
  682. package/src/assets/icons/simple/certificate.svg +0 -15
  683. package/src/assets/icons/simple/chat.svg +0 -9
  684. package/src/assets/icons/simple/check-badge.svg +0 -9
  685. package/src/assets/icons/simple/check-circle.svg +0 -10
  686. package/src/assets/icons/simple/check.svg +0 -6
  687. package/src/assets/icons/simple/checkbox.svg +0 -6
  688. package/src/assets/icons/simple/chevron-down-circle.svg +0 -10
  689. package/src/assets/icons/simple/chevron-down.svg +0 -6
  690. package/src/assets/icons/simple/chevron-left-circle.svg +0 -10
  691. package/src/assets/icons/simple/chevron-left.svg +0 -6
  692. package/src/assets/icons/simple/chevron-right-circle.svg +0 -10
  693. package/src/assets/icons/simple/chevron-right.svg +0 -7
  694. package/src/assets/icons/simple/chevron-up-circle.svg +0 -10
  695. package/src/assets/icons/simple/chevron-up.svg +0 -6
  696. package/src/assets/icons/simple/circle.svg +0 -8
  697. package/src/assets/icons/simple/classroom.svg +0 -38
  698. package/src/assets/icons/simple/clear-field.svg +0 -11
  699. package/src/assets/icons/simple/clear-style.svg +0 -15
  700. package/src/assets/icons/simple/close-circle.svg +0 -14
  701. package/src/assets/icons/simple/close-loader.svg +0 -6
  702. package/src/assets/icons/simple/close.svg +0 -10
  703. package/src/assets/icons/simple/coffee.svg +0 -28
  704. package/src/assets/icons/simple/color.svg +0 -20
  705. package/src/assets/icons/simple/contact-us.svg +0 -26
  706. package/src/assets/icons/simple/copy.svg +0 -10
  707. package/src/assets/icons/simple/courses.svg +0 -21
  708. package/src/assets/icons/simple/dashboard.svg +0 -20
  709. package/src/assets/icons/simple/download.svg +0 -10
  710. package/src/assets/icons/simple/drag.svg +0 -10
  711. package/src/assets/icons/simple/duplicate.svg +0 -24
  712. package/src/assets/icons/simple/edit.svg +0 -17
  713. package/src/assets/icons/simple/elearning.svg +0 -17
  714. package/src/assets/icons/simple/email.svg +0 -11
  715. package/src/assets/icons/simple/error-2.svg +0 -8
  716. package/src/assets/icons/simple/error.svg +0 -12
  717. package/src/assets/icons/simple/exercise.svg +0 -30
  718. package/src/assets/icons/simple/external-link.svg +0 -13
  719. package/src/assets/icons/simple/extract.svg +0 -17
  720. package/src/assets/icons/simple/eye-off.svg +0 -13
  721. package/src/assets/icons/simple/eye-on.svg +0 -11
  722. package/src/assets/icons/simple/fail.svg +0 -11
  723. package/src/assets/icons/simple/fast-back.svg +0 -20
  724. package/src/assets/icons/simple/fast-forward.svg +0 -19
  725. package/src/assets/icons/simple/file-add.svg +0 -20
  726. package/src/assets/icons/simple/file-duplicate.svg +0 -22
  727. package/src/assets/icons/simple/file-remove.svg +0 -18
  728. package/src/assets/icons/simple/file-required.svg +0 -24
  729. package/src/assets/icons/simple/file.svg +0 -14
  730. package/src/assets/icons/simple/filter-2.svg +0 -24
  731. package/src/assets/icons/simple/filter-active.svg +0 -13
  732. package/src/assets/icons/simple/filter.svg +0 -12
  733. package/src/assets/icons/simple/flag.svg +0 -12
  734. package/src/assets/icons/simple/folder.svg +0 -14
  735. package/src/assets/icons/simple/full-width.svg +0 -11
  736. package/src/assets/icons/simple/go-to-back.svg +0 -18
  737. package/src/assets/icons/simple/grid.svg +0 -20
  738. package/src/assets/icons/simple/group-add.svg +0 -24
  739. package/src/assets/icons/simple/group.svg +0 -18
  740. package/src/assets/icons/simple/heart-active.svg +0 -12
  741. package/src/assets/icons/simple/heart.svg +0 -12
  742. package/src/assets/icons/simple/highlighter.svg +0 -12
  743. package/src/assets/icons/simple/home.svg +0 -13
  744. package/src/assets/icons/simple/hourglass.svg +0 -11
  745. package/src/assets/icons/simple/image.svg +0 -15
  746. package/src/assets/icons/simple/info-badge.svg +0 -9
  747. package/src/assets/icons/simple/information.svg +0 -12
  748. package/src/assets/icons/simple/italic.svg +0 -12
  749. package/src/assets/icons/simple/key.svg +0 -11
  750. package/src/assets/icons/simple/language.svg +0 -12
  751. package/src/assets/icons/simple/learning-path.svg +0 -9
  752. package/src/assets/icons/simple/light-off.svg +0 -7
  753. package/src/assets/icons/simple/light-on.svg +0 -18
  754. package/src/assets/icons/simple/link.svg +0 -14
  755. package/src/assets/icons/simple/lock.svg +0 -13
  756. package/src/assets/icons/simple/login.svg +0 -11
  757. package/src/assets/icons/simple/logout.svg +0 -11
  758. package/src/assets/icons/simple/maximaze.svg +0 -12
  759. package/src/assets/icons/simple/menu.svg +0 -10
  760. package/src/assets/icons/simple/merge.svg +0 -20
  761. package/src/assets/icons/simple/minimaze.svg +0 -12
  762. package/src/assets/icons/simple/mixed-class.svg +0 -40
  763. package/src/assets/icons/simple/more-horizontal.svg +0 -8
  764. package/src/assets/icons/simple/more-vertical.svg +0 -8
  765. package/src/assets/icons/simple/news.svg +0 -12
  766. package/src/assets/icons/simple/no-prerequisites.svg +0 -17
  767. package/src/assets/icons/simple/notes.svg +0 -14
  768. package/src/assets/icons/simple/number-code.svg +0 -29
  769. package/src/assets/icons/simple/numbered-list.svg +0 -18
  770. package/src/assets/icons/simple/on-site.svg +0 -18
  771. package/src/assets/icons/simple/order-down.svg +0 -12
  772. package/src/assets/icons/simple/order-up.svg +0 -12
  773. package/src/assets/icons/simple/paste.svg +0 -14
  774. package/src/assets/icons/simple/pausa.svg +0 -8
  775. package/src/assets/icons/simple/pdf.svg +0 -12
  776. package/src/assets/icons/simple/phone.svg +0 -10
  777. package/src/assets/icons/simple/pin-map.svg +0 -13
  778. package/src/assets/icons/simple/pin.svg +0 -14
  779. package/src/assets/icons/simple/pizza.svg +0 -17
  780. package/src/assets/icons/simple/play.svg +0 -10
  781. package/src/assets/icons/simple/plug-in.svg +0 -10
  782. package/src/assets/icons/simple/pointer.svg +0 -6
  783. package/src/assets/icons/simple/printer.svg +0 -28
  784. package/src/assets/icons/simple/profile-add.svg +0 -28
  785. package/src/assets/icons/simple/profile.svg +0 -13
  786. package/src/assets/icons/simple/push-pin-off.svg +0 -11
  787. package/src/assets/icons/simple/push-pin-on.svg +0 -12
  788. package/src/assets/icons/simple/qrcode.svg +0 -26
  789. package/src/assets/icons/simple/question-badge.svg +0 -10
  790. package/src/assets/icons/simple/radio.svg +0 -8
  791. package/src/assets/icons/simple/redo.svg +0 -9
  792. package/src/assets/icons/simple/relations.svg +0 -28
  793. package/src/assets/icons/simple/reload.svg +0 -12
  794. package/src/assets/icons/simple/remove-circle.svg +0 -10
  795. package/src/assets/icons/simple/remove.svg +0 -6
  796. package/src/assets/icons/simple/repeart.svg +0 -14
  797. package/src/assets/icons/simple/repository.svg +0 -18
  798. package/src/assets/icons/simple/request-form.svg +0 -20
  799. package/src/assets/icons/simple/resize-100%.svg +0 -15
  800. package/src/assets/icons/simple/resize-height.svg +0 -12
  801. package/src/assets/icons/simple/resize-width.svg +0 -14
  802. package/src/assets/icons/simple/search.svg +0 -10
  803. package/src/assets/icons/simple/sequential-prerequisites.svg +0 -22
  804. package/src/assets/icons/simple/settings.svg +0 -17
  805. package/src/assets/icons/simple/share.svg +0 -21
  806. package/src/assets/icons/simple/sketch.svg +0 -13
  807. package/src/assets/icons/simple/skills.svg +0 -17
  808. package/src/assets/icons/simple/skip-back.svg +0 -14
  809. package/src/assets/icons/simple/skip-forward.svg +0 -14
  810. package/src/assets/icons/simple/sms.svg +0 -22
  811. package/src/assets/icons/simple/sso-access.svg +0 -20
  812. package/src/assets/icons/simple/star-active.svg +0 -6
  813. package/src/assets/icons/simple/star.svg +0 -6
  814. package/src/assets/icons/simple/success.svg +0 -12
  815. package/src/assets/icons/simple/sun.svg +0 -22
  816. package/src/assets/icons/simple/sunrise.svg +0 -18
  817. package/src/assets/icons/simple/support.svg +0 -18
  818. package/src/assets/icons/simple/survey.svg +0 -32
  819. package/src/assets/icons/simple/table.svg +0 -11
  820. package/src/assets/icons/simple/tematic-channels.svg +0 -15
  821. package/src/assets/icons/simple/test.svg +0 -23
  822. package/src/assets/icons/simple/text-body.svg +0 -7
  823. package/src/assets/icons/simple/text-edit.svg +0 -11
  824. package/src/assets/icons/simple/text-style.svg +0 -10
  825. package/src/assets/icons/simple/time.svg +0 -10
  826. package/src/assets/icons/simple/toilet-paper.svg +0 -17
  827. package/src/assets/icons/simple/training-points.svg +0 -18
  828. package/src/assets/icons/simple/trash.svg +0 -20
  829. package/src/assets/icons/simple/underline.svg +0 -9
  830. package/src/assets/icons/simple/undo.svg +0 -9
  831. package/src/assets/icons/simple/unlock.svg +0 -15
  832. package/src/assets/icons/simple/upload.svg +0 -10
  833. package/src/assets/icons/simple/user-add.svg +0 -18
  834. package/src/assets/icons/simple/user-badge.svg +0 -12
  835. package/src/assets/icons/simple/user.svg +0 -8
  836. package/src/assets/icons/simple/video-off.svg +0 -17
  837. package/src/assets/icons/simple/video-on.svg +0 -17
  838. package/src/assets/icons/simple/video-rec.svg +0 -20
  839. package/src/assets/icons/simple/view-card.svg +0 -12
  840. package/src/assets/icons/simple/view-list.svg +0 -20
  841. package/src/assets/icons/simple/view.svg +0 -17
  842. package/src/assets/icons/simple/voice-off.svg +0 -16
  843. package/src/assets/icons/simple/voice-on.svg +0 -16
  844. package/src/assets/icons/simple/volume-down.svg +0 -15
  845. package/src/assets/icons/simple/volume-off.svg +0 -16
  846. package/src/assets/icons/simple/volume-up.svg +0 -16
  847. package/src/assets/icons/simple/warning.svg +0 -14
  848. package/src/assets/icons/simple/webinar.svg +0 -19
  849. package/src/assets/icons/simple/whiteboard.svg +0 -16
  850. package/src/assets/icons/simple/wine.svg +0 -24
  851. package/src/assets/icons/simple/zip.svg +0 -22
  852. package/src/assets/icons/simple/zoom-in.svg +0 -18
  853. package/src/assets/icons/simple/zoom-out.svg +0 -17
  854. package/src/assets/icons/simple.json +0 -1
  855. package/src/components/VvAccordion/VvAccordion.vue +0 -109
  856. package/src/components/VvAccordion/index.ts +0 -96
  857. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +0 -115
  858. package/src/components/VvAccordionGroup/index.ts +0 -50
  859. package/src/components/VvAction/VvAction.vue +0 -146
  860. package/src/components/VvAction/index.ts +0 -5
  861. package/src/components/VvAlert/VvAlert.vue +0 -76
  862. package/src/components/VvAlert/index.ts +0 -162
  863. package/src/components/VvAlertGroup/VvAlertGroup.vue +0 -64
  864. package/src/components/VvAlertGroup/index.ts +0 -132
  865. package/src/components/VvAvatar/VvAvatar.vue +0 -21
  866. package/src/components/VvAvatar/index.ts +0 -9
  867. package/src/components/VvAvatarGroup/VvAvatarGroup.vue +0 -65
  868. package/src/components/VvAvatarGroup/index.ts +0 -28
  869. package/src/components/VvBadge/VvBadge.vue +0 -20
  870. package/src/components/VvBadge/index.ts +0 -6
  871. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +0 -54
  872. package/src/components/VvBreadcrumb/index.ts +0 -13
  873. package/src/components/VvButton/VvButton.vue +0 -164
  874. package/src/components/VvButton/index.ts +0 -132
  875. package/src/components/VvButtonGroup/VvButtonGroup.vue +0 -74
  876. package/src/components/VvButtonGroup/index.ts +0 -28
  877. package/src/components/VvCard/VvCard.vue +0 -37
  878. package/src/components/VvCard/index.ts +0 -6
  879. package/src/components/VvCheckbox/VvCheckbox.vue +0 -198
  880. package/src/components/VvCheckbox/index.ts +0 -65
  881. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +0 -99
  882. package/src/components/VvCheckboxGroup/index.ts +0 -5
  883. package/src/components/VvCombobox/VvCombobox.vue +0 -629
  884. package/src/components/VvCombobox/index.ts +0 -179
  885. package/src/components/VvDialog/VvDialog.vue +0 -144
  886. package/src/components/VvDialog/index.ts +0 -42
  887. package/src/components/VvDropdown/VvDropdown.vue +0 -475
  888. package/src/components/VvDropdown/VvDropdownAction.vue +0 -46
  889. package/src/components/VvDropdown/VvDropdownItem.vue +0 -32
  890. package/src/components/VvDropdown/VvDropdownOptgroup.vue +0 -18
  891. package/src/components/VvDropdown/VvDropdownOption.vue +0 -72
  892. package/src/components/VvDropdown/index.ts +0 -32
  893. package/src/components/VvIcon/README.md +0 -64
  894. package/src/components/VvIcon/VvIcon.vue +0 -139
  895. package/src/components/VvIcon/index.ts +0 -103
  896. package/src/components/VvInputText/VvInputClearAction.ts +0 -52
  897. package/src/components/VvInputText/VvInputPasswordAction.ts +0 -68
  898. package/src/components/VvInputText/VvInputStepAction.ts +0 -49
  899. package/src/components/VvInputText/VvInputText.vue +0 -547
  900. package/src/components/VvInputText/VvInputTextActions.ts +0 -97
  901. package/src/components/VvInputText/index.ts +0 -199
  902. package/src/components/VvNav/VvNav.vue +0 -44
  903. package/src/components/VvNav/VvNavItem.vue +0 -18
  904. package/src/components/VvNav/VvNavSeparator.vue +0 -11
  905. package/src/components/VvNav/index.ts +0 -8
  906. package/src/components/VvProgress/VvProgress.vue +0 -34
  907. package/src/components/VvProgress/index.ts +0 -32
  908. package/src/components/VvRadio/VvRadio.vue +0 -124
  909. package/src/components/VvRadio/index.ts +0 -46
  910. package/src/components/VvRadioGroup/VvRadioGroup.vue +0 -103
  911. package/src/components/VvRadioGroup/index.ts +0 -5
  912. package/src/components/VvSelect/VvSelect.vue +0 -247
  913. package/src/components/VvSelect/index.ts +0 -69
  914. package/src/components/VvTab/VvTab.vue +0 -77
  915. package/src/components/VvTab/index.ts +0 -19
  916. package/src/components/VvTextarea/VvTextarea.vue +0 -225
  917. package/src/components/VvTextarea/index.ts +0 -50
  918. package/src/components/VvTooltip/VvTooltip.vue +0 -23
  919. package/src/components/VvTooltip/index.ts +0 -18
  920. package/src/components/common/HintSlot.ts +0 -175
  921. package/src/components/index.ts +0 -24
  922. package/src/composables/alert/useAlert.ts +0 -103
  923. package/src/composables/alert/useInjectAlert.ts +0 -8
  924. package/src/composables/alert/useProvideAlert.ts +0 -23
  925. package/src/composables/dropdown/useInjectDropdown.ts +0 -26
  926. package/src/composables/dropdown/useProvideDropdown.ts +0 -94
  927. package/src/composables/group/useInjectedGroupState.ts +0 -51
  928. package/src/composables/group/useProvideGroupState.ts +0 -20
  929. package/src/composables/index.ts +0 -1
  930. package/src/composables/useComponentFocus.ts +0 -16
  931. package/src/composables/useComponentIcon.ts +0 -41
  932. package/src/composables/useDebouncedInput.ts +0 -32
  933. package/src/composables/useDefaults.ts +0 -89
  934. package/src/composables/useModifiers.ts +0 -36
  935. package/src/composables/useOptions.ts +0 -47
  936. package/src/composables/useTextCount.ts +0 -57
  937. package/src/composables/useUniqueId.ts +0 -5
  938. package/src/composables/useVolver.ts +0 -5
  939. package/src/constants.ts +0 -138
  940. package/src/directives/index.ts +0 -7
  941. package/src/directives/v-contextmenu.ts +0 -40
  942. package/src/directives/v-tooltip.ts +0 -15
  943. package/src/icons.ts +0 -7
  944. package/src/index.ts +0 -12
  945. package/src/props/index.ts +0 -479
  946. package/src/resolvers/unplugin.ts +0 -169
  947. package/src/shims.d.ts +0 -13
  948. package/src/stories/Accordion/Accordion.settings.ts +0 -57
  949. package/src/stories/Accordion/Accordion.stories.ts +0 -45
  950. package/src/stories/Accordion/Accordion.test.ts +0 -67
  951. package/src/stories/Accordion/AccordionSlots.stories.ts +0 -29
  952. package/src/stories/AccordionGroup/AccordionGroup.settings.ts +0 -77
  953. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +0 -62
  954. package/src/stories/AccordionGroup/AccordionGroup.test.ts +0 -56
  955. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +0 -53
  956. package/src/stories/Alert/Alert.settings.ts +0 -122
  957. package/src/stories/Alert/Alert.stories.ts +0 -60
  958. package/src/stories/Alert/Alert.test.ts +0 -99
  959. package/src/stories/Alert/AlertModifiers.stories.ts +0 -77
  960. package/src/stories/Alert/AlertSlots.stories.ts +0 -74
  961. package/src/stories/AlertGroup/AlertGroup.settings.ts +0 -110
  962. package/src/stories/AlertGroup/AlertGroup.stories.ts +0 -50
  963. package/src/stories/AlertGroup/AlertGroup.test.ts +0 -89
  964. package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +0 -103
  965. package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +0 -67
  966. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +0 -118
  967. package/src/stories/Avatar/Avatar.settings.ts +0 -37
  968. package/src/stories/Avatar/Avatar.stories.ts +0 -42
  969. package/src/stories/Avatar/Avatar.test.ts +0 -34
  970. package/src/stories/Avatar/AvatarBadge.stories.ts +0 -36
  971. package/src/stories/Avatar/AvatarModifiers.stories.ts +0 -100
  972. package/src/stories/Avatar/AvatarSlots.stories.ts +0 -34
  973. package/src/stories/AvatarGroup/AvatarGroup.settings.ts +0 -60
  974. package/src/stories/AvatarGroup/AvatarGroup.stories.ts +0 -35
  975. package/src/stories/AvatarGroup/AvatarGroup.test.ts +0 -36
  976. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +0 -31
  977. package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +0 -39
  978. package/src/stories/Badge/Badge.settings.ts +0 -26
  979. package/src/stories/Badge/Badge.stories.ts +0 -43
  980. package/src/stories/Badge/Badge.test.ts +0 -12
  981. package/src/stories/Badge/BadgeSlots.stories.ts +0 -23
  982. package/src/stories/Breadcrumb/Breadcrumb.settings.ts +0 -40
  983. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +0 -41
  984. package/src/stories/Breadcrumb/Breadcrumb.test.ts +0 -52
  985. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +0 -37
  986. package/src/stories/Button/Button.settings.ts +0 -159
  987. package/src/stories/Button/Button.stories.ts +0 -38
  988. package/src/stories/Button/Button.test.ts +0 -48
  989. package/src/stories/Button/ButtonIcon.stories.ts +0 -67
  990. package/src/stories/Button/ButtonLink.stories.ts +0 -40
  991. package/src/stories/Button/ButtonLoading.stories.ts +0 -41
  992. package/src/stories/Button/ButtonModifiers.stories.ts +0 -148
  993. package/src/stories/Button/ButtonSlots.stories.ts +0 -87
  994. package/src/stories/Button/ButtonState.stories.ts +0 -42
  995. package/src/stories/Button/ButtonToggle.stories.ts +0 -52
  996. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +0 -32
  997. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +0 -39
  998. package/src/stories/ButtonGroup/ButtonGroup.test.ts +0 -35
  999. package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +0 -39
  1000. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +0 -38
  1001. package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +0 -41
  1002. package/src/stories/Card/Card.settings.ts +0 -55
  1003. package/src/stories/Card/Card.stories.ts +0 -46
  1004. package/src/stories/Card/Card.test.ts +0 -23
  1005. package/src/stories/Card/CardSlots.stories.ts +0 -81
  1006. package/src/stories/Checkbox/Checkbox.settings.ts +0 -41
  1007. package/src/stories/Checkbox/Checkbox.stories.ts +0 -97
  1008. package/src/stories/Checkbox/Checkbox.test.ts +0 -81
  1009. package/src/stories/Checkbox/CheckboxBinary.stories.ts +0 -33
  1010. package/src/stories/Checkbox/CheckboxSlots.stories.ts +0 -31
  1011. package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +0 -15
  1012. package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +0 -87
  1013. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +0 -83
  1014. package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +0 -53
  1015. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +0 -47
  1016. package/src/stories/Combobox/Combobox.settings.ts +0 -403
  1017. package/src/stories/Combobox/Combobox.stories.ts +0 -176
  1018. package/src/stories/Combobox/Combobox.test.ts +0 -110
  1019. package/src/stories/Combobox/ComboboxIconPosition.stories.ts +0 -43
  1020. package/src/stories/Combobox/ComboboxMultiple.stories.ts +0 -41
  1021. package/src/stories/Combobox/ComboboxOptions.stories.ts +0 -114
  1022. package/src/stories/Combobox/ComboboxSlots.stories.ts +0 -104
  1023. package/src/stories/Dialog/Dialog.settings.ts +0 -45
  1024. package/src/stories/Dialog/Dialog.stories.ts +0 -51
  1025. package/src/stories/Dialog/Dialog.test.ts +0 -69
  1026. package/src/stories/Dialog/DialogSlots.stories.ts +0 -39
  1027. package/src/stories/Dropdown/Dropdown.settings.ts +0 -69
  1028. package/src/stories/Dropdown/Dropdown.stories.ts +0 -107
  1029. package/src/stories/Dropdown/Dropdown.test.ts +0 -21
  1030. package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +0 -49
  1031. package/src/stories/Dropdown/DropdownMultilevel.stories.ts +0 -61
  1032. package/src/stories/Dropdown/DropdownSlots.stories.ts +0 -95
  1033. package/src/stories/Icon/Icon.settings.ts +0 -72
  1034. package/src/stories/Icon/Icon.stories.ts +0 -48
  1035. package/src/stories/Icon/IconsCollection.stories.ts +0 -53
  1036. package/src/stories/InputText/InputText.settings.ts +0 -259
  1037. package/src/stories/InputText/InputText.stories.ts +0 -113
  1038. package/src/stories/InputText/InputText.test.ts +0 -144
  1039. package/src/stories/InputText/InputTextIconPosition.stories.ts +0 -43
  1040. package/src/stories/InputText/InputTextLength.stories.ts +0 -58
  1041. package/src/stories/InputText/InputTextMask.stories.ts +0 -122
  1042. package/src/stories/InputText/InputTextMinMax.stories.ts +0 -51
  1043. package/src/stories/InputText/InputTextSlots.stories.ts +0 -39
  1044. package/src/stories/InputText/InputTextType.stories.ts +0 -119
  1045. package/src/stories/Nav/Nav.settings.ts +0 -35
  1046. package/src/stories/Nav/Nav.stories.ts +0 -33
  1047. package/src/stories/Nav/Nav.test.ts +0 -21
  1048. package/src/stories/Nav/NavModifiers.stories.ts +0 -47
  1049. package/src/stories/Progress/Progress.settings.ts +0 -30
  1050. package/src/stories/Progress/Progress.stories.ts +0 -41
  1051. package/src/stories/Progress/Progress.test.ts +0 -9
  1052. package/src/stories/Radio/Radio.settings.ts +0 -15
  1053. package/src/stories/Radio/Radio.stories.ts +0 -81
  1054. package/src/stories/Radio/Radio.test.ts +0 -70
  1055. package/src/stories/Radio/RadioSlots.stories.ts +0 -31
  1056. package/src/stories/RadioGroup/RadioGroup.settings.ts +0 -15
  1057. package/src/stories/RadioGroup/RadioGroup.stories.ts +0 -88
  1058. package/src/stories/RadioGroup/RadioGroup.test.ts +0 -83
  1059. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +0 -53
  1060. package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +0 -47
  1061. package/src/stories/Select/Select.settings.ts +0 -80
  1062. package/src/stories/Select/Select.stories.ts +0 -113
  1063. package/src/stories/Select/Select.test.ts +0 -85
  1064. package/src/stories/Select/SelectIconPosition.stories.ts +0 -43
  1065. package/src/stories/Select/SelectOptions.stories.ts +0 -77
  1066. package/src/stories/Select/SelectSlots.stories.ts +0 -39
  1067. package/src/stories/Tab/Tab.settings.ts +0 -41
  1068. package/src/stories/Tab/Tab.stories.ts +0 -70
  1069. package/src/stories/Tab/Tab.test.ts +0 -29
  1070. package/src/stories/Textarea/Textarea.settings.ts +0 -88
  1071. package/src/stories/Textarea/Textarea.stories.ts +0 -107
  1072. package/src/stories/Textarea/Textarea.test.ts +0 -90
  1073. package/src/stories/Textarea/TextareaLength.stories.ts +0 -58
  1074. package/src/stories/Textarea/TextareaSlots.stories.ts +0 -39
  1075. package/src/stories/Textarea/TextareatIconPosition.stories.ts +0 -43
  1076. package/src/stories/Tooltip/Tooltip.settings.ts +0 -25
  1077. package/src/stories/Tooltip/Tooltip.stories.ts +0 -40
  1078. package/src/stories/Tooltip/Tooltip.test.ts +0 -60
  1079. package/src/stories/Tooltip/TooltipDirective.stories.ts +0 -68
  1080. package/src/stories/argTypes.ts +0 -562
  1081. package/src/test/expect.ts +0 -88
  1082. package/src/test/options.ts +0 -17
  1083. package/src/test/sleep.ts +0 -2
  1084. package/src/test/types.d.ts +0 -17
  1085. package/src/types/alert.ts +0 -20
  1086. package/src/types/floating-ui.ts +0 -7
  1087. package/src/types/generic.ts +0 -5
  1088. package/src/types/group.ts +0 -44
  1089. package/src/types/index.ts +0 -5
  1090. package/src/types/nav.ts +0 -19
  1091. package/src/utils/ObjectUtilities.ts +0 -288
package/dist/icons.umd.js CHANGED
@@ -1 +1 @@
1
- !function(r,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((r="undefined"!=typeof globalThis?globalThis:r||self).icons={})}(this,(function(r){"use strict";const t={prefix:"normal",lastModified:1695740555,icons:{add:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 12h16m-8-8v16"/>'},"add-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" d="M9 12h6m-3-3v6"/></g>'},"align-center":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 10H7m13-4H4m16 8H4m13 4H7"/>'},"align-justify":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10H4m16-4H4m16 8H4m16 4H4"/>'},"align-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 10H4m16-4H4m16 8H4m12 4H4"/>'},"align-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10H8m12-4H4m16 8H4m16 4H8"/>'},analysis:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 13)"><rect width="5" height="9" rx="2" stroke="none"/><rect width="3" height="7" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(9 4)"><rect width="6" height="18" rx="2" stroke="none"/><rect width="4" height="16" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(17 9)"><rect width="5" height="13" rx="2" stroke="none"/><rect width="3" height="11" x="1" y="1" rx="1"/></g>'},"analysis-2":{body:'<g fill="none" stroke-miterlimit="10"><path d="M12.515 3.973a.478.478 0 00-.335.139.476.476 0 00-.139.336v7.564h-7.57a.478.478 0 00-.335.139.475.475 0 00-.14.335A8.514 8.514 0 0012.51 21a8.513 8.513 0 008.514-8.514 8.512 8.512 0 00-8.509-8.513Z"/><path fill="currentColor" d="M14.04 6.153v7.859H6.182A6.524 6.524 0 0012.515 19a6.521 6.521 0 006.513-6.514c0-3.066-2.13-5.644-4.987-6.333m-1.526-2.18a8.512 8.512 0 018.513 8.513 8.514 8.514 0 01-17.027 0 .475.475 0 01.475-.474h7.565V4.448a.476.476 0 01.474-.475Z"/></g><g fill="none" stroke-miterlimit="10"><path d="M9.866 9.865A.463.463 0 0010 9.54V2.461a.465.465 0 00-.134-.326.463.463 0 00-.325-.134 7.541 7.541 0 00-7.54 7.54.464.464 0 00.135.325.463.463 0 00.325.134h7.08a.463.463 0 00.325-.135Z"/><path fill="currentColor" d="M8 8V4.217a5.564 5.564 0 00-3.782 3.781H8m1.54 2H2.46A.463.463 0 012 9.54 7.54 7.54 0 019.54 2c.121 0 .24.049.326.134A.465.465 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.463.463 0 01-.326.134Z"/></g>'},"analysis-3":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m3 18 7-7 2 2 4-4"/><path stroke-miterlimit="10" d="M21 18H3V6"/></g>'},apple:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M12.011 21.212a4.412 4.412 0 01.909.112 4.909 4.909 0 01.909.362l.021.01c.112.054.228.11.347.161a1.525 1.525 0 00.616.144 2.3 2.3 0 00.953-.287 4.053 4.053 0 001.513-1.3 12.933 12.933 0 001.664-2.823c.088-.2.155-.363.212-.515a10.364 10.364 0 00.6-6.312 4.877 4.877 0 00-1.936-2.9.442.442 0 01-.042-.03 3.294 3.294 0 00-.666-.418 4 4 0 00-1.738-.41h-.1a5.715 5.715 0 00-1.978.524l-.391.152c-.17.065-.566.2-.57.2a.453.453 0 01-.156.027h-.138a.163.163 0 00-.029 0h-.198a.458.458 0 01-.155-.027s-.4-.14-.571-.206l-.386-.15a5.759 5.759 0 00-1.983-.525h-.107a4.04 4.04 0 00-1.729.411 3.322 3.322 0 00-.668.419.388.388 0 01-.04.029 4.96 4.96 0 00-1.924 2.855 10.361 10.361 0 00.578 6.322c.084.222.159.4.228.551a12.881 12.881 0 001.663 2.823 4.023 4.023 0 001.459 1.28A2.507 2.507 0 009.189 22a1.53 1.53 0 00.611-.142c.117-.05.231-.1.341-.158l.021-.01a5.022 5.022 0 01.917-.365 4.2 4.2 0 01.915-.112h.016Z"/><path fill="currentColor" d="M9.175 19.945c.03-.013.058-.028.087-.041l.05-.025c.335-.16.751-.358 1.269-.492a6.149 6.149 0 011.353-.174h.147a6.31 6.31 0 011.338.174c.524.135.942.336 1.278.497l.042.02.085.041.125-.056c.183-.082.375-.231.764-.721.52-.654.991-1.458 1.402-2.388a7.88 7.88 0 00.17-.412l.017-.048.021-.046c1.117-2.562.511-4.977.505-4.999l-.014-.054-.011-.055c-.204-.984-.998-1.577-1.077-1.634a2.355 2.355 0 01-.154-.11l-.062-.049a2.012 2.012 0 00-1.13-.371h-.05c-.322.008-.683.144-1.295.385l-.41.16c-.18.068-.521.188-.612.22a2.449 2.449 0 01-.827.143h-.373c-.285 0-.564-.048-.83-.144l-.03-.01a32.244 32.244 0 01-.578-.21l-.015-.005-.391-.153c-.613-.24-.977-.377-1.3-.386L8.611 9c-.265 0-.584.078-.856.211-.113.054-.2.108-.269.163a2.4 2.4 0 01-.186.14c-.072.052-.902.676-1.09 1.6l-.011.053-.014.053c-.026.1-.63 2.482.476 5.017l.02.046.018.048c.067.178.128.317.183.442l.004.009c.408.927.88 1.73 1.4 2.385.327.412.54.622.71.698l.005.002c.055.025.117.053.174.077M14.815 22c-.194 0-.39-.046-.617-.144-.119-.05-.235-.106-.347-.16l-.021-.01c-.284-.137-.577-.277-.91-.363a4.413 4.413 0 00-.909-.112h-.016a4.198 4.198 0 00-.915.112c-.334.086-.629.228-.917.365l-.021.01c-.11.054-.224.108-.341.158a1.53 1.53 0 01-.612.143c-.323 0-.61-.13-1.011-.31-.57-.256-.997-.697-1.459-1.279-.626-.788-1.186-1.739-1.663-2.823a9.693 9.693 0 01-.228-.55c-1.353-3.103-.66-6.01-.578-6.323.363-1.778 1.855-2.807 1.925-2.854a.388.388 0 00.04-.03c.191-.157.41-.294.668-.419a4.04 4.04 0 011.835-.41c.691.018 1.29.253 1.983.525l.385.15c.175.066.57.206.572.206a.447.447 0 00.155.027h.147l.03-.004.021.001a.13.13 0 01.029.003h.146a.453.453 0 00.156-.027c.004-.002.4-.14.57-.205l.39-.152c.693-.272 1.29-.507 1.978-.524h.1c.584 0 1.185.141 1.737.41.258.125.476.262.666.418.013.01.027.022.042.03.015.01 1.543.998 1.936 2.901.05.191.785 3.126-.605 6.312a9.845 9.845 0 01-.212.515c-.479 1.085-1.039 2.035-1.664 2.823-.462.582-.895 1.027-1.513 1.303-.37.167-.637.287-.953.287Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.09 8s-.5-2.968.913-4m-.007 8.001s2.075 1.039 2 3"/></g>'},"arrow-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6.001 14 6 6 6-6m-6 4V4"/>'},"arrow-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.001 6-6 6 6 6m-4-6h14"/>'},"arrow-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 18.001 6-6-6-6m4 6H4"/>'},"arrow-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 10-6-6-6 6m6-4v14"/>'},attachment:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m21 11.439-8.51 8.025a5.8 5.8 0 01-7.862 0 5.035 5.035 0 010-7.414l8.51-8.026a3.867 3.867 0 015.242 0 3.357 3.357 0 010 4.943l-8.52 8.025a1.931 1.931 0 01-2.62 0 1.676 1.676 0 010-2.471l7.862-7.406"/>'},"back-to-front":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 6H5a1.881 1.881 0 00-1.5.5A1.883 1.883 0 003 8v8a1.886 1.886 0 00.5 1.5A1.881 1.881 0 005 18h14a1.881 1.881 0 001.5-.5A1.881 1.881 0 0021 16V8a1.881 1.881 0 00-.5-1.5A1.881 1.881 0 0019 6h-3"/><g fill="none" stroke-miterlimit="10"><path d="M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z"/><path fill="currentColor" d="M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936L8.635 19Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.999 3-3 3 3 3"/>'},bell:{body:'<path fill="currentColor" d="M10 19.106A1.949 1.949 0 0012 21a1.949 1.949 0 002-1.894V19h-4Z"/><g fill="none" stroke-miterlimit="10"><path d="M13.514 2.21a5.68 5.68 0 014.407 5.431v3.016a6.969 6.969 0 002.652 5.533l.128.106a.974.974 0 01.3.7 1.036 1.036 0 01-1.062 1.007H4.062A1.036 1.036 0 013 16.996a.974.974 0 01.3-.7l.128-.106a6.97 6.97 0 002.654-5.532V7.641a5.668 5.668 0 014.25-5.389 5.843 5.843 0 013.182-.042Z"/><path fill="currentColor" d="M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A8.865 8.865 0 016.35 16h11.3a8.87 8.87 0 01-.852-1.414 8.978 8.978 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.582 2.582 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106c.184.18.298.425.298.697 0 .556-.476 1.007-1.062 1.007H4.062C3.476 18 3 17.55 3 16.993c0-.272.114-.517.298-.697l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253Z"/></g>'},"bell-active":{body:'<g fill="currentColor"><path d="M10 19.106A1.949 1.949 0 0012 21a1.949 1.949 0 002-1.894V19h-4Z"/><g stroke-miterlimit="10"><path d="M19.938 17H4.062a.11.11 0 01-.039-.007l.037-.03c1.976-1.626 3.02-3.806 3.02-6.305V7.64c0-1.008.34-1.965.984-2.769a4.975 4.975 0 012.534-1.656l.02-.005.019-.007A5.459 5.459 0 0112.092 3c.412 0 .786.054 1.11.16l.034.011.035.01c2.149.537 3.65 2.372 3.65 4.46v3.017c0 2.499 1.043 4.679 3.018 6.304l.038.031a.11.11 0 01-.039.007Z"/><path d="M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A8.864 8.864 0 016.35 16h11.3a8.87 8.87 0 01-.852-1.414 8.978 8.978 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.582 2.582 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106a.97.97 0 01.298.696C21 17.55 20.524 18 19.938 18H4.062C3.476 18 3 17.55 3 16.992c0-.27.114-.516.298-.696l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253Z"/></g></g>'},bold:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 4.999h6.722a3.5 3.5 0 010 7H7Zm0 7h7.615a3.5 3.5 0 010 7H7Z"/>'},bookmark:{body:'<g fill="none" stroke-miterlimit="10"><path d="M7 4.526v16.24a.257.257 0 00.439.159l4.436-4.351a.18.18 0 01.249 0l4.437 4.351a.257.257 0 00.439-.159V4.526a1.6 1.6 0 00-1.664-1.527H8.664A1.6 1.6 0 007 4.526Z"/><path fill="currentColor" d="M9 4.999v11.594l1.472-1.445A2.17 2.17 0 0112 14.524c.576 0 1.119.222 1.525.622L15 16.593V5H9m-.336-2h6.672C16.255 3 17 3.684 17 4.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.526C7 3.683 7.745 3 8.664 3Z"/></g>'},"bookmark-active":{body:'<g fill="currentColor" stroke-miterlimit="10"><path d="m16 18.977-3.176-3.115a1.169 1.169 0 00-.824-.336c-.313 0-.606.12-.827.338L8 18.976V4.528c0-.285.304-.527.664-.527h6.672c.36 0 .664.242.664.527v14.449Z"/><path d="M9 5.001v11.594l1.472-1.445A2.17 2.17 0 0112 14.526c.576 0 1.119.222 1.525.622L15 16.595V5.001H9m-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.528c0-.843.745-1.527 1.664-1.527Z"/></g>'},building:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 21h16M14 4V3h-4v1"/><path stroke-linecap="round" d="M12 21v-3M9 9h1m-1 4h1m4-4h1m-1 4h1"/><g transform="translate(5 4)"><rect width="14" height="18" rx="2" stroke="none"/><rect width="12" height="16" x="1" y="1" rx="1"/></g></g>'},"bulleted-list":{body:'<rect fill="none"/><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 15.998h5m-5-3.999h12M8 8h8"/><g transform="translate(4.95 6.924) translate(-1.95 .076)"><circle cx="1" cy="1" r="1" stroke="none"/><circle cx="1" cy="1" r=".5"/></g><g transform="translate(4.95 6.924) translate(-1.95 4.076)"><circle cx="1" cy="1" r="1" stroke="none"/><circle cx="1" cy="1" r=".5"/></g><g transform="translate(4.95 6.924) translate(-1.95 8.076)"><circle cx="1" cy="1" r="1" stroke="none"/><circle cx="1" cy="1" r=".5"/></g></g>'},calendar:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 3v2m8-2v2M3 8h18M7 12h2m-2 4h2m6-4h2m-2 4h2"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 3)"><rect width="20" height="18" rx="3" stroke="none"/><rect width="18" height="16" x="1" y="1" rx="2"/></g>'},"camera-off":{body:'<path fill="currentColor" d="M3.293 19.278a.986.986 0 00-.218.328 1 1 0 01.218-.328M20 8.228v9.721a.251.251 0 01-.052.051h-9.72l-2 2H20a2.087 2.087 0 002-2V8a1.958 1.958 0 00-.506-1.266ZM4 15.743V8.051A.251.251 0 014.052 8h2.776l2-2h4.566l.21.14 1.442-1.44L14 4H8L6 6H4a2.087 2.087 0 00-2 2v9.743Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M10.617 9.126a3.487 3.487 0 00-2.491 2.491m4.215 4.269a3.486 3.486 0 002.545-2.545"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20 20 4"/>'},"camera-on":{body:'<g fill="none" stroke-miterlimit="10"><path d="M20 6h-3l-3-2H8L6 6H4a2.087 2.087 0 00-2 2v10a2.087 2.087 0 002 2h16a2.087 2.087 0 002-2V8a2.087 2.087 0 00-2-2Z"/><path fill="currentColor" d="m8.828 6-2 2H4.052A.235.235 0 004 8.051v9.898a.234.234 0 00.052.051h15.896a.235.235 0 00.052-.05v-9.9a.235.235 0 00-.052-.05h-3.554l-3-2H8.828M8 4h6l3 2h3c1.034 0 1.998.947 2 2v10c-.002 1.05-.966 1.997-2 2H4c-1.034-.003-1.998-.95-2-2V8c.002-1.053.966-2 2-2h2l2-2Z"/><g stroke="currentColor" stroke-width="2" transform="translate(7 8)"><circle cx="4.5" cy="4.5" r="4.5" stroke="none"/><circle cx="4.5" cy="4.5" r="3.5"/></g></g>'},catalog:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10"><path d="M7 2h11a1 1 0 011 1v18a1 1 0 01-1 1H7a3 3 0 01-3-3V5a3 3 0 013-3Z" stroke="none"/><path d="M7 3h11v18H7a2 2 0 01-2-2V5a2 2 0 012-2Z"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M9.001 11h5m-5 4h2"/><path d="M5 7h13"/></g>'},certificate:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="22.926" d="M12.002 2.999a6 6 0 11-6 6 6 6 0 016-6Z"/><path stroke-miterlimit="22.926" d="M12 7.002a2 2 0 11-2 2 2 2 0 012-2Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.758 13.292 4 18.411h1.964l.793 1.428H8.37L9.204 21l2.759-4.378L14.722 21l1.015-1.161h1.474l1.048-1.428 1.741.018L17.211 13"/></g>'},chat:{body:'<path fill="none" stroke="currentColor" stroke-width="2" d="M10.997 15.998h-2c-3.391 0-6-1.906-6-5s2.609-5 6-5h6c3.391 0 6 1.918 6 5s-3.021 5-6 5l-1 3Z"/>'},check:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6.996 12 4 4 7-7"/>'},"check-badge":{body:'<path fill="currentColor" d="m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.061 1.061 0 00.386 1.242l1.662 1.125a1.061 1.061 0 010 1.738l-1.662 1.126a1.061 1.061 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.061 1.061 0 00-.386-1.242l-1.662-1.125a1.061 1.061 0 010-1.738l1.662-1.125A1.061 1.061 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 12 2 2 4-4"/>'},"check-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m9 12 2 2 4-4"/></g>'},checkbox:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><rect width="20" height="20" rx="3" stroke="none"/><rect width="18" height="18" x="1" y="1" rx="2"/></g>'},"chevron-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 10 6 6 6-6"/>'},"chevron-down-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m8 11 4 4 4-4"/></g>'},"chevron-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 6-6 6 6 6"/>'},"chevron-left-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m14 8-4 4 4 4"/></g>'},"chevron-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 18 6-6-6-6"/>'},"chevron-right-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m10.187 8 3.814 4.1-4 3.9"/></g>'},"chevron-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 16-6-6-6 6"/>'},"chevron-up-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m8 14 4-4 4 4"/></g>'},circle:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g>'},classroom:{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3 10h18M3 21h18"/><path stroke="currentColor" stroke-width="2" d="M6 8.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 3.999a2 2 0 11.586 1.414A2 2 0 016 3.999Z"/><path fill="currentColor" d="M8 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 5.999a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 1.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M10 19.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 14.999a2 2 0 11.586 1.414A2 2 0 0110 14.999Z"/><path fill="currentColor" d="M12 12.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0112 12.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M14 8.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 3.999a2 2 0 11.586 1.414A2 2 0 0114 3.999Z"/><path fill="currentColor" d="M16 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0116 5.999a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0116 1.999Z"/></g></g>'},"clear-field":{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 3)"><circle cx="9" cy="9" r="9" fill="currentColor" stroke="none"/><circle cx="9" cy="9" r="8" fill="none"/></g><path fill="none" stroke-linecap="round" d="m9 15 6-6M9 9l6 6"/></g>'},"clear-style":{body:'<defs><clipPath id="svgID0"><path stroke="rgba(0,0,0,0)" d="M0 0h10v16H0z"/></clipPath></defs><g fill="currentColor" stroke="rgba(0,0,0,0)" clip-path="url(#svgID0)" transform="translate(5 4)"><path d="M1 4a1 1 0 001-1h4v1.758L9.758 1H2a1 1 0 00-2 0v2a1 1 0 001 1m8 10H8v-2.758l-2 2V14h-.758l-1.2 1.2A.985.985 0 005 16h4a1 1 0 000-2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 20 20 4"/>'},close:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M6 18 18 6M6 6l12 12"/>'},"close-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" d="m10 14 4-4m-4 0 4 4"/></g>'},"close-loader":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m9 15 6-6M9 9l6 6"/>'},coffee:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-linejoin="round"><path d="M5.373 9.501h12.254a.873.873 0 01.873.873v3.127a7 7 0 01-7 7 7 7 0 01-7-7v-3.127a.873.873 0 01.873-.873Z" stroke="none"/><path d="M5.5 10.501h12v3a6 6 0 01-6 6 6 6 0 01-6-6v-3Z"/></g><g stroke-linejoin="round"><path d="M16.5 16.501v-7h2a3 3 0 013 3v1a3 3 0 01-3 3h-2Z" stroke="none"/><path d="M17.5 15.501v-5h1a2 2 0 012 2v1a2 2 0 01-2 2h-1Z"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M3.5 20.501h16"/><path stroke-linecap="round" d="M7.5 6.501v-2m4 2v-2m4 2v-2"/></g>',width:25,height:25},color:{body:'<defs><radialGradient id="svgID0" cx=".5" cy=".5" r=".5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="currentColor"/><stop offset=".148" stop-color="currentColor"/><stop offset=".32" stop-color="currentColor"/><stop offset=".493" stop-color="currentColor"/><stop offset=".66" stop-color="currentColor"/><stop offset=".833" stop-color="currentColor"/><stop offset="1" stop-color="currentColor"/></radialGradient></defs><g fill="url(#svgID0)" stroke="currentColor" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9.5" fill="none"/></g>'},"contact-us":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.999 11V8.461c0-2.623-2.635-5.461-6-5.461s-6 2.838-6 5.461v1.2"/><path d="M15.995 10.002v1.251a4.847 4.847 0 01-1.5 3.75M8.999 4.001c0 2.571 6 6 9 6m-7.5-3a5.966 5.966 0 00-2.5 4v1a4.76 4.76 0 002.5 4m2.499 4a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.112 1.112 0 011.2-1h.6a1.114 1.114 0 011.2 1Zm0-.005h.469c2.493.013 4.522-2.587 4.531-5.8v-.2m.502-3.994H18v4h.5c.276 0 .5-.4.5-.889V10.89c0-.49-.224-.887-.5-.888Zm-13 0H6v4h-.5c-.276 0-.5-.4-.5-.887v-2.223c0-.491.223-.889.5-.89h0Z"/></g>'},copy:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(8 2)"><rect width="12" height="16" rx="2" stroke="none"/><rect width="10" height="14" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M15 21H7.377C6.064 21 5 19.616 5 17.91V8"/></g>'},courses:{body:'<g fill="none" stroke-miterlimit="10"><path d="m20.695 9.514-8.427-4.452a.573.573 0 00-.535 0L3.306 9.514a.572.572 0 000 1.013L6 11.999v5a1.849 1.849 0 002 2h8a1.849 1.849 0 002-2v-5l2.695-1.472a.572.572 0 000-1.013Z"/><path fill="currentColor" d="m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772L12 7.182m0-2.187c.092 0 .184.023.268.067l8.427 4.452a.572.572 0 010 1.013L18 11.999v5c0 1.24-.759 2-2 2H8c-1.24 0-2-.76-2-2v-5l-2.695-1.472a.572.572 0 010-1.013l8.427-4.452A.573.573 0 0112 4.995Z"/></g><g fill="none" stroke-miterlimit="10"><path d="m11.732 14.933-8.427-4.43a.568.568 0 010-1.008l8.427-4.43a.576.576 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.576.576 0 01-.535 0Z"/><path fill="currentColor" d="m12 12.81 5.355-2.815L12 7.18 6.645 9.996 12 12.81m0 2.185a.575.575 0 01-.268-.067L3.305 10.5a.568.568 0 010-1.007l8.427-4.43a.576.576 0 01.536 0l8.427 4.43a.568.568 0 010 1.007l-8.427 4.43a.575.575 0 01-.268.067Z"/></g><path fill="currentColor" d="M19 10h2v5a1 1 0 01-1 1 1 1 0 01-1-1v-5Z"/>'},dashboard:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(4 3)"><rect width="7" height="6" rx="2" stroke="none"/><rect width="5" height="4" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(13 15)"><rect width="7" height="6" rx="2" stroke="none"/><rect width="5" height="4" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(13 3)"><rect width="7" height="10" rx="2" stroke="none"/><rect width="5" height="8" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(4 11)"><rect width="7" height="10" rx="2" stroke="none"/><rect width="5" height="8" x="1" y="1" rx="1"/></g>'},download:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 11.001 3 3 3-3M12 14V4m8 11v3H4v-3"/>'},drag:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 4v16M12 4v16M8 4v16"/>'},dulicate:{body:'<g stroke-miterlimit="10"><g fill="rgba(0,0,0,0)"><path d="M13 21H5c-1.103 0-2-.897-2-2v-8c0-1.103.897-2 2-2h4V5c0-1.103.897-2 2-2h8c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2h-4v4c0 1.103-.897 2-2 2Z"/><path fill="currentColor" d="M13 20c.551 0 1-.448 1-1v-5h5a1 1 0 001-1V5a1 1 0 00-1-1h-8a1 1 0 00-1 1v5H5a1 1 0 00-1 1v8a1 1 0 001 1h8m0 2H5a3 3 0 01-3-3v-8a3 3 0 013-3h3V5a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3h-3v3a3 3 0 01-3 3Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 9h4m-2-2v4"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8 2)"><rect width="14" height="14" rx="3" stroke="none"/><rect width="12" height="12" x="1" y="1" rx="2"/></g></g>'},edit:{body:'<g fill="none" stroke-miterlimit="10"><path d="m18.318 3.465 2.2 2.194a1.641 1.641 0 01.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.868a.792.792 0 01-.938-.938l.9-4.233a1.641 1.641 0 01.454-.829L16.079 3.457a1.592 1.592 0 012.239.008Z"/><path fill="currentColor" d="M17.194 5.167 5.852 16.334l-.492 2.312 2.232-.466 11.26-11.358-1.658-1.655M17.196 3c.407 0 .814.155 1.124.465l2.198 2.194c.64.64.643 1.675.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.867a.792.792 0 01-.938-.937l.9-4.233c.067-.315.226-.603.455-.829L16.079 3.457A1.594 1.594 0 0117.196 3Z"/><path stroke="currentColor" stroke-width="2" d="m14 6 4 4M7 13.998l3 3"/></g>'},elearning:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><rect width="20" height="14" rx="3" stroke="none"/><rect width="18" height="12" x="1" y="1" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 20h14"/><g fill="none" stroke="currentColor" transform="translate(7 18)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1.5"/></g><path fill="currentColor" d="M14.211 8.107a1 1 0 010 1.789l-2.764 1.381A1 1 0 0110 10.383V7.619a1 1 0 011.447-.894Z"/>'},email:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="rotate(90 8.5 13.5)"><rect width="14" height="20" rx="3" stroke="none"/><rect width="12" height="18" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M3.995 7.015 11.981 12l8.014-5"/></g>'},error:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v5m0 4v1"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g></g>'},"error-2":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v9m0 5v2"/>'},exercise:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M7.659 20.725a.926.926 0 01-1.318 0C5.458 19.785 4 18.144 4 17.55v-13a1.637 1.637 0 011.715-1.545h2.569A1.637 1.637 0 0110 4.545v13c0 .599-1.458 2.24-2.341 3.18Z"/><path fill="currentColor" d="M7 18.476c.546-.626.856-1.042 1-1.268V5H6v12.208c.144.226.454.642 1 1.268M7 21a.901.901 0 01-.66-.275C5.458 19.785 4 18.145 4 17.55V4.545C4 3.69 4.768 3 5.715 3h2.569C9.232 3 10 3.691 10 4.545V17.55c0 .594-1.458 2.235-2.34 3.175A.904.904 0 017 21Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 8h4"/><path d="M12 3h8v18h-8Z"/><path fill="currentColor" d="M14 5v14h4V5h-4m-2-2h8v18h-8V3Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 8h2m-2 4h2m-2 4h2"/></g>'},"external-link":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 13v4a2.1 2.1 0 01-2 2H7a2.1 2.1 0 01-2-2V7a2.1 2.1 0 012-2h4m5-2h5v5m-8 3 8-8"/>'},extract:{body:'<rect fill="none"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 10h8m-8 4h5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.001 8.999v-4h-4M16 19.003h4v-4M8 5.001H4v4m-.001 6.002v4h4"/><circle cx="2" cy="2" r="2" fill="currentColor" transform="translate(18 17)"/>'},"eye-off":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="10" d="M13.5 6.112a10.1 10.1 0 00-1.442-.111h-.011a9.124 9.124 0 00-3.87.8 8.187 8.187 0 00-3.25 2.727 7.261 7.261 0 00-.9 1.663.448.448 0 000 .282 7.584 7.584 0 001.543 2.528m4.929 3.888a10.438 10.438 0 001.47.111 9.252 9.252 0 003.919-.8 7.919 7.919 0 003.226-2.736 6.94 6.94 0 00.865-1.671.456.456 0 000-.283A8 8 0 0018.396 10"/><path stroke-linecap="round" d="M4 20 20 4"/></g>'},"eye-on":{body:'<g fill="none" stroke-linejoin="round"><path d="M20.973 11.836A8.925 8.925 0 0019.096 8.9a9.017 9.017 0 00-2.764-2 10.152 10.152 0 00-4.336-.9 10.15 10.15 0 00-4.332.9A9.161 9.161 0 004.03 9.964a8.142 8.142 0 00-1.007 1.868.51.51 0 000 .317A8.512 8.512 0 004.847 15.1a8.8 8.8 0 002.76 2A10.364 10.364 0 0012 18a10.364 10.364 0 004.393-.9 8.883 8.883 0 003.615-3.07 7.788 7.788 0 00.969-1.874.51.51 0 00-.004-.32Z"/><path fill="currentColor" d="M11.994 8c-1.288 0-2.46.241-3.484.718a7.094 7.094 0 00-2.838 2.4c-.244.345-.421.66-.543.9a7.1 7.1 0 001.182 1.715 6.8 6.8 0 002.135 1.548C9.478 15.758 10.674 16 12 16c1.326 0 2.521-.242 3.554-.719a6.93 6.93 0 002.802-2.382c.232-.34.4-.646.514-.882a7.55 7.55 0 00-1.229-1.743 7.015 7.015 0 00-2.153-1.557C14.465 8.241 13.293 8 12.006 8h-.012m0-2h.012c1.723 0 3.155.36 4.326.904a9.017 9.017 0 012.764 1.998c1.37 1.453 1.862 2.892 1.877 2.934a.51.51 0 01.003.317c-.01.033-.27.852-.969 1.874a8.883 8.883 0 01-3.614 3.07C15.213 17.642 13.76 18 12 18c-1.76 0-3.213-.358-4.393-.903a8.8 8.8 0 01-2.76-2.001c-1.354-1.457-1.809-2.9-1.823-2.943a.51.51 0 01.003-.317c.011-.032.292-.848 1.008-1.868a9.16 9.16 0 013.633-3.064C8.838 6.36 10.271 6 11.994 6Z"/><g stroke="currentColor" stroke-width="2" transform="translate(9 9)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g></g>'},fail:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(3.998 4.004)"><rect width="4" height="10" rx="2" transform="translate(13.002)"/><path stroke-linecap="round" d="M1.185 8.087h.885l-.069.48h-.816a1.188 1.188 0 000 2.375h1.961l2.853.055s-.617 4.308 2 5.754c1.683.834 2-.754 2-.754v-3l1-1s2-1.856 2-3.019V1.997a1.868 1.868 0 00-2-2H2.814a1.188 1.188 0 000 2.375h.08l-.069.481H2a1.188 1.188 0 000 2.375h.482l-.069.481H1.185a1.188 1.188 0 000 2.375Z"/></g>'},"fast-back":{body:'<g fill="none"><path d="M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.867 1.867 0 00.961.275 2.165 2.165 0 002.039-2.277Z"/><path fill="currentColor" d="M11.937 16.96a.441.441 0 00.058-.237v-3.897l6.942 4.132a.448.448 0 00.056-.235V7.279a.447.447 0 00-.057-.236l-6.941 4.145V7.279a.441.441 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286l7.84 4.672m.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275Z"/><path d="M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z"/><path fill="currentColor" d="M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.436.436 0 00.058-.237V7.28a.436.436 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002Z"/></g>'},"fast-forward":{body:'<g fill="none"><path d="M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.867 1.867 0 01-.963.273A2.165 2.165 0 0110 16.719Z"/><path fill="currentColor" d="m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.432.432 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.313.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.867 1.867 0 01-.963.274Z"/></g><g fill="none"><path d="M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z"/><path fill="currentColor" d="M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.436.436 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002Z"/></g>'},file:{body:'<g stroke-linejoin="round"><g fill="none"><path d="M18.999 7.629V19a1.856 1.856 0 01-2 2h-10a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z"/><path fill="currentColor" d="M7 5v14h10V8.484L13.354 5H7m0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M16.999 8h-3V5Z"/></g>'},"file-add":{body:'<g stroke-linejoin="round"><g fill="none"><path d="M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z"/><path fill="currentColor" d="M7 5v14h10V8.484L13.356 5H7m0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M17 8h-3V5Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M10 13h4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 11v4"/>'},"file-duplicate":{body:'<g stroke-linejoin="round"><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M5.715 21C5.361 21 5 20.906 5 20.223V7.776c0-.686.361-.777.715-.777H9V3.778c0-.686.365-.777.715-.777h5.729l3.561 3.529v9.689c0 .689-.365.777-.715.777H15v3.227c0 .684-.359.777-.709.777Z"/><g fill="none"><path d="M16 10.115v10.107A1.621 1.621 0 0114.286 22H5.715a1.621 1.621 0 01-1.714-1.778V7.778A1.621 1.621 0 015.715 6h6.135Z"/><path fill="currentColor" d="M6 8v12h8v-9.052L11.027 8H6m-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M14.287 10.444h-2.571V7.778Z"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M18.286 6.444h-2.571V3.778Z"/></g>'},"file-remove":{body:'<g stroke-linejoin="round"><g fill="none"><path d="M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z"/><path fill="currentColor" d="M7 5v14h10V8.484L13.356 5H7m0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M17 8h-3V5Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M10 13h4"/>'},"file-required":{body:'<g stroke-linejoin="round"><g fill="none"><path d="M16 10.115v10.107A1.621 1.621 0 0114.286 22H5.715a1.621 1.621 0 01-1.714-1.778V7.778A1.621 1.621 0 015.715 6h6.135Z"/><path fill="currentColor" d="M6 8v12h8v-9.052L11.027 8H6m-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M14.287 10.444h-2.571V7.778Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" d="M18.5 3v6M21 4.5l-5 3m5 0-5-3"/>'},filter:{body:'<g fill="none" stroke-linejoin="round"><path d="M6.603 3.003h10.793a1.5 1.5 0 011.368 2.283l-3.586 5.955a1.139 1.139 0 00-.185.621v8.191a1.019 1.019 0 01-1.655.733l-3.627-2.49a1.854 1.854 0 01-.737-1.465v-4.8a1.8 1.8 0 00-.184-.795L5.232 5.287a1.5 1.5 0 011.371-2.284Z"/><path fill="currentColor" d="m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674L16.6 5m.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.139 1.139 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.854 1.854 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28L17.396 3Z"/></g>'},"filter-2":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 6h14M5 12h14M5 18h14"/><g fill="none" stroke="currentColor" transform="translate(6 4)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1.5"/></g><g fill="none" stroke="currentColor" transform="translate(14 10)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1.5"/></g><g fill="none" stroke="currentColor" transform="translate(10 16)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1.5"/></g>'},"filter-active":{body:'<g fill="currentColor" stroke-linejoin="round"><path d="M13.976 20a.037.037 0 01-.026-.01l-.023-.017-.023-.016-3.6-2.471a.852.852 0 01-.329-.66v-4.8c0-.295-.07-.9-.332-1.318L6.091 4.769l-.008-.014-.009-.014a.41.41 0 01-.019-.44.6.6 0 01.548-.298L17.397 4a.6.6 0 01.548.299.41.41 0 01-.02.44l-.009.013-.008.015-3.579 5.942c-.22.346-.336.743-.336 1.149v8.14a.077.077 0 01-.017.002Z"/><path d="m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674L16.6 5m.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.139 1.139 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.854 1.854 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28L17.396 3Z"/></g>'},flag:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M15.397 14.002c2.289.538 3.6 1.754 3.6 3.338 0 2.053-3.075 3.662-7 3.662s-7-1.608-7-3.662c0-1.584 1.314-2.8 3.6-3.338"/><path stroke-linejoin="round" d="M12 17V4h8l-3 3 3 3h-8"/></g>'},folder:{body:'<g fill="none"><path d="M4 19a2 2 0 01-2-2V6a2.018 2.018 0 011.711-2h6.834l1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z"/><path fill="currentColor" d="m20 17 .002-8.998C20 8.002 20 8 20 8h-9.123l-1.38-2.004L4.01 6c-.004.006-.006.014-.008.02V17H20m0 2H4.002c-1.11 0-2-.896-2-2V6c0-1 .853-1.994 1.71-2l6.005-.004.834.004 1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4 18 3-7h13"/>'},"full-width":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 7v10"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M4 6h16v12H4z" stroke="none"/><path d="M5 7h14v10H5z"/></g>'},"go-to-back":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 6.001H5a1.881 1.881 0 00-1.5.5 1.883 1.883 0 00-.5 1.5v8a1.886 1.886 0 00.5 1.5 1.881 1.881 0 001.5.5h14a1.881 1.881 0 001.5-.5 1.881 1.881 0 00.5-1.5v-8a1.881 1.881 0 00-.5-1.5 1.881 1.881 0 00-1.5-.5h-3"/><g stroke-miterlimit="10"><path d="M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z"/><path fill="currentColor" d="M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936l.571-1.064Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 11.001 3 3 3-3m-3 2v-7"/></g>'},grid:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(4 4)"><rect width="7" height="7" rx="2" stroke="none"/><rect width="5" height="5" x="1" y="1" rx="1"/></g><g transform="translate(4 13)"><rect width="7" height="7" rx="2" stroke="none"/><rect width="5" height="5" x="1" y="1" rx="1"/></g><g transform="translate(13 4)"><rect width="7" height="7" rx="2" stroke="none"/><rect width="5" height="5" x="1" y="1" rx="1"/></g><g transform="translate(13 13)"><rect width="7" height="7" rx="2" stroke="none"/><rect width="5" height="5" x="1" y="1" rx="1"/></g></g>'},group:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 5)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 20a4 4 0 014-4 4 4 0 014 4m4 0a3 3 0 013-3 3 3 0 013 3"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(14 8)"><rect width="8.001" height="8.001" rx="4" stroke="none"/><rect width="6.001" height="6.001" x="1" y="1" rx="3"/></g>'},"group-add":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15 6h6m-3-3v6"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(11 11)"><rect width="7" height="7" rx="3.5" stroke="none"/><rect width="5" height="5" x="1" y="1" rx="2.5"/></g><path fill="none" stroke="currentColor" stroke-width="2" d="M12 22c0-1.657.865-3 2.5-3s2.5 1.343 2.5 3"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 10)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 22a3 3 0 013-3 3 3 0 013 3"/>'},heart:{body:'<g fill="none" stroke-miterlimit="10"><path d="M15.976 5a5.114 5.114 0 00-3.553 1.406l-.423.4-.423-.4A5.113 5.113 0 008.024 5a5.113 5.113 0 00-3.553 1.406A4.663 4.663 0 003 9.799a4.662 4.662 0 001.471 3.394l6.843 6.536a.991.991 0 00.686.272.994.994 0 00.686-.272l6.842-6.536A4.663 4.663 0 0021 9.799a4.662 4.662 0 00-1.471-3.394A5.114 5.114 0 0015.976 5Z"/><path fill="currentColor" d="M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.122 3.122 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.121 3.121 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.114 5.114 0 0115.976 5c1.342 0 2.604.5 3.553 1.406.948.906 1.471 2.11 1.471 3.393a4.665 4.665 0 01-1.471 3.394l-6.843 6.535A.994.994 0 0112 20a.99.99 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.113 5.113 0 018.024 5Z"/></g>'},"heart-active":{body:'<g fill="currentColor" stroke-miterlimit="10"><path d="m12 19-6.838-6.53A3.671 3.671 0 014 9.8c0-1.007.413-1.955 1.162-2.671A4.117 4.117 0 018.024 6c1.084 0 2.1.4 2.862 1.129l.423.404.691.66.69-.66.424-.404A4.117 4.117 0 0115.976 6c1.083 0 2.1.4 2.862 1.129A3.671 3.671 0 0120 9.799a3.672 3.672 0 01-1.162 2.67L12 19Z"/><path d="M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.122 3.122 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.121 3.121 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.114 5.114 0 0115.976 5c1.342 0 2.604.5 3.553 1.406.948.906 1.471 2.11 1.471 3.393a4.665 4.665 0 01-1.471 3.394l-6.843 6.535A.994.994 0 0112 20a.99.99 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.113 5.113 0 018.024 5Z"/></g>'},highlighter:{body:'<rect fill="none"/><g stroke="currentColor" stroke-linejoin="round"><path fill="none" stroke-width="2" d="m6 13.001 5 5 9-9-5-5Z"/><path fill="none" stroke-width="2" d="m7 14.001 3 3-2 2H6l-1-1v-2Z"/><path fill="currentColor" d="M4.5 18.001 3 19.334l1.5.667L6 18.668Z"/></g>'},home:{body:'<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M10 20.001H7.62a1.634 1.634 0 01-1.627-1.63v-7.459H3.168l.023-.02 8.034-6.634C11.427 4.093 11.703 4 12 4c.297 0 .574.093.78.261l8.031 6.632a.965.965 0 01.022.019h-2.826v7.46A1.634 1.634 0 0116.38 20H14v-5h-3l-1-.001V20Z"/><path fill="currentColor" d="M9 19v-5.002l6 .003v5h1.377a.632.632 0 00.63-.629v-8.46h1.046l-5.908-4.878A.267.267 0 0012 5a.266.266 0 00-.144.034L5.948 9.912h1.045v8.458c0 .347.283.63.627.63H9m2 2.001H7.62a2.636 2.636 0 01-2.627-2.629v-6.46H3.196a1.842 1.842 0 01-.576-.08.919.919 0 01-.488-.345.758.758 0 01-.132-.429.966.966 0 01.175-.533c.093-.138.213-.266.378-.403l8.036-6.636A2.228 2.228 0 0111.999 3c.528 0 1.03.173 1.414.487l8.035 6.635c.162.134.282.262.376.403a.966.966 0 01.176.533.758.758 0 01-.133.429.846.846 0 01-.312.271c-.207.106-.431.152-.751.154h-1.797v6.46A2.636 2.636 0 0116.381 21H13v-5h-2v5Z"/></g>'},hourglass:{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M14 12c0-.4 1.311-1.236 2-2a7.576 7.576 0 002-5V3H6v2a7.572 7.572 0 002 5c.689.765 2 1.6 2 2s-1.311 1.235-2 2a7.573 7.573 0 00-2 5v2h12v-2a7.58 7.58 0 00-2-5c-.689-.765-2-1.603-2-2Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M18 7H6"/><ellipse cx="3" cy="2" fill="currentColor" rx="3" ry="2" transform="translate(9 18)"/>'},image:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(3.375 5.25)"><g stroke-miterlimit="10" transform="rotate(90 9.938 8.688)"><rect width="16" height="20" rx="2" stroke="none"/><rect width="14" height="18" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m2.625 13.75 9-9 6 6"/><circle cx="1" cy="1" r="1" stroke-linecap="round" stroke-linejoin="round" transform="translate(3.625 3.75)"/><path stroke-linecap="round" stroke-linejoin="round" d="m8.625 8.75 2 2 3-3"/></g>'},"info-badge":{body:'<g transform="translate(3 3)"><circle cx="10" cy="10" r="10" fill="currentColor" transform="translate(-1 -1)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 15V8m0-4V3"/></g>'},information:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v1m0 4v5"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g></g>'},italic:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 5h-8m4 14H6m8-14-4 14"/>'},key:{body:'<g transform="translate(-945.502 -1893.502)"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m948.496 1910.504 7.076-7.076a6.1 6.1 0 114 4l-1.076 1.078-1 1h-2.006v2h-2v2.006l-1 1-4 .006Z"/><circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(960.502 1899.502)"/></g>'},language:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g><path stroke-miterlimit="10" d="M4 9h16M4 15h16"/><path d="M11 20s-3-4-3-8 3-8 3-8m2 16s3-4 3-8-3-8-3-8"/></g>'},"learning-path":{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3.995 17.84 1.151-4.282a.184.184 0 01.331-.053 2.041 2.041 0 10.8-2.961.183.183 0 01-.259-.211L7.169 6.05l4.3 1.148a.183.183 0 00.212-.26 2.021 2.021 0 01-.141-1.428 2.045 2.045 0 113.113 2.221.183.183 0 00.053.33l4.289 1.149L15.831 21Z"/>'},"light-off":{body:'<path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16 4.227A6.485 6.485 0 0012.176 3 6.435 6.435 0 007.82 4.656 5.462 5.462 0 006 8.691a9 9 0 00.906 3.9c.066.139.144.272.215.408M9 18.829a2.972 2.972 0 00.884 1.3 3.868 3.868 0 004.889 0 2.86 2.86 0 001.05-2.181v-2.089a15.222 15.222 0 002.237-3.33A9.881 9.881 0 0019 9.002"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20 20 4"/>'},"light-on":{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M19 8.53a6.3 6.3 0 00-2.063-4.63A7.243 7.243 0 0012 2a7.243 7.243 0 00-4.937 1.9A6.3 6.3 0 005 8.53a10.429 10.429 0 001.027 4.475 16.335 16.335 0 002.328 3.526v2.234a3.061 3.061 0 001.095 2.313A3.883 3.883 0 0012 22a3.883 3.883 0 002.55-.923 3.061 3.061 0 001.095-2.313v-2.217a16.179 16.179 0 002.334-3.535A10.478 10.478 0 0019 8.53Z"/><path fill="currentColor" d="M12 4c-1.357 0-2.627.485-3.577 1.367C7.505 6.217 6.999 7.34 7 8.531c0 1.234.274 2.42.838 3.624.463.987 1.134 1.998 2.05 3.09l.468.557v2.964c0 .392.252.668.405.801.322.28.762.433 1.239.433.477 0 .917-.154 1.242-.436.15-.13.403-.406.402-.8v-2.947l.47-.558c.917-1.09 1.589-2.102 2.052-3.093.562-1.204.835-2.393.834-3.637 0-1.189-.505-2.311-1.424-3.163C14.627 4.486 13.357 4 12 4m0-2c1.92 0 3.668.723 4.937 1.9C18.206 5.076 19 6.717 19 8.53c0 1.633-.388 3.123-1.022 4.482-.598 1.281-1.417 2.445-2.334 3.535v2.217c.001.916-.43 1.74-1.094 2.313-.664.577-1.566.923-2.55.923-.984 0-1.886-.346-2.55-.923-.664-.574-1.095-1.397-1.094-2.313V16.53c-.914-1.088-1.73-2.25-2.329-3.526C5.39 11.645 5 10.157 5 8.53c0-1.813.795-3.454 2.063-4.63C8.332 2.723 10.08 2 12 2Z"/></g><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M9 16h6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 10-2 3m-2-2.997 2 3v3"/></g>'},link:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 13.14a4.584 4.584 0 006.446.936 4.555 4.555 0 00.5-.434l2.762-2.783a4.659 4.659 0 00-.113-6.557 4.582 4.582 0 00-6.4 0l-1.583 1.586"/><path d="M14 10.86a4.584 4.584 0 00-6.446-.936 4.56 4.56 0 00-.5.434l-2.762 2.783a4.659 4.659 0 00.113 6.557 4.582 4.582 0 006.4 0l1.575-1.585"/></g>'},lock:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M12 14.998v2"/><g stroke-miterlimit="10" transform="translate(4 10)"><rect width="16" height="12" rx="3" stroke="none"/><rect width="14" height="10" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M8.005 10V7.4c0-1.878 1.791-3.4 4-3.4h0c2.209 0 4 1.523 4 3.4V10"/></g>'},login:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h4a2.406 2.406 0 012 2v14a2.41 2.41 0 01-2 2h-4m-5-4 5-5-5-5m4 5H3"/>'},logout:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3H5a2.406 2.406 0 00-2 2v14a2.41 2.41 0 002 2h4m7-4 5-5-5-5m4 5H9"/>'},maximize:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(2 4)"><rect width="20" height="16" rx="2" stroke="none"/><rect width="18" height="14" x="1" y="1" rx="1"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.999 13v2h2m8.003-4V9h-2"/>'},menu:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 16h11M5 12h8M5 8h14"/>'},merge:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4 15)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><g stroke-miterlimit="10" transform="translate(14 15)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><path stroke-linejoin="round" d="m16 8-4-4-4 4m4-4v9"/><path stroke-miterlimit="10" d="m8.999 16 3-3 3 3"/></g>'},minimize:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(2 14)"><rect width="9" height="6" rx="1" stroke="none"/><path d="M1 1h7v4H1z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.999 8V5h-4M17 19h4v-3M7 5H3v3"/>'},"mixed-class":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2"/><path stroke="currentColor" stroke-width="2" d="M10 21a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 16a2 2 0 11.586 1.414A2 2 0 0110 16Z"/><path fill="currentColor" d="M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0112 18a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0112 14Z"/></g><path stroke="currentColor" stroke-width="2" d="M14 13a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 8a2 2 0 11.586 1.414A2 2 0 0114 8Z"/><path fill="currentColor" d="M16 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0116 10a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0116 6Z"/></g><path stroke="currentColor" stroke-width="2" d="M6 13a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 8a2 2 0 11.586 1.414A2 2 0 016 8Z"/><path fill="currentColor" d="M8 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 10a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 6Z"/></g></g>'},"more-horizontal":{body:'<g fill="currentColor" transform="rotate(90 4.125 14.625)"><circle cx="2" cy="2" r="2" transform="translate(-.5 -1.25)"/><circle cx="2" cy="2" r="2" transform="translate(-.5 4.75)"/><circle cx="2" cy="2" r="2" transform="translate(-.5 10.75)"/></g>'},"more-vertical":{body:'<g fill="currentColor" transform="translate(10.5 5.25)"><circle cx="2" cy="2" r="2" transform="translate(-.5 -1.25)"/><circle cx="2" cy="2" r="2" transform="translate(-.5 4.75)"/><circle cx="2" cy="2" r="2" transform="translate(-.5 10.75)"/></g>'},news:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path d="m7 9-4 .041v9.6C3 20.052 3.759 21 5 21a1.773 1.773 0 002-2V5h14v14s.317 2-2 2H5"/><path stroke-linecap="round" d="M11 17h3m-3-8h6m-6 4h6"/></g>'},"no-prerequisites":{body:'<g transform="translate(4.883 7)"><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1.998)"/><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 8)"/><path fill="currentColor" d="M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16H2.12v.926H-.868Z"/></g>'},notes:{body:'<rect fill="none"/><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M8 8h8m-8 4h5"/><g transform="translate(3 3)"><rect width="18" height="18" rx="2" stroke="none"/><rect x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M5 20c2.65 0 4-4 4-4l10 3.945L5 20Z"/></g>'},"number-code":{body:'<defs><path id="svgID0" d="M13.014 9v5m2-3.75-4 2.5m4 0-4-2.5"/></defs><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(7 6)"><rect width="10" height="8" rx="3" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M10.005 6V4.7a1.869 1.869 0 012-1.7h0a1.869 1.869 0 012 1.7V6"/></g><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(-7.014 7)"/><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(-1.014 7)"/><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(4.986 7)"/>'},"numbered-list":{body:'<rect fill="none"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M7.999 16.998h5m-5-4.999h12M7.999 7h8"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M4.044 7.455h.472v-1.72L4 5.886v-.585l1.083-.3v2.455H5.5v.545H4.044Zm-.04 4.914a.824.824 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458v-.287c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.816.816 0 01-.428.821l-.452.275a.277.277 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 4.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276c0 .14.057.21.169.21h.245c.111 0 .17-.073.17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337c.107 0 .157-.07.157-.214v-.236c0-.145-.057-.215-.165-.215h-.206c-.107 0-.163.068-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z"/>'},"on-site":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 12 2-2h3l3-3"/><path stroke="currentColor" stroke-width="2" d="M10 21.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 16a2 2 0 11.586 1.414A2 2 0 0110 16Z"/><path fill="currentColor" d="M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0112 18a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0112 14Z"/></g></g>'},"order-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 6h14M5 10h10M5 14h7m-7 4h3"/>'},"order-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 18h14M5 14h10M5 10h7M5 6h3"/>'},paste:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(8 2)"><rect width="12" height="16" rx="2" stroke="none"/><rect width="10" height="14" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M15 21H7.377C6.064 21 5 19.616 5 17.91V8"/><path stroke-linecap="round" d="M13 7h2m-2 4h2"/></g>'},pausa:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 5v14m6-14v14"/>'},pdf:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M21 8h-8m8 3.999h-8M21 17H3"/><path stroke-linejoin="round" d="M3 7h6v6H3z"/></g>'},phone:{body:'<g transform="translate(5.42 2)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-.42)"><rect width="14" height="20" rx="2.999" stroke="none"/><rect width="12" height="18" x="1" y="1" rx="1.999"/></g><circle cx="2" cy="2" r="2" fill="currentColor" transform="translate(4.58 13)"/><rect width="6" height="3" fill="currentColor" rx="1" transform="translate(3.58)"/></g>'},pin:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(9 6)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><g fill="none"><path d="M12 2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7Z"/><path fill="currentColor" d="M12 4C9.243 4 7 6.243 7 9c0 2.03 1.073 4.642 3.102 7.553a34.014 34.014 0 001.899 2.465 34.08 34.08 0 001.86-2.412C15.916 13.674 17 11.044 17 9c0-2.757-2.243-5-5-5m0-2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7Z"/></g>'},"pin-map":{body:'<g fill="currentColor"><path d="M12.002 20.535a35.386 35.386 0 01-2.68-3.357C6.576 13.264 6 10.57 6 9a6.01 6.01 0 016.002-6.002c3.309 0 6 2.693 6 6.002 0 1.57-.576 4.264-3.318 8.18a35.794 35.794 0 01-2.682 3.355Zm0-15.535c-2.205 0-4 1.795-4 4s1.795 4 4 4A4.004 4.004 0 0016 9c0-2.205-1.793-4-3.998-4Z"/><path d="M12.002 19.016a34.253 34.253 0 001.861-2.409c2.024-2.89 3.139-5.591 3.139-7.607a5.006 5.006 0 00-5-5.002A5.008 5.008 0 007 9c0 2.016 1.115 4.715 3.14 7.604a33.634 33.634 0 001.862 2.412m0-15.016A5.004 5.004 0 0117 9c0 2.758-2.242 5-4.998 5-2.758 0-5-2.242-5-5s2.242-5 5-5m0 18v-.002a35.204 35.204 0 01-3.5-4.248C6.904 15.473 5 12.105 5 9a7.01 7.01 0 017.002-7.002c3.86 0 7 3.14 7 7.002 0 3.102-1.902 6.473-3.5 8.754a35.478 35.478 0 01-3.5 4.244V22Zm0-16c-1.654 0-3 1.346-3 3s1.346 3 3 3A3.002 3.002 0 0015 9c0-1.654-1.344-3-2.998-3Z"/></g>'},pizza:{body:'<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.01 3 5.989 18-17.966-6S1.74 3 15.01 3Z"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.677 14.791a9.664 9.664 0 01.016-2.2 9.591 9.591 0 01.981-1.986 9.765 9.765 0 011.018-1.97 10.428 10.428 0 011.785-1.384 10.291 10.291 0 011.809-1.356 10.872 10.872 0 012.239-.506 10.571 10.571 0 012.247-.47"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M6 14.996c.3-1.14 2.338-1.365 3.387-1a2.773 2.773 0 011.613 3m8-1.072c-.661.308-1.484-.321-1.839-1.4s-.106-2.21.555-2.518"/><path fill="currentColor" d="M12.835 8.259a1.885 1.885 0 00-2.578 2.58.627.627 0 00.465.3.644.644 0 00.539-.184l.144-.123.811 1.164 1.78-1.78-1.166-.83.123-.127a.645.645 0 00.184-.54.626.626 0 00-.3-.464Z"/>'},play:{body:'<g fill="none"><path d="M18.9 10.257a2 2 0 010 3.486l-9.921 5.58A2 2 0 016 17.58V6.42a2 2 0 012.981-1.743Z"/><path fill="currentColor" d="M17.92 12 8 6.42v11.16L17.92 12m2 0c0 .68-.34 1.36-1.019 1.743l-9.92 5.58C7.647 20.073 6 19.11 6 17.58V6.42c0-1.53 1.647-2.493 2.98-1.743l9.921 5.58A1.98 1.98 0 0119.921 12Z"/></g>'},"plug-in":{body:'<g fill="none"><path d="M4.002 19a2 2 0 01-2-2v-7a2 2 0 012-2V7a2 2 0 012-2h3a2 2 0 012 2v1h2V7a2 2 0 012-2h3a2 2 0 012 2v1a2 2 0 012 2v7a2 2 0 01-2 2Z"/><path fill="currentColor" d="M20.002 17v-6.998h-2v-3H15v3H9.004v-3H6.002v1l-.004 2.002H4L4.002 17h16m0 2h-16A2 2 0 012 17V9.998a2 2 0 012.002-1.996V6.998c0-1.105.895-1.996 2.002-1.996h2.998c1.107 0 2.002.89 2.002 1.996v1.004H13V6.998c0-1.105.895-1.996 2-1.996h3c1.106 0 2.002.89 2.002 1.996v1.004c1.105 0 2 .894 2 1.996V17a2 2 0 01-2 2Z"/></g>'},pointer:{body:'<g stroke="currentColor"><g fill="none" stroke-width="2" transform="translate(4 4)"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7"/></g><g transform="translate(9 9)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g></g>'},printer:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M19.553 8H4.5A1.524 1.524 0 003 9.5v7A1.5 1.5 0 004.5 18H6v1.5A1.527 1.527 0 007.5 21h9a1.525 1.525 0 001.5-1.5V18h1.5a1.526 1.526 0 001.5-1.5V9.489A1.469 1.469 0 0019.553 8Z"/><path fill="currentColor" d="M5 9.999v6h3v3h8v-3h3V10H5m-.5-2h15.053C20.352 8 21 8.667 21 9.49v7.005c0 .823-.701 1.504-1.5 1.504H18v1.5c0 .818-.7 1.5-1.495 1.5H7.497c-.794 0-1.497-.682-1.497-1.5v-1.5H4.5a1.5 1.5 0 01-1.5-1.5v-7c0-.822.701-1.5 1.5-1.5Z"/></g><g stroke-miterlimit="10"><path d="M6 13.999h12v5.716a1.333 1.333 0 01-1.375 1.287h-9.25A1.333 1.333 0 016 19.715Z"/><path fill="currentColor" d="M8 15.999v3h8v-3H8m-2-2h12v5.713c0 .71-.615 1.287-1.375 1.287h-9.25c-.76 0-1.375-.576-1.375-1.287v-5.713Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M14 12h2"/><g stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M16.001 5.998h-2v-2Z"/><path stroke-miterlimit="10" d="M8 9V5.195A1.2 1.2 0 019.21 4h4.912L16 5.813V9"/></g></g>'},profile:{body:'<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M12 14a4.963 4.963 0 01-4-2 3 3 0 003-3 3 3 0 00-3-3 4.963 4.963 0 014-2 4.964 4.964 0 014 2 3.006 3.006 0 00-3 3 3 3 0 003 3 4.958 4.958 0 01-4 2Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 22a6 6 0 016-6 6 6 0 016 6"/><g fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" transform="translate(4 5)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3" fill="none"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(12 5)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g>'},"profile-add":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.001 6h6m-3-3v6"/><g fill="rgba(0,0,0,0)"><path d="M8 16a3.997 3.997 0 01-3.333-1.788l-.166-.25-.277-.117a1.998 1.998 0 01-1.222-1.844c0-.807.48-1.53 1.222-1.844l.278-.117.166-.25A3.994 3.994 0 018.001 8c1.344 0 2.59.67 3.335 1.79l.167.25.277.118A1.998 1.998 0 0113 12c0 .806-.48 1.53-1.222 1.843l-.276.117-.167.25A3.997 3.997 0 018 16Z"/><path fill="currentColor" d="M8 15a3 3 0 002.503-1.342l.333-.5.554-.235a1 1 0 000-1.844l-.554-.235-.333-.5a3 3 0 00-5.002-.001l-.333.501-.555.234a.999.999 0 00-.61.923 1 1 0 00.61.923l.554.234.333.5A2.999 2.999 0 008 15.001m0 2a4.995 4.995 0 01-4.165-2.235 3 3 0 01.001-5.53A4.993 4.993 0 018 7c1.74 0 3.272.889 4.168 2.237a3 3 0 010 5.529A4.996 4.996 0 018 17Z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.001 22a4 4 0 018 0"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 9)"><rect width="6" height="6.001" rx="3" stroke="none"/><rect width="4" height="4.001" x="1" y="1" rx="2"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8.001 9)"><rect width="6" height="6.001" rx="3" stroke="none"/><rect width="4" height="4.001" x="1" y="1" rx="2"/></g>'},"push-pin-off":{body:'<defs><clipPath id="svgID0"><path fill="none" stroke="#000" d="M0 0h17.997v17.996H0z"/></clipPath></defs><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g clip-path="url(#svgID0)" transform="translate(3 3)"><path d="M8.955 4.786 7.143 2.975A.821.821 0 016.9 2.4V1.395a.4.4 0 00-.681-.279L1.114 6.224a.4.4 0 00.279.68H2.4a.808.808 0 01.574.239l1.812 1.812m2.463 6.021a7.548 7.548 0 001.111 1.731.822.822 0 001.16.092.63.63 0 00.047-.043l7.191-7.191a.824.824 0 000-1.164l-.045-.041a7.552 7.552 0 00-1.732-1.111"/></g><path stroke-linecap="round" d="m17 17 3 3M4 20 20 4"/></g>'},"push-pin-on":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M19.711 11.362c-2.283-1.92-4.212-1.7-5.044-1.466a.818.818 0 01-.806-.206l-3.715-3.714a.816.816 0 01-.24-.574V4.396a.4.4 0 00-.681-.279L4.117 9.225a.4.4 0 00.279.68h1.006a.816.816 0 01.574.239l3.715 3.715a.818.818 0 01.206.806c-.235.832-.454 2.762 1.466 5.044a.823.823 0 001.207.049l7.191-7.191a.823.823 0 00-.05-1.205Z"/><path stroke-linecap="round" d="m17 17 3 3"/></g>'},qrcode:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><rect width="6" height="6" rx="2" stroke="none"/><rect width="4" height="4" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(2 16)"><rect width="6" height="6" rx="2" stroke="none"/><rect width="4" height="4" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(16 2)"><rect width="6" height="6" rx="2" stroke="none"/><rect width="4" height="4" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M3 12h8v2m1-11v5m-1 11v2h4v-6m2-3h4v3m-2 6h2v-2"/></g>'},"question-badge":{body:'<g transform="translate(2 2)"><circle cx="10" cy="10" r="10" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 6.671a4.15 4.15 0 015.25-2.444A4.005 4.005 0 0114 8.004c0 2.665-4.116 4-4.116 4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 17v-1"/></g>'},radio:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2.001 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g>'},redo:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M17.999 8H9.036A5.011 5.011 0 004 12.986v.027A5.011 5.011 0 009.036 18h3.981"/><path stroke-linejoin="round" d="m17 5 3 3-3 3"/></g>'},relations:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-linecap="round" stroke-miterlimit="10" transform="translate(2 6.75)"><path d="m3 1.25 2 2"/><circle cx="1" cy="1" r="1" transform="translate(1 -.75)"/></g><g stroke-linecap="round" stroke-miterlimit="10" transform="translate(10 4.75)"><path d="M2 2.25v2"/><circle cx="1" cy="1" r="1" transform="translate(1 -.75)"/></g><g stroke-linecap="round" stroke-miterlimit="10" transform="translate(17 6)"><path d="M2 2 0 4"/><circle cx="1" cy="1" r="1" transform="translate(2)"/></g><path stroke-linejoin="round" d="M9 22a3 3 0 013-3 3 3 0 013 3"/><g transform="translate(9 12)"><rect width="6.001" height="6.001" rx="3" stroke="none"/><rect width="4.001" height="4.001" x="1" y="1" rx="2"/></g></g>'},reload:{body:'<g fill="none" stroke="currentColor"><path d="M17 16.754A6.869 6.869 0 0111.92 19 6.96 6.96 0 015 12m2-5.18A7.252 7.252 0 0111.826 5 7.089 7.089 0 0119 12"/><path d="m7 13-2-2-2 2m14-2 2 2 2-2"/></g>'},remove:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 12h16"/>'},"remove-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" d="M7 12h10"/></g>'},reorder:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M4 14h16M4 10h16"/><path stroke-linejoin="round" d="m14.001 6.001-2-2-2 2M9.999 18l2 2 2-2"/></g>'},repeat:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m17 4 3 3-3 3M7 20l-3-3 3-3"/><path d="M4 11V9a2.184 2.184 0 012.332-2H18m2 6v2a2.184 2.184 0 01-2.332 2H6"/></g>'},repository:{body:'<g fill="none"><path d="M4 21.002a2 2 0 01-2-2V6.27c0-1.133.859-2.26 1.717-2.264l6-.006.834.006L11.93 6.27H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z"/><path fill="currentColor" d="m20 19.002.002-10.73C20 8.272 20 8.27 20 8.27h-9.195l-.586-.96L9.422 6l-5.346.006a.603.603 0 00-.078.264L3.996 19c.002 0 .002.002.002.002H20m0 2H3.998c-1.103 0-2-.896-2-2V6.27c0-1.133.86-2.26 1.717-2.264l6-.006.834.006 1.379 2.264H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17 14-2-2-2 2m2-1v4"/></g>'},"request-form":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(3.5 3.5)"><path d="M12.5 9.632a4.163 4.163 0 01-2.866 2.866m0-8A4.165 4.165 0 0112.5 7.366m-8 0a4.166 4.166 0 012.866-2.867m0 8a4.161 4.161 0 01-2.868-2.866m11.001.87c-.518 3.465-2.1 4.465-5 5m0-14a5.77 5.77 0 015 5m-14 0a5.777 5.777 0 015-5m0 14a5.629 5.629 0 01-5-5"/><rect width="4" height="5" rx="1.333" transform="translate(6.5 12.5)"/><rect width="5" height="4" rx="1.333" transform="translate(12.5 6.5)"/><rect width="5" height="4" rx="1.333" transform="translate(-.5 6.5)"/><rect width="4" height="5" rx="1.333" transform="translate(6.5 -.5)"/></g>'},"resize-100":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.001 8.998v-4h-4M17 19.001h4v-4M7 4.999H3v4m-.001 6.003v4h4"/><path fill="currentColor" d="M6.121 16h3.877v-1.243H8.787V8l-2.789.824v1.333l1.494-.461v5.062H6.121Zm7.998 0h3.877v-1.243h-1.211V8l-2.789.824v1.333l1.494-.461v5.062h-1.371ZM11 10.964h1V9.501h-1Zm0 3.537h1v-1.464h-1Z"/>'},"resize-height":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m14 9-2-2-2 2m-.001 6.002 2 2 2-2"/><path d="M4 3h16M4 21h16"/></g>'},"resize-width":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m14.999 14 2-2-2-2m-6.002-.001-2 2 2 2"/><path d="M20.999 4v16m-18-16v16"/></g>'},search:{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m15 15 6 6"/><g fill="none" transform="translate(3 3)"><circle cx="7" cy="7" r="7" stroke="none"/><circle cx="7" cy="7" r="6"/></g></g>'},"sequential-prerequisites":{body:'<g transform="translate(4.884 5.999)"><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1.998)"/><path fill="currentColor" d="M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16H2.12v.926H-.868Z"/><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(7.115 9)"><rect width="8" height="6" rx="2" stroke="none"/><rect width="6" height="4" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M9.12 9V7.7a1.869 1.869 0 012-1.7h0a1.869 1.869 0 012 1.7V9"/></g></g>'},settings:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(3.75 3.762)"><path d="M7.235 16.238h2.029l.248-1.992.344-.095a6.075 6.075 0 001.436-.595l.311-.18 1.585 1.237 1.437-1.437-1.237-1.585.18-.312a6.093 6.093 0 00.595-1.436l.095-.343 1.992-.247V7.222l-1.991-.247-.095-.344a6.082 6.082 0 00-.6-1.436l-.18-.311 1.237-1.585-1.432-1.438-1.586 1.238-.311-.18a6.087 6.087 0 00-1.435-.597l-.344-.095L9.265.236h-2.03l-.248 1.991-.344.095a6.087 6.087 0 00-1.435.6l-.311.18-1.586-1.241-1.437 1.437 1.237 1.586-.18.312a6.071 6.071 0 00-.6 1.435l-.095.345-1.986.246v2.03l1.991.248.095.344a6.071 6.071 0 00.6 1.435l.18.312-1.242 1.586 1.437 1.437 1.585-1.237.311.18a6.087 6.087 0 001.436.595l.344.095Z"/><path fill="currentColor" d="m9.265 16.238.248-1.992.344-.095c.512-.14.995-.34 1.435-.594l.311-.18 1.586 1.237 1.437-1.437-1.237-1.586.18-.312a6.06 6.06 0 00.595-1.435l.095-.343 1.991-.248v-2.03l-1.991-.248-.095-.344a6.082 6.082 0 00-.595-1.436l-.18-.311 1.237-1.586-1.437-1.437L11.603 3.1l-.31-.18a6.087 6.087 0 00-1.436-.595l-.344-.095L9.265.238h-2.03l-.248 1.991-.344.095c-.512.14-.994.34-1.435.595l-.311.18L3.31 1.861 1.874 3.298l1.237 1.586-.18.312c-.254.44-.455.923-.595 1.435l-.095.344-1.991.248v2.03l1.991.248.095.344c.14.512.34.994.595 1.434l.18.312-1.237 1.586 1.437 1.437 1.586-1.237.31.18c.442.254.924.454 1.436.594l.344.095.248 1.992h2.03m0 2h-2.03a2 2 0 01-1.984-1.753l-.091-.73a8.062 8.062 0 01-.04-.016l-.579.452a2 2 0 01-2.644-.163L.46 14.591a2 2 0 01-.163-2.644l.452-.579a8.046 8.046 0 01-.017-.04l-.73-.09A2 2 0 01-1.75 9.252v-2.03A2 2 0 01.004 5.238l.728-.09a8.03 8.03 0 01.017-.04l-.452-.58A2 2 0 01.46 1.885L1.897.447A2 2 0 014.542.285l.578.451.04-.016.09-.73a2 2 0 011.985-1.752h2.03a2 2 0 011.984 1.753l.091.729.04.016.578-.451a2 2 0 012.645.162l1.437 1.437a2 2 0 01.163 2.645l-.452.578.017.04.728.091a2 2 0 011.754 1.985v2.03a2 2 0 01-1.753 1.984l-.73.091a7.995 7.995 0 01-.016.04l.452.579a2 2 0 01-.163 2.644l-1.437 1.437a2 2 0 01-2.644.163l-.58-.452a8.12 8.12 0 01-.039.017l-.09.73a2 2 0 01-1.985 1.752Z"/><circle cx="3" cy="3" r="3" stroke="currentColor" stroke-width="2" transform="translate(5.25 5.238)"/></g>'},share:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4.207 3.75) translate(-.207 5.25)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><g stroke-miterlimit="10" transform="translate(4.207 3.75) translate(9.793 11.25)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><g stroke-miterlimit="10" transform="translate(4.207 3.75) translate(9.793 -.75)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m15 17-6-4m6-6-6 4"/></g>'},sketch:{body:'<rect fill="none"/><g fill="none"><path d="M15.33 4a2 2 0 011.743 1.019l3.375 6a2 2 0 010 1.961l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.019l-3.375-6a2 2 0 010-1.961l3.375-6A2 2 0 018.67 4Z"/><path fill="currentColor" d="m8.67 6-3.375 6 3.375 6h6.66l3.375-6-3.375-6H8.67m0-2h6.66a2 2 0 011.743 1.02l3.375 6a2 2 0 010 1.96l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.02l-3.375-6a2 2 0 010-1.96l3.375-6A2 2 0 018.67 4Z"/></g>'},skills:{body:'<g transform="translate(2.988 2.25)"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6.012 19.75a3 3 0 013-3 3 3 0 013 3"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(6.012 9.75)"><rect width="6.001" height="6.001" rx="3" stroke="none"/><rect width="4.001" height="4.001" x="1" y="1" rx="2"/></g><rect width="5" height="5" fill="currentColor" rx="1" transform="translate(-.988 3.75)"/><path fill="currentColor" d="M14.648 4.231a1 1 0 011.728 0l1.759 3.019a1 1 0 01-.864 1.5h-3.518a1 1 0 01-.864-1.5ZM8.405.214a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7H7.896a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z"/></g>'},"skip-back":{body:'<g fill="none"><path d="M5.039 13.736a2 2 0 010-3.473l7.969-4.554A2 2 0 0116 7.446v9.108a2 2 0 01-2.992 1.736Z"/><path fill="currentColor" d="M6.031 12 14 16.554V7.446L6.031 12m-2 0a1.98 1.98 0 011.008-1.736l7.969-4.554C14.34 4.948 16 5.91 16 7.446v9.108c0 1.535-1.659 2.498-2.992 1.736l-7.97-4.554A1.981 1.981 0 014.032 12Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 6v12"/></g>'},"skip-forward":{body:'<g fill="none"><path d="M18.961 10.264a2 2 0 010 3.473l-7.969 4.554A2 2 0 018 16.554V7.446a2 2 0 012.992-1.736Z"/><path fill="currentColor" d="m17.969 12-7.97-4.554v9.108L17.968 12m2 0a1.98 1.98 0 01-1.008 1.736l-7.969 4.554c-1.333.762-2.992-.2-2.992-1.736V7.446c0-1.535 1.659-2.498 2.992-1.736l7.97 4.554A1.981 1.981 0 0119.968 12Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 6v12"/></g>'},sms:{body:'<g fill="none"><path d="M5 4h14a3 3 0 013 3v8a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3Z"/><path fill="currentColor" d="M4.999 6c-.55 0-1 .449-1 1v8c0 .552.45 1 1 1H19a1 1 0 001-1V7c0-.551-.448-1-1-1H5m0-2h14a3 3 0 013 3v8a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 9h8m-8 4.001h5"/><path d="M6 17h4l-4 4Z"/><path fill="currentColor" d="M5.999 17h4l-4 4v-4Z"/></g>'},"sso-access":{body:'<g fill="none"><g stroke-linecap="round"><path d="M18.002 18.002h-12a4 4 0 01-1.977-7.479 5 5 0 014.977-4.52 4.783 4.783 0 01.5.025 6 6 0 0110.5 3.974c0 .176-.008.35-.021.521a4 4 0 01-1.979 7.479Z"/><path fill="currentColor" d="M18 16a1.999 1.999 0 001.998-1.996c0-.72-.387-1.389-1.012-1.744l-1.103-.63.1-1.267a4.001 4.001 0 00-6.979-3.01l-.684.772-1.025-.11a2.986 2.986 0 00-3.28 2.695l-.097 1.034-.9.514a2.015 2.015 0 00-1.014 1.746C4.004 15.106 4.9 16 6.002 16H18m0 2H6.002a3.999 3.999 0 01-3.998-3.996c0-1.492.814-2.793 2.021-3.482a4.998 4.998 0 015.48-4.495 5.987 5.987 0 014.497-2.023 5.996 5.996 0 015.975 6.518 4 4 0 012.021 3.482A3.996 3.996 0 0118 18Z"/></g><g stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M11.999 11v3"/><g transform="translate(9.999 8)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g></g>'},star:{body:'<path fill="none" stroke="currentColor" d="m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z"/>'},"star-active":{body:'<path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z"/>'},success:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(2.751 3)"><rect width="4" height="10" rx="2" transform="translate(.25 7.001)"/><path stroke-linecap="round" d="M16.066 8.914h-.885l.069-.48h.816a1.188 1.188 0 000-2.375h-1.959L11.253 6s.617-4.309-2-5.754c-1.683-.834-2 .754-2 .754v3l-1 1s-2 1.856-2 3.019V15a1.868 1.868 0 002 2h8.185a1.188 1.188 0 000-2.375h-.08l.069-.481h.825a1.188 1.188 0 000-2.375h-.486l.069-.481h1.231a1.188 1.188 0 000-2.375Z"/></g>'},sun:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(7 7)"><circle cx="5" cy="5" r="5" stroke="none"/><circle cx="5" cy="5" r="4"/></g><path stroke-linecap="round" d="M12 4V3m0 18v-1m8-8h1M3 12h1m14 6.001 1 1M5 4.999l1 1m12 0 1-1M5 19.001l1-1"/></g>'},sunrise:{body:'<g fill="none" stroke-miterlimit="10"><path d="M6 17a6 6 0 016-6 6 6 0 016 6Z"/><path fill="currentColor" d="M15.464 15A4.003 4.003 0 0012 13a4.003 4.003 0 00-3.463 2h6.927m2.537 2H6a6 6 0 016-6 6 6 0 016 6Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 8V7m-9 9h18M5.001 8.999l1 1m11.999 0 1-1"/></g>'},support:{body:'<g stroke="currentColor" stroke-linejoin="round" transform="translate(5.25 4.75)"><path fill="none" stroke-linecap="round" stroke-width="2" d="M1.75 4.251a5 5 0 0110 0"/><g fill="none" stroke-width="2" transform="translate(-1.25 4.25)"><rect width="6" height="7" rx="2.004" stroke="none"/><rect width="4" height="5" x="1" y="1" rx="1.004"/></g><g fill="none" stroke-width="2" transform="translate(8.75 4.25)"><rect width="6" height="7" rx="2.004" stroke="none"/><rect width="4" height="5" x="1" y="1" rx="1.004"/></g><path fill="none" stroke-linecap="round" stroke-width="2" d="M11.747 10.25v2a2.8 2.8 0 01-2.522 3H8.75"/><circle cx="1" cy="1" r="1" fill="currentColor" stroke-linecap="round" transform="translate(6.75 14.25)"/></g>'},survey:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M20 2H8a.881.881 0 00-1 1v6a.88.88 0 001 1h2l.5 1.5c.266.7.573.528.8.3L13 10h7a.88.88 0 001-1V3a.881.881 0 00-1-1Z"/><path fill="currentColor" d="M9 4v4h1a2 2 0 011.5.677l.048-.052A2 2 0 0113 8h6V4H9M8 2h12c.673 0 1 .332 1 1v6c0 .67-.327 1-1 1h-7l-1.703 1.797c-.228.227-.535.404-.8-.3L10 10H8c-.673 0-1-.33-1-1V3c0-.668.327-1 1-1Z"/></g><path fill="currentColor" d="M12.99 5.74a.123.123 0 00-.049-.053.175.175 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.211.211 0 01-.063-.072l-.188-.4a.183.183 0 00-.045-.062.112.112 0 00-.073-.027.112.112 0 00-.073.029.184.184 0 00-.045.062l-.188.4a.212.212 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.162.162 0 00-.084.036.118.118 0 00-.03.039.117.117 0 00-.011.05.137.137 0 00.015.061.2.2 0 00.036.049l.3.31a.205.205 0 01.041.07.26.26 0 01.017.088.142.142 0 010 .024l-.072.438a.217.217 0 000 .037.143.143 0 00.029.091.108.108 0 00.04.031.112.112 0 00.047.01.166.166 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.165.165 0 00.079.023.112.112 0 00.047-.01.112.112 0 00.053-.052.154.154 0 00.015-.07.222.222 0 000-.037l-.072-.438a.143.143 0 010-.023.262.262 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.137.137 0 00.015-.061.119.119 0 00-.009-.053Zm4 0a.123.123 0 00-.049-.053.175.175 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.211.211 0 01-.063-.072l-.188-.4a.183.183 0 00-.045-.062.112.112 0 00-.073-.027.112.112 0 00-.073.029.184.184 0 00-.045.062l-.188.4a.212.212 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.162.162 0 00-.084.036.118.118 0 00-.03.039.117.117 0 00-.011.05.137.137 0 00.015.061.2.2 0 00.036.049l.3.31a.205.205 0 01.041.07.26.26 0 01.017.088.142.142 0 010 .024l-.072.438a.217.217 0 000 .037.143.143 0 00.029.091.108.108 0 00.04.031.112.112 0 00.047.01.166.166 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.165.165 0 00.079.023.112.112 0 00.047-.01.112.112 0 00.053-.052.154.154 0 00.015-.07.222.222 0 000-.037l-.072-.438a.143.143 0 010-.023.262.262 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.137.137 0 00.015-.061.119.119 0 00-.009-.053Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 22a3 3 0 013-3 3 3 0 013 3"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 12)"><rect width="6.001" height="6.001" rx="3" stroke="none"/><rect width="4.001" height="4.001" x="1" y="1" rx="2"/></g>'},table:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2 5)"><rect width="20" height="14" rx="2" stroke="none"/><rect width="18" height="12" x="1" y="1" rx="1"/></g><path d="M9 5v13m-7-8h20M2 14h20"/></g>'},"tematic-channels":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="M12 4v17m4 0H8"/><path d="M12 5h6.412L20 6.833 18.412 9H12Zm0 7H5.588L4 10.167 5.588 8H12Z"/></g>'},test:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(3 4)"><rect width="7" height="7" rx="1.996" stroke="none"/><rect width="5" height="5" x="1" y="1" rx=".996"/></g><g stroke-miterlimit="10" transform="translate(3 13)"><rect width="7" height="7" rx="1.996" stroke="none"/><rect width="5" height="5" x="1" y="1" rx=".996"/></g><path stroke-linejoin="round" d="m-19.121-33.411-2.844 10.626.674 3.286 2.224-2.51 2.844-10.627Z"/></g>'},"text-body":{body:'<path fill="currentColor" d="M3.265 18.07h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931H3.265Zm10 0h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931h-7.736Z"/>'},"text-edit":{body:'<path fill="currentColor" d="M7.56 14.951H4.445L3.867 17H2l2.706-9h2.593l2.7 9H8.133Zm-.38-1.35-.551-1.961c-.209-.76-.4-1.459-.63-2.34-.221.882-.42 1.581-.624 2.34l-.55 1.961Zm9.821-2.061v5.351H15.72l-.156-.642-1.013.426a3.829 3.829 0 01-1.47.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.345.851-2.121 2.757-2.121h1.552v-1.122c0-.585-.209-.912-.863-.912h-.561c-.556 0-.857.179-.857.689v.562h-1.716v-.462c0-1.423.956-2.225 2.594-2.225h.51c1.598 0 2.583.684 2.583 2.539Zm-1.691 2.188h-1.593c-.667 0-.979.2-.979.685v.461c0 .487.248.729.672.729a2.017 2.017 0 00.77-.167l1.124-.339ZM20.001 4h2v16h-2Z"/>'},"text-style":{body:'<path fill="currentColor" d="M9.646 15.041H5.363L4.563 18H2L5.721 5h3.566L13 18h-2.566Zm-.523-1.95-.756-2.832c-.288-1.1-.553-2.108-.866-3.381-.3 1.273-.577 2.283-.858 3.381l-.756 2.832Zm12.876-1.92v6.688h-1.706l-.208-.8-1.351.532a5.372 5.372 0 01-1.961.408 2.592 2.592 0 01-2.771-2.85v-.161c0-1.68 1.135-2.651 3.674-2.651h2.068v-1.4c0-.731-.278-1.14-1.15-1.14h-.748c-.742 0-1.142.224-1.142.863v.7H14.42v-.576c0-1.78 1.274-2.782 3.458-2.782h.678c2.131-.002 3.443.854 3.443 3.169Zm-2.254 2.736h-2.122c-.887 0-1.3.246-1.3.855v.577a.811.811 0 00.895.91 2.832 2.832 0 001.027-.209l1.5-.423Z"/>'},time:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m14 10-2 2 3 3"/></g>'},"toilet-paper":{body:'<g transform="translate(3.709 3.6)"><ellipse cx="2.5" cy="6" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" rx="2.5" ry="6" transform="translate(12.291 .4)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.291.4h-12a2.652 2.652 0 00-3 3v14h13v-10"/><path fill="none" stroke="currentColor" stroke-linecap="round" d="M5.291 10.4h1m-4 0h1m5 0h1"/><ellipse cx=".5" cy="1" fill="currentColor" rx=".5" ry="1" transform="translate(14.291 5.401)"/></g>'},"training-points":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2 6)"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7"/></g><g transform="translate(6 10)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linecap="round" d="m10 14 7-7"/><path stroke-linejoin="round" d="m19 3-2 2-.001 2h2l2-2Z"/></g>'},trash:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M5 4.999h14v13a3 3 0 01-3 3H8a3 3 0 01-3-3v-13Z" stroke="none"/><path d="M7 5.999h10a1 1 0 011 1v11a2 2 0 01-2 2H8a2 2 0 01-2-2v-11a1 1 0 011-1Z"/><path stroke-linecap="round" d="M4 6h16"/><path d="M14.998 6h-6V4a1 1 0 011-1h4a1 1 0 011 1v2Z" stroke="none"/><path d="M13.998 5h-4V4h4v1Z"/><path stroke-linecap="round" d="M10 10v6m4-6v6"/></g>'},underline:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 6v5a4 4 0 108 0V6M6 19h12"/>'},undo:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M6.001 8.001h8.966a5.012 5.012 0 015.036 4.986v.027a5.012 5.012 0 01-5.036 4.987h-3.984"/><path stroke-linejoin="round" d="M7 5 4 8l3 3"/></g>'},unlock:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m8.033 11-.993-.993a3.484 3.484 0 010-4.966h0a3.484 3.484 0 014.967 0l.993.993"/><path stroke-linecap="round" stroke-miterlimit="10" d="M12 14.998v2"/><g stroke-miterlimit="10" transform="translate(4 10)"><rect width="16" height="12" rx="3" stroke="none"/><rect width="14" height="10" x="1" y="1" rx="2"/></g></g>'},upload:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 7-3-3-3 3m3-3v10m8 1v3H4v-3"/>'},user:{body:'<rect width="10" height="10" fill="none" stroke="currentColor" stroke-width="2" rx="5" transform="translate(7 4)"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 22a6 6 0 016-6 6 6 0 016 6"/>'},"user-add":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15 6h6m-3-3v6"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(3 7)"><rect width="10" height="10.001" rx="5" stroke="none"/><rect width="8" height="8.001" x="1" y="1" rx="4"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 22a4 4 0 018 0"/>'},"user-badge":{body:'<path fill="currentColor" d="m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.061 1.061 0 00.386 1.242l1.662 1.125a1.061 1.061 0 010 1.738l-1.662 1.126a1.061 1.061 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.061 1.061 0 00-.386-1.242l-1.662-1.125a1.061 1.061 0 010-1.738l1.662-1.125A1.061 1.061 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12 7a3 3 0 11-3 3 3 3 0 013-3Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.001 17a3 3 0 013-3 3 3 0 013 3"/>'},"video-off":{body:'<path fill="currentColor" d="M5 15.242V8h7.243l2-2H4.868A1.8 1.8 0 003 7.715v8.569a1.584 1.584 0 00.2.758Zm10-1.515V16h-2.273l-2 2h4.4A1.8 1.8 0 0017 16.284v-4.557Z"/><path fill="currentColor" d="M21.351 8a.642.642 0 00-.373.121l-1.3.925-3.44 3.443c.013.01.018.026.031.035l4.709 3.356A.646.646 0 0022 15.356v-6.71A.646.646 0 0021.351 8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 20 20 4"/>'},"video-on":{body:'<g stroke-linecap="round" stroke-linejoin="round"><g fill="currentColor"><path d="M21 14.666 17.257 12l3.741-2.666v5.332Z"/><path d="M20 11.275 18.98 12l1.018.726v-1.451M21.351 8c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523l-4.71-3.355a.642.642 0 010-1.047l4.71-3.356a.638.638 0 01.372-.12Z"/></g><g fill="none"><path d="M4.868 5.999h10.264A1.8 1.8 0 0117 7.714v8.57a1.8 1.8 0 01-1.868 1.715H4.868A1.8 1.8 0 013 16.284v-8.57a1.8 1.8 0 011.868-1.715Z"/><path fill="currentColor" d="M5 7.999v8h10v-8H5m-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H4.868C3.836 17.999 3 17.231 3 16.284v-8.57C3 6.767 3.836 6 4.868 6Z"/></g></g>'},"video-rec":{body:'<g transform="translate(3.709 5.695)"><g stroke-linecap="round" stroke-linejoin="round"><g fill="currentColor"><path d="m17.29 8.971-3.74-2.666 3.74-2.665v5.332Z"/><path d="m16.29 5.58-1.018.725 1.018.726V5.58m1.352-3.275c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523L12.56 6.83a.642.642 0 010-1.047l4.71-3.356a.638.638 0 01.372-.12Z"/></g><g fill="none"><path d="M1.159.304h10.264a1.8 1.8 0 011.868 1.715v8.57a1.8 1.8 0 01-1.868 1.715H1.159a1.8 1.8 0 01-1.868-1.715v-8.57A1.8 1.8 0 011.159.304Z"/><path fill="currentColor" d="M1.291 2.304v8h10v-8h-10m-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H1.16c-1.032 0-1.868-.768-1.868-1.715v-8.57c0-.947.836-1.715 1.868-1.715Z"/></g></g><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(-1.709 -.695)"/></g>'},view:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(5.25 6.75)"><path d="M12.75 13.25h-8a3 3 0 01-3-3v-1h7a3 3 0 003-3v-4h1a3 3 0 013 3v5a3 3 0 01-3 3Z"/><rect width="14" height="11" stroke-miterlimit="10" rx="3" transform="translate(-2.25 -1.75)"/></g>'},"view-card":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 8)"><rect width="11" height="9" rx="2" stroke="none"/><rect width="9" height="7" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(15 8)"><rect width="7" height="6" rx="2" stroke="none"/><rect width="5" height="4" x="1" y="1" rx="1"/></g>'},"view-list":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 5)"><rect width="6" height="6" rx="2" stroke="none"/><rect width="4" height="4" x="1" y="1" rx="1"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 13)"><rect width="6" height="6" rx="2" stroke="none"/><rect width="4" height="4" x="1" y="1" rx="1"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M11 10h5m-5 8h5M11 6h10m-10 8h10"/>'},"voice-off":{body:'<path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M12.001 17.5V21"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9.001 21h6"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M11.001 8.743V5a1 1 0 012 0v1.743l1.976-1.976A2.992 2.992 0 009.001 5v5.743Zm3.047 5.438c.046-.043.091-.088.134-.134Zm-7.877-.608 1.83-1.83V11a1 1 0 00-2 0v1.386a5.867 5.867 0 00.17 1.188"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M16.001 12.227v.083a3.835 3.835 0 01-3.755 3.672l-1.845 1.845a5.521 5.521 0 001.365.173h.2a5.862 5.862 0 006.035-5.653V11a.978.978 0 00-.2-.571Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4.001 20 16-16"/>'},"voice-on":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(9 2.001)"><rect width="6" height="13" rx="3" stroke="none"/><rect width="4" height="11" x="1" y="1" rx="2"/></g><path stroke-linecap="round" d="M17 11v1.348a4.836 4.836 0 01-5 4.653h0a4.836 4.836 0 01-5-4.653V11"/><path d="M12 17.001v3"/><path stroke-linecap="round" d="M9 21.001h6"/></g>'},"volume-down":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M19.002 9.999a2.552 2.552 0 010 4"/><g stroke-linejoin="round"><path d="M3 14.517a1.671 1.671 0 001.479 1.48h4.76a1.387 1.387 0 01.837.276l3.776 2.446A1.326 1.326 0 0016 17.794v-11.6a1.326 1.326 0 00-2.148-.925l-3.776 2.446a1.387 1.387 0 01-.837.276h-4.76A1.688 1.688 0 003 9.491Z"/><path fill="currentColor" d="M14 16.435v-8.87L11.211 9.37a3.407 3.407 0 01-1.972.63h-4.24v4h4.24c.708 0 1.404.222 1.972.628L14 16.435M14.681 19c-.285 0-.576-.087-.83-.278l-3.775-2.446A1.387 1.387 0 009.239 16h-4.76c-.725 0-1.48-.818-1.48-1.48V9.496C3 8.834 3.755 8 4.48 8h4.76c.306 0 .602-.098.837-.277l3.776-2.446c.855-.647 2.148-.09 2.148.925v11.595c0 .715-.64 1.203-1.319 1.203Z"/></g></g>'},"volume-off":{body:'<g fill="none"><g stroke-linejoin="round"><path d="M2.001 13.853a1.886 1.886 0 001.5 1.384h3.5a1.227 1.227 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.338 2.338 0 01-1 .214h-3.5a1.882 1.882 0 00-1.5 1.385Z"/><path fill="currentColor" d="M11 15.33V8.754l-1.772 1.378a1.978 1.978 0 01-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585L11 15.33m.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m16 14 4-4m-4 0 4 4"/></g>'},"volume-up":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.001 8.999a5.075 5.075 0 010 6m4.001-7a8.593 8.593 0 010 8"/><g stroke-linejoin="round"><path d="M2.001 13.853a1.886 1.886 0 001.5 1.384h3.5a1.227 1.227 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.338 2.338 0 01-1 .214h-3.5a1.882 1.882 0 00-1.5 1.385Z"/><path fill="currentColor" d="M11 15.33V8.754l-1.772 1.378a1.978 1.978 0 01-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585L11 15.33m.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942Z"/></g></g>'},warning:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M10.577 3.833a1.632 1.632 0 012.846 0l4.177 7.334 4.178 7.334a1.666 1.666 0 01-1.423 2.5H3.645a1.666 1.666 0 01-1.423-2.5L6.4 11.167Z"/><path fill="currentColor" d="M12 5.375 4.24 19h15.52L12 5.375M12 3c.553 0 1.107.278 1.423.833l8.354 14.668C22.41 19.612 21.619 21 20.354 21H3.645c-1.264 0-2.055-1.388-1.423-2.5l8.355-14.666c.316-.555.87-.833 1.423-.833Z"/><path stroke="currentColor" stroke-width="2" d="M12 9v4m0 4h0"/></g>'},webinar:{body:'<g fill="none" stroke-miterlimit="10"><path d="M15 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0115 14.5Z"/><path fill="currentColor" d="M16.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061 0 .415-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0116.5 13Z"/><path d="M8 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 018 19.5Z"/><path fill="currentColor" d="M9.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061 0 .415-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 019.5 18Z"/><path d="M13 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0113 19.5Z"/><path fill="currentColor" d="M14.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061 0 .415-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0114.5 18Z"/><path d="M10.5 14.5a1.5 1.5 0 11.44 1.06 1.5 1.5 0 01-.44-1.06Z"/><path fill="currentColor" d="M12 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061 0 .415-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0112 13Z"/><path d="M6 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 016 14.5Z"/><path fill="currentColor" d="M7.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061 0 .415-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 017.5 13Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.001 13V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8"/></g>'},whiteboard:{body:'<rect fill="none"/><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="m4 20 4-6m4 6v-6m8 6-4-6"/><g stroke-miterlimit="10" transform="translate(2.998 3)"><rect width="18.005" height="12" rx="3" stroke="none"/><rect width="16.005" height="10" x="1" y="1" rx="2"/></g><path d="M6.999 10.182c1.425-1 3.163-3.181 6-3.181-1.206 3.762 2.527 4.983 4 3.181"/></g>'},wine:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="M17.919 15.986C20.986 14.639 19.757 9 19.757 9h-5.513s-1.23 5.639 1.838 6.986a1.7 1.7 0 00.4.014h1.062a1.46 1.46 0 00.375-.014ZM16.999 17v4M19 21h-4"/><path d="M4.952 21a1.219 1.219 0 01-.652-.3A1 1 0 014 20v-9c.015-.318 0-1 0-1l1.5-3V3h3v4l1.5 3c.01.009-.015.682 0 1v9a1 1 0 01-.3.7.851.851 0 01-.7.3Z"/><path d="M4 12.001h3v6H4z"/></g>'},zip:{body:'<g stroke="currentColor"><path fill="currentColor" d="M18.001 17a1 1 0 101 1 1 1 0 00-1-1Z"/><path fill="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 5v4m4-4v4m4-4v4"/><g fill="none" stroke-miterlimit="10" stroke-width="2" transform="translate(15 4)"><rect width="6" height="6" rx="1" stroke="none"/><path d="M1 1h4v4H1z"/></g><path fill="none" stroke-linejoin="round" stroke-width="2" d="M17.918 21a2.781 2.781 0 01-2.912-3.108L15.984 13h4.033l.978 4.892A2.781 2.781 0 0118.083 21Z"/></g>'},"zoom-in":{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m15 15 6 6"/><g fill="none" transform="translate(3 3)"><circle cx="7" cy="7" r="7" stroke="none"/><circle cx="7" cy="7" r="6"/></g><path fill="none" stroke-linecap="round" d="M8 10h4m-2-2v4"/></g>'},"zoom-out":{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m15 15 6 6"/><g fill="none" transform="translate(3 3)"><circle cx="7" cy="7" r="7" stroke="none"/><circle cx="7" cy="7" r="6"/></g><path fill="none" stroke-linecap="round" d="M8 10h4"/></g>'}},width:24,height:24},o={prefix:"detailed",lastModified:1695740555,icons:{add:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 15.999h24m-12-12v24"/>'},"add-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/><path stroke-linecap="round" d="M9 14h10m-5-5v10"/></g>'},"align-center":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23 13H9m18-6H5m22 12H5m18 6H9"/>'},"align-justify":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27 13H5m22-6H5m22 12H5m22 6H5"/>'},"align-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13H5m22-6H5m22 12H5m16 6H5"/>'},"align-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.999 13h-16M27 7H5m22 12H5m21.999 6h-16"/>'},analysis:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 16)"><rect width="7" height="12" rx="2" stroke="none"/><rect width="5" height="10" x="1" y="1" rx="1"/></g><g transform="translate(12 6)"><rect width="8" height="22" rx="2" stroke="none"/><rect width="6" height="20" x="1" y="1" rx="1"/></g><g transform="translate(23 12)"><rect width="7" height="16" rx="2" stroke="none"/><rect width="5" height="14" x="1" y="1" rx="1"/></g></g>'},"analysis-2":{body:'<g fill="none" stroke-miterlimit="10"><path d="M17.657 6.001a.674.674 0 00-.473.2.671.671 0 00-.2.474l.012 10.331H6.665a.673.673 0 00-.473.2.67.67 0 00-.2.473 12.284 12.284 0 0012 12.328 12 12 0 0012-12A12.3 12.3 0 0017.657 6.001Z"/><path fill="currentColor" d="M18.99 8.087 19.004 19l-10.916.004a10.572 10.572 0 002.868 5.93c1.906 1.978 4.408 3.067 7.045 3.067a9.934 9.934 0 007.072-2.93A9.936 9.936 0 0028 18.002c0-2.637-1.091-5.14-3.072-7.045a10.596 10.596 0 00-5.937-2.869m-1.334-2.086C24.287 6 30 11.37 30 18c0 6.627-5.37 12-12 12-6.627 0-12-5.7-12-12.328a.67.67 0 01.67-.668L17 17l-.01-10.33a.671.671 0 01.668-.67Z"/><path d="M14.8 14.8a.7.7 0 00.2-.488V3.692a.7.7 0 00-.2-.489.7.7 0 00-.488-.2A11.312 11.312 0 003 14.311a.7.7 0 00.2.488.7.7 0 00.488.2h10.62a.7.7 0 00.492-.199Z"/><path fill="currentColor" d="M13 13V5.092A9.333 9.333 0 005.092 13H13m1.31 2H3.69a.695.695 0 01-.69-.69C3.001 8.065 8.064 3 14.31 3c.182 0 .36.074.488.202a.698.698 0 01.202.489v10.62c0 .181-.074.36-.202.487a.695.695 0 01-.487.202Z"/></g>'},"analysis-3":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m4 24 10-10 4 4 7-6"/><path stroke-miterlimit="10" d="M29 24.999H3v-18"/></g>'},apple:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M16.017 28.843a6.762 6.762 0 011.364.164 7.462 7.462 0 011.364.532l.032.015c.168.079.342.161.521.236a2.332 2.332 0 00.924.211 3.513 3.513 0 001.429-.42 6.044 6.044 0 002.269-1.911 18.881 18.881 0 002.5-4.141c.132-.292.232-.533.318-.755a14.883 14.883 0 00.907-9.257 7.167 7.167 0 00-2.9-4.254.662.662 0 01-.063-.044 4.959 4.959 0 00-1-.614 6.1 6.1 0 00-2.607-.6h-.148a8.727 8.727 0 00-2.967.768l-.586.223c-.255.1-.849.3-.855.3a.694.694 0 01-.234.04h-.22a.25.25 0 00-.043 0h-.032a.388.388 0 00-.045.005h-.221a.7.7 0 01-.232-.039s-.6-.205-.857-.3l-.579-.22A8.794 8.794 0 0011.077 8h-.16a6.174 6.174 0 00-2.593.6 5 5 0 00-1 .615.581.581 0 01-.06.043 7.289 7.289 0 00-2.887 4.186 14.879 14.879 0 00.867 9.273c.125.325.238.58.342.808a18.805 18.805 0 002.5 4.141 6 6 0 002.188 1.877 3.823 3.823 0 001.517.453 2.339 2.339 0 00.917-.209c.176-.073.347-.153.512-.231l.031-.015a7.634 7.634 0 011.376-.536 6.433 6.433 0 011.372-.164h.025Z"/><path fill="currentColor" d="M20.222 27.999c.106-.022.403-.153.625-.251.488-.214.9-.577 1.52-1.34.83-1.022 1.578-2.268 2.226-3.704.11-.245.198-.451.275-.65l.018-.049.021-.047c1.815-4.068.815-7.88.804-7.918l-.014-.055-.012-.056c-.388-1.835-1.9-2.897-2.02-2.98a2.538 2.538 0 01-.184-.127l-.063-.049a3.006 3.006 0 00-.604-.365 4.091 4.091 0 00-1.746-.407h-.1c-.689.017-1.398.29-2.296.636l-.008.003-.597.227c-.26.097-.786.277-.897.315a2.69 2.69 0 01-.89.151h-.561c-.307 0-.608-.05-.894-.151l-.05-.018a49.59 49.59 0 01-.843-.298l-.015-.005-.585-.223c-.935-.36-1.612-.619-2.303-.636L10.917 10c-.556 0-1.187.149-1.737.41a3.053 3.053 0 00-.603.365 2.59 2.59 0 01-.215.156c-.107.075-1.667 1.187-2.03 2.925l-.01.054-.015.054c-.043.16-1.022 3.942.761 7.94l.021.048.019.048c.11.284.206.503.295.698l.004.009c.645 1.432 1.393 2.677 2.224 3.7.612.754 1.016 1.12 1.438 1.306l.008.004c.262.114.585.256.704.28a.998.998 0 00.148-.053c.136-.057.282-.125.42-.19l.065-.03c.486-.228 1.037-.485 1.717-.656.516-.13 1.105-.204 1.802-.224l.118-.001.034.001c.444.015 1.112.055 1.784.224.688.173 1.264.443 1.727.661l.064.03c.144.068.28.132.407.184l.01.004a.93.93 0 00.145.052M20.221 30c-.29 0-.584-.067-.924-.21-.179-.075-.352-.157-.52-.236l-.032-.015c-.426-.2-.866-.407-1.364-.532-.487-.122-1.018-.152-1.364-.164h-.025c-.547.016-.995.07-1.372.164-.502.127-.943.334-1.376.536l-.031.015c-.165.078-.336.158-.512.231-.338.142-.63.209-.917.209-.486 0-.915-.19-1.517-.453-.856-.377-1.495-1.023-2.188-1.876-.94-1.157-1.78-2.551-2.495-4.141a14.05 14.05 0 01-.342-.808c-2.03-4.55-.99-8.813-.867-9.273.544-2.608 2.782-4.117 2.887-4.186a.58.58 0 00.06-.043 5 5 0 011.002-.615 6.173 6.173 0 012.753-.6c1.037.025 1.935.37 2.974.768l.578.22c.262.098.855.302.857.303a.7.7 0 00.233.04h.22c.017-.004.033-.005.046-.006h.032a.25.25 0 01.043.005h.22a.692.692 0 00.233-.04c.006-.002.6-.205.855-.3l.586-.223c1.038-.4 1.935-.743 2.967-.768h.147c.878 0 1.78.207 2.607.6.387.184.715.385.999.614.02.016.04.032.063.045.023.015 2.314 1.463 2.904 4.254.077.28 1.178 4.584-.907 9.258-.086.222-.186.463-.318.755-.718 1.591-1.558 2.985-2.497 4.14-.693.854-1.342 1.506-2.269 1.912-.554.244-.954.42-1.43.42Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.173 10.001s-1.01-4.452 1.825-6m1.999 9.998a4.786 4.786 0 012 4"/></g>'},"arrow-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 18.002 10 10 10-10m-10 8v-22"/>'},"arrow-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14.001 6-10 10 10 10m-8-10h22"/>'},"arrow-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.001 26 10-10-10-10m8 10h-22"/>'},"arrow-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m26.001 13.999-10-10-10 10m9.999-8v22"/>'},attachment:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.003 15.251-11.347 10.7a7.732 7.732 0 01-10.484 0 6.714 6.714 0 010-9.886l11.348-10.7a5.156 5.156 0 016.989 0 4.477 4.477 0 010 6.592l-11.361 10.7a2.574 2.574 0 01-3.493 0 2.235 2.235 0 010-3.295l10.483-9.875"/>'},"back-to-front":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m24 3-4 4 4 4"/><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 7H6a3.008 3.008 0 00-2.278.709A2.636 2.636 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3.007 3.007 0 006 24h20a3.007 3.007 0 002.278-.707A2.634 2.634 0 0029 21.168V9.834a2.634 2.634 0 00-.722-2.125A3.008 3.008 0 0026 7h-4"/><g stroke-miterlimit="10"><path d="M11.795 25h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406H12.21c-.85 0-1.436-.726-1.134-1.4Z"/><path fill="currentColor" d="M11.795 25H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.404L11.795 25Z"/></g></g>'},bell:{body:'<path fill="currentColor" d="M13 26.161a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z"/><g fill="none" stroke-miterlimit="10"><path d="M18.018 3.277a7.483 7.483 0 015.876 7.128v3.959a9.094 9.094 0 003.538 7.261c.057.046.114.094.171.139a1.268 1.268 0 01.4.915 1.371 1.371 0 01-1.416 1.322H5.418a1.371 1.371 0 01-1.416-1.322 1.269 1.269 0 01.4-.915c.057-.045.114-.093.171-.139a9.1 9.1 0 003.538-7.261v-3.963a7.464 7.464 0 015.667-7.073 7.909 7.909 0 014.24-.051Z"/><path fill="currentColor" d="M16.123 5.001a6.77 6.77 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.202 11.202 0 017.096 22h17.808a11.203 11.203 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.069-.017-.067-.022A4.19 4.19 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915.057-.045.113-.092.17-.139 2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332Z"/></g>'},"bell-active":{body:'<g fill="currentColor"><path d="M13 26.16a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z"/><g stroke-miterlimit="10"><path d="M26.584 23H5.416C5.19 23 5 22.852 5 22.678c0-.073.034-.132.07-.173l.064-.052.062-.05c2.558-2.073 3.91-4.853 3.91-8.04v-3.959c0-1.392.478-2.714 1.381-3.824.886-1.088 2.147-1.9 3.55-2.284l.02-.005.018-.006A7.726 7.726 0 0116.123 4c.586 0 1.12.077 1.588.227l.034.011.034.009c3.012.742 5.115 3.274 5.115 6.157v3.96c0 3.186 1.352 5.966 3.909 8.037l.06.05.067.054c.036.041.07.1.07.173 0 .174-.19.322-.416.322Z"/><path d="M16.123 5a6.77 6.77 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.202 11.202 0 017.096 22h17.808a11.203 11.203 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.07-.018-.067-.022A4.19 4.19 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915.057-.045.113-.092.17-.139 2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332Z"/></g></g>'},bold:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 5h10a5.525 5.525 0 010 11H8Zm0 11h11.076a5.534 5.534 0 010 11H8Z"/>'},bookmark:{body:'<g fill="none" stroke-miterlimit="10"><path d="M10 5.206v23.461a.3.3 0 00.527.23l5.323-6.285a.191.191 0 01.3 0l5.324 6.285a.3.3 0 00.526-.23V5.206A2.109 2.109 0 0020 3h-8a2.109 2.109 0 00-2 2.206Z"/><path fill="currentColor" d="M12.058 5a.347.347 0 00-.058.206V24.06l2.32-2.74a2.192 2.192 0 013.355-.004L20 24.059V5.206A.347.347 0 0019.942 5h-7.884m-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.191.191 0 00-.299 0l-5.323 6.285c-.189.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3Z"/></g>'},"bookmark-active":{body:'<g fill="currentColor" stroke-miterlimit="10"><path d="m21 26.787-4.088-4.826a1.193 1.193 0 00-1.827.002L11 26.787V5.207C11 4.54 11.447 4 11.997 4h8.006c.55 0 .997.541.997 1.206v21.581Z"/><path d="M12.058 5a.347.347 0 00-.058.206V24.06l2.324-2.744a2.192 2.192 0 013.351 0L20 24.059V5.206A.347.347 0 0019.942 5h-7.884m-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.191.191 0 00-.299 0l-5.323 6.285c-.19.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3Z"/></g>'},building:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 29.001h24M18 4V3h-4v1"/><path stroke-linecap="round" d="M16 28.001v-3m-5-15h2m-2 4h2m-2 4h2m6-8h2m-2 4h2m-2 4h2"/><g transform="translate(6 4.001)"><rect width="20" height="26" rx="2" stroke="none"/><rect width="18" height="24" x="1" y="1" rx="1"/></g></g>'},"bullet-list":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M12 22h6m-6-6h15m-15-6h10"/><g transform="translate(4 8.334) translate(0 -.334)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g><g transform="translate(4 8.334) translate(0 5.666)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g><g transform="translate(4 8.334) translate(0 11.666)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g>'},calendar:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 5)"><path stroke-linecap="round" stroke-miterlimit="10" d="M8-1v4m12-4v4M1 6h26M6 11h2m5 0h2m-9 7h2m5 0h2m5-7h2m-2 7h2"/><rect width="28" height="24" rx="3" stroke="none"/><rect width="26" height="22" x="1" y="1" rx="2"/></g>'},"camera-off":{body:'<path fill="currentColor" d="M27.198 27H9.243l2-2h15.955a.927.927 0 00.8-.752V10.504a.929.929 0 00-.8-.756h-.7l1.768-1.768a2.9 2.9 0 011.739 2.518v13.75A2.9 2.9 0 0127.198 27ZM2.311 25.445A2.54 2.54 0 012 24.252v-13.75a2.884 2.884 0 012.8-2.75h2.8L10.4 5h8.4l2.392 1.566-1.445 1.445-1.543-1.012H11.22l-2.8 2.752H4.806a.925.925 0 00-.8.75v13.258l-1.687 1.686Z"/><path fill="currentColor" d="M14.998 23.002a6.021 6.021 0 01-1.552-.2l1.8-1.8a4.007 4.007 0 003.738-3.74l1.809-1.809a6 6 0 01-5.8 7.557Zm-5.8-4.447a6 6 0 017.353-7.35l-1.8 1.8a4 4 0 00-3.744 3.744l-1.8 1.8Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'},"camera-on":{body:'<rect fill="none"/><g fill="none" stroke-miterlimit="10"><path d="M27.2 7.75H23L18.8 5h-8.4L7.6 7.75H4.8A2.9 2.9 0 002 10.5v13.75A2.9 2.9 0 004.8 27h22.4a2.9 2.9 0 002.8-2.75V10.5a2.9 2.9 0 00-2.8-2.75Z"/><path fill="currentColor" d="m11.218 7-2.8 2.75H4.803c-.352 0-.802.423-.803.75v13.747c0 .33.451.753.8.753h22.397c.352 0 .803-.423.803-.75V10.503c0-.33-.45-.752-.8-.753h-4.796L18.204 7h-6.986M10.4 5h8.4L23 7.75h4.2c1.448.003 2.798 1.304 2.8 2.75v13.75c-.002 1.446-1.352 2.748-2.8 2.75H4.8c-1.448-.002-2.798-1.304-2.8-2.75V10.5c.002-1.446 1.352-2.747 2.8-2.75h2.8L10.4 5Z"/><g stroke="currentColor" stroke-width="2" transform="translate(9 11)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g></g>'},catalog:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10"><path d="M8 2h16a1 1 0 011 1v26a1 1 0 01-1 1H8a3 3 0 01-3-3V5a3 3 0 013-3Z" stroke="none"/><path d="M8 3h16v26H8a2 2 0 01-2-2V5a2 2 0 012-2Z"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M10 13h10m-10 4h10m-10 4h5"/><path d="M6 8h18"/></g>'},certificate:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="22.926" d="M16.001 3.998a8 8 0 11-8 8 8 8 0 018-8Z"/><path stroke-miterlimit="22.926" d="M16 9.001a3 3 0 11-3 3 3 3 0 013-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 18-4 4h3v3h3v3l5-5 5 5v-3h3v-3h3l-4-4"/></g>'},chat:{body:'<path fill="none" stroke="currentColor" stroke-width="2" d="M14.998 23.002h-3c-4.9 0-9-3.238-9-8 0-4.738 4.1-8 9-8h8c4.9 0 9 3.262 9 8 0 4.762-4.7 8-9 8l-1 4Z"/>'},check:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 15.001 7 7 12-12"/>'},"check-badge":{body:'<path fill="currentColor" d="m16.873 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.439 1.439 0 011.37 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.327 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.439 1.439 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.337 1.337 0 00-1.746 0l-2.152 1.828a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.439 1.439 0 01-1.37-1.968l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.439 1.439 0 011.369-1.98l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.337 1.337 0 001.746-.001Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 16.999 3 3 7-7"/>'},"check-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m12 16 3 3 6-6"/></g>'},checkbox:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><rect width="28" height="28" rx="3" stroke="none"/><rect width="26" height="26" x="1" y="1" rx="2"/></g>'},"chevron-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 11 10 10 10-10"/>'},"chevron-down-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m11 14 5 5 5-5"/></g>'},"chevron-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 6 11 16l10 10"/>'},"chevron-left-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m18.001 11-5 5 5 5"/></g>'},"chevron-right-circle":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 26 10-10L12 6"/>'},"chevron-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 20 16 10 6 20"/>'},"chevron-up-circle":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m11.001 18 5-5 5 5"/></g>'},circle:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g>'},classroom:{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 14h24M4 28h24"/><path stroke="currentColor" stroke-width="2" d="M8 13a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M8 5.999a3 3 0 11.879 2.121A2.994 2.994 0 018 5.999Z"/><path fill="currentColor" d="M11 4.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415.987.987 0 00.707.293c.341 0 .574-.16.707-.293A.981.981 0 0012 5.999a.981.981 0 00-.291-.706.986.986 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A2.99 2.99 0 0111 8.999a2.99 2.99 0 01-2.121-.879A2.99 2.99 0 018 5.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0111 2.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M13 27a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M13 19.999a3 3 0 11.879 2.121A2.994 2.994 0 0113 19.999Z"/><path fill="currentColor" d="M16 18.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415.987.987 0 00.707.293c.341 0 .574-.16.707-.293a.981.981 0 00.293-.707.981.981 0 00-.291-.706.986.986 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a2.99 2.99 0 01-2.121.879 2.99 2.99 0 01-2.121-.879A2.99 2.99 0 0113 19.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0116 16.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M18 13a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M18 5.999a3 3 0 11.879 2.121A2.994 2.994 0 0118 5.999Z"/><path fill="currentColor" d="M21 4.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415.987.987 0 00.707.293c.341 0 .574-.16.707-.293A.981.981 0 0022 5.999a.981.981 0 00-.291-.706.986.986 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A2.99 2.99 0 0121 8.999a2.99 2.99 0 01-2.121-.879A2.99 2.99 0 0118 5.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0121 2.999Z"/></g></g>'},"clear-field":{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 3)"><circle cx="13" cy="13" r="13" fill="currentColor" stroke="none"/><circle cx="13" cy="13" r="12" fill="none"/></g><path fill="none" stroke-linecap="round" d="m12 20 8-8m-8 0 8 8"/></g>'},"clear-style":{body:'<path fill="currentColor" d="M18 28h-4a1 1 0 010-2h1v-4.76l2-2V26h1a1 1 0 110 2Zm-3-15.244V8H8v1a1 1 0 01-2 0V5a.99.99 0 011-1 1 1 0 011 1v1h13.75l-2 2H17v2.754l-2 2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 27 27 5"/>'},close:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 24 24 8M8 8l16 16"/>'},"close-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" d="m11 21.001 10-10m-10 0 10 10"/></g>'},"close-loader":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m12 20 8-8m-8 0 8 8"/>'},coffee:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-linejoin="round"><path d="M7 10.999h16a1 1 0 011 1v7a8 8 0 01-8 8h-2a8 8 0 01-8-8v-7a1 1 0 011-1Z" stroke="none"/><path d="M7 11.999h16v7a7 7 0 01-7 7h-2a7 7 0 01-7-7v-7Z"/></g><g stroke-linejoin="round"><path d="M22.001 18.999v-8h3a3 3 0 013 3v2a3 3 0 01-3 3h-3Z" stroke="none"/><path d="M23.001 17.999v-6h2a2 2 0 012 2v2a2 2 0 01-2 2h-2Z"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4 26.999h22"/><path stroke-linecap="round" d="M10 7.999v-2m5 2v-2m5 2v-2"/></g>'},color:{body:'<defs><radialGradient id="svgID0" cx=".5" cy=".5" r=".5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="currentColor"/><stop offset=".148" stop-color="currentColor"/><stop offset=".32" stop-color="currentColor"/><stop offset=".493" stop-color="currentColor"/><stop offset=".66" stop-color="currentColor"/><stop offset=".833" stop-color="currentColor"/><stop offset="1" stop-color="currentColor"/></radialGradient></defs><g fill="url(#svgID0)" stroke="currentColor" transform="translate(4 4)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11.5" fill="none"/></g>'},"contact-us":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24 16.001v-3.808c0-3.934-3.513-8.192-8-8.192s-8 4.257-8 8.192v1.8"/><path d="M21 12.001v3.912a7.6 7.6 0 01-2 5.588m-9.001-14.5c0 2.143 7.7 5 11 5M13 10.5c-.862.606-1.949 3.279-2 4.889v1.222a6.65 6.65 0 002 4.889m5.999 5.501a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.112 1.112 0 011.2-1h.6a1.114 1.114 0 011.2 1Zm.002-.003h.469c2.493.021 4.522-4.31 4.531-9.671v-.328"/><path d="M25 14h-1v4h1a.95.95 0 001-.889v-2.223A.951.951 0 0025 14Zm-18 .002h1v4H7a.949.949 0 01-1-.887v-2.223a.949.949 0 011-.89h0Z"/></g>'},copy:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(10.001 3)"><rect width="16" height="22" rx="2" stroke="none"/><rect width="14" height="20" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M19 28h-9a2.665 2.665 0 01-3-3V10"/></g>'},courses:{body:'<path fill="currentColor" d="M28 13h2v7a1 1 0 01-1 1 1 1 0 01-1-1v-7Z"/><g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M22 25.996H10a2.003 2.003 0 01-2.001-2v-8.344l-.524-.283-4.387-2.373L16 6.012l12.913 6.984-4.387 2.373-.524.283v8.344c0 1.103-.897 2-2 2Z"/><path fill="currentColor" d="M22 24.996c.552 0 1.001-.45 1.001-1v-8.94l1.049-.568 2.76-1.492-10.811-5.848-10.81 5.848 3.809 2.06v8.94c0 .55.449 1 1 1H22m0 2H10a3 3 0 01-3.001-3v-7.748l-4.523-2.445a.92.92 0 010-1.612L15.584 5.1a.892.892 0 01.83 0l13.11 7.092a.92.92 0 010 1.612L25 16.248v7.748c0 1.656-1.344 3-3 3Z"/></g><g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M16 19.98 3.088 12.996l12.914-6.983 12.913 6.983-12.913 6.982Z"/><path fill="currentColor" d="m16 18.842 10.812-5.845L16 7.15 5.19 12.997 16 18.842m0 2.155a.874.874 0 01-.416-.106L2.476 13.803c-.634-.343-.634-1.27 0-1.613l13.108-7.088c.26-.14.573-.14.833 0l13.109 7.088c.633.343.633 1.27 0 1.613L16.417 20.89a.874.874 0 01-.416.106Z"/></g>'},dashboard:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(5 3)"><rect width="10" height="10" rx="2" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="1"/></g><g transform="translate(17 19)"><rect width="10" height="10" rx="2" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="1"/></g><g transform="translate(17 3)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="8" height="12" x="1" y="1" rx="1"/></g><g transform="translate(5 15)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="8" height="12" x="1" y="1" rx="1"/></g></g>'},download:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 15 4 4 4-4m-4 4V5m12 18.001v4H4v-4"/>'},drag:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M21 3.999v24m-5-24v24m-5-24v24"/>'},duplicate:{body:'<g stroke-miterlimit="10"><g fill="rgba(0,0,0,0)"><path d="M16.998 29H5a2 2 0 01-1.999-2V14.997c0-1.103.896-2 1.999-2h8.001V5.003a2 2 0 011.999-2h11.998c1.103 0 2 .896 2 2v11.998a2.002 2.002 0 01-2 1.998h-8v8.002a2.002 2.002 0 01-2 1.998Z"/><path fill="currentColor" d="M16.998 28a1 1 0 001-.999v-9.002h9a1 1 0 001-.998V5.003c0-.55-.448-1-1-1H15c-.55 0-.999.45-.999 1v8.994H5c-.55 0-.999.45-.999 1v12.004a1 1 0 00.999.998h11.998m0 2H5a2.998 2.998 0 01-2.999-2.998V14.997c0-1.652 1.343-3 2.999-3h7.001V5.003c0-1.658 1.343-3 2.999-3h11.998a3 3 0 013 3v11.998a2.998 2.998 0 01-3 2.998h-7v7.002a2.998 2.998 0 01-3 2.998Z"/></g><g fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" transform="translate(12 2.001)"><rect width="18" height="18" rx="3" stroke="none"/><rect x="1" y="1" fill="none" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 11.001h6m-3-3v6"/></g>'},edit:{body:'<g fill="none" stroke-miterlimit="10"><path d="m25.129 3.672 3.175 3.169a2.371 2.371 0 01.008 3.348l-16.735 16.88a2.369 2.369 0 01-1.2.654l-6 1.254a1.143 1.143 0 01-1.354-1.354l1.3-6.114a2.37 2.37 0 01.656-1.2L21.89 3.659a2.3 2.3 0 013.239.013Z"/><path fill="currentColor" d="M23.506 5a.295.295 0 00-.21.086L6.385 21.736a.37.37 0 00-.103.188l-1.027 4.825 4.712-.985a.37.37 0 00.19-.104L26.891 8.78a.372.372 0 000-.524l-3.176-3.169a.292.292 0 00-.21-.087m0-2a2.29 2.29 0 011.623.672l3.175 3.169a2.37 2.37 0 01.008 3.347l-16.734 16.88a2.369 2.369 0 01-1.202.654L4.38 28.976a1.143 1.143 0 01-1.355-1.356l1.3-6.113a2.37 2.37 0 01.656-1.198L21.892 3.66A2.296 2.296 0 0123.506 3Z"/><path stroke="currentColor" stroke-width="2" d="m20 8 4 4M8 19l5 5"/></g>'},elearning:{body:'<g transform="translate(4.001 5.332)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-2 -3.332)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M-.001 20.668h24"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(3 17.668)"/><path fill="currentColor" d="M15.21 4.775a1 1 0 010 1.789l-4.764 2.381a1 1 0 01-1.447-.894V3.287a1 1 0 011.447-.894Z"/></g>'},email:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="rotate(90 12 18.001)"><rect width="20" height="28" rx="3" stroke="none"/><rect width="18" height="26" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4 8.001 12 9 12-9"/></g>'},error:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M16 9v7m0 5v2"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g></g>'},"error-2":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 5v13m0 6v3"/>'},exercise:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M9.879 29.572a1.115 1.115 0 01-1.758 0C6.944 28.11 5 25.558 5 24.633V4.404a2.347 2.347 0 012.287-2.4h3.425A2.347 2.347 0 0113 4.404v20.229c0 .925-1.944 3.477-3.121 4.939Z"/><path fill="currentColor" d="M9 27.457c1.308-1.694 1.86-2.645 2-2.993V4.404c0-.238-.152-.404-.288-.404H7.287c-.136.001-.287.166-.287.404v20.06c.14.348.692 1.3 2 2.993M9 30c-.325 0-.649-.142-.879-.428C6.944 28.11 5 25.558 5 24.632V4.405C5 3.076 6.024 2 7.287 2h3.425C11.976 2 13 3.075 13 4.403v20.229c0 .925-1.944 3.477-3.121 4.939a1.125 1.125 0 01-.88.428Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 9h6"/><path d="M17 2h10v28H17Z"/><path fill="currentColor" d="M19 4v24h6V4h-6m-2-2h10v28H17V2Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 9h3m-3 7h3m-3 7h3"/></g>'},"external-link":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24 19.433v5.71A3 3 0 0121.143 28H6.857A3 3 0 014 25.143V10.857A3 3 0 016.857 8h5.714M19 5h8v8m-13 5L26 6"/>'},extract:{body:'<g transform="translate(5.833 7.166)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.667 6.334h14m-14 6h8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.668 5.334v-7h-7m0 21.997h7v-7m-17-14.996h-7v7m-.001 8.003v7h7"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(18.667 17.334)"/></g>',width:33,height:33},"eye-off":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="10" d="M19 8.168a16.765 16.765 0 00-2.277-.167h-.017a15.052 15.052 0 00-6.112 1.207 12.771 12.771 0 00-5.132 4.093 10.707 10.707 0 00-1.424 2.492.64.64 0 000 .423 11.254 11.254 0 002.441 3.785M13 23.833a17.331 17.331 0 002.32.167 15.265 15.265 0 006.188-1.207 12.343 12.343 0 005.093-4.1 10.208 10.208 0 001.366-2.511.652.652 0 000-.424A11.887 11.887 0 0025.473 12"/><path stroke-linecap="round" d="m5 26.999 22-22"/></g>'},"eye-on":{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(3 7.333)"><path d="M25.961 8.42a13.5 13.5 0 00-2.712-4.4 13.06 13.06 0 00-3.993-3 14.206 14.206 0 00-6.26-1.354 14.2 14.2 0 00-6.257 1.356 13.386 13.386 0 00-5.243 4.596 12.391 12.391 0 00-1.455 2.8.793.793 0 00-.006.475 12.89 12.89 0 002.634 4.415 12.747 12.747 0 003.987 3 14.5 14.5 0 006.34 1.358 14.5 14.5 0 006.345-1.355 12.986 12.986 0 005.221-4.6 11.871 11.871 0 001.4-2.812.793.793 0 00-.001-.479Z"/><circle cx="5" cy="5" r="5" transform="translate(8 3.667)"/></g>'},fail:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(4 4)"><rect width="6" height="14" rx="2.005" transform="translate(18)"/><path stroke-linecap="round" d="M1.64 11.42h1.226l-.1.678h-1.13a1.677 1.677 0 000 3.354h2.715l3.951.083s-.855 6.084 2.775 8.125c2.33 1.177 2.764-1.065 2.764-1.065v-4.237l1.385-1.412s2.771-2.62 2.771-4.264V2.825a2.622 2.622 0 00-2.768-2.828H3.896a1.678 1.678 0 000 3.354h.111l-.1.679H2.769a1.677 1.677 0 000 3.353h.668l-.1.679h-1.7a1.677 1.677 0 000 3.354Z"/></g>'},"fast-back":{body:'<g fill="none"><path d="M18.999 22.074V21.2l6 3.448a2.728 2.728 0 004-2.574V9.926a2.732 2.732 0 00-4-2.578l-6 3.452v-.873a2.731 2.731 0 00-4-2.578L4.436 13.425a3.031 3.031 0 000 5.152l10.563 6.071a2.566 2.566 0 001.28.352 2.825 2.825 0 002.72-2.926Z"/><path fill="currentColor" d="M16.279 23c.302 0 .72-.322.72-.926v-4.33l8.995 5.172a.56.56 0 00.283.083c.303 0 .722-.321.722-.925V9.926c0-.605-.421-.927-.725-.927a.558.558 0 00-.281.082l-8.994 5.176V9.926c0-.605-.42-.927-.724-.927a.564.564 0 00-.283.082l-10.56 6.074c-.403.234-.434.706-.434.845 0 .14.03.611.43.842l10.562 6.072a.576.576 0 00.289.086m0 2c-.427 0-.866-.111-1.284-.352L4.432 18.576c-1.912-1.105-1.912-4.047 0-5.152l10.563-6.076c1.813-1.04 4.004.369 4.004 2.578v.873l5.996-3.451C26.804 6.308 29 7.717 29 9.926v12.148c0 2.211-2.195 3.617-4.004 2.574L19 21.201v.873C19 23.775 17.703 25 16.28 25Z"/><path d="M14.435 13.425a3.027 3.027 0 000 5.149l10.564 6.076a2.729 2.729 0 004-2.575V9.925a2.729 2.729 0 00-4-2.575Z"/><path fill="currentColor" d="M14.999 16c0 .139.031.61.433.841l10.56 6.075a.534.534 0 00.573 0c.102-.058.434-.293.434-.841V9.925c0-.548-.332-.783-.434-.842a.534.534 0 00-.573 0l-10.56 6.076c-.402.23-.433.702-.433.841m-2 0c0-1.012.479-2.024 1.436-2.575l10.56-6.075c1.812-1.042 4.004.368 4.004 2.575v12.15c0 2.207-2.192 3.617-4.004 2.575l-10.56-6.075c-.957-.55-1.436-1.563-1.436-2.575Z"/></g>'},"fast-forward":{body:'<g fill="none"><path d="M13 22.074v-.873l-6 3.447a2.728 2.728 0 01-4-2.574V9.926a2.732 2.732 0 014-2.578l6 3.451v-.873a2.731 2.731 0 014-2.578l10.563 6.076a3.031 3.031 0 010 5.152L17 24.648a2.566 2.566 0 01-1.284.352A2.825 2.825 0 0113 22.074Z"/><path fill="currentColor" d="M15.72 23a.563.563 0 00.287-.086l10.559-6.07c.403-.233.435-.706.435-.844 0-.14-.032-.612-.432-.842L16.01 9.082A.582.582 0 0015.723 9c-.303 0-.723.32-.723.925v4.332L6.007 9.082A.55.55 0 005.725 9c-.305 0-.726.32-.726.925v12.149c0 .361.144.584.264.709.133.136.3.217.457.217a.558.558 0 00.286-.086L15 17.744v4.33c0 .603.418.926.72.926m0 2C14.295 25 13 23.775 13 22.074V21.2l-5.997 3.447c-1.809 1.043-4.004-.363-4.004-2.574V9.925C3 7.716 5.193 6.31 7.003 7.347L13 10.798v-.873c0-2.21 2.191-3.615 4.003-2.578l10.563 6.076c1.913 1.106 1.913 4.047 0 5.153l-10.563 6.072c-.418.24-.856.352-1.284.352Z"/><path d="M17.564 13.426a3.027 3.027 0 010 5.149L7 24.651a2.729 2.729 0 01-4-2.575V9.926a2.729 2.729 0 014-2.575Z"/><path fill="currentColor" d="M17 16.001c0-.139-.031-.61-.433-.841L6.007 9.085a.534.534 0 00-.573 0c-.102.058-.434.293-.434.841v12.15c0 .548.332.783.434.842.285.165.502.04.573 0l10.56-6.076c.402-.23.433-.702.433-.841m2 0c0 1.012-.479 2.024-1.436 2.575L7.004 24.65C5.192 25.693 3 24.283 3 22.076V9.926c0-2.207 2.192-3.617 4.004-2.575l10.56 6.075c.957.55 1.436 1.563 1.436 2.575Z"/></g>'},file:{body:'<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14c.664 0 1-.336 1-1V10.828L18.172 5H9m0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g>'},"file-add":{body:'<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14c.664 0 1-.336 1-1V10.828L18.172 5H9m0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 17.999h6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M16 15v6"/>'},"file-duplicate":{body:'<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 28c-.489 0-1-.117-1-1V11c0-.885.506-1 1-1h7V5c0-.885.506-1 1-1h8.016l4.982 5v12c0 .881-.506 1-1 1h-7v5c0 .885-.507 1-1 1Z"/><g stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="rgba(0,0,0,0)" d="M18 28H6c-.495 0-1-.119-1-1V11c0-.881.505-1 1-1h8.013L19 15v12c0 .881-.505 1-1 1Z"/><path fill="currentColor" d="M18 14.999h-4v-4ZM25.999 9h-4V5Z"/></g>'},"file-remove":{body:'<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14c.664 0 1-.336 1-1V10.828L18.172 5H9m0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 18h6"/>'},"file-required":{body:'<g stroke-linejoin="round"><g fill="none"><path d="M21 11.172v15.161A2.431 2.431 0 0118.429 29H5.572a2.431 2.431 0 01-2.571-2.667V7.667A2.431 2.431 0 015.572 5h9.2Z"/><path fill="currentColor" d="M5.572 7c-.25 0-.392.054-.441.105-.06.062-.13.246-.13.562v18.666c0 .316.07.5.13.562.05.05.191.105.44.105H18.43c.25 0 .392-.054.441-.105.06-.062.13-.246.13-.562V12.006L13.952 7h-8.38m0-2h9.203L21 11.172v15.161C21 27.99 20.003 29 18.43 29H5.572C3.998 29 3 27.99 3 26.333V7.667C3 6.01 3.998 5 5.572 5Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M19 11.002h-4v-4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M26 3v8m3-6-6 4m6 0-6-4"/>'},filter:{body:'<g fill="none" stroke-linejoin="round"><path d="M8.29 3.004h15.419a2.154 2.154 0 011.955 3.271l-5.4 8.737a1.636 1.636 0 00-.265.89V27.64a1.455 1.455 0 01-2.364 1.051l-4.583-3.81a2.66 2.66 0 01-1.052-2.1v-6.88a2.589 2.589 0 00-.262-1.139l-5.4-8.487A2.154 2.154 0 018.29 3.004Z"/><path fill="currentColor" d="m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.133.133 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.636 1.636 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267L23.71 3Z"/></g>'},"filter-2":{body:'<g stroke="currentColor"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 7.999h22m-22 8h22m-22 8h22"/><g transform="translate(6.667 5.333) translate(.333 -.334)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(6.667 5.333) translate(12.333 7.666)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(6.667 5.333) translate(7.333 15.666)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g></g>'},"filter-active":{body:'<g fill="currentColor" stroke-linejoin="round"><path d="M18.547 28a.476.476 0 01-.289-.096l-4.566-3.796-.014-.011-.013-.01a1.658 1.658 0 01-.665-1.31v-6.88c0-.354-.088-1.16-.42-1.677L7.177 5.734a1.022 1.022 0 01-.044-1.08c.222-.407.655-.65 1.157-.65L23.71 4c.503 0 .936.243 1.158.651a1.02 1.02 0 01-.044 1.078l-.005.008-.006.009-5.394 8.729c-.274.428-.419.92-.419 1.423v11.739c0 .247-.27.363-.453.363Z"/><path d="m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.133.133 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.636 1.636 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267L23.71 3Z"/></g>'},flag:{body:'<g transform="translate(6.667 5.333)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.158 13.666c3.925.769 6.176 2.506 6.176 4.769 0 2.933-5.271 5.231-12 5.231s-12-2.3-12-5.231c0-2.263 2.252-4 6.176-4.769"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.333 13.666v-16h10l-4 4 4 4h-10"/><ellipse cx="3" cy="1.5" fill="currentColor" rx="3" ry="1.5" transform="translate(6.333 16.666)"/></g>'},folder:{body:'<g fill="none"><path d="M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24V9.999H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24h24m0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3.999 23.999 5-9h20"/></g>'},"full-width":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20 8v16"/><path d="M2 6h28v20H2z" stroke="none"/><path d="M3 7h26v18H3z"/></g>'},"go-to-back":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 7H6a3.008 3.008 0 00-2.278.709A2.636 2.636 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3.007 3.007 0 006 24h20a3.007 3.007 0 002.278-.707A2.634 2.634 0 0029 21.168V9.834a2.634 2.634 0 00-.722-2.125A3.008 3.008 0 0026 7h-4"/><g stroke-miterlimit="10"><path d="M11.794 24.999h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.4Z"/><path fill="currentColor" d="M11.794 24.999H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.573c-.85 0-1.436-.726-1.134-1.404L11.794 25Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 14.667 4 4 4-4m-4 2.331v-9"/></g>'},grid:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 2.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(3 16.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(17 2.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(17 16.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g></g>'},group:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(3 7.001)"><rect width="12" height="12" rx="6" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="5"/></g><path stroke-linejoin="round" d="M3.001 25.999a6 6 0 016-6 6 6 0 016 6M19 25.998a5 5 0 015-5 5 5 0 015 5"/><g transform="translate(19 10.001)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g></g>'},"group-add":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(3 14)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g><path stroke-linejoin="round" d="M3 30a5 5 0 015-5 5 5 0 015 5"/><g transform="translate(14 17)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g><path stroke-linejoin="round" d="M14 30a4 4 0 014-4 4 4 0 014 4"/></g>'},heart:{body:'<g fill="none" stroke-miterlimit="10"><path d="M22.184 4a7.837 7.837 0 00-5.527 2.249l-.658.646-.658-.646A7.836 7.836 0 009.815 4a7.836 7.836 0 00-5.527 2.249A7.563 7.563 0 002 11.679a7.561 7.561 0 002.289 5.43l10.645 10.46a1.518 1.518 0 001.066.434 1.523 1.523 0 001.068-.434l10.644-10.457A7.563 7.563 0 0030 11.679a7.561 7.561 0 00-2.289-5.43A7.837 7.837 0 0022.184 4Z"/><path fill="currentColor" d="M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.576 5.576 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.577 5.577 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.847 5.847 0 0022.183 6c-1.56 0-3.025.595-4.124 1.675L16 9.7l-2.06-2.023A5.846 5.846 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.837 7.837 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.561 7.561 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.523 1.523 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.561 7.561 0 012 11.678c0-2.05.813-3.98 2.289-5.43A7.836 7.836 0 019.816 4Z"/></g>'},"heart-active":{body:'<g fill="currentColor" stroke-miterlimit="10"><path d="M16 27a.521.521 0 01-.364-.146L4.99 16.395A6.569 6.569 0 013 11.68c0-1.781.707-3.456 1.99-4.717A6.84 6.84 0 019.816 5a6.84 6.84 0 014.825 1.962l.658.647.701.688.7-.688.659-.647A6.84 6.84 0 0122.184 5c1.824 0 3.538.697 4.826 1.962A6.57 6.57 0 0129 11.68a6.57 6.57 0 01-1.99 4.716L16.367 26.852A.526.526 0 0116 27Z"/><path d="M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.576 5.576 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.577 5.577 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.847 5.847 0 0022.183 6c-1.56 0-3.025.595-4.124 1.676L16 9.699l-2.06-2.023A5.846 5.846 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.837 7.837 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.561 7.561 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.523 1.523 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.561 7.561 0 012 11.678c0-2.05.813-3.98 2.289-5.429A7.836 7.836 0 019.816 4Z"/></g>'},highlighter:{body:'<g stroke="currentColor" stroke-linejoin="round"><path fill="none" stroke-width="2" d="m8 16.624 7.368 7.377L28 11.337l-7.368-7.336Zm.8 2.378 4.2 4.2-2.8 2.8H7.4l-1.4-1.4v-2.8Z"/><path fill="currentColor" d="m6 25.002-2 2 2 1 2-2Z"/></g>'},home:{body:'<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M14 28h-4c-.715-.002-1.467-.344-2.062-.939C7.343 26.466 7 25.714 7 25v-9.872H3.693a1.54 1.54 0 01-.486-.063c-.13-.045-.16-.089-.174-.11a.143.143 0 01-.015-.05V14.9c0-.027 0-.099.087-.234.076-.117.183-.233.336-.363l.005-.005.005-.004 11.225-9.831A2.047 2.047 0 0116.002 4c.5 0 .971.166 1.327.465l11.237 9.705.002.002.003.002c.148.126.258.246.337.365.075.119.085.188.086.235a.13.13 0 01-.015.053.202.202 0 01-.079.067c-.102.054-.244.103-.585.106l-2.32-.003-1.003-.001.001 1.002L25 25c0 .714-.342 1.466-.937 2.061-.596.595-1.348.937-2.065.938h-3.997V21h-1l-2-.001h-1v7Z"/><path fill="currentColor" d="M13 27v-7.002l6.001.003v6.998h2.996c.954-.001 2.002-1.048 2.003-1.998l-.008-11.006 2.845.003-10.156-8.772A1.067 1.067 0 0016 5c-.263 0-.502.08-.677.223L5.16 14.127H8v10.87c0 .954 1.048 2 2 2.002h3m2 2h-5c-2.055-.003-3.999-1.946-4-4v-8.872H3.693a2.52 2.52 0 01-.807-.116 1.286 1.286 0 01-.683-.5 1.121 1.121 0 01-.185-.618c.002-.262.082-.513.246-.769.13-.202.298-.388.528-.583l11.232-9.838A3.064 3.064 0 0116 3a3.06 3.06 0 011.978.704l11.242 9.709c.223.19.396.381.528.583.163.255.243.506.246.769a1.12 1.12 0 01-.186.62 1.2 1.2 0 01-.437.391c-.29.154-.605.22-1.052.224l-2.326-.003L26 25c-.001 2.053-1.946 3.996-4 4h-5v-7l-2-.001v7Z"/></g>'},hourglass:{body:'<g stroke="currentColor" stroke-width="2"><path fill="none" stroke-linejoin="round" stroke-miterlimit="10" d="M18.999 15.999c0-.572 1.967-1.785 3-2.889a10.728 10.728 0 003-7.222V2.999h-18v2.889a10.723 10.723 0 003 7.222c1.033 1.1 3 2.317 3 2.889s-1.967 1.785-3 2.889a10.724 10.724 0 00-3 7.222v2.889h18V26.11a10.734 10.734 0 00-3-7.222c-1.033-1.105-3-2.315-3-2.889Z"/><path fill="none" stroke-miterlimit="10" d="M24 9.999H8"/><path fill="currentColor" d="M9.999 27.999c0-1.657 2.686-3 6-3s6 1.343 6 3"/></g>'},image:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2.667 5.333)"><g stroke-miterlimit="10" transform="rotate(90 13.333 14)"><rect width="20" height="28" rx="2" stroke="none"/><rect width="18" height="26" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4.333 19.667 13-13 9 9"/><circle cx="2" cy="2" r="2" stroke-linecap="round" stroke-linejoin="round" transform="translate(4.333 5.666)"/><path stroke-linecap="round" stroke-linejoin="round" d="m12.334 11.666 4 4 5-5"/></g>'},"info-badge":{body:'<g transform="translate(3.2 3.2)"><circle cx="14" cy="14" r="14" fill="currentColor" transform="translate(-1.2 -1.199)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.8 21.801v-10m0-6v-2"/></g>'},information:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M16 9v2m0 5v7"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g></g>'},italic:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 5.001H12m8 22H6M20 5l-8 22"/>'},key:{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 29v-5l10.419-10.424a8 8 0 115.026 5.01l-1.218 1.242-.228.174h-2v2h-2l-1 1v2h-2v2l-2 2Z"/><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(20 7)"/>'},language:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-miterlimit="10" d="M4 11h24M4 21h24"/><path d="M15 29s-5-6.5-5-13 5-13 5-13m2 26s5-6.5 5-13-5-13-5-13"/></g>'},"learning-path":{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4 24.167 1.765-6.548a.282.282 0 01.507-.081 3.125 3.125 0 101.223-4.53.28.28 0 01-.4-.322l1.765-6.55 6.59 1.756a.281.281 0 00.324-.4 3.084 3.084 0 01-.216-2.184 3.135 3.135 0 016.084 1.51 3.1 3.1 0 01-1.311 1.888.279.279 0 00.082.5l6.588 1.756L22.14 29Z"/>'},"light-off":{body:'<path fill="currentColor" d="M16 29a4.968 4.968 0 01-3.277-1.2 3.99 3.99 0 01-1.406-2.875l2-2v1.863a2.006 2.006 0 00.728 1.5 3.084 3.084 0 003.92 0 2.032 2.032 0 00.723-1.5v-3.605l.465-.559a18.957 18.957 0 002.718-4.15 12.184 12.184 0 00.97-3.072l2.158-2.158v.245a13.8 13.8 0 01-1.314 5.826 21.077 21.077 0 01-3 4.6v2.883a4.02 4.02 0 01-1.409 3.01A4.968 4.968 0 0116 29ZM9.052 18.7a16.34 16.34 0 01-.732-1.4 13.785 13.785 0 01-1.319-5.816 8.21 8.21 0 012.653-6.02 9.4 9.4 0 0112.664-.029l-1.416 1.416a7.4 7.4 0 00-9.882.074 6.219 6.219 0 00-2.019 4.559 11.622 11.622 0 001.136 4.977c.122.262.251.521.386.77l-1.469 1.467Z"/><path fill="currentColor" d="M20 23h-6.756l2-2H20v2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'},"light-on":{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M25 11.489a8.232 8.232 0 00-2.653-6.018A9.255 9.255 0 0016 3.001a9.256 9.256 0 00-6.347 2.47A8.232 8.232 0 007 11.489a13.682 13.682 0 001.321 5.817 21.257 21.257 0 002.994 4.584v2.9a4 4 0 001.407 3.007A4.96 4.96 0 0016 29.001a4.96 4.96 0 003.278-1.2 4 4 0 001.407-3.007v-2.882a21.054 21.054 0 003-4.6A13.746 13.746 0 0025 11.489Z"/><path fill="currentColor" d="M16 5.001c-1.885 0-3.653.685-4.98 1.93C9.717 8.151 9 9.771 9 11.491c0 1.697.37 3.324 1.135 4.974.618 1.332 1.507 2.689 2.718 4.148l.461.556v3.628c0 .753.453 1.262.727 1.502.516.453 1.212.702 1.959.702.747 0 1.443-.25 1.962-.705.27-.237.724-.746.724-1.501v-3.606l.462-.556c1.214-1.458 2.104-2.817 2.722-4.154.761-1.65 1.131-3.281 1.13-4.99 0-1.718-.717-3.337-2.021-4.56C19.653 5.686 17.885 5.001 16 5.001m0-2c2.47 0 4.716.94 6.347 2.47 1.632 1.528 2.654 3.663 2.653 6.018.001 2.125-.498 4.061-1.314 5.828-.77 1.665-1.821 3.179-3 4.595v2.883c0 1.19-.554 2.26-1.408 3.007-.854.75-2.012 1.199-3.278 1.199s-2.424-.45-3.278-1.2c-.854-.745-1.409-1.816-1.408-3.006v-2.904c-1.174-1.416-2.224-2.926-2.993-4.584-.82-1.767-1.322-3.701-1.321-5.818-.001-2.355 1.022-4.49 2.653-6.018 1.631-1.53 3.878-2.47 6.347-2.47Z"/></g><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M12 22.001h8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 13.001-3 4m-3-3.997 3 4v4"/></g>'},link:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13 17.521a6.344 6.344 0 008.79 1.248 6.17 6.17 0 00.68-.579l3.767-3.71a6.115 6.115 0 00-.154-8.743 6.351 6.351 0 00-8.725 0l-2.16 2.114"/><path d="M19 14.479a6.344 6.344 0 00-8.79-1.248 6.186 6.186 0 00-.68.579l-3.767 3.71a6.115 6.115 0 00.155 8.743 6.351 6.351 0 008.725 0l2.148-2.114"/></g>'},lock:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M16 18.999v4"/><g stroke-miterlimit="10" transform="translate(4 11.999)"><rect width="24" height="18" rx="3" stroke="none"/><rect width="22" height="16" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M11.005 11.999V8.535a4.785 4.785 0 015-4.536h0a4.784 4.784 0 015 4.536v3.464"/></g>'},login:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20 4h5.333A3.208 3.208 0 0128 6.667v18.666A3.213 3.213 0 0125.333 28H20"/><path d="m16 21.999 6-6-6-6M20 16H4"/></g>'},logout:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H6.667A3.208 3.208 0 004 6.667v18.666A3.213 3.213 0 006.667 28H12m10-6.001 6-6-6-6M26 16H10"/>'},maximaze:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><g transform="translate(2 6)"><rect width="28" height="20" rx="2" stroke="none"/><rect width="26" height="18" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M7 17v4h4m14-6v-4h-4"/></g>'},menu:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 20h18M5 16h14M5 12h22"/>'},merge:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><g stroke-miterlimit="10" transform="translate(5.333 5.334) translate(-.333 15.666)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(5.333 5.334) translate(13.666 15.666)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linejoin="round" d="m20 8.334-4-4-4 4M16 6v11"/><path stroke-miterlimit="10" d="m11 22.001 5-5 5 5"/></g>'},minimize:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><g transform="translate(3 17.001)"><rect width="11" height="9" rx="1" stroke="none"/><path d="M1 1h9v7H1z"/></g><path stroke-linecap="round" d="M28 10.999v-4h-6m0 18.002h6v-4m-18-14H4v4"/></g>'},"mixed-class":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3"/><path fill="none" stroke="currentColor" stroke-width="2" d="M13 30a3 3 0 013-3 3 3 0 013 3"/><g fill="currentColor" stroke-miterlimit="10"><path d="M16 24.999a1.992 1.992 0 01-1.415-.587A1.99 1.99 0 0114 22.999c0-.534.209-1.037.587-1.416A1.99 1.99 0 0116 20.999a1.99 1.99 0 011.415.586c.377.377.585.88.585 1.414 0 .534-.208 1.036-.586 1.414a1.991 1.991 0 01-1.414.586Z"/><path d="M16 21.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415A.987.987 0 0016 24c.341 0 .574-.16.707-.293A.981.981 0 0017 23a.981.981 0 00-.291-.706A.986.986 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A2.99 2.99 0 0116 26a2.99 2.99 0 01-2.121-.879A2.99 2.99 0 0113 22.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0116 19.999Z"/></g><g fill="none"><path stroke="currentColor" stroke-width="2" d="M8 17a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M8 9.999a3 3 0 11.879 2.121A2.994 2.994 0 018 9.999Z"/><path fill="currentColor" d="M11 8.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415A.987.987 0 0011 11c.341 0 .574-.16.707-.293A.981.981 0 0012 9.999a.981.981 0 00-.291-.706.986.986 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a2.99 2.99 0 01-2.121.879 2.99 2.99 0 01-2.121-.879A2.99 2.99 0 018 9.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0111 6.999Z"/></g></g><g fill="none"><path stroke="currentColor" stroke-width="2" d="M18 17a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M18 9.999a3 3 0 11.879 2.121A2.994 2.994 0 0118 9.999Z"/><path fill="currentColor" d="M21 8.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415A.987.987 0 0021 11c.341 0 .574-.16.707-.293A.981.981 0 0022 9.999a.981.981 0 00-.291-.706.986.986 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a2.99 2.99 0 01-2.121.879 2.99 2.99 0 01-2.121-.879A2.99 2.99 0 0118 9.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0121 6.999Z"/></g></g>'},"more-horizontal":{body:'<g fill="currentColor" transform="rotate(90 8.9 22.767)"><circle cx="3" cy="3" r="3" transform="translate(-.867 3.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.867 12.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.867 21.667)"/></g>'},"more-vertical":{body:'<g fill="currentColor" transform="translate(13.333 5.333)"><circle cx="3" cy="3" r="3" transform="translate(-.333 -1.334)"/><circle cx="3" cy="3" r="3" transform="translate(-.333 7.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.333 16.666)"/></g>'},news:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path d="m9 12-5 .055V25c0 1.879.845 3 2.5 3S9 26.879 9 25V6h19v19a2.94 2.94 0 01-3 3H7"/><path stroke-linecap="round" d="M14 22h5m-5-10h9m-9 5h9"/></g>'},"no-prerequisites":{body:'<g transform="translate(8.883 9)"><rect width="10" height="5.002" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1)"/><rect width="10" height="5" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 10)"/><path fill="currentColor" d="M-3.765 3.728h1.258V-.285l-1.376.353v-1.365l2.887-.7v5.728H.118v1.272h-3.882Zm-.102 10.798a1.875 1.875 0 011.144-1.939l1.211-.639a.681.681 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.157-.455.522v.747h-1.235v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.859 1.859 0 01-1.142 1.916l-1.206.641a.629.629 0 00-.372.639v.224H.121v1.3h-3.984Z"/></g>'},notes:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9h16M8 15h9"/><g transform="translate(2 2)"><rect width="28" height="28" rx="2" stroke="none"/><rect width="26" height="26" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4 29c4.543 0 6.857-7 6.857-7L28 28.9 4 29Z"/></g>'},"number-code":{body:'<defs><path id="svgID0" d="M2 0v5m2-3.75-4 2.5m4 0-4-2.5"/></defs><g fill="none" stroke="currentColor"><g stroke-width="2"><g stroke-miterlimit="10" transform="translate(8 9)"><rect width="16" height="11" rx="3" stroke="none"/><rect width="14" height="9" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M12.005 9V6.835c0-1.565 1.791-2.835 4-2.835h0c2.209 0 4 1.269 4 2.835V9"/></g><use href="#svgID0" stroke-linecap="round" transform="translate(6 23)"/><use href="#svgID0" stroke-linecap="round" transform="translate(14 23)"/><use href="#svgID0" stroke-linecap="round" transform="translate(22 23)"/></g>'},"numbered-list":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 22h6m-6-5.999h15M12 10h10"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M6.059 11.275h.629V8.981l-.688.2V8.4L7.443 8v3.273H8V12H6.059Zm-.054 5.884a1.1 1.1 0 01.572-1.108l.606-.365c.134-.085.181-.187.181-.411v-.21c0-.205-.073-.3-.226-.3h-.293c-.154 0-.227.089-.227.3v.427h-.62v-.383c0-.744.313-1.107.879-1.107h.227c.569 0 .878.367.878 1.094v.211a1.087 1.087 0 01-.571 1.095l-.6.366a.369.369 0 00-.186.365v.128h1.38v.741h-2ZM8 22.793v.12c0 .727-.3 1.089-.865 1.089h-.269c-.566 0-.866-.361-.866-1.074v-.323h.608v.364c0 .186.076.28.225.28h.326c.148 0 .227-.1.227-.293v-.343c0-.189-.066-.287-.211-.287h-.484v-.692h.449c.143 0 .209-.093.209-.286v-.314c0-.194-.075-.287-.22-.287h-.275c-.143 0-.217.091-.217.274v.335h-.611v-.287c0-.711.3-1.07.864-1.07h.21c.564 0 .863.359.863 1.089v.1c0 .418-.157.707-.459.786.331.062.496.385.496.819Z"/>'},"on-site":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 16 4-4h6l4-4"/><path fill="none" stroke="currentColor" stroke-width="2" d="M13 30a3 3 0 013-3 3 3 0 013 3"/><g fill="currentColor" stroke-miterlimit="10"><path d="M16 24.999a1.992 1.992 0 01-1.415-.587A1.99 1.99 0 0114 22.999c0-.534.209-1.037.587-1.416A1.99 1.99 0 0116 20.999a1.99 1.99 0 011.415.586c.377.377.585.88.585 1.414 0 .534-.208 1.036-.586 1.414a1.991 1.991 0 01-1.414.586Z"/><path d="M16 21.999a.986.986 0 00-.707.292 1.003 1.003 0 000 1.415A.987.987 0 0016 24c.341 0 .574-.16.707-.293A.981.981 0 0017 23a.981.981 0 00-.291-.706A.986.986 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A2.99 2.99 0 0116 26a2.99 2.99 0 01-2.121-.879A2.99 2.99 0 0113 22.999c0-.83.336-1.578.879-2.122A2.99 2.99 0 0116 19.999Z"/></g>'},"order-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 7h22M5 13h16M5 19h10M5 25h4"/>'},"order-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 25h22M5 19h16M5 13h10M5 7h4"/>'},paste:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(10.001 3)"><rect width="16" height="22" rx="2" stroke="none"/><rect width="14" height="20" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M19 28h-9a2.665 2.665 0 01-3-3V10"/><path stroke-linecap="round" d="M15 10h6m-6 5h6"/></g>'},pausa:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 6v20m8-20v20"/>'},pdf:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M29 10H16m13 6H16m13 7H3"/><path stroke-linejoin="round" d="M3 9h8v8H3z"/></g>'},phone:{body:'<g transform="translate(8.666 2.667)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-1.665 -.666)"><rect width="18" height="28" rx="2.999" stroke="none"/><rect width="16" height="26" x="1" y="1" rx="1.999"/></g><circle cx="2" cy="2" r="2" fill="currentColor" transform="translate(5.334 19.334)"/><rect width="6" height="3" fill="currentColor" rx="1" transform="translate(4.334 .334)"/></g>'},pin:{body:'<g fill="none"><g stroke="currentColor" stroke-width="2" transform="translate(12 7.999)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path d="M16 2.001a9.9 9.9 0 0110 9.8c0 8.412-10 18.2-10 18.2s-10-9.793-10-18.2a9.9 9.9 0 0110-9.8Z"/><path fill="currentColor" d="M16 4.001c-4.411 0-8 3.5-8 7.8 0 3.005 1.587 6.822 4.59 11.038A49.357 49.357 0 0016 27.086a49.281 49.281 0 003.373-4.193C22.4 18.657 24 14.82 24 11.8 24 7.5 20.411 4 16 4m0-2c5.523 0 10 4.388 10 9.8C26 20.212 16 30 16 30S6 20.207 6 11.8C6 6.388 10.477 2 16 2Z"/></g>'},"pin-map":{body:'<g fill="currentColor"><path d="M16 28.56a51.066 51.066 0 01-4.186-5.088c-1.413-1.977-2.536-3.89-3.338-5.688-.979-2.193-1.475-4.206-1.475-5.982 0-4.852 4.037-8.8 8.999-8.8 4.961 0 8.998 3.948 8.998 8.8 0 1.777-.496 3.79-1.475 5.984-.803 1.798-1.925 3.711-3.338 5.688A51.036 51.036 0 0116 28.56ZM16 7a5.006 5.006 0 00-4.999 5c0 2.758 2.243 5 5 5 2.756 0 5-2.242 5-5 0-2.756-2.244-5-5-5Z"/><path d="M16 27.08a49.525 49.525 0 003.372-4.188c1.373-1.922 2.463-3.777 3.237-5.513.922-2.065 1.389-3.941 1.389-5.577 0-4.3-3.588-7.8-7.998-7.8s-8 3.5-8 7.8c0 1.635.468 3.51 1.39 5.575.774 1.736 1.864 3.591 3.238 5.514A49.566 49.566 0 0016 27.08M16 6c3.309 0 6 2.691 6 6 0 3.308-2.691 6-6 6a6.007 6.007 0 01-5.999-6c0-3.309 2.692-6 6-6M16 30c-.026-.026-2.547-2.514-5-5.947-1.451-2.03-2.607-4.003-3.437-5.861-1.037-2.323-1.562-4.473-1.562-6.39 0-5.403 4.485-9.8 9.999-9.8 5.513 0 9.998 4.397 9.998 9.8 0 1.919-.526 4.07-1.562 6.392-.83 1.858-1.986 3.83-3.437 5.861-2.451 3.43-4.973 5.92-4.998 5.944H16Zm0-22a4.004 4.004 0 00-3.999 4c0 2.206 1.794 4 4 4 2.205 0 4-1.794 4-4 0-2.205-1.795-4-4-4Z"/></g>'},pizza:{body:'<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.349 3 29 29 3.05 20.333S1.182 3 20.349 3Z"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.093 21a15.119 15.119 0 01.023-3.338 14.759 14.759 0 011.449-3.019 15.007 15.007 0 011.5-2.994 15.465 15.465 0 012.637-2.1 15.242 15.242 0 012.671-2.061 15.667 15.667 0 013.306-.77A15.224 15.224 0 0121 6"/><path fill="currentColor" d="M18.546 10.324a2.356 2.356 0 00-3.223 3.225.784.784 0 00.581.38.8.8 0 00.674-.23l.18-.154L17.772 15l2.225-2.229-1.455-1.041.154-.158a.806.806 0 00.23-.675.783.783 0 00-.38-.58Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M9.335 22.135s-.3-4.227 4.7-2.865S16.856 25 16.856 25m10.154-2.117s-1.859 2.126-3.428-.727a2.637 2.637 0 011.455-3.947"/>'},play:{body:'<g fill="none"><path d="M26.753 14.241a2 2 0 010 3.517L8.953 27.4A2 2 0 016 25.642V6.358A2 2 0 018.953 4.6Z"/><path fill="currentColor" d="M25.8 16 8 6.358v19.284L25.8 16m2 0c0 .69-.348 1.38-1.047 1.759L8.953 27.4C7.62 28.123 6 27.158 6 25.642V6.358c0-1.516 1.62-2.48 2.953-1.759l17.8 9.642A1.98 1.98 0 0127.801 16Z"/></g>'},"plug-in":{body:'<g fill="none"><path d="M4 26.002a2 2 0 01-2-2v-12a2 2 0 012-2h1v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24.002v-12h-3v-4h-5v4h-8v-4H7v4H4.003v12H28m0 2H4.003a2 2 0 01-2-2v-12a2 2 0 012-2H5v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2Z"/></g>'},pointer:{body:'<g stroke="currentColor"><g fill="none" stroke-width="2" transform="translate(4 3.999)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11"/></g><g transform="translate(12 11.999)"><circle cx="4" cy="4" r="4" fill="currentColor" stroke="none"/><circle cx="4" cy="4" r="3.5" fill="none"/></g></g>'},printer:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M28 8.999H4a1.836 1.836 0 00-2 2v11a1.812 1.812 0 002 2h3v3a1.843 1.843 0 002 2h14a1.843 1.843 0 002-2v-3h3a1.836 1.836 0 002-2v-11a1.836 1.836 0 00-2-2Z"/><path fill="currentColor" d="M4 11v11h5v5h14v-5h5V11H4m0-2h24c1.243 0 2 .734 2 2v11c0 1.265-.757 2-2 2h-3v3c0 1.257-.764 2-2 2H9c-1.236 0-2-.743-2-2v-3H4c-1.299-.004-2-.735-2-2V11c0-1.266.757-2 2-2Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M21 15h3"/><g stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M21.001 5.998h-2v-2Z"/><path stroke-miterlimit="10" d="M11 10V6a1.8 1.8 0 012-2h6l2 2v4"/></g><g stroke-miterlimit="10"><path d="M7 20h18v7a2.3 2.3 0 01-2.25 2H9.25A2.3 2.3 0 017 27Z"/><path fill="currentColor" d="M9 22v4.852c.067.07.186.143.25.148h13.497a.537.537 0 00.253-.15V22H9m-2-2h18v7c0 .997-1.125 2-2.25 2H9.25C8.125 29 7 28.003 7 27v-7Z"/></g></g>'},profile:{body:'<g stroke="currentColor" stroke-width="2" transform="translate(8 5.334)"><path fill="rgba(0,0,0,0)" d="M2.2 10.588a4 4 0 010-7.84 7.005 7.005 0 0111.6 0 4 4 0 010 7.84 7 7 0 01-11.6 0Z"/><path fill="none" stroke-linejoin="round" d="M-1 24.666a9 9 0 019-9 9 9 0 019 9"/><rect width="8" height="8" fill="none" rx="4" transform="translate(-1 2.666)"/><rect width="8" height="8" fill="none" rx="4" transform="translate(9 2.666)"/></g>'},"profile-add":{body:'<g stroke="currentColor" stroke-width="2"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(4 5.332)"><path fill="rgba(0,0,0,0)" d="M1.624 11.334a3 3 0 010-5.328 6 6 0 0110.761 0 3 3 0 010 5.328 6 6 0 01-10.752 0Z"/><path fill="none" stroke-linejoin="round" d="M-1 24.666a8 8 0 018-8 8 8 0 018 8"/><rect width="6" height="6" fill="rgba(0,0,0,0)" rx="3" transform="translate(0 5.668)"/><rect width="6" height="6" fill="rgba(0,0,0,0)" rx="3" transform="translate(8 5.668)"/></g></g>'},"push-pin-off":{body:'<path fill="currentColor" d="M15.982 29.004a2.22 2.22 0 01-1.7-.791 11.534 11.534 0 01-2.264-3.984l1.664-1.664c.011.074.021.146.036.23a8.977 8.977 0 002.095 4.131.216.216 0 00.173.076.239.239 0 00.165-.066l10.788-10.789a.22.22 0 00.066-.172.228.228 0 00-.08-.164 8.88 8.88 0 00-4.362-2.127l1.665-1.664a11.609 11.609 0 013.984 2.26 2.23 2.23 0 01.138 3.283L17.566 28.352a2.239 2.239 0 01-1.584.652Zm-5.938-11.289L6.255 13.93a.215.215 0 00-.155-.066l-1.509-.008a1.6 1.6 0 01-1.123-2.725l7.655-7.66a1.6 1.6 0 012.729 1.123l.009 1.508a.219.219 0 00.066.16l3.786 3.785-1.414 1.414-3.787-3.783a2.244 2.244 0 01-.652-1.566v-.541l-6.292 6.293h.545a2.217 2.217 0 011.563.652l3.788 3.787-1.414 1.412Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m23 23 5 5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'},"push-pin-on":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M27.567 15.045c-3.424-2.88-6.319-2.55-7.566-2.2a1.227 1.227 0 01-1.209-.309l-5.573-5.571a1.224 1.224 0 01-.359-.86l-.007-1.509a.6.6 0 00-1.02-.418l-7.657 7.656a.6.6 0 00.418 1.02l1.509.007a1.224 1.224 0 01.86.359l5.572 5.572a1.227 1.227 0 01.309 1.209c-.352 1.248-.682 4.142 2.2 7.566a1.235 1.235 0 001.811.074l10.786-10.785a1.235 1.235 0 00-.074-1.811Z"/><path stroke-linecap="round" d="m23 23 5 5"/></g>'},qrcode:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(2 20.999)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(21 2.001)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M3 16h12v3m1-15.999v7m13 4v8m-13.999 4.333V29h5v-8M20 16h5v3m1 10h3v-3"/></g>'},"question-badge":{body:'<g transform="translate(2.667 2.667)"><circle cx="14" cy="14" r="14" fill="currentColor" transform="translate(-.667 -.666)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.333 7.531a5.2 5.2 0 016.557-2.916 4.5 4.5 0 013.442 4.859c0 3.236-5 4.859-5 4.859"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M13.333 22.334v-2"/></g>'},radio:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g>'},redo:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M26 12H11c-4.37 0-7 2.68-7 5.984V18c0 3.305 2.629 6 7 6h5.1"/><path stroke-linejoin="round" d="m21.999 6 6 6-6 6"/></g>'},relations:{body:'<g fill="none"><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(4.267 7.534)"><path d="m2.733 3.467 3 3"/><circle cx="2" cy="2" r="2" transform="translate(-1.267 -.533)"/></g><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(14.934 5.334)"><path d="M1.066 2.666v4"/><circle cx="2" cy="2" r="2" transform="translate(-.934 -1.334)"/></g><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(21.4 6.534)"><path d="m3.6 4.467-3 3"/><circle cx="2" cy="2" r="2" transform="translate(3.6 .467)"/></g><path stroke="currentColor" stroke-width="2" d="M12 29a4 4 0 014-4 4 4 0 014 4"/><g stroke-miterlimit="10"><path d="M12 19.999a4 4 0 111.172 2.828A3.992 3.992 0 0112 19.999Z"/><path fill="currentColor" d="M16 17.999a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414A1.993 1.993 0 0016 18m0-2c1.106 0 2.102.446 2.828 1.17A3.984 3.984 0 0120 19.999a3.98 3.98 0 01-1.172 2.828A3.987 3.987 0 0116 23.999a3.988 3.988 0 01-2.828-1.172A3.988 3.988 0 0112 19.999c0-1.106.448-2.104 1.172-2.83A3.986 3.986 0 0116 15.999Z"/></g></g>'},reload:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M23 22.791A9.7 9.7 0 0115.804 26a9.9 9.9 0 01-9.8-10M9 8.6A10.225 10.225 0 0115.837 6 10.083 10.083 0 0126 16"/><path stroke-linejoin="round" d="m9 17-3-3-3 3m20-1.999 3 3 3-3"/></g>'},remove:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 16h24"/>'},"remove-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" d="M11 16.001h10"/></g>'},reorder:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M4 18h24M4 14h24"/><path stroke-linejoin="round" d="m20 8-4-4-4 4m0 16 4 4 4-4"/></g>'},repeat:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m22.999 4.999 4 4-4 4M9 27l-4-4 4-4"/><path d="M5 14.999v-3a3.177 3.177 0 013.331-3H25m2 8v3a3.177 3.177 0 01-3.331 3H7"/></g>'},repository:{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m24 16.001-3-3-3 3m2.999-1v6"/><path d="M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24V9.999H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24h24m0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2Z"/></g>'},"request-form":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(4 4)"><path d="M18 14.001a5.461 5.461 0 01-4 4m0-12a5.459 5.459 0 014 4m-12 0a5.46 5.46 0 014-4m0 12a5.454 5.454 0 01-4-4m16.994 1.142c-.814 5.444-3.307 7.016-7.856 7.856m0-22c4.456.92 7.018 3.384 7.856 7.856m-22 0C1.914 4.404 4.382 1.839 8.85.999m0 22c-4.55-.846-7-3.308-7.856-7.856"/><rect width="6" height="8" rx="1.333" transform="translate(9 17)"/><rect width="8" height="6" rx="1.333" transform="translate(17 9)"/><rect width="8" height="6" rx="1.333" transform="translate(-1 9)"/><rect width="6" height="8" rx="1.333" transform="translate(9 -1)"/></g>'},"resize-100":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29 11V5h-6m0 22.001h6v-6M9 4.999H3v6m-.001 10.003v6h6"/><path fill="currentColor" d="M6.999 21h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018Zm11.998 0h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018ZM15 14.999h2v-2h-2Zm0 4h2v-2h-2Z"/>'},"resize-height":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m20 11.001-4-4-4 4m0 10.003 4 4 4-4"/><path d="M5 3h22M5 29h22"/></g>'},"resize-width":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m21 20.001 4-4-4-4M10.999 12l-4 4 4 4"/><path d="M29 5v22M3 5v22"/></g>'},search:{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g>'},"sequential-prerequisites":{body:'<g transform="translate(4.333 5.333)"><rect width="10" height="5" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(11.667 .666)"/><path fill="currentColor" d="M.785 5.394h1.258V1.381l-1.376.353V.369l2.887-.7v5.728h1.114v1.272H.786Zm-.101 14.8a1.875 1.875 0 011.144-1.939l1.211-.639a.681.681 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.156-.455.522v.747H.672v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.859 1.859 0 01-1.142 1.916l-1.206.641a.629.629 0 00-.372.639v.224h2.751v1.3H.688Z"/><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(11.667 13.667)"><rect width="10" height="8" rx="2" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M14.672 13.668v-1.3a1.869 1.869 0 012-1.7h0a1.869 1.869 0 012 1.7v1.3"/></g></g>'},settings:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 4.001)"><path d="M10.478 24h3.044l.372-2.988.516-.142a9.112 9.112 0 002.153-.892l.467-.269 2.378 1.856 2.156-2.156-1.856-2.378.271-.468a9.139 9.139 0 00.892-2.153l.142-.515L24 13.522v-3.045l-2.987-.371-.142-.516a9.123 9.123 0 00-.893-2.155l-.269-.467 1.856-2.378-2.157-2.155-2.378 1.857-.467-.271a9.131 9.131 0 00-2.153-.892l-.516-.145-.372-2.987h-3.044l-.372 2.987-.516.142a9.131 9.131 0 00-2.153.892l-.467.271-2.378-1.854-2.156 2.156 1.856 2.378-.269.468a9.106 9.106 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516a9.106 9.106 0 00.893 2.152l.269.468-1.855 2.378 2.156 2.156 2.378-1.856.467.269a9.131 9.131 0 002.153.892l.516.142Z"/><path fill="currentColor" d="m13.522 24 .372-2.988.516-.142a9.112 9.112 0 002.153-.892l.467-.27 2.378 1.856 2.156-2.156-1.856-2.378.27-.468a9.14 9.14 0 00.893-2.153l.142-.515L24 13.522v-3.045l-2.987-.37-.142-.517a9.123 9.123 0 00-.893-2.154l-.27-.467 1.856-2.378-2.156-2.156-2.378 1.857-.467-.27a9.13 9.13 0 00-2.153-.893l-.516-.142L13.522 0h-3.044l-.372 2.987-.516.142a9.13 9.13 0 00-2.153.892l-.467.27-2.378-1.856L2.436 4.59l1.856 2.378-.27.468a9.106 9.106 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516c.21.768.511 1.492.893 2.152l.27.468-1.856 2.378 2.156 2.156 2.378-1.856.467.27a9.13 9.13 0 002.153.892l.516.142.372 2.988h3.044m0 2h-3.044a2 2 0 01-1.985-1.753l-.21-1.691a11.24 11.24 0 01-1.119-.463l-1.342 1.048a2 2 0 01-2.645-.163l-2.155-2.155a2 2 0 01-.163-2.645l1.048-1.342a11.113 11.113 0 01-.464-1.119l-1.69-.21A2 2 0 01-2 13.521v-3.045A2 2 0 01-.246 8.492l1.689-.21c.135-.383.29-.757.464-1.119L.859 5.821a2 2 0 01.163-2.645l2.155-2.155A2 2 0 015.822.858l1.342 1.048c.362-.174.735-.328 1.119-.463l.21-1.69A2 2 0 0110.479-2h3.044a2 2 0 011.984 1.753l.211 1.69c.384.135.758.29 1.12.463l1.34-1.048a2 2 0 012.646.163l2.155 2.155a2 2 0 01.163 2.645l-1.047 1.342c.173.362.328.736.463 1.12l1.69.21A2 2 0 0126 10.476v3.045a2 2 0 01-1.753 1.984l-1.69.211c-.135.383-.29.757-.463 1.119l1.047 1.342a2 2 0 01-.163 2.645l-2.155 2.155a2 2 0 01-2.645.163l-1.342-1.047c-.36.172-.735.327-1.119.462l-.21 1.691A2 2 0 0113.522 26Z"/><circle cx="5" cy="5" r="5" stroke="currentColor" stroke-width="2" transform="translate(7 6.999)"/></g>'},share:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4.333 4) translate(-.333 8)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(4.333 4) translate(14.667 17)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(4.333 4) translate(14.667 -1)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m20 24-9-7m9-8-9 6"/></g>'},sketch:{body:'<g fill="none"><path d="M21.309 4.002a2 2 0 011.759 1.047l5.417 10a2 2 0 010 1.905l-5.417 10a2 2 0 01-1.759 1.048H10.691a2 2 0 01-1.759-1.047l-5.417-10a2 2 0 010-1.905l5.417-10a2 2 0 011.759-1.048Z"/><path fill="currentColor" d="m10.691 6.002-5.416 10 5.416 10H21.31l5.416-10-5.416-10H10.69m0-2h10.62a2 2 0 011.758 1.047l5.417 10a2 2 0 010 1.906l-5.417 10a2 2 0 01-1.758 1.047H10.69a2 2 0 01-1.758-1.047l-5.417-10a2 2 0 010-1.906l5.417-10a2 2 0 011.758-1.047Z"/></g>'},skills:{body:'<g transform="translate(2.667 1.666)"><rect width="6" height="6" fill="currentColor" rx="1" transform="translate(1.333 6.334)"/><path fill="currentColor" d="M21.465 6.853a1 1 0 011.736 0l2.277 3.981a1 1 0 01-.868 1.5h-4.554a1 1 0 01-.868-1.5Zm-8.739-5.055a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7h-2.233a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z"/><g fill="none"><path stroke="currentColor" stroke-width="2" d="M9.333 27.334a4 4 0 014-4 4 4 0 014 4"/><g stroke-miterlimit="10"><path d="M9.333 18.333a4 4 0 111.172 2.828 3.992 3.992 0 01-1.172-2.828Z"/><path fill="currentColor" d="M13.333 16.333a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414a1.993 1.993 0 00-1.416-.586m0-2c1.106 0 2.102.446 2.828 1.17a3.984 3.984 0 011.172 2.83 3.98 3.98 0 01-1.172 2.828 3.987 3.987 0 01-2.828 1.172 3.988 3.988 0 01-2.828-1.172 3.988 3.988 0 01-1.172-2.828c0-1.106.448-2.104 1.172-2.83a3.986 3.986 0 012.828-1.17Z"/></g></g></g>'},"skip-back":{body:'<g fill="none"><path d="M6.186 18.752a2 2 0 010-3.5l13.85-7.617A2 2 0 0123 9.383v15.234a2 2 0 01-2.964 1.753Z"/><path fill="currentColor" d="M7.15 17 21 24.617V9.383L7.15 17m-2 0a1.98 1.98 0 011.036-1.752l13.85-7.618C21.37 6.897 23 7.861 23 9.383v15.234c0 1.522-1.63 2.486-2.964 1.753l-13.85-7.618A1.98 1.98 0 015.15 17Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M26 8v18"/></g>'},"skip-forward":{body:'<g fill="none"><path d="M25.814 14.248a2 2 0 010 3.5l-13.85 7.617A2 2 0 019 23.617V8.383a2 2 0 012.964-1.753Z"/><path fill="currentColor" d="M24.85 16 11 8.383v15.234L24.85 16m2 0a1.98 1.98 0 01-1.036 1.752l-13.85 7.618C10.631 26.103 9 25.139 9 23.617V8.383c0-1.522 1.63-2.486 2.964-1.753l13.85 7.618A1.98 1.98 0 0126.85 16Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 6.999v18"/></g>'},sms:{body:'<g fill="none"><g stroke="currentColor" stroke-width="2" transform="translate(2 6.001)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13h16M8 17.001h10"/><path d="M8 23h5l-5 5Z"/><path fill="currentColor" d="M8 23h5l-5 5v-5Z"/></g>'},"sso-access":{body:'<g fill="none"><path d="M24 24H8.757a3.207 3.207 0 01-.322-.017c-.144.011-.29.017-.437.017a6 6 0 01-1.951-11.676 5 5 0 016.516-4.073A8 8 0 0126.997 12.8a6 6 0 01-2.692 11.192c-.073 0-.146.008-.221.008Z"/><path fill="currentColor" d="m24.083 21.999.088-.003.033-.002a3.995 3.995 0 003.798-3.993 4.018 4.018 0 00-2.006-3.47l-.972-.561-.027-1.121a5.968 5.968 0 00-1.807-4.143A5.96 5.96 0 0019 6.998a5.95 5.95 0 00-4.83 2.44l-.857 1.163-1.374-.45a3.005 3.005 0 00-3.91 2.44l-.166 1.222-1.165.4a4.003 4.003 0 001.587 7.774l.176-.012.175.017c.042.005.083.007.12.007h15.327m0 2H8.757c-.109 0-.216-.006-.322-.017A5.998 5.998 0 012 18.001a6.007 6.007 0 014.047-5.678 4.998 4.998 0 016.516-4.073A7.987 7.987 0 0119 4.998a8 8 0 017.996 7.8A6.002 6.002 0 0124.083 24Z"/></g><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M16 14v5"/><g transform="translate(14 13)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g>'},star:{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z"/>'},"star-active":{body:'<path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z"/>'},success:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(3.001 4.005)"><rect width="6" height="14" rx="2.005" transform="translate(.999 9.995)"/><path stroke-linecap="round" d="M23.359 12.575h-1.226l.1-.678h1.13a1.678 1.678 0 000-3.354h-2.719l-3.951-.083s.855-6.084-2.775-8.125C11.588-.842 11.154 1.4 11.154 1.4v4.237L9.769 7.049s-2.771 2.62-2.771 4.264v9.857a2.622 2.622 0 002.772 2.82h11.333a1.678 1.678 0 000-3.354h-.111l.1-.679h1.143a1.677 1.677 0 000-3.353h-.668l.1-.679h1.7a1.678 1.678 0 000-3.354Z"/></g>'},sun:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(8 8)"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7"/></g><path stroke-linecap="round" d="M16 5V3m0 26v-2m11-11h2M3 16h2m20 9 1 1M6 6l1 1m18 0 1-1M6 26l1-1"/></g>'},sunrise:{body:'<g fill="none" stroke-miterlimit="10"><path d="M8 23a8 8 0 018-8 8 8 0 018 8Z"/><path fill="currentColor" d="M21.658 21A6.01 6.01 0 0016 17a6.01 6.01 0 00-5.657 4h11.315m2.343 2H8a8 8 0 018-8 8 8 0 018 8Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11.999v-3m-13 13h26m-23-10 2 2m16 0 2-2"/></g>'},support:{body:'<g stroke="currentColor" stroke-linejoin="round" transform="translate(5.333 4.335)"><path fill="none" stroke-linecap="round" stroke-width="2" d="M3.667 6.666c0-3.314 3.134-6 7-6s7 2.686 7 6"/><g fill="none" stroke-width="2" transform="translate(-.333 6.666)"><rect width="8" height="10" rx="2.004" stroke="none"/><rect width="6" height="8" x="1" y="1" rx="1.004"/></g><g fill="none" stroke-width="2" transform="translate(13.667 6.666)"><rect width="8" height="10" rx="2.004" stroke="none"/><rect width="6" height="8" x="1" y="1" rx="1.004"/></g><path fill="none" stroke-linecap="round" stroke-width="2" d="M17.667 15.666v2.4a3.5 3.5 0 01-3.363 3.6h-.633"/><circle cx="2" cy="2" r="2" fill="currentColor" stroke-linecap="round" transform="translate(9.667 19.666)"/></g>'},survey:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M27 3.193H12c-1.5 0-2 .5-2 2v8c0 1.5.5 2 2 2h2l.465 2.389c.261 1 1.242-.071 1.535-.389l2-2h9c1.5 0 2-.5 2-2v-8c0-1.503-.5-2-2-2Z"/><path fill="currentColor" d="M12 5.193v8h2a2 2 0 011.873 1.299l.713-.713A2 2 0 0118 13.193h9v-8H12m0-2h15c1.496 0 2 .497 2 2v8c0 1.5-.504 2-2 2h-9l-2 2c-.293.318-1.274 1.393-1.535.39L14 15.192h-2c-1.5 0-2-.504-2-2v-8c0-1.504.5-2 2-2Z"/></g><path fill="currentColor" d="M17.982 8.112a.185.185 0 00-.073-.079.263.263 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.277.277 0 00-.068-.093.168.168 0 00-.11-.043.168.168 0 00-.11.043.277.277 0 00-.068.093l-.282.6a.317.317 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.243.243 0 00-.125.054.178.178 0 00-.045.059.175.175 0 00-.017.075.206.206 0 00.023.092.292.292 0 00.054.074l.457.466a.308.308 0 01.061.1.391.391 0 01.025.132.217.217 0 010 .035l-.108.657a.322.322 0 000 .055.215.215 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.248.248 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.247.247 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.336.336 0 000-.055l-.108-.658a.214.214 0 010-.035.393.393 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.293.293 0 00.054-.074.206.206 0 00.023-.092.178.178 0 00-.029-.08Zm6 0a.185.185 0 00-.073-.079.263.263 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.277.277 0 00-.068-.093.168.168 0 00-.11-.043.168.168 0 00-.11.043.277.277 0 00-.068.093l-.282.6a.317.317 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.243.243 0 00-.125.054.178.178 0 00-.045.059.175.175 0 00-.017.075.206.206 0 00.023.092.292.292 0 00.054.074l.457.466a.308.308 0 01.061.1.391.391 0 01.025.132.217.217 0 010 .035l-.108.657a.322.322 0 000 .055.215.215 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.248.248 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.247.247 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.336.336 0 000-.055l-.108-.658a.214.214 0 010-.035.393.393 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.293.293 0 00.054-.074.206.206 0 00.023-.092.178.178 0 00-.029-.08Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.001 30a4 4 0 014-4 4 4 0 014 4"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 17)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g>'},table:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2 6)"><rect width="28" height="20" rx="2" stroke="none"/><rect width="26" height="18" x="1" y="1" rx="1"/></g><path d="M11 6v20M3 13h26M3 19h26"/></g>'},"tematic-channels":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="M16 4v24m6 0H10"/><path d="M16 6.999h8.816L27 9.291l-2.184 2.708H16ZM15.999 16H7.183l-2.184-2.292L7.183 11h8.816Z"/></g>'},test:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4 4)"><rect width="10" height="10" rx="1.996" stroke="none"/><rect width="8" height="8" x="1" y="1" rx=".996"/></g><g stroke-miterlimit="10" transform="translate(4 18)"><rect width="10" height="10" rx="1.996" stroke="none"/><rect width="8" height="8" x="1" y="1" rx=".996"/></g><path stroke-linejoin="round" d="M22.657 5.008 18.19 21.704l1.196 5.202 3.634-3.91L27.487 6.3Z"/></g>'},"text-body":{body:'<path fill="currentColor" d="M4.363 23.427h4.06V9.565L4 10.888V8.124l7.434-2.122v17.425H15v2.575H4.363Zm12.999 0h4.06V9.565l-4.423 1.323V8.124l7.434-2.122v17.425h3.566v2.575H17.362Z"/>'},"text-edit":{body:'<path fill="currentColor" d="M11.645 19.27H7.362l-.795 2.731H4l3.721-12h3.565l3.714 12h-2.567Zm-.522-1.8-.758-2.614c-.288-1.013-.553-1.945-.866-3.121-.3 1.175-.577 2.108-.858 3.121l-.756 2.614Zm12.878-2.977v7.358h-1.708l-.208-.883-1.351.586a4.976 4.976 0 01-1.961.448c-1.692 0-2.773-1.143-2.773-3.135v-.177c0-1.85 1.135-2.917 3.676-2.917h2.072V14.23c0-.8-.278-1.253-1.151-1.253h-.749c-.742 0-1.143.246-1.143.948v.772h-2.287v-.632c0-1.957 1.274-3.059 3.459-3.059h.68c2.131-.004 3.444.937 3.444 3.487Zm-2.253 3.009h-2.125c-.889 0-1.3.272-1.3.942v.634c0 .67.331 1 .9 1a2.62 2.62 0 001.027-.23l1.5-.467ZM26 4h2v24h-2Z"/>'},"text-style":{body:'<path fill="currentColor" d="M13.731 20.358H8.28L7.268 24H4L8.736 8h4.538L18 24h-3.265Zm-.666-2.4-.965-3.486c-.367-1.351-.7-2.594-1.1-4.161-.387 1.567-.734 2.81-1.092 4.161l-.963 3.486Zm14.932-2.832v8.695H26.08l-.234-1.043-1.52.692a5.358 5.358 0 01-2.207.53c-1.9 0-3.118-1.351-3.118-3.7v-.21c0-2.184 1.277-3.447 4.135-3.447h2.328v-1.828c0-.951-.312-1.482-1.294-1.482h-.843c-.835 0-1.286.291-1.286 1.121v.911H19.47v-.749c0-2.314 1.434-3.616 3.892-3.616h.763c2.399 0 3.872 1.113 3.872 4.126Zm-2.537 3.557h-2.385c-1 0-1.468.32-1.468 1.112v.751c0 .792.373 1.183 1.007 1.183a2.821 2.821 0 001.155-.271l1.685-.55Z"/>'},time:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m19.001 13-3 3 5 5"/></g>'},"toilet-piper":{body:'<g transform="translate(4 5.333)"><ellipse cx="4" cy="9" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" rx="4" ry="9" transform="translate(17 -2.334)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21-2.333H4.4Q0-2.333 0 2.255v21.412h17.067V8.374"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 13.666h1m-6 0h1m-6 0h1"/><ellipse cx="1" cy="2" fill="currentColor" rx="1" ry="2" transform="translate(20 4.666)"/></g>'},"training-points":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2.667 4) translate(-.667 4)"><circle cx="11" cy="11" r="11" stroke="none"/><circle cx="11" cy="11" r="10"/></g><g transform="translate(2.667 4) translate(4.333 9)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g><path stroke-linecap="round" d="M13 19 23 9"/><path stroke-linejoin="round" d="m26.001 3-3 3v3h3l3-3Z"/></g>'},trash:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M7 4.999h18v21a3 3 0 01-3 3H10a3 3 0 01-3-3v-21Z" stroke="none"/><path d="M9 5.999h14a1 1 0 011 1v19a2 2 0 01-2 2H10a2 2 0 01-2-2v-19a1 1 0 011-1Z"/><path stroke-linecap="round" d="M5 6h22"/><path d="M18.999 6h-6V4a1 1 0 011-1h4a1 1 0 011 1v2Z" stroke="none"/><path d="M17.999 5h-4V4h4v1Z"/><path stroke-linecap="round" d="M13 13v8m6-8v8"/></g>'},underline:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 5v10c0 5.1 3.583 8 8 8s8-2.9 8-8V5M6 27h20"/>'},undo:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M6 12.001h15c4.37 0 7 2.68 7 5.984v.016c0 3.305-2.629 6-7 6h-5.1"/><path stroke-linejoin="round" d="m10 6.001-6 6 6 6"/></g>'},unlock:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m10.614 13-1.277-1.277a4.48 4.48 0 010-6.385h0a4.479 4.479 0 016.386 0l1.273 1.276"/><path stroke-linecap="round" stroke-miterlimit="10" d="M16 19v4"/><g stroke-miterlimit="10" transform="translate(4 12.001)"><rect width="24" height="18" rx="3" stroke="none"/><rect width="22" height="16" x="1" y="1" rx="2"/></g></g>'},upload:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19.999 9-4-4-4 4M16 5v14m12 4.001v4H4v-4"/>'},user:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8 5.333)"><rect width="14" height="14" rx="7" transform="translate(1 -.334)"/><path stroke-linejoin="round" d="M-1 24.666a9 9 0 019-9 9 9 0 019 9"/></g>'},"user-add":{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(4 7)"><rect width="14" height="14" rx="7" stroke="none"/><rect width="12" height="12" x="1" y="1" rx="6"/></g><path stroke-linejoin="round" d="M3 30a8 8 0 1116 0"/></g>'},"user-badge":{body:'<path fill="currentColor" d="m16.874 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.439 1.439 0 011.369 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.326 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.439 1.439 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.337 1.337 0 00-1.747 0l-2.153 1.831a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.439 1.439 0 01-1.369-1.97l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.439 1.439 0 011.369-1.981l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.337 1.337 0 001.747-.001Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M16 9a4 4 0 11-4 4 4 4 0 014-4Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11 23.001a5 5 0 015-5 5 5 0 015 5"/>'},"video-off":{body:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m28 19.886-5.819-3.888 5.82-3.887v7.775Z"/><path d="m27 13.982-3.019 2.016 3.02 2.017v-4.033m1.134-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.89.89 0 01.496-.15Z"/></g><path fill="currentColor" d="M20 22.998h-6.759l2-2H20v-4.76l2-2v6.76a2 2 0 01-2 2Zm-14.983-.256A2 2 0 014 20.998v-10a2 2 0 012-2h12.759l-2 2H6v10h.759l-1.741 1.74Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'},"video-on":{body:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m28 19.887-5.819-3.888 5.82-3.887v7.775Z"/><path d="m27 13.983-3.019 2.016 3.02 2.017v-4.033m1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.89.89 0 01.496-.15Z"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 9.001)"><rect width="18" height="14" rx="2" stroke="none"/><rect width="16" height="12" x="1" y="1" rx="1"/></g>'},"video-rec":{body:'<g transform="translate(7.709 9.695)"><g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m20.291 10.19-5.819-3.887 5.82-3.887v7.775Z"/><path d="m19.291 4.287-3.019 2.016 3.02 2.017V4.287m1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.89.89 0 01.496-.15Z"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(-3.709 -.695)"><rect width="18" height="14" rx="2" stroke="none"/><rect width="16" height="12" x="1" y="1" rx="1"/></g><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(-4.709 -1.695)"/></g>'},view:{body:'<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 5.667)"><path d="M21 19.334H7a3 3 0 01-3-3v-1h13a3 3 0 003-3v-7h1a3 3 0 013 3v8a3 3 0 01-3 3Z"/><rect width="20" height="14" rx="3" transform="translate(0 1.334)"/></g>'},"view-card":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 9.999)"><rect width="16" height="12" rx="2" stroke="none"/><rect width="14" height="10" x="1" y="1" rx="1"/></g><g transform="translate(20 13.999)"><rect width="10" height="8" rx="2" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="1"/></g></g>'},"view-list":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 9) translate(0 -2)"><rect width="8" height="8" rx="2" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="1"/></g><g transform="translate(2 9) translate(0 8)"><rect width="8" height="8" rx="2" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M13 13h8m-8 10h8M13 9h16M13 19h16"/></g>'},"voice-off":{body:'<rect fill="none" transform="translate(.001)"/><path fill="currentColor" d="m16.253 19.99 3.737-3.736a4 4 0 01-3.736 3.738Zm-4.251-4.234V6a4 4 0 118 0v1.76l-2 2V6a2 2 0 00-4 0v7.758l-2 2Z"/><path fill="currentColor" d="M16.001 24a8.711 8.711 0 01-3.174-.588l1.6-1.594a6.866 6.866 0 001.578.182c3.309 0 6-2.334 6-5.205V15a1 1 0 112 0v1.795a6.807 6.807 0 01-2.389 5.135A8.42 8.42 0 0116.001 24Zm-7.52-4.725a6.559 6.559 0 01-.482-2.479V15a1 1 0 112 0v1.795a4.508 4.508 0 00.086.879l-1.6 1.6Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16.001 23v6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.001 29h8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4.001 28 24-24"/>',width:32.001},"voice-on":{body:'<rect fill="none"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(12 1.999)"><rect width="8" height="18" rx="4" stroke="none"/><rect width="6" height="16" x="1" y="1" rx="3"/></g><path stroke-linecap="round" d="M22.999 15v1.8c0 3.426-3.134 6.2-7 6.2h0c-3.866 0-7-2.777-7-6.2V15"/><path d="M16 23v6"/><path stroke-linecap="round" d="M12 28.999h8"/></g>'},"volume-down":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.003 13.001a5.075 5.075 0 010 6"/><g stroke-linejoin="round"><path d="M3.999 19.999a2.193 2.193 0 002 2h7a1.421 1.421 0 011 .35l5.025 3.254a1.828 1.828 0 002.975-1.321V7.717a1.828 1.828 0 00-2.975-1.321l-5.025 3.3a1.383 1.383 0 01-1 .3h-7a2.193 2.193 0 00-2 2Z"/><path fill="currentColor" d="M19.999 23.851V8.15l-4.844 3.185c-.787.585-1.53.665-2.156.665H6.102a.51.51 0 00-.103.107v7.786a.51.51 0 00.103.107H13c.826 0 1.494.22 2.152.713L20 23.852M20.173 26c-.395 0-.798-.124-1.149-.397L14 22.349c-.326-.255-.576-.35-1-.35H6c-1.003 0-2-1.053-2-2v-8c0-.946.997-2 2-2h7c.424 0 .674-.043 1-.298l5.025-3.305C20.21 5.471 22 6.266 22 7.717v16.565C22 25.303 21.113 26 20.174 26Z"/></g></g>'},"volume-off":{body:'<rect fill="none"/><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m21 19 6-6m-6 0 6 6"/><g stroke-linejoin="round"><path d="M4 18.999a2.177 2.177 0 002 2h5a2.085 2.085 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.088 2.088 0 01-1 .5H6a2.151 2.151 0 00-2 2Z"/><path fill="currentColor" d="M16 22.48V9.517l-2.64 2.45a1.85 1.85 0 01-.166.139c-.42.312-1.2.893-2.194.893H6.085a.403.403 0 00-.085.085v5.819a.468.468 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139L16 22.48m.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255Z"/></g></g>'},"volume-up":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M22.001 11.999a8.593 8.593 0 010 8m4-8.999a13.111 13.111 0 010 10"/><g stroke-linejoin="round"><path d="M4 18.999a2.177 2.177 0 002 2h5a2.085 2.085 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.088 2.088 0 01-1 .5H6a2.151 2.151 0 00-2 2Z"/><path fill="currentColor" d="M16 22.48V9.517l-2.64 2.45a1.85 1.85 0 01-.166.139c-.42.312-1.2.893-2.194.893H6.085a.403.403 0 00-.085.085v5.819a.468.468 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139L16 22.48m.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255Z"/></g></g>'},warning:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="currentColor" stroke-width="2" d="M16 11v6m0 6v-2"/><path d="M14.008 5.111a2.343 2.343 0 013.985 0l5.848 9.78 5.849 9.779a2.223 2.223 0 01-1.992 3.332H4.3a2.223 2.223 0 01-1.992-3.332l5.849-9.779Z"/><path fill="currentColor" d="M16 6.001c-.089 0-.208.024-.276.137L4.028 25.695c-.022.037-.05.083-.003.165.037.065.115.142.279.142h23.392c.164 0 .242-.077.279-.142.046-.082.019-.128-.003-.164L16.277 6.138C16.207 6.025 16.087 6 16 6m0-2c.775 0 1.55.37 1.992 1.11l11.697 19.56c.885 1.481-.222 3.332-1.993 3.332H4.304c-1.77 0-2.878-1.85-1.993-3.332L14.008 5.11C14.45 4.37 15.225 4 16 4Z"/></g>'},webinar:{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M3.001 19V5.814c0-1.992.2-2.811 2-2.811h21.11c1.8 0 2.889 1.208 2.889 3.2v12.8"/><path stroke="currentColor" stroke-width="2" d="M6 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 15.999a2 2 0 11.586 1.414A2 2 0 016 15.999Z"/><path fill="currentColor" d="M8 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 17.999a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 13.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M10 29.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 24.999a2 2 0 11.586 1.414A2 2 0 0110 24.999Z"/><path fill="currentColor" d="M12 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0112 22.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M18 29.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M18 24.999a2 2 0 11.586 1.414A2 2 0 0118 24.999Z"/><path fill="currentColor" d="M20 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0120 22.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M14 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 15.999a2 2 0 11.586 1.414A2 2 0 0114 15.999Z"/><path fill="currentColor" d="M16 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0116 13.999Z"/></g><path stroke="currentColor" stroke-width="2" d="M22 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M22 15.999a2 2 0 11.586 1.414A2 2 0 0122 15.999Z"/><path fill="currentColor" d="M24 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0124 13.999Z"/></g></g>'},whiteboard:{body:'<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="m4 29 7-9m5 9v-9m12 9-7-9"/><g stroke-miterlimit="10" transform="translate(2 3)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path d="M9 13.769c1.995-1.507 4.428-4.772 8.4-4.772-1.689 5.643 3.537 7.475 5.6 4.772"/></g>'},wine:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="M23.226 21.973c4.09-1.922 2.45-9.973 2.45-9.973h-7.351s-1.64 8.05 2.45 9.973a2.123 2.123 0 00.539.02h1.411a1.82 1.82 0 00.501-.02ZM22 23v5m3 0h-6"/><path d="M7.266 29a1.624 1.624 0 01-.869-.4 1.335 1.335 0 01-.4-.933C6.02 13.576 6.006 13 5.997 13l2-4V3h3.994v6l2 4c.014.012-.021.576 0 14.667a1.335 1.335 0 01-.4.933 1.133 1.133 0 01-.933.4Z"/><path d="M6 16.001h4v8H6z"/></g>'},zip:{body:'<path fill="currentColor" d="M25.001 23.999a1 1 0 101 1 1 1 0 00-1-1Z"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 6v6m6-6v6m6-6v6"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(21 5)"><rect width="8" height="8" rx="1" stroke="none"/><path d="M1 1h6v6H1z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M24.883 29c-4.239 0-3.876-5-3.876-5l.985-7h6l1 7s.349 5-3.89 5Z"/>'},"zoom-in":{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="none" stroke-linecap="round" d="M9 12h6m-3-3v6"/><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g>'},"zoom-out":{body:'<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 11.999h6"/>'}},width:32,height:32},e={prefix:"simple",lastModified:1695740555,icons:{add:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" d="M.5 8h15M8 .5v15"/>'},"add-circle":{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" d="M3.5 8h9"/><path stroke-linecap="round" stroke-miterlimit="10" d="M8 3.5v9"/></g>'},"align-center":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12.5 6.5h-9m12-3H.5m13 6h-11m8 3h-5"/>'},"align-justify":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.5 6.5H.5m15-3H.5m15 6H.5m15 3H.5"/>'},"align-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M10.5 6.501H.5m15-3.001H.5m12 6.001H.5m8 3h-8"/>'},"align-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.5 6.5h-10m10-3H.5m15 6h-12m12 3h-8"/>'},analysis:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><g transform="translate(0 8)"><rect width="4" height="8" rx="1" stroke="none"/><rect width="3" height="7" x=".5" y=".5" rx=".5"/></g><g transform="translate(6)"><rect width="4" height="16" rx="1" stroke="none"/><rect width="3" height="15" x=".5" y=".5" rx=".5"/></g><g transform="translate(12 5)"><rect width="4" height="11" rx="1" stroke="none"/><rect width="3" height="10" x=".5" y=".5" rx=".5"/></g></g>'},"analysis-2":{body:'<g fill="none" stroke-miterlimit="10"><path d="M8.496.999a.579.579 0 00-.346.15.58.58 0 00-.15.348v6.5H1.5a.59.59 0 00-.35.15.585.585 0 00-.15.35 7.629 7.629 0 007.66 7.5A7.215 7.215 0 0016 8.662 7.635 7.635 0 008.496.999Z"/><path fill="currentColor" d="M9 2.02v6.979H2.02c.121 1.538.803 2.975 1.95 4.09A6.699 6.699 0 008.66 15c1.74 0 3.346-.646 4.52-1.818C14.352 12.009 15 10.405 15 8.665c0-1.756-.68-3.423-1.913-4.693C11.973 2.824 10.537 2.142 9 2.02M8.496 1C12.647.999 16 4.514 16 8.665 16 12.815 12.811 16 8.66 16 4.51 16 1 12.65 1 8.5a.59.59 0 01.15-.35A.59.59 0 011.5 8H8V1.497c0-.11.072-.27.15-.348a.58.58 0 01.346-.15Z"/><path d="M6.882 6.882A.405.405 0 007 6.597V.4a.407.407 0 00-.118-.285.405.405 0 00-.284-.118 6.6 6.6 0 00-6.6 6.6.406.406 0 00.118.285A.405.405 0 00.4 7h6.2a.405.405 0 00.282-.118Z"/><path fill="currentColor" d="M6 6V1.032A5.61 5.61 0 001.032 6H6m.598 1H.403A.405.405 0 010 6.598 6.598 6.598 0 016.598 0 .405.405 0 017 .403v6.195A.405.405 0 016.598 7Z"/></g>'},"analysis-3":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-linejoin="round" d="M1 12.002h0l7-6 3 2 3-3"/><path stroke-miterlimit="10" d="M15.5 12.5H.5v-9"/></g>'},apple:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M8.011 15.457a3.9 3.9 0 01.8.1 4.318 4.318 0 01.8.314l.019.009c.1.047.2.1.3.139a1.345 1.345 0 00.539.124 2.029 2.029 0 00.834-.248 3.537 3.537 0 001.324-1.129 11.185 11.185 0 001.456-2.447c.077-.172.136-.315.186-.446a8.9 8.9 0 00.529-5.47 4.23 4.23 0 00-1.694-2.514.386.386 0 01-.037-.026 2.886 2.886 0 00-.582-.363 3.523 3.523 0 00-1.52-.356h-.086a5.038 5.038 0 00-1.73.454l-.342.132c-.149.056-.495.176-.5.177a.4.4 0 01-.136.024h-.334a.4.4 0 01-.136-.023s-.347-.121-.5-.179l-.337-.13a5.076 5.076 0 00-1.735-.458h-.093a3.562 3.562 0 00-1.512.356 2.91 2.91 0 00-.584.363.339.339 0 01-.035.026A4.3 4.3 0 001.221 6.36a8.9 8.9 0 00.505 5.481c.073.192.139.343.2.477a11.141 11.141 0 001.455 2.447 3.51 3.51 0 001.276 1.109 2.208 2.208 0 00.885.267 1.35 1.35 0 00.535-.123c.1-.043.2-.091.3-.137l.018-.009a4.419 4.419 0 01.8-.317 3.706 3.706 0 01.8-.1h.014Z"/><path fill="currentColor" d="M10.463 15.14c.064 0 .248-.081.428-.162.311-.138.568-.366.949-.84.494-.616.939-1.366 1.323-2.23.066-.147.118-.272.164-.393l.02-.048c1.086-2.467.484-4.785.478-4.808l-.013-.055c-.242-1.159-1.175-1.822-1.255-1.876a1.337 1.337 0 01-.099-.07l-.03-.024a1.908 1.908 0 00-.385-.236 2.516 2.516 0 00-1.086-.256h-.062c-.429.01-.853.176-1.395.387l-.348.134c-.151.057-.467.167-.52.186-.15.053-.308.08-.468.08h-.327c-.161 0-.32-.027-.47-.081l-.028-.01c-.152-.053-.368-.13-.49-.175l-.007-.003-.341-.132c-.54-.21-.967-.375-1.393-.386l-.072-.001c-.346 0-.739.094-1.08.258-.152.073-.278.15-.384.236-.036.03-.074.058-.113.084-.061.042-1.031.737-1.259 1.842l-.012.054c-.026.097-.614 2.396.453 4.82l.02.048c.065.172.123.305.178.427.383.861.828 1.61 1.322 2.228.376.468.629.698.901.82l.005.002c.2.088.405.18.475.18a.43.43 0 00.145-.045 6.38 6.38 0 00.252-.115l.037-.018c.277-.131.59-.28.973-.377.29-.074.623-.116 1.018-.128h.079c.252.01.63.032 1.007.128.387.098.715.255.979.38l.038.018c.085.041.166.08.243.112l.005.002a.464.464 0 00.145.044m0 1c-.17 0-.34-.04-.539-.125a7.085 7.085 0 01-.303-.139l-.02-.009a4.318 4.318 0 00-.795-.314 3.894 3.894 0 00-.795-.097h-.015c-.319.01-.58.04-.8.097-.292.075-.55.197-.802.317l-.018.009a7.333 7.333 0 01-.3.136 1.35 1.35 0 01-.534.123c-.283 0-.534-.111-.885-.267-.5-.223-.872-.605-1.276-1.109-.548-.684-1.038-1.507-1.455-2.447a8.365 8.365 0 01-.2-.477C.543 9.15 1.15 6.632 1.221 6.359c.317-1.54 1.623-2.432 1.684-2.473a2.91 2.91 0 01.62-.389 3.562 3.562 0 011.604-.355c.605.016 1.129.22 1.735.455l.338.13c.152.057.498.178.5.179a.404.404 0 00.135.023h.129l.026-.003h.019c.01 0 .017.001.025.003h.128a.4.4 0 00.136-.024c.004-.001.35-.121.499-.177l.342-.132c.605-.236 1.128-.439 1.73-.454a3.536 3.536 0 011.607.355c.225.109.416.227.582.363l.037.026c.014.009 1.35.864 1.694 2.514.044.165.687 2.708-.53 5.47-.05.131-.108.274-.185.446-.419.94-.908 1.764-1.456 2.447-.404.504-.783.89-1.323 1.13-.323.144-.557.248-.834.248Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8 4.14a2.771 2.771 0 012-3.5m-.002 5.5s2.075 1.039 2 3"/></g>',height:16.14},"arrow-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m2.5 9.5 5.5 6 5.5-6M8 15.501v-15"/>',height:16.001},"arrow-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m6.5 2.501-6 5.5 6 5.5m-6-5.5h15"/>'},"arrow-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m9.5 13.501 6-5.5-6-5.5m6 5.5H.5"/>'},"arrow-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m13.501 6.5-5.5-6-5.5 6m5.5-6v15"/>'},attachment:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m15.5 7.734-7.091 6.688a4.832 4.832 0 01-6.552 0 4.2 4.2 0 010-6.179l7.092-6.689a3.223 3.223 0 014.368 0 2.8 2.8 0 010 4.119l-7.1 6.688a1.609 1.609 0 01-2.183 0 1.4 1.4 0 010-2.059l6.551-6.172"/>',width:16.207,height:16.202},"bck-to-front":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m12.5.707-2 2 2 2"/><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M4.667 2.708h-2.5a1.568 1.568 0 00-1.25.417A1.569 1.569 0 00.5 4.375v6.667a1.571 1.571 0 00.417 1.25 1.568 1.568 0 001.25.417h11.667a1.568 1.568 0 001.25-.417 1.568 1.568 0 00.416-1.251V4.375a1.568 1.568 0 00-.417-1.25 1.568 1.568 0 00-1.25-.417h-2.5"/><g stroke-miterlimit="10"><path d="M5.477 13.207h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z"/><path fill="currentColor" d="M5.477 13.207h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936l.428-1.064Z"/></g></g>',height:16.207},bell:{body:'<path fill="currentColor" d="M5.999 14.105a1.949 1.949 0 002 1.894 1.949 1.949 0 002-1.894v-.106h-4Z"/><g fill="none" stroke-miterlimit="10"><path d="M9.173.172a5.454 5.454 0 013.823 4.829v2a5.518 5.518 0 001.677 4.529l.1.086a.808.808 0 01.232.566.822.822 0 01-.826.818H1.83a.822.822 0 01-.826-.818.808.808 0 01.232-.566l.1-.086a5.519 5.519 0 001.669-4.529v-2a5.471 5.471 0 013.7-4.795A4.359 4.359 0 019.173.172Z"/><path fill="currentColor" d="M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.418 2.418 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.808.808 0 01.231.567c0 .452-.37.818-.826.818H1.826A.822.822 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205Z"/></g>'},"bell-active":{body:'<g fill="currentColor"><path d="M5.999 14.105a1.949 1.949 0 002 1.894 1.949 1.949 0 002-1.894v-.106h-4Z"/><g stroke-miterlimit="10"><path d="M14.174 12.501H1.826a.323.323 0 01-.326-.318c0-.075.027-.147.077-.204l.043-.038.037-.031C3.29 10.505 3.5 8.549 3.5 7V5c0-1.78 1.561-3.797 3.34-4.315l.01-.003.01-.003A4.32 4.32 0 018.072.501c.347 0 .665.048.943.144l.018.006.018.004c.854.224 1.725.823 2.389 1.645.674.835 1.06 1.82 1.06 2.701v2c0 2.947.985 4.17 1.843 4.908l.036.031.044.039c.05.057.077.129.077.204a.322.322 0 01-.326.318Z"/><path d="M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.418 2.418 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.808.808 0 01.231.567c0 .452-.37.818-.826.818H1.826A.822.822 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205Z"/></g></g>'},bold:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.5.5h6.722a3.772 3.772 0 010 7.5H2.5Zm0 7.5h7.615a3.77 3.77 0 010 7.5H2.5Z"/>'},bookmark:{body:'<g fill="none" stroke-miterlimit="10"><path d="M4 1.358v14.435a.2.2 0 00.351.141L7.9 12.067a.134.134 0 01.2 0l3.549 3.868a.2.2 0 00.351-.141V1.358A1.345 1.345 0 0010.669 0H5.332A1.345 1.345 0 004 1.358Z"/><path fill="currentColor" d="M5.331 1C5.15 1 5 1.16 5 1.358v12.39l2.161-2.356a1.138 1.138 0 011.675-.002L11 13.748V1.358C11 1.16 10.851 1 10.669 1H5.33m0-1h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0Z"/></g>'},"bookmark-active":{body:'<g fill="currentColor" stroke-miterlimit="10"><path d="M11 13.748 8.836 11.39a1.136 1.136 0 00-1.675.002L5 13.748V1.358C5 1.16 5.149 1 5.331 1h5.338c.182 0 .331.16.331.358v12.39Z"/><path d="M6 2v9.179l.426-.465a2.137 2.137 0 013.147 0l.427.465V2H6m-.669-2h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0Z"/></g>'},building:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M.5 15.501h15M10.5 2.5v-2h-5v2"/><path stroke-linecap="round" d="M8 15.001v-2m-3-8h1m-1 3h1m4-3h1m-1 3h1"/><path d="M4 2.001h8a2 2 0 012 2v12H2v-12a2 2 0 012-2Z" stroke="none"/><path d="M4 2.501h8a1.5 1.5 0 011.5 1.5v11.5h-11v-11.5a1.5 1.5 0 011.5-1.5Z"/></g>',height:16.001},"bulleted-list":{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" d="M5.5 11.999h5M5.5 8h10m-10-4.001h7"/><g transform="translate(2 4.166) translate(-2 -1.667)"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1"/></g><g transform="translate(2 4.166) translate(-2 2.333)"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1"/></g><g transform="translate(2 4.166) translate(-2 6.333)"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1"/></g></g>'},calendar:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" d="M4.5.501v2m7-2v2M1 5.5h14m-11.5 3h2m5 0h2m-9 4h2m5 0h2"/><g transform="translate(0 1)"><rect width="16" height="15" rx="2" stroke="none"/><rect width="15" height="14" x=".5" y=".5" rx="1.5"/></g></g>'},"camera-off":{body:'<path fill="currentColor" d="M14 14H4.118l1-1h8.883c.747 0 1-.252 1-1V5c0-.713-.231-.975-.884-1l.84-.84A1.8 1.8 0 0116 4.998v7A1.789 1.789 0 0114 14ZM.453 13.424a2.083 2.083 0 01-.451-1.426v-7a1.789 1.789 0 012-2h1l1-1h4l1 1h1.88l-1 1h-1.29l-1-1h-3.17l-1 1H2.005c-.747 0-1 .252-1 1v7a1.2 1.2 0 00.164.719l-.709.707Z"/><path fill="currentColor" d="m7.231 10.891 1.662-1.664a2.494 2.494 0 01-1.662 1.664ZM4.263 9.616a2.468 2.468 0 01-.262-1.113 2.5 2.5 0 013.615-2.236l-.775.775a1.488 1.488 0 00-.34-.041 1.5 1.5 0 00-1.5 1.5 1.457 1.457 0 00.039.34l-.774.773Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1 15 15 1"/>'},"camera-on":{body:'<g fill="none" stroke-miterlimit="10"><path d="M14 3H9L8 2H4L3 3H2a1.8 1.8 0 00-2 2v7a1.794 1.794 0 002 2h12a1.8 1.8 0 002-2V5a1.8 1.8 0 00-2-2Z"/><path fill="currentColor" d="m4.414 3-1 1H2c-.748 0-1 .253-1 1v7c0 .748.252 1 1 1h12c.748 0 1-.252 1-1V5c0-.747-.252-1-1-1H8.586l-1-1H4.414M4 2h4l1 1h5c1.296 0 2 .695 2 2v7c0 1.302-.702 2-2 2H2c-1.302 0-2-.699-2-2V5c0-1.297.7-2 2-2h1l1-1Z"/><g stroke="currentColor" transform="translate(4 6.001)"><circle cx="2.5" cy="2.5" r="2.5" stroke="none"/><circle cx="2.5" cy="2.5" r="2"/></g></g>'},catalog:{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><path d="M4 0h9a1 1 0 011 1v14a1 1 0 01-1 1H4a2 2 0 01-2-2V2a2 2 0 012-2Z" stroke="none"/><path d="M4 .5h9a.5.5 0 01.5.5v14a.5.5 0 01-.5.5H4A1.5 1.5 0 012.5 14V2A1.5 1.5 0 014 .5Z"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M5.5 8.5h5m-5 3h3"/><path d="M3 4.5h10"/></g>'},certificate:{body:'<g fill="none" stroke="currentColor"><path stroke-miterlimit="22.926" d="M8.501.999a4.5 4.5 0 11-4.5 4.5 4.5 4.5 0 014.5-4.5Z"/><path stroke-miterlimit="22.926" d="M8.5 4A1.5 1.5 0 117 5.5 1.5 1.5 0 018.5 4Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m5 9.001-3 4 2.3.5.7 2.5 3.5-4 3.5 4 .693-2.5 2.3-.5-3-4"/></g>',width:17,height:17},chat:{body:'<path fill="none" stroke="currentColor" d="M6.995 12.004h-1.5a4.5 4.5 0 010-9h6a4.118 4.118 0 014.5 4.5 4.281 4.281 0 01-4.5 4.5l-1.5 3Z"/>',width:17,height:17},check:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m1.497 8.5 4 4 9-9"/>'},"check-badge":{body:'<path fill="currentColor" d="M8.5 1.231 9.728.187a.78.78 0 011.264.43l.407 1.6a.8.8 0 00.807.614l1.581-.089a.822.822 0 01.783 1.124L14 5.412a.849.849 0 00.308.993l1.329.9a.849.849 0 010 1.39l-1.329.9a.849.849 0 00-.308.993l.57 1.546a.822.822 0 01-.781 1.125l-1.581-.089a.8.8 0 00-.807.614l-.407 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.229 1.044a.78.78 0 01-1.264-.43l-.407-1.6a.8.8 0 00-.807-.614l-1.581.089a.822.822 0 01-.781-1.125L2 10.589a.849.849 0 00-.308-.993l-1.329-.9a.849.849 0 010-1.39l1.329-.9A.849.849 0 002 5.412l-.57-1.546a.822.822 0 01.781-1.125l1.581.089a.8.8 0 00.807-.614l.407-1.6A.78.78 0 016.27.186L7.5 1.231a.764.764 0 001 0Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4.5 7.5 7 10l4.5-4.45"/>'},"check-circle":{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m3.5 8.5 3 3 6-6"/></g>'},checkbox:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><rect rx="3" stroke="none"/><rect width="15" height="15" x=".5" y=".5" rx="2.5"/></g>'},"chevron-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m1.5 5.5 6.5 6 6.5-6"/>'},"chevron-down-circle":{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 7.501 3.5 3 3.5-3"/></g>'},"chevron-left":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M11.5 1.5 5.5 8l6 6.5"/>'},"chevron-left-circle":{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m9.499 4.5-3 3.5 3 3.5"/></g>'},"chevron-right":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m5.5 14.5 6-6.5-6-6.5"/>'},"chevron-right-circle":{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M6.64 4.5 9.5 8.083l-3 3.417"/></g>'},"chevron-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.5 11.5 8 5.5l-6.5 6"/>'},"chevron-up-circle":{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 9.499 3.5-3 3.5 3"/></g>'},circle:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g>'},classroom:{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" d="M1.5 7.5h13m-13 8h13"/><path stroke="currentColor" d="M3.001 7.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M3 3a2 2 0 11.586 1.414A2 2 0 013 3Z"/><path fill="currentColor" d="M5 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 006 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 015 5a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 015 1Z"/></g><path stroke="currentColor" d="M9.001 7.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M9 3a2 2 0 11.586 1.414A2 2 0 019 3Z"/><path fill="currentColor" d="M11 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 0012 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0111 5a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0111 1Z"/></g><path stroke="currentColor" d="M6.001 15.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 11a2 2 0 11.586 1.414A2 2 0 016 11Z"/><path fill="currentColor" d="M8 10a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 009 11.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 13a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 9Z"/></g></g>'},"clear-field":{body:'<g stroke="currentColor" transform="translate(.5 .5)"><circle cx="8" cy="8" r="8" fill="currentColor"/><path fill="none" stroke-linecap="round" stroke-miterlimit="10" d="m5 10.999 6-6m-6 0 6 6"/></g>',width:17,height:17},"clear-style":{body:'<path fill="none" d="M3 3h7v10H3z"/><path fill="currentColor" d="M11.377 2.502H1.501a.5.5 0 010-1h10.876l-1 1Z"/><path fill="currentColor" d="M1.5 4a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5.5.5 0 01.5.5v3a.5.5 0 01-.5.5Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" d="M9.5 15.5h-3"/><path fill="currentColor" d="M7.999 16.002a.549.549 0 01-.5-.586v-4.793l1-1v5.793a.549.549 0 01-.5.586Zm-.5-9.623v-3.8a.506.506 0 111 0v2.8l-1 1Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" d="M1 15 15 1"/>',height:16.002},close:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="m.707 15.707 15-15m-15 0 15 15"/>',width:16.414,height:16.414},"close-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/><path stroke-linecap="round" d="m4.5 11.499 7-7m-7 0 7 7"/></g>'},"close-loader":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="m4 12 8-8M4 4l8 8"/>'},coffee:{body:'<g fill="none" stroke="currentColor"><g stroke-linejoin="round"><path d="M2.186 4.5h9.628a.686.686 0 01.686.686V8A5.5 5.5 0 017 13.5 5.5 5.5 0 011.5 8V5.186a.686.686 0 01.686-.686Z" stroke="none"/><path d="M2.332 5h9.336a.332.332 0 01.332.332V8a5 5 0 01-5 5 5 5 0 01-5-5V5.332A.332.332 0 012.332 5Z"/></g><path d="M11.5 10.5v-6h1a3 3 0 013 3 3 3 0 01-3 3h-1Z" stroke="none"/><path d="M12 10V5h.5A2.5 2.5 0 0115 7.5a2.5 2.5 0 01-2.5 2.5H12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M1 14h15"/><path stroke-linecap="round" d="M3 3.5v-2m4 2v-2m4 2v-2"/></g>',width:17,height:17},color:{body:'<defs><radialGradient id="svgID0" cx=".5" cy=".5" r=".5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="currentColor"/><stop offset=".148" stop-color="currentColor"/><stop offset=".32" stop-color="currentColor"/><stop offset=".493" stop-color="currentColor"/><stop offset=".66" stop-color="currentColor"/><stop offset=".833" stop-color="currentColor"/><stop offset="1" stop-color="currentColor"/></radialGradient></defs><g fill="url(#svgID0)" stroke="currentColor"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5" fill="none"/></g>'},"contact-us":{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M13.501 8.501V5.962a5.5 5.5 0 00-11 0v1.2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.499 5.501v2.471a5.592 5.592 0 01-1 3.529m-6-9.5c0 1.733 6.184 3.375 8.5 3.5M6.5 4a5.4 5.4 0 00-2 3.556v.889a4.306 4.306 0 002 3.556m2.999 2.498h.375c1.995.011 3.618-2.156 3.625-4.837v-.164M14.5 6.5h-1v4h1a.95.95 0 001-.889V7.388a.951.951 0 00-1-.888Zm-13-.002h1v4h-1a.949.949 0 01-1-.887V7.388a.949.949 0 011-.89h0Z"/><g transform="translate(7 13)"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1"/></g></g>'},copy:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><g transform="translate(4 .001)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="9" height="13" x=".5" y=".5" rx="1.5"/></g><path stroke-linecap="round" d="M9.5 15.5H4c-1.1 0-1.5-.4-1.5-1.5V5.5"/></g>'},courses:{body:'<g transform="translate(0 1.775)"><g fill="none" stroke-miterlimit="10"><path d="M15.728 4.241 8.238.284a.51.51 0 00-.476 0L.272 4.241a.509.509 0 000 .9L3 6.634v3.592a1.8 1.8 0 002 2h6a1.8 1.8 0 002-2V6.634l2.728-1.493a.509.509 0 000-.9Z"/><path fill="currentColor" d="m8 1.289-6.454 3.41L4 6.041v4.184c0 .748.252 1 1 1h6c.748 0 1-.252 1-1V6.042l2.454-1.343L8 1.289M8 .225c.081 0 .163.02.238.058l7.49 3.958a.509.509 0 010 .9L13 6.634v3.592c0 1.3-.7 2-2 2H5c-1.295 0-2-.695-2-2V6.634L.271 5.141a.509.509 0 010-.9L7.761.283A.509.509 0 018 .225Z"/></g><g fill="none" stroke-miterlimit="10"><path d="M7.762 9.164.272 5.177a.514.514 0 010-.907L7.762.283a.506.506 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.506.506 0 01-.476 0Z"/><path fill="currentColor" d="m8 8.16 6.452-3.433L8 1.292 1.548 4.727 8 8.16m0 1.066a.506.506 0 01-.238-.06L.272 5.18a.514.514 0 010-.907L7.761.286a.506.506 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.506.506 0 01-.238.06Z"/></g><rect width="1" height="5" fill="currentColor" rx=".5" transform="translate(15 4.226)"/></g>'},dashboard:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><g transform="translate(1)"><rect width="6" height="6" rx="1" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx=".5"/></g><g transform="translate(9 10)"><rect width="6" height="6" rx="1" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx=".5"/></g><g transform="translate(9)"><rect width="6" height="9" rx="1" stroke="none"/><rect width="5" height="8" x=".5" y=".5" rx=".5"/></g><g transform="translate(1 7)"><rect width="6" height="9" rx="1" stroke="none"/><rect width="5" height="8" x=".5" y=".5" rx=".5"/></g></g>'},download:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m5 8.502 3 3 3-3M8 11.5v-10"/><path d="M15.5 11.499v3H.5v-3"/></g>'},drag:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" d="M11 .5v15M8 .5v15M5 .5v15"/>'},duplicate:{body:'<g stroke-miterlimit="10"><g fill="rgba(0,0,0,0)"><path d="M8.997 15.502H1.998A1.501 1.501 0 01.501 14V7c0-.826.672-1.5 1.497-1.5H5.5V2.002C5.5 1.174 6.173.5 7.001.5h7a1.5 1.5 0 011.496 1.502v7a1.5 1.5 0 01-1.496 1.502H10.5V14c0 .828-.674 1.502-1.502 1.502Z"/><path fill="currentColor" d="M8.997 15.002C9.55 15.002 10 14.553 10 14v-3.996h4.002a1 1 0 00.996-1.002v-7A1 1 0 0014.001 1h-7c-.552 0-1 .45-1 1.002V6H1.997A1 1 0 001 7v7a1 1 0 00.997 1.002h7m0 1h-7C.897 16.002 0 15.106 0 14V7a2 2 0 011.997-2H5V2.002C5 .897 5.896 0 7.001 0h7c1.106 0 1.996.897 1.996 2.002v7c0 1.106-.89 2.002-1.996 2.002H11V14a2.002 2.002 0 01-2.002 2.002Z"/></g><g fill="rgba(0,0,0,0)" stroke="currentColor" transform="translate(5 .002)"><rect width="11" height="11" rx="2" stroke="none"/><rect width="10" height="10" x=".5" y=".5" fill="none" rx="1.5"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" d="M8.5 5.502h4m-2-2v4"/></g>',height:16.002},edit:{body:'<g fill="none" stroke-miterlimit="10"><path stroke="currentColor" d="m10 3.011 3 3m-11 4 4 4"/><path d="M13.856.726 15.27 2.14a1.719 1.719 0 01.132 2.7l-9.45 9.45a1.174 1.174 0 01-.683.334l-4.206 1.193a.793.793 0 01-.86-.861l1.215-4.274a1.173 1.173 0 01.336-.68L11.16.596a1.716 1.716 0 012.7.132Z"/><path fill="currentColor" d="M12.406 1.001c-.198 0-.403.163-.54.3l-9.412 9.413a.186.186 0 00-.047.105l-.01.068-1.085 3.817 3.751-1.063.07-.01a.187.187 0 00.106-.046l.005-.005 9.45-9.45c.315-.315.523-.629-.131-1.283l-1.414-1.414c-.28-.279-.543-.432-.743-.432m0-1c.477 0 .966.242 1.45.725l1.414 1.415c.918.919.962 1.866.131 2.697l-9.45 9.45a1.18 1.18 0 01-.683.335l-4.206 1.193c-.472.064-.926-.391-.86-.86l1.215-4.275c.037-.265.155-.501.336-.68L11.16.594c.396-.396.816-.593 1.247-.593Z"/></g>',height:16.011},elearning:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(1.334 1.334) translate(-1.333 -1.334)"><rect width="16" height="11" rx="2" stroke="none"/><rect width="15" height="10" x=".5" y=".5" rx="1.5"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1.501 14.5h13"/><g fill="none" stroke="currentColor" transform="translate(1.334 1.334) translate(1.667 11.666)"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1"/></g><path fill="currentColor" d="M10.211 4.606a1 1 0 010 1.789L7.447 7.776A1 1 0 016 6.882V4.118a1 1 0 011.447-.894Z"/>',height:16.002},email:{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10" transform="rotate(90 7 9)"><rect width="12" height="16" rx="2" stroke="none"/><rect width="11" height="15" x=".5" y=".5" rx="1.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m1 3.001 7 4.5 7-4.5"/></g>'},error:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M7.999 3.5v5m0 2.999v1"/><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g></g>'},"error-2":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8 1.5v8m0 3v2"/>'},exercise:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M5 15.754a.632.632 0 01-1 0 11.769 11.769 0 01-2-3.713V1.378A1.4 1.4 0 013.432 0h2.141a1.4 1.4 0 011.43 1.378v10.664A11.769 11.769 0 015 15.754Z"/><path fill="currentColor" d="M4.5 14.774c.612-.846 1.396-2.35 1.5-2.786V1.378C6 1.169 5.807 1 5.57 1H3.43c-.237 0-.43.17-.43.378v10.61c.104.436.888 1.94 1.5 2.786M4.5 16a.667.667 0 01-.5-.246c-.736-.838-2-3.182-2-3.712V1.378C2 .617 2.64 0 3.43 0h2.14C6.36 0 7 .617 7 1.378v10.664c0 .53-1.264 2.874-2 3.712a.668.668 0 01-.5.246Z"/></g><path stroke="currentColor" stroke-linecap="round" d="M3 4.014h3"/><path d="M9 0h5v16H9Z"/><path fill="currentColor" d="M10 1v14h3V1h-3M9 0h5v16H9V0Z"/><path stroke="currentColor" stroke-linecap="round" d="M9.5 3.5h2m-2 3h2m-2 3h2m-2 3h2"/></g>'},"external-link":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.5 10.208v4a2.1 2.1 0 01-2 2h-10a2.1 2.1 0 01-2-2v-10a2.1 2.1 0 012-2h4m5-1.501h4v4m-8 4 8-8"/>',width:16.207,height:16.708},extract:{body:'<g transform="translate(2.666 3.332)"><path fill="none" stroke="currentColor" stroke-linecap="round" d="M1.834 3.166h7m-7 3h4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M11.833 2.166v-4h-4m.002 13.001h4v-4m-9-9.001h-4v4m-.001 5.001v4h4"/><circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(10.334 9.666)"/></g>'},"eye-off":{body:'<path fill="currentColor" d="M8.002 11.002a2.991 2.991 0 01-.779-.1l.9-.9a2 2 0 001.872-1.871l.9-.9a3 3 0 01-2.9 3.779Zm-2.9-2.225a2.923 2.923 0 01-.1-.775 3 3 0 013.776-2.9l-.9.9a2 2 0 00-1.869 1.869l-.9.9Z"/><path fill="currentColor" d="M8.002 13.002a10.545 10.545 0 01-2.576-.307l.843-.842a10.108 10.108 0 001.733.145 8.81 8.81 0 003.507-.668 6.782 6.782 0 002.8-2.232 5.814 5.814 0 00.642-1.088 6.942 6.942 0 00-2.223-2.619l.717-.717a7.954 7.954 0 01.864.742 7.439 7.439 0 011.665 2.445.378.378 0 01.006.266 6.326 6.326 0 01-.859 1.564 7.846 7.846 0 01-3.215 2.557 9.822 9.822 0 01-3.904.754ZM2.53 11.35a7.51 7.51 0 01-.887-.766A6.879 6.879 0 01.025 8.129a.377.377 0 010-.266 6.847 6.847 0 01.9-1.555 8.052 8.052 0 013.23-2.551 9.485 9.485 0 013.846-.754h.011a10.309 10.309 0 012.56.311l-.838.838a9.646 9.646 0 00-1.722-.15h-.011a8.581 8.581 0 00-3.448.668 7.056 7.056 0 00-2.827 2.238 1.662 1.662 0 00.631 2.971 6.651 6.651 0 00.9.754l-.717.717Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="m1.001 15 14-14"/>',width:16.002},"eye-on":{body:'<g fill="none" stroke="currentColor" transform="translate(.502 2.001)"><path d="M15.976 5.863a7.364 7.364 0 00-1.669-2.445 8.014 8.014 0 00-2.457-1.665A9.537 9.537 0 007.996 1a9.534 9.534 0 00-3.85.753 8.021 8.021 0 00-3.23 2.553 6.641 6.641 0 00-.9 1.557.4.4 0 000 .264A7.005 7.005 0 001.642 8.58a7.817 7.817 0 002.454 1.667 9.738 9.738 0 003.9.753 9.738 9.738 0 003.9-.753 7.772 7.772 0 003.213-2.558 6.334 6.334 0 00.861-1.562.4.4 0 00.006-.264Z"/><circle cx="3" cy="3" r="3" transform="translate(5 3)"/></g>',width:17.003},fail:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(.5 1.5)"><rect width="3" height="8" rx="1" transform="translate(12)"/><path stroke-linecap="round" d="M1.002 6.659h.749l-.059.4h-.69a.978.978 0 100 1.956h1.5l3.5-.013s-.918 3.612 1.3 4.8c1.424.686 1.7-.6 1.7-.6v-2.699l1-.5s1.992-1.2 2-2.5v-6a1.314 1.314 0 00-1.5-1.5h-8a1.1 1.1 0 00-1.12.978.993.993 0 001 .978h.068l-.059.4h-.7a.978.978 0 100 1.955h.408l-.059.4H1.002a.978.978 0 100 1.956Z"/></g>',height:16.009},"fast-back":{body:'<g fill="none"><path d="M10 11.377v-.359l3.5 1.784a1.7 1.7 0 002.5-1.425V4.625a1.7 1.7 0 00-2.5-1.423L10 4.982v-.357a1.7 1.7 0 00-2.5-1.423L.9 6.575a1.588 1.588 0 000 2.857l6.6 3.37a1.775 1.775 0 00.8.2 1.665 1.665 0 001.7-1.625Z"/><path fill="currentColor" d="M8.299 12.002c.337 0 .701-.239.701-.625V9.382l4.95 2.535a.767.767 0 00.348.085c.337 0 .702-.24.702-.625V4.625c0-.385-.365-.623-.702-.623a.756.756 0 00-.348.086L9 6.616V4.625c0-.385-.364-.623-.7-.623a.763.763 0 00-.35.086L1.353 7.46A.6.6 0 001 8.002c0 .108.035.375.351.536l6.597 3.377a.771.771 0 00.35.087m0 1c-.266 0-.541-.063-.803-.195l-6.6-3.38a1.588 1.588 0 010-2.857l6.6-3.373C8.632 2.617 10 3.4 10 4.625v.357l3.495-1.785C14.628 2.617 16 3.4 16 4.625v6.752c0 1.227-1.372 2.01-2.505 1.43L10 11.017v.36c0 .943-.81 1.625-1.701 1.625Z"/><path d="M6.9 6.57a1.589 1.589 0 000 2.861l6.6 3.374a1.7 1.7 0 002.5-1.43v-6.75a1.7 1.7 0 00-2.5-1.43Z"/><path fill="currentColor" d="M7 8c0 .108.034.377.353.54l6.6 3.375a.756.756 0 00.743-.027.597.597 0 00.304-.513v-6.75a.597.597 0 00-.304-.513.756.756 0 00-.743-.027l-6.6 3.375A.598.598 0 007 8M6 8c0-.562.3-1.125.897-1.43l6.6-3.375C14.63 2.615 16 3.399 16 4.625v6.75c0 1.226-1.37 2.01-2.503 1.43l-6.6-3.375A1.596 1.596 0 016 8Z"/></g>'},"fast-forward":{body:'<g fill="none"><path d="M5.999 11.377v-.359l-3.5 1.789a1.7 1.7 0 01-2.5-1.43V4.625a1.7 1.7 0 012.5-1.428l3.5 1.785v-.357a1.7 1.7 0 012.5-1.428l6.6 3.373a1.588 1.588 0 010 2.857l-6.6 3.379a1.775 1.775 0 01-.8.2 1.665 1.665 0 01-1.7-1.629Z"/><path fill="currentColor" d="M7.701 12.002a.76.76 0 00.348-.086l6.601-3.379a.595.595 0 00.35-.535.6.6 0 00-.35-.541l-6.6-3.373a.771.771 0 00-.35-.086c-.337 0-.7.238-.7.623v1.99L2.049 4.088a.752.752 0 00-.347-.086c-.338 0-.702.238-.702.623v6.752c0 .168.065.312.193.43a.752.752 0 00.855.11L7 9.382v1.994c0 .387.364.625.701.625m0 1C6.81 13.002 6 12.32 6 11.377v-.36l-3.495 1.79c-1.133.582-2.506-.204-2.505-1.43V4.625c.001-1.223 1.373-2.008 2.505-1.428L6 4.982v-.357c.001-1.223 1.367-2.008 2.505-1.428l6.6 3.373a1.588 1.588 0 010 2.858l-6.6 3.379a1.775 1.775 0 01-.804.195Z"/><path d="M9.101 6.57a1.589 1.589 0 010 2.86l-6.6 3.375a1.7 1.7 0 01-2.5-1.43v-6.75a1.7 1.7 0 012.5-1.43Z"/><path fill="currentColor" d="M9.001 8a.598.598 0 00-.353-.54l-6.6-3.375a.756.756 0 00-.743.027.597.597 0 00-.304.513v6.75c0 .284.19.443.304.513a.754.754 0 00.743.027l6.6-3.375A.598.598 0 009.001 8m1 0c0 .562-.3 1.125-.897 1.43l-6.6 3.375C1.37 13.385 0 12.601 0 11.375v-6.75c0-1.226 1.37-2.01 2.503-1.43l6.6 3.375c.598.305.897.868.897 1.43Z"/></g>'},file:{body:'<g stroke-linejoin="round"><g fill="none"><path d="M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z"/><path fill="currentColor" d="M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0Z"/></g><path fill="currentColor" stroke="currentColor" d="M13.499 4.502h-4v-4Z"/></g>'},"file-add":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" d="M5.5 9.001h5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M8 6.5v5"/><g stroke-linejoin="round"><g fill="none"><path d="M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z"/><path fill="currentColor" d="M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C1.999.673 2.664 0 3.714 0Z"/></g><path fill="currentColor" stroke="currentColor" d="M13.499 4.502h-4v-4Z"/></g>'},"file-duplicate":{body:'<g stroke-linejoin="round"><path fill="rgba(0,0,0,0)" stroke="currentColor" d="M2.284 15.5a.731.731 0 01-.786-.832V5.336a.732.732 0 01.786-.838h4.219V1.332A.727.727 0 017.288.5h4.5L14.5 3.205v7.461a.731.731 0 01-.792.832H9.495v3.17a.727.727 0 01-.785.832Z"/><g fill="none"><path d="M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z"/><path fill="currentColor" d="M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5h-4.3m0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4Z"/></g><path fill="currentColor" stroke="currentColor" d="M9.499 7.501h-3v-3Zm5-4h-3v-3Z"/></g>'},"file-remove":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" d="M5.5 9h5"/><g stroke-linejoin="round"><g fill="none"><path d="M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z"/><path fill="currentColor" d="M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0Z"/></g><path fill="currentColor" stroke="currentColor" d="M13.499 4.502h-4v-4Z"/></g>'},"file-required":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" d="M12.501.5v5m1.999-4-4 3m0-3 4 3"/><g stroke-linejoin="round"><g fill="none"><path d="M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z"/><path fill="currentColor" d="M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5h-4.3m0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4Z"/></g><path fill="currentColor" stroke="currentColor" d="M9.499 7.501h-3v-3Z"/></g>'},filter:{body:'<g fill="none" stroke-linejoin="round"><path d="M2.373.003h11.252a1.335 1.335 0 011.173 2.029l-3.64 5.3a1.04 1.04 0 00-.159.552v7.281a.87.87 0 01-1.419.652l-3.95-2.268a1.67 1.67 0 01-.631-1.3V7.978a1.652 1.652 0 00-.157-.707L1.199 2.029A1.335 1.335 0 012.373.003Z"/><path fill="currentColor" d="m13.625 1-11.252.003a.366.366 0 00-.333.186.293.293 0 000 .297l3.623 5.215a.99.99 0 01.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.367.367 0 0013.625 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.199 2.03C.646 1.139 1.304.003 2.373.003L13.625 0Z"/></g>',height:16.009},"filter-2":{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" d="M.5 11.5h9m4 0h2"/><g transform="translate(9 9)"><circle cx="2.5" cy="2.5" r="2.5" stroke="none"/><circle cx="2.5" cy="2.5" r="2"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M.5 4.5h2m4 0h9"/><g transform="translate(2 2)"><circle cx="2.5" cy="2.5" r="2.5" stroke="none"/><circle cx="2.5" cy="2.5" r="2"/></g></g>'},"filter-active":{body:'<g fill="currentColor" stroke-linejoin="round"><path d="M10.128 15.509a.367.367 0 01-.234-.085l-.03-.024-.034-.019-3.913-2.247a1.165 1.165 0 01-.417-.889V7.978c0-.207-.049-.676-.233-.972l-.007-.01-.007-.01-3.634-5.23a.788.788 0 01-.015-.81.866.866 0 01.77-.443L13.626.5c.328 0 .616.166.77.444a.787.787 0 01-.016.812l-3.633 5.292-.006.008-.006.01a1.54 1.54 0 00-.235.816v7.281c0 .238-.217.346-.372.346Z"/><path d="m13.626 1-11.252.003a.366.366 0 00-.333.186.293.293 0 000 .297l3.623 5.215a.99.99 0 01.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.367.367 0 0013.626 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.2 2.03C.647 1.139 1.305.003 2.374.003L13.626 0Z"/></g>',height:16.009},flag:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M10.412 9.5c1.962.461 3.088 1.5 3.088 2.861 0 1.76-2.636 3.139-6 3.139s-6-1.379-6-3.139c0-1.358 1.126-2.4 3.088-2.861"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M7.5 12V.5h7l-3 2.5 3 2.5h-7"/>'},folder:{body:'<g fill="none"><path d="M2 14a2 2 0 01-2-2V2.6A1.638 1.638 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z"/><path fill="currentColor" d="M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1h12m0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2Z"/><path stroke="currentColor" stroke-linejoin="round" d="m.997 13.001 4-5.5h10"/></g>'},"full-width":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M11.5 2.499v11"/><g transform="translate(0 1.999)"><rect width="16" height="12" rx="2" stroke="none"/><rect width="15" height="11" x=".5" y=".5" rx="1.5"/></g></g>'},"go-to-back":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M4.667 2.5h-2.5a1.568 1.568 0 00-1.25.417A1.569 1.569 0 00.5 4.167v6.667a1.571 1.571 0 00.417 1.25 1.568 1.568 0 001.25.417h11.667a1.568 1.568 0 001.25-.417 1.568 1.568 0 00.416-1.251V3.999c0-.531.086-.864-.261-1.213S14.529 2.5 14 2.5h-2.667"/><g stroke-miterlimit="10"><path d="M5.477 13.001h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z"/><path fill="currentColor" d="M5.477 13.001h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936l.428-1.064Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m6 7.499 2 2 2-2m-2 1.5v-6"/></g>',width:16.006},grid:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><rect width="7" height="7" rx="1" stroke="none"/><rect width="6" height="6" x=".5" y=".5" rx=".5"/><g transform="translate(0 9)"><rect width="7" height="7" rx="1" stroke="none"/><rect width="6" height="6" x=".5" y=".5" rx=".5"/></g><g transform="translate(9)"><rect width="7" height="7" rx="1" stroke="none"/><rect width="6" height="6" x=".5" y=".5" rx=".5"/></g><g transform="translate(9 9)"><rect width="7" height="7" rx="1" stroke="none"/><rect width="6" height="6" x=".5" y=".5" rx=".5"/></g></g>'},group:{body:'<g fill="none" stroke="currentColor"><g transform="translate(0 2)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="7" height="7" x=".5" y=".5" rx="3.5"/></g><path stroke-linejoin="round" d="M.5 14.001a3.5 3.5 0 013.5-3.5 3.5 3.5 0 013.5 3.5m3 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5"/><g transform="translate(10 5)"><rect width="6" height="6" rx="3" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx="2.5"/></g></g>'},"group-add":{body:'<g fill="none" stroke="currentColor"><g transform="translate(7 9)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g><g transform="translate(0 7)"><rect width="6" height="6" rx="3" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx="2.5"/></g><path stroke-linejoin="round" d="M7.5 16.001a2 2 0 012-2 2 2 0 012 2m-11 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5"/><path stroke-linecap="round" stroke-miterlimit="10" d="M9.5 3.5h6m-3-3v6"/></g>',height:16.001},heart:{body:'<g fill="none" stroke-miterlimit="10"><path d="M11.534 1a4.431 4.431 0 00-3.158 1.312L8 2.689l-.376-.377A4.431 4.431 0 004.466 1a4.431 4.431 0 00-3.158 1.312A4.458 4.458 0 000 5.479a4.457 4.457 0 001.308 3.167l6.083 6.1a.858.858 0 00.609.253.861.861 0 00.61-.253l6.082-6.1A4.458 4.458 0 0016 5.479a4.457 4.457 0 00-1.308-3.167A4.431 4.431 0 0011.534 1Z"/><path fill="currentColor" d="M4.466 2c-.925 0-1.796.362-2.45 1.018A3.463 3.463 0 001 5.479c0 .93.36 1.804 1.016 2.461L8 13.942l5.984-6.001A3.463 3.463 0 0015 5.479c0-.93-.36-1.804-1.016-2.461A3.437 3.437 0 0011.534 2a3.44 3.44 0 00-2.45 1.018L8 4.105 6.916 3.018A3.436 3.436 0 004.466 2m0-1a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.431 4.431 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.457 4.457 0 0116 5.479a4.458 4.458 0 01-1.308 3.168l-6.082 6.1a.861.861 0 01-1.22 0l-6.082-6.1A4.457 4.457 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1Z"/></g>'},"heart-active":{body:'<g fill="currentColor" stroke-miterlimit="10"><path d="M8 13.942 2.016 7.94A3.463 3.463 0 011 5.479c0-.93.36-1.804 1.016-2.461A3.437 3.437 0 014.466 2a3.44 3.44 0 012.45 1.018l.376.377.708.71.708-.71.376-.377A3.437 3.437 0 0111.534 2a3.44 3.44 0 012.45 1.018A3.463 3.463 0 0115 5.479c0 .93-.36 1.804-1.016 2.462L8 13.94Z"/><path d="M4.466 3c-.658 0-1.276.257-1.742.724A2.47 2.47 0 002 5.479c0 .664.257 1.287.724 1.755L8 12.525l5.276-5.29A2.47 2.47 0 0014 5.479a2.47 2.47 0 00-.724-1.755A2.444 2.444 0 0011.534 3c-.658 0-1.276.257-1.742.724L8 5.52 6.207 3.724A2.443 2.443 0 004.466 3m0-2a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.431 4.431 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.457 4.457 0 0116 5.479a4.458 4.458 0 01-1.308 3.168l-6.082 6.1a.86.86 0 01-1.22 0l-6.082-6.1A4.457 4.457 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1Z"/></g>'},highlighter:{body:'<g stroke="currentColor" stroke-linejoin="round"><path fill="none" d="m3.5 8.214 4.286 4.287L15.5 4.787 11.211.501Z"/><path fill="none" stroke-linecap="round" d="m4 9.502 2.5 2.5-1.5 1.5H3.5l-1-1v-1.5Z"/><path fill="currentColor" d="m2.5 13.001-1 .667 1 .333 1-.667Z"/></g>'},home:{body:'<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M6.5 14.5H5c-.853-.002-1.499-.729-1.5-1.691v-5.31H.957a.926.926 0 01-.3-.04C.573 7.43.542 7.396.522 7.367A.148.148 0 01.5 7.291c0-.042.008-.092.062-.18.047-.071.11-.142.2-.219l6.42-5.095.006-.006.007-.006c.216-.184.502-.285.805-.285.304 0 .59.101.804.286l.008.006.007.005 6.42 5.095c.089.078.152.148.199.22a.326.326 0 01.062.18.15.15 0 01-.02.073l-.002.002-.001.002a.2.2 0 01-.07.062c-.066.035-.158.067-.366.068h-2.54V13c-.002.896-.605 1.499-1.502 1.5H9.5v-3.998h-3V14.5Z"/><path fill="currentColor" d="M6 14v-4h4v4h.998c.627-.002 1.002-.376 1.002-1V7h2.57L8.48 2.165A.734.734 0 008 2a.737.737 0 00-.48.166l-.028.022L1.432 7H4v5.81c0 .689.422 1.19 1 1.19h1m1 1H5c-1.138-.001-1.998-.943-2-2.19V8H.957a1.42 1.42 0 01-.461-.066.736.736 0 01-.39-.288A.644.644 0 010 7.287a.81.81 0 01.14-.443 1.54 1.54 0 01.303-.337L6.87 1.405A1.737 1.737 0 018 1c.422 0 .823.144 1.129.406l6.428 5.101c.132.114.227.22.302.337.094.15.139.29.14.443a.644.644 0 01-.106.358.7.7 0 01-.25.226c-.167.089-.346.127-.6.128H13v5c-.001 1.176-.824 1.999-2 2H9v-3.998H7V15Z"/></g>'},hourglass:{body:'<g transform="translate(2 .375)"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" d="M7.834 7.625c0-.33 1.2-1.03 1.833-1.667A6.017 6.017 0 0011.5 1.791V.124H.5v1.667a6.014 6.014 0 001.833 4.167c.631.637 1.833 1.337 1.833 1.667s-1.2 1.03-1.833 1.667A6.015 6.015 0 00.5 13.459v1.667h11v-1.667a6.02 6.02 0 00-1.833-4.167c-.632-.638-1.833-1.336-1.833-1.667Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M10.5 4.125h-9"/><ellipse cx="4" cy="1" fill="currentColor" rx="4" ry="1" transform="translate(2 13.625)"/></g>'},image:{body:'<g fill="none" stroke="currentColor" transform="translate(-.667 .999)"><g stroke-miterlimit="10" transform="rotate(90 7.833 8.834)"><rect width="12" height="16" rx="2" stroke="none"/><rect width="11" height="15" x=".5" y=".5" rx="1.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m2.163 12.002 9.5-5.5 3.5 5.5"/><circle cx="1.5" cy="1.5" r="1.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(2.667 3.001)"/><path stroke-linecap="round" stroke-linejoin="round" d="m9.165 8 1 2 2.5-1.5"/></g>'},"info-badge":{body:'<g transform="translate(.333 .334)"><circle cx="8" cy="8" r="8" fill="currentColor" transform="translate(-.333 -.333)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M7.667 12.166v-5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M7.668 4.166v-1"/></g>',height:16.001},information:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M8 3.5v1m0 3v5"/><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g></g>'},italic:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.5.632h-7m3 15h-7m8-15-5 15"/>',height:16.265},key:{body:'<g transform="translate(-948 -1895.998)"><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M951 1911.5h-2.5v-2.707l.145-.15 6.5-6.5.063-.064a4.252 4.252 0 118.289-1.332 4.255 4.255 0 01-5.578 4.035l-.066.066-1.5 1.5-.145.15h-1.709v2h-2v1.705l-.143.15-1 1-.143.15Z"/><circle cx="1" cy="1" r="1" fill="currentColor" transform="translate(959 1899)"/></g>',height:16.004},language:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path fill="none" stroke="currentColor" stroke-miterlimit="10" d="M1 5h14M1 11h14"/><path fill="none" stroke="currentColor" stroke-linecap="round" d="M6.5 15a16.394 16.394 0 01-2-7 16.394 16.394 0 012-7m3 14a16.394 16.394 0 002-7 16.394 16.394 0 00-2-7"/>'},"learning-path":{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" d="m1.495 12.719 1-3.778a.158.158 0 01.287-.047 1.762 1.762 0 003.161-.452 1.8 1.8 0 00-1.227-2.285 1.741 1.741 0 00-1.242.124.16.16 0 01-.225-.186l1-3.779 3.722 1.013a.161.161 0 00.183-.229 1.812 1.812 0 01-.122-1.26A1.768 1.768 0 0110.285.593a1.807 1.807 0 011.186 2.114 1.788 1.788 0 01-.741 1.089.162.162 0 00.046.291l3.724 1.02-2.747 10.4Z"/>',height:16.007},"light-off":{body:'<path fill="currentColor" d="M8 15a2.8 2.8 0 01-1.825-.648 2.119 2.119 0 01-.778-1.617v-.014l1-1v1.018a1.109 1.109 0 00.432.854 1.784 1.784 0 001.173.408 1.8 1.8 0 001.173-.408 1.143 1.143 0 00.431-.857v-1.924l.239-.281a10.14 10.14 0 001.524-2.252 6.226 6.226 0 00.606-2.135l1-1a4.332 4.332 0 01.022.434 7.244 7.244 0 01-.731 3.137 11.083 11.083 0 01-1.665 2.473v1.553a2.124 2.124 0 01-.784 1.617A2.772 2.772 0 018 15ZM4.245 9.631a9 9 0 01-.513-.924 7.153 7.153 0 01-.731-3.133 4.328 4.328 0 011.473-3.242 5.336 5.336 0 017.055 0 .027.027 0 00.006.008l-.71.709a4.344 4.344 0 00-5.684.023 3.347 3.347 0 00-1.145 2.5 6.2 6.2 0 00.633 2.7c.1.205.21.412.34.631l-.726.725Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1 15 15 1"/>'},"light-on":{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M12.999 5.571a4.372 4.372 0 00-1.474-3.241A5.233 5.233 0 007.999 1a5.233 5.233 0 00-3.527 1.33 4.372 4.372 0 00-1.473 3.241 7.179 7.179 0 00.734 3.132 11.418 11.418 0 001.663 2.468v1.564a2.126 2.126 0 00.782 1.619A2.808 2.808 0 007.999 15a2.808 2.808 0 001.821-.646 2.126 2.126 0 00.782-1.619v-1.552a11.308 11.308 0 001.667-2.474 7.213 7.213 0 00.73-3.138Z"/><path fill="currentColor" d="M8 2c-1.082 0-2.096.38-2.855 1.07-.74.672-1.146 1.56-1.146 2.501 0 .922.208 1.805.636 2.7.346.723.843 1.459 1.52 2.25l.241.28v1.935c0 .428.268.72.43.856.309.263.726.408 1.174.408.447 0 .864-.145 1.175-.409.16-.136.428-.427.428-.856v-1.923l.241-.28c.679-.79 1.177-1.528 1.523-2.254.426-.895.634-1.78.633-2.708 0-.94-.407-1.828-1.147-2.5C10.095 2.38 9.081 2 8 2m0-1c1.372 0 2.62.506 3.526 1.33.906.823 1.475 1.972 1.474 3.24a7.213 7.213 0 01-.73 3.139c-.428.896-1.012 1.711-1.667 2.474v1.552c0 .641-.308 1.217-.782 1.62A2.808 2.808 0 018 15a2.808 2.808 0 01-1.822-.646c-.474-.402-.783-.978-.782-1.619v-1.564c-.652-.762-1.236-1.575-1.663-2.468-.455-.951-.735-1.993-.734-3.132 0-1.269.568-2.418 1.474-3.241C5.379 1.506 6.627 1 8 1Z"/></g><path stroke="currentColor" stroke-miterlimit="10" d="M6.001 11h4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m9 6.5-1 3M7 6.504l1 2.5v1.5"/></g>'},link:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.333 9.191a3.82 3.82 0 005.371.78 3.8 3.8 0 00.416-.362l2.3-2.319a3.883 3.883 0 00-.094-5.464 3.819 3.819 0 00-5.332 0l-1.32 1.321"/><path d="M9.666 7.29a3.82 3.82 0 00-5.371-.78 3.806 3.806 0 00-.416.362l-2.3 2.319a3.883 3.883 0 00.094 5.464 3.819 3.819 0 005.332 0l1.313-1.321"/></g>',height:16.479},lock:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" d="M8 9v3"/><g stroke-miterlimit="10" transform="translate(0 5)"><rect width="16" height="11" rx="2" stroke="none"/><rect width="15" height="10" x=".5" y=".5" rx="1.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4.505 5.5V3.335C4.505 1.769 6.067.5 8.005.5h0c1.933 0 3.5 1.269 3.5 2.835V5.5"/></g>'},login:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M10.5.5H14A1.664 1.664 0 0115.5 2v12a1.668 1.668 0 01-1.5 1.5h-3.5"/><path d="m7.499 11.501 4-3.5-4-3.5M10.5 8H.5"/></g>',width:16.005},logout:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5.5.5H2A1.661 1.661 0 00.5 2v12A1.659 1.659 0 002 15.5h3.5m5.999-3.999 4-3.5-4-3.5M14.5 8h-10"/>'},maximaze:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round"><g transform="translate(0 2)"><rect width="16" height="12" rx="2" stroke="none"/><rect width="15" height="11" x=".5" y=".5" rx="1.5"/></g><path stroke-linecap="round" d="M2.5 8.501v3h3m8-4.001v-3h-3"/></g>'},menu:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1.5 11h11m-11-3H9M1.5 5h13"/>'},merge:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><g stroke-miterlimit="10" transform="translate(2.667 2.666) translate(-1.667 8.334)"><circle cx="2.5" cy="2.5" r="2.5" stroke="none"/><circle cx="2.5" cy="2.5" r="2"/></g><g stroke-miterlimit="10" transform="translate(2.667 2.666) translate(7.333 8.334)"><circle cx="2.5" cy="2.5" r="2.5" stroke="none"/><circle cx="2.5" cy="2.5" r="2"/></g><path stroke-linejoin="round" d="m11.001 3.5-3-3-3 3M8 1.5V9"/><path stroke-miterlimit="10" d="m5 11.999 3-3 3 3"/></g>'},minimaze:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(1.333 1.334)"><rect width="7" height="5" rx="1" transform="translate(-.833 7.166)"/><path stroke-linecap="round" d="M14.167 4.166v-3h-5m0 10.999h5v-3m-10-7.998h-5v3"/></g>'},"mixed-class":{body:'<g fill="none"><path stroke="currentColor" d="M2.5 8.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M2.5 4.001a2 2 0 11.586 1.414A2 2 0 012.5 4.001Z"/><path fill="currentColor" d="M4.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 .993.993 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 014.5 2.001Z"/></g><path stroke="currentColor" d="M6 16.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 12.001a2 2 0 11.586 1.414A2 2 0 016 12.001Z"/><path fill="currentColor" d="M8 11.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 009 12.002a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 14.001a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 10.001Z"/></g><path stroke="currentColor" d="M9.5 8.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M9.5 4.001a2 2 0 11.586 1.414A2 2 0 019.5 4.001Z"/><path fill="currentColor" d="M11.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 .993.993 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0111.5 2.001Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667"/></g>',width:16.001,height:16.002},"more-horizontal":{body:'<g fill="currentColor" transform="rotate(90 5.133 11.2)"><circle cx="2" cy="2" r="2" transform="translate(-.066 .333)"/><circle cx="2" cy="2" r="2" transform="translate(-.066 6.333)"/><circle cx="2" cy="2" r="2" transform="translate(-.066 12.333)"/></g>'},"more-vertical":{body:'<g fill="currentColor" transform="translate(5.991 -.713)"><circle cx="2" cy="2" r="2" transform="translate(.009 .713)"/><circle cx="2" cy="2" r="2" transform="translate(.009 6.713)"/><circle cx="2" cy="2" r="2" transform="translate(.009 12.713)"/></g>',height:16.001},news:{body:'<g fill="none" stroke="currentColor"><path d="M3.5 5.498h-3v8c0 1.2.544 2 1.5 2s1.5-.8 1.5-2v-12h12v12.5c0 1.3-.2 1.5-1.5 1.5H2"/><path stroke-linecap="round" d="M6.5 5.5h6m-6 3h6m-6 3h3"/></g>'},"no-prerequisites":{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(7 1)"><rect width="8" height="5" rx="1" stroke="none"/><rect width="7" height="4" x=".5" y=".5" rx=".5"/></g><g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(7 9)"><rect width="8" height="5" rx="1" stroke="none"/><rect width="7" height="4" x=".5" y=".5" rx=".5"/></g><path fill="currentColor" d="M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16h2.064v.926H1.016Z"/>'},notes:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M3.5 4.5h9m-9 3h6"/><rect rx="2" stroke="none"/><rect width="15" height="15" x=".5" y=".5" rx="1.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 15.501c2 0 3-4 3-4l9 4Z"/></g>'},"number-code":{body:'<defs><path id="svgID0" d="M1.5-.166v3M3 .333l-3 2m3 0-3-2"/></defs><g fill="none" stroke="currentColor"><g stroke-miterlimit="10" transform="translate(2 3)"><rect width="12" height="8" rx="2" stroke="none"/><rect width="11" height="7" x=".5" y=".5" rx="1.5"/></g><path stroke-linecap="square" stroke-linejoin="round" d="M5.506 2.768A2.393 2.393 0 018.006.5h0a2.392 2.392 0 012.5 2.268"/><use href="#svgID0" stroke-linecap="round" transform="translate(3 12.667)"/><use href="#svgID0" stroke-linecap="round" transform="translate(10 12.667)"/></g>',height:16.001},"numbered-list":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M5.5 12h5m-5-4h10m-10-4h7"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M1.044 4.955h.472v-1.72L1 3.386v-.585l1.083-.3v2.455H2.5v.545H1.044Zm-.04 3.913a.824.824 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458V7.33c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.816.816 0 01-.428.821l-.452.275a.277.277 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 3.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276c0 .14.057.21.169.21h.245c.111 0 .17-.073.17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337c.107 0 .157-.07.157-.214v-.236c0-.145-.057-.215-.165-.215h-.206c-.107 0-.163.068-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z"/>'},"on-site":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m4.5 7.501 2-2h3l2-2"/><path stroke="currentColor" d="M5.5 16A2.5 2.5 0 018 13.5a2.5 2.5 0 012.5 2.5"/><g stroke-miterlimit="10"><path d="M5.5 10.499a2.5 2.5 0 11.732 1.767 2.5 2.5 0 01-.732-1.767Z"/><path fill="currentColor" d="M8 11.999c.4 0 .776-.156 1.06-.44.284-.283.44-.66.44-1.06a1.49 1.49 0 00-.439-1.06A1.494 1.494 0 008 8.998a1.496 1.496 0 00-1.5 1.5c0 .4.156.776.439 1.06.285.284.661.44 1.061.44m0 1c-.691 0-1.314-.28-1.767-.732a2.492 2.492 0 01-.733-1.768 2.495 2.495 0 012.5-2.5 2.49 2.49 0 011.767.731A2.49 2.49 0 0110.5 10.5c0 .691-.279 1.314-.733 1.768A2.492 2.492 0 018 12.999Z"/></g></g>'},"order-down":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1.5 3.5h13m-13 3h9m-9 3h7m-7 3h3"/>'},"order-up":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1.5 12.5h13m-13-3h9m-9-3h5m-5-3h3"/>'},paste:{body:'<g fill="none" stroke="currentColor" transform="translate(3.333 1.834)"><path stroke-linecap="round" d="M3.167 4.166h5m-5 3h5"/><rect width="10" height="14" rx="2" transform="translate(.667 -1.334)"/><path d="M6.167 14.166h-5.5c-1.1 0-1.5-.4-1.5-1.5v-8.5"/></g>',height:16.5},pausa:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M5.5 1.5v13m5-13v13"/>'},pdf:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-miterlimit="10" d="M15.5 4.5h-7m7 2.999h-7m7 4.001H.5"/><path stroke-linejoin="round" d="M.5 3.5h5v5h-5z"/></g>'},phone:{body:'<g transform="translate(2.333 -.167)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(.667 .167)"><rect width="10" height="16" rx="2" stroke="none"/><rect width="9" height="15" x=".5" y=".5" rx="1.5"/></g><circle cx="1" cy="1" r="1" fill="currentColor" transform="translate(4.667 12.167)"/><rect width="4" height="2" fill="currentColor" rx="1" transform="translate(3.667 .167)"/></g>'},pin:{body:'<g fill="none"><path d="M8.002 0a5.81 5.81 0 016 5.6c0 4.805-6 10.4-6 10.4s-6-5.6-6-10.4a5.81 5.81 0 016-5.6Z"/><path fill="currentColor" d="M8.001 1C5.245 1 3.002 3.063 3.002 5.6c0 1.739.962 3.943 2.78 6.374a28.787 28.787 0 002.22 2.61 28.726 28.726 0 002.2-2.584C12.031 9.56 13 7.346 13 5.6 13 3.062 10.758 1 8 1m0-1c3.314 0 6 2.507 6 5.6 0 4.805-6 10.397-6 10.397S2.002 10.403 2.002 5.6c0-3.092 2.686-5.599 6-5.599Z"/><g stroke="currentColor" transform="translate(5 3)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5"/></g></g>'},"pin-map":{body:'<g fill="currentColor"><path d="M8 15.302a29.153 29.153 0 01-2.6-3C3.005 9.107 2.502 6.894 2.502 5.601 2.501 2.788 4.968.5 8.001.5c3.032 0 5.5 2.288 5.5 5.1 0 1.295-.503 3.509-2.9 6.703A29.107 29.107 0 018 15.302ZM8.003 1.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5Z"/><path d="M8 14.587a28.64 28.64 0 002.2-2.584C12.516 8.919 13 6.819 13 5.6 13 3.064 10.759 1 8 1 5.244 1 3.001 3.064 3.001 5.6c0 1.218.486 3.317 2.8 6.402A28.68 28.68 0 008 14.587M8.002 1c2.206 0 4 1.794 4 4 0 2.205-1.794 4-4 4s-4-1.795-4-4c0-2.206 1.794-4 4-4M8 16a28.75 28.75 0 01-3-3.398c-1.368-1.824-2.999-4.52-2.999-7.001 0-3.089 2.691-5.601 6-5.601 3.308 0 6 2.512 6 5.6 0 2.484-1.632 5.18-3 7.003A28.68 28.68 0 018 16Zm.002-14c-1.654 0-3 1.345-3 3 0 1.653 1.346 3 3 3s3-1.347 3-3c0-1.655-1.346-3-3-3Z"/></g>',height:16.001},pizza:{body:'<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m10.178.5 5.347 15L.554 10.143S-.515.5 10.178.5Z"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.524 10.55a19.678 19.678 0 01.054-2.608 6.888 6.888 0 01.676-1.409 7 7 0 01.7-1.4 7.217 7.217 0 011.231-.982 7.113 7.113 0 011.247-.962 7.311 7.311 0 011.543-.359 21.912 21.912 0 012.749-.385"/><path fill="rgba(0,0,0,0)" stroke="currentColor" d="M5.525 11.501c.33-1.464 2.091-1.417 3.208-.949a2.6 2.6 0 011.792 2.949"/><path fill="currentColor" d="M10.152 5.192a1.413 1.413 0 00-1.93 1.936.47.47 0 00.348.228.483.483 0 00.4-.138l.108-.093.608.873 1.336-1.338-.874-.623.092-.1a.483.483 0 00.138-.4.47.47 0 00-.228-.348Z"/>',width:16.024},play:{body:'<g fill="none"><path d="M14.481 7.132a1 1 0 010 1.736l-10.984 6A1 1 0 012 14V2a1 1 0 011.5-.868Z"/><path fill="currentColor" d="M13.984 8 3 2v12l.017-.01L13.984 8m1 0a.99.99 0 01-.503.868l-10.985 6A1 1 0 012 14V2a1 1 0 011.496-.868l10.985 6a.99.99 0 01.503.868Z"/></g>'},"plug-in":{body:'<g fill="none"><path d="M2.002 12.998a2 2 0 01-2-2v-5a2 2 0 012-2v-1a1 1 0 011-1h3a1 1 0 011 1v1h2v-1a1 1 0 011-1h3a1 1 0 011 1v1a2 2 0 012 2v5a2 2 0 01-2 2Z"/><path fill="currentColor" d="M14.002 12c.55 0 1-.45 1-1.002v-5c0-.551-.45-1-1-1h-1l.002-1.995-.006-.001L10.002 3v1.998H6l-.002-1.996L3 3v1.998H2c-.55 0-1 .449-1 1v5C1 11.55 1.45 12 2 12h12.002m0 1H2a2 2 0 01-2-2.002v-5c0-1.106.895-2 2-2V3a1 1 0 01.998-.998h3A1 1 0 017 3v.998h2.002V3c0-.551.447-.998.998-.998h2.998A1 1 0 0114.002 3v.998c1.105 0 2 .894 2 2v5a2 2 0 01-2 2.002Z"/></g>',width:16.002},pointer:{body:'<g stroke="currentColor" transform="translate(.667 .666)"><circle cx="7" cy="7" r="7" fill="none" transform="translate(.333 .334)"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(4.333 4.334)"/></g>'},printer:{body:'<g fill="none"><g stroke-miterlimit="10"><path d="M14 4H2a2 2 0 00-2 2v5a2.008 2.008 0 002 2h1v2a1.073 1.073 0 001 1h8a1.074 1.074 0 001-1v-2h1a2 2 0 002-2V6a2.011 2.011 0 00-2-2Z"/><path fill="currentColor" d="M2 5c-.551 0-1 .449-1 1v5c0 .542.458 1 1 1h2v2.959c.01.014.027.03.04.041h7.918a.198.198 0 00.042-.041V12h2c.551 0 1-.448 1-1V6c0-.542-.458-1-1-1H2m0-1h12c1.098 0 2 .905 2 2v5c0 1.102-.896 2-2 2h-1v2c0 .502-.5 1-1 1H4c-.508 0-1-.504-1-1v-2H2c-1.098 0-2-.902-2-2V6c0-1.102.897-2 2-2Z"/></g><g stroke-miterlimit="10"><path d="M3 9.999h10v4.9a1.125 1.125 0 01-1.146 1.1H4.146A1.125 1.125 0 013 14.899Z"/><path fill="currentColor" d="M4 10.999v3.897c0 .049.06.103.146.103h7.708c.086 0 .146-.054.146-.103v-3.897H4m-1-1h10v4.897c0 .61-.513 1.103-1.146 1.103H4.146c-.633 0-1.146-.494-1.146-1.103V9.999Z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M10.5 7.5h2"/><g stroke="currentColor"><path stroke-linejoin="round" d="M11.001 2h-1V1Z"/><path stroke-miterlimit="10" d="M4.5 4.5V1.457A1.011 1.011 0 015.559.502h4.3l1.64 1.453V4.5"/></g></g>'},profile:{body:'<g stroke="currentColor" transform="translate(4 2.666)"><path fill="rgba(0,0,0,0)" d="M4 7.834A4.472 4.472 0 01.17 5.693a2.5 2.5 0 100-4.721 4.5 4.5 0 017.659 0 2.5 2.5 0 100 4.721A4.479 4.479 0 014 7.834Z"/><path fill="none" stroke-linejoin="round" d="M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5"/><circle cx="2.5" cy="2.5" r="2.5" fill="rgba(0,0,0,0)" transform="translate(-1.5 .834)"/><circle cx="2.5" cy="2.5" r="2.5" fill="rgba(0,0,0,0)" transform="translate(4.5 .834)"/></g>'},"profile-add":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M9.5 3.5h6m-3-3v6"/><g fill="rgba(0,0,0,0)"><path d="M4.999 11.502a3.53 3.53 0 01-3.15-1.973l-.075-.154-.153-.076A1.993 1.993 0 01.501 7.5c0-1.06.825-1.938 1.88-1.998l.172-.012.13-.113A3.493 3.493 0 014.999 4.5c.856 0 1.679.31 2.318.877l.13.113.172.012a2.003 2.003 0 01.759 3.797l-.153.076-.076.154A3.482 3.482 0 015 11.502Z"/><path fill="currentColor" d="M4.999 11.002a2.984 2.984 0 002.7-1.691l.15-.309.31-.152c.52-.256.843-.772.843-1.35 0-.793-.621-1.453-1.413-1.5l-.344-.02-.259-.228a2.999 2.999 0 00-3.972 0l-.26.228-.345.02a1.502 1.502 0 00-1.408 1.5c0 .578.322 1.096.84 1.352l.308.15.15.309a3.026 3.026 0 002.7 1.691m0 1c-1.58 0-2.95-.922-3.599-2.254a2.504 2.504 0 01.952-4.746A3.989 3.989 0 014.999 4c1.018 0 1.944.379 2.65 1.002a2.503 2.503 0 01.95 4.746 4.002 4.002 0 01-3.6 2.254Z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M1.5 16a3.5 3.5 0 017 0"/><g fill="none" stroke="currentColor" transform="translate(0 5)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g><g fill="none" stroke="currentColor" transform="translate(5 5)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g>'},"push-pin-off":{body:'<path fill="currentColor" d="M7.988 16a1.257 1.257 0 01-.967-.449 6.8 6.8 0 01-1.521-2.93l.885-.885a5.35 5.35 0 001.4 3.172.262.262 0 00.2.094.272.272 0 00.19-.08l6.743-6.738a.27.27 0 00.075-.209.251.251 0 00-.093-.191 5.347 5.347 0 00-3.174-1.393l.89-.889a6.818 6.818 0 012.932 1.52 1.291 1.291 0 01.447.914 1.27 1.27 0 01-.372.953l-6.739 6.738a1.247 1.247 0 01-.896.373ZM4.632 9.248 2 6.621a.244.244 0 00-.187-.08l-.944-.006a.885.885 0 01-.8-.541.873.873 0 01.19-.947L5.043.258a.878.878 0 011.494.617v.939A.257.257 0 006.612 2l2.634 2.635-.707.707-2.631-2.633a1.274 1.274 0 01-.373-.891v-.639L1.178 5.538h.638a1.268 1.268 0 01.892.367l2.631 2.633-.706.705Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="m12 12 3 3M1 15 15 1"/>'},"push-pin-on":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><path d="M15.236 7.412c-2.14-1.8-3.949-1.594-4.728-1.374a.767.767 0 01-.756-.193l-3.48-3.482a.765.765 0 01-.225-.538V.882A.373.373 0 005.41.621L.621 5.406a.373.373 0 00.261.637h.943a.765.765 0 01.538.225L5.845 9.75a.767.767 0 01.193.756c-.22.78-.426 2.589 1.374 4.728a.772.772 0 001.132.046l6.741-6.741a.772.772 0 00-.049-1.127Z"/><path stroke-linecap="round" d="m12.01 12.01 3 3"/></g>',width:16.01,height:16.01},qrcode:{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><g stroke-miterlimit="10" transform="translate(0 11)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><g stroke-miterlimit="10" transform="translate(11)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M.5 7.501h7v3m4-3h4v2m-6 3h4m-5.999-8v-4h2M8.5 15.5h7v-3"/></g>'},"question-badge":{body:'<g transform="translate(.004 .005)"><circle cx="8" cy="8" r="8" fill="currentColor" transform="translate(-.004 -.005)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4.496 4.833A3.631 3.631 0 019.09 2.694a3.5 3.5 0 012.406 3.3c0 2.331-3.6 3.5-3.6 3.5m-.4 4.002v-1"/></g>'},radio:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g>'},redo:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-miterlimit="10" d="M14.5 6H3.779A3.39 3.39 0 00.5 9.49v.019A3.39 3.39 0 003.779 13h2.593"/><path stroke-linejoin="round" d="m12.5 2.998 3 3-3 3"/></g>'},relations:{body:'<g fill="none" stroke="currentColor"><g stroke-linecap="round" stroke-miterlimit="10" transform="translate(1 2.999)"><path d="m1.5.5 2 2"/><circle cx="1" cy="1" r="1" transform="translate(-.5 -1.5)"/></g><g stroke-linecap="round" stroke-miterlimit="10" transform="translate(11.5 1.5)"><path d="m2 1.999-2 2"/><circle cx="1" cy="1" r="1" transform="translate(2 -.001)"/></g><g stroke-linecap="round" stroke-miterlimit="10" transform="translate(7.333 2.166)"><path d="M.667.334v3"/><circle cx="1" cy="1" r="1" transform="translate(-.333 -1.666)"/></g><path stroke-linejoin="round" d="M5 16a3 3 0 013-3 3 3 0 013 3"/><g transform="translate(5 7)"><rect width="6" height="6" rx="3" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx="2.5"/></g></g>'},reload:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-miterlimit="10" d="M1.5 9.502h13m-13-3h13"/><path stroke-linejoin="round" d="m10.501 2.502-2.5-2-2.5 2m5 10.999-2.5 2-2.5-2"/></g>'},remove:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M.5 7.999h15"/>'},"remove-circle":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/><path stroke-linecap="round" d="M3.5 8h9"/></g>'},repeart:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m12.5.707 3 3-3 3m-9 9-3-3 3-3"/><path d="M.5 7.706v-2a2.184 2.184 0 012.332-2H14.5m1 5v2a2.184 2.184 0 01-2.332 2H1.5"/></g>',width:16.001,height:16.414},repository:{body:'<g fill="none"><path d="M2 14a2 2 0 01-2-2V2.6A1.638 1.638 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z"/><path fill="currentColor" d="M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1h12m0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m12.001 8-1.5-2-1.5 2M10.5 6.5v4"/></g>'},"request-form":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(.5 .5)"><path stroke-linecap="round" d="M11 8.49a3.643 3.643 0 01-2.507 2.507m0-7A3.644 3.644 0 0111 6.506m-7 0a3.645 3.645 0 012.508-2.509m0 7A3.641 3.641 0 013.999 8.49M14 9.358c-.481 3.218-1.954 4.146-4.643 4.643m0-13A5.358 5.358 0 0114 5.644m-13 0a5.364 5.364 0 014.642-4.64m0 13A5.227 5.227 0 01.999 9.361"/><rect width="3" height="4" rx="1" transform="translate(6 11)"/><rect width="4" height="3" rx="1.333" transform="translate(11 6)"/><rect width="4" height="3" rx="1" transform="translate(0 6)"/><rect width="3" height="4" rx="1" transform="translate(6)"/></g>'},"resize-100":{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.5 5.498v-3h-3m0 11.003h3v-3M3.501 2.498h-3v3m0 5.001v3h3"/><path fill="currentColor" d="M3.001 10.999h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1Zm7 0h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1ZM7 7.001h1v-1H7Zm0 3h1v-1H7Z"/>'},"resize-height":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-linejoin="round" d="m10 5.501-2-2-2 2m0 5.001 2 2 2-2"/><path d="M.5.5h15m-15 15h15"/></g>'},"resize-width":{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-linejoin="round" d="m10.503 10.002 2-2-2-2M5.5 6.001l-2 2 2 2"/><path d="M15.501.5v15m-15-15v15"/></g>',height:16.001},search:{body:'<g stroke="currentColor" stroke-miterlimit="10"><path fill="currentColor" stroke-linecap="round" d="m9 8.999 6 6"/><g fill="none"><circle cx="5.5" cy="5.5" r="5.5" stroke="none"/><circle cx="5.5" cy="5.5" r="5"/></g></g>'},"sequential-prerequisites":{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(7 1)"><rect width="8" height="5" rx="1" stroke="none"/><rect width="7" height="4" x=".5" y=".5" rx=".5"/></g><g fill="none" stroke="currentColor"><g stroke-miterlimit="10" transform="translate(8 9.999)"><rect width="6" height="5" rx="1" stroke="none"/><rect width="5" height="4" x=".5" y=".5" rx=".5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M9.505 10v-.867A1.356 1.356 0 0111.005 8h0a1.356 1.356 0 011.5 1.133V10"/></g><path fill="currentColor" d="M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16h2.064v.926H1.016Z"/>'},settings:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M7.112 15h1.775l.217-1.743.3-.083a5.315 5.315 0 001.256-.521l.272-.157 1.387 1.082 1.257-1.257-1.076-1.387.158-.273a5.331 5.331 0 00.521-1.256l.083-.3L15 8.884V7.112l-1.742-.216-.083-.3a5.322 5.322 0 00-.521-1.257l-.154-.274 1.082-1.387-1.239-1.237-.021-.021-1.388 1.083-.272-.158a5.326 5.326 0 00-1.256-.521l-.3-.083L8.889.999H7.112L6.9 2.742l-.3.083a5.327 5.327 0 00-1.256.521l-.272.158L3.678 2.42 2.421 3.678 3.5 5.065l-.157.273a5.312 5.312 0 00-.521 1.256l-.083.3L1 7.112v1.772l1.742.217.083.3a5.312 5.312 0 00.521 1.256l.157.273-1.082 1.392 1.257 1.257 1.387-1.082.272.157a5.326 5.326 0 001.256.521l.3.083Z"/><path fill="currentColor" d="m8.888 15 .217-1.743.3-.083a5.316 5.316 0 001.257-.52l.272-.157 1.388 1.082 1.257-1.257-1.082-1.388.157-.273c.222-.385.398-.807.52-1.256l.084-.3L15 8.888V7.112l-1.742-.217-.083-.3a5.322 5.322 0 00-.521-1.258l-.157-.272 1.082-1.387-1.257-1.258-1.388 1.083-.272-.157a5.327 5.327 0 00-1.256-.52l-.301-.084L8.888 1H7.112l-.217 1.742-.3.083a5.358 5.358 0 00-1.257.52l-.272.158L3.678 2.42 2.421 3.678l1.082 1.387-.157.273a5.312 5.312 0 00-.52 1.256l-.084.301L1 7.112v1.776l1.742.217.083.3c.123.449.299.871.521 1.256l.157.273-1.082 1.388 1.257 1.257 1.388-1.082.272.157c.386.222.808.397 1.256.52l.301.083L7.112 15h1.776m0 1H7.112a1 1 0 01-.992-.876l-.136-1.09a6.333 6.333 0 01-.825-.342l-.865.675a1 1 0 01-1.323-.08l-1.257-1.258a1 1 0 01-.081-1.323l.675-.865a6.315 6.315 0 01-.342-.825L.876 9.88A1 1 0 010 8.888V7.112a1 1 0 01.877-.993l1.089-.135c.095-.285.21-.562.342-.826l-.675-.865a1 1 0 01.08-1.322l1.258-1.258a1 1 0 011.323-.08l.865.674a6.3 6.3 0 01.825-.341L6.12.876A1 1 0 017.112 0h1.776a1 1 0 01.992.876l.136 1.09c.285.095.561.21.825.341l.865-.675a1 1 0 011.323.081l1.257 1.258a1 1 0 01.081 1.322l-.675.865c.133.265.247.54.342.826l1.09.135a1 1 0 01.876.993v1.776a1 1 0 01-.876.992l-1.09.136c-.095.285-.21.56-.342.825l.675.865a1 1 0 01-.08 1.323l-1.258 1.257a1 1 0 01-1.323.081l-.865-.675a6.32 6.32 0 01-.825.342l-.136 1.09a1 1 0 01-.992.876Z"/><g stroke="currentColor" transform="translate(4.999 5)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5"/></g></g>'},share:{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10" transform="translate(1.195 .234) translate(-1.195 4.766)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5"/></g><g stroke-miterlimit="10" transform="translate(1.195 .234) translate(8.806 9.766)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5"/></g><g stroke-miterlimit="10" transform="translate(1.195 .234) translate(8.806 -.234)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m10.501 11.5-5-2m4.5-5.5-5 1.998"/></g>',width:16.001},sketch:{body:'<g fill="none"><path d="M10.951 1a2.1 2.1 0 011.8 1.008l2.97 5a1.934 1.934 0 010 1.985l-2.97 5a2.1 2.1 0 01-1.8 1.007h-5.9a2.1 2.1 0 01-1.8-1.008l-2.97-5a1.934 1.934 0 010-1.985l2.97-5A2.1 2.1 0 015.048 1Z"/><path fill="currentColor" d="M5.048 2c-.393 0-.755.199-.945.518l-2.97 5a.93.93 0 000 .964l2.97 5c.19.32.552.518.945.518h5.903c.393 0 .755-.199.945-.518l2.97-5a.93.93 0 000-.964l-2.97-5A1.095 1.095 0 0010.951 2H5.048m0-1h5.903c.746 0 1.435.385 1.805 1.008l2.97 5c.365.615.365 1.37 0 1.984l-2.97 5A2.095 2.095 0 0110.95 15H5.048a2.095 2.095 0 01-1.805-1.008l-2.97-5a1.934 1.934 0 010-1.984l2.97-5A2.095 2.095 0 015.048 1Z"/></g>'},skills:{body:'<g transform="translate(1.333 1.334)"><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M3.667 14.665a3 3 0 013-3 3 3 0 013 3"/><g fill="none" stroke="currentColor" transform="translate(3.667 5.666)"><rect width="6" height="6" rx="3" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx="2.5"/></g><rect width="4" height="4" fill="currentColor" rx="1" transform="translate(-1.333 1.666)"/><path fill="currentColor" d="M11.554 2.145a1.017 1.017 0 011.726 0l1.242 2.028a.986.986 0 01-.863 1.493h-2.484a.986.986 0 01-.863-1.493ZM6.06-.87a1 1 0 011.214 0l.839.641a1 1 0 01.348 1.09l-.34 1.1a1 1 0 01-.954.705h-1a1 1 0 01-.955-.7l-.34-1.1a1 1 0 01.349-1.1Z"/></g>'},"skip-back":{body:'<g fill="none"><path d="M1.574 6.947a1.255 1.255 0 000 2.106l8.693 4.8a1.1 1.1 0 001.625-1.053V3.2a1.1 1.1 0 00-1.625-1.052Z"/><path fill="currentColor" d="M2.001 8c0 .023.004.14.078.19l8.7 4.803.013.007c.024-.005.1-.06.1-.201V3.2c0-.142-.079-.198-.097-.201 0 0-.006.001-.016.007l-.029.017L2.08 7.81C2.005 7.86 2 7.977 2 8M1 8c0-.413.191-.826.573-1.053l8.694-4.799c.732-.436 1.625.143 1.625 1.053V12.8c0 .91-.893 1.489-1.625 1.053l-8.693-4.8c-.382-.227-.573-.64-.573-1.053Z"/><path stroke="currentColor" stroke-linecap="round" d="M14.401 2.5v11"/></g>'},"skip-forward":{body:'<g fill="none"><path d="M14.423 6.948a1.249 1.249 0 010 2.106l-8.772 4.8a1.113 1.113 0 01-1.64-1.053V3.203a1.113 1.113 0 011.64-1.053Z"/><path fill="currentColor" d="M14.001 8.001c0-.032-.006-.138-.08-.187L5.143 3.011C5.124 3 5.121 2.998 5.1 3.01c-.015.008-.088.057-.088.193V12.8c0 .136.073.185.088.193.021.012.024.01.043 0l.029-.017 8.75-4.787c.074-.05.08-.155.08-.187m1 0c0 .413-.193.825-.578 1.053l-8.772 4.798c-.74.436-1.64-.142-1.64-1.053V3.203c0-.91.9-1.49 1.64-1.053l8.772 4.798c.385.228.578.64.578 1.054Z"/><path stroke="currentColor" stroke-linecap="round" d="M1.5 2.5v11"/></g>'},sms:{body:'<g fill="none"><path d="M3 1.999h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3Z"/><path fill="currentColor" d="M3 2.999c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2v-4c0-1.103-.897-2-2-2H3m0-1h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3.5 5.499h9M3.5 8.5h5"/><g fill="currentColor" stroke-linecap="round"><path d="M3.5 13.792v-2.293h2.293L3.5 13.792Z"/><path d="M4 11.999v.586l.585-.586H4m-1-1h4l-4 4v-4Z"/></g>'},"sso-access":{body:'<g fill="none"><g stroke-linecap="round"><path d="M13.001 12.999h-10a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823A4 4 0 0114.001 7v.169a3 3 0 01-.969 5.83h-.026Z"/><path fill="currentColor" d="M13.002 11.999h.017a2.005 2.005 0 001.982-2c0-.848-.537-1.606-1.336-1.887l-.698-.246.031-.739.003-.128c0-1.654-1.346-3-3-3-.856 0-1.673.367-2.242 1.006l-.5.563-.68-.326A2.475 2.475 0 005.501 5a2.488 2.488 0 00-2.489 2.26l-.06.64-.607.21A2.001 2.001 0 003.002 12h10m0 1H3a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823 4 4 0 016.985 2.828 3 3 0 01-.995 5.83Z"/></g><g stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" d="M8 8v2"/><g transform="translate(7 7)"><circle cx="1" cy="1" r="1" stroke="none"/><circle cx="1" cy="1" r=".5"/></g></g></g>'},star:{body:'<path fill="none" stroke="currentColor" stroke-linejoin="round" d="m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z"/>'},"star-active":{body:'<path fill="currentColor" stroke="currentColor" stroke-linejoin="round" d="m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z"/>'},success:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(.001 -.989)"><rect width="3" height="8" rx="1" transform="translate(.499 7.499)"/><path stroke-linecap="round" d="M14.497 8.84h-.749l.059-.4h.69a.978.978 0 100-1.956h-1.5L9.499 6.5s.918-3.613-1.3-4.8c-1.424-.687-1.7.6-1.7.6V5l-1 .5s-1.992 1.2-2 2.5v6a1.314 1.314 0 001.5 1.5h8a1.1 1.1 0 001.12-.978.993.993 0 00-1-.978h-.068l.059-.4h.7a.978.978 0 100-1.955h-.408l.059-.4H14.5a.978.978 0 100-1.956Z"/></g>',height:16.009},sun:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(.574 .574)"><circle cx="4" cy="4" r="4" transform="translate(3.426 3.426)"/><path stroke-linecap="round" d="M7.426 1.926v-2m0 15v-2m5.5-5.5h2m-15 0h2m-1-6.5 2 2m-2 11.5 2-2m9-9.5 2-2m-2 11.5 2 2"/></g>'},sunrise:{body:'<g fill="none" stroke-miterlimit="10"><path d="M3 10.999a5 5 0 015-5 5 5 0 015 5Z"/><path fill="currentColor" d="M11.873 9.999a4.007 4.007 0 00-3.873-3 4.007 4.007 0 00-3.874 3h7.747m1.127 1H3a5 5 0 1110 0Z"/><path stroke="currentColor" stroke-linecap="round" d="M8 4.5v-1m-7.5 7h15m-13-6 1 1m10-1-1 1"/></g>'},support:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round" transform="translate(.667 .568)"><path stroke-linecap="round" d="M2.833 3.934a4.272 4.272 0 014.5-4 4.272 4.272 0 014.5 4"/><g transform="translate(.333 3.433)"><rect width="5" height="7" rx="2" stroke="none"/><rect width="4" height="6" x=".5" y=".5" rx="1.5"/></g><g transform="translate(9.333 3.433)"><rect width="5" height="7" rx="2.004" stroke="none"/><rect width="4" height="6" x=".5" y=".5" rx="1.504"/></g><path stroke-linecap="round" d="M11.83 9.932v2c0 1.394-.451 2-1.5 2h-1.5"/><circle cx="1" cy="1" r="1" stroke-linecap="round" transform="translate(6.833 12.931)"/></g>'},survey:{body:'<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M14.5.5h-7a2.006 2.006 0 00-2 2v4a2.011 2.011 0 002 2h1v1c0 1 .4 1.2 1 .8l2-1.8h3a2.009 2.009 0 002-2v-4a2 2 0 00-2-2Z"/><path fill="currentColor" d="M7.5 1.5c-.551 0-1 .45-1 1.002v4.002c0 .543.458 1.002 1 1.002h1a1 1 0 011 1v.456l1.33-1.2a1 1 0 01.67-.256h3c.542 0 1-.459 1-1.002V2.502c0-.552-.449-1.002-1-1.002h-7m0-1h7c1.1 0 2 .897 2 2.002v4.002a2.01 2.01 0 01-2 2.002h-3l-2 1.802c-.6.4-1 .198-1-.801V8.506h-1c-1.097 0-2-.906-2-2.002V2.502C5.5 1.403 6.397.5 7.5.5Z"/></g><g fill="none" stroke-miterlimit="10"><path d="M10.483 3.612a.184.184 0 00-.073-.079.263.263 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.278.278 0 00-.068-.093.169.169 0 00-.11-.043.169.169 0 00-.11.043.275.275 0 00-.068.093l-.282.6a.319.319 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.244.244 0 00-.125.054.18.18 0 00-.045.059.175.175 0 00-.017.075.205.205 0 00.023.092.292.292 0 00.054.074l.457.466a.31.31 0 01.061.1.393.393 0 01.025.132.217.217 0 010 .035l-.108.657a.316.316 0 000 .055.214.214 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.249.249 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.248.248 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.347.347 0 000-.055l-.108-.658a.221.221 0 010-.035.394.394 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.291.291 0 00.054-.074.2.2 0 00.023-.092.177.177 0 00-.03-.08Z"/><path fill="currentColor" d="M8.999 2.501h.002a.17.17 0 01.109.043c.03.025.05.057.068.093l.283.598c.015.033.05.076.093.108a.303.303 0 00.128.06l.631.097a.263.263 0 01.097.033.177.177 0 01.09.155.204.204 0 01-.023.092.291.291 0 01-.054.074l-.457.466a.394.394 0 00-.085.272l.109.657a.347.347 0 01.004.055.233.233 0 01-.023.105.17.17 0 01-.08.078.17.17 0 01-.07.015.248.248 0 01-.12-.034l-.564-.31A.286.286 0 009 5.128a.296.296 0 00-.137.03l-.564.31a.25.25 0 01-.12.034.168.168 0 01-.13-.061.214.214 0 01-.043-.137c0-.018.001-.036.004-.055l.108-.657a.393.393 0 00-.084-.272l-.457-.466a.292.292 0 01-.054-.074.205.205 0 01-.023-.093.175.175 0 01.061-.134.244.244 0 01.126-.054l.631-.096a.301.301 0 00.127-.06.319.319 0 00.095-.108l.282-.598a.275.275 0 01.068-.093.169.169 0 01.109-.044Z"/></g><path fill="currentColor" d="M14.483 3.612a.184.184 0 00-.073-.079.263.263 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.278.278 0 00-.068-.093.169.169 0 00-.11-.043.169.169 0 00-.11.043.275.275 0 00-.068.093l-.282.6a.319.319 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.244.244 0 00-.125.054.18.18 0 00-.045.059.175.175 0 00-.017.075.205.205 0 00.023.092.292.292 0 00.054.074l.457.466a.31.31 0 01.061.1.393.393 0 01.025.132.217.217 0 010 .035l-.108.657a.316.316 0 000 .055.214.214 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.249.249 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.248.248 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.347.347 0 000-.055l-.108-.658a.221.221 0 010-.035.394.394 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.291.291 0 00.054-.074.2.2 0 00.023-.092.177.177 0 00-.03-.08Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M2 16.501a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5"/><g fill="none" stroke="currentColor" transform="translate(2.5 9.5)"><rect width="4" height="4" rx="2" stroke="none"/><rect width="3" height="3" x=".5" y=".5" rx="1.5"/></g>',width:17,height:17},table:{body:'<g fill="none" stroke="currentColor"><g transform="translate(0 2)"><rect width="16" height="12" rx="2" stroke="none"/><rect width="15" height="11" x=".5" y=".5" rx="1.5"/></g><path d="M4.5 3v10M0 5.5h16m-16 4h16"/></g>'},"tematic-channels":{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" d="M8.5 1v15m3.5 0H5"/><path d="M8.5 3.001h4.408L14 4.376l-1.092 1.625H8.5ZM8.001 8H3.593L2.501 6.625 3.593 5h4.408Z"/></g>',width:17,height:17},test:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(0 2)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(0 9)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><g fill="none" stroke-miterlimit="10"><path d="M9.447 15.053a.658.658 0 01-.966-.259 10.824 10.824 0 01-1.032-3.88l2.584-9.66A1.366 1.366 0 0111.75.378l2.068.554a1.366 1.366 0 011.048 1.617l-2.585 9.66a10.824 10.824 0 01-2.834 2.844Z"/><path fill="currentColor" d="M9.211 14c.773-.587 1.894-1.738 2.119-2.116l2.567-9.594c.036-.133-.095-.328-.34-.393l-2.068-.553c-.237-.064-.454.037-.49.17l-2.567 9.594c.006.44.402 1.997.779 2.891m-.307 1.147a.684.684 0 01-.423-.352c-.508-.95-1.161-3.399-1.033-3.88l2.585-9.658c.184-.69.952-1.083 1.715-.879l2.067.554c.764.204 1.232.928 1.048 1.617l-2.584 9.659c-.129.48-1.918 2.276-2.832 2.846a.686.686 0 01-.543.093Z"/></g>'},"text-body":{body:'<path fill="currentColor" d="M.999 13.002h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Zm8 0h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Z"/>'},"text-edit":{body:'<path fill="currentColor" d="M4.865 10H2.139l-.64 2h-1.5l2.368-8h2.269l2.363 8h-1.5Zm-.332-1-.482-1.763C3.868 6.562 3.699 5.784 3.5 5c-.193.784-.367 1.562-.546 2.237L2.472 9Zm7.965-1.095v4.013h-.96l-.117-.481-.76.32a2.871 2.871 0 01-1.1.244 1.511 1.511 0 01-1.559-1.71v-.1c0-1.009.639-1.591 2.068-1.591h1.164v-.836c0-.439-.156-.684-.647-.684h-.421c-.417 0-.643.134-.643.517v.421H8.234v-.347c0-1.068.717-1.669 1.945-1.669h.382c1.199-.001 1.937.512 1.937 1.903ZM11.23 9.546h-1.194c-.5 0-.734.148-.734.514v.346c0 .366.186.546.5.546a1.512 1.512 0 00.577-.125l.843-.255ZM15 1h1v14h-1Z"/>'},"text-style":{body:'<path fill="currentColor" d="M5.908 10.724H2.6L1.984 13H0L2.876 3h2.755L8.5 13H6.517Zm-.4-1.5L4.919 7.05a150.33 150.33 0 01-.669-2.6c-.235.979-.446 1.756-.663 2.6L3 9.224Zm10.487-1.683v5.351h-1.277l-.156-.642-1.014.426a3.817 3.817 0 01-1.471.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.344.852-2.121 2.757-2.121h1.552V7.35c0-.585-.208-.912-.863-.912h-.561c-.556 0-.857.179-.857.69v.56h-1.714v-.461c0-1.424.956-2.225 2.595-2.225h.509c1.598 0 2.579.685 2.579 2.539ZM14.304 9.73h-1.589c-.666 0-.979.2-.979.684v.459c0 .487.249.728.672.728a2.011 2.011 0 00.77-.167l1.124-.339Z"/>'},time:{body:'<g fill="none" stroke="currentColor"><g stroke-miterlimit="10"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m9.5 6.501-2 1.5 4 3.5"/></g>'},"toilet-paper":{body:'<g transform="translate(-.512 .154)"><ellipse cx="2.5" cy="6" fill="none" stroke="currentColor" stroke-miterlimit="10" rx="2.5" ry="6" transform="translate(11.011 .346)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.511.346H3.006a1.8 1.8 0 00-2 2v13h10v-9.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" d="M9.012 10.346h1.5m-5.5 0h2m-5.5 0h1.5"/><ellipse cx="1" cy="1.5" fill="currentColor" rx="1" ry="1.5" transform="translate(12.512 4.846)"/></g>',height:16.001},"training-points":{body:'<g fill="none" stroke="currentColor"><g transform="translate(0 4.207)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5.5"/></g><g transform="translate(3 7.207)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5"/></g><path stroke-linecap="round" d="m6.5 9.707 5-5"/><path stroke-linejoin="round" d="m13.327.707-1.886 1.886.118 2.003 2.004.118 1.885-1.887Z"/></g>',width:16.156,height:16.207},trash:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><path d="M2 1.999h12v12a2 2 0 01-2 2H4a2 2 0 01-2-2v-12Z" stroke="none"/><path d="M2.5 2.499h11v11.5a1.5 1.5 0 01-1.5 1.5H4a1.5 1.5 0 01-1.5-1.5v-11.5Z"/><path stroke-linecap="round" d="M.5 2.499h15m-9 4v5m3-5v5"/><path d="M11.001 1.999h-6v-1a1 1 0 011-1h4a1 1 0 011 1v1Z" stroke="none"/><path d="M10.501 1.499h-5v-.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v.5Z"/></g>'},underline:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.501.5v7.222c0 3.682 2.463 5.778 5.5 5.778s5.5-2.1 5.5-5.778V.5M.5 15.5h15"/>'},undo:{body:'<g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-miterlimit="10" d="M1.501 5.502h10.721a3.39 3.39 0 013.279 3.49v.019a3.39 3.39 0 01-3.279 3.491H9.629"/><path stroke-linejoin="round" d="m3.501 2.5-3 3 3 3"/></g>',width:16.001},unlock:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M4.996 5.695a2.842 2.842 0 010-4.134h0a3.049 3.049 0 014.257 0l.851.827"/><path stroke-linecap="round" stroke-miterlimit="10" d="M8 9.185v3"/><g stroke-miterlimit="10" transform="translate(0 5.186)"><rect width="16" height="11" rx="2" stroke="none"/><rect width="15" height="10" x=".5" y=".5" rx="1.5"/></g></g>',height:16.185},upload:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m11 4.502-3-3-3 3M8 11.5v-10m7.5 10v3H.5v-3"/>'},user:{body:'<g fill="none" stroke="currentColor" transform="translate(4 2.666)"><rect width="9" height="9" rx="4.5" transform="translate(-.5 -1.166)"/><path d="M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5"/></g>'},"user-add":{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-miterlimit="10" d="M9.5 3.5h6m-3-3v6"/><g transform="translate(0 4)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="7" height="7" x=".5" y=".5" rx="3.5"/></g><path stroke-linejoin="round" d="M.5 16a3.5 3.5 0 017 0"/></g>'},"user-badge":{body:'<path fill="currentColor" d="M8.5 1.23 9.729.186a.78.78 0 011.264.43l.408 1.6a.8.8 0 00.808.614l1.582-.089a.822.822 0 01.782 1.125L14 5.411a.849.849 0 00.309.993l1.33.9a.849.849 0 010 1.39l-1.33.9a.849.849 0 00-.309.993l.57 1.546a.822.822 0 01-.782 1.125l-1.582-.089a.8.8 0 00-.808.614l-.408 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.23 1.045a.78.78 0 01-1.264-.43l-.408-1.6a.8.8 0 00-.808-.614l-1.582.089a.822.822 0 01-.782-1.125L2 10.589a.849.849 0 00-.309-.993l-1.33-.9a.849.849 0 010-1.39l1.33-.9A.849.849 0 002 5.411l-.57-1.546a.822.822 0 01.782-1.125l1.582.089a.8.8 0 00.808-.614l.408-1.6a.78.78 0 011.264-.43L7.5 1.23a.764.764 0 001 0Z"/><path fill="none" stroke="currentColor" d="M8 3.5A2.5 2.5 0 115.5 6 2.5 2.5 0 018 3.5Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M5.501 12.001a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5"/>',width:16.001,height:16.001},"video-off":{body:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M15.46 10.498a.074.074 0 01-.04-.011l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z"/><path d="m15 6.373-2.534 1.625L15 9.624V6.373m.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394L11.225 8.39a.455.455 0 010-.785l3.925-2.517a.573.573 0 01.31-.09Z"/></g><path fill="currentColor" d="M10 13H5.119l1-1h3.877a1 1 0 001-1V7.125l1-1v4.879A2 2 0 0110 13Zm-8.905-.217A1.99 1.99 0 01.002 11V5a2 2 0 012-2h8a1.969 1.969 0 01.74.141l-.857.857H2.001a1 1 0 00-1 1v6a1 1 0 00.889.992l-.793.791Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M1 15 15 1"/>'},"video-on":{body:'<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M15.46 10.5a.074.074 0 01-.04-.012l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z"/><path d="m15 6.374-2.534 1.625L15 9.625V6.374m.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394l-3.925-2.517a.455.455 0 010-.785L15.15 5.09a.573.573 0 01.31-.09Z"/></g><g fill="none" stroke="currentColor" transform="translate(0 3)"><rect width="12" height="10" rx="2" stroke="none"/><rect width="11" height="9" x=".5" y=".5" rx="1.5"/></g>'},"video-rec":{body:'<g transform="translate(1.333 3.334)"><g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M14.127 7.164a.074.074 0 01-.04-.011l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z"/><path d="m13.667 3.039-2.534 1.625 2.534 1.626V3.039m.46-1.375c.28 0 .54.2.54.484V7.18c0 .393-.494.622-.85.394L9.892 5.057a.455.455 0 010-.785l3.925-2.517a.573.573 0 01.31-.09Z"/></g><g fill="none" stroke="currentColor" transform="translate(-1.333 -.335)"><rect width="12" height="10" rx="2" stroke="none"/><rect width="11" height="9" x=".5" y=".5" rx="1.5"/></g><circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(-.333 -1.333)"/></g>'},view:{body:'<g fill="none" stroke-miterlimit="10"><path d="M6.001 15a2 2 0 01-2-2v-2h-2a2 2 0 01-2-2V3a2 2 0 012-2h8a2 2 0 012 2v2h2a2 2 0 012 2v6a2 2 0 01-2 2Z"/><path fill="currentColor" d="M14.003 14a1 1 0 00.999-.998V7a1 1 0 00-.999-.998h-3.004v-3c0-.553-.448-1.004-.999-1.004H1.999c-.55 0-.999.451-.999 1.004v5.996c0 .55.448 1 .999 1h3.004v3.004a1 1 0 00.999.998h8.001m0 1H6.002a1.996 1.996 0 01-1.999-1.998v-2.004H1.999a1.997 1.997 0 01-1.999-2V3.002C0 1.895.897.998 1.999.998H10c1.104 0 1.999.897 1.999 2.004v2h2.004c1.103 0 1.999.894 1.999 1.998v6.002A1.999 1.999 0 0114.003 15Z"/><g stroke="currentColor" transform="translate(.001 1)"><rect width="12" height="10" rx="2" stroke="none"/><rect width="11" height="9" x=".5" y=".5" rx="1.5"/></g></g>',width:16.002},"view-card":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><g transform="translate(0 4)"><rect width="9" height="8" rx="1" stroke="none"/><rect width="8" height="7" x=".5" y=".5" rx=".5"/></g><g transform="translate(11 4)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g></g>'},"view-list":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><g transform="translate(0 2)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><g transform="translate(0 9)"><rect width="5" height="5" rx="1" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx=".5"/></g><path stroke-linecap="round" d="M7.501 5.5h5m-5 7h5M7.5 3.5h8m-8 7h8"/></g>'},"voice-off":{body:'<path fill="currentColor" d="M8.001 11a3.035 3.035 0 01-.776-.1l.9-.9a2 2 0 001.871-1.871l1-1v.877A3 3 0 018.001 11Zm-2.9-2.221a3.029 3.029 0 01-.1-.775v-5a3 3 0 016-.119l-1 1V3a2 2 0 10-4 0v4.877l-.9.9Z"/><path fill="currentColor" d="M8.001 13a5.58 5.58 0 01-2.36-.52l.764-.764a4.561 4.561 0 001.6.281c2.2 0 4-1.514 4-3.375V7.499a.5.5 0 011 0v1.123C13 11.035 10.758 13 8.001 13Zm-4.555-2.568a3.865 3.865 0 01-.447-1.807V7.502a.5.5 0 011 0v1.123a2.889 2.889 0 00.2 1.055l-.752.752Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" d="M8 12v3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M4.5 15.5h7"/><path fill="none" stroke="currentColor" stroke-linecap="round" d="M1 15 15 1"/>'},"voice-on":{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><g transform="translate(5)"><rect width="6" height="11" rx="3" stroke="none"/><rect width="5" height="10" x=".5" y=".5" rx="2.5"/></g><path stroke-linecap="round" d="M12.5 7.5v1.123c0 2.141-2.015 3.877-4.5 3.877h0c-2.485 0-4.5-1.736-4.5-3.877V7.5"/><path d="M8 12v3"/><path stroke-linecap="round" d="M4.5 15.5h7"/></g>',height:16.001},"volume-down":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M14.503 5.499a3.69 3.69 0 010 5"/><g stroke-linejoin="round"><path d="M0 9.491c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.969a.86.86 0 00-1.417-.744L4.838 4.764a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z"/><path fill="currentColor" d="M9 12.851v-9.7L5.45 5.558a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.852m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.993 0 10.545 0 9.491V6.488c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54C9.147 1.705 10 2.153 10 2.97v10.065c0 .574-.423.967-.87.967Z"/></g></g>',width:16.147},"volume-off":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="m12.5 9.504 3-3m-3 0 3 3"/><g stroke-linejoin="round"><path d="M0 9.492c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.97a.86.86 0 00-1.417-.744L4.838 4.765a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z"/><path fill="currentColor" d="M9 12.852v-9.7L5.45 5.559a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.852m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.994 0 10.546 0 9.492V6.49c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54c.564-.52 1.417-.072 1.417.745v10.065c0 .574-.423.967-.87.967Z"/></g></g>',width:16.207},"volume-up":{body:'<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M11.5 5.499a3.69 3.69 0 010 5m3-6a6.709 6.709 0 010 7"/><g stroke-linejoin="round"><path d="M0 9.488c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.966a.86.86 0 00-1.417-.744L4.838 4.761a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z"/><path fill="currentColor" d="M9 12.848v-9.7L5.45 5.555a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05C1.05 6.06 1 6.179 1 6.485v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.849m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.99 0 10.542 0 9.488V6.485c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54C9.147 1.702 10 2.15 10 2.967v10.065c0 .574-.423.967-.87.967Z"/></g></g>',width:16.132},warning:{body:'<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8 4.5v4m0 4v-1"/><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M6.863 1.649a1.324 1.324 0 012.277 0l3.341 5.7 3.342 5.7a1.3 1.3 0 01-1.138 1.944H1.318A1.3 1.3 0 01.18 13.049l3.342-5.7Z"/><path fill="currentColor" d="M8.001 2.001c-.07 0-.197.02-.275.153L1.043 13.562a.27.27 0 00-.002.283.305.305 0 00.277.156h13.366a.305.305 0 00.277-.156.269.269 0 00-.001-.282L8.277 2.154A.308.308 0 008 2.001m0-1c.443 0 .886.216 1.138.648l6.684 11.408c.505.864-.127 1.944-1.139 1.944H1.318c-1.012 0-1.644-1.08-1.138-1.944L6.863 1.65A1.306 1.306 0 018 1Z"/></g>'},webinar:{body:'<g fill="none" stroke="currentColor" stroke-miterlimit="10"><path d="M11.5 8.999a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm-5 0a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 019 13.999Zm-7.5-5a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 014 13.999Z"/><path stroke-linecap="round" d="M.501 6.5V1.7C.501.953 1.13.5 2.168.5h11.666c1.037 0 1.667.453 1.667 1.2v4.8"/></g>'},whiteboard:{body:'<g fill="none" stroke="currentColor"><path stroke-linecap="round" d="M2 15.5 4 11m4 4.5V11m6 4.5L12 11"/><g stroke-miterlimit="10"><rect width="16" height="11" rx="2" stroke="none"/><rect width="15" height="10" x=".5" y=".5" rx="1.5"/></g><path d="M3.5 6.499c1-.754 2.514-2.5 4.5-2.5-.844 2.822 2 4.8 4.5 2.5"/></g>',height:16.16},wine:{body:'<g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-linecap="round" d="M12.493 10.983c3.323-1.346 1.5-6.981 1.5-6.981h-5s-1.819 5.636 1.5 6.981a2 2 0 00.438.014h1.162a1.713 1.713 0 00.4-.014Zm-.993.02v4m1.999.5h-4"/><path d="M2.5 15.501c-1 0-1 0-1-1V7.168c.012-.265 0-.833 0-.833l1-2.334v-3.5h3v3.5l1 2.333c.008.008-.013.568 0 .833v7.334c0 1 0 1-1 1Z"/><path d="M1.501 8.502h3v4h-3z"/></g>',height:16.002},zip:{body:'<g fill="none"><path d="M12.001 11.999a1 1 0 101 1 1 1 0 00-1-1Z"/><path fill="currentColor" d="M12.001 11.999a1 1 0 11-.001 2 1 1 0 010-2Z"/></g><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M6.501.5v5m-3-5v5m-3-5v5"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" transform="translate(9.001)"><rect width="6" height="6" rx="1" stroke="none"/><rect width="5" height="5" x=".5" y=".5" rx=".5"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M11.918 15.498a2.715 2.715 0 01-2.918-3l1-5h4l1 5a2.716 2.716 0 01-2.918 3Z"/>'},"zoom-in":{body:'<g stroke="currentColor" stroke-miterlimit="10"><path fill="currentColor" stroke-linecap="round" d="m9 9.001 6 6"/><g fill="none"><circle cx="5.5" cy="5.5" r="5.5" stroke="none"/><circle cx="5.5" cy="5.5" r="5"/></g><path fill="none" stroke-linecap="round" d="M2.501 5.5h6m-3-3v6"/></g>'},"zoom-out":{body:'<g stroke="currentColor" stroke-miterlimit="10"><path fill="currentColor" stroke-linecap="round" d="m9 9 6 6"/><g fill="none"><circle cx="5.5" cy="5.5" r="5.5" stroke="none"/><circle cx="5.5" cy="5.5" r="5"/></g></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M2.5 5.5h6"/>'}}},l=[t,o,e];r.default=l,r.detailed=o,r.normal=t,r.simple=e,Object.defineProperties(r,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
1
+ !function(r,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((r="undefined"!=typeof globalThis?globalThis:r||self).icons={})}(this,(function(r){"use strict";const t={prefix:"detailed",lastModified:1748007967,icons:JSON.parse('{"add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 15.999h24m-12-12v24\\"/>"},"add-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/><path stroke-linecap=\\"round\\" d=\\"M9 14h10m-5-5v10\\"/></g>"},"align-center":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M23 13H9m18-6H5m22 12H5m18 6H9\\"/>"},"align-justify":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M27 13H5m22-6H5m22 12H5m22 6H5\\"/>"},"align-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M21 13H5m22-6H5m22 12H5m16 6H5\\"/>"},"align-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M26.999 13h-16M27 7H5m22 12H5m21.999 6h-16\\"/>"},"analysis":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 16)\\"><rect width=\\"7\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(12 6)\\"><rect width=\\"8\\" height=\\"22\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"20\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(23 12)\\"><rect width=\\"7\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"14\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"analysis-2":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M17.657 6.001a.67.67 0 00-.473.2.67.67 0 00-.2.474l.012 10.331H6.665a.67.67 0 00-.473.2.67.67 0 00-.2.473 12.284 12.284 0 0012 12.328 12 12 0 0012-12A12.3 12.3 0 0017.657 6.001\\"/><path fill=\\"currentColor\\" d=\\"M18.99 8.087 19.004 19l-10.916.004a10.57 10.57 0 002.868 5.93c1.906 1.978 4.408 3.067 7.045 3.067a9.93 9.93 0 007.072-2.93A9.94 9.94 0 0028 18.002c0-2.637-1.091-5.14-3.072-7.045a10.6 10.6 0 00-5.937-2.869m-1.334-2.086C24.287 6 30 11.37 30 18c0 6.627-5.37 12-12 12-6.627 0-12-5.7-12-12.328a.67.67 0 01.67-.668L17 17l-.01-10.33a.67.67 0 01.668-.67\\"/><path d=\\"M14.8 14.8a.7.7 0 00.2-.488V3.692a.7.7 0 00-.2-.489.7.7 0 00-.488-.2A11.31 11.31 0 003 14.311a.7.7 0 00.2.488.7.7 0 00.488.2h10.62a.7.7 0 00.492-.199\\"/><path fill=\\"currentColor\\" d=\\"M13 13V5.092A9.33 9.33 0 005.092 13zm1.31 2H3.69a.695.695 0 01-.69-.69C3.001 8.065 8.064 3 14.31 3c.182 0 .36.074.488.202a.7.7 0 01.202.489v10.62c0 .181-.074.36-.202.487a.7.7 0 01-.487.202\\"/></g>"},"analysis-3":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"m4 24 10-10 4 4 7-6\\"/><path stroke-miterlimit=\\"10\\" d=\\"M29 24.999H3v-18\\"/></g>"},"apple":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M16.017 28.843a7 7 0 011.364.164 7.5 7.5 0 011.364.532l.032.015c.168.079.342.161.521.236a2.3 2.3 0 00.924.211 3.5 3.5 0 001.429-.42 6.04 6.04 0 002.269-1.911 19 19 0 002.5-4.141c.132-.292.232-.533.318-.755a14.9 14.9 0 00.907-9.257 7.17 7.17 0 00-2.9-4.254l-.063-.044a5 5 0 00-1-.614 6.1 6.1 0 00-2.607-.6h-.148a8.7 8.7 0 00-2.967.768l-.586.223c-.255.1-.849.3-.855.3a.7.7 0 01-.234.04h-.295l-.045.005h-.221a.7.7 0 01-.232-.039s-.6-.205-.857-.3l-.579-.22A8.8 8.8 0 0011.077 8h-.16a6.2 6.2 0 00-2.593.6 5 5 0 00-1 .615l-.06.043a7.3 7.3 0 00-2.887 4.186 14.88 14.88 0 00.867 9.273c.125.325.238.58.342.808a18.8 18.8 0 002.5 4.141 6 6 0 002.188 1.877 3.8 3.8 0 001.517.453 2.3 2.3 0 00.917-.209c.176-.073.347-.153.512-.231l.031-.015a7.6 7.6 0 011.376-.536 6.4 6.4 0 011.372-.164h.025Z\\"/><path fill=\\"currentColor\\" d=\\"M20.222 27.999c.106-.022.403-.153.625-.251.488-.214.9-.577 1.52-1.34.83-1.022 1.578-2.268 2.226-3.704.11-.245.198-.451.275-.65l.018-.049.021-.047c1.815-4.068.815-7.88.804-7.918l-.014-.055-.012-.056c-.388-1.835-1.9-2.897-2.02-2.98a3 3 0 01-.184-.127l-.063-.049a3 3 0 00-.604-.365 4.1 4.1 0 00-1.746-.407h-.1c-.689.017-1.398.29-2.296.636l-.008.003-.597.227c-.26.097-.786.277-.897.315a2.7 2.7 0 01-.89.151h-.561c-.307 0-.608-.05-.894-.151l-.05-.018a50 50 0 01-.843-.298l-.015-.005-.585-.223c-.935-.36-1.612-.619-2.303-.636L10.917 10c-.556 0-1.187.149-1.737.41a3 3 0 00-.603.365 3 3 0 01-.215.156c-.107.075-1.667 1.187-2.03 2.925l-.01.054-.015.054c-.043.16-1.022 3.942.761 7.94l.021.048.019.048c.11.284.206.503.295.698l.004.009c.645 1.432 1.393 2.677 2.224 3.7.612.754 1.016 1.12 1.438 1.306l.008.004c.262.114.585.256.704.28a1 1 0 00.148-.053c.136-.057.282-.125.42-.19l.065-.03c.486-.228 1.037-.485 1.717-.656.516-.13 1.105-.204 1.802-.224l.118-.001.034.001c.444.015 1.112.055 1.784.224.688.173 1.264.443 1.727.661l.064.03q.216.104.407.184l.01.004a1 1 0 00.145.052M20.221 30c-.29 0-.584-.067-.924-.21-.179-.075-.352-.157-.52-.236l-.032-.015c-.426-.2-.866-.407-1.364-.532-.487-.122-1.018-.152-1.364-.164h-.025c-.547.016-.995.07-1.372.164-.502.127-.943.334-1.376.536l-.031.015c-.165.078-.336.158-.512.231-.338.142-.63.209-.917.209-.486 0-.915-.19-1.517-.453-.856-.377-1.495-1.023-2.188-1.876-.94-1.157-1.78-2.551-2.495-4.141a14 14 0 01-.342-.808c-2.03-4.55-.99-8.813-.867-9.273.544-2.608 2.782-4.117 2.887-4.186l.06-.043a5 5 0 011.002-.615 6.2 6.2 0 012.753-.6c1.037.025 1.935.37 2.974.768l.578.22c.262.098.855.302.857.303a.7.7 0 00.233.04h.22q.026-.005.046-.006h.032l.043.005h.22q.119 0 .233-.04c.006-.002.6-.205.855-.3l.586-.223c1.038-.4 1.935-.743 2.967-.768h.147c.878 0 1.78.207 2.607.6.387.184.715.385.999.614q.03.025.063.045c.023.015 2.314 1.463 2.904 4.254.077.28 1.178 4.584-.907 9.258-.086.222-.186.463-.318.755-.718 1.591-1.558 2.985-2.497 4.14-.693.854-1.342 1.506-2.269 1.912-.554.244-.954.42-1.43.42\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M16.173 10.001s-1.01-4.452 1.825-6m1.999 9.998a4.79 4.79 0 012 4\\"/></g>"},"arrow-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6 18.002 10 10 10-10m-10 8v-22\\"/>"},"arrow-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m14.001 6-10 10 10 10m-8-10h22\\"/>"},"arrow-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m18.001 26 10-10-10-10m8 10h-22\\"/>"},"arrow-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m26.001 13.999-10-10-10 10m9.999-8v22\\"/>"},"attachment":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m28.003 15.251-11.347 10.7a7.73 7.73 0 01-10.484 0 6.714 6.714 0 010-9.886l11.348-10.7a5.156 5.156 0 016.989 0 4.477 4.477 0 010 6.592l-11.361 10.7a2.574 2.574 0 01-3.493 0 2.235 2.235 0 010-3.295l10.483-9.875\\"/>"},"back-to-front":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m24 3-4 4 4 4\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M10 7H6a3 3 0 00-2.278.709A2.64 2.64 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3 3 0 006 24h20a3 3 0 002.278-.707A2.63 2.63 0 0029 21.168V9.834a2.63 2.63 0 00-.722-2.125A3 3 0 0026 7h-4\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M11.795 25h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406H12.21c-.85 0-1.436-.726-1.134-1.4Z\\"/><path fill=\\"currentColor\\" d=\\"M11.795 25H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.404z\\"/></g></g>"},"bell":{"body":"<path fill=\\"currentColor\\" d=\\"M13 26.161a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z\\"/><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M18.018 3.277a7.48 7.48 0 015.876 7.128v3.959a9.1 9.1 0 003.538 7.261l.171.139a1.27 1.27 0 01.4.915 1.37 1.37 0 01-1.416 1.322H5.418a1.37 1.37 0 01-1.416-1.322 1.27 1.27 0 01.4-.915l.171-.139a9.1 9.1 0 003.538-7.261v-3.963a7.464 7.464 0 015.667-7.073 7.9 7.9 0 014.24-.051\\"/><path fill=\\"currentColor\\" d=\\"M16.123 5.001a6.8 6.8 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.2 11.2 0 017.096 22h17.808a11.2 11.2 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.069-.017-.067-.022A4.2 4.2 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915q.085-.068.17-.139c2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332\\"/></g>"},"bell-active":{"body":"<g fill=\\"currentColor\\"><path d=\\"M13 26.16a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M26.584 23H5.416C5.19 23 5 22.852 5 22.678c0-.073.034-.132.07-.173l.064-.052.062-.05c2.558-2.073 3.91-4.853 3.91-8.04v-3.959c0-1.392.478-2.714 1.381-3.824.886-1.088 2.147-1.9 3.55-2.284l.02-.005.018-.006A7.7 7.7 0 0116.123 4c.586 0 1.12.077 1.588.227l.034.011.034.009c3.012.742 5.115 3.274 5.115 6.157v3.96c0 3.186 1.352 5.966 3.909 8.037l.06.05.067.054c.036.041.07.1.07.173 0 .174-.19.322-.416.322\\"/><path d=\\"M16.123 5a6.8 6.8 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.2 11.2 0 017.096 22h17.808a11.2 11.2 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.07-.018-.067-.022A4.2 4.2 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915q.085-.068.17-.139c2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332\\"/></g></g>"},"bold":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M8 5h10a5.525 5.525 0 010 11H8Zm0 11h11.076a5.534 5.534 0 010 11H8Z\\"/>"},"bookmark":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M10 5.206v23.461a.3.3 0 00.527.23l5.323-6.285a.19.19 0 01.3 0l5.324 6.285a.3.3 0 00.526-.23V5.206A2.11 2.11 0 0020 3h-8a2.11 2.11 0 00-2 2.206\\"/><path fill=\\"currentColor\\" d=\\"M12.058 5a.35.35 0 00-.058.206V24.06l2.32-2.74a2.192 2.192 0 013.355-.004L20 24.059V5.206A.35.35 0 0019.942 5zm-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.19.19 0 00-.299 0l-5.323 6.285c-.189.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3\\"/></g>"},"bookmark-active":{"body":"<g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"m21 26.787-4.088-4.826a1.193 1.193 0 00-1.827.002L11 26.787V5.207C11 4.54 11.447 4 11.997 4h8.006c.55 0 .997.541.997 1.206z\\"/><path d=\\"M12.058 5a.35.35 0 00-.058.206V24.06l2.324-2.744a2.192 2.192 0 013.351 0L20 24.059V5.206A.35.35 0 0019.942 5zm-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.19.19 0 00-.299 0l-5.323 6.285c-.19.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3\\"/></g>"},"building":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4 29.001h24M18 4V3h-4v1\\"/><path stroke-linecap=\\"round\\" d=\\"M16 28.001v-3m-5-15h2m-2 4h2m-2 4h2m6-8h2m-2 4h2m-2 4h2\\"/><g transform=\\"translate(6 4.001)\\"><rect width=\\"20\\" height=\\"26\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"24\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"bullet-list":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M12 22h6m-6-6h15m-15-6h10\\"/><g transform=\\"translate(4 8.334) translate(0 -.334)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1\\"/></g><g transform=\\"translate(4 8.334) translate(0 5.666)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1\\"/></g><g transform=\\"translate(4 8.334) translate(0 11.666)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1\\"/></g></g>"},"calendar":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2 5)\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M8-1v4m12-4v4M1 6h26M6 11h2m5 0h2m-9 7h2m5 0h2m5-7h2m-2 7h2\\"/><rect width=\\"28\\" height=\\"24\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"22\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g>"},"camera-off":{"body":"<path fill=\\"currentColor\\" d=\\"M27.198 27H9.243l2-2h15.955a.93.93 0 00.8-.752V10.504a.93.93 0 00-.8-.756h-.7l1.768-1.768a2.9 2.9 0 011.739 2.518v13.75A2.9 2.9 0 0127.198 27M2.311 25.445A2.54 2.54 0 012 24.252v-13.75a2.884 2.884 0 012.8-2.75h2.8L10.4 5h8.4l2.392 1.566-1.445 1.445-1.543-1.012H11.22l-2.8 2.752H4.806a.925.925 0 00-.8.75v13.258l-1.687 1.686Z\\"/><path fill=\\"currentColor\\" d=\\"M14.998 23.002a6 6 0 01-1.552-.2l1.8-1.8a4.01 4.01 0 003.738-3.74l1.809-1.809a6 6 0 01-5.8 7.557Zm-5.8-4.447a6 6 0 017.353-7.35l-1.8 1.8a4 4 0 00-3.744 3.744l-1.8 1.8Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 28 28 4\\"/>"},"camera-on":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M27.2 7.75H23L18.8 5h-8.4L7.6 7.75H4.8A2.9 2.9 0 002 10.5v13.75A2.9 2.9 0 004.8 27h22.4a2.9 2.9 0 002.8-2.75V10.5a2.9 2.9 0 00-2.8-2.75\\"/><path fill=\\"currentColor\\" d=\\"m11.218 7-2.8 2.75H4.803c-.352 0-.802.423-.803.75v13.747c0 .33.451.753.8.753h22.397c.352 0 .803-.423.803-.75V10.503c0-.33-.45-.752-.8-.753h-4.796L18.204 7zM10.4 5h8.4L23 7.75h4.2c1.448.003 2.798 1.304 2.8 2.75v13.75c-.002 1.446-1.352 2.748-2.8 2.75H4.8c-1.448-.002-2.798-1.304-2.8-2.75V10.5c.002-1.446 1.352-2.747 2.8-2.75h2.8z\\"/><g stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(9 11)\\"><circle cx=\\"6\\" cy=\\"6\\" r=\\"6\\" stroke=\\"none\\"/><circle cx=\\"6\\" cy=\\"6\\" r=\\"5\\"/></g></g>"},"catalog":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M8 2h16a1 1 0 011 1v26a1 1 0 01-1 1H8a3 3 0 01-3-3V5a3 3 0 013-3\\" stroke=\\"none\\"/><path d=\\"M8 3h16v26H8a2 2 0 01-2-2V5a2 2 0 012-2Z\\"/></g><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M10 13h10m-10 4h10m-10 4h5\\"/><path d=\\"M6 8h18\\"/></g>"},"certificate":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"22.926\\" d=\\"M16.001 3.998a8 8 0 11-8 8 8 8 0 018-8Z\\"/><path stroke-miterlimit=\\"22.926\\" d=\\"M16 9.001a3 3 0 11-3 3 3 3 0 013-3Z\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9 18-4 4h3v3h3v3l5-5 5 5v-3h3v-3h3l-4-4\\"/></g>"},"chat":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M14.998 23.002h-3c-4.9 0-9-3.238-9-8 0-4.738 4.1-8 9-8h8c4.9 0 9 3.262 9 8 0 4.762-4.7 8-9 8l-1 4Z\\"/>"},"check":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m7 15.001 7 7 12-12\\"/>"},"check-badge":{"body":"<path fill=\\"currentColor\\" d=\\"m16.873 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.44 1.44 0 011.37 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.327 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.44 1.44 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.34 1.34 0 00-1.746 0l-2.152 1.828a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.44 1.44 0 01-1.37-1.968l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.44 1.44 0 011.369-1.98l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.34 1.34 0 001.746-.001\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m11 16.999 3 3 7-7\\"/>"},"check-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m12 16 3 3 6-6\\"/></g>"},"checkbox":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><rect width=\\"28\\" height=\\"28\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"26\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g>"},"chevron-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6 11 10 10 10-10\\"/>"},"chevron-down-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2.001)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m11 14 5 5 5-5\\"/></g>"},"chevron-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M21 6 11 16l10 10\\"/>"},"chevron-left-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m18.001 11-5 5 5 5\\"/></g>"},"chevron-right-circle":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m12 26 10-10L12 6\\"/>"},"chevron-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M26 20 16 10 6 20\\"/>"},"chevron-up-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2.001)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m11.001 18 5-5 5 5\\"/></g>"},"circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g>"},"classroom":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 14h24M4 28h24\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M8 13a3 3 0 013-3 3 3 0 013 3\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M8 5.999a3 3 0 11.879 2.121A3 3 0 018 5.999\\"/><path fill=\\"currentColor\\" d=\\"M11 4.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293A.98.98 0 0012 5.999a.98.98 0 00-.291-.706A1 1 0 0011 4.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0111 8.999a3 3 0 01-2.121-.879A3 3 0 018 5.999c0-.83.336-1.578.879-2.122A3 3 0 0111 2.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M13 27a3 3 0 013-3 3 3 0 013 3\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M13 19.999a3 3 0 11.879 2.121A3 3 0 0113 19.999\\"/><path fill=\\"currentColor\\" d=\\"M16 18.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293a.98.98 0 00.293-.707.98.98 0 00-.291-.706 1 1 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 0113 19.999c0-.83.336-1.578.879-2.122A3 3 0 0116 16.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M18 13a3 3 0 013-3 3 3 0 013 3\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M18 5.999a3 3 0 11.879 2.121A3 3 0 0118 5.999\\"/><path fill=\\"currentColor\\" d=\\"M21 4.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293A.98.98 0 0022 5.999a.98.98 0 00-.291-.706A1 1 0 0021 4.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0121 8.999a3 3 0 01-2.121-.879A3 3 0 0118 5.999c0-.83.336-1.578.879-2.122A3 3 0 0121 2.999\\"/></g></g>"},"clear-field":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(3 3)\\"><circle cx=\\"13\\" cy=\\"13\\" r=\\"13\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"13\\" cy=\\"13\\" r=\\"12\\" fill=\\"none\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"m12 20 8-8m-8 0 8 8\\"/></g>"},"clear-style":{"body":"<path fill=\\"currentColor\\" d=\\"M18 28h-4a1 1 0 010-2h1v-4.76l2-2V26h1a1 1 0 110 2m-3-15.244V8H8v1a1 1 0 01-2 0V5a.99.99 0 011-1 1 1 0 011 1v1h13.75l-2 2H17v2.754l-2 2Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 27 27 5\\"/>"},"close":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M8 24 24 8M8 8l16 16\\"/>"},"close-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 2.001)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" d=\\"m11 21.001 10-10m-10 0 10 10\\"/></g>"},"close-loader":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"m12 20 8-8m-8 0 8 8\\"/>"},"coffee":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-linejoin=\\"round\\"><path d=\\"M7 10.999h16a1 1 0 011 1v7a8 8 0 01-8 8h-2a8 8 0 01-8-8v-7a1 1 0 011-1\\" stroke=\\"none\\"/><path d=\\"M7 11.999h16v7a7 7 0 01-7 7h-2a7 7 0 01-7-7z\\"/></g><g stroke-linejoin=\\"round\\"><path d=\\"M22.001 18.999v-8h3a3 3 0 013 3v2a3 3 0 01-3 3z\\" stroke=\\"none\\"/><path d=\\"M23.001 17.999v-6h2a2 2 0 012 2v2a2 2 0 01-2 2z\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4 26.999h22\\"/><path stroke-linecap=\\"round\\" d=\\"M10 7.999v-2m5 2v-2m5 2v-2\\"/></g>"},"color":{"body":"<defs><radialGradient id=\\"svgID0\\" cx=\\".5\\" cy=\\".5\\" r=\\".5\\" gradientUnits=\\"objectBoundingBox\\"><stop offset=\\"0\\" stop-color=\\"currentColor\\"/><stop offset=\\".148\\" stop-color=\\"currentColor\\"/><stop offset=\\".32\\" stop-color=\\"currentColor\\"/><stop offset=\\".493\\" stop-color=\\"currentColor\\"/><stop offset=\\".66\\" stop-color=\\"currentColor\\"/><stop offset=\\".833\\" stop-color=\\"currentColor\\"/><stop offset=\\"1\\" stop-color=\\"currentColor\\"/></radialGradient></defs><g fill=\\"url(#svgID0)\\" stroke=\\"currentColor\\" transform=\\"translate(4 4)\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"12\\" stroke=\\"none\\"/><circle cx=\\"12\\" cy=\\"12\\" r=\\"11.5\\" fill=\\"none\\"/></g>"},"contact-us":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M24 16.001v-3.808c0-3.934-3.513-8.192-8-8.192s-8 4.257-8 8.192v1.8\\"/><path d=\\"M21 12.001v3.912a7.6 7.6 0 01-2 5.588m-9.001-14.5c0 2.143 7.7 5 11 5M13 10.5c-.862.606-1.949 3.279-2 4.889v1.222a6.65 6.65 0 002 4.889m5.999 5.501a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m.002-.003h.469c2.493.021 4.522-4.31 4.531-9.671v-.328\\"/><path d=\\"M25 14h-1v4h1a.95.95 0 001-.889v-2.223A.95.95 0 0025 14m-18 .002h1v4H7a.95.95 0 01-1-.887v-2.223a.95.95 0 011-.89\\"/></g>"},"copy":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(10.001 3)\\"><rect width=\\"16\\" height=\\"22\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"20\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" d=\\"M19 28h-9a2.665 2.665 0 01-3-3V10\\"/></g>"},"courses":{"body":"<path fill=\\"currentColor\\" d=\\"M28 13h2v7a1 1 0 01-1 1 1 1 0 01-1-1z\\"/><g fill=\\"rgba(0,0,0,0)\\" stroke-miterlimit=\\"10\\"><path d=\\"M22 25.996H10a2.003 2.003 0 01-2.001-2v-8.344l-.524-.283-4.387-2.373L16 6.012l12.913 6.984-4.387 2.373-.524.283v8.344c0 1.103-.897 2-2 2\\"/><path fill=\\"currentColor\\" d=\\"M22 24.996c.552 0 1.001-.45 1.001-1v-8.94l1.049-.568 2.76-1.492-10.811-5.848-10.81 5.848 3.809 2.06v8.94c0 .55.449 1 1 1zm0 2H10a3 3 0 01-3.001-3v-7.748l-4.523-2.445a.92.92 0 010-1.612L15.584 5.1a.89.89 0 01.83 0l13.11 7.092a.92.92 0 010 1.612L25 16.248v7.748c0 1.656-1.344 3-3 3\\"/></g><g fill=\\"rgba(0,0,0,0)\\" stroke-miterlimit=\\"10\\"><path d=\\"M16 19.98 3.088 12.996l12.914-6.983 12.913 6.983z\\"/><path fill=\\"currentColor\\" d=\\"m16 18.842 10.812-5.845L16 7.15 5.19 12.997zm0 2.155a.9.9 0 01-.416-.106L2.476 13.803c-.634-.343-.634-1.27 0-1.613l13.108-7.088c.26-.14.573-.14.833 0l13.109 7.088c.633.343.633 1.27 0 1.613L16.417 20.89a.9.9 0 01-.416.106\\"/></g>"},"dashboard":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(5 3)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(17 19)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(17 3)\\"><rect width=\\"10\\" height=\\"14\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(5 15)\\"><rect width=\\"10\\" height=\\"14\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"download":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m12 15 4 4 4-4m-4 4V5m12 18.001v4H4v-4\\"/>"},"drag":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M21 3.999v24m-5-24v24m-5-24v24\\"/>"},"duplicate":{"body":"<g stroke-miterlimit=\\"10\\"><g fill=\\"rgba(0,0,0,0)\\"><path d=\\"M16.998 29H5a2 2 0 01-1.999-2V14.997c0-1.103.896-2 1.999-2h8.001V5.003a2 2 0 011.999-2h11.998c1.103 0 2 .896 2 2v11.998a2 2 0 01-2 1.998h-8v8.002a2 2 0 01-2 1.998\\"/><path fill=\\"currentColor\\" d=\\"M16.998 28a1 1 0 001-.999v-9.002h9a1 1 0 001-.998V5.003c0-.55-.448-1-1-1H15c-.55 0-.999.45-.999 1v8.994H5c-.55 0-.999.45-.999 1v12.004a1 1 0 00.999.998zm0 2H5a3 3 0 01-2.999-2.998V14.997c0-1.652 1.343-3 2.999-3h7.001V5.003c0-1.658 1.343-3 2.999-3h11.998a3 3 0 013 3v11.998a3 3 0 01-3 2.998h-7v7.002a3 3 0 01-3 2.998\\"/></g><g fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(12 2.001)\\"><rect width=\\"18\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect x=\\"1\\" y=\\"1\\" fill=\\"none\\" rx=\\"2\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M18 11.001h6m-3-3v6\\"/></g>"},"edit":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"m25.129 3.672 3.175 3.169a2.37 2.37 0 01.008 3.348l-16.735 16.88a2.37 2.37 0 01-1.2.654l-6 1.254a1.143 1.143 0 01-1.354-1.354l1.3-6.114a2.37 2.37 0 01.656-1.2L21.89 3.659a2.3 2.3 0 013.239.013\\"/><path fill=\\"currentColor\\" d=\\"M23.506 5a.3.3 0 00-.21.086L6.385 21.736a.37.37 0 00-.103.188l-1.027 4.825 4.712-.985a.37.37 0 00.19-.104L26.891 8.78a.37.37 0 000-.524l-3.176-3.169a.3.3 0 00-.21-.087m0-2a2.3 2.3 0 011.623.672l3.175 3.169a2.37 2.37 0 01.008 3.347l-16.734 16.88a2.37 2.37 0 01-1.202.654L4.38 28.976a1.143 1.143 0 01-1.355-1.356l1.3-6.113a2.37 2.37 0 01.656-1.198L21.892 3.66A2.3 2.3 0 0123.506 3\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"m20 8 4 4M8 19l5 5\\"/></g>"},"elearning":{"body":"<g transform=\\"translate(4.001 5.332)\\"><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(-2 -3.332)\\"><rect width=\\"28\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M-.001 20.668h24\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" transform=\\"translate(3 17.668)\\"/><path fill=\\"currentColor\\" d=\\"M15.21 4.775a1 1 0 010 1.789l-4.764 2.381a1 1 0 01-1.447-.894V3.287a1 1 0 011.447-.894Z\\"/></g>"},"email":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"rotate(90 12 18.001)\\"><rect width=\\"20\\" height=\\"28\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"26\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m4 8.001 12 9 12-9\\"/></g>"},"error":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M16 9v7m0 5v2\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g></g>"},"error-2":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M16 5v13m0 6v3\\"/>"},"exercise":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M9.879 29.572a1.115 1.115 0 01-1.758 0C6.944 28.11 5 25.558 5 24.633V4.404a2.347 2.347 0 012.287-2.4h3.425A2.347 2.347 0 0113 4.404v20.229c0 .925-1.944 3.477-3.121 4.939\\"/><path fill=\\"currentColor\\" d=\\"M9 27.457c1.308-1.694 1.86-2.645 2-2.993V4.404c0-.238-.152-.404-.288-.404H7.287c-.136.001-.287.166-.287.404v20.06c.14.348.692 1.3 2 2.993M9 30c-.325 0-.649-.142-.879-.428C6.944 28.11 5 25.558 5 24.632V4.405C5 3.076 6.024 2 7.287 2h3.425C11.976 2 13 3.075 13 4.403v20.229c0 .925-1.944 3.477-3.121 4.939a1.13 1.13 0 01-.88.428\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M6 9h6\\"/><path d=\\"M17 2h10v28H17Z\\"/><path fill=\\"currentColor\\" d=\\"M19 4v24h6V4zm-2-2h10v28H17z\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M18 9h3m-3 7h3m-3 7h3\\"/></g>"},"external-link":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M24 19.433v5.71A3 3 0 0121.143 28H6.857A3 3 0 014 25.143V10.857A3 3 0 016.857 8h5.714M19 5h8v8m-13 5L26 6\\"/>"},"extract":{"body":"<g transform=\\"translate(5.833 7.166)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M3.667 6.334h14m-14 6h8\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M22.668 5.334v-7h-7m0 21.997h7v-7m-17-14.996h-7v7m-.001 8.003v7h7\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" transform=\\"translate(18.667 17.334)\\"/></g>","width":33,"height":33},"eye-off":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M19 8.168a17 17 0 00-2.277-.167h-.017a15.05 15.05 0 00-6.112 1.207 12.77 12.77 0 00-5.132 4.093 10.7 10.7 0 00-1.424 2.492.64.64 0 000 .423 11.3 11.3 0 002.441 3.785M13 23.833a17 17 0 002.32.167 15.3 15.3 0 006.188-1.207 12.34 12.34 0 005.093-4.1 10.2 10.2 0 001.366-2.511.65.65 0 000-.424A11.9 11.9 0 0025.473 12\\"/><path stroke-linecap=\\"round\\" d=\\"m5 26.999 22-22\\"/></g>"},"eye-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(3 7.333)\\"><path d=\\"M25.961 8.42a13.5 13.5 0 00-2.712-4.4 13.1 13.1 0 00-3.993-3 14.2 14.2 0 00-6.26-1.354 14.2 14.2 0 00-6.257 1.356 13.4 13.4 0 00-5.243 4.596 12.4 12.4 0 00-1.455 2.8.8.8 0 00-.006.475 12.9 12.9 0 002.634 4.415 12.8 12.8 0 003.987 3 14.5 14.5 0 006.34 1.358 14.5 14.5 0 006.345-1.355 13 13 0 005.221-4.6 12 12 0 001.4-2.812.8.8 0 00-.001-.479Z\\"/><circle cx=\\"5\\" cy=\\"5\\" r=\\"5\\" transform=\\"translate(8 3.667)\\"/></g>"},"fail":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" transform=\\"translate(4 4)\\"><rect width=\\"6\\" height=\\"14\\" rx=\\"2.005\\" transform=\\"translate(18)\\"/><path stroke-linecap=\\"round\\" d=\\"M1.64 11.42h1.226l-.1.678h-1.13a1.677 1.677 0 000 3.354h2.715l3.951.083s-.855 6.084 2.775 8.125c2.33 1.177 2.764-1.065 2.764-1.065v-4.237l1.385-1.412s2.771-2.62 2.771-4.264V2.825a2.622 2.622 0 00-2.768-2.828H3.896a1.678 1.678 0 000 3.354h.111l-.1.679H2.769a1.677 1.677 0 000 3.353h.668l-.1.679h-1.7a1.677 1.677 0 000 3.354Z\\"/></g>"},"fast-back":{"body":"<g fill=\\"none\\"><path d=\\"M18.999 22.074V21.2l6 3.448a2.728 2.728 0 004-2.574V9.926a2.732 2.732 0 00-4-2.578l-6 3.452v-.873a2.731 2.731 0 00-4-2.578L4.436 13.425a3.03 3.03 0 000 5.152l10.563 6.071a2.57 2.57 0 001.28.352 2.825 2.825 0 002.72-2.926\\"/><path fill=\\"currentColor\\" d=\\"M16.279 23c.302 0 .72-.322.72-.926v-4.33l8.995 5.172a.56.56 0 00.283.083c.303 0 .722-.321.722-.925V9.926c0-.605-.421-.927-.725-.927a.56.56 0 00-.281.082l-8.994 5.176V9.926c0-.605-.42-.927-.724-.927a.56.56 0 00-.283.082l-10.56 6.074c-.403.234-.434.706-.434.845 0 .14.03.611.43.842l10.562 6.072q.15.087.289.086m0 2c-.427 0-.866-.111-1.284-.352L4.432 18.576c-1.912-1.105-1.912-4.047 0-5.152l10.563-6.076c1.813-1.04 4.004.369 4.004 2.578v.873l5.996-3.451C26.804 6.308 29 7.717 29 9.926v12.148c0 2.211-2.195 3.617-4.004 2.574L19 21.201v.873C19 23.775 17.703 25 16.28 25\\"/><path d=\\"M14.435 13.425a3.027 3.027 0 000 5.149l10.564 6.076a2.729 2.729 0 004-2.575V9.925a2.729 2.729 0 00-4-2.575Z\\"/><path fill=\\"currentColor\\" d=\\"M14.999 16c0 .139.031.61.433.841l10.56 6.075a.53.53 0 00.573 0c.102-.058.434-.293.434-.841V9.925c0-.548-.332-.783-.434-.842a.53.53 0 00-.573 0l-10.56 6.076c-.402.23-.433.702-.433.841m-2 0c0-1.012.479-2.024 1.436-2.575l10.56-6.075c1.812-1.042 4.004.368 4.004 2.575v12.15c0 2.207-2.192 3.617-4.004 2.575l-10.56-6.075c-.957-.55-1.436-1.563-1.436-2.575\\"/></g>"},"fast-forward":{"body":"<g fill=\\"none\\"><path d=\\"M13 22.074v-.873l-6 3.447a2.728 2.728 0 01-4-2.574V9.926a2.732 2.732 0 014-2.578l6 3.451v-.873a2.731 2.731 0 014-2.578l10.563 6.076a3.03 3.03 0 010 5.152L17 24.648a2.57 2.57 0 01-1.284.352A2.825 2.825 0 0113 22.074\\"/><path fill=\\"currentColor\\" d=\\"M15.72 23a.56.56 0 00.287-.086l10.559-6.07c.403-.233.435-.706.435-.844 0-.14-.032-.612-.432-.842L16.01 9.082A.6.6 0 0015.723 9c-.303 0-.723.32-.723.925v4.332L6.007 9.082A.55.55 0 005.725 9c-.305 0-.726.32-.726.925v12.149c0 .361.144.584.264.709.133.136.3.217.457.217a.56.56 0 00.286-.086L15 17.744v4.33c0 .603.418.926.72.926m0 2C14.295 25 13 23.775 13 22.074V21.2l-5.997 3.447c-1.809 1.043-4.004-.363-4.004-2.574V9.925C3 7.716 5.193 6.31 7.003 7.347L13 10.798v-.873c0-2.21 2.191-3.615 4.003-2.578l10.563 6.076c1.913 1.106 1.913 4.047 0 5.153l-10.563 6.072c-.418.24-.856.352-1.284.352\\"/><path d=\\"M17.564 13.426a3.027 3.027 0 010 5.149L7 24.651a2.729 2.729 0 01-4-2.575V9.926a2.729 2.729 0 014-2.575Z\\"/><path fill=\\"currentColor\\" d=\\"M17 16.001c0-.139-.031-.61-.433-.841L6.007 9.085a.53.53 0 00-.573 0c-.102.058-.434.293-.434.841v12.15c0 .548.332.783.434.842.285.165.502.04.573 0l10.56-6.076c.402-.23.433-.702.433-.841m2 0c0 1.012-.479 2.024-1.436 2.575L7.004 24.65C5.192 25.693 3 24.283 3 22.076V9.926c0-2.207 2.192-3.617 4.004-2.575l10.56 6.075c.957.55 1.436 1.563 1.436 2.575\\"/></g>"},"file":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z\\"/><path fill=\\"currentColor\\" d=\\"M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M24.999 10h-6V4Z\\"/></g>"},"file-add":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z\\"/><path fill=\\"currentColor\\" d=\\"M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M24.999 10h-6V4Z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M13 17.999h6\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M16 15v6\\"/>"},"file-duplicate":{"body":"<path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M6 28c-.489 0-1-.117-1-1V11c0-.885.506-1 1-1h7V5c0-.885.506-1 1-1h8.016l4.982 5v12c0 .881-.506 1-1 1h-7v5c0 .885-.507 1-1 1Z\\"/><g stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path fill=\\"rgba(0,0,0,0)\\" d=\\"M18 28H6c-.495 0-1-.119-1-1V11c0-.881.505-1 1-1h8.013L19 15v12c0 .881-.505 1-1 1Z\\"/><path fill=\\"currentColor\\" d=\\"M18 14.999h-4v-4ZM25.999 9h-4V5Z\\"/></g>"},"file-remove":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z\\"/><path fill=\\"currentColor\\" d=\\"M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M24.999 10h-6V4Z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M13 18h6\\"/>"},"file-required":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M21 11.172v15.161A2.43 2.43 0 0118.429 29H5.572a2.43 2.43 0 01-2.571-2.667V7.667A2.43 2.43 0 015.572 5h9.2Z\\"/><path fill=\\"currentColor\\" d=\\"M5.572 7c-.25 0-.392.054-.441.105-.06.062-.13.246-.13.562v18.666c0 .316.07.5.13.562.05.05.191.105.44.105H18.43c.25 0 .392-.054.441-.105.06-.062.13-.246.13-.562V12.006L13.952 7zm0-2h9.203L21 11.172v15.161C21 27.99 20.003 29 18.43 29H5.572C3.998 29 3 27.99 3 26.333V7.667C3 6.01 3.998 5 5.572 5\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M19 11.002h-4v-4Z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M26 3v8m3-6-6 4m6 0-6-4\\"/>"},"filter":{"body":"<g fill=\\"none\\" stroke-linejoin=\\"round\\"><path d=\\"M8.29 3.004h15.419a2.154 2.154 0 011.955 3.271l-5.4 8.737a1.64 1.64 0 00-.265.89V27.64a1.455 1.455 0 01-2.364 1.051l-4.583-3.81a2.66 2.66 0 01-1.052-2.1v-6.88a2.6 2.6 0 00-.262-1.139l-5.4-8.487A2.154 2.154 0 018.29 3.004\\"/><path fill=\\"currentColor\\" d=\\"m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.1.1 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.64 1.64 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267z\\"/></g>"},"filter-2":{"body":"<g stroke=\\"currentColor\\"><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 7.999h22m-22 8h22m-22 8h22\\"/><g transform=\\"translate(6.667 5.333) translate(.333 -.334)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\" fill=\\"none\\"/></g><g transform=\\"translate(6.667 5.333) translate(12.333 7.666)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\" fill=\\"none\\"/></g><g transform=\\"translate(6.667 5.333) translate(7.333 15.666)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\" fill=\\"none\\"/></g></g>"},"filter-active":{"body":"<g fill=\\"currentColor\\" stroke-linejoin=\\"round\\"><path d=\\"M18.547 28a.48.48 0 01-.289-.096l-4.566-3.796-.014-.011-.013-.01a1.66 1.66 0 01-.665-1.31v-6.88c0-.354-.088-1.16-.42-1.677L7.177 5.734a1.02 1.02 0 01-.044-1.08c.222-.407.655-.65 1.157-.65L23.71 4c.503 0 .936.243 1.158.651a1.02 1.02 0 01-.044 1.078l-.005.008-.006.009-5.394 8.729c-.274.428-.419.92-.419 1.423v11.739c0 .247-.27.363-.453.363\\"/><path d=\\"m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.1.1 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.64 1.64 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267z\\"/></g>"},"flag":{"body":"<g transform=\\"translate(6.667 5.333)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M15.158 13.666c3.925.769 6.176 2.506 6.176 4.769 0 2.933-5.271 5.231-12 5.231s-12-2.3-12-5.231c0-2.263 2.252-4 6.176-4.769\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M9.333 13.666v-16h10l-4 4 4 4h-10\\"/><ellipse cx=\\"3\\" cy=\\"1.5\\" fill=\\"currentColor\\" rx=\\"3\\" ry=\\"1.5\\" transform=\\"translate(6.333 16.666)\\"/></g>"},"folder":{"body":"<g fill=\\"none\\"><path d=\\"M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M28 24V10H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24zm0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2\\"/><path stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m3.999 23.999 5-9h20\\"/></g>"},"full-width":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M20 8v16\\"/><path d=\\"M2 6h28v20H2z\\" stroke=\\"none\\"/><path d=\\"M3 7h26v18H3z\\"/></g>"},"go-to-back":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M10 7H6a3 3 0 00-2.278.709A2.64 2.64 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3 3 0 006 24h20a3 3 0 002.278-.707A2.63 2.63 0 0029 21.168V9.834a2.63 2.63 0 00-.722-2.125A3 3 0 0026 7h-4\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M11.794 24.999h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.4Z\\"/><path fill=\\"currentColor\\" d=\\"M11.794 24.999H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.573c-.85 0-1.436-.726-1.134-1.404z\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m12 14.667 4 4 4-4m-4 2.331v-9\\"/></g>"},"grid":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(3 2.999)\\"><rect width=\\"12\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(3 16.999)\\"><rect width=\\"12\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(17 2.999)\\"><rect width=\\"12\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(17 16.999)\\"><rect width=\\"12\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"group":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g transform=\\"translate(3 7.001)\\"><rect width=\\"12\\" height=\\"12\\" rx=\\"6\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"5\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M3.001 25.999a6 6 0 016-6 6 6 0 016 6M19 25.998a5 5 0 015-5 5 5 0 015 5\\"/><g transform=\\"translate(19 10.001)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"5\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"4\\"/></g></g>"},"group-add":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M19 8h10m-5-5v10\\"/><g transform=\\"translate(3 14)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"5\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"4\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M3 30a5 5 0 015-5 5 5 0 015 5\\"/><g transform=\\"translate(14 17)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"3\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M14 30a4 4 0 014-4 4 4 0 014 4\\"/></g>"},"heart":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M22.184 4a7.84 7.84 0 00-5.527 2.249l-.658.646-.658-.646A7.84 7.84 0 009.815 4a7.84 7.84 0 00-5.527 2.249A7.56 7.56 0 002 11.679a7.56 7.56 0 002.289 5.43l10.645 10.46a1.52 1.52 0 001.066.434 1.52 1.52 0 001.068-.434l10.644-10.457A7.56 7.56 0 0030 11.679a7.56 7.56 0 00-2.289-5.43A7.84 7.84 0 0022.184 4\\"/><path fill=\\"currentColor\\" d=\\"M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.58 5.58 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.58 5.58 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.85 5.85 0 0022.183 6c-1.56 0-3.025.595-4.124 1.675L16 9.7l-2.06-2.023A5.85 5.85 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.84 7.84 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.56 7.56 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.52 1.52 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.56 7.56 0 012 11.678c0-2.05.813-3.98 2.289-5.43A7.84 7.84 0 019.816 4\\"/></g>"},"heart-active":{"body":"<g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M16 27a.52.52 0 01-.364-.146L4.99 16.395A6.57 6.57 0 013 11.68c0-1.781.707-3.456 1.99-4.717A6.84 6.84 0 019.816 5a6.84 6.84 0 014.825 1.962l.658.647.701.688.7-.688.659-.647A6.84 6.84 0 0122.184 5c1.824 0 3.538.697 4.826 1.962A6.57 6.57 0 0129 11.68a6.57 6.57 0 01-1.99 4.716L16.367 26.852A.53.53 0 0116 27\\"/><path d=\\"M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.58 5.58 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.58 5.58 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.85 5.85 0 0022.183 6c-1.56 0-3.025.595-4.124 1.676L16 9.699l-2.06-2.023A5.85 5.85 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.84 7.84 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.56 7.56 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.52 1.52 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.56 7.56 0 012 11.678c0-2.05.813-3.98 2.289-5.429A7.84 7.84 0 019.816 4\\"/></g>"},"highlighter":{"body":"<g stroke=\\"currentColor\\" stroke-linejoin=\\"round\\"><path fill=\\"none\\" stroke-width=\\"2\\" d=\\"m8 16.624 7.368 7.377L28 11.337l-7.368-7.336Zm.8 2.378 4.2 4.2-2.8 2.8H7.4l-1.4-1.4v-2.8Z\\"/><path fill=\\"currentColor\\" d=\\"m6 25.002-2 2 2 1 2-2Z\\"/></g>"},"home":{"body":"<g fill=\\"rgba(0,0,0,0)\\" stroke-miterlimit=\\"10\\"><path d=\\"M14 28h-4c-.715-.002-1.467-.344-2.062-.939S7 25.714 7 25v-9.872H3.693a1.5 1.5 0 01-.486-.063c-.13-.045-.16-.089-.174-.11a.14.14 0 01-.015-.05V14.9c0-.027 0-.099.087-.234.076-.117.183-.233.336-.363l.005-.005.005-.004 11.225-9.831A2.05 2.05 0 0116.002 4c.5 0 .971.166 1.327.465l11.237 9.705.002.002.003.002q.22.188.337.365c.075.119.085.188.086.235a.1.1 0 01-.015.053.2.2 0 01-.079.067c-.102.054-.244.103-.585.106l-2.32-.003-1.003-.001.001 1.002L25 25c0 .714-.342 1.466-.937 2.061-.596.595-1.348.937-2.065.938h-3.997V21h-1l-2-.001h-1v7\\"/><path fill=\\"currentColor\\" d=\\"M13 27v-7.002l6.001.003v6.998h2.996c.954-.001 2.002-1.048 2.003-1.998l-.008-11.006 2.845.003-10.156-8.772A1.07 1.07 0 0016 5c-.263 0-.502.08-.677.223L5.16 14.127H8v10.87c0 .954 1.048 2 2 2.002zm2 2h-5c-2.055-.003-3.999-1.946-4-4v-8.872H3.693a2.5 2.5 0 01-.807-.116 1.3 1.3 0 01-.683-.5 1.1 1.1 0 01-.185-.618c.002-.262.082-.513.246-.769.13-.202.298-.388.528-.583l11.232-9.838A3.06 3.06 0 0116 3a3.06 3.06 0 011.978.704l11.242 9.709c.223.19.396.381.528.583.163.255.243.506.246.769a1.1 1.1 0 01-.186.62 1.2 1.2 0 01-.437.391c-.29.154-.605.22-1.052.224l-2.326-.003L26 25c-.001 2.053-1.946 3.996-4 4h-5v-7l-2-.001z\\"/></g>"},"hourglass":{"body":"<g stroke=\\"currentColor\\" stroke-width=\\"2\\"><path fill=\\"none\\" stroke-linejoin=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M18.999 15.999c0-.572 1.967-1.785 3-2.889a10.73 10.73 0 003-7.222V2.999h-18v2.889a10.72 10.72 0 003 7.222c1.033 1.1 3 2.317 3 2.889s-1.967 1.785-3 2.889a10.72 10.72 0 00-3 7.222v2.889h18V26.11a10.73 10.73 0 00-3-7.222c-1.033-1.105-3-2.315-3-2.889Z\\"/><path fill=\\"none\\" stroke-miterlimit=\\"10\\" d=\\"M24 9.999H8\\"/><path fill=\\"currentColor\\" d=\\"M9.999 27.999c0-1.657 2.686-3 6-3s6 1.343 6 3\\"/></g>"},"image":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2.667 5.333)\\"><g stroke-miterlimit=\\"10\\" transform=\\"rotate(90 13.333 14)\\"><rect width=\\"20\\" height=\\"28\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"26\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m4.333 19.667 13-13 9 9\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" transform=\\"translate(4.333 5.666)\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m12.334 11.666 4 4 5-5\\"/></g>"},"info-badge":{"body":"<g transform=\\"translate(3.2 3.2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" fill=\\"currentColor\\" transform=\\"translate(-1.2 -1.199)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12.8 21.801v-10m0-6v-2\\"/></g>"},"information":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M16 9v2m0 5v7\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g></g>"},"italic":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M26 5.001H12m8 22H6M20 5l-8 22\\"/>"},"key":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M3 29v-5l10.419-10.424a8 8 0 115.026 5.01l-1.218 1.242-.228.174h-2v2h-2l-1 1v2h-2v2l-2 2Z\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" fill=\\"currentColor\\" transform=\\"translate(20 7)\\"/>"},"language":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-miterlimit=\\"10\\" d=\\"M4 11h24M4 21h24\\"/><path d=\\"M15 29s-5-6.5-5-13 5-13 5-13m2 26s5-6.5 5-13-5-13-5-13\\"/></g>"},"learning-path":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m4 24.167 1.765-6.548a.282.282 0 01.507-.081 3.125 3.125 0 101.223-4.53.28.28 0 01-.4-.322l1.765-6.55 6.59 1.756a.281.281 0 00.324-.4 3.08 3.08 0 01-.216-2.184 3.135 3.135 0 016.084 1.51 3.1 3.1 0 01-1.311 1.888.279.279 0 00.082.5l6.588 1.756L22.14 29Z\\"/>"},"light-off":{"body":"<path fill=\\"currentColor\\" d=\\"M16 29a4.97 4.97 0 01-3.277-1.2 4 4 0 01-1.406-2.875l2-2v1.863a2 2 0 00.728 1.5 3.084 3.084 0 003.92 0 2.03 2.03 0 00.723-1.5v-3.605l.465-.559a19 19 0 002.718-4.15 12.2 12.2 0 00.97-3.072l2.158-2.158v.245a13.8 13.8 0 01-1.314 5.826 21 21 0 01-3 4.6v2.883a4.02 4.02 0 01-1.409 3.01A4.97 4.97 0 0116 29M9.052 18.7a16 16 0 01-.732-1.4 13.8 13.8 0 01-1.319-5.816 8.2 8.2 0 012.653-6.02 9.4 9.4 0 0112.664-.029l-1.416 1.416a7.4 7.4 0 00-9.882.074 6.22 6.22 0 00-2.019 4.559 11.6 11.6 0 001.136 4.977q.183.395.386.77l-1.469 1.467Z\\"/><path fill=\\"currentColor\\" d=\\"M20 23h-6.756l2-2H20z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 28 28 4\\"/>"},"light-on":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M25 11.489a8.23 8.23 0 00-2.653-6.018A9.26 9.26 0 0016 3.001a9.26 9.26 0 00-6.347 2.47A8.23 8.23 0 007 11.489a13.7 13.7 0 001.321 5.817 21.3 21.3 0 002.994 4.584v2.9a4 4 0 001.407 3.007A4.96 4.96 0 0016 29.001a4.96 4.96 0 003.278-1.2 4 4 0 001.407-3.007v-2.882a21 21 0 003-4.6A13.75 13.75 0 0025 11.489\\"/><path fill=\\"currentColor\\" d=\\"M16 5.001c-1.885 0-3.653.685-4.98 1.93C9.717 8.151 9 9.771 9 11.491c0 1.697.37 3.324 1.135 4.974.618 1.332 1.507 2.689 2.718 4.148l.461.556v3.628c0 .753.453 1.262.727 1.502.516.453 1.212.702 1.959.702s1.443-.25 1.962-.705c.27-.237.724-.746.724-1.501v-3.606l.462-.556c1.214-1.458 2.104-2.817 2.722-4.154.761-1.65 1.131-3.281 1.13-4.99 0-1.718-.717-3.337-2.021-4.56C19.653 5.686 17.885 5.001 16 5.001m0-2c2.47 0 4.716.94 6.347 2.47 1.632 1.528 2.654 3.663 2.653 6.018.001 2.125-.498 4.061-1.314 5.828-.77 1.665-1.821 3.179-3 4.595v2.883c0 1.19-.554 2.26-1.408 3.007-.854.75-2.012 1.199-3.278 1.199s-2.424-.45-3.278-1.2c-.854-.745-1.409-1.816-1.408-3.006v-2.904c-1.174-1.416-2.224-2.926-2.993-4.584-.82-1.767-1.322-3.701-1.321-5.818-.001-2.355 1.022-4.49 2.653-6.018 1.631-1.53 3.878-2.47 6.347-2.47\\"/></g><path stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12 22.001h8\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m19 13.001-3 4m-3-3.997 3 4v4\\"/></g>"},"link":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M13 17.521a6.344 6.344 0 008.79 1.248 6 6 0 00.68-.579l3.767-3.71a6.115 6.115 0 00-.154-8.743 6.35 6.35 0 00-8.725 0l-2.16 2.114\\"/><path d=\\"M19 14.479a6.344 6.344 0 00-8.79-1.248 6 6 0 00-.68.579l-3.767 3.71a6.115 6.115 0 00.155 8.743 6.35 6.35 0 008.725 0l2.148-2.114\\"/></g>"},"lock":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M16 18.999v4\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 11.999)\\"><rect width=\\"24\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"22\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M11.005 11.999V8.535a4.785 4.785 0 015-4.536h0a4.784 4.784 0 015 4.536v3.464\\"/></g>"},"login":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M20 4h5.333A3.21 3.21 0 0128 6.667v18.666A3.21 3.21 0 0125.333 28H20\\"/><path d=\\"m16 21.999 6-6-6-6M20 16H4\\"/></g>"},"logout":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M12 4H6.667A3.21 3.21 0 004 6.667v18.666A3.21 3.21 0 006.667 28H12m10-6.001 6-6-6-6M26 16H10\\"/>"},"maximaze":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><g transform=\\"translate(2 6)\\"><rect width=\\"28\\" height=\\"20\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"18\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" d=\\"M7 17v4h4m14-6v-4h-4\\"/></g>"},"menu":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 20h18M5 16h14M5 12h22\\"/>"},"merge":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(5.333 5.334) translate(-.333 15.666)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(5.333 5.334) translate(13.666 15.666)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><path stroke-linejoin=\\"round\\" d=\\"m20 8.334-4-4-4 4M16 6v11\\"/><path stroke-miterlimit=\\"10\\" d=\\"m11 22.001 5-5 5 5\\"/></g>"},"minimize":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><g transform=\\"translate(3 17.001)\\"><rect width=\\"11\\" height=\\"9\\" rx=\\"1\\" stroke=\\"none\\"/><path d=\\"M1 1h9v7H1z\\"/></g><path stroke-linecap=\\"round\\" d=\\"M28 10.999v-4h-6m0 18.002h6v-4m-18-14H4v4\\"/></g>"},"mixed-class":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M13 30a3 3 0 013-3 3 3 0 013 3\\"/><g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M16 24.999a2 2 0 01-1.415-.587A2 2 0 0114 22.999c0-.534.209-1.037.587-1.416A2 2 0 0116 20.999a2 2 0 011.415.586c.377.377.585.88.585 1.414s-.208 1.036-.586 1.414a2 2 0 01-1.414.586\\"/><path d=\\"M16 21.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0016 24c.341 0 .574-.16.707-.293A.98.98 0 0017 23a.98.98 0 00-.291-.706A1 1 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0116 26a3 3 0 01-2.121-.879A3 3 0 0113 22.999c0-.83.336-1.578.879-2.122A3 3 0 0116 19.999\\"/></g><g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M8 17a3 3 0 013-3 3 3 0 013 3\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M8 9.999a3 3 0 11.879 2.121A3 3 0 018 9.999\\"/><path fill=\\"currentColor\\" d=\\"M11 8.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0011 11c.341 0 .574-.16.707-.293A.98.98 0 0012 9.999a.98.98 0 00-.291-.706A1 1 0 0011 8.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 018 9.999c0-.83.336-1.578.879-2.122A3 3 0 0111 6.999\\"/></g></g><g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M18 17a3 3 0 013-3 3 3 0 013 3\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M18 9.999a3 3 0 11.879 2.121A3 3 0 0118 9.999\\"/><path fill=\\"currentColor\\" d=\\"M21 8.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0021 11c.341 0 .574-.16.707-.293A.98.98 0 0022 9.999a.98.98 0 00-.291-.706A1 1 0 0021 8.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 0118 9.999c0-.83.336-1.578.879-2.122A3 3 0 0121 6.999\\"/></g></g>"},"more-horizontal":{"body":"<g fill=\\"currentColor\\" transform=\\"rotate(90 8.9 22.767)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(-.867 3.666)\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(-.867 12.666)\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(-.867 21.667)\\"/></g>"},"more-vertical":{"body":"<g fill=\\"currentColor\\" transform=\\"translate(13.333 5.333)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(-.333 -1.334)\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(-.333 7.666)\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(-.333 16.666)\\"/></g>"},"news":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path d=\\"m9 12-5 .055V25c0 1.879.845 3 2.5 3S9 26.879 9 25V6h19v19a2.94 2.94 0 01-3 3H7\\"/><path stroke-linecap=\\"round\\" d=\\"M14 22h5m-5-10h9m-9 5h9\\"/></g>"},"no-prerequisites":{"body":"<g transform=\\"translate(8.883 9)\\"><rect width=\\"10\\" height=\\"5.002\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\".5\\" transform=\\"translate(7.117 -1)\\"/><rect width=\\"10\\" height=\\"5\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\".5\\" transform=\\"translate(7.117 10)\\"/><path fill=\\"currentColor\\" d=\\"M-3.765 3.728h1.258V-.285l-1.376.353v-1.365l2.887-.7v5.728H.118v1.272h-3.882Zm-.102 10.798a1.875 1.875 0 011.144-1.939l1.211-.639a.68.68 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.157-.455.522v.747h-1.235v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.86 1.86 0 01-1.142 1.916l-1.206.641a.63.63 0 00-.372.639v.224H.121v1.3h-3.984Z\\"/></g>"},"notes":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8 9h16M8 15h9\\"/><g transform=\\"translate(2 2)\\"><rect width=\\"28\\" height=\\"28\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"26\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4 29c4.543 0 6.857-7 6.857-7L28 28.9z\\"/></g>"},"number-code":{"body":"<defs><path id=\\"svgID0\\" d=\\"M2 0v5m2-3.75-4 2.5m4 0-4-2.5\\"/></defs><g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(8 9)\\"><rect width=\\"16\\" height=\\"11\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"9\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M12.005 9V6.835c0-1.565 1.791-2.835 4-2.835h0c2.209 0 4 1.269 4 2.835V9\\"/></g><use href=\\"#svgID0\\" stroke-linecap=\\"round\\" transform=\\"translate(6 23)\\"/><use href=\\"#svgID0\\" stroke-linecap=\\"round\\" transform=\\"translate(14 23)\\"/><use href=\\"#svgID0\\" stroke-linecap=\\"round\\" transform=\\"translate(22 23)\\"/></g>"},"numbered-list":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12 22h6m-6-5.999h15M12 10h10\\"/><path fill=\\"currentColor\\" stroke=\\"rgba(0,0,0,0)\\" d=\\"M6.059 11.275h.629V8.981l-.688.2V8.4L7.443 8v3.273H8V12H6.059Zm-.054 5.884a1.1 1.1 0 01.572-1.108l.606-.365c.134-.085.181-.187.181-.411v-.21c0-.205-.073-.3-.226-.3h-.293c-.154 0-.227.089-.227.3v.427h-.62v-.383c0-.744.313-1.107.879-1.107h.227c.569 0 .878.367.878 1.094v.211a1.09 1.09 0 01-.571 1.095l-.6.366a.37.37 0 00-.186.365v.128h1.38v.741h-2ZM8 22.793v.12c0 .727-.3 1.089-.865 1.089h-.269c-.566 0-.866-.361-.866-1.074v-.323h.608v.364q0 .28.225.28h.326c.148 0 .227-.1.227-.293v-.343c0-.189-.066-.287-.211-.287h-.484v-.692h.449c.143 0 .209-.093.209-.286v-.314c0-.194-.075-.287-.22-.287h-.275q-.216 0-.217.274v.335h-.611v-.287c0-.711.3-1.07.864-1.07h.21c.564 0 .863.359.863 1.089v.1c0 .418-.157.707-.459.786.331.062.496.385.496.819Z\\"/>"},"on-site":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m9 16 4-4h6l4-4\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M13 30a3 3 0 013-3 3 3 0 013 3\\"/><g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M16 24.999a2 2 0 01-1.415-.587A2 2 0 0114 22.999c0-.534.209-1.037.587-1.416A2 2 0 0116 20.999a2 2 0 011.415.586c.377.377.585.88.585 1.414s-.208 1.036-.586 1.414a2 2 0 01-1.414.586\\"/><path d=\\"M16 21.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0016 24c.341 0 .574-.16.707-.293A.98.98 0 0017 23a.98.98 0 00-.291-.706A1 1 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0116 26a3 3 0 01-2.121-.879A3 3 0 0113 22.999c0-.83.336-1.578.879-2.122A3 3 0 0116 19.999\\"/></g>"},"order-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 7h22M5 13h16M5 19h10M5 25h4\\"/>"},"order-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 25h22M5 19h16M5 13h10M5 7h4\\"/>"},"paste":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(10.001 3)\\"><rect width=\\"16\\" height=\\"22\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"20\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M19 28h-9a2.665 2.665 0 01-3-3V10\\"/><path stroke-linecap=\\"round\\" d=\\"M15 10h6m-6 5h6\\"/></g>"},"pausa":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12 6v20m8-20v20\\"/>"},"pdf":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M29 10H16m13 6H16m13 7H3\\"/><path stroke-linejoin=\\"round\\" d=\\"M3 9h8v8H3z\\"/></g>"},"phone":{"body":"<g transform=\\"translate(8.666 2.667)\\"><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(-1.665 -.666)\\"><rect width=\\"18\\" height=\\"28\\" rx=\\"2.999\\" stroke=\\"none\\"/><rect width=\\"16\\" height=\\"26\\" x=\\"1\\" y=\\"1\\" rx=\\"1.999\\"/></g><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" fill=\\"currentColor\\" transform=\\"translate(5.334 19.334)\\"/><rect width=\\"6\\" height=\\"3\\" fill=\\"currentColor\\" rx=\\"1\\" transform=\\"translate(4.334 .334)\\"/></g>"},"pin":{"body":"<g fill=\\"none\\"><g stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(12 7.999)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><path d=\\"M16 2.001a9.9 9.9 0 0110 9.8c0 8.412-10 18.2-10 18.2s-10-9.793-10-18.2a9.9 9.9 0 0110-9.8\\"/><path fill=\\"currentColor\\" d=\\"M16 4.001c-4.411 0-8 3.5-8 7.8 0 3.005 1.587 6.822 4.59 11.038A49 49 0 0016 27.086a49 49 0 003.373-4.193C22.4 18.657 24 14.82 24 11.8 24 7.5 20.411 4 16 4m0-2c5.523 0 10 4.388 10 9.8C26 20.212 16 30 16 30S6 20.207 6 11.8C6 6.388 10.477 2 16 2\\"/></g>"},"pin-map":{"body":"<g fill=\\"currentColor\\"><path d=\\"M16 28.56a51 51 0 01-4.186-5.088c-1.413-1.977-2.536-3.89-3.338-5.688-.979-2.193-1.475-4.206-1.475-5.982 0-4.852 4.037-8.8 8.999-8.8 4.961 0 8.998 3.948 8.998 8.8 0 1.777-.496 3.79-1.475 5.984-.803 1.798-1.925 3.711-3.338 5.688A51 51 0 0116 28.56M16 7a5.006 5.006 0 00-4.999 5c0 2.758 2.243 5 5 5 2.756 0 5-2.242 5-5 0-2.756-2.244-5-5-5\\"/><path d=\\"M16 27.08a50 50 0 003.372-4.188c1.373-1.922 2.463-3.777 3.237-5.513.922-2.065 1.389-3.941 1.389-5.577 0-4.3-3.588-7.8-7.998-7.8s-8 3.5-8 7.8c0 1.635.468 3.51 1.39 5.575.774 1.736 1.864 3.591 3.238 5.514A50 50 0 0016 27.08M16 6c3.309 0 6 2.691 6 6 0 3.308-2.691 6-6 6a6.007 6.007 0 01-5.999-6c0-3.309 2.692-6 6-6M16 30c-.026-.026-2.547-2.514-5-5.947-1.451-2.03-2.607-4.003-3.437-5.861-1.037-2.323-1.562-4.473-1.562-6.39 0-5.403 4.485-9.8 9.999-9.8 5.513 0 9.998 4.397 9.998 9.8 0 1.919-.526 4.07-1.562 6.392-.83 1.858-1.986 3.83-3.437 5.861-2.451 3.43-4.973 5.92-4.998 5.944zm0-22c-2.205 0-3.999 1.795-3.999 4s1.794 4 4 4 4-1.794 4-4-1.795-4-4-4\\"/></g>"},"pizza":{"body":"<path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20.349 3 29 29 3.05 20.333S1.182 3 20.349 3\\"/><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"1.5\\" d=\\"M6.093 21a15 15 0 01.023-3.338 14.8 14.8 0 011.449-3.019 15 15 0 011.5-2.994 15.5 15.5 0 012.637-2.1 15.2 15.2 0 012.671-2.061 15.7 15.7 0 013.306-.77A15.2 15.2 0 0121 6\\"/><path fill=\\"currentColor\\" d=\\"M18.546 10.324a2.356 2.356 0 00-3.223 3.225.78.78 0 00.581.38.8.8 0 00.674-.23l.18-.154L17.772 15l2.225-2.229-1.455-1.041.154-.158a.8.8 0 00.23-.675.78.78 0 00-.38-.58Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M9.335 22.135s-.3-4.227 4.7-2.865S16.856 25 16.856 25m10.154-2.117s-1.859 2.126-3.428-.727a2.637 2.637 0 011.455-3.947\\"/>"},"play":{"body":"<g fill=\\"none\\"><path d=\\"M26.753 14.241a2 2 0 010 3.517L8.953 27.4A2 2 0 016 25.642V6.358A2 2 0 018.953 4.6Z\\"/><path fill=\\"currentColor\\" d=\\"M25.8 16 8 6.358v19.284zm2 0c0 .69-.348 1.38-1.047 1.759L8.953 27.4C7.62 28.123 6 27.158 6 25.642V6.358c0-1.516 1.62-2.48 2.953-1.759l17.8 9.642A1.98 1.98 0 0127.801 16\\"/></g>"},"plug-in":{"body":"<g fill=\\"none\\"><path d=\\"M4 26.002a2 2 0 01-2-2v-12a2 2 0 012-2h1v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M28 24.002v-12h-3v-4h-5v4h-8v-4H7v4H4.003v12zm0 2H4.003a2 2 0 01-2-2v-12a2 2 0 012-2H5v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2\\"/></g>"},"pointer":{"body":"<g stroke=\\"currentColor\\"><g fill=\\"none\\" stroke-width=\\"2\\" transform=\\"translate(4 3.999)\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"12\\" stroke=\\"none\\"/><circle cx=\\"12\\" cy=\\"12\\" r=\\"11\\"/></g><g transform=\\"translate(12 11.999)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3.5\\" fill=\\"none\\"/></g></g>"},"printer":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M28 8.999H4a1.836 1.836 0 00-2 2v11a1.812 1.812 0 002 2h3v3a1.843 1.843 0 002 2h14a1.843 1.843 0 002-2v-3h3a1.836 1.836 0 002-2v-11a1.836 1.836 0 00-2-2\\"/><path fill=\\"currentColor\\" d=\\"M4 11v11h5v5h14v-5h5V11zm0-2h24c1.243 0 2 .734 2 2v11c0 1.265-.757 2-2 2h-3v3c0 1.257-.764 2-2 2H9c-1.236 0-2-.743-2-2v-3H4c-1.299-.004-2-.735-2-2V11c0-1.266.757-2 2-2\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M21 15h3\\"/><g stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"M21.001 5.998h-2v-2Z\\"/><path stroke-miterlimit=\\"10\\" d=\\"M11 10V6a1.8 1.8 0 012-2h6l2 2v4\\"/></g><g stroke-miterlimit=\\"10\\"><path d=\\"M7 20h18v7a2.3 2.3 0 01-2.25 2H9.25A2.3 2.3 0 017 27Z\\"/><path fill=\\"currentColor\\" d=\\"M9 22v4.852c.067.07.186.143.25.148h13.497a.54.54 0 00.253-.15V22zm-2-2h18v7c0 .997-1.125 2-2.25 2H9.25C8.125 29 7 28.003 7 27z\\"/></g></g>"},"profile":{"body":"<g stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(8 5.334)\\"><path fill=\\"rgba(0,0,0,0)\\" d=\\"M2.2 10.588a4 4 0 010-7.84 7.005 7.005 0 0111.6 0 4 4 0 010 7.84 7 7 0 01-11.6 0Z\\"/><path fill=\\"none\\" stroke-linejoin=\\"round\\" d=\\"M-1 24.666a9 9 0 019-9 9 9 0 019 9\\"/><rect width=\\"8\\" height=\\"8\\" fill=\\"none\\" rx=\\"4\\" transform=\\"translate(-1 2.666)\\"/><rect width=\\"8\\" height=\\"8\\" fill=\\"none\\" rx=\\"4\\" transform=\\"translate(9 2.666)\\"/></g>"},"profile-add":{"body":"<g stroke=\\"currentColor\\" stroke-width=\\"2\\"><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M19 8h10m-5-5v10\\"/><g transform=\\"translate(4 5.332)\\"><path fill=\\"rgba(0,0,0,0)\\" d=\\"M1.624 11.334a3 3 0 010-5.328 6 6 0 0110.761 0 3 3 0 010 5.328 6 6 0 01-10.752 0Z\\"/><path fill=\\"none\\" stroke-linejoin=\\"round\\" d=\\"M-1 24.666a8 8 0 018-8 8 8 0 018 8\\"/><rect width=\\"6\\" height=\\"6\\" fill=\\"rgba(0,0,0,0)\\" rx=\\"3\\" transform=\\"translate(0 5.668)\\"/><rect width=\\"6\\" height=\\"6\\" fill=\\"rgba(0,0,0,0)\\" rx=\\"3\\" transform=\\"translate(8 5.668)\\"/></g></g>"},"push-pin-off":{"body":"<path fill=\\"currentColor\\" d=\\"M15.982 29.004a2.22 2.22 0 01-1.7-.791 11.5 11.5 0 01-2.264-3.984l1.664-1.664c.011.074.021.146.036.23a9 9 0 002.095 4.131.22.22 0 00.173.076.24.24 0 00.165-.066l10.788-10.789a.22.22 0 00.066-.172.23.23 0 00-.08-.164 8.9 8.9 0 00-4.362-2.127l1.665-1.664a11.6 11.6 0 013.984 2.26 2.23 2.23 0 01.138 3.283L17.566 28.352a2.24 2.24 0 01-1.584.652m-5.938-11.289L6.255 13.93a.22.22 0 00-.155-.066l-1.509-.008a1.6 1.6 0 01-1.123-2.725l7.655-7.66a1.6 1.6 0 012.729 1.123l.009 1.508a.22.22 0 00.066.16l3.786 3.785-1.414 1.414-3.787-3.783a2.24 2.24 0 01-.652-1.566v-.541l-6.292 6.293h.545a2.22 2.22 0 011.563.652l3.788 3.787-1.414 1.412Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"m23 23 5 5\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 28 28 4\\"/>"},"push-pin-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path d=\\"M27.567 15.045c-3.424-2.88-6.319-2.55-7.566-2.2a1.23 1.23 0 01-1.209-.309l-5.573-5.571a1.22 1.22 0 01-.359-.86l-.007-1.509a.6.6 0 00-1.02-.418l-7.657 7.656a.6.6 0 00.418 1.02l1.509.007a1.22 1.22 0 01.86.359l5.572 5.572a1.23 1.23 0 01.309 1.209c-.352 1.248-.682 4.142 2.2 7.566a1.235 1.235 0 001.811.074l10.786-10.785a1.235 1.235 0 00-.074-1.811Z\\"/><path stroke-linecap=\\"round\\" d=\\"m23 23 5 5\\"/></g>"},"qrcode":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2.001)\\"><rect width=\\"9\\" height=\\"9\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"7\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 20.999)\\"><rect width=\\"9\\" height=\\"9\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"7\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(21 2.001)\\"><rect width=\\"9\\" height=\\"9\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"7\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M3 16h12v3m1-15.999v7m13 4v8m-13.999 4.333V29h5v-8M20 16h5v3m1 10h3v-3\\"/></g>"},"question-badge":{"body":"<g transform=\\"translate(2.667 2.667)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" fill=\\"currentColor\\" transform=\\"translate(-.667 -.666)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M8.333 7.531a5.2 5.2 0 016.557-2.916 4.5 4.5 0 013.442 4.859c0 3.236-5 4.859-5 4.859\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M13.333 22.334v-2\\"/></g>"},"radio":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g>"},"redo":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M26 12H11c-4.37 0-7 2.68-7 5.984V18c0 3.305 2.629 6 7 6h5.1\\"/><path stroke-linejoin=\\"round\\" d=\\"m21.999 6 6 6-6 6\\"/></g>"},"relations":{"body":"<g fill=\\"none\\"><g stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(4.267 7.534)\\"><path d=\\"m2.733 3.467 3 3\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-1.267 -.533)\\"/></g><g stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(14.934 5.334)\\"><path d=\\"M1.066 2.666v4\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.934 -1.334)\\"/></g><g stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(21.4 6.534)\\"><path d=\\"m3.6 4.467-3 3\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(3.6 .467)\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M12 29a4 4 0 014-4 4 4 0 014 4\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M12 19.999a4 4 0 111.172 2.828A4 4 0 0112 19.999\\"/><path fill=\\"currentColor\\" d=\\"M16 17.999a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414A2 2 0 0016 18m0-2c1.106 0 2.102.446 2.828 1.17A3.98 3.98 0 0120 19.999a3.98 3.98 0 01-1.172 2.828A4 4 0 0116 23.999a4 4 0 01-2.828-1.172A4 4 0 0112 19.999c0-1.106.448-2.104 1.172-2.83A4 4 0 0116 15.999\\"/></g></g>"},"reload":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M23 22.791A9.7 9.7 0 0115.804 26a9.9 9.9 0 01-9.8-10M9 8.6A10.23 10.23 0 0115.837 6 10.083 10.083 0 0126 16\\"/><path stroke-linejoin=\\"round\\" d=\\"m9 17-3-3-3 3m20-1.999 3 3 3-3\\"/></g>"},"remove":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M4 16h24\\"/>"},"remove-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 2.001)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" d=\\"M11 16.001h10\\"/></g>"},"reorder":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M4 18h24M4 14h24\\"/><path stroke-linejoin=\\"round\\" d=\\"m20 8-4-4-4 4m0 16 4 4 4-4\\"/></g>"},"repeat":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"m22.999 4.999 4 4-4 4M9 27l-4-4 4-4\\"/><path d=\\"M5 14.999v-3a3.177 3.177 0 013.331-3H25m2 8v3a3.177 3.177 0 01-3.331 3H7\\"/></g>"},"repository":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m24 16.001-3-3-3 3m2.999-1v6\\"/><path d=\\"M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M28 24V10H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24zm0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2\\"/></g>"},"request-form":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(4 4)\\"><path d=\\"M18 14.001a5.46 5.46 0 01-4 4m0-12a5.46 5.46 0 014 4m-12 0a5.46 5.46 0 014-4m0 12a5.45 5.45 0 01-4-4m16.994 1.142c-.814 5.444-3.307 7.016-7.856 7.856m0-22c4.456.92 7.018 3.384 7.856 7.856m-22 0C1.914 4.404 4.382 1.839 8.85.999m0 22c-4.55-.846-7-3.308-7.856-7.856\\"/><rect width=\\"6\\" height=\\"8\\" rx=\\"1.333\\" transform=\\"translate(9 17)\\"/><rect width=\\"8\\" height=\\"6\\" rx=\\"1.333\\" transform=\\"translate(17 9)\\"/><rect width=\\"8\\" height=\\"6\\" rx=\\"1.333\\" transform=\\"translate(-1 9)\\"/><rect width=\\"6\\" height=\\"8\\" rx=\\"1.333\\" transform=\\"translate(9 -1)\\"/></g>"},"resize-100":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M29 11V5h-6m0 22.001h6v-6M9 4.999H3v6m-.001 10.003v6h6\\"/><path fill=\\"currentColor\\" d=\\"M6.999 21h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018Zm11.998 0h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018ZM15 14.999h2v-2h-2Zm0 4h2v-2h-2Z\\"/>"},"resize-height":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"m20 11.001-4-4-4 4m0 10.003 4 4 4-4\\"/><path d=\\"M5 3h22M5 29h22\\"/></g>"},"resize-width":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"m21 20.001 4-4-4-4M10.999 12l-4 4 4 4\\"/><path d=\\"M29 5v22M3 5v22\\"/></g>"},"search":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m18 18 10 10\\"/><g fill=\\"none\\" transform=\\"translate(3 3)\\"><circle cx=\\"9\\" cy=\\"9\\" r=\\"9\\" stroke=\\"none\\"/><circle cx=\\"9\\" cy=\\"9\\" r=\\"8\\"/></g></g>"},"sequential-prerequisites":{"body":"<g transform=\\"translate(4.333 5.333)\\"><rect width=\\"10\\" height=\\"5\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\".5\\" transform=\\"translate(11.667 .666)\\"/><path fill=\\"currentColor\\" d=\\"M.785 5.394h1.258V1.381l-1.376.353V.369l2.887-.7v5.728h1.114v1.272H.786Zm-.101 14.8a1.875 1.875 0 011.144-1.939l1.211-.639a.68.68 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.156-.455.522v.747H.672v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.86 1.86 0 01-1.142 1.916l-1.206.641a.63.63 0 00-.372.639v.224h2.751v1.3H.688Z\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(11.667 13.667)\\"><rect width=\\"10\\" height=\\"8\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M14.672 13.668v-1.3a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7v1.3\\"/></g></g>"},"settings":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" transform=\\"translate(4 4.001)\\"><path d=\\"M10.478 24h3.044l.372-2.988.516-.142a9 9 0 002.153-.892l.467-.269 2.378 1.856 2.156-2.156-1.856-2.378.271-.468a9 9 0 00.892-2.153l.142-.515L24 13.522v-3.045l-2.987-.371-.142-.516a9 9 0 00-.893-2.155l-.269-.467 1.856-2.378-2.157-2.155-2.378 1.857-.467-.271a9 9 0 00-2.153-.892l-.516-.145-.372-2.987h-3.044l-.372 2.987-.516.142a9 9 0 00-2.153.892l-.467.271-2.378-1.854-2.156 2.156 1.856 2.378-.269.468a9 9 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516a9 9 0 00.893 2.152l.269.468-1.855 2.378 2.156 2.156 2.378-1.856.467.269a9 9 0 002.153.892l.516.142Z\\"/><path fill=\\"currentColor\\" d=\\"m13.522 24 .372-2.988.516-.142a9 9 0 002.153-.892l.467-.27 2.378 1.856 2.156-2.156-1.856-2.378.27-.468a9 9 0 00.893-2.153l.142-.515L24 13.522v-3.045l-2.987-.37-.142-.517a9 9 0 00-.893-2.154l-.27-.467 1.856-2.378-2.156-2.156-2.378 1.857-.467-.27a9 9 0 00-2.153-.893l-.516-.142L13.522 0h-3.044l-.372 2.987-.516.142a9 9 0 00-2.153.892l-.467.27-2.378-1.856L2.436 4.59l1.856 2.378-.27.468a9 9 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516c.21.768.511 1.492.893 2.152l.27.468-1.856 2.378 2.156 2.156 2.378-1.856.467.27a9 9 0 002.153.892l.516.142.372 2.988zm0 2h-3.044a2 2 0 01-1.985-1.753l-.21-1.691q-.576-.203-1.119-.463l-1.342 1.048a2 2 0 01-2.645-.163l-2.155-2.155a2 2 0 01-.163-2.645l1.048-1.342a11 11 0 01-.464-1.119l-1.69-.21A2 2 0 01-2 13.521v-3.045A2 2 0 01-.246 8.492l1.689-.21q.203-.575.464-1.119L.859 5.821a2 2 0 01.163-2.645l2.155-2.155A2 2 0 015.822.858l1.342 1.048q.543-.26 1.119-.463l.21-1.69A2 2 0 0110.479-2h3.044a2 2 0 011.984 1.753l.211 1.69q.576.203 1.12.463l1.34-1.048a2 2 0 012.646.163l2.155 2.155a2 2 0 01.163 2.645l-1.047 1.342q.26.543.463 1.12l1.69.21A2 2 0 0126 10.476v3.045a2 2 0 01-1.753 1.984l-1.69.211q-.203.575-.463 1.119l1.047 1.342a2 2 0 01-.163 2.645l-2.155 2.155a2 2 0 01-2.645.163l-1.342-1.047q-.541.259-1.119.462l-.21 1.691A2 2 0 0113.522 26\\"/><circle cx=\\"5\\" cy=\\"5\\" r=\\"5\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(7 6.999)\\"/></g>"},"share":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(4.333 4) translate(-.333 8)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(4.333 4) translate(14.667 17)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(4.333 4) translate(14.667 -1)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m20 24-9-7m9-8-9 6\\"/></g>"},"sketch":{"body":"<g fill=\\"none\\"><path d=\\"M21.309 4.002a2 2 0 011.759 1.047l5.417 10a2 2 0 010 1.905l-5.417 10a2 2 0 01-1.759 1.048H10.691a2 2 0 01-1.759-1.047l-5.417-10a2 2 0 010-1.905l5.417-10a2 2 0 011.759-1.048Z\\"/><path fill=\\"currentColor\\" d=\\"m10.691 6.002-5.416 10 5.416 10H21.31l5.416-10-5.416-10zm0-2H21.31a2 2 0 011.758 1.047l5.417 10a2 2 0 010 1.906l-5.417 10a2 2 0 01-1.758 1.047H10.69a2 2 0 01-1.758-1.047l-5.417-10a2 2 0 010-1.906l5.417-10a2 2 0 011.758-1.047\\"/></g>"},"skills":{"body":"<g transform=\\"translate(2.667 1.666)\\"><rect width=\\"6\\" height=\\"6\\" fill=\\"currentColor\\" rx=\\"1\\" transform=\\"translate(1.333 6.334)\\"/><path fill=\\"currentColor\\" d=\\"M21.465 6.853a1 1 0 011.736 0l2.277 3.981a1 1 0 01-.868 1.5h-4.554a1 1 0 01-.868-1.5Zm-8.739-5.055a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7h-2.233a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z\\"/><g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M9.333 27.334a4 4 0 014-4 4 4 0 014 4\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M9.333 18.333a4 4 0 111.172 2.828 4 4 0 01-1.172-2.828\\"/><path fill=\\"currentColor\\" d=\\"M13.333 16.333a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414a2 2 0 00-1.416-.586m0-2c1.106 0 2.102.446 2.828 1.17a3.98 3.98 0 011.172 2.83 3.98 3.98 0 01-1.172 2.828 4 4 0 01-2.828 1.172 4 4 0 01-2.828-1.172 4 4 0 01-1.172-2.828c0-1.106.448-2.104 1.172-2.83a4 4 0 012.828-1.17\\"/></g></g></g>"},"skip-back":{"body":"<g fill=\\"none\\"><path d=\\"M6.186 18.752a2 2 0 010-3.5l13.85-7.617A2 2 0 0123 9.383v15.234a2 2 0 01-2.964 1.753Z\\"/><path fill=\\"currentColor\\" d=\\"M7.15 17 21 24.617V9.383zm-2 0a1.98 1.98 0 011.036-1.752l13.85-7.618C21.37 6.897 23 7.861 23 9.383v15.234c0 1.522-1.63 2.486-2.964 1.753l-13.85-7.618A1.98 1.98 0 015.15 17\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M26 8v18\\"/></g>"},"skip-forward":{"body":"<g fill=\\"none\\"><path d=\\"M25.814 14.248a2 2 0 010 3.5l-13.85 7.617A2 2 0 019 23.617V8.383a2 2 0 012.964-1.753Z\\"/><path fill=\\"currentColor\\" d=\\"M24.85 16 11 8.383v15.234zm2 0a1.98 1.98 0 01-1.036 1.752l-13.85 7.618C10.631 26.103 9 25.139 9 23.617V8.383c0-1.522 1.63-2.486 2.964-1.753l13.85 7.618A1.98 1.98 0 0126.85 16\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M6 6.999v18\\"/></g>"},"sms":{"body":"<g fill=\\"none\\"><g stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2 6.001)\\"><rect width=\\"28\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M8 13h16M8 17.001h10\\"/><path d=\\"M8 23h5l-5 5Z\\"/><path fill=\\"currentColor\\" d=\\"M8 23h5l-5 5z\\"/></g>"},"sso-access":{"body":"<g fill=\\"none\\"><path d=\\"M24 24H8.757a3 3 0 01-.322-.017Q8.219 24 7.998 24a6 6 0 01-1.951-11.676 5 5 0 016.516-4.073A8 8 0 0126.997 12.8a6 6 0 01-2.692 11.192c-.073 0-.146.008-.221.008Z\\"/><path fill=\\"currentColor\\" d=\\"m24.083 21.999.088-.003.033-.002a3.995 3.995 0 003.798-3.993 4.02 4.02 0 00-2.006-3.47l-.972-.561-.027-1.121a5.97 5.97 0 00-1.807-4.143A5.96 5.96 0 0019 6.998a5.95 5.95 0 00-4.83 2.44l-.857 1.163-1.374-.45a3.005 3.005 0 00-3.91 2.44l-.166 1.222-1.165.4a4.003 4.003 0 001.587 7.774l.176-.012.175.017q.064.007.12.007zm0 2H8.757q-.163 0-.322-.017-.216.017-.437.017A6 6 0 012 18.001a6.01 6.01 0 014.047-5.678 4.998 4.998 0 016.516-4.073A7.99 7.99 0 0119 4.998a8 8 0 017.996 7.8A6.002 6.002 0 0124.083 24\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M16 14v5\\"/><g transform=\\"translate(14 13)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1\\"/></g></g>"},"star":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z\\"/>"},"star-active":{"body":"<path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z\\"/>"},"success":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" transform=\\"translate(3.001 4.005)\\"><rect width=\\"6\\" height=\\"14\\" rx=\\"2.005\\" transform=\\"translate(.999 9.995)\\"/><path stroke-linecap=\\"round\\" d=\\"M23.359 12.575h-1.226l.1-.678h1.13a1.678 1.678 0 000-3.354h-2.719l-3.951-.083s.855-6.084-2.775-8.125C11.588-.842 11.154 1.4 11.154 1.4v4.237L9.769 7.049s-2.771 2.62-2.771 4.264v9.857a2.622 2.622 0 002.772 2.82h11.333a1.678 1.678 0 000-3.354h-.111l.1-.679h1.143a1.677 1.677 0 000-3.353h-.668l.1-.679h1.7a1.678 1.678 0 000-3.354Z\\"/></g>"},"sun":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(8 8)\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7\\"/></g><path stroke-linecap=\\"round\\" d=\\"M16 5V3m0 26v-2m11-11h2M3 16h2m20 9 1 1M6 6l1 1m18 0 1-1M6 26l1-1\\"/></g>"},"sunrise":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M8 23a8 8 0 018-8 8 8 0 018 8Z\\"/><path fill=\\"currentColor\\" d=\\"M21.658 21A6.01 6.01 0 0016 17a6.01 6.01 0 00-5.657 4zm2.343 2H8a8 8 0 018-8 8 8 0 018 8\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M16 11.999v-3m-13 13h26m-23-10 2 2m16 0 2-2\\"/></g>"},"support":{"body":"<g stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(5.333 4.335)\\"><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M3.667 6.666c0-3.314 3.134-6 7-6s7 2.686 7 6\\"/><g fill=\\"none\\" stroke-width=\\"2\\" transform=\\"translate(-.333 6.666)\\"><rect width=\\"8\\" height=\\"10\\" rx=\\"2.004\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"1.004\\"/></g><g fill=\\"none\\" stroke-width=\\"2\\" transform=\\"translate(13.667 6.666)\\"><rect width=\\"8\\" height=\\"10\\" rx=\\"2.004\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"1.004\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M17.667 15.666v2.4a3.5 3.5 0 01-3.363 3.6h-.633\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" fill=\\"currentColor\\" stroke-linecap=\\"round\\" transform=\\"translate(9.667 19.666)\\"/></g>"},"survey":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M27 3.193H12c-1.5 0-2 .5-2 2v8c0 1.5.5 2 2 2h2l.465 2.389c.261 1 1.242-.071 1.535-.389l2-2h9c1.5 0 2-.5 2-2v-8c0-1.503-.5-2-2-2\\"/><path fill=\\"currentColor\\" d=\\"M12 5.193v8h2a2 2 0 011.873 1.299l.713-.713A2 2 0 0118 13.193h9v-8zm0-2h15c1.496 0 2 .497 2 2v8c0 1.5-.504 2-2 2h-9l-2 2c-.293.318-1.274 1.393-1.535.39L14 15.192h-2c-1.5 0-2-.504-2-2v-8c0-1.504.5-2 2-2\\"/></g><path fill=\\"currentColor\\" d=\\"M17.982 8.112a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1.3.3 0 000-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.029-.08m6 0a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1.3.3 0 000-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.029-.08\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M4.001 30a4 4 0 014-4 4 4 0 014 4\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(4 17)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"3\\"/></g>"},"table":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g transform=\\"translate(2 6)\\"><rect width=\\"28\\" height=\\"20\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"18\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path d=\\"M11 6v20M3 13h26M3 19h26\\"/></g>"},"tematic-channels":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" d=\\"M16 4v24m6 0H10\\"/><path d=\\"M16 6.999h8.816L27 9.291l-2.184 2.708H16ZM15.999 16H7.183l-2.184-2.292L7.183 11h8.816Z\\"/></g>"},"test":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 4)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"1.996\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\".996\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 18)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"1.996\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\".996\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M22.657 5.008 18.19 21.704l1.196 5.202 3.634-3.91L27.487 6.3Z\\"/></g>"},"text-body":{"body":"<path fill=\\"currentColor\\" d=\\"M4.363 23.427h4.06V9.565L4 10.888V8.124l7.434-2.122v17.425H15v2.575H4.363Zm12.999 0h4.06V9.565l-4.423 1.323V8.124l7.434-2.122v17.425h3.566v2.575H17.362Z\\"/>"},"text-edit":{"body":"<path fill=\\"currentColor\\" d=\\"M11.645 19.27H7.362l-.795 2.731H4l3.721-12h3.565l3.714 12h-2.567Zm-.522-1.8-.758-2.614c-.288-1.013-.553-1.945-.866-3.121-.3 1.175-.577 2.108-.858 3.121l-.756 2.614Zm12.878-2.977v7.358h-1.708l-.208-.883-1.351.586a5 5 0 01-1.961.448c-1.692 0-2.773-1.143-2.773-3.135v-.177c0-1.85 1.135-2.917 3.676-2.917h2.072V14.23c0-.8-.278-1.253-1.151-1.253h-.749c-.742 0-1.143.246-1.143.948v.772h-2.287v-.632c0-1.957 1.274-3.059 3.459-3.059h.68c2.131-.004 3.444.937 3.444 3.487m-2.253 3.009h-2.125c-.889 0-1.3.272-1.3.942v.634c0 .67.331 1 .9 1a2.6 2.6 0 001.027-.23l1.5-.467ZM26 4h2v24h-2Z\\"/>"},"text-style":{"body":"<path fill=\\"currentColor\\" d=\\"M13.731 20.358H8.28L7.268 24H4L8.736 8h4.538L18 24h-3.265Zm-.666-2.4-.965-3.486c-.367-1.351-.7-2.594-1.1-4.161-.387 1.567-.734 2.81-1.092 4.161l-.963 3.486Zm14.932-2.832v8.695H26.08l-.234-1.043-1.52.692a5.4 5.4 0 01-2.207.53c-1.9 0-3.118-1.351-3.118-3.7v-.21c0-2.184 1.277-3.447 4.135-3.447h2.328v-1.828c0-.951-.312-1.482-1.294-1.482h-.843c-.835 0-1.286.291-1.286 1.121v.911H19.47v-.749c0-2.314 1.434-3.616 3.892-3.616h.763c2.399 0 3.872 1.113 3.872 4.126m-2.537 3.557h-2.385c-1 0-1.468.32-1.468 1.112v.751c0 .792.373 1.183 1.007 1.183a2.8 2.8 0 001.155-.271l1.685-.55Z\\"/>"},"time":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2.001)\\"><circle cx=\\"14\\" cy=\\"14\\" r=\\"14\\" stroke=\\"none\\"/><circle cx=\\"14\\" cy=\\"14\\" r=\\"13\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m19.001 13-3 3 5 5\\"/></g>"},"toilet-piper":{"body":"<g transform=\\"translate(4 5.333)\\"><ellipse cx=\\"4\\" cy=\\"9\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" rx=\\"4\\" ry=\\"9\\" transform=\\"translate(17 -2.334)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M21-2.333H4.4Q0-2.333 0 2.255v21.412h17.067V8.374\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M13 13.666h1m-6 0h1m-6 0h1\\"/><ellipse cx=\\"1\\" cy=\\"2\\" fill=\\"currentColor\\" rx=\\"1\\" ry=\\"2\\" transform=\\"translate(20 4.666)\\"/></g>"},"training-points":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g transform=\\"translate(2.667 4) translate(-.667 4)\\"><circle cx=\\"11\\" cy=\\"11\\" r=\\"11\\" stroke=\\"none\\"/><circle cx=\\"11\\" cy=\\"11\\" r=\\"10\\"/></g><g transform=\\"translate(2.667 4) translate(4.333 9)\\"><circle cx=\\"6\\" cy=\\"6\\" r=\\"6\\" stroke=\\"none\\"/><circle cx=\\"6\\" cy=\\"6\\" r=\\"5\\"/></g><path stroke-linecap=\\"round\\" d=\\"M13 19 23 9\\"/><path stroke-linejoin=\\"round\\" d=\\"m26.001 3-3 3v3h3l3-3Z\\"/></g>"},"trash":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path d=\\"M7 4.999h18v21a3 3 0 01-3 3H10a3 3 0 01-3-3z\\" stroke=\\"none\\"/><path d=\\"M9 5.999h14a1 1 0 011 1v19a2 2 0 01-2 2H10a2 2 0 01-2-2v-19a1 1 0 011-1Z\\"/><path stroke-linecap=\\"round\\" d=\\"M5 6h22\\"/><path d=\\"M18.999 6h-6V4a1 1 0 011-1h4a1 1 0 011 1z\\" stroke=\\"none\\"/><path d=\\"M17.999 5h-4V4h4z\\"/><path stroke-linecap=\\"round\\" d=\\"M13 13v8m6-8v8\\"/></g>"},"underline":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M8 5v10c0 5.1 3.583 8 8 8s8-2.9 8-8V5M6 27h20\\"/>"},"undo":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M6 12.001h15c4.37 0 7 2.68 7 5.984v.016c0 3.305-2.629 6-7 6h-5.1\\"/><path stroke-linejoin=\\"round\\" d=\\"m10 6.001-6 6 6 6\\"/></g>"},"unlock":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m10.614 13-1.277-1.277a4.48 4.48 0 010-6.385h0a4.48 4.48 0 016.386 0l1.273 1.276\\"/><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M16 19v4\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 12.001)\\"><rect width=\\"24\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"22\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g></g>"},"upload":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m19.999 9-4-4-4 4M16 5v14m12 4.001v4H4v-4\\"/>"},"user":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(8 5.333)\\"><rect width=\\"14\\" height=\\"14\\" rx=\\"7\\" transform=\\"translate(1 -.334)\\"/><path stroke-linejoin=\\"round\\" d=\\"M-1 24.666a9 9 0 019-9 9 9 0 019 9\\"/></g>"},"user-add":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M19 8h10m-5-5v10\\"/><g transform=\\"translate(4 7)\\"><rect width=\\"14\\" height=\\"14\\" rx=\\"7\\" stroke=\\"none\\"/><rect width=\\"12\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"6\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M3 30a8 8 0 1116 0\\"/></g>"},"user-badge":{"body":"<path fill=\\"currentColor\\" d=\\"m16.874 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.44 1.44 0 011.369 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.326 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.44 1.44 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.34 1.34 0 00-1.747 0l-2.153 1.831a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.44 1.44 0 01-1.369-1.97l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.44 1.44 0 011.369-1.981l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.34 1.34 0 001.747-.001\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M16 9a4 4 0 11-4 4 4 4 0 014-4Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M11 23.001a5 5 0 015-5 5 5 0 015 5\\"/>"},"video-off":{"body":"<g fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"m28 19.886-5.819-3.888 5.82-3.887z\\"/><path d=\\"m27 13.982-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15\\"/></g><path fill=\\"currentColor\\" d=\\"M20 22.998h-6.759l2-2H20v-4.76l2-2v6.76a2 2 0 01-2 2m-14.983-.256A2 2 0 014 20.998v-10a2 2 0 012-2h12.759l-2 2H6v10h.759l-1.741 1.74Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 28 28 4\\"/>"},"video-on":{"body":"<g fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"m28 19.887-5.819-3.888 5.82-3.887z\\"/><path d=\\"m27 13.983-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(4 9.001)\\"><rect width=\\"18\\" height=\\"14\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"16\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g>"},"video-rec":{"body":"<g transform=\\"translate(7.709 9.695)\\"><g fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"m20.291 10.19-5.819-3.887 5.82-3.887z\\"/><path d=\\"m19.291 4.287-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(-3.709 -.695)\\"><rect width=\\"18\\" height=\\"14\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"16\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" fill=\\"currentColor\\" transform=\\"translate(-4.709 -1.695)\\"/></g>"},"view":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(4 5.667)\\"><path d=\\"M21 19.334H7a3 3 0 01-3-3v-1h13a3 3 0 003-3v-7h1a3 3 0 013 3v8a3 3 0 01-3 3Z\\"/><rect width=\\"20\\" height=\\"14\\" rx=\\"3\\" transform=\\"translate(0 1.334)\\"/></g>"},"view-card":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 9.999)\\"><rect width=\\"16\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(20 13.999)\\"><rect width=\\"10\\" height=\\"8\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"view-list":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 9) translate(0 -2)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(2 9) translate(0 8)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" d=\\"M13 13h8m-8 10h8M13 9h16M13 19h16\\"/></g>"},"voice-off":{"body":"<rect fill=\\"none\\" transform=\\"translate(.001)\\"/><path fill=\\"currentColor\\" d=\\"m16.253 19.99 3.737-3.736a4 4 0 01-3.736 3.738Zm-4.251-4.234V6a4 4 0 118 0v1.76l-2 2V6a2 2 0 00-4 0v7.758l-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M16.001 24a8.7 8.7 0 01-3.174-.588l1.6-1.594a7 7 0 001.578.182c3.309 0 6-2.334 6-5.205V15a1 1 0 112 0v1.795a6.8 6.8 0 01-2.389 5.135A8.42 8.42 0 0116.001 24m-7.52-4.725a6.6 6.6 0 01-.482-2.479V15a1 1 0 112 0v1.795a4.5 4.5 0 00.086.879l-1.6 1.6Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M16.001 23v6\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12.001 29h8\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"m4.001 28 24-24\\"/>","width":32.001},"voice-on":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(12 1.999)\\"><rect width=\\"8\\" height=\\"18\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"3\\"/></g><path stroke-linecap=\\"round\\" d=\\"M22.999 15v1.8c0 3.426-3.134 6.2-7 6.2h0c-3.866 0-7-2.777-7-6.2V15\\"/><path d=\\"M16 23v6\\"/><path stroke-linecap=\\"round\\" d=\\"M12 28.999h8\\"/></g>"},"volume-down":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M26.003 13.001a5.075 5.075 0 010 6\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M3.999 19.999a2.19 2.19 0 002 2h7a1.42 1.42 0 011 .35l5.025 3.254a1.828 1.828 0 002.975-1.321V7.717a1.828 1.828 0 00-2.975-1.321l-5.025 3.3a1.38 1.38 0 01-1 .3h-7a2.19 2.19 0 00-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M19.999 23.851V8.15l-4.844 3.185c-.787.585-1.53.665-2.156.665H6.102a.5.5 0 00-.103.107v7.786a.5.5 0 00.103.107H13c.826 0 1.494.22 2.152.713zM20.173 26c-.395 0-.798-.124-1.149-.397L14 22.349c-.326-.255-.576-.35-1-.35H6c-1.003 0-2-1.053-2-2v-8c0-.946.997-2 2-2h7c.424 0 .674-.043 1-.298l5.025-3.305C20.21 5.471 22 6.266 22 7.717v16.565C22 25.303 21.113 26 20.174 26\\"/></g></g>"},"volume-off":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"m21 19 6-6m-6 0 6 6\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M4 18.999a2.18 2.18 0 002 2h5a2.1 2.1 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.1 2.1 0 01-1 .5H6a2.15 2.15 0 00-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M16 22.48V9.517l-2.64 2.45q-.078.074-.166.139c-.42.312-1.2.893-2.194.893H6.085a.4.4 0 00-.085.085v5.819a.5.5 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139zm.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255\\"/></g></g>"},"volume-up":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M22.001 11.999a8.6 8.6 0 010 8m4-8.999a13.1 13.1 0 010 10\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M4 18.999a2.18 2.18 0 002 2h5a2.1 2.1 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.1 2.1 0 01-1 .5H6a2.15 2.15 0 00-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M16 22.48V9.517l-2.64 2.45q-.078.074-.166.139c-.42.312-1.2.893-2.194.893H6.085a.4.4 0 00-.085.085v5.819a.5.5 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139zm.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255\\"/></g></g>"},"warning":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M16 11v6m0 6v-2\\"/><path d=\\"M14.008 5.111a2.343 2.343 0 013.985 0l5.848 9.78 5.849 9.779a2.223 2.223 0 01-1.992 3.332H4.3a2.223 2.223 0 01-1.992-3.332l5.849-9.779Z\\"/><path fill=\\"currentColor\\" d=\\"M16 6.001c-.089 0-.208.024-.276.137L4.028 25.695c-.022.037-.05.083-.003.165.037.065.115.142.279.142h23.392c.164 0 .242-.077.279-.142.046-.082.019-.128-.003-.164L16.277 6.138C16.207 6.025 16.087 6 16 6m0-2c.775 0 1.55.37 1.992 1.11l11.697 19.56c.885 1.481-.222 3.332-1.993 3.332H4.304c-1.77 0-2.878-1.85-1.993-3.332L14.008 5.11C14.45 4.37 15.225 4 16 4\\"/></g>"},"webinar":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M3.001 19V5.814c0-1.992.2-2.811 2-2.811h21.11c1.8 0 2.889 1.208 2.889 3.2v12.8\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M6 20.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M6 15.999a2 2 0 11.586 1.414A2 2 0 016 15.999\\"/><path fill=\\"currentColor\\" d=\\"M8 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 17.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 13.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M10 29.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M10 24.999a2 2 0 11.586 1.414A2 2 0 0110 24.999\\"/><path fill=\\"currentColor\\" d=\\"M12 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 22.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M18 29.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M18 24.999a2 2 0 11.586 1.414A2 2 0 0118 24.999\\"/><path fill=\\"currentColor\\" d=\\"M20 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0120 22.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M14 20.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M14 15.999a2 2 0 11.586 1.414A2 2 0 0114 15.999\\"/><path fill=\\"currentColor\\" d=\\"M16 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0116 13.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M22 20.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M22 15.999a2 2 0 11.586 1.414A2 2 0 0122 15.999\\"/><path fill=\\"currentColor\\" d=\\"M24 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0124 13.999\\"/></g></g>"},"whiteboard":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" d=\\"m4 29 7-9m5 9v-9m12 9-7-9\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 3)\\"><rect width=\\"28\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"26\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path d=\\"M9 13.769c1.995-1.507 4.428-4.772 8.4-4.772-1.689 5.643 3.537 7.475 5.6 4.772\\"/></g>"},"wine":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" d=\\"M23.226 21.973c4.09-1.922 2.45-9.973 2.45-9.973h-7.351s-1.64 8.05 2.45 9.973a2 2 0 00.539.02h1.411a1.8 1.8 0 00.501-.02M22 23v5m3 0h-6\\"/><path d=\\"M7.266 29a1.6 1.6 0 01-.869-.4 1.34 1.34 0 01-.4-.933C6.02 13.576 6.006 13 5.997 13l2-4V3h3.994v6l2 4c.014.012-.021.576 0 14.667a1.34 1.34 0 01-.4.933 1.13 1.13 0 01-.933.4Z\\"/><path d=\\"M6 16.001h4v8H6z\\"/></g>"},"zip":{"body":"<path fill=\\"currentColor\\" d=\\"M25.001 23.999a1 1 0 101 1 1 1 0 00-1-1\\"/><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M4 6v6m6-6v6m6-6v6\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(21 5)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"1\\" stroke=\\"none\\"/><path d=\\"M1 1h6v6H1z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M24.883 29c-4.239 0-3.876-5-3.876-5l.985-7h6l1 7s.349 5-3.89 5Z\\"/>"},"zoom-in":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"M9 12h6m-3-3v6\\"/><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m18 18 10 10\\"/><g fill=\\"none\\" transform=\\"translate(3 3)\\"><circle cx=\\"9\\" cy=\\"9\\" r=\\"9\\" stroke=\\"none\\"/><circle cx=\\"9\\" cy=\\"9\\" r=\\"8\\"/></g></g>"},"zoom-out":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m18 18 10 10\\"/><g fill=\\"none\\" transform=\\"translate(3 3)\\"><circle cx=\\"9\\" cy=\\"9\\" r=\\"9\\" stroke=\\"none\\"/><circle cx=\\"9\\" cy=\\"9\\" r=\\"8\\"/></g></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M9 11.999h6\\"/>"}}'),width:32,height:32},o={prefix:"normal",lastModified:1748007967,icons:JSON.parse('{"add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 12h16m-8-8v16\\"/>"},"add-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" d=\\"M9 12h6m-3-3v6\\"/></g>"},"align-center":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M17 10H7m13-4H4m16 8H4m13 4H7\\"/>"},"align-justify":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20 10H4m16-4H4m16 8H4m16 4H4\\"/>"},"align-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M16 10H4m16-4H4m16 8H4m12 4H4\\"/>"},"align-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20 10H8m12-4H4m16 8H4m16 4H8\\"/>"},"analysis":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 13)\\"><rect width=\\"5\\" height=\\"9\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"3\\" height=\\"7\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(9 4)\\"><rect width=\\"6\\" height=\\"18\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(17 9)\\"><rect width=\\"5\\" height=\\"13\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"3\\" height=\\"11\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g>"},"analysis-2":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M12.515 3.973a.48.48 0 00-.335.139.48.48 0 00-.139.336v7.564h-7.57a.48.48 0 00-.335.139.48.48 0 00-.14.335A8.514 8.514 0 0012.51 21a8.513 8.513 0 008.514-8.514 8.51 8.51 0 00-8.509-8.513\\"/><path fill=\\"currentColor\\" d=\\"M14.04 6.153v7.859H6.182A6.524 6.524 0 0012.515 19a6.52 6.52 0 006.513-6.514c0-3.066-2.13-5.644-4.987-6.333m-1.526-2.18a8.51 8.51 0 018.513 8.513 8.514 8.514 0 01-17.027 0 .475.475 0 01.475-.474h7.565V4.448a.476.476 0 01.474-.475\\"/></g><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M9.866 9.865A.46.46 0 0010 9.54V2.461a.47.47 0 00-.134-.326.46.46 0 00-.325-.134 7.54 7.54 0 00-7.54 7.54.46.46 0 00.135.325.46.46 0 00.325.134h7.08a.46.46 0 00.325-.135\\"/><path fill=\\"currentColor\\" d=\\"M8 8V4.217a5.56 5.56 0 00-3.782 3.781zm1.54 2H2.46A.463.463 0 012 9.54 7.54 7.54 0 019.54 2c.121 0 .24.049.326.134A.47.47 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.46.46 0 01-.326.134\\"/></g>"},"analysis-3":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"m3 18 7-7 2 2 4-4\\"/><path stroke-miterlimit=\\"10\\" d=\\"M21 18H3V6\\"/></g>"},"apple":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M12.011 21.212a4.4 4.4 0 01.909.112 5 5 0 01.909.362l.021.01q.168.083.347.161a1.5 1.5 0 00.616.144 2.3 2.3 0 00.953-.287 4.05 4.05 0 001.513-1.3 13 13 0 001.664-2.823c.088-.2.155-.363.212-.515a10.36 10.36 0 00.6-6.312 4.88 4.88 0 00-1.936-2.9l-.042-.03a3.3 3.3 0 00-.666-.418 4 4 0 00-1.738-.41h-.1a5.7 5.7 0 00-1.978.524l-.391.152c-.17.065-.566.2-.57.2a.5.5 0 01-.156.027h-.365a.5.5 0 01-.155-.027s-.4-.14-.571-.206l-.386-.15a5.8 5.8 0 00-1.983-.525h-.107a4.04 4.04 0 00-1.729.411 3.3 3.3 0 00-.668.419l-.04.029a4.96 4.96 0 00-1.924 2.855 10.36 10.36 0 00.578 6.322c.084.222.159.4.228.551a13 13 0 001.663 2.823 4 4 0 001.459 1.28A2.5 2.5 0 009.189 22a1.5 1.5 0 00.611-.142q.176-.073.341-.158l.021-.01a5 5 0 01.917-.365 4.2 4.2 0 01.915-.112h.016Z\\"/><path fill=\\"currentColor\\" d=\\"m9.175 19.945.087-.041.05-.025c.335-.16.751-.358 1.269-.492a6 6 0 011.353-.174h.147a6.3 6.3 0 011.338.174c.524.135.942.336 1.278.497l.042.02.085.041.125-.056c.183-.082.375-.231.764-.721.52-.654.991-1.458 1.402-2.388a8 8 0 00.17-.412l.017-.048.021-.046c1.117-2.562.511-4.977.505-4.999l-.014-.054-.011-.055c-.204-.984-.998-1.577-1.077-1.634a2 2 0 01-.154-.11l-.062-.049a2 2 0 00-1.13-.371h-.05c-.322.008-.683.144-1.295.385l-.41.16c-.18.068-.521.188-.612.22a2.5 2.5 0 01-.827.143h-.373q-.43 0-.83-.144l-.03-.01a32 32 0 01-.578-.21l-.015-.005-.391-.153c-.613-.24-.977-.377-1.3-.386L8.611 9c-.265 0-.584.078-.856.211-.113.054-.2.108-.269.163a2 2 0 01-.186.14c-.072.052-.902.676-1.09 1.6l-.011.053-.014.053c-.026.1-.63 2.482.476 5.017l.02.046.018.048c.067.178.128.317.183.442l.004.009c.408.927.88 1.73 1.4 2.385.327.412.54.622.71.698l.005.002c.055.025.117.053.174.077M14.815 22c-.194 0-.39-.046-.617-.144q-.179-.077-.347-.16l-.021-.01c-.284-.137-.577-.277-.91-.363a4.4 4.4 0 00-.909-.112h-.016a4.2 4.2 0 00-.915.112c-.334.086-.629.228-.917.365l-.021.01q-.165.082-.341.158a1.5 1.5 0 01-.612.143c-.323 0-.61-.13-1.011-.31-.57-.256-.997-.697-1.459-1.279-.626-.788-1.186-1.739-1.663-2.823a10 10 0 01-.228-.55c-1.353-3.103-.66-6.01-.578-6.323.363-1.778 1.855-2.807 1.925-2.854l.04-.03c.191-.157.41-.294.668-.419a4.04 4.04 0 011.835-.41c.691.018 1.29.253 1.983.525l.385.15c.175.066.57.206.572.206q.074.027.155.027h.147l.03-.004.021.001q.016 0 .029.003h.146a.5.5 0 00.156-.027c.004-.002.4-.14.57-.205l.39-.152c.693-.272 1.29-.507 1.978-.524h.1c.584 0 1.185.141 1.737.41.258.125.476.262.666.418q.02.016.042.03c.015.01 1.543.998 1.936 2.901.05.191.785 3.126-.605 6.312a10 10 0 01-.212.515c-.479 1.085-1.039 2.035-1.664 2.823-.462.582-.895 1.027-1.513 1.303-.37.167-.637.287-.953.287\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M12.09 8s-.5-2.968.913-4m-.007 8.001s2.075 1.039 2 3\\"/></g>"},"arrow-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6.001 14 6 6 6-6m-6 4V4\\"/>"},"arrow-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m10.001 6-6 6 6 6m-4-6h14\\"/>"},"arrow-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m14 18.001 6-6-6-6m4 6H4\\"/>"},"arrow-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m18 10-6-6-6 6m6-4v14\\"/>"},"attachment":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m21 11.439-8.51 8.025a5.8 5.8 0 01-7.862 0 5.035 5.035 0 010-7.414l8.51-8.026a3.867 3.867 0 015.242 0 3.357 3.357 0 010 4.943l-8.52 8.025a1.93 1.93 0 01-2.62 0 1.676 1.676 0 010-2.471l7.862-7.406\\"/>"},"back-to-front":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M8 6H5a1.88 1.88 0 00-1.5.5A1.88 1.88 0 003 8v8a1.89 1.89 0 00.5 1.5A1.88 1.88 0 005 18h14a1.88 1.88 0 001.5-.5A1.88 1.88 0 0021 16V8a1.88 1.88 0 00-.5-1.5A1.88 1.88 0 0019 6h-3\\"/><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z\\"/><path fill=\\"currentColor\\" d=\\"M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m16.999 3-3 3 3 3\\"/>"},"bell":{"body":"<path fill=\\"currentColor\\" d=\\"M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z\\"/><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M13.514 2.21a5.68 5.68 0 014.407 5.431v3.016a6.97 6.97 0 002.652 5.533l.128.106a.97.97 0 01.3.7 1.036 1.036 0 01-1.062 1.007H4.062A1.036 1.036 0 013 16.996a.97.97 0 01.3-.7l.128-.106a6.97 6.97 0 002.654-5.532V7.641a5.67 5.67 0 014.25-5.389 5.84 5.84 0 013.182-.042\\"/><path fill=\\"currentColor\\" d=\\"M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106c.184.18.298.425.298.697 0 .556-.476 1.007-1.062 1.007H4.062C3.476 18 3 17.55 3 16.993c0-.272.114-.517.298-.697l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253\\"/></g>"},"bell-active":{"body":"<g fill=\\"currentColor\\"><path d=\\"M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M19.938 17H4.062a.1.1 0 01-.039-.007l.037-.03c1.976-1.626 3.02-3.806 3.02-6.305V7.64c0-1.008.34-1.965.984-2.769a4.97 4.97 0 012.534-1.656l.02-.005.019-.007A5.5 5.5 0 0112.092 3c.412 0 .786.054 1.11.16l.034.011.035.01c2.149.537 3.65 2.372 3.65 4.46v3.017c0 2.499 1.043 4.679 3.018 6.304l.038.031a.1.1 0 01-.039.007\\"/><path d=\\"M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106a.97.97 0 01.298.696C21 17.55 20.524 18 19.938 18H4.062C3.476 18 3 17.55 3 16.992c0-.27.114-.516.298-.696l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253\\"/></g></g>"},"bold":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M7 4.999h6.722a3.5 3.5 0 010 7H7Zm0 7h7.615a3.5 3.5 0 010 7H7Z\\"/>"},"bookmark":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M7 4.526v16.24a.257.257 0 00.439.159l4.436-4.351a.18.18 0 01.249 0l4.437 4.351a.257.257 0 00.439-.159V4.526a1.6 1.6 0 00-1.664-1.527H8.664A1.6 1.6 0 007 4.526\\"/><path fill=\\"currentColor\\" d=\\"M9 4.999v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.593V5zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.526C7 3.683 7.745 3 8.664 3\\"/></g>"},"bookmark-active":{"body":"<g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"m16 18.977-3.176-3.115a1.17 1.17 0 00-.824-.336c-.313 0-.606.12-.827.338L8 18.976V4.528c0-.285.304-.527.664-.527h6.672c.36 0 .664.242.664.527z\\"/><path d=\\"M9 5.001v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.595V5.001zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.528c0-.843.745-1.527 1.664-1.527\\"/></g>"},"building":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4 21h16M14 4V3h-4v1\\"/><path stroke-linecap=\\"round\\" d=\\"M12 21v-3M9 9h1m-1 4h1m4-4h1m-1 4h1\\"/><g transform=\\"translate(5 4)\\"><rect width=\\"14\\" height=\\"18\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"12\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"bulleted-list":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M8 15.998h5m-5-3.999h12M8 8h8\\"/><g transform=\\"translate(4.95 6.924) translate(-1.95 .076)\\"><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" stroke=\\"none\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\".5\\"/></g><g transform=\\"translate(4.95 6.924) translate(-1.95 4.076)\\"><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" stroke=\\"none\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\".5\\"/></g><g transform=\\"translate(4.95 6.924) translate(-1.95 8.076)\\"><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" stroke=\\"none\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\".5\\"/></g></g>"},"calendar":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M8 3v2m8-2v2M3 8h18M7 12h2m-2 4h2m6-4h2m-2 4h2\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2 3)\\"><rect width=\\"20\\" height=\\"18\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"16\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g>"},"camera-off":{"body":"<path fill=\\"currentColor\\" d=\\"M3.293 19.278a1 1 0 00-.218.328 1 1 0 01.218-.328M20 8.228v9.721a.3.3 0 01-.052.051h-9.72l-2 2H20a2.087 2.087 0 002-2V8a1.96 1.96 0 00-.506-1.266ZM4 15.743V8.051A.3.3 0 014.052 8h2.776l2-2h4.566l.21.14 1.442-1.44L14 4H8L6 6H4a2.087 2.087 0 00-2 2v9.743Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M10.617 9.126a3.49 3.49 0 00-2.491 2.491m4.215 4.269a3.49 3.49 0 002.545-2.545\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 20 20 4\\"/>"},"camera-on":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M20 6h-3l-3-2H8L6 6H4a2.087 2.087 0 00-2 2v10a2.087 2.087 0 002 2h16a2.087 2.087 0 002-2V8a2.087 2.087 0 00-2-2\\"/><path fill=\\"currentColor\\" d=\\"m8.828 6-2 2H4.052A.2.2 0 004 8.051v9.898a.2.2 0 00.052.051h15.896a.2.2 0 00.052-.05v-9.9a.2.2 0 00-.052-.05h-3.554l-3-2zM8 4h6l3 2h3c1.034 0 1.998.947 2 2v10c-.002 1.05-.966 1.997-2 2H4c-1.034-.003-1.998-.95-2-2V8c.002-1.053.966-2 2-2h2z\\"/><g stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(7 8)\\"><circle cx=\\"4.5\\" cy=\\"4.5\\" r=\\"4.5\\" stroke=\\"none\\"/><circle cx=\\"4.5\\" cy=\\"4.5\\" r=\\"3.5\\"/></g></g>"},"catalog":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M7 2h11a1 1 0 011 1v18a1 1 0 01-1 1H7a3 3 0 01-3-3V5a3 3 0 013-3\\" stroke=\\"none\\"/><path d=\\"M7 3h11v18H7a2 2 0 01-2-2V5a2 2 0 012-2Z\\"/></g><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M9.001 11h5m-5 4h2\\"/><path d=\\"M5 7h13\\"/></g>"},"certificate":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"22.926\\" d=\\"M12.002 2.999a6 6 0 11-6 6 6 6 0 016-6Z\\"/><path stroke-miterlimit=\\"22.926\\" d=\\"M12 7.002a2 2 0 11-2 2 2 2 0 012-2Z\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M6.758 13.292 4 18.411h1.964l.793 1.428H8.37L9.204 21l2.759-4.378L14.722 21l1.015-1.161h1.474l1.048-1.428 1.741.018L17.211 13\\"/></g>"},"chat":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M10.997 15.998h-2c-3.391 0-6-1.906-6-5s2.609-5 6-5h6c3.391 0 6 1.918 6 5s-3.021 5-6 5l-1 3Z\\"/>"},"check":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6.996 12 4 4 7-7\\"/>"},"check-badge":{"body":"<path fill=\\"currentColor\\" d=\\"m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m9 12 2 2 4-4\\"/>"},"check-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9 12 2 2 4-4\\"/></g>"},"checkbox":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><rect width=\\"20\\" height=\\"20\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"18\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g>"},"chevron-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m6 10 6 6 6-6\\"/>"},"chevron-down-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m8 11 4 4 4-4\\"/></g>"},"chevron-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m15 6-6 6 6 6\\"/>"},"chevron-left-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m14 8-4 4 4 4\\"/></g>"},"chevron-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m9 18 6-6-6-6\\"/>"},"chevron-right-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m10.187 8 3.814 4.1-4 3.9\\"/></g>"},"chevron-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m18 16-6-6-6 6\\"/>"},"chevron-up-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m8 14 4-4 4 4\\"/></g>"},"circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g>"},"classroom":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M3 10h18M3 21h18\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M6 8.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M6 3.999a2 2 0 11.586 1.414A2 2 0 016 3.999\\"/><path fill=\\"currentColor\\" d=\\"M8 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 1.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M10 19.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M10 14.999a2 2 0 11.586 1.414A2 2 0 0110 14.999\\"/><path fill=\\"currentColor\\" d=\\"M12 12.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 12.999\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M14 8.999a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M14 3.999a2 2 0 11.586 1.414A2 2 0 0114 3.999\\"/><path fill=\\"currentColor\\" d=\\"M16 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 0116 1.999\\"/></g></g>"},"clear-field":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(3 3)\\"><circle cx=\\"9\\" cy=\\"9\\" r=\\"9\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"9\\" cy=\\"9\\" r=\\"8\\" fill=\\"none\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"m9 15 6-6M9 9l6 6\\"/></g>"},"clear-style":{"body":"<defs><clipPath id=\\"svgID0\\"><path stroke=\\"rgba(0,0,0,0)\\" d=\\"M0 0h10v16H0z\\"/></clipPath></defs><g fill=\\"currentColor\\" stroke=\\"rgba(0,0,0,0)\\" clip-path=\\"url(#svgID0)\\" transform=\\"translate(5 4)\\"><path d=\\"M1 4a1 1 0 001-1h4v1.758L9.758 1H2a1 1 0 00-2 0v2a1 1 0 001 1m8 10H8v-2.758l-2 2V14h-.758l-1.2 1.2A.985.985 0 005 16h4a1 1 0 000-2\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M4 20 20 4\\"/>"},"close":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M6 18 18 6M6 6l12 12\\"/>"},"close-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" d=\\"m10 14 4-4m-4 0 4 4\\"/></g>"},"close-loader":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"m9 15 6-6M9 9l6 6\\"/>"},"coffee":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-linejoin=\\"round\\"><path d=\\"M5.373 9.501h12.254a.873.873 0 01.873.873v3.127a7 7 0 01-7 7 7 7 0 01-7-7v-3.127a.873.873 0 01.873-.873\\" stroke=\\"none\\"/><path d=\\"M5.5 10.501h12v3a6 6 0 01-6 6 6 6 0 01-6-6z\\"/></g><g stroke-linejoin=\\"round\\"><path d=\\"M16.5 16.501v-7h2a3 3 0 013 3v1a3 3 0 01-3 3z\\" stroke=\\"none\\"/><path d=\\"M17.5 15.501v-5h1a2 2 0 012 2v1a2 2 0 01-2 2z\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M3.5 20.501h16\\"/><path stroke-linecap=\\"round\\" d=\\"M7.5 6.501v-2m4 2v-2m4 2v-2\\"/></g>","width":25,"height":25},"color":{"body":"<defs><radialGradient id=\\"svgID0\\" cx=\\".5\\" cy=\\".5\\" r=\\".5\\" gradientUnits=\\"objectBoundingBox\\"><stop offset=\\"0\\" stop-color=\\"currentColor\\"/><stop offset=\\".148\\" stop-color=\\"currentColor\\"/><stop offset=\\".32\\" stop-color=\\"currentColor\\"/><stop offset=\\".493\\" stop-color=\\"currentColor\\"/><stop offset=\\".66\\" stop-color=\\"currentColor\\"/><stop offset=\\".833\\" stop-color=\\"currentColor\\"/><stop offset=\\"1\\" stop-color=\\"currentColor\\"/></radialGradient></defs><g fill=\\"url(#svgID0)\\" stroke=\\"currentColor\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9.5\\" fill=\\"none\\"/></g>"},"contact-us":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M17.999 11V8.461c0-2.623-2.635-5.461-6-5.461s-6 2.838-6 5.461v1.2\\"/><path d=\\"M15.995 10.002v1.251a4.85 4.85 0 01-1.5 3.75M8.999 4.001c0 2.571 6 6 9 6m-7.5-3a5.97 5.97 0 00-2.5 4v1a4.76 4.76 0 002.5 4m2.499 4a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m0-.005h.469c2.493.013 4.522-2.587 4.531-5.8v-.2m.502-3.994H18v4h.5c.276 0 .5-.4.5-.889V10.89c0-.49-.224-.887-.5-.888m-13 0H6v4h-.5c-.276 0-.5-.4-.5-.887v-2.223c0-.491.223-.889.5-.89\\"/></g>"},"copy":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(8 2)\\"><rect width=\\"12\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"14\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" d=\\"M15 21H7.377C6.064 21 5 19.616 5 17.91V8\\"/></g>"},"courses":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"m20.695 9.514-8.427-4.452a.57.57 0 00-.535 0L3.306 9.514a.572.572 0 000 1.013L6 11.999v5a1.85 1.85 0 002 2h8a1.85 1.85 0 002-2v-5l2.695-1.472a.572.572 0 000-1.013\\"/><path fill=\\"currentColor\\" d=\\"m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772zm0-2.187q.14 0 .268.067l8.427 4.452a.572.572 0 010 1.013L18 11.999v5c0 1.24-.759 2-2 2H8c-1.24 0-2-.76-2-2v-5l-2.695-1.472a.572.572 0 010-1.013l8.427-4.452A.6.6 0 0112 4.995\\"/></g><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"m11.732 14.933-8.427-4.43a.568.568 0 010-1.008l8.427-4.43a.58.58 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.58.58 0 01-.535 0\\"/><path fill=\\"currentColor\\" d=\\"m12 12.81 5.355-2.815L12 7.18 6.645 9.996zm0 2.185a.6.6 0 01-.268-.067L3.305 10.5a.568.568 0 010-1.007l8.427-4.43a.58.58 0 01.536 0l8.427 4.43a.568.568 0 010 1.007l-8.427 4.43a.6.6 0 01-.268.067\\"/></g><path fill=\\"currentColor\\" d=\\"M19 10h2v5a1 1 0 01-1 1 1 1 0 01-1-1z\\"/>"},"dashboard":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(4 3)\\"><rect width=\\"7\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(13 15)\\"><rect width=\\"7\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(13 3)\\"><rect width=\\"7\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(4 11)\\"><rect width=\\"7\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g>"},"download":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m9 11.001 3 3 3-3M12 14V4m8 11v3H4v-3\\"/>"},"drag":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M16 4v16M12 4v16M8 4v16\\"/>"},"duplicate":{"body":"<g stroke-miterlimit=\\"10\\"><g fill=\\"rgba(0,0,0,0)\\"><path d=\\"M13 21H5c-1.103 0-2-.897-2-2v-8c0-1.103.897-2 2-2h4V5c0-1.103.897-2 2-2h8c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2h-4v4c0 1.103-.897 2-2 2\\"/><path fill=\\"currentColor\\" d=\\"M13 20c.551 0 1-.448 1-1v-5h5a1 1 0 001-1V5a1 1 0 00-1-1h-8a1 1 0 00-1 1v5H5a1 1 0 00-1 1v8a1 1 0 001 1zm0 2H5a3 3 0 01-3-3v-8a3 3 0 013-3h3V5a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3h-3v3a3 3 0 01-3 3\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M13 9h4m-2-2v4\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(8 2)\\"><rect width=\\"14\\" height=\\"14\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"12\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g></g>"},"edit":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"m18.318 3.465 2.2 2.194a1.64 1.64 0 01.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.868a.792.792 0 01-.938-.938l.9-4.233a1.64 1.64 0 01.454-.829L16.079 3.457a1.59 1.59 0 012.239.008\\"/><path fill=\\"currentColor\\" d=\\"M17.194 5.167 5.852 16.334l-.492 2.312 2.232-.466 11.26-11.358zM17.196 3c.407 0 .814.155 1.124.465l2.198 2.194c.64.64.643 1.675.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.867a.792.792 0 01-.938-.937l.9-4.233c.067-.315.226-.603.455-.829L16.079 3.457A1.6 1.6 0 0117.196 3\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"m14 6 4 4M7 13.998l3 3\\"/></g>"},"elearning":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 2)\\"><rect width=\\"20\\" height=\\"14\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 20h14\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(7 18)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1.5\\"/></g><path fill=\\"currentColor\\" d=\\"M14.211 8.107a1 1 0 010 1.789l-2.764 1.381A1 1 0 0110 10.383V7.619a1 1 0 011.447-.894Z\\"/>"},"email":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"rotate(90 8.5 13.5)\\"><rect width=\\"14\\" height=\\"20\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"12\\" height=\\"18\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M3.995 7.015 11.981 12l8.014-5\\"/></g>"},"error":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M12 7v5m0 4v1\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g></g>"},"error-2":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M12 4v9m0 5v2\\"/>"},"exercise":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M7.659 20.725a.926.926 0 01-1.318 0C5.458 19.785 4 18.144 4 17.55v-13a1.637 1.637 0 011.715-1.545h2.569A1.637 1.637 0 0110 4.545v13c0 .599-1.458 2.24-2.341 3.18\\"/><path fill=\\"currentColor\\" d=\\"M7 18.476c.546-.626.856-1.042 1-1.268V5H6v12.208c.144.226.454.642 1 1.268M7 21a.9.9 0 01-.66-.275C5.458 19.785 4 18.145 4 17.55V4.545C4 3.69 4.768 3 5.715 3h2.569C9.232 3 10 3.691 10 4.545V17.55c0 .594-1.458 2.235-2.34 3.175A.9.9 0 017 21\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M5 8h4\\"/><path d=\\"M12 3h8v18h-8Z\\"/><path fill=\\"currentColor\\" d=\\"M14 5v14h4V5zm-2-2h8v18h-8z\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M13 8h2m-2 4h2m-2 4h2\\"/></g>"},"external-link":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M19 13v4a2.1 2.1 0 01-2 2H7a2.1 2.1 0 01-2-2V7a2.1 2.1 0 012-2h4m5-2h5v5m-8 3 8-8\\"/>"},"extract":{"body":"<rect fill=\\"none\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M8 10h8m-8 4h5\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20.001 8.999v-4h-4M16 19.003h4v-4M8 5.001H4v4m-.001 6.002v4h4\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" fill=\\"currentColor\\" transform=\\"translate(18 17)\\"/>"},"eye-off":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M13.5 6.112a10 10 0 00-1.442-.111h-.011a9.1 9.1 0 00-3.87.8 8.2 8.2 0 00-3.25 2.727 7.3 7.3 0 00-.9 1.663.45.45 0 000 .282 7.6 7.6 0 001.543 2.528m4.929 3.888a10.4 10.4 0 001.47.111 9.25 9.25 0 003.919-.8 7.9 7.9 0 003.226-2.736 7 7 0 00.865-1.671.46.46 0 000-.283A8 8 0 0018.396 10\\"/><path stroke-linecap=\\"round\\" d=\\"M4 20 20 4\\"/></g>"},"eye-on":{"body":"<g fill=\\"none\\" stroke-linejoin=\\"round\\"><path d=\\"M20.973 11.836A8.9 8.9 0 0019.096 8.9a9 9 0 00-2.764-2 10.15 10.15 0 00-4.336-.9 10.15 10.15 0 00-4.332.9A9.16 9.16 0 004.03 9.964a8 8 0 00-1.007 1.868.5.5 0 000 .317A8.5 8.5 0 004.847 15.1a8.8 8.8 0 002.76 2A10.4 10.4 0 0012 18a10.4 10.4 0 004.393-.9 8.9 8.9 0 003.615-3.07 7.8 7.8 0 00.969-1.874.5.5 0 00-.004-.32\\"/><path fill=\\"currentColor\\" d=\\"M11.994 8c-1.288 0-2.46.241-3.484.718a7.1 7.1 0 00-2.838 2.4c-.244.345-.421.66-.543.9a7.1 7.1 0 001.182 1.715 6.8 6.8 0 002.135 1.548C9.478 15.758 10.674 16 12 16s2.521-.242 3.554-.719a6.93 6.93 0 002.802-2.382c.232-.34.4-.646.514-.882a7.6 7.6 0 00-1.229-1.743 7 7 0 00-2.153-1.557C14.465 8.241 13.293 8 12.006 8zm0-2h.012c1.723 0 3.155.36 4.326.904a9 9 0 012.764 1.998c1.37 1.453 1.862 2.892 1.877 2.934a.5.5 0 01.003.317c-.01.033-.27.852-.969 1.874a8.9 8.9 0 01-3.614 3.07C15.213 17.642 13.76 18 12 18s-3.213-.358-4.393-.903a8.8 8.8 0 01-2.76-2.001c-1.354-1.457-1.809-2.9-1.823-2.943a.5.5 0 01.003-.317c.011-.032.292-.848 1.008-1.868a9.16 9.16 0 013.633-3.064C8.838 6.36 10.271 6 11.994 6\\"/><g stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(9 9)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g></g>"},"fail":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" transform=\\"translate(3.998 4.004)\\"><rect width=\\"4\\" height=\\"10\\" rx=\\"2\\" transform=\\"translate(13.002)\\"/><path stroke-linecap=\\"round\\" d=\\"M1.185 8.087h.885l-.069.48h-.816a1.188 1.188 0 000 2.375h1.961l2.853.055s-.617 4.308 2 5.754c1.683.834 2-.754 2-.754v-3l1-1s2-1.856 2-3.019V1.997a1.868 1.868 0 00-2-2H2.814a1.188 1.188 0 000 2.375h.08l-.069.481H2a1.188 1.188 0 000 2.375h.482l-.069.481H1.185a1.188 1.188 0 000 2.375Z\\"/></g>"},"fast-back":{"body":"<g fill=\\"none\\"><path d=\\"M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.87 1.87 0 00.961.275 2.165 2.165 0 002.039-2.277\\"/><path fill=\\"currentColor\\" d=\\"M11.937 16.96a.44.44 0 00.058-.237v-3.897l6.942 4.132a.45.45 0 00.056-.235V7.279a.45.45 0 00-.057-.236l-6.941 4.145V7.279a.44.44 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286zm.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275\\"/><path d=\\"M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z\\"/><path fill=\\"currentColor\\" d=\\"M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.44.44 0 00.058-.237V7.28a.44.44 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002\\"/></g>"},"fast-forward":{"body":"<g fill=\\"none\\"><path d=\\"M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.87 1.87 0 01-.963.273A2.165 2.165 0 0110 16.719\\"/><path fill=\\"currentColor\\" d=\\"m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.43.43 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.312.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.87 1.87 0 01-.963.274\\"/></g><g fill=\\"none\\"><path d=\\"M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z\\"/><path fill=\\"currentColor\\" d=\\"M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.44.44 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002\\"/></g>"},"file":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M18.999 7.629V19a1.856 1.856 0 01-2 2h-10a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\\"/><path fill=\\"currentColor\\" d=\\"M7 5v14h10V8.484L13.354 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M16.999 8h-3V5Z\\"/></g>"},"file-add":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\\"/><path fill=\\"currentColor\\" d=\\"M7 5v14h10V8.484L13.356 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M17 8h-3V5Z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M10 13h4\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12 11v4\\"/>"},"file-duplicate":{"body":"<g stroke-linejoin=\\"round\\"><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M5.715 21C5.361 21 5 20.906 5 20.223V7.776c0-.686.361-.777.715-.777H9V3.778c0-.686.365-.777.715-.777h5.729l3.561 3.529v9.689c0 .689-.365.777-.715.777H15v3.227c0 .684-.359.777-.709.777Z\\"/><g fill=\\"none\\"><path d=\\"M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z\\"/><path fill=\\"currentColor\\" d=\\"M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M14.287 10.444h-2.571V7.778Z\\"/><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M18.286 6.444h-2.571V3.778Z\\"/></g>"},"file-remove":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\\"/><path fill=\\"currentColor\\" d=\\"M7 5v14h10V8.484L13.356 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M17 8h-3V5Z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M10 13h4\\"/>"},"file-required":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z\\"/><path fill=\\"currentColor\\" d=\\"M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M14.287 10.444h-2.571V7.778Z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M18.5 3v6M21 4.5l-5 3m5 0-5-3\\"/>"},"filter":{"body":"<g fill=\\"none\\" stroke-linejoin=\\"round\\"><path d=\\"M6.603 3.003h10.793a1.5 1.5 0 011.368 2.283l-3.586 5.955a1.14 1.14 0 00-.185.621v8.191a1.019 1.019 0 01-1.655.733l-3.627-2.49a1.85 1.85 0 01-.737-1.465v-4.8a1.8 1.8 0 00-.184-.795L5.232 5.287a1.5 1.5 0 011.371-2.284\\"/><path fill=\\"currentColor\\" d=\\"m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z\\"/></g>"},"filter-2":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 6h14M5 12h14M5 18h14\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(6 4)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1.5\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(14 10)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1.5\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(10 16)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1.5\\"/></g>"},"filter-active":{"body":"<g fill=\\"currentColor\\" stroke-linejoin=\\"round\\"><path d=\\"M13.976 20a.04.04 0 01-.026-.01l-.023-.017-.023-.016-3.6-2.471a.85.85 0 01-.329-.66v-4.8c0-.295-.07-.9-.332-1.318L6.091 4.769l-.008-.014-.009-.014a.41.41 0 01-.019-.44.6.6 0 01.548-.298L17.397 4a.6.6 0 01.548.299.41.41 0 01-.02.44l-.009.013-.008.015-3.579 5.942c-.22.346-.336.743-.336 1.149v8.14z\\"/><path d=\\"m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z\\"/></g>"},"flag":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M15.397 14.002c2.289.538 3.6 1.754 3.6 3.338 0 2.053-3.075 3.662-7 3.662s-7-1.608-7-3.662c0-1.584 1.314-2.8 3.6-3.338\\"/><path stroke-linejoin=\\"round\\" d=\\"M12 17V4h8l-3 3 3 3h-8\\"/></g>"},"folder":{"body":"<g fill=\\"none\\"><path d=\\"M4 19a2 2 0 01-2-2V6a2.02 2.02 0 011.711-2h6.834l1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"m20 17 .002-8.998Q19.999 8.001 20 8h-9.123l-1.38-2.004L4.01 6l-.008.02V17zm0 2H4.002c-1.11 0-2-.896-2-2V6c0-1 .853-1.994 1.71-2l6.005-.004.834.004 1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m4 18 3-7h13\\"/>"},"full-width":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M15 7v10\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M4 6h16v12H4z\\" stroke=\\"none\\"/><path d=\\"M5 7h14v10H5z\\"/></g>"},"go-to-back":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M8 6.001H5a1.88 1.88 0 00-1.5.5 1.88 1.88 0 00-.5 1.5v8a1.89 1.89 0 00.5 1.5 1.88 1.88 0 001.5.5h14a1.88 1.88 0 001.5-.5 1.88 1.88 0 00.5-1.5v-8a1.88 1.88 0 00-.5-1.5 1.88 1.88 0 00-1.5-.5h-3\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z\\"/><path fill=\\"currentColor\\" d=\\"M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m9 11.001 3 3 3-3m-3 2v-7\\"/></g>"},"grid":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(4 4)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(4 13)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(13 4)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g transform=\\"translate(13 13)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g></g>"},"group":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2 5)\\"><rect width=\\"10\\" height=\\"10\\" rx=\\"5\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8\\" x=\\"1\\" y=\\"1\\" rx=\\"4\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M3 20a4 4 0 014-4 4 4 0 014 4m4 0a3 3 0 013-3 3 3 0 013 3\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(14 8)\\"><rect width=\\"8.001\\" height=\\"8.001\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"6.001\\" height=\\"6.001\\" x=\\"1\\" y=\\"1\\" rx=\\"3\\"/></g>"},"group-add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M15 6h6m-3-3v6\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(11 11)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"3.5\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"2.5\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M12 22c0-1.657.865-3 2.5-3s2.5 1.343 2.5 3\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2 10)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"3\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M3 22a3 3 0 013-3 3 3 0 013 3\\"/>"},"heart":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M15.976 5a5.1 5.1 0 00-3.553 1.406l-.423.4-.423-.4A5.1 5.1 0 008.024 5a5.1 5.1 0 00-3.553 1.406A4.66 4.66 0 003 9.799a4.66 4.66 0 001.471 3.394l6.843 6.536a1 1 0 00.686.272 1 1 0 00.686-.272l6.842-6.536A4.66 4.66 0 0021 9.799a4.66 4.66 0 00-1.471-3.394A5.1 5.1 0 0015.976 5\\"/><path fill=\\"currentColor\\" d=\\"M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5\\"/></g>"},"heart-active":{"body":"<g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"m12 19-6.838-6.53A3.67 3.67 0 014 9.8c0-1.007.413-1.955 1.162-2.671A4.12 4.12 0 018.024 6c1.084 0 2.1.4 2.862 1.129l.423.404.691.66.69-.66.424-.404A4.12 4.12 0 0115.976 6c1.083 0 2.1.4 2.862 1.129A3.67 3.67 0 0120 9.799a3.67 3.67 0 01-1.162 2.67z\\"/><path d=\\"M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5\\"/></g>"},"highlighter":{"body":"<rect fill=\\"none\\"/><g stroke=\\"currentColor\\" stroke-linejoin=\\"round\\"><path fill=\\"none\\" stroke-width=\\"2\\" d=\\"m6 13.001 5 5 9-9-5-5Z\\"/><path fill=\\"none\\" stroke-width=\\"2\\" d=\\"m7 14.001 3 3-2 2H6l-1-1v-2Z\\"/><path fill=\\"currentColor\\" d=\\"M4.5 18.001 3 19.334l1.5.667L6 18.668Z\\"/></g>"},"home":{"body":"<g fill=\\"rgba(0,0,0,0)\\" stroke-miterlimit=\\"10\\"><path d=\\"M10 20.001H7.62a1.634 1.634 0 01-1.627-1.63v-7.459H3.168l.023-.02 8.034-6.634C11.427 4.093 11.703 4 12 4s.574.093.78.261l8.031 6.632.022.019h-2.826v7.46A1.634 1.634 0 0116.38 20H14v-5h-3l-1-.001V20\\"/><path fill=\\"currentColor\\" d=\\"M9 19v-5.002l6 .003v5h1.377a.63.63 0 00.63-.629v-8.46h1.046l-5.908-4.878A.27.27 0 0012 5a.27.27 0 00-.144.034L5.948 9.912h1.045v8.458c0 .347.283.63.627.63zm2 2.001H7.62a2.636 2.636 0 01-2.627-2.629v-6.46H3.196a1.8 1.8 0 01-.576-.08.92.92 0 01-.488-.345.76.76 0 01-.132-.429.97.97 0 01.175-.533c.093-.138.213-.266.378-.403l8.036-6.636A2.23 2.23 0 0111.999 3c.528 0 1.03.173 1.414.487l8.035 6.635c.162.134.282.262.376.403a.97.97 0 01.176.533.76.76 0 01-.133.429.85.85 0 01-.312.271c-.207.106-.431.152-.751.154h-1.797v6.46A2.636 2.636 0 0116.381 21H13v-5h-2z\\"/></g>"},"hourglass":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M14 12c0-.4 1.311-1.236 2-2a7.58 7.58 0 002-5V3H6v2a7.57 7.57 0 002 5c.689.765 2 1.6 2 2s-1.311 1.235-2 2a7.57 7.57 0 00-2 5v2h12v-2a7.58 7.58 0 00-2-5c-.689-.765-2-1.603-2-2Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M18 7H6\\"/><ellipse cx=\\"3\\" cy=\\"2\\" fill=\\"currentColor\\" rx=\\"3\\" ry=\\"2\\" transform=\\"translate(9 18)\\"/>"},"image":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(3.375 5.25)\\"><g stroke-miterlimit=\\"10\\" transform=\\"rotate(90 9.938 8.688)\\"><rect width=\\"16\\" height=\\"20\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"18\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m2.625 13.75 9-9 6 6\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" transform=\\"translate(3.625 3.75)\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m8.625 8.75 2 2 3-3\\"/></g>"},"info-badge":{"body":"<g transform=\\"translate(3 3)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" fill=\\"currentColor\\" transform=\\"translate(-1 -1)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M9 15V8m0-4V3\\"/></g>"},"information":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M12 7v1m0 4v5\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g></g>"},"italic":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M18 5h-8m4 14H6m8-14-4 14\\"/>"},"key":{"body":"<g transform=\\"translate(-945.502 -1893.502)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m948.496 1910.504 7.076-7.076a6.1 6.1 0 114 4l-1.076 1.078-1 1h-2.006v2h-2v2.006l-1 1-4 .006Z\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" fill=\\"currentColor\\" transform=\\"translate(960.502 1899.502)\\"/></g>"},"language":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(3 3)\\"><circle cx=\\"9\\" cy=\\"9\\" r=\\"9\\" stroke=\\"none\\"/><circle cx=\\"9\\" cy=\\"9\\" r=\\"8\\"/></g><path stroke-miterlimit=\\"10\\" d=\\"M4 9h16M4 15h16\\"/><path d=\\"M11 20s-3-4-3-8 3-8 3-8m2 16s3-4 3-8-3-8-3-8\\"/></g>"},"learning-path":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m3.995 17.84 1.151-4.282a.184.184 0 01.331-.053 2.041 2.041 0 10.8-2.961.183.183 0 01-.259-.211L7.169 6.05l4.3 1.148a.183.183 0 00.212-.26 2.02 2.02 0 01-.141-1.428 2.045 2.045 0 113.113 2.221.183.183 0 00.053.33l4.289 1.149L15.831 21Z\\"/>"},"light-off":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M16 4.227A6.5 6.5 0 0012.176 3 6.44 6.44 0 007.82 4.656 5.46 5.46 0 006 8.691a9 9 0 00.906 3.9c.066.139.144.272.215.408M9 18.829a2.97 2.97 0 00.884 1.3 3.87 3.87 0 004.889 0 2.86 2.86 0 001.05-2.181v-2.089a15.2 15.2 0 002.237-3.33A9.9 9.9 0 0019 9.002\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M4 20 20 4\\"/>"},"light-on":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M19 8.53a6.3 6.3 0 00-2.063-4.63A7.24 7.24 0 0012 2a7.24 7.24 0 00-4.937 1.9A6.3 6.3 0 005 8.53a10.4 10.4 0 001.027 4.475 16.3 16.3 0 002.328 3.526v2.234a3.06 3.06 0 001.095 2.313A3.88 3.88 0 0012 22a3.88 3.88 0 002.55-.923 3.06 3.06 0 001.095-2.313v-2.217a16.2 16.2 0 002.334-3.535A10.5 10.5 0 0019 8.53\\"/><path fill=\\"currentColor\\" d=\\"M12 4c-1.357 0-2.627.485-3.577 1.367C7.505 6.217 6.999 7.34 7 8.531c0 1.234.274 2.42.838 3.624.463.987 1.134 1.998 2.05 3.09l.468.557v2.964c0 .392.252.668.405.801.322.28.762.433 1.239.433s.917-.154 1.242-.436c.15-.13.403-.406.402-.8v-2.947l.47-.558c.917-1.09 1.589-2.102 2.052-3.093.562-1.204.835-2.393.834-3.637 0-1.189-.505-2.311-1.424-3.163C14.627 4.486 13.357 4 12 4m0-2c1.92 0 3.668.723 4.937 1.9C18.206 5.076 19 6.717 19 8.53c0 1.633-.388 3.123-1.022 4.482-.598 1.281-1.417 2.445-2.334 3.535v2.217c.001.916-.43 1.74-1.094 2.313-.664.577-1.566.923-2.55.923s-1.886-.346-2.55-.923c-.664-.574-1.095-1.397-1.094-2.313V16.53c-.914-1.088-1.73-2.25-2.329-3.526C5.39 11.645 5 10.157 5 8.53c0-1.813.795-3.454 2.063-4.63C8.332 2.723 10.08 2 12 2\\"/></g><path stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M9 16h6\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m14 10-2 3m-2-2.997 2 3v3\\"/></g>"},"link":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"M10 13.14a4.584 4.584 0 006.446.936 5 5 0 00.5-.434l2.762-2.783a4.66 4.66 0 00-.113-6.557 4.58 4.58 0 00-6.4 0l-1.583 1.586\\"/><path d=\\"M14 10.86a4.584 4.584 0 00-6.446-.936 5 5 0 00-.5.434l-2.762 2.783a4.66 4.66 0 00.113 6.557 4.58 4.58 0 006.4 0l1.575-1.585\\"/></g>"},"lock":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M12 14.998v2\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 10)\\"><rect width=\\"16\\" height=\\"12\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8.005 10V7.4c0-1.878 1.791-3.4 4-3.4h0c2.209 0 4 1.523 4 3.4V10\\"/></g>"},"login":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M15 3h4a2.41 2.41 0 012 2v14a2.41 2.41 0 01-2 2h-4m-5-4 5-5-5-5m4 5H3\\"/>"},"logout":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M9 3H5a2.41 2.41 0 00-2 2v14a2.41 2.41 0 002 2h4m7-4 5-5-5-5m4 5H9\\"/>"},"maximize":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" transform=\\"translate(2 4)\\"><rect width=\\"20\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"14\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M6.999 13v2h2m8.003-4V9h-2\\"/>"},"menu":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 16h11M5 12h8M5 8h14\\"/>"},"merge":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 15)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(14 15)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g><path stroke-linejoin=\\"round\\" d=\\"m16 8-4-4-4 4m4-4v9\\"/><path stroke-miterlimit=\\"10\\" d=\\"m8.999 16 3-3 3 3\\"/></g>"},"minimize":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" transform=\\"translate(2 14)\\"><rect width=\\"9\\" height=\\"6\\" rx=\\"1\\" stroke=\\"none\\"/><path d=\\"M1 1h7v4H1z\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M20.999 8V5h-4M17 19h4v-3M7 5H3v3\\"/>"},"mixed-class":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M10 21a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M10 16a2 2 0 11.586 1.414A2 2 0 0110 16\\"/><path fill=\\"currentColor\\" d=\\"M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M14 13a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M14 8a2 2 0 11.586 1.414A2 2 0 0114 8\\"/><path fill=\\"currentColor\\" d=\\"M16 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 10a2 2 0 01-1.414-.586A1.996 1.996 0 0116 6\\"/></g><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M6 13a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M6 8a2 2 0 11.586 1.414A2 2 0 016 8\\"/><path fill=\\"currentColor\\" d=\\"M8 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 10a2 2 0 01-1.414-.586A1.996 1.996 0 018 6\\"/></g></g>"},"more-horizontal":{"body":"<g fill=\\"currentColor\\" transform=\\"rotate(90 4.125 14.625)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.5 -1.25)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.5 4.75)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.5 10.75)\\"/></g>"},"more-vertical":{"body":"<g fill=\\"currentColor\\" transform=\\"translate(10.5 5.25)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.5 -1.25)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.5 4.75)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.5 10.75)\\"/></g>"},"news":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path d=\\"m7 9-4 .041v9.6C3 20.052 3.759 21 5 21a1.773 1.773 0 002-2V5h14v14s.317 2-2 2H5\\"/><path stroke-linecap=\\"round\\" d=\\"M11 17h3m-3-8h6m-6 4h6\\"/></g>"},"no-prerequisites":{"body":"<g transform=\\"translate(4.883 7)\\"><rect width=\\"8\\" height=\\"4\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\".5\\" transform=\\"translate(7.117 -1.998)\\"/><rect width=\\"8\\" height=\\"4\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\".5\\" transform=\\"translate(7.117 8)\\"/><path fill=\\"currentColor\\" d=\\"M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z\\"/></g>"},"notes":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8 8h8m-8 4h5\\"/><g transform=\\"translate(3 3)\\"><rect width=\\"18\\" height=\\"18\\" rx=\\"2\\" stroke=\\"none\\"/><rect x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M5 20c2.65 0 4-4 4-4l10 3.945z\\"/></g>"},"number-code":{"body":"<defs><path id=\\"svgID0\\" d=\\"M13.014 9v5m2-3.75-4 2.5m4 0-4-2.5\\"/></defs><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(7 6)\\"><rect width=\\"10\\" height=\\"8\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"6\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M10.005 6V4.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V6\\"/></g><use href=\\"#svgID0\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" transform=\\"translate(-7.014 7)\\"/><use href=\\"#svgID0\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" transform=\\"translate(-1.014 7)\\"/><use href=\\"#svgID0\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" transform=\\"translate(4.986 7)\\"/>"},"numbered-list":{"body":"<rect fill=\\"none\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M7.999 16.998h5m-5-4.999h12M7.999 7h8\\"/><path fill=\\"currentColor\\" stroke=\\"rgba(0,0,0,0)\\" d=\\"M4.044 7.455h.472v-1.72L4 5.886v-.585l1.083-.3v2.455H5.5v.545H4.044Zm-.04 4.914a.82.82 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458v-.287c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.82.82 0 01-.428.821l-.452.275a.28.28 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 4.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276q0 .21.169.21h.245q.168 0 .17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337q.159.001.157-.214v-.236q-.002-.216-.165-.215h-.206q-.162 0-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z\\"/>"},"on-site":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m8 12 2-2h3l3-3\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M10 21.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M10 16a2 2 0 11.586 1.414A2 2 0 0110 16\\"/><path fill=\\"currentColor\\" d=\\"M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14\\"/></g></g>"},"order-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 6h14M5 10h10M5 14h7m-7 4h3\\"/>"},"order-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M5 18h14M5 14h10M5 10h7M5 6h3\\"/>"},"paste":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(8 2)\\"><rect width=\\"12\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"14\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M15 21H7.377C6.064 21 5 19.616 5 17.91V8\\"/><path stroke-linecap=\\"round\\" d=\\"M13 7h2m-2 4h2\\"/></g>"},"pausa":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M9 5v14m6-14v14\\"/>"},"pdf":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M21 8h-8m8 3.999h-8M21 17H3\\"/><path stroke-linejoin=\\"round\\" d=\\"M3 7h6v6H3z\\"/></g>"},"phone":{"body":"<g transform=\\"translate(5.42 2)\\"><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(-.42)\\"><rect width=\\"14\\" height=\\"20\\" rx=\\"2.999\\" stroke=\\"none\\"/><rect width=\\"12\\" height=\\"18\\" x=\\"1\\" y=\\"1\\" rx=\\"1.999\\"/></g><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" fill=\\"currentColor\\" transform=\\"translate(4.58 13)\\"/><rect width=\\"6\\" height=\\"3\\" fill=\\"currentColor\\" rx=\\"1\\" transform=\\"translate(3.58)\\"/></g>"},"pin":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(9 6)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g><g fill=\\"none\\"><path d=\\"M12 2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7\\"/><path fill=\\"currentColor\\" d=\\"M12 4C9.243 4 7 6.243 7 9c0 2.03 1.073 4.642 3.102 7.553a34 34 0 001.899 2.465 34 34 0 001.86-2.412C15.916 13.674 17 11.044 17 9c0-2.757-2.243-5-5-5m0-2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7\\"/></g>"},"pin-map":{"body":"<g fill=\\"currentColor\\"><path d=\\"M12.002 20.535a35 35 0 01-2.68-3.357C6.576 13.264 6 10.57 6 9a6.01 6.01 0 016.002-6.002c3.309 0 6 2.693 6 6.002 0 1.57-.576 4.264-3.318 8.18a36 36 0 01-2.682 3.355m0-15.535c-2.205 0-4 1.795-4 4s1.795 4 4 4A4.004 4.004 0 0016 9c0-2.205-1.793-4-3.998-4\\"/><path d=\\"M12.002 19.016a34 34 0 001.861-2.409c2.024-2.89 3.139-5.591 3.139-7.607a5.006 5.006 0 00-5-5.002A5.01 5.01 0 007 9c0 2.016 1.115 4.715 3.14 7.604a34 34 0 001.862 2.412m0-15.016A5.004 5.004 0 0117 9c0 2.758-2.242 5-4.998 5-2.758 0-5-2.242-5-5s2.242-5 5-5m0 18v-.002a35 35 0 01-3.5-4.248C6.904 15.473 5 12.105 5 9a7.01 7.01 0 017.002-7.002c3.86 0 7 3.14 7 7.002 0 3.102-1.902 6.473-3.5 8.754a35.5 35.5 0 01-3.5 4.244zm0-16c-1.654 0-3 1.346-3 3s1.346 3 3 3A3 3 0 0015 9c0-1.654-1.344-3-2.998-3\\"/></g>"},"pizza":{"body":"<path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m15.01 3 5.989 18-17.966-6S1.74 3 15.01 3\\"/><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"1.5\\" d=\\"M4.677 14.791a9.7 9.7 0 01.016-2.2 9.6 9.6 0 01.981-1.986 9.8 9.8 0 011.018-1.97 10.4 10.4 0 011.785-1.384 10.3 10.3 0 011.809-1.356 11 11 0 012.239-.506 10.6 10.6 0 012.247-.47\\"/><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M6 14.996c.3-1.14 2.338-1.365 3.387-1a2.77 2.77 0 011.613 3m8-1.072c-.661.308-1.484-.321-1.839-1.4s-.106-2.21.555-2.518\\"/><path fill=\\"currentColor\\" d=\\"M12.835 8.259a1.885 1.885 0 00-2.578 2.58.63.63 0 00.465.3.64.64 0 00.539-.184l.144-.123.811 1.164 1.78-1.78-1.166-.83.123-.127a.65.65 0 00.184-.54.63.63 0 00-.3-.464Z\\"/>"},"play":{"body":"<g fill=\\"none\\"><path d=\\"M18.9 10.257a2 2 0 010 3.486l-9.921 5.58A2 2 0 016 17.58V6.42a2 2 0 012.981-1.743Z\\"/><path fill=\\"currentColor\\" d=\\"M17.92 12 8 6.42v11.16zm2 0c0 .68-.34 1.36-1.019 1.743l-9.92 5.58C7.647 20.073 6 19.11 6 17.58V6.42c0-1.53 1.647-2.493 2.98-1.743l9.921 5.58A1.98 1.98 0 0119.921 12\\"/></g>"},"plug-in":{"body":"<g fill=\\"none\\"><path d=\\"M4.002 19a2 2 0 01-2-2v-7a2 2 0 012-2V7a2 2 0 012-2h3a2 2 0 012 2v1h2V7a2 2 0 012-2h3a2 2 0 012 2v1a2 2 0 012 2v7a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M20.002 17v-6.998h-2v-3H15v3H9.004v-3H6.002v1l-.004 2.002H4L4.002 17zm0 2h-16A2 2 0 012 17V9.998a2 2 0 012.002-1.996V6.998c0-1.105.895-1.996 2.002-1.996h2.998c1.107 0 2.002.89 2.002 1.996v1.004H13V6.998c0-1.105.895-1.996 2-1.996h3c1.106 0 2.002.89 2.002 1.996v1.004c1.105 0 2 .894 2 1.996V17a2 2 0 01-2 2\\"/></g>"},"pointer":{"body":"<g stroke=\\"currentColor\\"><g fill=\\"none\\" stroke-width=\\"2\\" transform=\\"translate(4 4)\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7\\"/></g><g transform=\\"translate(9 9)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\" fill=\\"none\\"/></g></g>"},"printer":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M19.553 8H4.5A1.524 1.524 0 003 9.5v7A1.5 1.5 0 004.5 18H6v1.5A1.527 1.527 0 007.5 21h9a1.525 1.525 0 001.5-1.5V18h1.5a1.526 1.526 0 001.5-1.5V9.489A1.47 1.47 0 0019.553 8\\"/><path fill=\\"currentColor\\" d=\\"M5 9.999v6h3v3h8v-3h3V10zm-.5-2h15.053c.799 0 1.447.667 1.447 1.49v7.005c0 .823-.701 1.504-1.5 1.504H18v1.5c0 .818-.7 1.5-1.495 1.5H7.497c-.794 0-1.497-.682-1.497-1.5v-1.5H4.5a1.5 1.5 0 01-1.5-1.5v-7c0-.822.701-1.5 1.5-1.5\\"/></g><g stroke-miterlimit=\\"10\\"><path d=\\"M6 13.999h12v5.716a1.333 1.333 0 01-1.375 1.287h-9.25A1.333 1.333 0 016 19.715Z\\"/><path fill=\\"currentColor\\" d=\\"M8 15.999v3h8v-3zm-2-2h12v5.713c0 .71-.615 1.287-1.375 1.287h-9.25c-.76 0-1.375-.576-1.375-1.287z\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M14 12h2\\"/><g stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"M16.001 5.998h-2v-2Z\\"/><path stroke-miterlimit=\\"10\\" d=\\"M8 9V5.195A1.2 1.2 0 019.21 4h4.912L16 5.813V9\\"/></g></g>"},"profile":{"body":"<path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M12 14a4.96 4.96 0 01-4-2 3 3 0 003-3 3 3 0 00-3-3 4.96 4.96 0 014-2 4.96 4.96 0 014 2 3.006 3.006 0 00-3 3 3 3 0 003 3 4.96 4.96 0 01-4 2Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M6 22a6 6 0 016-6 6 6 0 016 6\\"/><g fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(4 5)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\" fill=\\"none\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(12 5)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g>"},"profile-add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M15.001 6h6m-3-3v6\\"/><g fill=\\"rgba(0,0,0,0)\\"><path d=\\"M8 16a4 4 0 01-3.333-1.788l-.166-.25-.277-.117a2 2 0 01-1.222-1.844c0-.807.48-1.53 1.222-1.844l.278-.117.166-.25A4 4 0 018.001 8c1.344 0 2.59.67 3.335 1.79l.167.25.277.118A2 2 0 0113 12c0 .806-.48 1.53-1.222 1.843l-.276.117-.167.25A4 4 0 018 16\\"/><path fill=\\"currentColor\\" d=\\"M8 15a3 3 0 002.503-1.342l.333-.5.554-.235a1 1 0 000-1.844l-.554-.235-.333-.5a3 3 0 00-5.002-.001l-.333.501-.555.234a1 1 0 00-.61.923 1 1 0 00.61.923l.554.234.333.5A3 3 0 008 15.001m0 2a5 5 0 01-4.165-2.235 3 3 0 01.001-5.53A5 5 0 018 7c1.74 0 3.272.889 4.168 2.237a3 3 0 010 5.529A5 5 0 018 17\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M4.001 22a4 4 0 018 0\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(2 9)\\"><rect width=\\"6\\" height=\\"6.001\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4.001\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(8.001 9)\\"><rect width=\\"6\\" height=\\"6.001\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4.001\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g>"},"push-pin-off":{"body":"<defs><clipPath id=\\"svgID0\\"><path fill=\\"none\\" stroke=\\"#000\\" d=\\"M0 0h17.997v17.996H0z\\"/></clipPath></defs><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g clip-path=\\"url(#svgID0)\\" transform=\\"translate(3 3)\\"><path d=\\"M8.955 4.786 7.143 2.975A.82.82 0 016.9 2.4V1.395a.4.4 0 00-.681-.279L1.114 6.224a.4.4 0 00.279.68H2.4a.8.8 0 01.574.239l1.812 1.812m2.463 6.021a7.6 7.6 0 001.111 1.731.82.82 0 001.16.092l.047-.043 7.191-7.191a.824.824 0 000-1.164l-.045-.041a7.6 7.6 0 00-1.732-1.111\\"/></g><path stroke-linecap=\\"round\\" d=\\"m17 17 3 3M4 20 20 4\\"/></g>"},"push-pin-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path d=\\"M19.711 11.362c-2.283-1.92-4.212-1.7-5.044-1.466a.82.82 0 01-.806-.206l-3.715-3.714a.82.82 0 01-.24-.574V4.396a.4.4 0 00-.681-.279L4.117 9.225a.4.4 0 00.279.68h1.006a.82.82 0 01.574.239l3.715 3.715a.82.82 0 01.206.806c-.235.832-.454 2.762 1.466 5.044a.823.823 0 001.207.049l7.191-7.191a.823.823 0 00-.05-1.205Z\\"/><path stroke-linecap=\\"round\\" d=\\"m17 17 3 3\\"/></g>"},"qrcode":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 16)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(16 2)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M3 12h8v2m1-11v5m-1 11v2h4v-6m2-3h4v3m-2 6h2v-2\\"/></g>"},"question-badge":{"body":"<g transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" fill=\\"currentColor\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M6 6.671a4.15 4.15 0 015.25-2.444A4.005 4.005 0 0114 8.004c0 2.665-4.116 4-4.116 4\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M10 17v-1\\"/></g>"},"radio":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2.001 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g>"},"redo":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M17.999 8H9.036A5.01 5.01 0 004 12.986v.027A5.01 5.01 0 009.036 18h3.981\\"/><path stroke-linejoin=\\"round\\" d=\\"m17 5 3 3-3 3\\"/></g>"},"relations":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" transform=\\"translate(2 6.75)\\"><path d=\\"m3 1.25 2 2\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" transform=\\"translate(1 -.75)\\"/></g><g stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" transform=\\"translate(10 4.75)\\"><path d=\\"M2 2.25v2\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" transform=\\"translate(1 -.75)\\"/></g><g stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" transform=\\"translate(17 6)\\"><path d=\\"M2 2 0 4\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" transform=\\"translate(2)\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M9 22a3 3 0 013-3 3 3 0 013 3\\"/><g transform=\\"translate(9 12)\\"><rect width=\\"6.001\\" height=\\"6.001\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"4.001\\" height=\\"4.001\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g></g>"},"reload":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path d=\\"M17 16.754A6.87 6.87 0 0111.92 19 6.96 6.96 0 015 12m2-5.18A7.25 7.25 0 0111.826 5 7.09 7.09 0 0119 12\\"/><path d=\\"m7 13-2-2-2 2m14-2 2 2 2-2\\"/></g>"},"remove":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M4 12h16\\"/>"},"remove-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" d=\\"M7 12h10\\"/></g>"},"reorder":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M4 14h16M4 10h16\\"/><path stroke-linejoin=\\"round\\" d=\\"m14.001 6.001-2-2-2 2M9.999 18l2 2 2-2\\"/></g>"},"repeat":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path d=\\"m17 4 3 3-3 3M7 20l-3-3 3-3\\"/><path d=\\"M4 11V9a2.184 2.184 0 012.332-2H18m2 6v2a2.184 2.184 0 01-2.332 2H6\\"/></g>"},"repository":{"body":"<g fill=\\"none\\"><path d=\\"M4 21.002a2 2 0 01-2-2V6.27c0-1.133.859-2.26 1.717-2.264l6-.006.834.006L11.93 6.27H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"m20 19.002.002-10.73L20 8.27h-9.195l-.586-.96L9.422 6l-5.346.006a.6.6 0 00-.078.264L3.996 19q.003.001.002.002zm0 2H3.998c-1.103 0-2-.896-2-2V6.27c0-1.133.86-2.26 1.717-2.264l6-.006.834.006 1.379 2.264H20a2 2 0 012 2v10.732a2 2 0 01-2 2\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m17 14-2-2-2 2m2-1v4\\"/></g>"},"request-form":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(3.5 3.5)\\"><path d=\\"M12.5 9.632a4.16 4.16 0 01-2.866 2.866m0-8A4.17 4.17 0 0112.5 7.366m-8 0a4.17 4.17 0 012.866-2.867m0 8a4.16 4.16 0 01-2.868-2.866m11.001.87c-.518 3.465-2.1 4.465-5 5m0-14a5.77 5.77 0 015 5m-14 0a5.78 5.78 0 015-5m0 14a5.63 5.63 0 01-5-5\\"/><rect width=\\"4\\" height=\\"5\\" rx=\\"1.333\\" transform=\\"translate(6.5 12.5)\\"/><rect width=\\"5\\" height=\\"4\\" rx=\\"1.333\\" transform=\\"translate(12.5 6.5)\\"/><rect width=\\"5\\" height=\\"4\\" rx=\\"1.333\\" transform=\\"translate(-.5 6.5)\\"/><rect width=\\"4\\" height=\\"5\\" rx=\\"1.333\\" transform=\\"translate(6.5 -.5)\\"/></g>"},"resize-100":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M21.001 8.998v-4h-4M17 19.001h4v-4M7 4.999H3v4m-.001 6.003v4h4\\"/><path fill=\\"currentColor\\" d=\\"M6.121 16h3.877v-1.243H8.787V8l-2.789.824v1.333l1.494-.461v5.062H6.121Zm7.998 0h3.877v-1.243h-1.211V8l-2.789.824v1.333l1.494-.461v5.062h-1.371ZM11 10.964h1V9.501h-1Zm0 3.537h1v-1.464h-1Z\\"/>"},"resize-height":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"m14 9-2-2-2 2m-.001 6.002 2 2 2-2\\"/><path d=\\"M4 3h16M4 21h16\\"/></g>"},"resize-width":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-linejoin=\\"round\\" d=\\"m14.999 14 2-2-2-2m-6.002-.001-2 2 2 2\\"/><path d=\\"M20.999 4v16m-18-16v16\\"/></g>"},"search":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m15 15 6 6\\"/><g fill=\\"none\\" transform=\\"translate(3 3)\\"><circle cx=\\"7\\" cy=\\"7\\" r=\\"7\\" stroke=\\"none\\"/><circle cx=\\"7\\" cy=\\"7\\" r=\\"6\\"/></g></g>"},"sequential-prerequisites":{"body":"<g transform=\\"translate(4.884 5.999)\\"><rect width=\\"8\\" height=\\"4\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\".5\\" transform=\\"translate(7.117 -1.998)\\"/><path fill=\\"currentColor\\" d=\\"M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(7.115 9)\\"><rect width=\\"8\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M9.12 9V7.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V9\\"/></g></g>"},"settings":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" transform=\\"translate(3.75 3.762)\\"><path d=\\"M7.235 16.238h2.029l.248-1.992.344-.095a6 6 0 001.436-.595l.311-.18 1.585 1.237 1.437-1.437-1.237-1.585.18-.312a6 6 0 00.595-1.436l.095-.343 1.992-.247V7.222l-1.991-.247-.095-.344a6 6 0 00-.6-1.436l-.18-.311 1.237-1.585-1.432-1.438-1.586 1.238-.311-.18a6 6 0 00-1.435-.597l-.344-.095L9.265.236h-2.03l-.248 1.991-.344.095a6 6 0 00-1.435.6l-.311.18-1.586-1.241-1.437 1.437 1.237 1.586-.18.312a6 6 0 00-.6 1.435l-.095.345-1.986.246v2.03l1.991.248.095.344a6 6 0 00.6 1.435l.18.312-1.242 1.586 1.437 1.437 1.585-1.237.311.18a6 6 0 001.436.595l.344.095Z\\"/><path fill=\\"currentColor\\" d=\\"m9.265 16.238.248-1.992.344-.095c.512-.14.995-.34 1.435-.594l.311-.18 1.586 1.237 1.437-1.437-1.237-1.586.18-.312a6 6 0 00.595-1.435l.095-.343 1.991-.248v-2.03l-1.991-.248-.095-.344a6 6 0 00-.595-1.436l-.18-.311 1.237-1.586-1.437-1.437L11.603 3.1l-.31-.18a6 6 0 00-1.436-.595l-.344-.095L9.265.238h-2.03l-.248 1.991-.344.095c-.512.14-.994.34-1.435.595l-.311.18L3.31 1.861 1.874 3.298l1.237 1.586-.18.312c-.254.44-.455.923-.595 1.435l-.095.344-1.991.248v2.03l1.991.248.095.344c.14.512.34.994.595 1.434l.18.312-1.237 1.586 1.437 1.437 1.586-1.237.31.18c.442.254.924.454 1.436.594l.344.095.248 1.992zm0 2h-2.03a2 2 0 01-1.984-1.753l-.091-.73-.04-.016-.579.452a2 2 0 01-2.644-.163L.46 14.591a2 2 0 01-.163-2.644l.452-.579-.017-.04-.73-.09A2 2 0 01-1.75 9.252v-2.03A2 2 0 01.004 5.238l.728-.09.017-.04-.452-.58A2 2 0 01.46 1.885L1.897.447A2 2 0 014.542.285l.578.451.04-.016.09-.73a2 2 0 011.985-1.752h2.03a2 2 0 011.984 1.753l.091.729.04.016.578-.451a2 2 0 012.645.162l1.437 1.437a2 2 0 01.163 2.645l-.452.578.017.04.728.091a2 2 0 011.754 1.985v2.03a2 2 0 01-1.753 1.984l-.73.091-.016.04.452.579a2 2 0 01-.163 2.644l-1.437 1.437a2 2 0 01-2.644.163l-.58-.452-.039.017-.09.73a2 2 0 01-1.985 1.752\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(5.25 5.238)\\"/></g>"},"share":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(4.207 3.75) translate(-.207 5.25)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(4.207 3.75) translate(9.793 11.25)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(4.207 3.75) translate(9.793 -.75)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m15 17-6-4m6-6-6 4\\"/></g>"},"sketch":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\"><path d=\\"M15.33 4a2 2 0 011.743 1.019l3.375 6a2 2 0 010 1.961l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.019l-3.375-6a2 2 0 010-1.961l3.375-6A2 2 0 018.67 4Z\\"/><path fill=\\"currentColor\\" d=\\"m8.67 6-3.375 6 3.375 6h6.66l3.375-6-3.375-6zm0-2h6.66a2 2 0 011.743 1.02l3.375 6a2 2 0 010 1.96l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.02l-3.375-6a2 2 0 010-1.96l3.375-6A2 2 0 018.67 4\\"/></g>"},"skills":{"body":"<g transform=\\"translate(2.988 2.25)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M6.012 19.75a3 3 0 013-3 3 3 0 013 3\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(6.012 9.75)\\"><rect width=\\"6.001\\" height=\\"6.001\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"4.001\\" height=\\"4.001\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><rect width=\\"5\\" height=\\"5\\" fill=\\"currentColor\\" rx=\\"1\\" transform=\\"translate(-.988 3.75)\\"/><path fill=\\"currentColor\\" d=\\"M14.648 4.231a1 1 0 011.728 0l1.759 3.019a1 1 0 01-.864 1.5h-3.518a1 1 0 01-.864-1.5ZM8.405.214a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7H7.896a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z\\"/></g>"},"skip-back":{"body":"<g fill=\\"none\\"><path d=\\"M5.039 13.736a2 2 0 010-3.473l7.969-4.554A2 2 0 0116 7.446v9.108a2 2 0 01-2.992 1.736Z\\"/><path fill=\\"currentColor\\" d=\\"M6.031 12 14 16.554V7.446zm-2 0a1.98 1.98 0 011.008-1.736l7.969-4.554C14.34 4.948 16 5.91 16 7.446v9.108c0 1.535-1.659 2.498-2.992 1.736l-7.97-4.554A1.98 1.98 0 014.032 12\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M19 6v12\\"/></g>"},"skip-forward":{"body":"<g fill=\\"none\\"><path d=\\"M18.961 10.264a2 2 0 010 3.473l-7.969 4.554A2 2 0 018 16.554V7.446a2 2 0 012.992-1.736Z\\"/><path fill=\\"currentColor\\" d=\\"m17.969 12-7.97-4.554v9.108zm2 0a1.98 1.98 0 01-1.008 1.736l-7.969 4.554C9.659 19.052 8 18.09 8 16.554V7.446c0-1.535 1.659-2.498 2.992-1.736l7.97 4.554A1.98 1.98 0 0119.969 12\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M5 6v12\\"/></g>"},"sms":{"body":"<g fill=\\"none\\"><path d=\\"M5 4h14a3 3 0 013 3v8a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3\\"/><path fill=\\"currentColor\\" d=\\"M4.999 6c-.55 0-1 .449-1 1v8c0 .552.45 1 1 1H19a1 1 0 001-1V7c0-.551-.448-1-1-1zm0-2h14a3 3 0 013 3v8a3 3 0 01-3 3h-14a3 3 0 01-3-3V7a3 3 0 013-3\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M8 9h8m-8 4.001h5\\"/><path d=\\"M6 17h4l-4 4Z\\"/><path fill=\\"currentColor\\" d=\\"M5.999 17h4l-4 4z\\"/></g>"},"sso-access":{"body":"<g fill=\\"none\\"><g stroke-linecap=\\"round\\"><path d=\\"M18.002 18.002h-12a4 4 0 01-1.977-7.479 5 5 0 014.977-4.52 5 5 0 01.5.025 6 6 0 0110.5 3.974q0 .264-.021.521a4 4 0 01-1.979 7.479\\"/><path fill=\\"currentColor\\" d=\\"M18 16a2 2 0 001.998-1.996c0-.72-.387-1.389-1.012-1.744l-1.103-.63.1-1.267q.015-.192.015-.363a4.001 4.001 0 00-6.994-2.646l-.684.771-1.025-.11a2.986 2.986 0 00-3.28 2.695l-.097 1.034-.9.514a2.02 2.02 0 00-1.014 1.746C4.004 15.106 4.9 16 6.002 16zm0 2H6.002a4 4 0 01-3.998-3.996c0-1.492.814-2.793 2.021-3.482a5 5 0 015.48-4.495 6 6 0 014.497-2.023 5.996 5.996 0 015.975 6.518 4 4 0 012.021 3.482A3.996 3.996 0 0118 18\\"/></g><g stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M11.999 11v3\\"/><g transform=\\"translate(9.999 8)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" stroke=\\"none\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"1\\"/></g></g></g>"},"star":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" d=\\"m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z\\"/>"},"star-active":{"body":"<path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z\\"/>"},"success":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" transform=\\"translate(2.751 3)\\"><rect width=\\"4\\" height=\\"10\\" rx=\\"2\\" transform=\\"translate(.25 7.001)\\"/><path stroke-linecap=\\"round\\" d=\\"M16.066 8.914h-.885l.069-.48h.816a1.188 1.188 0 000-2.375h-1.959L11.253 6s.617-4.309-2-5.754c-1.683-.834-2 .754-2 .754v3l-1 1s-2 1.856-2 3.019V15a1.868 1.868 0 002 2h8.185a1.188 1.188 0 000-2.375h-.08l.069-.481h.825a1.188 1.188 0 000-2.375h-.486l.069-.481h1.231a1.188 1.188 0 000-2.375Z\\"/></g>"},"sun":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(7 7)\\"><circle cx=\\"5\\" cy=\\"5\\" r=\\"5\\" stroke=\\"none\\"/><circle cx=\\"5\\" cy=\\"5\\" r=\\"4\\"/></g><path stroke-linecap=\\"round\\" d=\\"M12 4V3m0 18v-1m8-8h1M3 12h1m14 6.001 1 1M5 4.999l1 1m12 0 1-1M5 19.001l1-1\\"/></g>"},"sunrise":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M6 17a6 6 0 016-6 6 6 0 016 6Z\\"/><path fill=\\"currentColor\\" d=\\"M15.464 15A4 4 0 0012 13a4 4 0 00-3.463 2zm2.537 2H6a6 6 0 016-6 6 6 0 016 6\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M12 8V7m-9 9h18M5.001 8.999l1 1m11.999 0 1-1\\"/></g>"},"support":{"body":"<g stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(5.25 4.75)\\"><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M1.75 4.251a5 5 0 0110 0\\"/><g fill=\\"none\\" stroke-width=\\"2\\" transform=\\"translate(-1.25 4.25)\\"><rect width=\\"6\\" height=\\"7\\" rx=\\"2.004\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"1.004\\"/></g><g fill=\\"none\\" stroke-width=\\"2\\" transform=\\"translate(8.75 4.25)\\"><rect width=\\"6\\" height=\\"7\\" rx=\\"2.004\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\"1.004\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M11.747 10.25v2a2.8 2.8 0 01-2.522 3H8.75\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" fill=\\"currentColor\\" stroke-linecap=\\"round\\" transform=\\"translate(6.75 14.25)\\"/></g>"},"survey":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M20 2H8a.88.88 0 00-1 1v6a.88.88 0 001 1h2l.5 1.5c.266.7.573.528.8.3L13 10h7a.88.88 0 001-1V3a.88.88 0 00-1-1\\"/><path fill=\\"currentColor\\" d=\\"M9 4v4h1a2 2 0 011.5.677l.048-.052A2 2 0 0113 8h6V4zM8 2h12c.673 0 1 .332 1 1v6c0 .67-.327 1-1 1h-7l-1.703 1.797c-.228.227-.535.404-.8-.3L10 10H8c-.673 0-1-.33-1-1V3c0-.668.327-1 1-1\\"/></g><path fill=\\"currentColor\\" d=\\"M12.99 5.74a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053m4 0a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M4 22a3 3 0 013-3 3 3 0 013 3\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(4 12)\\"><rect width=\\"6.001\\" height=\\"6.001\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"4.001\\" height=\\"4.001\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g>"},"table":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g transform=\\"translate(2 5)\\"><rect width=\\"20\\" height=\\"14\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"18\\" height=\\"12\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path d=\\"M9 5v13m-7-8h20M2 14h20\\"/></g>"},"tematic-channels":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" d=\\"M12 4v17m4 0H8\\"/><path d=\\"M12 5h6.412L20 6.833 18.412 9H12Zm0 7H5.588L4 10.167 5.588 8H12Z\\"/></g>"},"test":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(3 4)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"1.996\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\".996\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(3 13)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"1.996\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\"1\\" y=\\"1\\" rx=\\".996\\"/></g><path stroke-linejoin=\\"round\\" d=\\"m-19.121-33.411-2.844 10.626.674 3.286 2.224-2.51 2.844-10.627Z\\"/></g>"},"text-body":{"body":"<path fill=\\"currentColor\\" d=\\"M3.265 18.07h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931H3.265Zm10 0h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931h-7.736Z\\"/>"},"text-edit":{"body":"<path fill=\\"currentColor\\" d=\\"M7.56 14.951H4.445L3.867 17H2l2.706-9h2.593l2.7 9H8.133Zm-.38-1.35-.551-1.961c-.209-.76-.4-1.459-.63-2.34-.221.882-.42 1.581-.624 2.34l-.55 1.961Zm9.821-2.061v5.351H15.72l-.156-.642-1.013.426a3.8 3.8 0 01-1.47.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.345.851-2.121 2.757-2.121h1.552v-1.122c0-.585-.209-.912-.863-.912h-.561c-.556 0-.857.179-.857.689v.562h-1.716v-.462c0-1.423.956-2.225 2.594-2.225h.51c1.598 0 2.583.684 2.583 2.539m-1.691 2.188h-1.593c-.667 0-.979.2-.979.685v.461c0 .487.248.729.672.729a2 2 0 00.77-.167l1.124-.339ZM20.001 4h2v16h-2Z\\"/>"},"text-style":{"body":"<path fill=\\"currentColor\\" d=\\"M9.646 15.041H5.363L4.563 18H2L5.721 5h3.566L13 18h-2.566Zm-.523-1.95-.756-2.832c-.288-1.1-.553-2.108-.866-3.381-.3 1.273-.577 2.283-.858 3.381l-.756 2.832Zm12.876-1.92v6.688h-1.706l-.208-.8-1.351.532a5.4 5.4 0 01-1.961.408 2.592 2.592 0 01-2.771-2.85v-.161c0-1.68 1.135-2.651 3.674-2.651h2.068v-1.4c0-.731-.278-1.14-1.15-1.14h-.748c-.742 0-1.142.224-1.142.863v.7H14.42v-.576c0-1.78 1.274-2.782 3.458-2.782h.678c2.131-.002 3.443.854 3.443 3.169m-2.254 2.736h-2.122c-.887 0-1.3.246-1.3.855v.577a.81.81 0 00.895.91 2.8 2.8 0 001.027-.209l1.5-.423Z\\"/>"},"time":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 2)\\"><circle cx=\\"10\\" cy=\\"10\\" r=\\"10\\" stroke=\\"none\\"/><circle cx=\\"10\\" cy=\\"10\\" r=\\"9\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m14 10-2 2 3 3\\"/></g>"},"toilet-paper":{"body":"<g transform=\\"translate(3.709 3.6)\\"><ellipse cx=\\"2.5\\" cy=\\"6\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" rx=\\"2.5\\" ry=\\"6\\" transform=\\"translate(12.291 .4)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M14.291.4h-12a2.652 2.652 0 00-3 3v14h13v-10\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M5.291 10.4h1m-4 0h1m5 0h1\\"/><ellipse cx=\\".5\\" cy=\\"1\\" fill=\\"currentColor\\" rx=\\".5\\" ry=\\"1\\" transform=\\"translate(14.291 5.401)\\"/></g>"},"training-points":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><g transform=\\"translate(2 6)\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7\\"/></g><g transform=\\"translate(6 10)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" stroke=\\"none\\"/><circle cx=\\"4\\" cy=\\"4\\" r=\\"3\\"/></g><path stroke-linecap=\\"round\\" d=\\"m10 14 7-7\\"/><path stroke-linejoin=\\"round\\" d=\\"m19 3-2 2-.001 2h2l2-2Z\\"/></g>"},"trash":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path d=\\"M5 4.999h14v13a3 3 0 01-3 3H8a3 3 0 01-3-3z\\" stroke=\\"none\\"/><path d=\\"M7 5.999h10a1 1 0 011 1v11a2 2 0 01-2 2H8a2 2 0 01-2-2v-11a1 1 0 011-1Z\\"/><path stroke-linecap=\\"round\\" d=\\"M4 6h16\\"/><path d=\\"M14.998 6h-6V4a1 1 0 011-1h4a1 1 0 011 1z\\" stroke=\\"none\\"/><path d=\\"M13.998 5h-4V4h4z\\"/><path stroke-linecap=\\"round\\" d=\\"M10 10v6m4-6v6\\"/></g>"},"underline":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M8 6v5a4 4 0 108 0V6M6 19h12\\"/>"},"undo":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\"><path stroke-miterlimit=\\"10\\" d=\\"M6.001 8.001h8.966a5.01 5.01 0 015.036 4.986v.027a5.01 5.01 0 01-5.036 4.987h-3.984\\"/><path stroke-linejoin=\\"round\\" d=\\"M7 5 4 8l3 3\\"/></g>"},"unlock":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m8.033 11-.993-.993a3.484 3.484 0 010-4.966h0a3.484 3.484 0 014.967 0l.993.993\\"/><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M12 14.998v2\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(4 10)\\"><rect width=\\"16\\" height=\\"12\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"14\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g></g>"},"upload":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"m15 7-3-3-3 3m3-3v10m8 1v3H4v-3\\"/>"},"user":{"body":"<rect width=\\"10\\" height=\\"10\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" rx=\\"5\\" transform=\\"translate(7 4)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M6 22a6 6 0 016-6 6 6 0 016 6\\"/>"},"user-add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M15 6h6m-3-3v6\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(3 7)\\"><rect width=\\"10\\" height=\\"10.001\\" rx=\\"5\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"8.001\\" x=\\"1\\" y=\\"1\\" rx=\\"4\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M4 22a4 4 0 018 0\\"/>"},"user-badge":{"body":"<path fill=\\"currentColor\\" d=\\"m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M12 7a3 3 0 11-3 3 3 3 0 013-3Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M9.001 17a3 3 0 013-3 3 3 0 013 3\\"/>"},"video-off":{"body":"<path fill=\\"currentColor\\" d=\\"M5 15.242V8h7.243l2-2H4.868A1.8 1.8 0 003 7.715v8.569a1.6 1.6 0 00.2.758Zm10-1.515V16h-2.273l-2 2h4.4A1.8 1.8 0 0017 16.284v-4.557Z\\"/><path fill=\\"currentColor\\" d=\\"M21.351 8a.64.64 0 00-.373.121l-1.3.925-3.44 3.443c.013.01.018.026.031.035l4.709 3.356A.646.646 0 0022 15.356v-6.71A.646.646 0 0021.351 8\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M4 20 20 4\\"/>"},"video-on":{"body":"<g stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><g fill=\\"currentColor\\"><path d=\\"M21 14.666 17.257 12l3.741-2.666z\\"/><path d=\\"M20 11.275 18.98 12l1.018.726zM21.351 8c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523l-4.71-3.355a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12\\"/></g><g fill=\\"none\\"><path d=\\"M4.868 5.999h10.264A1.8 1.8 0 0117 7.714v8.57a1.8 1.8 0 01-1.868 1.715H4.868A1.8 1.8 0 013 16.284v-8.57a1.8 1.8 0 011.868-1.715\\"/><path fill=\\"currentColor\\" d=\\"M5 7.999v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H4.868C3.836 17.999 3 17.231 3 16.284v-8.57C3 6.767 3.836 6 4.868 6\\"/></g></g>"},"video-rec":{"body":"<g transform=\\"translate(3.709 5.695)\\"><g stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><g fill=\\"currentColor\\"><path d=\\"m17.29 8.971-3.74-2.666 3.74-2.665z\\"/><path d=\\"m16.29 5.58-1.018.725 1.018.726zm1.352-3.275c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523L12.56 6.83a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12\\"/></g><g fill=\\"none\\"><path d=\\"M1.159.304h10.264a1.8 1.8 0 011.868 1.715v8.57a1.8 1.8 0 01-1.868 1.715H1.159a1.8 1.8 0 01-1.868-1.715v-8.57A1.8 1.8 0 011.159.304\\"/><path fill=\\"currentColor\\" d=\\"M1.291 2.304v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H1.16c-1.032 0-1.868-.768-1.868-1.715v-8.57c0-.947.836-1.715 1.868-1.715\\"/></g></g><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" fill=\\"currentColor\\" transform=\\"translate(-1.709 -.695)\\"/></g>"},"view":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" transform=\\"translate(5.25 6.75)\\"><path d=\\"M12.75 13.25h-8a3 3 0 01-3-3v-1h7a3 3 0 003-3v-4h1a3 3 0 013 3v5a3 3 0 01-3 3Z\\"/><rect width=\\"14\\" height=\\"11\\" stroke-miterlimit=\\"10\\" rx=\\"3\\" transform=\\"translate(-2.25 -1.75)\\"/></g>"},"view-card":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 8)\\"><rect width=\\"11\\" height=\\"9\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"9\\" height=\\"7\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(15 8)\\"><rect width=\\"7\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g>"},"view-list":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 5)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(2 13)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\"1\\" y=\\"1\\" rx=\\"1\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M11 10h5m-5 8h5M11 6h10m-10 8h10\\"/>"},"voice-off":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M12.001 17.5V21\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M9.001 21h6\\"/><path fill=\\"currentColor\\" stroke=\\"rgba(0,0,0,0)\\" d=\\"M11.001 8.743V5a1 1 0 012 0v1.743l1.976-1.976A2.992 2.992 0 009.001 5v5.743Zm3.047 5.438q.07-.065.134-.134Zm-7.877-.608 1.83-1.83V11a1 1 0 00-2 0v1.386a6 6 0 00.17 1.188\\"/><path fill=\\"currentColor\\" stroke=\\"rgba(0,0,0,0)\\" d=\\"M16.001 12.227v.083a3.835 3.835 0 01-3.755 3.672l-1.845 1.845a5.5 5.5 0 001.365.173h.2a5.86 5.86 0 006.035-5.653V11a.98.98 0 00-.2-.571Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"m4.001 20 16-16\\"/>"},"voice-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><g transform=\\"translate(9 2.001)\\"><rect width=\\"6\\" height=\\"13\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"11\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path stroke-linecap=\\"round\\" d=\\"M17 11v1.348a4.836 4.836 0 01-5 4.653h0a4.836 4.836 0 01-5-4.653V11\\"/><path d=\\"M12 17.001v3\\"/><path stroke-linecap=\\"round\\" d=\\"M9 21.001h6\\"/></g>"},"volume-down":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M19.002 9.999a2.552 2.552 0 010 4\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M3 14.517a1.67 1.67 0 001.479 1.48h4.76a1.4 1.4 0 01.837.276l3.776 2.446A1.326 1.326 0 0016 17.794v-11.6a1.326 1.326 0 00-2.148-.925l-3.776 2.446a1.4 1.4 0 01-.837.276h-4.76A1.69 1.69 0 003 9.491Z\\"/><path fill=\\"currentColor\\" d=\\"M14 16.435v-8.87L11.211 9.37a3.4 3.4 0 01-1.972.63h-4.24v4h4.24c.708 0 1.404.222 1.972.628zM14.681 19c-.285 0-.576-.087-.83-.278l-3.775-2.446A1.4 1.4 0 009.239 16h-4.76c-.725 0-1.48-.818-1.48-1.48V9.496C3 8.834 3.755 8 4.48 8h4.76c.306 0 .602-.098.837-.277l3.776-2.446c.855-.647 2.148-.09 2.148.925v11.595c0 .715-.64 1.203-1.319 1.203\\"/></g></g>"},"volume-off":{"body":"<g fill=\\"none\\"><g stroke-linejoin=\\"round\\"><path d=\\"M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z\\"/><path fill=\\"currentColor\\" d=\\"M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"m16 14 4-4m-4 0 4 4\\"/></g>"},"volume-up":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M15.001 8.999a5.075 5.075 0 010 6m4.001-7a8.6 8.6 0 010 8\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z\\"/><path fill=\\"currentColor\\" d=\\"M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942\\"/></g></g>"},"warning":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M10.577 3.833a1.632 1.632 0 012.846 0l4.177 7.334 4.178 7.334a1.666 1.666 0 01-1.423 2.5H3.645a1.666 1.666 0 01-1.423-2.5L6.4 11.167Z\\"/><path fill=\\"currentColor\\" d=\\"M12 5.375 4.24 19h15.52zM12 3c.553 0 1.107.278 1.423.833l8.354 14.668C22.41 19.612 21.619 21 20.354 21H3.645c-1.264 0-2.055-1.388-1.423-2.5l8.355-14.666c.316-.555.87-.833 1.423-.833\\"/><path stroke=\\"currentColor\\" stroke-width=\\"2\\" d=\\"M12 9v4m0 4\\"/></g>"},"webinar":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M15 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0115 14.5\\"/><path fill=\\"currentColor\\" d=\\"M16.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0116.5 13\\"/><path d=\\"M8 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 018 19.5\\"/><path fill=\\"currentColor\\" d=\\"M9.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 019.5 18\\"/><path d=\\"M13 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0113 19.5\\"/><path fill=\\"currentColor\\" d=\\"M14.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0114.5 18\\"/><path d=\\"M10.5 14.5a1.5 1.5 0 11.44 1.06 1.5 1.5 0 01-.44-1.06\\"/><path fill=\\"currentColor\\" d=\\"M12 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0112 13\\"/><path d=\\"M6 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 016 14.5\\"/><path fill=\\"currentColor\\" d=\\"M7.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 017.5 13\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-width=\\"2\\" d=\\"M3.001 13V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8\\"/></g>"},"whiteboard":{"body":"<rect fill=\\"none\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" d=\\"m4 20 4-6m4 6v-6m8 6-4-6\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(2.998 3)\\"><rect width=\\"18.005\\" height=\\"12\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"16.005\\" height=\\"10\\" x=\\"1\\" y=\\"1\\" rx=\\"2\\"/></g><path d=\\"M6.999 10.182c1.425-1 3.163-3.181 6-3.181-1.206 3.762 2.527 4.983 4 3.181\\"/></g>"},"wine":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\"><path stroke-linecap=\\"round\\" d=\\"M17.919 15.986C20.986 14.639 19.757 9 19.757 9h-5.513s-1.23 5.639 1.838 6.986a1.7 1.7 0 00.4.014h1.062a1.5 1.5 0 00.375-.014M16.999 17v4M19 21h-4\\"/><path d=\\"M4.952 21a1.2 1.2 0 01-.652-.3A1 1 0 014 20v-9c.015-.318 0-1 0-1l1.5-3V3h3v4l1.5 3c.01.009-.015.682 0 1v9a1 1 0 01-.3.7.85.85 0 01-.7.3Z\\"/><path d=\\"M4 12.001h3v6H4z\\"/></g>"},"zip":{"body":"<g stroke=\\"currentColor\\"><path fill=\\"currentColor\\" d=\\"M18.001 17a1 1 0 101 1 1 1 0 00-1-1Z\\"/><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" d=\\"M4 5v4m4-4v4m4-4v4\\"/><g fill=\\"none\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\" transform=\\"translate(15 4)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"1\\" stroke=\\"none\\"/><path d=\\"M1 1h4v4H1z\\"/></g><path fill=\\"none\\" stroke-linejoin=\\"round\\" stroke-width=\\"2\\" d=\\"M17.918 21a2.78 2.78 0 01-2.912-3.108L15.984 13h4.033l.978 4.892A2.78 2.78 0 0118.083 21Z\\"/></g>"},"zoom-in":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m15 15 6 6\\"/><g fill=\\"none\\" transform=\\"translate(3 3)\\"><circle cx=\\"7\\" cy=\\"7\\" r=\\"7\\" stroke=\\"none\\"/><circle cx=\\"7\\" cy=\\"7\\" r=\\"6\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"M8 10h4m-2-2v4\\"/></g>"},"zoom-out":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" stroke-width=\\"2\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m15 15 6 6\\"/><g fill=\\"none\\" transform=\\"translate(3 3)\\"><circle cx=\\"7\\" cy=\\"7\\" r=\\"7\\" stroke=\\"none\\"/><circle cx=\\"7\\" cy=\\"7\\" r=\\"6\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"M8 10h4\\"/></g>"}}'),width:24,height:24},e={prefix:"simple",lastModified:1748007967,icons:JSON.parse('{"add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M.5 8h15M8 .5v15\\"/>"},"add-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" d=\\"M3.5 8h9\\"/><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M8 3.5v9\\"/></g>"},"align-center":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M12.5 6.5h-9m12-3H.5m13 6h-11m8 3h-5\\"/>"},"align-justify":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M15.5 6.5H.5m15-3H.5m15 6H.5m15 3H.5\\"/>"},"align-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M10.5 6.501H.5m15-3.001H.5m12 6.001H.5m8 3h-8\\"/>"},"align-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M15.5 6.5h-10m10-3H.5m15 6h-12m12 3h-8\\"/>"},"analysis":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><g transform=\\"translate(0 8)\\"><rect width=\\"4\\" height=\\"8\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"3\\" height=\\"7\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(6)\\"><rect width=\\"4\\" height=\\"16\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"3\\" height=\\"15\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(12 5)\\"><rect width=\\"4\\" height=\\"11\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"3\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g></g>"},"analysis-2":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M8.496.999a.58.58 0 00-.346.15.58.58 0 00-.15.348v6.5H1.5a.6.6 0 00-.35.15.6.6 0 00-.15.35 7.63 7.63 0 007.66 7.5A7.215 7.215 0 0016 8.662 7.635 7.635 0 008.496.999\\"/><path fill=\\"currentColor\\" d=\\"M9 2.02v6.979H2.02c.121 1.538.803 2.975 1.95 4.09A6.7 6.7 0 008.66 15c1.74 0 3.346-.646 4.52-1.818S15 10.405 15 8.665c0-1.756-.68-3.423-1.913-4.693C11.973 2.824 10.537 2.142 9 2.02M8.496 1C12.647.999 16 4.514 16 8.665S12.811 16 8.66 16 1 12.65 1 8.5a.6.6 0 01.15-.35A.6.6 0 011.5 8H8V1.497c0-.11.072-.27.15-.348a.58.58 0 01.346-.15\\"/><path d=\\"M6.882 6.882A.4.4 0 007 6.597V.4a.4.4 0 00-.118-.285.4.4 0 00-.284-.118 6.6 6.6 0 00-6.6 6.6.4.4 0 00.118.285A.4.4 0 00.4 7h6.2a.4.4 0 00.282-.118\\"/><path fill=\\"currentColor\\" d=\\"M6 6V1.032A5.61 5.61 0 001.032 6zm.598 1H.403A.405.405 0 010 6.598 6.6 6.6 0 016.598 0 .405.405 0 017 .403v6.195A.405.405 0 016.598 7\\"/></g>"},"analysis-3":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-linejoin=\\"round\\" d=\\"m1 12.002 7-6 3 2 3-3\\"/><path stroke-miterlimit=\\"10\\" d=\\"M15.5 12.5H.5v-9\\"/></g>"},"apple":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M8.011 15.457a4 4 0 01.8.1 4.3 4.3 0 01.8.314l.019.009c.1.047.2.1.3.139a1.35 1.35 0 00.539.124 2 2 0 00.834-.248 3.54 3.54 0 001.324-1.129 11.2 11.2 0 001.456-2.447c.077-.172.136-.315.186-.446a8.9 8.9 0 00.529-5.47 4.23 4.23 0 00-1.694-2.514l-.037-.026a3 3 0 00-.582-.363 3.5 3.5 0 00-1.52-.356h-.086a5 5 0 00-1.73.454l-.342.132c-.149.056-.495.176-.5.177a.4.4 0 01-.136.024h-.334a.4.4 0 01-.136-.023s-.347-.121-.5-.179l-.337-.13a5.1 5.1 0 00-1.735-.458h-.093a3.6 3.6 0 00-1.512.356 3 3 0 00-.584.363l-.035.026A4.3 4.3 0 001.221 6.36a8.9 8.9 0 00.505 5.481c.073.192.139.343.2.477a11 11 0 001.455 2.447 3.5 3.5 0 001.276 1.109 2.2 2.2 0 00.885.267 1.35 1.35 0 00.535-.123q.15-.066.3-.137l.018-.009a4.4 4.4 0 01.8-.317 3.7 3.7 0 01.8-.1h.014Z\\"/><path fill=\\"currentColor\\" d=\\"M10.463 15.14c.064 0 .248-.081.428-.162.311-.138.568-.366.949-.84.494-.616.939-1.366 1.323-2.23.066-.147.118-.272.164-.393l.02-.048c1.086-2.467.484-4.785.478-4.808l-.013-.055c-.242-1.159-1.175-1.822-1.255-1.876a1 1 0 01-.099-.07l-.03-.024a2 2 0 00-.385-.236 2.5 2.5 0 00-1.086-.256h-.062c-.429.01-.853.176-1.395.387l-.348.134c-.151.057-.467.167-.52.186q-.226.08-.468.08h-.327q-.243 0-.47-.081l-.028-.01c-.152-.053-.368-.13-.49-.175l-.007-.003-.341-.132c-.54-.21-.967-.375-1.393-.386l-.072-.001c-.346 0-.739.094-1.08.258q-.227.108-.384.236-.054.045-.113.084c-.061.042-1.031.737-1.259 1.842l-.012.054c-.026.097-.614 2.396.453 4.82l.02.048c.065.172.123.305.178.427.383.861.828 1.61 1.322 2.228.376.468.629.698.901.82l.005.002c.2.088.405.18.475.18a.4.4 0 00.145-.045 6 6 0 00.252-.115l.037-.018c.277-.131.59-.28.973-.377.29-.074.623-.116 1.018-.128h.079c.252.01.63.032 1.007.128.387.098.715.255.979.38l.038.018q.128.063.243.112l.005.002a.5.5 0 00.145.044m0 1c-.17 0-.34-.04-.539-.125q-.156-.067-.303-.139l-.02-.009a4.3 4.3 0 00-.795-.314 4 4 0 00-.795-.097h-.015c-.319.01-.58.04-.8.097-.292.075-.55.197-.802.317l-.018.009a7 7 0 01-.3.136 1.35 1.35 0 01-.534.123c-.283 0-.534-.111-.885-.267-.5-.223-.872-.605-1.276-1.109-.548-.684-1.038-1.507-1.455-2.447a8 8 0 01-.2-.477C.543 9.15 1.15 6.632 1.221 6.359c.317-1.54 1.623-2.432 1.684-2.473l.035-.026a3 3 0 01.584-.363 3.56 3.56 0 011.605-.355c.605.016 1.129.22 1.735.455l.338.13c.152.057.498.178.5.179a.4.4 0 00.135.023h.129l.026-.003h.019q.014 0 .025.003h.128a.4.4 0 00.136-.024c.004-.001.35-.121.499-.177l.342-.132c.605-.236 1.128-.439 1.73-.454a3.54 3.54 0 011.607.355c.225.109.416.227.582.363l.037.026c.014.009 1.35.864 1.694 2.514.044.165.687 2.708-.53 5.47-.05.131-.108.274-.185.446-.419.94-.908 1.764-1.456 2.447-.404.504-.783.89-1.323 1.13-.323.144-.557.248-.834.248\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8 4.14a2.77 2.77 0 012-3.5m-.002 5.5s2.075 1.039 2 3\\"/></g>","height":16.14},"arrow-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m2.5 9.5 5.5 6 5.5-6M8 15.501v-15\\"/>","height":16.001},"arrow-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m6.5 2.501-6 5.5 6 5.5m-6-5.5h15\\"/>"},"arrow-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9.5 13.501 6-5.5-6-5.5m6 5.5H.5\\"/>"},"arrow-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m13.501 6.5-5.5-6-5.5 6m5.5-6v15\\"/>"},"attachment":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m15.5 7.734-7.091 6.688a4.83 4.83 0 01-6.552 0 4.2 4.2 0 010-6.179l7.092-6.689a3.223 3.223 0 014.368 0 2.8 2.8 0 010 4.119l-7.1 6.688a1.61 1.61 0 01-2.183 0 1.4 1.4 0 010-2.059l6.551-6.172\\"/>","width":16.207,"height":16.202},"bck-to-front":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m12.5.707-2 2 2 2\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M4.667 2.708h-2.5a1.57 1.57 0 00-1.25.417A1.57 1.57 0 00.5 4.375v6.667a1.57 1.57 0 00.417 1.25 1.57 1.57 0 001.25.417h11.667a1.57 1.57 0 001.25-.417 1.57 1.57 0 00.416-1.251V4.375a1.57 1.57 0 00-.417-1.25 1.57 1.57 0 00-1.25-.417h-2.5\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M5.477 13.207h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z\\"/><path fill=\\"currentColor\\" d=\\"M5.477 13.207h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936z\\"/></g></g>","height":16.207},"bell":{"body":"<path fill=\\"currentColor\\" d=\\"M5.999 14.105a1.95 1.95 0 002 1.894 1.95 1.95 0 002-1.894v-.106h-4Z\\"/><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M9.173.172a5.45 5.45 0 013.823 4.829v2a5.52 5.52 0 001.677 4.529l.1.086a.8.8 0 01.232.566.82.82 0 01-.826.818H1.83a.82.82 0 01-.826-.818.8.8 0 01.232-.566l.1-.086a5.52 5.52 0 001.669-4.529v-2a5.47 5.47 0 013.7-4.795A4.36 4.36 0 019.173.172\\"/><path fill=\\"currentColor\\" d=\\"M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.4 2.4 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.8.8 0 01.231.567c0 .452-.37.818-.826.818H1.826A.82.82 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205\\"/></g>"},"bell-active":{"body":"<g fill=\\"currentColor\\"><path d=\\"M5.999 14.105a1.95 1.95 0 002 1.894 1.95 1.95 0 002-1.894v-.106h-4Z\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M14.174 12.501H1.826a.323.323 0 01-.326-.318c0-.075.027-.147.077-.204l.043-.038.037-.031C3.29 10.505 3.5 8.549 3.5 7V5c0-1.78 1.561-3.797 3.34-4.315l.01-.003.01-.003A4.3 4.3 0 018.072.501c.347 0 .665.048.943.144l.018.006.018.004c.854.224 1.725.823 2.389 1.645.674.835 1.06 1.82 1.06 2.701v2c0 2.947.985 4.17 1.843 4.908l.036.031.044.039c.05.057.077.129.077.204a.32.32 0 01-.326.318\\"/><path d=\\"M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.4 2.4 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.8.8 0 01.231.567c0 .452-.37.818-.826.818H1.826A.82.82 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205\\"/></g></g>"},"bold":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M2.5.5h6.722a3.772 3.772 0 010 7.5H2.5Zm0 7.5h7.615a3.77 3.77 0 010 7.5H2.5Z\\"/>"},"bookmark":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M4 1.358v14.435a.2.2 0 00.351.141L7.9 12.067a.134.134 0 01.2 0l3.549 3.868a.2.2 0 00.351-.141V1.358A1.345 1.345 0 0010.669 0H5.332A1.345 1.345 0 004 1.358\\"/><path fill=\\"currentColor\\" d=\\"M5.331 1C5.15 1 5 1.16 5 1.358v12.39l2.161-2.356a1.14 1.14 0 011.675-.002L11 13.748V1.358C11 1.16 10.851 1 10.669 1zm0-1h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0\\"/></g>"},"bookmark-active":{"body":"<g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M11 13.748 8.836 11.39a1.136 1.136 0 00-1.675.002L5 13.748V1.358C5 1.16 5.149 1 5.331 1h5.338c.182 0 .331.16.331.358z\\"/><path d=\\"M6 2v9.179l.426-.465a2.137 2.137 0 013.147 0l.427.465V2zm-.669-2h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0\\"/></g>"},"building":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M.5 15.501h15M10.5 2.5v-2h-5v2\\"/><path stroke-linecap=\\"round\\" d=\\"M8 15.001v-2m-3-8h1m-1 3h1m4-3h1m-1 3h1\\"/><path d=\\"M4 2.001h8a2 2 0 012 2v12H2v-12a2 2 0 012-2\\" stroke=\\"none\\"/><path d=\\"M4 2.501h8a1.5 1.5 0 011.5 1.5v11.5h-11v-11.5a1.5 1.5 0 011.5-1.5Z\\"/></g>","height":16.001},"bulleted-list":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M5.5 11.999h5M5.5 8h10m-10-4.001h7\\"/><g transform=\\"translate(2 4.166) translate(-2 -1.667)\\"><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" stroke=\\"none\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1\\"/></g><g transform=\\"translate(2 4.166) translate(-2 2.333)\\"><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" stroke=\\"none\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1\\"/></g><g transform=\\"translate(2 4.166) translate(-2 6.333)\\"><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" stroke=\\"none\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1\\"/></g></g>"},"calendar":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M4.5.501v2m7-2v2M1 5.5h14m-11.5 3h2m5 0h2m-9 4h2m5 0h2\\"/><g transform=\\"translate(0 1)\\"><rect width=\\"16\\" height=\\"15\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"14\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g></g>"},"camera-off":{"body":"<path fill=\\"currentColor\\" d=\\"M14 14H4.118l1-1h8.883c.747 0 1-.252 1-1V5c0-.713-.231-.975-.884-1l.84-.84A1.8 1.8 0 0116 4.998v7A1.79 1.79 0 0114 14M.453 13.424a2.08 2.08 0 01-.451-1.426v-7a1.79 1.79 0 012-2h1l1-1h4l1 1h1.88l-1 1h-1.29l-1-1h-3.17l-1 1H2.005c-.747 0-1 .252-1 1v7a1.2 1.2 0 00.164.719l-.709.707Z\\"/><path fill=\\"currentColor\\" d=\\"m7.231 10.891 1.662-1.664a2.5 2.5 0 01-1.662 1.664M4.263 9.616a2.5 2.5 0 01-.262-1.113 2.5 2.5 0 013.615-2.236l-.775.775a1.5 1.5 0 00-.34-.041 1.5 1.5 0 00-1.5 1.5 1.5 1.5 0 00.039.34l-.774.773Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1 15 15 1\\"/>"},"camera-on":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M14 3H9L8 2H4L3 3H2a1.8 1.8 0 00-2 2v7a1.794 1.794 0 002 2h12a1.8 1.8 0 002-2V5a1.8 1.8 0 00-2-2\\"/><path fill=\\"currentColor\\" d=\\"m4.414 3-1 1H2c-.748 0-1 .253-1 1v7c0 .748.252 1 1 1h12c.748 0 1-.252 1-1V5c0-.747-.252-1-1-1H8.586l-1-1zM4 2h4l1 1h5c1.296 0 2 .695 2 2v7c0 1.302-.702 2-2 2H2c-1.302 0-2-.699-2-2V5c0-1.297.7-2 2-2h1z\\"/><g stroke=\\"currentColor\\" transform=\\"translate(4 6.001)\\"><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" stroke=\\"none\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2\\"/></g></g>"},"catalog":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M4 0h9a1 1 0 011 1v14a1 1 0 01-1 1H4a2 2 0 01-2-2V2a2 2 0 012-2\\" stroke=\\"none\\"/><path d=\\"M4 .5h9a.5.5 0 01.5.5v14a.5.5 0 01-.5.5H4A1.5 1.5 0 012.5 14V2A1.5 1.5 0 014 .5Z\\"/></g><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M5.5 8.5h5m-5 3h3\\"/><path d=\\"M3 4.5h10\\"/></g>"},"certificate":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-miterlimit=\\"22.926\\" d=\\"M8.501.999a4.5 4.5 0 11-4.5 4.5 4.5 4.5 0 014.5-4.5Z\\"/><path stroke-miterlimit=\\"22.926\\" d=\\"M8.5 4A1.5 1.5 0 117 5.5 1.5 1.5 0 018.5 4Z\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m5 9.001-3 4 2.3.5.7 2.5 3.5-4 3.5 4 .693-2.5 2.3-.5-3-4\\"/></g>","width":17,"height":17},"chat":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" d=\\"M6.995 12.004h-1.5a4.5 4.5 0 010-9h6a4.118 4.118 0 014.5 4.5 4.28 4.28 0 01-4.5 4.5l-1.5 3Z\\"/>","width":17,"height":17},"check":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m1.497 8.5 4 4 9-9\\"/>"},"check-badge":{"body":"<path fill=\\"currentColor\\" d=\\"M8.5 1.231 9.728.187a.78.78 0 011.264.43l.407 1.6a.8.8 0 00.807.614l1.581-.089a.822.822 0 01.783 1.124L14 5.412a.85.85 0 00.308.993l1.329.9a.85.85 0 010 1.39l-1.329.9a.85.85 0 00-.308.993l.57 1.546a.822.822 0 01-.781 1.125l-1.581-.089a.8.8 0 00-.807.614l-.407 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.229 1.044a.78.78 0 01-1.264-.43l-.407-1.6a.8.8 0 00-.807-.614l-1.581.089a.822.822 0 01-.781-1.125L2 10.589a.85.85 0 00-.308-.993l-1.329-.9a.85.85 0 010-1.39l1.329-.9A.85.85 0 002 5.412l-.57-1.546a.822.822 0 01.781-1.125l1.581.089a.8.8 0 00.807-.614l.407-1.6A.78.78 0 016.27.186L7.5 1.231a.764.764 0 001 0\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4.5 7.5 7 10l4.5-4.45\\"/>"},"check-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m3.5 8.5 3 3 6-6\\"/></g>"},"checkbox":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><rect rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"15\\" x=\\".5\\" y=\\".5\\" rx=\\"2.5\\"/></g>"},"chevron-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m1.5 5.5 6.5 6 6.5-6\\"/>"},"chevron-down-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m4.5 7.501 3.5 3 3.5-3\\"/></g>"},"chevron-left":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M11.5 1.5 5.5 8l6 6.5\\"/>"},"chevron-left-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9.499 4.5-3 3.5 3 3.5\\"/></g>"},"chevron-right":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m5.5 14.5 6-6.5-6-6.5\\"/>"},"chevron-right-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M6.64 4.5 9.5 8.083l-3 3.417\\"/></g>"},"chevron-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M14.5 11.5 8 5.5l-6.5 6\\"/>"},"chevron-up-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m4.5 9.499 3.5-3 3.5 3\\"/></g>"},"circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g>"},"classroom":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M1.5 7.5h13m-13 8h13\\"/><path stroke=\\"currentColor\\" d=\\"M3.001 7.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M3 3a2 2 0 11.586 1.414A2 2 0 013 3\\"/><path fill=\\"currentColor\\" d=\\"M5 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A1 1 0 006 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 015 5a2 2 0 01-1.414-.586A1.996 1.996 0 015 1\\"/></g><path stroke=\\"currentColor\\" d=\\"M9.001 7.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M9 3a2 2 0 11.586 1.414A2 2 0 019 3\\"/><path fill=\\"currentColor\\" d=\\"M11 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A1 1 0 0012 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0111 5a2 2 0 01-1.414-.586A1.996 1.996 0 0111 1\\"/></g><path stroke=\\"currentColor\\" d=\\"M6.001 15.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M6 11a2 2 0 11.586 1.414A2 2 0 016 11\\"/><path fill=\\"currentColor\\" d=\\"M8 10a.998.998 0 00-.708 1.706.997.997 0 001.415 0A1 1 0 009 11.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 13a2 2 0 01-1.414-.586A1.996 1.996 0 018 9\\"/></g></g>"},"clear-field":{"body":"<g stroke=\\"currentColor\\" transform=\\"translate(.5 .5)\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" fill=\\"currentColor\\"/><path fill=\\"none\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"m5 10.999 6-6m-6 0 6 6\\"/></g>","width":17,"height":17},"clear-style":{"body":"<path fill=\\"none\\" d=\\"M3 3h7v10H3z\\"/><path fill=\\"currentColor\\" d=\\"M11.377 2.502H1.501a.5.5 0 010-1h10.876z\\"/><path fill=\\"currentColor\\" d=\\"M1.5 4a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5.5.5 0 01.5.5v3a.5.5 0 01-.5.5\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M9.5 15.5h-3\\"/><path fill=\\"currentColor\\" d=\\"M7.999 16.002a.55.55 0 01-.5-.586v-4.793l1-1v5.793a.55.55 0 01-.5.586m-.5-9.623v-3.8a.506.506 0 111 0v2.8z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M1 15 15 1\\"/>","height":16.002},"close":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"m.707 15.707 15-15m-15 0 15 15\\"/>","width":16.414,"height":16.414},"close-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/><path stroke-linecap=\\"round\\" d=\\"m4.5 11.499 7-7m-7 0 7 7\\"/></g>"},"close-loader":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"m4 12 8-8M4 4l8 8\\"/>"},"coffee":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-linejoin=\\"round\\"><path d=\\"M2.186 4.5h9.628a.686.686 0 01.686.686V8A5.5 5.5 0 017 13.5 5.5 5.5 0 011.5 8V5.186a.686.686 0 01.686-.686\\" stroke=\\"none\\"/><path d=\\"M2.332 5h9.336a.33.33 0 01.332.332V8a5 5 0 01-5 5 5 5 0 01-5-5V5.332A.33.33 0 012.332 5Z\\"/></g><path d=\\"M11.5 10.5v-6h1a3 3 0 013 3 3 3 0 01-3 3z\\" stroke=\\"none\\"/><path d=\\"M12 10V5h.5A2.5 2.5 0 0115 7.5a2.5 2.5 0 01-2.5 2.5z\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M1 14h15\\"/><path stroke-linecap=\\"round\\" d=\\"M3 3.5v-2m4 2v-2m4 2v-2\\"/></g>","width":17,"height":17},"color":{"body":"<defs><radialGradient id=\\"svgID0\\" cx=\\".5\\" cy=\\".5\\" r=\\".5\\" gradientUnits=\\"objectBoundingBox\\"><stop offset=\\"0\\" stop-color=\\"currentColor\\"/><stop offset=\\".148\\" stop-color=\\"currentColor\\"/><stop offset=\\".32\\" stop-color=\\"currentColor\\"/><stop offset=\\".493\\" stop-color=\\"currentColor\\"/><stop offset=\\".66\\" stop-color=\\"currentColor\\"/><stop offset=\\".833\\" stop-color=\\"currentColor\\"/><stop offset=\\"1\\" stop-color=\\"currentColor\\"/></radialGradient></defs><g fill=\\"url(#svgID0)\\" stroke=\\"currentColor\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\" fill=\\"none\\"/></g>"},"contact-us":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M13.501 8.501V5.962a5.5 5.5 0 00-11 0v1.2\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M11.499 5.501v2.471a5.6 5.6 0 01-1 3.529m-6-9.5c0 1.733 6.184 3.375 8.5 3.5M6.5 4a5.4 5.4 0 00-2 3.556v.889a4.3 4.3 0 002 3.556m2.999 2.498h.375c1.995.011 3.618-2.156 3.625-4.837v-.164M14.5 6.5h-1v4h1a.95.95 0 001-.889V7.388a.95.95 0 00-1-.888m-13-.002h1v4h-1a.95.95 0 01-1-.887V7.388a.95.95 0 011-.89\\"/><g transform=\\"translate(7 13)\\"><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" stroke=\\"none\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1\\"/></g></g>"},"copy":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><g transform=\\"translate(4 .001)\\"><rect width=\\"10\\" height=\\"14\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"9\\" height=\\"13\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path stroke-linecap=\\"round\\" d=\\"M9.5 15.5H4c-1.1 0-1.5-.4-1.5-1.5V5.5\\"/></g>"},"courses":{"body":"<g transform=\\"translate(0 1.775)\\"><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M15.728 4.241 8.238.284a.51.51 0 00-.476 0L.272 4.241a.509.509 0 000 .9L3 6.634v3.592a1.8 1.8 0 002 2h6a1.8 1.8 0 002-2V6.634l2.728-1.493a.509.509 0 000-.9\\"/><path fill=\\"currentColor\\" d=\\"m8 1.289-6.454 3.41L4 6.041v4.184c0 .748.252 1 1 1h6c.748 0 1-.252 1-1V6.042l2.454-1.343zM8 .225c.081 0 .163.02.238.058l7.49 3.958a.509.509 0 010 .9L13 6.634v3.592c0 1.3-.7 2-2 2H5c-1.295 0-2-.695-2-2V6.634L.271 5.141a.509.509 0 010-.9L7.761.283A.5.5 0 018 .225\\"/></g><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M7.762 9.164.272 5.177a.514.514 0 010-.907L7.762.283a.5.5 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.5.5 0 01-.476 0\\"/><path fill=\\"currentColor\\" d=\\"m8 8.16 6.452-3.433L8 1.292 1.548 4.727zm0 1.066a.5.5 0 01-.238-.06L.272 5.18a.514.514 0 010-.907L7.761.286a.5.5 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.5.5 0 01-.238.06\\"/></g><rect width=\\"1\\" height=\\"5\\" fill=\\"currentColor\\" rx=\\".5\\" transform=\\"translate(15 4.226)\\"/></g>"},"dashboard":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><g transform=\\"translate(1)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(9 10)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(9)\\"><rect width=\\"6\\" height=\\"9\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"8\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(1 7)\\"><rect width=\\"6\\" height=\\"9\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"8\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g></g>"},"download":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"m5 8.502 3 3 3-3M8 11.5v-10\\"/><path d=\\"M15.5 11.499v3H.5v-3\\"/></g>"},"drag":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M11 .5v15M8 .5v15M5 .5v15\\"/>"},"duplicate":{"body":"<g stroke-miterlimit=\\"10\\"><g fill=\\"rgba(0,0,0,0)\\"><path d=\\"M8.997 15.502H1.998A1.5 1.5 0 01.501 14V7c0-.826.672-1.5 1.497-1.5H5.5V2.002C5.5 1.174 6.173.5 7.001.5h7a1.5 1.5 0 011.496 1.502v7a1.5 1.5 0 01-1.496 1.502H10.5V14c0 .828-.674 1.502-1.502 1.502\\"/><path fill=\\"currentColor\\" d=\\"M8.997 15.002C9.55 15.002 10 14.553 10 14v-3.996h4.002a1 1 0 00.996-1.002v-7A1 1 0 0014.001 1h-7c-.552 0-1 .45-1 1.002V6H1.997A1 1 0 001 7v7a1 1 0 00.997 1.002zm0 1h-7C.897 16.002 0 15.106 0 14V7a2 2 0 011.997-2H5V2.002C5 .897 5.896 0 7.001 0h7c1.106 0 1.996.897 1.996 2.002v7c0 1.106-.89 2.002-1.996 2.002H11V14a2 2 0 01-2.002 2.002\\"/></g><g fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" transform=\\"translate(5 .002)\\"><rect width=\\"11\\" height=\\"11\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"10\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" fill=\\"none\\" rx=\\"1.5\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M8.5 5.502h4m-2-2v4\\"/></g>","height":16.002},"edit":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path stroke=\\"currentColor\\" d=\\"m10 3.011 3 3m-11 4 4 4\\"/><path d=\\"M13.856.726 15.27 2.14a1.72 1.72 0 01.132 2.7l-9.45 9.45a1.17 1.17 0 01-.683.334l-4.206 1.193a.793.793 0 01-.86-.861l1.215-4.274a1.17 1.17 0 01.336-.68L11.16.596a1.716 1.716 0 012.7.132Z\\"/><path fill=\\"currentColor\\" d=\\"M12.406 1.001c-.198 0-.403.163-.54.3l-9.412 9.413a.2.2 0 00-.047.105l-.01.068-1.085 3.817 3.751-1.063.07-.01a.2.2 0 00.106-.046l.005-.005 9.45-9.45c.315-.315.523-.629-.131-1.283l-1.414-1.414c-.28-.279-.543-.432-.743-.432m0-1c.477 0 .966.242 1.45.725l1.414 1.415c.918.919.962 1.866.131 2.697l-9.45 9.45a1.18 1.18 0 01-.683.335l-4.206 1.193c-.472.064-.926-.391-.86-.86l1.215-4.275c.037-.265.155-.501.336-.68L11.16.594c.396-.396.816-.593 1.247-.593\\"/></g>","height":16.011},"elearning":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(1.334 1.334) translate(-1.333 -1.334)\\"><rect width=\\"16\\" height=\\"11\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1.501 14.5h13\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(1.334 1.334) translate(1.667 11.666)\\"><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" stroke=\\"none\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1\\"/></g><path fill=\\"currentColor\\" d=\\"M10.211 4.606a1 1 0 010 1.789L7.447 7.776A1 1 0 016 6.882V4.118a1 1 0 011.447-.894Z\\"/>","height":16.002},"email":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\" transform=\\"rotate(90 7 9)\\"><rect width=\\"12\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"11\\" height=\\"15\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m1 3.001 7 4.5 7-4.5\\"/></g>"},"error":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M7.999 3.5v5m0 2.999v1\\"/><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g></g>"},"error-2":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8 1.5v8m0 3v2\\"/>"},"exercise":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M5 15.754a.632.632 0 01-1 0 11.8 11.8 0 01-2-3.713V1.378A1.4 1.4 0 013.432 0h2.141a1.4 1.4 0 011.43 1.378v10.664A11.8 11.8 0 015 15.754\\"/><path fill=\\"currentColor\\" d=\\"M4.5 14.774c.612-.846 1.396-2.35 1.5-2.786V1.378C6 1.169 5.807 1 5.57 1H3.43c-.237 0-.43.17-.43.378v10.61c.104.436.888 1.94 1.5 2.786M4.5 16a.67.67 0 01-.5-.246c-.736-.838-2-3.182-2-3.712V1.378C2 .617 2.64 0 3.43 0h2.14C6.36 0 7 .617 7 1.378v10.664c0 .53-1.264 2.874-2 3.712a.67.67 0 01-.5.246\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M3 4.014h3\\"/><path d=\\"M9 0h5v16H9Z\\"/><path fill=\\"currentColor\\" d=\\"M10 1v14h3V1zM9 0h5v16H9z\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M9.5 3.5h2m-2 3h2m-2 3h2m-2 3h2\\"/></g>"},"external-link":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M14.5 10.208v4a2.1 2.1 0 01-2 2h-10a2.1 2.1 0 01-2-2v-10a2.1 2.1 0 012-2h4m5-1.501h4v4m-8 4 8-8\\"/>","width":16.207,"height":16.708},"extract":{"body":"<g transform=\\"translate(2.666 3.332)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M1.834 3.166h7m-7 3h4\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M11.833 2.166v-4h-4m.002 13.001h4v-4m-9-9.001h-4v4m-.001 5.001v4h4\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" fill=\\"currentColor\\" transform=\\"translate(10.334 9.666)\\"/></g>"},"eye-off":{"body":"<path fill=\\"currentColor\\" d=\\"M8.002 11.002a3 3 0 01-.779-.1l.9-.9a2 2 0 001.872-1.871l.9-.9a3 3 0 01-2.9 3.779Zm-2.9-2.225a3 3 0 01-.1-.775 3 3 0 013.776-2.9l-.9.9a2 2 0 00-1.869 1.869l-.9.9Z\\"/><path fill=\\"currentColor\\" d=\\"M8.002 13.002a10.6 10.6 0 01-2.576-.307l.843-.842a10 10 0 001.733.145 8.8 8.8 0 003.507-.668 6.8 6.8 0 002.8-2.232 5.8 5.8 0 00.642-1.088 6.94 6.94 0 00-2.223-2.619l.717-.717a8 8 0 01.864.742 7.4 7.4 0 011.665 2.445.38.38 0 01.006.266 6.3 6.3 0 01-.859 1.564 7.85 7.85 0 01-3.215 2.557 9.8 9.8 0 01-3.904.754M2.53 11.35a7.5 7.5 0 01-.887-.766A6.9 6.9 0 01.025 8.129a.38.38 0 010-.266 7 7 0 01.9-1.555 8.05 8.05 0 013.23-2.551 9.5 9.5 0 013.846-.754h.011a10.3 10.3 0 012.56.311l-.838.838a9.7 9.7 0 00-1.722-.15h-.011a8.6 8.6 0 00-3.448.668 7.06 7.06 0 00-2.827 2.238 1.662 1.662 0 00.631 2.971 6.7 6.7 0 00.9.754l-.717.717Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"m1.001 15 14-14\\"/>","width":16.002},"eye-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(.502 2.001)\\"><path d=\\"M15.976 5.863a7.4 7.4 0 00-1.669-2.445 8 8 0 00-2.457-1.665A9.5 9.5 0 007.996 1a9.5 9.5 0 00-3.85.753 8 8 0 00-3.23 2.553 6.6 6.6 0 00-.9 1.557.4.4 0 000 .264A7 7 0 001.642 8.58a7.8 7.8 0 002.454 1.667 9.7 9.7 0 003.9.753 9.7 9.7 0 003.9-.753 7.77 7.77 0 003.213-2.558 6.3 6.3 0 00.861-1.562.4.4 0 00.006-.264Z\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" transform=\\"translate(5 3)\\"/></g>","width":17.003},"fail":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(.5 1.5)\\"><rect width=\\"3\\" height=\\"8\\" rx=\\"1\\" transform=\\"translate(12)\\"/><path stroke-linecap=\\"round\\" d=\\"M1.002 6.659h.749l-.059.4h-.69a.978.978 0 100 1.956h1.5l3.5-.013s-.918 3.612 1.3 4.8c1.424.686 1.7-.6 1.7-.6v-2.699l1-.5s1.992-1.2 2-2.5v-6a1.314 1.314 0 00-1.5-1.5h-8a1.1 1.1 0 00-1.12.978.993.993 0 001 .978h.068l-.059.4h-.7a.978.978 0 100 1.955h.408l-.059.4H1.002a.978.978 0 100 1.956Z\\"/></g>","height":16.009},"fast-back":{"body":"<g fill=\\"none\\"><path d=\\"M10 11.377v-.359l3.5 1.784a1.7 1.7 0 002.5-1.425V4.625a1.7 1.7 0 00-2.5-1.423L10 4.982v-.357a1.7 1.7 0 00-2.5-1.423L.9 6.575a1.588 1.588 0 000 2.857l6.6 3.37a1.8 1.8 0 00.8.2 1.665 1.665 0 001.7-1.625\\"/><path fill=\\"currentColor\\" d=\\"M8.299 12.002c.337 0 .701-.239.701-.625V9.382l4.95 2.535q.167.084.348.085c.337 0 .702-.24.702-.625V4.625c0-.385-.365-.623-.702-.623a.76.76 0 00-.348.086L9 6.616V4.625c0-.385-.364-.623-.7-.623a.76.76 0 00-.35.086L1.353 7.46A.6.6 0 001 8.002c0 .108.035.375.351.536l6.597 3.377a.8.8 0 00.35.087m0 1c-.266 0-.541-.062-.803-.195l-6.6-3.38a1.588 1.588 0 010-2.857l6.6-3.373C8.632 2.617 10 3.4 10 4.625v.357l3.495-1.785C14.628 2.617 16 3.4 16 4.625v6.752c0 1.227-1.372 2.01-2.505 1.43L10 11.017v.36c0 .943-.81 1.625-1.701 1.625\\"/><path d=\\"M6.9 6.57a1.589 1.589 0 000 2.861l6.6 3.374a1.7 1.7 0 002.5-1.43v-6.75a1.7 1.7 0 00-2.5-1.43Z\\"/><path fill=\\"currentColor\\" d=\\"M7 8c0 .108.034.377.353.54l6.6 3.375a.76.76 0 00.743-.027.6.6 0 00.304-.513v-6.75a.6.6 0 00-.304-.513.76.76 0 00-.743-.027l-6.6 3.375A.6.6 0 007 8M6 8c0-.562.3-1.125.897-1.43l6.6-3.375C14.63 2.615 16 3.399 16 4.625v6.75c0 1.226-1.37 2.01-2.503 1.43l-6.6-3.375A1.6 1.6 0 016 8\\"/></g>"},"fast-forward":{"body":"<g fill=\\"none\\"><path d=\\"M5.999 11.377v-.359l-3.5 1.789a1.7 1.7 0 01-2.5-1.43V4.625a1.7 1.7 0 012.5-1.428l3.5 1.785v-.357a1.7 1.7 0 012.5-1.428l6.6 3.373a1.588 1.588 0 010 2.857l-6.6 3.379a1.8 1.8 0 01-.8.2 1.665 1.665 0 01-1.7-1.629\\"/><path fill=\\"currentColor\\" d=\\"M7.701 12.002a.76.76 0 00.348-.086l6.601-3.379a.6.6 0 00.35-.535.6.6 0 00-.35-.541l-6.6-3.373a.8.8 0 00-.35-.086c-.337 0-.7.238-.7.623v1.99L2.049 4.088a.75.75 0 00-.347-.086c-.338 0-.702.238-.702.623v6.752q0 .252.193.43a.75.75 0 00.855.11L7 9.382v1.994c0 .387.364.625.701.625m0 1C6.81 13.002 6 12.32 6 11.377v-.36l-3.495 1.79c-1.133.582-2.506-.204-2.505-1.43V4.625c.001-1.223 1.373-2.008 2.505-1.428L6 4.982v-.357c.001-1.223 1.367-2.008 2.505-1.428l6.6 3.373a1.588 1.588 0 010 2.858l-6.6 3.379a1.8 1.8 0 01-.804.195\\"/><path d=\\"M9.101 6.57a1.589 1.589 0 010 2.86l-6.6 3.375a1.7 1.7 0 01-2.5-1.43v-6.75a1.7 1.7 0 012.5-1.43Z\\"/><path fill=\\"currentColor\\" d=\\"M9.001 8a.6.6 0 00-.353-.54l-6.6-3.375a.76.76 0 00-.743.027.6.6 0 00-.304.513v6.75c0 .284.19.443.304.513a.75.75 0 00.743.027l6.6-3.375A.6.6 0 009.001 8m1 0c0 .562-.3 1.125-.897 1.43l-6.6 3.375C1.37 13.385 0 12.601 0 11.375v-6.75c0-1.226 1.37-2.01 2.503-1.43l6.6 3.375c.598.305.897.868.897 1.43\\"/></g>"},"file":{"body":"<g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M14 4v10.222A1.62 1.62 0 0112.285 16H3.713a1.62 1.62 0 01-1.714-1.778V1.778A1.62 1.62 0 013.714 0h6.287Z\\"/><path fill=\\"currentColor\\" d=\\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1zm0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" d=\\"M13.499 4.502h-4v-4Z\\"/></g>"},"file-add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M5.5 9.001h5\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M8 6.5v5\\"/><g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M14 4v10.222A1.62 1.62 0 0112.285 16H3.713a1.62 1.62 0 01-1.714-1.778V1.778A1.62 1.62 0 013.714 0h6.287Z\\"/><path fill=\\"currentColor\\" d=\\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1zm0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C1.999.673 2.664 0 3.714 0\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" d=\\"M13.499 4.502h-4v-4Z\\"/></g>"},"file-duplicate":{"body":"<g stroke-linejoin=\\"round\\"><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" d=\\"M2.284 15.5a.73.73 0 01-.786-.832V5.336a.732.732 0 01.786-.838h4.219V1.332A.727.727 0 017.288.5h4.5L14.5 3.205v7.461a.73.73 0 01-.792.832H9.495v3.17a.727.727 0 01-.785.832Z\\"/><g fill=\\"none\\"><path d=\\"M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z\\"/><path fill=\\"currentColor\\" d=\\"M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5zm0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" d=\\"M9.499 7.501h-3v-3Zm5-4h-3v-3Z\\"/></g>"},"file-remove":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M5.5 9h5\\"/><g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M14 4v10.222A1.62 1.62 0 0112.285 16H3.713a1.62 1.62 0 01-1.714-1.778V1.778A1.62 1.62 0 013.714 0h6.287Z\\"/><path fill=\\"currentColor\\" d=\\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1zm0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" d=\\"M13.499 4.502h-4v-4Z\\"/></g>"},"file-required":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M12.501.5v5m1.999-4-4 3m0-3 4 3\\"/><g stroke-linejoin=\\"round\\"><g fill=\\"none\\"><path d=\\"M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z\\"/><path fill=\\"currentColor\\" d=\\"M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5zm0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" d=\\"M9.499 7.501h-3v-3Z\\"/></g>"},"filter":{"body":"<g fill=\\"none\\" stroke-linejoin=\\"round\\"><path d=\\"M2.373.003h11.252a1.335 1.335 0 011.173 2.029l-3.64 5.3a1.04 1.04 0 00-.159.552v7.281a.87.87 0 01-1.419.652l-3.95-2.268a1.67 1.67 0 01-.631-1.3V7.978a1.65 1.65 0 00-.157-.707L1.199 2.029A1.335 1.335 0 012.373.003\\"/><path fill=\\"currentColor\\" d=\\"m13.625 1-11.252.003a.37.37 0 00-.333.186.29.29 0 000 .297l3.623 5.215.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.37.37 0 0013.625 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.199 2.03C.646 1.139 1.304.003 2.373.003z\\"/></g>","height":16.009},"filter-2":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M.5 11.5h9m4 0h2\\"/><g transform=\\"translate(9 9)\\"><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" stroke=\\"none\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2\\"/></g><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M.5 4.5h2m4 0h9\\"/><g transform=\\"translate(2 2)\\"><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" stroke=\\"none\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2\\"/></g></g>"},"filter-active":{"body":"<g fill=\\"currentColor\\" stroke-linejoin=\\"round\\"><path d=\\"M10.128 15.509a.37.37 0 01-.234-.085l-.03-.024-.034-.019-3.913-2.247a1.17 1.17 0 01-.417-.889V7.978c0-.207-.049-.676-.233-.972l-.007-.01-.007-.01-3.634-5.23a.79.79 0 01-.015-.81.87.87 0 01.77-.443L13.626.5c.328 0 .616.166.77.444a.79.79 0 01-.016.812l-3.633 5.292-.006.008-.006.01a1.54 1.54 0 00-.235.816v7.281c0 .238-.217.346-.372.346\\"/><path d=\\"m13.626 1-11.252.003a.37.37 0 00-.333.186.29.29 0 000 .297l3.623 5.215.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.37.37 0 0013.626 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.2 2.03C.647 1.139 1.305.003 2.374.003z\\"/></g>","height":16.009},"flag":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M10.412 9.5c1.962.461 3.088 1.5 3.088 2.861 0 1.76-2.636 3.139-6 3.139s-6-1.379-6-3.139c0-1.358 1.126-2.4 3.088-2.861\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M7.5 12V.5h7l-3 2.5 3 2.5h-7\\"/>"},"folder":{"body":"<g fill=\\"none\\"><path d=\\"M2 14a2 2 0 01-2-2V2.6A1.64 1.64 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1zm0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2\\"/><path stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"m.997 13.001 4-5.5h10\\"/></g>"},"full-width":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M11.5 2.499v11\\"/><g transform=\\"translate(0 1.999)\\"><rect width=\\"16\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"11\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g></g>"},"go-to-back":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M4.667 2.5h-2.5a1.57 1.57 0 00-1.25.417A1.57 1.57 0 00.5 4.167v6.667a1.57 1.57 0 00.417 1.25 1.57 1.57 0 001.25.417h11.667a1.57 1.57 0 001.25-.417 1.57 1.57 0 00.416-1.251V3.999c0-.531.086-.864-.261-1.213S14.529 2.5 14 2.5h-2.667\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M5.477 13.001h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z\\"/><path fill=\\"currentColor\\" d=\\"M5.477 13.001h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936z\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m6 7.499 2 2 2-2m-2 1.5v-6\\"/></g>","width":16.006},"grid":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/><g transform=\\"translate(0 9)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(9)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(9 9)\\"><rect width=\\"7\\" height=\\"7\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"6\\" height=\\"6\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g></g>"},"group":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g transform=\\"translate(0 2)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"7\\" x=\\".5\\" y=\\".5\\" rx=\\"3.5\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M.5 14.001a3.5 3.5 0 013.5-3.5 3.5 3.5 0 013.5 3.5m3 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\\"/><g transform=\\"translate(10 5)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\"2.5\\"/></g></g>"},"group-add":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g transform=\\"translate(7 9)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"2.5\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\"2\\"/></g><g transform=\\"translate(0 7)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\"2.5\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M7.5 16.001a2 2 0 012-2 2 2 0 012 2m-11 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\\"/><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M9.5 3.5h6m-3-3v6\\"/></g>","height":16.001},"heart":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M11.534 1a4.43 4.43 0 00-3.158 1.312L8 2.689l-.376-.377A4.43 4.43 0 004.466 1a4.43 4.43 0 00-3.158 1.312A4.46 4.46 0 000 5.479a4.46 4.46 0 001.308 3.167l6.083 6.1a.86.86 0 00.609.253.86.86 0 00.61-.253l6.082-6.1A4.46 4.46 0 0016 5.479a4.46 4.46 0 00-1.308-3.167A4.43 4.43 0 0011.534 1\\"/><path fill=\\"currentColor\\" d=\\"M4.466 2c-.925 0-1.796.362-2.45 1.018A3.46 3.46 0 001 5.479c0 .93.36 1.804 1.016 2.461L8 13.942l5.984-6.001A3.46 3.46 0 0015 5.479c0-.93-.36-1.804-1.016-2.461A3.44 3.44 0 0011.534 2a3.44 3.44 0 00-2.45 1.018L8 4.105 6.916 3.018A3.44 3.44 0 004.466 2m0-1a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.43 4.43 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.46 4.46 0 0116 5.479a4.46 4.46 0 01-1.308 3.168l-6.082 6.1a.86.86 0 01-1.22 0l-6.082-6.1A4.46 4.46 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1\\"/></g>"},"heart-active":{"body":"<g fill=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M8 13.942 2.016 7.94A3.46 3.46 0 011 5.479c0-.93.36-1.804 1.016-2.461A3.44 3.44 0 014.466 2a3.44 3.44 0 012.45 1.018l.376.377.708.71.708-.71.376-.377A3.44 3.44 0 0111.534 2a3.44 3.44 0 012.45 1.018A3.46 3.46 0 0115 5.479c0 .93-.36 1.804-1.016 2.462z\\"/><path d=\\"M4.466 3c-.658 0-1.276.257-1.742.724A2.47 2.47 0 002 5.479c0 .664.257 1.287.724 1.755L8 12.525l5.276-5.29A2.47 2.47 0 0014 5.479a2.47 2.47 0 00-.724-1.755A2.44 2.44 0 0011.534 3c-.658 0-1.276.257-1.742.724L8 5.52 6.207 3.724A2.44 2.44 0 004.466 3m0-2a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.43 4.43 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.46 4.46 0 0116 5.479a4.46 4.46 0 01-1.308 3.168l-6.082 6.1a.86.86 0 01-1.22 0l-6.082-6.1A4.46 4.46 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1\\"/></g>"},"highlighter":{"body":"<g stroke=\\"currentColor\\" stroke-linejoin=\\"round\\"><path fill=\\"none\\" d=\\"m3.5 8.214 4.286 4.287L15.5 4.787 11.211.501Z\\"/><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"m4 9.502 2.5 2.5-1.5 1.5H3.5l-1-1v-1.5Z\\"/><path fill=\\"currentColor\\" d=\\"m2.5 13.001-1 .667 1 .333 1-.667Z\\"/></g>"},"home":{"body":"<g fill=\\"rgba(0,0,0,0)\\" stroke-miterlimit=\\"10\\"><path d=\\"M6.5 14.5H5c-.853-.002-1.499-.729-1.5-1.691v-5.31H.957a1 1 0 01-.3-.04C.573 7.43.542 7.396.522 7.367A.15.15 0 01.5 7.291c0-.042.008-.092.062-.18.047-.071.11-.142.2-.219l6.42-5.095.006-.006.007-.006c.216-.184.502-.285.805-.285s.59.101.804.286l.008.006.007.005 6.42 5.095c.089.078.152.148.199.22a.33.33 0 01.062.18.15.15 0 01-.02.073l-.002.002-.001.002a.2.2 0 01-.07.062c-.066.035-.158.067-.366.068h-2.54V13c-.002.896-.605 1.499-1.502 1.5H9.5v-3.998h-3z\\"/><path fill=\\"currentColor\\" d=\\"M6 14v-4h4v4h.998c.627-.002 1.002-.376 1.002-1V7h2.57L8.48 2.165A.73.73 0 008 2a.74.74 0 00-.48.166l-.028.022L1.432 7H4v5.81c0 .689.422 1.19 1 1.19zm1 1H5c-1.138-.001-1.998-.943-2-2.19V8H.957a1.4 1.4 0 01-.461-.066.74.74 0 01-.39-.288A.64.64 0 010 7.287a.8.8 0 01.14-.443 1.5 1.5 0 01.303-.337L6.87 1.405A1.74 1.74 0 018 1c.422 0 .823.144 1.129.406l6.428 5.101c.132.114.227.22.302.337.094.15.139.29.14.443a.64.64 0 01-.106.358.7.7 0 01-.25.226c-.167.089-.346.127-.6.128H13v5c-.001 1.176-.824 1.999-2 2H9v-3.998H7z\\"/></g>"},"hourglass":{"body":"<g transform=\\"translate(2 .375)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M7.834 7.625c0-.33 1.2-1.03 1.833-1.667A6.02 6.02 0 0011.5 1.791V.124H.5v1.667a6 6 0 001.833 4.167c.631.637 1.833 1.337 1.833 1.667s-1.2 1.03-1.833 1.667A6.02 6.02 0 00.5 13.459v1.667h11v-1.667a6.02 6.02 0 00-1.833-4.167c-.632-.638-1.833-1.336-1.833-1.667Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M10.5 4.125h-9\\"/><ellipse cx=\\"4\\" cy=\\"1\\" fill=\\"currentColor\\" rx=\\"4\\" ry=\\"1\\" transform=\\"translate(2 13.625)\\"/></g>"},"image":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(-.667 .999)\\"><g stroke-miterlimit=\\"10\\" transform=\\"rotate(90 7.833 8.834)\\"><rect width=\\"12\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"11\\" height=\\"15\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m2.163 12.002 9.5-5.5 3.5 5.5\\"/><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" transform=\\"translate(2.667 3.001)\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9.165 8 1 2 2.5-1.5\\"/></g>"},"info-badge":{"body":"<g transform=\\"translate(.333 .334)\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" fill=\\"currentColor\\" transform=\\"translate(-.333 -.333)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M7.667 12.166v-5\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M7.668 4.166v-1\\"/></g>","height":16.001},"information":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8 3.5v1m0 3v5\\"/><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g></g>"},"italic":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M13.5.632h-7m3 15h-7m8-15-5 15\\"/>","height":16.265},"key":{"body":"<g transform=\\"translate(-948 -1895.998)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"M951 1911.5h-2.5v-2.707l.145-.15 6.5-6.5.063-.064a4.252 4.252 0 118.289-1.332 4.255 4.255 0 01-5.578 4.035l-.066.066-1.5 1.5-.145.15h-1.709v2h-2v1.705l-.143.15-1 1-.143.15Z\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" fill=\\"currentColor\\" transform=\\"translate(959 1899)\\"/></g>","height":16.004},"language":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" d=\\"M1 5h14M1 11h14\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M6.5 15a16.4 16.4 0 01-2-7 16.4 16.4 0 012-7m3 14a16.4 16.4 0 002-7 16.4 16.4 0 00-2-7\\"/>"},"learning-path":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"m1.495 12.719 1-3.778a.158.158 0 01.287-.047 1.762 1.762 0 003.161-.452 1.8 1.8 0 00-1.227-2.285 1.74 1.74 0 00-1.242.124.16.16 0 01-.225-.186l1-3.779 3.722 1.013a.161.161 0 00.183-.229 1.8 1.8 0 01-.122-1.26A1.77 1.77 0 0110.285.593a1.807 1.807 0 011.186 2.114 1.8 1.8 0 01-.741 1.089.162.162 0 00.046.291l3.724 1.02-2.747 10.4Z\\"/>","height":16.007},"light-off":{"body":"<path fill=\\"currentColor\\" d=\\"M8 15a2.8 2.8 0 01-1.825-.648 2.12 2.12 0 01-.778-1.617v-.014l1-1v1.018a1.1 1.1 0 00.432.854 1.78 1.78 0 001.173.408 1.8 1.8 0 001.173-.408 1.14 1.14 0 00.431-.857v-1.924l.239-.281a10 10 0 001.524-2.252 6.2 6.2 0 00.606-2.135l1-1a4 4 0 01.022.434 7.24 7.24 0 01-.731 3.137 11 11 0 01-1.665 2.473v1.553a2.12 2.12 0 01-.784 1.617A2.77 2.77 0 018 15M4.245 9.631a9 9 0 01-.513-.924 7.15 7.15 0 01-.731-3.133 4.33 4.33 0 011.473-3.242 5.336 5.336 0 017.055 0l.006.008-.71.709a4.344 4.344 0 00-5.684.023 3.35 3.35 0 00-1.145 2.5 6.2 6.2 0 00.633 2.7c.1.205.21.412.34.631l-.726.725Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1 15 15 1\\"/>"},"light-on":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M12.999 5.571a4.37 4.37 0 00-1.474-3.241A5.23 5.23 0 007.999 1a5.23 5.23 0 00-3.527 1.33 4.37 4.37 0 00-1.473 3.241 7.2 7.2 0 00.734 3.132 11.4 11.4 0 001.663 2.468v1.564a2.13 2.13 0 00.782 1.619A2.8 2.8 0 007.999 15a2.8 2.8 0 001.821-.646 2.13 2.13 0 00.782-1.619v-1.552a11.3 11.3 0 001.667-2.474 7.2 7.2 0 00.73-3.138\\"/><path fill=\\"currentColor\\" d=\\"M8 2c-1.082 0-2.096.38-2.855 1.07-.74.672-1.146 1.56-1.146 2.501 0 .922.208 1.805.636 2.7.346.723.843 1.459 1.52 2.25l.241.28v1.935c0 .428.268.72.43.856.309.263.726.408 1.174.408s.864-.145 1.175-.409c.16-.136.428-.427.428-.856v-1.923l.241-.28c.679-.79 1.177-1.528 1.523-2.254.426-.895.634-1.78.633-2.708 0-.94-.407-1.828-1.147-2.5C10.095 2.38 9.081 2 8 2m0-1c1.372 0 2.62.506 3.526 1.33.906.823 1.475 1.972 1.474 3.24a7.2 7.2 0 01-.73 3.139c-.428.896-1.012 1.711-1.667 2.474v1.552c0 .641-.308 1.217-.782 1.62A2.8 2.8 0 018 15a2.8 2.8 0 01-1.822-.646c-.474-.402-.783-.978-.782-1.619v-1.564c-.652-.762-1.236-1.575-1.663-2.468-.455-.951-.735-1.993-.734-3.132 0-1.269.568-2.418 1.474-3.241C5.379 1.506 6.627 1 8 1\\"/></g><path stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" d=\\"M6.001 11h4\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9 6.5-1 3M7 6.504l1 2.5v1.5\\"/></g>"},"link":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M6.333 9.191a3.82 3.82 0 005.371.78 4 4 0 00.416-.362l2.3-2.319a3.883 3.883 0 00-.094-5.464 3.82 3.82 0 00-5.332 0l-1.32 1.321\\"/><path d=\\"M9.666 7.29a3.82 3.82 0 00-5.371-.78 4 4 0 00-.416.362l-2.3 2.319a3.883 3.883 0 00.094 5.464 3.82 3.82 0 005.332 0l1.313-1.321\\"/></g>","height":16.479},"lock":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M8 9v3\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(0 5)\\"><rect width=\\"16\\" height=\\"11\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4.505 5.5V3.335C4.505 1.769 6.067.5 8.005.5h0c1.933 0 3.5 1.269 3.5 2.835V5.5\\"/></g>"},"login":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M10.5.5H14A1.664 1.664 0 0115.5 2v12a1.67 1.67 0 01-1.5 1.5h-3.5\\"/><path d=\\"m7.499 11.501 4-3.5-4-3.5M10.5 8H.5\\"/></g>","width":16.005},"logout":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M5.5.5H2A1.66 1.66 0 00.5 2v12A1.66 1.66 0 002 15.5h3.5m5.999-3.999 4-3.5-4-3.5M14.5 8h-10\\"/>"},"maximaze":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\"><g transform=\\"translate(0 2)\\"><rect width=\\"16\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"11\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path stroke-linecap=\\"round\\" d=\\"M2.5 8.501v3h3m8-4.001v-3h-3\\"/></g>"},"menu":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1.5 11h11m-11-3H9M1.5 5h13\\"/>"},"merge":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2.667 2.666) translate(-1.667 8.334)\\"><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" stroke=\\"none\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(2.667 2.666) translate(7.333 8.334)\\"><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" stroke=\\"none\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2\\"/></g><path stroke-linejoin=\\"round\\" d=\\"m11.001 3.5-3-3-3 3M8 1.5V9\\"/><path stroke-miterlimit=\\"10\\" d=\\"m5 11.999 3-3 3 3\\"/></g>"},"minimaze":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(1.333 1.334)\\"><rect width=\\"7\\" height=\\"5\\" rx=\\"1\\" transform=\\"translate(-.833 7.166)\\"/><path stroke-linecap=\\"round\\" d=\\"M14.167 4.166v-3h-5m0 10.999h5v-3m-10-7.998h-5v3\\"/></g>"},"mixed-class":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" d=\\"M2.5 8.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M2.5 4.001a2 2 0 11.586 1.414A2 2 0 012.5 4.001\\"/><path fill=\\"currentColor\\" d=\\"M4.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 1 1 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 014.5 2.001\\"/></g><path stroke=\\"currentColor\\" d=\\"M6 16.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M6 12.001a2 2 0 11.586 1.414A2 2 0 016 12.001\\"/><path fill=\\"currentColor\\" d=\\"M8 11.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0A1 1 0 009 12.002a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 14.001a2 2 0 01-1.414-.586A1.996 1.996 0 018 10.001\\"/></g><path stroke=\\"currentColor\\" d=\\"M9.5 8.001a2 2 0 012-2 2 2 0 012 2\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M9.5 4.001a2 2 0 11.586 1.414A2 2 0 019.5 4.001\\"/><path fill=\\"currentColor\\" d=\\"M11.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 1 1 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0111.5 2.001\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667\\"/></g>","width":16.001,"height":16.002},"more-horizontal":{"body":"<g fill=\\"currentColor\\" transform=\\"rotate(90 5.133 11.2)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.066 .333)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.066 6.333)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(-.066 12.333)\\"/></g>"},"more-vertical":{"body":"<g fill=\\"currentColor\\" transform=\\"translate(5.991 -.713)\\"><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(.009 .713)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(.009 6.713)\\"/><circle cx=\\"2\\" cy=\\"2\\" r=\\"2\\" transform=\\"translate(.009 12.713)\\"/></g>","height":16.001},"news":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path d=\\"M3.5 5.498h-3v8c0 1.2.544 2 1.5 2s1.5-.8 1.5-2v-12h12v12.5c0 1.3-.2 1.5-1.5 1.5H2\\"/><path stroke-linecap=\\"round\\" d=\\"M6.5 5.5h6m-6 3h6m-6 3h3\\"/></g>"},"no-prerequisites":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(7 1)\\"><rect width=\\"8\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(7 9)\\"><rect width=\\"8\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><path fill=\\"currentColor\\" d=\\"M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16h2.064v.926H1.016Z\\"/>"},"notes":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M3.5 4.5h9m-9 3h6\\"/><rect rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"15\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M2 15.501c2 0 3-4 3-4l9 4Z\\"/></g>"},"number-code":{"body":"<defs><path id=\\"svgID0\\" d=\\"M1.5-.166v3M3 .333l-3 2m3 0-3-2\\"/></defs><g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(2 3)\\"><rect width=\\"12\\" height=\\"8\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"11\\" height=\\"7\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path stroke-linecap=\\"square\\" stroke-linejoin=\\"round\\" d=\\"M5.506 2.768A2.393 2.393 0 018.006.5h0a2.39 2.39 0 012.5 2.268\\"/><use href=\\"#svgID0\\" stroke-linecap=\\"round\\" transform=\\"translate(3 12.667)\\"/><use href=\\"#svgID0\\" stroke-linecap=\\"round\\" transform=\\"translate(10 12.667)\\"/></g>","height":16.001},"numbered-list":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M5.5 12h5m-5-4h10m-10-4h7\\"/><path fill=\\"currentColor\\" stroke=\\"rgba(0,0,0,0)\\" d=\\"M1.044 4.955h.472v-1.72L1 3.386v-.585l1.083-.3v2.455H2.5v.545H1.044Zm-.04 3.913a.82.82 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458V7.33c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.82.82 0 01-.428.821l-.452.275a.28.28 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 3.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276q0 .21.169.21h.245q.168 0 .17-.22v-.257q.002-.214-.158-.215h-.363v-.519h.337q.159.001.157-.214v-.236q-.002-.216-.165-.215h-.206q-.162 0-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z\\"/>"},"on-site":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m4.5 7.501 2-2h3l2-2\\"/><path stroke=\\"currentColor\\" d=\\"M5.5 16A2.5 2.5 0 018 13.5a2.5 2.5 0 012.5 2.5\\"/><g stroke-miterlimit=\\"10\\"><path d=\\"M5.5 10.499a2.5 2.5 0 11.732 1.767 2.5 2.5 0 01-.732-1.767\\"/><path fill=\\"currentColor\\" d=\\"M8 11.999c.4 0 .776-.156 1.06-.44.284-.283.44-.66.44-1.06a1.5 1.5 0 00-.439-1.06A1.5 1.5 0 008 8.998a1.496 1.496 0 00-1.5 1.5c0 .4.156.776.439 1.06.285.284.661.44 1.061.44m0 1c-.691 0-1.314-.28-1.767-.732a2.5 2.5 0 01-.733-1.768 2.495 2.495 0 012.5-2.5 2.5 2.5 0 011.767.731A2.5 2.5 0 0110.5 10.5c0 .691-.279 1.314-.733 1.768A2.5 2.5 0 018 12.999\\"/></g></g>"},"order-down":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1.5 3.5h13m-13 3h9m-9 3h7m-7 3h3\\"/>"},"order-up":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1.5 12.5h13m-13-3h9m-9-3h5m-5-3h3\\"/>"},"paste":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(3.333 1.834)\\"><path stroke-linecap=\\"round\\" d=\\"M3.167 4.166h5m-5 3h5\\"/><rect width=\\"10\\" height=\\"14\\" rx=\\"2\\" transform=\\"translate(.667 -1.334)\\"/><path d=\\"M6.167 14.166h-5.5c-1.1 0-1.5-.4-1.5-1.5v-8.5\\"/></g>","height":16.5},"pausa":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M5.5 1.5v13m5-13v13\\"/>"},"pdf":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-miterlimit=\\"10\\" d=\\"M15.5 4.5h-7m7 2.999h-7m7 4.001H.5\\"/><path stroke-linejoin=\\"round\\" d=\\"M.5 3.5h5v5h-5z\\"/></g>"},"phone":{"body":"<g transform=\\"translate(2.333 -.167)\\"><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(.667 .167)\\"><rect width=\\"10\\" height=\\"16\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"9\\" height=\\"15\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" fill=\\"currentColor\\" transform=\\"translate(4.667 12.167)\\"/><rect width=\\"4\\" height=\\"2\\" fill=\\"currentColor\\" rx=\\"1\\" transform=\\"translate(3.667 .167)\\"/></g>"},"pin":{"body":"<g fill=\\"none\\"><path d=\\"M8.002 0a5.81 5.81 0 016 5.6c0 4.805-6 10.4-6 10.4s-6-5.6-6-10.4a5.81 5.81 0 016-5.6\\"/><path fill=\\"currentColor\\" d=\\"M8.001 1C5.245 1 3.002 3.063 3.002 5.6c0 1.739.962 3.943 2.78 6.374a29 29 0 002.22 2.61 29 29 0 002.2-2.584C12.031 9.56 13 7.346 13 5.6 13 3.062 10.758 1 8 1m0-1c3.314 0 6 2.507 6 5.6 0 4.805-6 10.397-6 10.397S2.002 10.403 2.002 5.6c0-3.092 2.686-5.599 6-5.599\\"/><g stroke=\\"currentColor\\" transform=\\"translate(5 3)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\"/></g></g>"},"pin-map":{"body":"<g fill=\\"currentColor\\"><path d=\\"M8 15.302a29 29 0 01-2.6-3C3.005 9.107 2.502 6.894 2.502 5.601 2.501 2.788 4.968.5 8.001.5s5.5 2.288 5.5 5.1c0 1.295-.503 3.509-2.9 6.703A29 29 0 018 15.302M8.003 1.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5\\"/><path d=\\"M8 14.587a29 29 0 002.2-2.584C12.516 8.919 13 6.819 13 5.6 13 3.064 10.759 1 8 1 5.244 1 3.001 3.064 3.001 5.6c0 1.218.486 3.317 2.8 6.402A29 29 0 008 14.587M8.002 1c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.795-4-4 1.794-4 4-4M8 16a29 29 0 01-3-3.398c-1.368-1.824-2.999-4.52-2.999-7.001 0-3.089 2.691-5.601 6-5.601 3.308 0 6 2.512 6 5.6 0 2.484-1.632 5.18-3 7.003A29 29 0 018 16m.002-14c-1.654 0-3 1.345-3 3 0 1.653 1.346 3 3 3s3-1.347 3-3c0-1.655-1.346-3-3-3\\"/></g>","height":16.001},"pizza":{"body":"<path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m10.178.5 5.347 15L.554 10.143S-.515.5 10.178.5\\"/><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M2.524 10.55a20 20 0 01.054-2.608 7 7 0 01.676-1.409 7 7 0 01.7-1.4 7.2 7.2 0 011.231-.982 7 7 0 011.247-.962 7.3 7.3 0 011.543-.359 22 22 0 012.749-.385\\"/><path fill=\\"rgba(0,0,0,0)\\" stroke=\\"currentColor\\" d=\\"M5.525 11.501c.33-1.464 2.091-1.417 3.208-.949a2.6 2.6 0 011.792 2.949\\"/><path fill=\\"currentColor\\" d=\\"M10.152 5.192a1.413 1.413 0 00-1.93 1.936.47.47 0 00.348.228.48.48 0 00.4-.138l.108-.093.608.873 1.336-1.338-.874-.623.092-.1a.48.48 0 00.138-.4.47.47 0 00-.228-.348Z\\"/>","width":16.024},"play":{"body":"<g fill=\\"none\\"><path d=\\"M14.481 7.132a1 1 0 010 1.736l-10.984 6A1 1 0 012 14V2a1 1 0 011.5-.868Z\\"/><path fill=\\"currentColor\\" d=\\"M13.984 8 3 2v12l.017-.01zm1 0a.99.99 0 01-.503.868l-10.985 6A1 1 0 012 14V2a1 1 0 011.496-.868l10.985 6a.99.99 0 01.503.868\\"/></g>"},"plug-in":{"body":"<g fill=\\"none\\"><path d=\\"M2.002 12.998a2 2 0 01-2-2v-5a2 2 0 012-2v-1a1 1 0 011-1h3a1 1 0 011 1v1h2v-1a1 1 0 011-1h3a1 1 0 011 1v1a2 2 0 012 2v5a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M14.002 12c.55 0 1-.45 1-1.002v-5c0-.551-.45-1-1-1h-1l.002-1.995-.006-.001L10.002 3v1.998H6l-.002-1.996L3 3v1.998H2c-.55 0-1 .449-1 1v5C1 11.55 1.45 12 2 12zm0 1H2a2 2 0 01-2-2.002v-5c0-1.106.895-2 2-2V3a1 1 0 01.998-.998h3A1 1 0 017 3v.998h2.002V3c0-.551.447-.998.998-.998h2.998A1 1 0 0114.002 3v.998c1.105 0 2 .894 2 2v5a2 2 0 01-2 2.002\\"/></g>","width":16.002},"pointer":{"body":"<g stroke=\\"currentColor\\" transform=\\"translate(.667 .666)\\"><circle cx=\\"7\\" cy=\\"7\\" r=\\"7\\" fill=\\"none\\" transform=\\"translate(.333 .334)\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" fill=\\"currentColor\\" transform=\\"translate(4.333 4.334)\\"/></g>"},"printer":{"body":"<g fill=\\"none\\"><g stroke-miterlimit=\\"10\\"><path d=\\"M14 4H2a2 2 0 00-2 2v5a2.01 2.01 0 002 2h1v2a1.07 1.07 0 001 1h8a1.074 1.074 0 001-1v-2h1a2 2 0 002-2V6a2.01 2.01 0 00-2-2\\"/><path fill=\\"currentColor\\" d=\\"M2 5c-.551 0-1 .449-1 1v5c0 .542.458 1 1 1h2v2.959c.01.014.027.03.04.041h7.918a.2.2 0 00.042-.041V12h2c.551 0 1-.448 1-1V6c0-.542-.458-1-1-1zm0-1h12c1.098 0 2 .905 2 2v5c0 1.102-.896 2-2 2h-1v2c0 .502-.5 1-1 1H4c-.508 0-1-.504-1-1v-2H2c-1.098 0-2-.902-2-2V6c0-1.102.897-2 2-2\\"/></g><g stroke-miterlimit=\\"10\\"><path d=\\"M3 9.999h10v4.9a1.125 1.125 0 01-1.146 1.1H4.146A1.125 1.125 0 013 14.899Z\\"/><path fill=\\"currentColor\\" d=\\"M4 10.999v3.897c0 .049.06.103.146.103h7.708c.086 0 .146-.054.146-.103v-3.897zm-1-1h10v4.897c0 .61-.513 1.103-1.146 1.103H4.146c-.633 0-1.146-.494-1.146-1.103z\\"/></g><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M10.5 7.5h2\\"/><g stroke=\\"currentColor\\"><path stroke-linejoin=\\"round\\" d=\\"M11.001 2h-1V1Z\\"/><path stroke-miterlimit=\\"10\\" d=\\"M4.5 4.5V1.457A1.01 1.01 0 015.559.502h4.3l1.64 1.453V4.5\\"/></g></g>"},"profile":{"body":"<g stroke=\\"currentColor\\" transform=\\"translate(4 2.666)\\"><path fill=\\"rgba(0,0,0,0)\\" d=\\"M4 7.834A4.47 4.47 0 01.17 5.693a2.5 2.5 0 100-4.721 4.5 4.5 0 017.659 0 2.5 2.5 0 100 4.721A4.48 4.48 0 014 7.834Z\\"/><path fill=\\"none\\" stroke-linejoin=\\"round\\" d=\\"M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" fill=\\"rgba(0,0,0,0)\\" transform=\\"translate(-1.5 .834)\\"/><circle cx=\\"2.5\\" cy=\\"2.5\\" r=\\"2.5\\" fill=\\"rgba(0,0,0,0)\\" transform=\\"translate(4.5 .834)\\"/></g>"},"profile-add":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M9.5 3.5h6m-3-3v6\\"/><g fill=\\"rgba(0,0,0,0)\\"><path d=\\"M4.999 11.502a3.53 3.53 0 01-3.15-1.973l-.075-.154-.153-.076A1.99 1.99 0 01.501 7.5a2 2 0 011.88-1.998l.172-.012.13-.113A3.5 3.5 0 014.999 4.5c.856 0 1.679.31 2.318.877l.13.113.172.012a2.003 2.003 0 01.759 3.797l-.153.076-.076.154A3.48 3.48 0 015 11.502\\"/><path fill=\\"currentColor\\" d=\\"M4.999 11.002a2.98 2.98 0 002.7-1.691l.15-.309.31-.152c.52-.256.843-.772.843-1.35 0-.793-.621-1.453-1.413-1.5l-.344-.02-.259-.228a3 3 0 00-3.972 0l-.26.228-.345.02a1.5 1.5 0 00-1.408 1.5c0 .578.322 1.096.84 1.352l.308.15.15.309a3.03 3.03 0 002.7 1.691m0 1c-1.58 0-2.95-.922-3.599-2.254a2.504 2.504 0 01.952-4.746A4 4 0 014.999 4c1.018 0 1.944.379 2.65 1.002a2.503 2.503 0 01.95 4.746 4 4 0 01-3.6 2.254\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"M1.5 16a3.5 3.5 0 017 0\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(0 5)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"2.5\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\"2\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(5 5)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"2.5\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\"2\\"/></g>"},"push-pin-off":{"body":"<path fill=\\"currentColor\\" d=\\"M7.988 16a1.26 1.26 0 01-.967-.449 6.8 6.8 0 01-1.521-2.93l.885-.885a5.35 5.35 0 001.4 3.172.26.26 0 00.2.094.27.27 0 00.19-.08l6.743-6.738a.27.27 0 00.075-.209.25.25 0 00-.093-.191 5.35 5.35 0 00-3.174-1.393l.89-.889a6.8 6.8 0 012.932 1.52 1.3 1.3 0 01.447.914 1.27 1.27 0 01-.372.953l-6.739 6.738a1.25 1.25 0 01-.896.373M4.632 9.248 2 6.621a.24.24 0 00-.187-.08l-.944-.006a.89.89 0 01-.8-.541.87.87 0 01.19-.947L5.043.258a.878.878 0 011.494.617v.939A.26.26 0 006.612 2l2.634 2.635-.707.707-2.631-2.633a1.27 1.27 0 01-.373-.891v-.639L1.178 5.538h.638a1.27 1.27 0 01.892.367l2.631 2.633-.706.705Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"m12 12 3 3M1 15 15 1\\"/>"},"push-pin-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M15.236 7.412c-2.14-1.8-3.949-1.594-4.728-1.374a.77.77 0 01-.756-.193l-3.48-3.482a.77.77 0 01-.225-.538V.882A.373.373 0 005.41.621L.621 5.406a.373.373 0 00.261.637h.943a.77.77 0 01.538.225L5.845 9.75a.77.77 0 01.193.756c-.22.78-.426 2.589 1.374 4.728a.77.77 0 001.132.046l6.741-6.741a.77.77 0 00-.049-1.127Z\\"/><path stroke-linecap=\\"round\\" d=\\"m12.01 12.01 3 3\\"/></g>","width":16.01,"height":16.01},"qrcode":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(0 11)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(11)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M.5 7.501h7v3m4-3h4v2m-6 3h4m-5.999-8v-4h2M8.5 15.5h7v-3\\"/></g>"},"question-badge":{"body":"<g transform=\\"translate(.004 .005)\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" fill=\\"currentColor\\" transform=\\"translate(-.004 -.005)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4.496 4.833A3.63 3.63 0 019.09 2.694a3.5 3.5 0 012.406 3.3c0 2.331-3.6 3.5-3.6 3.5m-.4 4.002v-1\\"/></g>"},"radio":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g>"},"redo":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-miterlimit=\\"10\\" d=\\"M14.5 6H3.779A3.39 3.39 0 00.5 9.49v.019A3.39 3.39 0 003.779 13h2.593\\"/><path stroke-linejoin=\\"round\\" d=\\"m12.5 2.998 3 3-3 3\\"/></g>"},"relations":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" transform=\\"translate(1 2.999)\\"><path d=\\"m1.5.5 2 2\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" transform=\\"translate(-.5 -1.5)\\"/></g><g stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" transform=\\"translate(11.5 1.5)\\"><path d=\\"m2 1.999-2 2\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" transform=\\"translate(2 -.001)\\"/></g><g stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" transform=\\"translate(7.333 2.166)\\"><path d=\\"M.667.334v3\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" transform=\\"translate(-.333 -1.666)\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M5 16a3 3 0 013-3 3 3 0 013 3\\"/><g transform=\\"translate(5 7)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\"2.5\\"/></g></g>"},"reload":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-miterlimit=\\"10\\" d=\\"M1.5 9.502h13m-13-3h13\\"/><path stroke-linejoin=\\"round\\" d=\\"m10.501 2.502-2.5-2-2.5 2m5 10.999-2.5 2-2.5-2\\"/></g>"},"remove":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M.5 7.999h15\\"/>"},"remove-circle":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/><path stroke-linecap=\\"round\\" d=\\"M3.5 8h9\\"/></g>"},"repeart":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"m12.5.707 3 3-3 3m-9 9-3-3 3-3\\"/><path d=\\"M.5 7.706v-2a2.184 2.184 0 012.332-2H14.5m1 5v2a2.184 2.184 0 01-2.332 2H1.5\\"/></g>","width":16.001,"height":16.414},"repository":{"body":"<g fill=\\"none\\"><path d=\\"M2 14a2 2 0 01-2-2V2.6A1.64 1.64 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1zm0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m12.001 8-1.5-2-1.5 2M10.5 6.5v4\\"/></g>"},"request-form":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(.5 .5)\\"><path stroke-linecap=\\"round\\" d=\\"M11 8.49a3.64 3.64 0 01-2.507 2.507m0-7A3.64 3.64 0 0111 6.506m-7 0a3.65 3.65 0 012.508-2.509m0 7A3.64 3.64 0 013.999 8.49M14 9.358c-.481 3.218-1.954 4.146-4.643 4.643m0-13A5.36 5.36 0 0114 5.644m-13 0a5.364 5.364 0 014.642-4.64m0 13A5.23 5.23 0 01.999 9.361\\"/><rect width=\\"3\\" height=\\"4\\" rx=\\"1\\" transform=\\"translate(6 11)\\"/><rect width=\\"4\\" height=\\"3\\" rx=\\"1.333\\" transform=\\"translate(11 6)\\"/><rect width=\\"4\\" height=\\"3\\" rx=\\"1\\" transform=\\"translate(0 6)\\"/><rect width=\\"3\\" height=\\"4\\" rx=\\"1\\" transform=\\"translate(6)\\"/></g>"},"resize-100":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M15.5 5.498v-3h-3m0 11.003h3v-3M3.501 2.498h-3v3m0 5.001v3h3\\"/><path fill=\\"currentColor\\" d=\\"M3.001 10.999h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1Zm7 0h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1ZM7 7.001h1v-1H7Zm0 3h1v-1H7Z\\"/>"},"resize-height":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-linejoin=\\"round\\" d=\\"m10 5.501-2-2-2 2m0 5.001 2 2 2-2\\"/><path d=\\"M.5.5h15m-15 15h15\\"/></g>"},"resize-width":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-linejoin=\\"round\\" d=\\"m10.503 10.002 2-2-2-2M5.5 6.001l-2 2 2 2\\"/><path d=\\"M15.501.5v15m-15-15v15\\"/></g>","height":16.001},"search":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m9 8.999 6 6\\"/><g fill=\\"none\\"><circle cx=\\"5.5\\" cy=\\"5.5\\" r=\\"5.5\\" stroke=\\"none\\"/><circle cx=\\"5.5\\" cy=\\"5.5\\" r=\\"5\\"/></g></g>"},"sequential-prerequisites":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(7 1)\\"><rect width=\\"8\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(8 9.999)\\"><rect width=\\"6\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M9.505 10v-.867A1.356 1.356 0 0111.005 8h0a1.356 1.356 0 011.5 1.133V10\\"/></g><path fill=\\"currentColor\\" d=\\"M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16h2.064v.926H1.016Z\\"/>"},"settings":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M7.112 15h1.775l.217-1.743.3-.083a5.3 5.3 0 001.256-.521l.272-.157 1.387 1.082 1.257-1.257-1.076-1.387.158-.273a5.3 5.3 0 00.521-1.256l.083-.3L15 8.884V7.112l-1.742-.216-.083-.3a5.3 5.3 0 00-.521-1.257l-.154-.274 1.082-1.387-1.239-1.237-.021-.021-1.388 1.083-.272-.158a5.3 5.3 0 00-1.256-.521l-.3-.083L8.889.999H7.112L6.9 2.742l-.3.083a5.3 5.3 0 00-1.256.521l-.272.158L3.678 2.42 2.421 3.678 3.5 5.065l-.157.273a5.3 5.3 0 00-.521 1.256l-.083.3L1 7.112v1.772l1.742.217.083.3a5.3 5.3 0 00.521 1.256l.157.273-1.082 1.392 1.257 1.257 1.387-1.082.272.157a5.3 5.3 0 001.256.521l.3.083Z\\"/><path fill=\\"currentColor\\" d=\\"m8.888 15 .217-1.743.3-.083a5.3 5.3 0 001.257-.52l.272-.157 1.388 1.082 1.257-1.257-1.082-1.388.157-.273c.222-.385.398-.807.52-1.256l.084-.3L15 8.888V7.112l-1.742-.217-.083-.3a5.3 5.3 0 00-.521-1.258l-.157-.272 1.082-1.387-1.257-1.258-1.388 1.083-.272-.157a5.3 5.3 0 00-1.256-.52l-.301-.084L8.888 1H7.112l-.217 1.742-.3.083a5.4 5.4 0 00-1.257.52l-.272.158L3.678 2.42 2.421 3.678l1.082 1.387-.157.273a5.3 5.3 0 00-.52 1.256l-.084.301L1 7.112v1.776l1.742.217.083.3c.123.449.299.871.521 1.256l.157.273-1.082 1.388 1.257 1.257 1.388-1.082.272.157c.386.222.808.397 1.256.52l.301.083L7.112 15zm0 1H7.112a1 1 0 01-.992-.876l-.136-1.09a6 6 0 01-.825-.342l-.865.675a1 1 0 01-1.323-.08l-1.257-1.258a1 1 0 01-.081-1.323l.675-.865a6 6 0 01-.342-.825L.876 9.88A1 1 0 010 8.888V7.112a1 1 0 01.877-.993l1.089-.135q.143-.429.342-.826l-.675-.865a1 1 0 01.08-1.322l1.258-1.258a1 1 0 011.323-.08l.865.674q.397-.198.825-.341L6.12.876A1 1 0 017.112 0h1.776a1 1 0 01.992.876l.136 1.09q.428.144.825.341l.865-.675a1 1 0 011.323.081l1.257 1.258a1 1 0 01.081 1.322l-.675.865q.2.397.342.826l1.09.135a1 1 0 01.876.993v1.776a1 1 0 01-.876.992l-1.09.136q-.143.428-.342.825l.675.865a1 1 0 01-.08 1.323l-1.258 1.257a1 1 0 01-1.323.081l-.865-.675a6 6 0 01-.825.342l-.136 1.09a1 1 0 01-.992.876\\"/><g stroke=\\"currentColor\\" transform=\\"translate(4.999 5)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\"/></g></g>"},"share":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\" transform=\\"translate(1.195 .234) translate(-1.195 4.766)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(1.195 .234) translate(8.806 9.766)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\"/></g><g stroke-miterlimit=\\"10\\" transform=\\"translate(1.195 .234) translate(8.806 -.234)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m10.501 11.5-5-2m4.5-5.5-5 1.998\\"/></g>","width":16.001},"sketch":{"body":"<g fill=\\"none\\"><path d=\\"M10.951 1a2.1 2.1 0 011.8 1.008l2.97 5a1.93 1.93 0 010 1.985l-2.97 5a2.1 2.1 0 01-1.8 1.007h-5.9a2.1 2.1 0 01-1.8-1.008l-2.97-5a1.93 1.93 0 010-1.985l2.97-5A2.1 2.1 0 015.048 1Z\\"/><path fill=\\"currentColor\\" d=\\"M5.048 2c-.393 0-.755.199-.945.518l-2.97 5a.93.93 0 000 .964l2.97 5c.19.32.552.518.945.518h5.903c.393 0 .755-.199.945-.518l2.97-5a.93.93 0 000-.964l-2.97-5A1.1 1.1 0 0010.951 2zm0-1h5.903c.746 0 1.435.385 1.805 1.008l2.97 5c.365.615.365 1.37 0 1.984l-2.97 5A2.1 2.1 0 0110.95 15H5.048a2.1 2.1 0 01-1.805-1.008l-2.97-5a1.93 1.93 0 010-1.984l2.97-5A2.1 2.1 0 015.048 1\\"/></g>"},"skills":{"body":"<g transform=\\"translate(1.333 1.334)\\"><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"M3.667 14.665a3 3 0 013-3 3 3 0 013 3\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(3.667 5.666)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\"2.5\\"/></g><rect width=\\"4\\" height=\\"4\\" fill=\\"currentColor\\" rx=\\"1\\" transform=\\"translate(-1.333 1.666)\\"/><path fill=\\"currentColor\\" d=\\"M11.554 2.145a1.017 1.017 0 011.726 0l1.242 2.028a.986.986 0 01-.863 1.493h-2.484a.986.986 0 01-.863-1.493ZM6.06-.87a1 1 0 011.214 0l.839.641a1 1 0 01.348 1.09l-.34 1.1a1 1 0 01-.954.705h-1a1 1 0 01-.955-.7l-.34-1.1a1 1 0 01.349-1.1Z\\"/></g>"},"skip-back":{"body":"<g fill=\\"none\\"><path d=\\"M1.574 6.947a1.255 1.255 0 000 2.106l8.693 4.8a1.1 1.1 0 001.625-1.053V3.2a1.1 1.1 0 00-1.625-1.052Z\\"/><path fill=\\"currentColor\\" d=\\"M2.001 8c0 .023.004.14.078.19l8.7 4.803.013.007c.024-.005.1-.06.1-.201V3.2c0-.142-.079-.198-.097-.201l-.016.007-.029.017L2.08 7.81C2.005 7.86 2 7.977 2 8M1 8c0-.413.191-.826.573-1.053l8.694-4.799c.732-.436 1.625.143 1.625 1.053V12.8c0 .91-.893 1.489-1.625 1.053l-8.693-4.8c-.382-.227-.573-.64-.573-1.053\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M14.401 2.5v11\\"/></g>"},"skip-forward":{"body":"<g fill=\\"none\\"><path d=\\"M14.423 6.948a1.25 1.25 0 010 2.106l-8.772 4.8a1.113 1.113 0 01-1.64-1.053V3.203a1.113 1.113 0 011.64-1.053Z\\"/><path fill=\\"currentColor\\" d=\\"M14.001 8.001c0-.032-.006-.138-.08-.187L5.143 3.011C5.124 3 5.121 2.998 5.1 3.01c-.015.008-.088.057-.088.193V12.8c0 .136.073.185.088.193.021.012.024.01.043 0l.029-.017 8.75-4.787c.074-.05.08-.155.08-.187m1 0c0 .413-.193.825-.578 1.053l-8.772 4.798c-.74.436-1.64-.142-1.64-1.053V3.203c0-.91.9-1.49 1.64-1.053l8.772 4.798c.385.228.578.64.578 1.054\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M1.5 2.5v11\\"/></g>"},"sms":{"body":"<g fill=\\"none\\"><path d=\\"M3 1.999h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3\\"/><path fill=\\"currentColor\\" d=\\"M3 2.999c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2v-4c0-1.103-.897-2-2-2zm0-1h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M3.5 5.499h9M3.5 8.5h5\\"/><g fill=\\"currentColor\\" stroke-linecap=\\"round\\"><path d=\\"M3.5 13.792v-2.293h2.293z\\"/><path d=\\"M4 11.999v.586l.585-.586zm-1-1h4l-4 4z\\"/></g>"},"sso-access":{"body":"<g fill=\\"none\\"><g stroke-linecap=\\"round\\"><path d=\\"M13.001 12.999h-10a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823A4 4 0 0114.001 7v.169a3 3 0 01-.969 5.83h-.026Z\\"/><path fill=\\"currentColor\\" d=\\"M13.002 11.999h.017a2.005 2.005 0 001.982-2c0-.848-.537-1.606-1.336-1.887l-.698-.246.031-.739.003-.128c0-1.654-1.346-3-3-3-.856 0-1.673.367-2.242 1.006l-.5.563-.68-.326A2.5 2.5 0 005.501 5a2.49 2.49 0 00-2.489 2.26l-.06.64-.607.21A2.001 2.001 0 003.002 12zm0 1H3a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823 4 4 0 016.985 2.828 3 3 0 01-.995 5.83\\"/></g><g stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M8 8v2\\"/><g transform=\\"translate(7 7)\\"><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" stroke=\\"none\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\".5\\"/></g></g></g>"},"star":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z\\"/>"},"star-active":{"body":"<path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z\\"/>"},"success":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(.001 -.989)\\"><rect width=\\"3\\" height=\\"8\\" rx=\\"1\\" transform=\\"translate(.499 7.499)\\"/><path stroke-linecap=\\"round\\" d=\\"M14.497 8.84h-.749l.059-.4h.69a.978.978 0 100-1.956h-1.5L9.499 6.5s.918-3.613-1.3-4.8c-1.424-.687-1.7.6-1.7.6V5l-1 .5s-1.992 1.2-2 2.5v6a1.314 1.314 0 001.5 1.5h8a1.1 1.1 0 001.12-.978.993.993 0 00-1-.978h-.068l.059-.4h.7a.978.978 0 100-1.955h-.408l.059-.4H14.5a.978.978 0 100-1.956Z\\"/></g>","height":16.009},"sun":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(.574 .574)\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"4\\" transform=\\"translate(3.426 3.426)\\"/><path stroke-linecap=\\"round\\" d=\\"M7.426 1.926v-2m0 15v-2m5.5-5.5h2m-15 0h2m-1-6.5 2 2m-2 11.5 2-2m9-9.5 2-2m-2 11.5 2 2\\"/></g>"},"sunrise":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M3 10.999a5 5 0 015-5 5 5 0 015 5Z\\"/><path fill=\\"currentColor\\" d=\\"M11.873 9.999a4.01 4.01 0 00-3.873-3 4.01 4.01 0 00-3.874 3zm1.127 1H3a5 5 0 1110 0\\"/><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M8 4.5v-1m-7.5 7h15m-13-6 1 1m10-1-1 1\\"/></g>"},"support":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" transform=\\"translate(.667 .568)\\"><path stroke-linecap=\\"round\\" d=\\"M2.833 3.934a4.27 4.27 0 014.5-4 4.27 4.27 0 014.5 4\\"/><g transform=\\"translate(.333 3.433)\\"><rect width=\\"5\\" height=\\"7\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"6\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><g transform=\\"translate(9.333 3.433)\\"><rect width=\\"5\\" height=\\"7\\" rx=\\"2.004\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"6\\" x=\\".5\\" y=\\".5\\" rx=\\"1.504\\"/></g><path stroke-linecap=\\"round\\" d=\\"M11.83 9.932v2c0 1.394-.451 2-1.5 2h-1.5\\"/><circle cx=\\"1\\" cy=\\"1\\" r=\\"1\\" stroke-linecap=\\"round\\" transform=\\"translate(6.833 12.931)\\"/></g>"},"survey":{"body":"<g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M14.5.5h-7a2.006 2.006 0 00-2 2v4a2.01 2.01 0 002 2h1v1c0 1 .4 1.2 1 .8l2-1.8h3a2.01 2.01 0 002-2v-4a2 2 0 00-2-2\\"/><path fill=\\"currentColor\\" d=\\"M7.5 1.5c-.551 0-1 .45-1 1.002v4.002c0 .543.458 1.002 1 1.002h1a1 1 0 011 1v.456l1.33-1.2a1 1 0 01.67-.256h3c.542 0 1-.459 1-1.002V2.502c0-.552-.449-1.002-1-1.002zm0-1h7c1.1 0 2 .897 2 2.002v4.002a2.01 2.01 0 01-2 2.002h-3l-2 1.802c-.6.4-1 .198-1-.801V8.506h-1c-1.097 0-2-.906-2-2.002V2.502C5.5 1.403 6.397.5 7.5.5\\"/></g><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M10.483 3.612a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1v-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.03-.08\\"/><path fill=\\"currentColor\\" d=\\"M8.999 2.501h.002a.17.17 0 01.109.043q.043.038.068.093l.283.598c.015.033.05.076.093.108a.3.3 0 00.128.06l.631.097a.3.3 0 01.097.033.18.18 0 01.09.155.2.2 0 01-.023.092.3.3 0 01-.054.074l-.457.466a.4.4 0 00-.085.272l.109.657.004.055a.2.2 0 01-.023.105.17.17 0 01-.08.078.2.2 0 01-.07.015.25.25 0 01-.12-.034l-.564-.31A.3.3 0 009 5.128a.3.3 0 00-.137.03l-.564.31a.25.25 0 01-.12.034.17.17 0 01-.13-.061.2.2 0 01-.043-.137q0-.027.004-.055l.108-.657.003-.035a.4.4 0 00-.087-.237l-.457-.466a.3.3 0 01-.054-.074.2.2 0 01-.023-.093.18.18 0 01.061-.134.24.24 0 01.126-.054l.631-.096a.3.3 0 00.127-.06.3.3 0 00.095-.108l.282-.598a.3.3 0 01.068-.093.17.17 0 01.109-.044\\"/></g><path fill=\\"currentColor\\" d=\\"M14.483 3.612a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1v-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.03-.08\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"M2 16.501a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(2.5 9.5)\\"><rect width=\\"4\\" height=\\"4\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"3\\" height=\\"3\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g>","width":17,"height":17},"table":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g transform=\\"translate(0 2)\\"><rect width=\\"16\\" height=\\"12\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"11\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path d=\\"M4.5 3v10M0 5.5h16m-16 4h16\\"/></g>"},"tematic-channels":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" d=\\"M8.5 1v15m3.5 0H5\\"/><path d=\\"M8.5 3.001h4.408L14 4.376l-1.092 1.625H8.5ZM8.001 8H3.593L2.501 6.625 3.593 5h4.408Z\\"/></g>","width":17,"height":17},"test":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(0 2)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(0 9)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M9.447 15.053a.658.658 0 01-.966-.259 10.8 10.8 0 01-1.032-3.88l2.584-9.66A1.366 1.366 0 0111.75.378l2.068.554a1.366 1.366 0 011.048 1.617l-2.585 9.66a10.8 10.8 0 01-2.834 2.844\\"/><path fill=\\"currentColor\\" d=\\"M9.211 14c.773-.587 1.894-1.738 2.119-2.116l2.567-9.594c.036-.133-.095-.328-.34-.393l-2.068-.553c-.237-.064-.454.037-.49.17l-2.567 9.594c.006.44.402 1.997.779 2.891m-.307 1.147a.68.68 0 01-.423-.352c-.508-.95-1.161-3.399-1.033-3.88l2.585-9.658c.184-.69.952-1.083 1.715-.879l2.067.554c.764.204 1.232.928 1.048 1.617l-2.584 9.659c-.129.48-1.918 2.276-2.832 2.846a.7.7 0 01-.543.093\\"/></g>"},"text-body":{"body":"<path fill=\\"currentColor\\" d=\\"M.999 13.002h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Zm8 0h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Z\\"/>"},"text-edit":{"body":"<path fill=\\"currentColor\\" d=\\"M4.865 10H2.139l-.64 2h-1.5l2.368-8h2.269l2.363 8h-1.5Zm-.332-1-.482-1.763C3.868 6.562 3.699 5.784 3.5 5c-.193.784-.367 1.562-.546 2.237L2.472 9Zm7.965-1.095v4.013h-.96l-.117-.481-.76.32a2.9 2.9 0 01-1.1.244 1.51 1.51 0 01-1.559-1.71v-.1c0-1.009.639-1.591 2.068-1.591h1.164v-.836c0-.439-.156-.684-.647-.684h-.421c-.417 0-.643.134-.643.517v.421H8.234v-.347c0-1.068.717-1.669 1.945-1.669h.382c1.199-.001 1.937.512 1.937 1.903M11.23 9.546h-1.194c-.5 0-.734.148-.734.514v.346c0 .366.186.546.5.546a1.5 1.5 0 00.577-.125l.843-.255ZM15 1h1v14h-1Z\\"/>"},"text-style":{"body":"<path fill=\\"currentColor\\" d=\\"M5.908 10.724H2.6L1.984 13H0L2.876 3h2.755L8.5 13H6.517Zm-.4-1.5L4.919 7.05a150 150 0 01-.669-2.6c-.235.979-.446 1.756-.663 2.6L3 9.224Zm10.487-1.683v5.351h-1.277l-.156-.642-1.014.426a3.8 3.8 0 01-1.471.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.344.852-2.121 2.757-2.121h1.552V7.35c0-.585-.208-.912-.863-.912h-.561c-.556 0-.857.179-.857.69v.56h-1.714v-.461c0-1.424.956-2.225 2.595-2.225h.509c1.598 0 2.579.685 2.579 2.539M14.304 9.73h-1.589c-.666 0-.979.2-.979.684v.459c0 .487.249.728.672.728a2 2 0 00.77-.167l1.124-.339Z\\"/>"},"time":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g stroke-miterlimit=\\"10\\"><circle cx=\\"8\\" cy=\\"8\\" r=\\"8\\" stroke=\\"none\\"/><circle cx=\\"8\\" cy=\\"8\\" r=\\"7.5\\"/></g><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m9.5 6.501-2 1.5 4 3.5\\"/></g>"},"toilet-paper":{"body":"<g transform=\\"translate(-.512 .154)\\"><ellipse cx=\\"2.5\\" cy=\\"6\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" rx=\\"2.5\\" ry=\\"6\\" transform=\\"translate(11.011 .346)\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M13.511.346H3.006a1.8 1.8 0 00-2 2v13h10v-9.5\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M9.012 10.346h1.5m-5.5 0h2m-5.5 0h1.5\\"/><ellipse cx=\\"1\\" cy=\\"1.5\\" fill=\\"currentColor\\" rx=\\"1\\" ry=\\"1.5\\" transform=\\"translate(12.512 4.846)\\"/></g>","height":16.001},"training-points":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><g transform=\\"translate(0 4.207)\\"><circle cx=\\"6\\" cy=\\"6\\" r=\\"6\\" stroke=\\"none\\"/><circle cx=\\"6\\" cy=\\"6\\" r=\\"5.5\\"/></g><g transform=\\"translate(3 7.207)\\"><circle cx=\\"3\\" cy=\\"3\\" r=\\"3\\" stroke=\\"none\\"/><circle cx=\\"3\\" cy=\\"3\\" r=\\"2.5\\"/></g><path stroke-linecap=\\"round\\" d=\\"m6.5 9.707 5-5\\"/><path stroke-linejoin=\\"round\\" d=\\"m13.327.707-1.886 1.886.118 2.003 2.004.118 1.885-1.887Z\\"/></g>","width":16.156,"height":16.207},"trash":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M2 1.999h12v12a2 2 0 01-2 2H4a2 2 0 01-2-2z\\" stroke=\\"none\\"/><path d=\\"M2.5 2.499h11v11.5a1.5 1.5 0 01-1.5 1.5H4a1.5 1.5 0 01-1.5-1.5z\\"/><path stroke-linecap=\\"round\\" d=\\"M.5 2.499h15m-9 4v5m3-5v5\\"/><path d=\\"M11.001 1.999h-6v-1a1 1 0 011-1h4a1 1 0 011 1z\\" stroke=\\"none\\"/><path d=\\"M10.501 1.499h-5v-.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5z\\"/></g>"},"underline":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M2.501.5v7.222c0 3.682 2.463 5.778 5.5 5.778s5.5-2.1 5.5-5.778V.5M.5 15.5h15\\"/>"},"undo":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\"><path stroke-miterlimit=\\"10\\" d=\\"M1.501 5.502h10.721a3.39 3.39 0 013.279 3.49v.019a3.39 3.39 0 01-3.279 3.491H9.629\\"/><path stroke-linejoin=\\"round\\" d=\\"m3.501 2.5-3 3 3 3\\"/></g>","width":16.001},"unlock":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M4.996 5.695a2.84 2.84 0 010-4.134h0a3.05 3.05 0 014.257 0l.851.827\\"/><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M8 9.185v3\\"/><g stroke-miterlimit=\\"10\\" transform=\\"translate(0 5.186)\\"><rect width=\\"16\\" height=\\"11\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g></g>","height":16.185},"upload":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"m11 4.502-3-3-3 3M8 11.5v-10m7.5 10v3H.5v-3\\"/>"},"user":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(4 2.666)\\"><rect width=\\"9\\" height=\\"9\\" rx=\\"4.5\\" transform=\\"translate(-.5 -1.166)\\"/><path d=\\"M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5\\"/></g>"},"user-add":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M9.5 3.5h6m-3-3v6\\"/><g transform=\\"translate(0 4)\\"><rect width=\\"8\\" height=\\"8\\" rx=\\"4\\" stroke=\\"none\\"/><rect width=\\"7\\" height=\\"7\\" x=\\".5\\" y=\\".5\\" rx=\\"3.5\\"/></g><path stroke-linejoin=\\"round\\" d=\\"M.5 16a3.5 3.5 0 017 0\\"/></g>"},"user-badge":{"body":"<path fill=\\"currentColor\\" d=\\"M8.5 1.23 9.729.186a.78.78 0 011.264.43l.408 1.6a.8.8 0 00.808.614l1.582-.089a.822.822 0 01.782 1.125L14 5.411a.85.85 0 00.309.993l1.33.9a.85.85 0 010 1.39l-1.33.9a.85.85 0 00-.309.993l.57 1.546a.822.822 0 01-.782 1.125l-1.582-.089a.8.8 0 00-.808.614l-.408 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.23 1.045a.78.78 0 01-1.264-.43l-.408-1.6a.8.8 0 00-.808-.614l-1.582.089a.822.822 0 01-.782-1.125L2 10.589a.85.85 0 00-.309-.993l-1.33-.9a.85.85 0 010-1.39l1.33-.9A.85.85 0 002 5.411l-.57-1.546a.822.822 0 01.782-1.125l1.582.089a.8.8 0 00.808-.614l.408-1.6a.78.78 0 011.264-.43L7.5 1.23a.764.764 0 001 0\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" d=\\"M8 3.5A2.5 2.5 0 115.5 6 2.5 2.5 0 018 3.5Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"M5.501 12.001a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\\"/>","width":16.001,"height":16.001},"video-off":{"body":"<g fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M15.46 10.498a.1.1 0 01-.04-.011l-3.88-2.489 3.88-2.488a.1.1 0 01.04-.012q.026.001.04.01v4.981a.1.1 0 01-.04.01\\"/><path d=\\"m15 6.373-2.534 1.625L15 9.624zm.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394L11.225 8.39a.455.455 0 010-.785l3.925-2.517a.57.57 0 01.31-.09\\"/></g><path fill=\\"currentColor\\" d=\\"M10 13H5.119l1-1h3.877a1 1 0 001-1V7.125l1-1v4.879A2 2 0 0110 13m-8.905-.217A1.99 1.99 0 01.002 11V5a2 2 0 012-2h8a2 2 0 01.74.141l-.857.857H2.001a1 1 0 00-1 1v6a1 1 0 00.889.992l-.793.791Z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M1 15 15 1\\"/>"},"video-on":{"body":"<g fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M15.46 10.5a.1.1 0 01-.04-.012l-3.88-2.489 3.88-2.488a.1.1 0 01.04-.012q.026.001.04.01v4.981a.1.1 0 01-.04.01\\"/><path d=\\"m15 6.374-2.534 1.625L15 9.625zm.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394l-3.925-2.517a.455.455 0 010-.785L15.15 5.09a.57.57 0 01.31-.09\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(0 3)\\"><rect width=\\"12\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"11\\" height=\\"9\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g>"},"video-rec":{"body":"<g transform=\\"translate(1.333 3.334)\\"><g fill=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M14.127 7.164a.1.1 0 01-.04-.011l-3.88-2.489 3.88-2.488a.1.1 0 01.04-.012q.026.001.04.01v4.981a.1.1 0 01-.04.01\\"/><path d=\\"m13.667 3.039-2.534 1.625 2.534 1.626zm.46-1.375c.28 0 .54.2.54.484V7.18c0 .393-.494.622-.85.394L9.892 5.057a.455.455 0 010-.785l3.925-2.517a.57.57 0 01.31-.09\\"/></g><g fill=\\"none\\" stroke=\\"currentColor\\" transform=\\"translate(-1.333 -.335)\\"><rect width=\\"12\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"11\\" height=\\"9\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><circle cx=\\"1.5\\" cy=\\"1.5\\" r=\\"1.5\\" fill=\\"currentColor\\" transform=\\"translate(-.333 -1.333)\\"/></g>"},"view":{"body":"<g fill=\\"none\\" stroke-miterlimit=\\"10\\"><path d=\\"M6.001 15a2 2 0 01-2-2v-2h-2a2 2 0 01-2-2V3a2 2 0 012-2h8a2 2 0 012 2v2h2a2 2 0 012 2v6a2 2 0 01-2 2Z\\"/><path fill=\\"currentColor\\" d=\\"M14.003 14a1 1 0 00.999-.998V7a1 1 0 00-.999-.998h-3.004v-3c0-.553-.448-1.004-.999-1.004H1.999c-.55 0-.999.451-.999 1.004v5.996c0 .55.448 1 .999 1h3.004v3.004a1 1 0 00.999.998zm0 1H6.002a1.996 1.996 0 01-1.999-1.998v-2.004H1.999a1.997 1.997 0 01-1.999-2V3.002C0 1.895.897.998 1.999.998H10c1.104 0 1.999.897 1.999 2.004v2h2.004c1.103 0 1.999.894 1.999 1.998v6.002A2 2 0 0114.003 15\\"/><g stroke=\\"currentColor\\" transform=\\"translate(.001 1)\\"><rect width=\\"12\\" height=\\"10\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"11\\" height=\\"9\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g></g>","width":16.002},"view-card":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><g transform=\\"translate(0 4)\\"><rect width=\\"9\\" height=\\"8\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"8\\" height=\\"7\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(11 4)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g></g>"},"view-list":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><g transform=\\"translate(0 2)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><g transform=\\"translate(0 9)\\"><rect width=\\"5\\" height=\\"5\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"4\\" height=\\"4\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><path stroke-linecap=\\"round\\" d=\\"M7.501 5.5h5m-5 7h5M7.5 3.5h8m-8 7h8\\"/></g>"},"voice-off":{"body":"<path fill=\\"currentColor\\" d=\\"M8.001 11a3 3 0 01-.776-.1l.9-.9a2 2 0 001.871-1.871l1-1v.877A3 3 0 018.001 11m-2.9-2.221a3 3 0 01-.1-.775v-5a3 3 0 016-.119l-1 1V3a2 2 0 10-4 0v4.877l-.9.9Z\\"/><path fill=\\"currentColor\\" d=\\"M8.001 13a5.6 5.6 0 01-2.36-.52l.764-.764a4.6 4.6 0 001.6.281c2.2 0 4-1.514 4-3.375V7.499a.5.5 0 011 0v1.123C13 11.035 10.758 13 8.001 13m-4.555-2.568a3.9 3.9 0 01-.447-1.807V7.502a.5.5 0 011 0v1.123a2.9 2.9 0 00.2 1.055z\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" d=\\"M8 12v3\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M4.5 15.5h7\\"/><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"M1 15 15 1\\"/>"},"voice-on":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><g transform=\\"translate(5)\\"><rect width=\\"6\\" height=\\"11\\" rx=\\"3\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" rx=\\"2.5\\"/></g><path stroke-linecap=\\"round\\" d=\\"M12.5 7.5v1.123c0 2.141-2.015 3.877-4.5 3.877h0c-2.485 0-4.5-1.736-4.5-3.877V7.5\\"/><path d=\\"M8 12v3\\"/><path stroke-linecap=\\"round\\" d=\\"M4.5 15.5h7\\"/></g>","height":16.001},"volume-down":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M14.503 5.499a3.69 3.69 0 010 5\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M0 9.491c0 1.054.425 1.5 1.429 1.5h2.857a.8.8 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.969a.86.86 0 00-1.417-.744L4.838 4.764a.8.8 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\\"/><path fill=\\"currentColor\\" d=\\"M9 12.851v-9.7L5.45 5.558a1.8 1.8 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43zm.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.8.8 0 00-.552-.222H1.428C.425 10.993 0 10.545 0 9.491V6.488c0-1.044.43-1.501 1.428-1.501h2.858a.8.8 0 00.551-.223l3.746-2.54C9.147 1.705 10 2.153 10 2.97v10.066c0 .574-.423.967-.87.967\\"/></g></g>","width":16.147},"volume-off":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"m12.5 9.504 3-3m-3 0 3 3\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M0 9.492c0 1.054.425 1.5 1.429 1.5h2.857a.8.8 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.97a.86.86 0 00-1.417-.744L4.838 4.765a.8.8 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\\"/><path fill=\\"currentColor\\" d=\\"M9 12.852v-9.7L5.45 5.559a1.8 1.8 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43zm.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.8.8 0 00-.552-.222H1.428C.425 10.994 0 10.546 0 9.492V6.49c0-1.044.43-1.501 1.428-1.501h2.858a.8.8 0 00.551-.223l3.746-2.54c.564-.52 1.417-.072 1.417.745v10.065c0 .574-.423.967-.87.967\\"/></g></g>","width":16.207},"volume-up":{"body":"<g fill=\\"none\\"><path stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M11.5 5.499a3.69 3.69 0 010 5m3-6a6.71 6.71 0 010 7\\"/><g stroke-linejoin=\\"round\\"><path d=\\"M0 9.488c0 1.054.425 1.5 1.429 1.5h2.857a.8.8 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.966a.86.86 0 00-1.417-.744L4.838 4.761a.8.8 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\\"/><path fill=\\"currentColor\\" d=\\"M9 12.848v-9.7L5.45 5.555a1.8 1.8 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05C1.05 6.06 1 6.179 1 6.485v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43zm.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.8.8 0 00-.552-.222H1.428C.425 10.99 0 10.542 0 9.488V6.485c0-1.044.43-1.501 1.428-1.501h2.858a.8.8 0 00.551-.223l3.746-2.54C9.147 1.702 10 2.15 10 2.967v10.066c0 .574-.423.967-.87.967\\"/></g></g>","width":16.132},"warning":{"body":"<path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M8 4.5v4m0 4v-1\\"/><g fill=\\"none\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"><path d=\\"M6.863 1.649a1.324 1.324 0 012.277 0l3.341 5.7 3.342 5.7a1.3 1.3 0 01-1.138 1.944H1.318A1.3 1.3 0 01.18 13.049l3.342-5.7Z\\"/><path fill=\\"currentColor\\" d=\\"M8.001 2.001c-.07 0-.197.02-.275.153L1.043 13.562a.27.27 0 00-.002.283.3.3 0 00.277.156h13.366a.3.3 0 00.277-.156.27.27 0 00-.001-.282L8.277 2.154A.31.31 0 008 2.001m0-1c.443 0 .886.216 1.138.648l6.684 11.408c.505.864-.127 1.944-1.139 1.944H1.318c-1.012 0-1.644-1.08-1.138-1.944L6.863 1.65A1.3 1.3 0 018 1\\"/></g>"},"webinar":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path d=\\"M11.5 8.999a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm-5 0a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 019 13.999Zm-7.5-5a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 014 13.999Z\\"/><path stroke-linecap=\\"round\\" d=\\"M.501 6.5V1.7C.501.953 1.13.5 2.168.5h11.666c1.037 0 1.667.453 1.667 1.2v4.8\\"/></g>"},"whiteboard":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\"><path stroke-linecap=\\"round\\" d=\\"M2 15.5 4 11m4 4.5V11m6 4.5L12 11\\"/><g stroke-miterlimit=\\"10\\"><rect width=\\"16\\" height=\\"11\\" rx=\\"2\\" stroke=\\"none\\"/><rect width=\\"15\\" height=\\"10\\" x=\\".5\\" y=\\".5\\" rx=\\"1.5\\"/></g><path d=\\"M3.5 6.499c1-.754 2.514-2.5 4.5-2.5-.844 2.822 2 4.8 4.5 2.5\\"/></g>","height":16.16},"wine":{"body":"<g fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\"><path stroke-linecap=\\"round\\" d=\\"M12.493 10.983c3.323-1.346 1.5-6.981 1.5-6.981h-5s-1.819 5.636 1.5 6.981a2 2 0 00.438.014h1.162a1.7 1.7 0 00.4-.014m-.993.02v4m1.999.5h-4\\"/><path d=\\"M2.5 15.501c-1 0-1 0-1-1V7.168c.012-.265 0-.833 0-.833l1-2.334v-3.5h3v3.5l1 2.333c.008.008-.013.568 0 .833v7.334c0 1 0 1-1 1Z\\"/><path d=\\"M1.501 8.502h3v4h-3z\\"/></g>","height":16.002},"zip":{"body":"<g fill=\\"none\\"><path d=\\"M12.001 11.999a1 1 0 101 1 1 1 0 00-1-1\\"/><path fill=\\"currentColor\\" d=\\"M12.001 11.999a1 1 0 11-.001 2 1 1 0 010-2\\"/></g><path fill=\\"currentColor\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M6.501.5v5m-3-5v5m-3-5v5\\"/><g fill=\\"none\\" stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\" transform=\\"translate(9.001)\\"><rect width=\\"6\\" height=\\"6\\" rx=\\"1\\" stroke=\\"none\\"/><rect width=\\"5\\" height=\\"5\\" x=\\".5\\" y=\\".5\\" rx=\\".5\\"/></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linejoin=\\"round\\" d=\\"M11.918 15.498a2.715 2.715 0 01-2.918-3l1-5h4l1 5a2.716 2.716 0 01-2.918 3Z\\"/>"},"zoom-in":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m9 9.001 6 6\\"/><g fill=\\"none\\"><circle cx=\\"5.5\\" cy=\\"5.5\\" r=\\"5.5\\" stroke=\\"none\\"/><circle cx=\\"5.5\\" cy=\\"5.5\\" r=\\"5\\"/></g><path fill=\\"none\\" stroke-linecap=\\"round\\" d=\\"M2.501 5.5h6m-3-3v6\\"/></g>"},"zoom-out":{"body":"<g stroke=\\"currentColor\\" stroke-miterlimit=\\"10\\"><path fill=\\"currentColor\\" stroke-linecap=\\"round\\" d=\\"m9 9 6 6\\"/><g fill=\\"none\\"><circle cx=\\"5.5\\" cy=\\"5.5\\" r=\\"5.5\\" stroke=\\"none\\"/><circle cx=\\"5.5\\" cy=\\"5.5\\" r=\\"5\\"/></g></g><path fill=\\"none\\" stroke=\\"currentColor\\" stroke-linecap=\\"round\\" stroke-miterlimit=\\"10\\" d=\\"M2.5 5.5h6\\"/>"}}')},l=[o,t,e];r.default=l,r.detailed=t,r.normal=o,r.simple=e,Object.defineProperties(r,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));