@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.21

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 (258) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +98 -3
  3. package/auto-imports.d.ts +6 -2
  4. package/bin/icons.cjs +1 -1
  5. package/bin/icons.js +23 -16
  6. package/dist/Volver.d.ts +1 -1
  7. package/dist/components/VvAccordion/VvAccordion.es.js +70 -14
  8. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  9. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +13 -6
  10. package/dist/components/VvAccordion/index.d.ts +4 -1
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +117 -38
  12. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  13. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -8
  14. package/dist/components/VvAccordionGroup/index.d.ts +4 -1
  15. package/dist/components/VvAction/VvAction.es.js +58 -13
  16. package/dist/components/VvAction/VvAction.umd.js +1 -1
  17. package/dist/components/VvAction/VvAction.vue.d.ts +59 -12
  18. package/dist/components/VvAction/index.d.ts +25 -4
  19. package/dist/components/VvAlert/VvAlert.es.js +195 -152
  20. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  21. package/dist/components/VvAlert/VvAlert.vue.d.ts +18 -8
  22. package/dist/components/VvAlert/index.d.ts +9 -5
  23. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +240 -174
  24. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  25. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +13 -6
  26. package/dist/components/VvAlertGroup/index.d.ts +6 -2
  27. package/dist/components/VvAvatar/VvAvatar.es.js +54 -9
  28. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  29. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +12 -4
  30. package/dist/components/VvAvatar/index.d.ts +4 -1
  31. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +111 -36
  32. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  33. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +10 -3
  34. package/dist/components/VvAvatarGroup/index.d.ts +4 -1
  35. package/dist/components/VvBadge/VvBadge.es.js +73 -17
  36. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  37. package/dist/components/VvBadge/VvBadge.vue.d.ts +12 -4
  38. package/dist/components/VvBadge/index.d.ts +4 -1
  39. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +259 -49
  40. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  41. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +27 -7
  42. package/dist/components/VvBreadcrumb/index.d.ts +6 -10
  43. package/dist/components/VvButton/VvButton.es.js +187 -141
  44. package/dist/components/VvButton/VvButton.umd.js +1 -1
  45. package/dist/components/VvButton/VvButton.vue.d.ts +101 -27
  46. package/dist/components/VvButton/index.d.ts +41 -14
  47. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +69 -16
  48. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  49. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +23 -10
  50. package/dist/components/VvButtonGroup/index.d.ts +8 -2
  51. package/dist/components/VvCard/VvCard.es.js +84 -25
  52. package/dist/components/VvCard/VvCard.umd.js +1 -1
  53. package/dist/components/VvCard/VvCard.vue.d.ts +12 -4
  54. package/dist/components/VvCard/index.d.ts +4 -1
  55. package/dist/components/VvCheckbox/VvCheckbox.es.js +91 -22
  56. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  57. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +104 -32
  58. package/dist/components/VvCheckbox/index.d.ts +45 -12
  59. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +180 -67
  60. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  61. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +100 -29
  62. package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
  63. package/dist/components/VvCombobox/VvCombobox.es.js +758 -531
  64. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  65. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +181 -108
  66. package/dist/components/VvCombobox/index.d.ts +53 -22
  67. package/dist/components/VvDialog/VvDialog.es.js +136 -141
  68. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  69. package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
  70. package/dist/components/VvDropdown/VvDropdown.es.js +121 -55
  71. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  72. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +101 -75
  73. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +72 -11
  74. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
  75. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
  76. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +26 -7
  77. package/dist/components/VvDropdown/index.d.ts +16 -11
  78. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +82 -22
  79. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  80. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
  81. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +56 -8
  82. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
  83. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +76 -17
  84. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  85. package/dist/components/VvIcon/VvIcon.es.js +23 -96
  86. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  87. package/dist/components/VvIcon/VvIcon.vue.d.ts +23 -66
  88. package/dist/components/VvIcon/index.d.ts +33 -48
  89. package/dist/components/VvInputFile/VvInputFile.es.js +1734 -0
  90. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
  91. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +313 -0
  92. package/dist/components/VvInputFile/index.d.ts +179 -0
  93. package/dist/components/VvInputText/VvInputClearAction.d.ts +7 -5
  94. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +10 -8
  95. package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
  96. package/dist/components/VvInputText/VvInputText.es.js +331 -293
  97. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  98. package/dist/components/VvInputText/VvInputText.vue.d.ts +162 -55
  99. package/dist/components/VvInputText/index.d.ts +71 -29
  100. package/dist/components/VvNav/VvNav.es.js +151 -73
  101. package/dist/components/VvNav/VvNav.umd.js +1 -1
  102. package/dist/components/VvNav/VvNav.vue.d.ts +41 -14
  103. package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
  104. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +2 -0
  105. package/dist/components/VvNav/index.d.ts +5 -13
  106. package/dist/components/VvNavItem/VvNavItem.es.js +436 -0
  107. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
  108. package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
  109. package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
  110. package/dist/components/VvProgress/VvProgress.es.js +65 -14
  111. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  112. package/dist/components/VvProgress/VvProgress.vue.d.ts +10 -3
  113. package/dist/components/VvProgress/index.d.ts +4 -1
  114. package/dist/components/VvRadio/VvRadio.es.js +89 -21
  115. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  116. package/dist/components/VvRadio/VvRadio.vue.d.ts +102 -30
  117. package/dist/components/VvRadio/index.d.ts +44 -11
  118. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +180 -66
  119. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  120. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +100 -29
  121. package/dist/components/VvRadioGroup/index.d.ts +45 -12
  122. package/dist/components/VvSelect/VvSelect.es.js +248 -226
  123. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  124. package/dist/components/VvSelect/VvSelect.vue.d.ts +112 -39
  125. package/dist/components/VvSelect/index.d.ts +48 -14
  126. package/dist/components/VvTab/VvTab.es.js +256 -110
  127. package/dist/components/VvTab/VvTab.umd.js +1 -1
  128. package/dist/components/VvTab/VvTab.vue.d.ts +50 -13
  129. package/dist/components/VvTab/index.d.ts +13 -4
  130. package/dist/components/VvTextarea/VvTextarea.es.js +229 -212
  131. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  132. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +155 -48
  133. package/dist/components/VvTextarea/index.d.ts +68 -19
  134. package/dist/components/VvTooltip/VvTooltip.es.js +72 -17
  135. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  136. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +10 -3
  137. package/dist/components/VvTooltip/index.d.ts +4 -1
  138. package/dist/components/common/HintSlot.d.ts +1 -1
  139. package/dist/components/index.d.ts +10 -0
  140. package/dist/components/index.es.js +2902 -1329
  141. package/dist/components/index.umd.js +1 -1
  142. package/dist/composables/alert/useAlert.d.ts +37 -4
  143. package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
  144. package/dist/composables/index.d.ts +1 -0
  145. package/dist/composables/index.es.js +88 -1
  146. package/dist/composables/index.umd.js +1 -1
  147. package/dist/composables/useBlurhash.d.ts +7 -0
  148. package/dist/composables/useComponentIcon.d.ts +9 -8
  149. package/dist/composables/useVolver.d.ts +1 -1
  150. package/dist/directives/index.d.ts +3 -5
  151. package/dist/directives/index.es.js +92 -31
  152. package/dist/directives/index.umd.js +1 -1
  153. package/dist/directives/v-tooltip.es.js +90 -26
  154. package/dist/directives/v-tooltip.umd.js +1 -1
  155. package/dist/icons.es.js +210 -210
  156. package/dist/icons.umd.js +1 -1
  157. package/dist/index.d.ts +3 -1
  158. package/dist/index.es.js +81 -16
  159. package/dist/index.umd.js +1 -1
  160. package/dist/props/index.d.ts +287 -73
  161. package/dist/resolvers/unplugin.d.ts +6 -1
  162. package/dist/resolvers/unplugin.es.js +78 -10
  163. package/dist/resolvers/unplugin.umd.js +1 -1
  164. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +72 -84
  165. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +623 -461
  166. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
  167. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  168. package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
  169. package/dist/stories/Icon/Icon.settings.d.ts +1 -0
  170. package/dist/stories/InputFile/InputFile.settings.d.ts +56 -0
  171. package/dist/stories/InputFile/InputFile.stories.d.ts +12 -0
  172. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  173. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  174. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  175. package/dist/stories/Tab/Tab.settings.d.ts +4 -37
  176. package/dist/types/alert.d.ts +13 -0
  177. package/dist/types/blurhash.d.ts +12 -0
  178. package/dist/types/floating-ui.d.ts +6 -0
  179. package/dist/types/generic.d.ts +4 -0
  180. package/dist/types/group.d.ts +37 -0
  181. package/dist/types/index.d.ts +7 -0
  182. package/dist/types/input-file.d.ts +16 -0
  183. package/dist/types/nav.d.ts +18 -0
  184. package/dist/utils/ObjectUtilities.d.ts +0 -1
  185. package/dist/workers/blurhash.d.ts +1 -0
  186. package/package.json +97 -80
  187. package/src/Volver.ts +31 -20
  188. package/src/assets/icons/detailed.json +1 -1
  189. package/src/assets/icons/normal.json +1 -1
  190. package/src/assets/icons/simple.json +1 -1
  191. package/src/components/VvAccordion/VvAccordion.vue +2 -2
  192. package/src/components/VvAction/VvAction.vue +5 -2
  193. package/src/components/VvAlert/index.ts +1 -3
  194. package/src/components/VvAlertGroup/index.ts +2 -1
  195. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
  196. package/src/components/VvBreadcrumb/index.ts +2 -8
  197. package/src/components/VvButton/VvButton.vue +6 -6
  198. package/src/components/VvButton/index.ts +2 -4
  199. package/src/components/VvCombobox/VvCombobox.vue +24 -16
  200. package/src/components/VvCombobox/index.ts +4 -0
  201. package/src/components/VvIcon/VvIcon.vue +2 -2
  202. package/src/components/VvIcon/index.ts +35 -48
  203. package/src/components/VvInputFile/VvInputFile.vue +365 -0
  204. package/src/components/VvInputFile/index.ts +116 -0
  205. package/src/components/VvInputText/VvInputClearAction.ts +10 -6
  206. package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
  207. package/src/components/VvInputText/VvInputText.vue +17 -18
  208. package/src/components/VvInputText/index.ts +7 -15
  209. package/src/components/VvNav/VvNav.vue +30 -50
  210. package/src/components/VvNav/VvNavItem.vue +18 -0
  211. package/src/components/VvNav/VvNavSeparator.vue +11 -0
  212. package/src/components/VvNav/index.ts +2 -15
  213. package/src/components/VvSelect/VvSelect.vue +5 -8
  214. package/src/components/VvTab/VvTab.vue +63 -35
  215. package/src/components/VvTab/index.ts +10 -4
  216. package/src/components/VvTextarea/VvTextarea.vue +6 -9
  217. package/src/components/index.ts +10 -0
  218. package/src/composables/index.ts +1 -0
  219. package/src/composables/useBlurhash.ts +76 -0
  220. package/src/composables/useComponentIcon.ts +15 -14
  221. package/src/composables/useUniqueId.ts +2 -2
  222. package/src/directives/index.ts +3 -6
  223. package/src/directives/v-tooltip.ts +19 -10
  224. package/src/index.ts +3 -1
  225. package/src/props/index.ts +115 -27
  226. package/src/resolvers/unplugin.ts +24 -14
  227. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
  228. package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
  229. package/src/stories/Combobox/Combobox.settings.ts +8 -0
  230. package/src/stories/Icon/Icon.settings.ts +3 -3
  231. package/src/stories/InputFile/InputFile.settings.ts +36 -0
  232. package/src/stories/InputFile/InputFile.stories.ts +89 -0
  233. package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
  234. package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
  235. package/src/stories/InputFile/InputFileSlots.stories.ts +33 -0
  236. package/src/stories/Nav/Nav.settings.ts +3 -4
  237. package/src/stories/Nav/Nav.test.ts +4 -15
  238. package/src/stories/Tab/Tab.settings.ts +9 -9
  239. package/src/stories/Tab/Tab.stories.ts +2 -2
  240. package/src/stories/Tab/Tab.test.ts +6 -14
  241. package/src/stories/argTypes.ts +1 -1
  242. package/src/types/blurhash.ts +21 -0
  243. package/src/types/generic.ts +6 -0
  244. package/src/types/index.ts +7 -0
  245. package/src/types/input-file.ts +18 -0
  246. package/src/types/nav.ts +20 -0
  247. package/src/utils/ObjectUtilities.ts +0 -11
  248. package/src/workers/blurhash.ts +9 -0
  249. package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
  250. package/dist/components/VvNav/VvNavSeparator.d.ts +0 -2
  251. package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
  252. package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
  253. package/src/components/VvNav/VvNavItemTitle.vue +0 -11
  254. package/src/components/VvNav/VvNavSeparator.ts +0 -8
  255. package/src/types/generic.d.ts +0 -6
  256. /package/src/types/{alert.d.ts → alert.ts} +0 -0
  257. /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
  258. /package/src/types/{group.d.ts → group.ts} +0 -0
@@ -1 +1 @@
1
- {"prefix":"normal","lastModified":1693916210,"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}
1
+ {"prefix":"normal","lastModified":1703871165,"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.513\"/><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-.475\"/></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-.135\"/><path fill=\"currentColor\" d=\"M8 8V4.217a5.564 5.564 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.465.465 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.463.463 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.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.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.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-.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.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-.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.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-.253\"/></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.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.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-.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.445A2.17 2.17 0 0112 14.524c.576 0 1.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.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.527z\"/><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.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.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-2\"/><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-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.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-.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.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.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.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.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.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.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.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 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.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.013\"/><path fill=\"currentColor\" d=\"m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772zm0-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.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.576.576 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.576.576 0 01-.535 0\"/><path fill=\"currentColor\" d=\"m12 12.81 5.355-2.815L12 7.18 6.645 9.996zm0 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.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\"/>"},"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 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.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.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.594 1.594 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.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 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.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-.32\"/><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 8zm0-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 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.867 1.867 0 00.961.275 2.165 2.165 0 002.039-2.277\"/><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.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.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.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.867 1.867 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.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-.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.867 1.867 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.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.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.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 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.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 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.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.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.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.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.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.002\"/><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.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.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.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.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.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-.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.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 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.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 5\"/></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.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.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 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 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-.001v1z\"/><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.63zm2 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-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.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.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.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 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 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 16\"/><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 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.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 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.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 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.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.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.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 16\"/><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 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.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-7\"/></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.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.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.244zm0-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-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.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.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.469 1.469 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.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 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.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 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.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.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.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.992zm0 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.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.981 1.981 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.981 1.981 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 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.479\"/><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 16zm0 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 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.003 4.003 0 0012 13a4.003 4.003 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.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-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.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-.053m4 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-.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.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.539m-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.169m-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-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.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-.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.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.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.638.638 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.638.638 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.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.628zM14.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.203\"/></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.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.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.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.061 0 .415-.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.061 0 .415-.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.061 0 .415-.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.061 0 .415-.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.061 0 .415-.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.46 1.46 0 00.375-.014M16.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}