@volverjs/ui-vue 0.0.10-beta.47 → 0.0.10-beta.48

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 (357) hide show
  1. package/README.md +2 -2
  2. package/auto-imports.d.ts +19 -11
  3. package/bin/icons.js +1 -0
  4. package/dist/components/VvAccordion/VvAccordion.es.js +4 -5
  5. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  6. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +8 -11
  7. package/dist/components/VvAccordion/index.d.ts +2 -2
  8. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +45 -46
  9. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +11 -13
  11. package/dist/components/VvAccordionGroup/index.d.ts +2 -2
  12. package/dist/components/VvAction/VvAction.vue.d.ts +8 -10
  13. package/dist/components/VvAction/index.d.ts +1 -1
  14. package/dist/components/VvAlert/VvAlert.es.js +158 -161
  15. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  16. package/dist/components/VvAlert/VvAlert.vue.d.ts +20 -22
  17. package/dist/components/VvAlert/index.d.ts +1 -1
  18. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +271 -274
  19. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  20. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +9 -11
  21. package/dist/components/VvAlertGroup/index.d.ts +2 -2
  22. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +6 -6
  23. package/dist/components/VvAvatar/index.d.ts +1 -1
  24. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +21 -22
  25. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  26. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
  27. package/dist/components/VvAvatarGroup/index.d.ts +1 -1
  28. package/dist/components/VvBadge/VvBadge.vue.d.ts +6 -6
  29. package/dist/components/VvBadge/index.d.ts +1 -1
  30. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +23 -23
  31. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  32. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +19 -19
  33. package/dist/components/VvBreadcrumb/index.d.ts +1 -1
  34. package/dist/components/VvButton/VvButton.es.js +313 -314
  35. package/dist/components/VvButton/VvButton.umd.js +1 -1
  36. package/dist/components/VvButton/VvButton.vue.d.ts +14 -16
  37. package/dist/components/VvButton/index.d.ts +9 -9
  38. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +2 -2
  39. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -8
  40. package/dist/components/VvButtonGroup/index.d.ts +1 -1
  41. package/dist/components/VvCard/VvCard.vue.d.ts +6 -6
  42. package/dist/components/VvCard/index.d.ts +1 -1
  43. package/dist/components/VvCheckbox/VvCheckbox.es.js +186 -187
  44. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  45. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +11 -13
  46. package/dist/components/VvCheckbox/index.d.ts +7 -7
  47. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -191
  48. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  49. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +11 -13
  50. package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
  51. package/dist/components/VvCombobox/VvCombobox.es.js +1864 -1865
  52. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  53. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +72 -291
  54. package/dist/components/VvCombobox/index.d.ts +1 -1
  55. package/dist/components/VvDialog/VvDialog.vue.d.ts +7 -9
  56. package/dist/components/VvDialog/index.d.ts +1 -1
  57. package/dist/components/VvDropdown/VvDropdown.es.js +9 -10
  58. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  59. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +51 -51
  60. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +22 -16
  61. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +4 -4
  62. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +4 -4
  63. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +6 -6
  64. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +2 -2
  65. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +2 -2
  66. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +2 -2
  67. package/dist/components/VvIcon/VvIcon.vue.d.ts +2 -23
  68. package/dist/components/VvInputFile/VvInputFile.es.js +651 -652
  69. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  70. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
  71. package/dist/components/VvInputFile/index.d.ts +4 -4
  72. package/dist/components/VvInputText/VvInputClearAction.d.ts +10 -6
  73. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +11 -7
  74. package/dist/components/VvInputText/VvInputStepAction.d.ts +10 -6
  75. package/dist/components/VvInputText/VvInputText.es.js +715 -716
  76. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  77. package/dist/components/VvInputText/VvInputText.vue.d.ts +30 -32
  78. package/dist/components/VvInputText/index.d.ts +1 -1
  79. package/dist/components/VvNav/VvNav.es.js +5 -5
  80. package/dist/components/VvNav/VvNav.umd.js +1 -1
  81. package/dist/components/VvNav/VvNav.vue.d.ts +8 -10
  82. package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
  83. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
  84. package/dist/components/VvNav/index.d.ts +2 -2
  85. package/dist/components/VvProgress/VvProgress.vue.d.ts +6 -6
  86. package/dist/components/VvProgress/index.d.ts +1 -1
  87. package/dist/components/VvRadio/VvRadio.es.js +186 -187
  88. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  89. package/dist/components/VvRadio/VvRadio.vue.d.ts +10 -12
  90. package/dist/components/VvRadio/index.d.ts +5 -5
  91. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +190 -191
  92. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  93. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +11 -13
  94. package/dist/components/VvRadioGroup/index.d.ts +2 -2
  95. package/dist/components/VvSelect/VvSelect.es.js +337 -338
  96. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  97. package/dist/components/VvSelect/VvSelect.vue.d.ts +20 -131
  98. package/dist/components/VvSelect/index.d.ts +7 -7
  99. package/dist/components/VvTab/VvTab.es.js +18 -18
  100. package/dist/components/VvTab/VvTab.umd.js +1 -1
  101. package/dist/components/VvTab/VvTab.vue.d.ts +6 -8
  102. package/dist/components/VvTab/index.d.ts +1 -1
  103. package/dist/components/VvTextarea/VvTextarea.es.js +292 -293
  104. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  105. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +14 -16
  106. package/dist/components/VvTextarea/index.d.ts +3 -3
  107. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +8 -8
  108. package/dist/components/common/HintSlot.d.ts +6 -6
  109. package/dist/components/index.d.ts +1 -1
  110. package/dist/components/index.es.js +2760 -2763
  111. package/dist/components/index.umd.js +1 -1
  112. package/dist/composables/alert/useAlert.d.ts +4 -4
  113. package/dist/composables/alert/{useProvideAlert.d.ts → useAlertProvide.d.ts} +1 -1
  114. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  115. package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +6 -6
  116. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  117. package/dist/composables/group/{useInjectedGroupState.d.ts → useGroupStateInject.d.ts} +1 -1
  118. package/dist/composables/group/{useProvideGroupState.d.ts → useGroupStateProvide.d.ts} +2 -2
  119. package/dist/composables/index.d.ts +2 -0
  120. package/dist/composables/index.es.js +87 -3
  121. package/dist/composables/index.umd.js +1 -1
  122. package/dist/composables/useComponentFocus.d.ts +1 -1
  123. package/dist/composables/useOptions.d.ts +1 -1
  124. package/dist/composables/usePersistence.d.ts +1 -1
  125. package/dist/composables/useUniqueId.d.ts +1 -1
  126. package/dist/constants.d.ts +3 -3
  127. package/dist/directives/index.d.ts +2 -2
  128. package/dist/directives/index.es.js +145 -39
  129. package/dist/directives/index.umd.js +1 -1
  130. package/dist/directives/v-contextmenu.es.js +137 -31
  131. package/dist/directives/v-contextmenu.umd.js +1 -1
  132. package/dist/icons.d.ts +17 -17
  133. package/dist/icons.es.js +424 -424
  134. package/dist/icons.umd.js +1 -1
  135. package/dist/index.d.ts +1 -1
  136. package/dist/index.umd.js +1 -1
  137. package/dist/props/index.d.ts +4 -4
  138. package/dist/resolvers/unplugin.umd.js +1 -1
  139. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +178 -474
  140. package/dist/stories/Alert/Alert.settings.d.ts +1 -1
  141. package/dist/stories/Alert/AlertModifiers.stories.d.ts +1 -1
  142. package/dist/stories/Alert/AlertSlots.stories.d.ts +1 -1
  143. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +1 -1
  144. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +1 -1
  145. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
  146. package/dist/stories/Button/Button.settings.d.ts +1 -1
  147. package/dist/stories/Combobox/Combobox.settings.d.ts +1 -1
  148. package/dist/stories/Nav/Nav.settings.d.ts +1 -1
  149. package/dist/stories/Tab/Tab.settings.d.ts +1 -1
  150. package/dist/types/floating-ui.d.ts +1 -1
  151. package/dist/types/group.d.ts +1 -1
  152. package/dist/types/index.d.ts +2 -2
  153. package/dist/utils/DomUtilities.d.ts +1 -0
  154. package/package.json +41 -41
  155. package/src/Volver.ts +3 -3
  156. package/src/assets/icons/detailed.json +1 -1
  157. package/src/assets/icons/normal.json +1 -1
  158. package/src/assets/icons/simple.json +1 -1
  159. package/src/components/VvAccordion/VvAccordion.vue +5 -5
  160. package/src/components/VvAccordion/index.ts +2 -2
  161. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +5 -5
  162. package/src/components/VvAction/VvAction.vue +1 -1
  163. package/src/components/VvAlert/VvAlert.vue +1 -1
  164. package/src/components/VvAlert/index.ts +1 -1
  165. package/src/components/VvAlertGroup/VvAlertGroup.vue +1 -1
  166. package/src/components/VvAlertGroup/index.ts +3 -3
  167. package/src/components/VvAvatarGroup/VvAvatarGroup.vue +1 -1
  168. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +2 -2
  169. package/src/components/VvBreadcrumb/index.ts +1 -1
  170. package/src/components/VvButton/VvButton.vue +3 -3
  171. package/src/components/VvButton/index.ts +4 -4
  172. package/src/components/VvButtonGroup/VvButtonGroup.vue +3 -3
  173. package/src/components/VvCheckbox/VvCheckbox.vue +2 -2
  174. package/src/components/VvCheckbox/index.ts +2 -2
  175. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +2 -2
  176. package/src/components/VvCombobox/VvCombobox.vue +9 -9
  177. package/src/components/VvCombobox/index.ts +15 -15
  178. package/src/components/VvDropdown/VvDropdown.vue +19 -19
  179. package/src/components/VvDropdown/VvDropdownAction.vue +1 -1
  180. package/src/components/VvDropdown/VvDropdownItem.vue +1 -1
  181. package/src/components/VvDropdown/VvDropdownOption.vue +1 -1
  182. package/src/components/VvDropdown/index.ts +2 -2
  183. package/src/components/VvIcon/VvIcon.vue +2 -2
  184. package/src/components/VvInputFile/VvInputFile.vue +7 -7
  185. package/src/components/VvInputFile/index.ts +7 -7
  186. package/src/components/VvInputText/VvInputPasswordAction.ts +1 -1
  187. package/src/components/VvInputText/VvInputText.vue +19 -19
  188. package/src/components/VvInputText/VvInputTextActions.ts +4 -4
  189. package/src/components/VvInputText/index.ts +2 -2
  190. package/src/components/VvNav/VvNav.vue +1 -1
  191. package/src/components/VvRadio/VvRadio.vue +1 -1
  192. package/src/components/VvRadio/index.ts +2 -2
  193. package/src/components/VvRadioGroup/VvRadioGroup.vue +2 -2
  194. package/src/components/VvSelect/VvSelect.vue +6 -6
  195. package/src/components/VvSelect/index.ts +12 -12
  196. package/src/components/VvTab/VvTab.vue +2 -2
  197. package/src/components/VvTab/index.ts +1 -1
  198. package/src/components/VvTextarea/VvTextarea.vue +1 -1
  199. package/src/components/common/HintSlot.ts +14 -14
  200. package/src/components/index.ts +1 -1
  201. package/src/composables/alert/useAlert.ts +2 -2
  202. package/src/composables/alert/{useProvideAlert.ts → useAlertProvide.ts} +2 -2
  203. package/src/composables/dropdown/useDropdownContextmenu.ts +22 -0
  204. package/src/composables/dropdown/{useProvideDropdown.ts → useDropdownProvide.ts} +9 -9
  205. package/src/composables/dropdown/useDropdownVirtualElement.ts +53 -0
  206. package/src/composables/group/{useInjectedGroupState.ts → useGroupStateInject.ts} +2 -2
  207. package/src/composables/group/{useProvideGroupState.ts → useGroupStateProvide.ts} +2 -2
  208. package/src/composables/index.ts +2 -0
  209. package/src/composables/useBlurhash.ts +2 -2
  210. package/src/composables/useOptions.ts +1 -1
  211. package/src/composables/usePersistence.ts +1 -1
  212. package/src/composables/useTextCount.ts +2 -2
  213. package/src/composables/useUniqueId.ts +2 -3
  214. package/src/constants.ts +5 -5
  215. package/src/directives/index.ts +2 -2
  216. package/src/directives/v-contextmenu.ts +21 -29
  217. package/src/directives/v-tooltip.ts +2 -2
  218. package/src/icons.ts +2 -2
  219. package/src/index.ts +1 -1
  220. package/src/props/index.ts +7 -7
  221. package/src/resolvers/unplugin.ts +5 -5
  222. package/src/stories/Accordion/Accordion.stories.ts +2 -2
  223. package/src/stories/Accordion/Accordion.test.ts +1 -1
  224. package/src/stories/Accordion/AccordionSlots.stories.ts +2 -2
  225. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +2 -2
  226. package/src/stories/AccordionGroup/AccordionGroup.test.ts +1 -1
  227. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +3 -3
  228. package/src/stories/Alert/Alert.settings.ts +1 -1
  229. package/src/stories/Alert/Alert.stories.ts +2 -2
  230. package/src/stories/Alert/Alert.test.ts +1 -1
  231. package/src/stories/Alert/AlertModifiers.stories.ts +2 -2
  232. package/src/stories/Alert/AlertSlots.stories.ts +2 -2
  233. package/src/stories/AlertGroup/AlertGroup.stories.ts +2 -2
  234. package/src/stories/AlertGroup/AlertGroup.test.ts +3 -3
  235. package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +2 -2
  236. package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +2 -2
  237. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
  238. package/src/stories/Avatar/Avatar.stories.ts +2 -2
  239. package/src/stories/Avatar/Avatar.test.ts +1 -1
  240. package/src/stories/Avatar/AvatarBadge.stories.ts +1 -1
  241. package/src/stories/Avatar/AvatarModifiers.stories.ts +2 -2
  242. package/src/stories/Avatar/AvatarSlots.stories.ts +2 -2
  243. package/src/stories/AvatarGroup/AvatarGroup.stories.ts +2 -2
  244. package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -1
  245. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +2 -2
  246. package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +3 -3
  247. package/src/stories/Badge/Badge.stories.ts +2 -2
  248. package/src/stories/Badge/Badge.test.ts +1 -1
  249. package/src/stories/Badge/BadgeSlots.stories.ts +2 -2
  250. package/src/stories/Blurhash/BlurhashComposable.stories.ts +37 -117
  251. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +2 -2
  252. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +5 -5
  253. package/src/stories/Button/Button.settings.ts +3 -3
  254. package/src/stories/Button/Button.stories.ts +2 -2
  255. package/src/stories/Button/Button.test.ts +1 -1
  256. package/src/stories/Button/ButtonIcon.stories.ts +2 -2
  257. package/src/stories/Button/ButtonLink.stories.ts +2 -2
  258. package/src/stories/Button/ButtonLoading.stories.ts +2 -2
  259. package/src/stories/Button/ButtonModifiers.stories.ts +2 -2
  260. package/src/stories/Button/ButtonSlots.stories.ts +3 -3
  261. package/src/stories/Button/ButtonState.stories.ts +2 -2
  262. package/src/stories/Button/ButtonToggle.stories.ts +2 -2
  263. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +2 -2
  264. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +2 -2
  265. package/src/stories/ButtonGroup/ButtonGroup.test.ts +1 -1
  266. package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +2 -2
  267. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +2 -2
  268. package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +2 -2
  269. package/src/stories/Card/Card.stories.ts +2 -2
  270. package/src/stories/Card/Card.test.ts +1 -1
  271. package/src/stories/Card/CardSlots.stories.ts +2 -2
  272. package/src/stories/Checkbox/Checkbox.stories.ts +2 -2
  273. package/src/stories/Checkbox/Checkbox.test.ts +1 -1
  274. package/src/stories/Checkbox/CheckboxBinary.stories.ts +2 -2
  275. package/src/stories/Checkbox/CheckboxSlots.stories.ts +2 -2
  276. package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +2 -2
  277. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -2
  278. package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +2 -2
  279. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +3 -3
  280. package/src/stories/Combobox/Combobox.settings.ts +9 -9
  281. package/src/stories/Combobox/Combobox.stories.ts +2 -2
  282. package/src/stories/Combobox/Combobox.test.ts +2 -2
  283. package/src/stories/Combobox/ComboboxIconPosition.stories.ts +2 -2
  284. package/src/stories/Combobox/ComboboxMultiple.stories.ts +2 -2
  285. package/src/stories/Combobox/ComboboxOptions.stories.ts +2 -2
  286. package/src/stories/Combobox/ComboboxSlots.stories.ts +3 -3
  287. package/src/stories/Dialog/Dialog.stories.ts +2 -2
  288. package/src/stories/Dialog/Dialog.test.ts +1 -1
  289. package/src/stories/Dialog/DialogModifiers.stories.ts +2 -2
  290. package/src/stories/Dialog/DialogSlots.stories.ts +2 -2
  291. package/src/stories/Dropdown/Dropdown.settings.ts +1 -1
  292. package/src/stories/Dropdown/Dropdown.stories.ts +4 -4
  293. package/src/stories/Dropdown/Dropdown.test.ts +1 -1
  294. package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +3 -4
  295. package/src/stories/Dropdown/DropdownMultilevel.stories.ts +4 -4
  296. package/src/stories/Dropdown/DropdownSlots.stories.ts +4 -4
  297. package/src/stories/Icon/Icon.settings.ts +1 -1
  298. package/src/stories/Icon/Icon.stories.ts +2 -2
  299. package/src/stories/Icon/IconsCollection.stories.ts +3 -3
  300. package/src/stories/InputFile/InputFile.settings.ts +1 -1
  301. package/src/stories/InputFile/InputFile.stories.ts +1 -1
  302. package/src/stories/InputFile/InputFileDropArea.stories.ts +2 -2
  303. package/src/stories/InputFile/InputFileIconPosition.stories.ts +2 -2
  304. package/src/stories/InputFile/InputFileSlots.stories.ts +2 -2
  305. package/src/stories/InputText/InputText.settings.ts +2 -2
  306. package/src/stories/InputText/InputText.stories.ts +2 -2
  307. package/src/stories/InputText/InputText.test.ts +2 -2
  308. package/src/stories/InputText/InputTextIconPosition.stories.ts +2 -2
  309. package/src/stories/InputText/InputTextLength.stories.ts +2 -2
  310. package/src/stories/InputText/InputTextMask.stories.ts +2 -2
  311. package/src/stories/InputText/InputTextMinMax.stories.ts +2 -2
  312. package/src/stories/InputText/InputTextSlots.stories.ts +2 -2
  313. package/src/stories/InputText/InputTextType.stories.ts +2 -2
  314. package/src/stories/Nav/Nav.settings.ts +1 -1
  315. package/src/stories/Nav/Nav.stories.ts +2 -2
  316. package/src/stories/Nav/Nav.test.ts +1 -1
  317. package/src/stories/Nav/NavModifiers.stories.ts +2 -2
  318. package/src/stories/Progress/Progress.stories.ts +2 -2
  319. package/src/stories/Progress/Progress.test.ts +2 -2
  320. package/src/stories/Radio/Radio.stories.ts +2 -2
  321. package/src/stories/Radio/Radio.test.ts +1 -1
  322. package/src/stories/Radio/RadioSlots.stories.ts +2 -2
  323. package/src/stories/RadioGroup/RadioGroup.stories.ts +2 -2
  324. package/src/stories/RadioGroup/RadioGroup.test.ts +2 -2
  325. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +2 -2
  326. package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +3 -3
  327. package/src/stories/Select/Select.settings.ts +10 -10
  328. package/src/stories/Select/Select.stories.ts +2 -2
  329. package/src/stories/Select/Select.test.ts +1 -1
  330. package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
  331. package/src/stories/Select/SelectOptions.stories.ts +2 -2
  332. package/src/stories/Select/SelectSlots.stories.ts +2 -2
  333. package/src/stories/Tab/Tab.settings.ts +1 -1
  334. package/src/stories/Tab/Tab.stories.ts +1 -1
  335. package/src/stories/Tab/Tab.test.ts +1 -1
  336. package/src/stories/Textarea/Textarea.settings.ts +1 -1
  337. package/src/stories/Textarea/Textarea.stories.ts +2 -2
  338. package/src/stories/Textarea/Textarea.test.ts +1 -1
  339. package/src/stories/Textarea/TextareaLength.stories.ts +2 -2
  340. package/src/stories/Textarea/TextareaSlots.stories.ts +2 -2
  341. package/src/stories/Textarea/TextareatIconPosition.stories.ts +2 -2
  342. package/src/stories/Tooltip/Tooltip.stories.ts +3 -3
  343. package/src/stories/Tooltip/Tooltip.test.ts +1 -1
  344. package/src/stories/Tooltip/TooltipDirective.stories.ts +3 -3
  345. package/src/test/expect.ts +3 -3
  346. package/src/test/types.d.ts +2 -2
  347. package/src/types/floating-ui.ts +1 -1
  348. package/src/types/group.ts +1 -1
  349. package/src/types/index.ts +2 -2
  350. package/src/utils/DomUtilities.ts +15 -0
  351. package/src/utils/ObjectUtilities.ts +4 -4
  352. package/src/workers/blurhash.ts +1 -1
  353. package/dist/composables/alert/{useInjectAlert.d.ts → useAlerInject.d.ts} +0 -0
  354. package/dist/composables/dropdown/{useInjectDropdown.d.ts → useDropdownInject.d.ts} +0 -0
  355. package/src/assets/icons/normal/{dulicate.svg → duplicate.svg} +0 -0
  356. package/src/composables/alert/{useInjectAlert.ts → useAlerInject.ts} +0 -0
  357. package/src/composables/dropdown/{useInjectDropdown.ts → useDropdownInject.ts} +1 -1
package/dist/icons.es.js CHANGED
@@ -1,1225 +1,1225 @@
1
- const prefix$2 = "normal";
2
- const lastModified$2 = 1724831655;
1
+ const prefix$2 = "detailed";
2
+ const lastModified$2 = 1731066880;
3
3
  const icons$3 = {
4
4
  add: {
5
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 12h16m-8-8v16"/>'
5
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 15.999h24m-12-12v24"/>'
6
6
  },
7
7
  "add-circle": {
8
- 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>'
8
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/><path stroke-linecap="round" d="M9 14h10m-5-5v10"/></g>'
9
9
  },
10
10
  "align-center": {
11
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 10H7m13-4H4m16 8H4m13 4H7"/>'
11
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23 13H9m18-6H5m22 12H5m18 6H9"/>'
12
12
  },
13
13
  "align-justify": {
14
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10H4m16-4H4m16 8H4m16 4H4"/>'
14
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27 13H5m22-6H5m22 12H5m22 6H5"/>'
15
15
  },
16
16
  "align-left": {
17
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 10H4m16-4H4m16 8H4m12 4H4"/>'
17
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13H5m22-6H5m22 12H5m16 6H5"/>'
18
18
  },
19
19
  "align-right": {
20
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10H8m12-4H4m16 8H4m16 4H8"/>'
20
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.999 13h-16M27 7H5m22 12H5m21.999 6h-16"/>'
21
21
  },
22
22
  analysis: {
23
- 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>'
23
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 16)"><rect width="7" height="12" rx="2" stroke="none"/><rect width="5" height="10" x="1" y="1" rx="1"/></g><g transform="translate(12 6)"><rect width="8" height="22" rx="2" stroke="none"/><rect width="6" height="20" x="1" y="1" rx="1"/></g><g transform="translate(23 12)"><rect width="7" height="16" rx="2" stroke="none"/><rect width="5" height="14" x="1" y="1" rx="1"/></g></g>'
24
24
  },
25
25
  "analysis-2": {
26
- body: '<g fill="none" stroke-miterlimit="10"><path d="M12.515 3.973a.48.48 0 00-.335.139.48.48 0 00-.139.336v7.564h-7.57a.48.48 0 00-.335.139.48.48 0 00-.14.335A8.514 8.514 0 0012.51 21a8.513 8.513 0 008.514-8.514 8.51 8.51 0 00-8.509-8.513"/><path fill="currentColor" d="M14.04 6.153v7.859H6.182A6.524 6.524 0 0012.515 19a6.52 6.52 0 006.513-6.514c0-3.066-2.13-5.644-4.987-6.333m-1.526-2.18a8.51 8.51 0 018.513 8.513 8.514 8.514 0 01-17.027 0 .475.475 0 01.475-.474h7.565V4.448a.476.476 0 01.474-.475"/></g><g fill="none" stroke-miterlimit="10"><path d="M9.866 9.865A.46.46 0 0010 9.54V2.461a.47.47 0 00-.134-.326.46.46 0 00-.325-.134 7.54 7.54 0 00-7.54 7.54.46.46 0 00.135.325.46.46 0 00.325.134h7.08a.46.46 0 00.325-.135"/><path fill="currentColor" d="M8 8V4.217a5.56 5.56 0 00-3.782 3.781zm1.54 2H2.46A.463.463 0 012 9.54 7.54 7.54 0 019.54 2c.121 0 .24.049.326.134A.47.47 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.46.46 0 01-.326.134"/></g>'
26
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M17.657 6.001a.67.67 0 00-.473.2.67.67 0 00-.2.474l.012 10.331H6.665a.67.67 0 00-.473.2.67.67 0 00-.2.473 12.284 12.284 0 0012 12.328 12 12 0 0012-12A12.3 12.3 0 0017.657 6.001"/><path fill="currentColor" d="M18.99 8.087 19.004 19l-10.916.004a10.57 10.57 0 002.868 5.93c1.906 1.978 4.408 3.067 7.045 3.067a9.93 9.93 0 007.072-2.93A9.94 9.94 0 0028 18.002c0-2.637-1.091-5.14-3.072-7.045a10.6 10.6 0 00-5.937-2.869m-1.334-2.086C24.287 6 30 11.37 30 18c0 6.627-5.37 12-12 12-6.627 0-12-5.7-12-12.328a.67.67 0 01.67-.668L17 17l-.01-10.33a.67.67 0 01.668-.67"/><path d="M14.8 14.8a.7.7 0 00.2-.488V3.692a.7.7 0 00-.2-.489.7.7 0 00-.488-.2A11.31 11.31 0 003 14.311a.7.7 0 00.2.488.7.7 0 00.488.2h10.62a.7.7 0 00.492-.199"/><path fill="currentColor" d="M13 13V5.092A9.33 9.33 0 005.092 13zm1.31 2H3.69a.695.695 0 01-.69-.69C3.001 8.065 8.064 3 14.31 3c.182 0 .36.074.488.202a.7.7 0 01.202.489v10.62c0 .181-.074.36-.202.487a.7.7 0 01-.487.202"/></g>'
27
27
  },
28
28
  "analysis-3": {
29
- 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>'
29
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m4 24 10-10 4 4 7-6"/><path stroke-miterlimit="10" d="M29 24.999H3v-18"/></g>'
30
30
  },
31
31
  apple: {
32
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M12.011 21.212a4.4 4.4 0 01.909.112 5 5 0 01.909.362l.021.01q.168.083.347.161a1.5 1.5 0 00.616.144 2.3 2.3 0 00.953-.287 4.05 4.05 0 001.513-1.3 13 13 0 001.664-2.823c.088-.2.155-.363.212-.515a10.36 10.36 0 00.6-6.312 4.88 4.88 0 00-1.936-2.9l-.042-.03a3.3 3.3 0 00-.666-.418 4 4 0 00-1.738-.41h-.1a5.7 5.7 0 00-1.978.524l-.391.152c-.17.065-.566.2-.57.2a.5.5 0 01-.156.027h-.365a.5.5 0 01-.155-.027s-.4-.14-.571-.206l-.386-.15a5.8 5.8 0 00-1.983-.525h-.107a4.04 4.04 0 00-1.729.411 3.3 3.3 0 00-.668.419l-.04.029a4.96 4.96 0 00-1.924 2.855 10.36 10.36 0 00.578 6.322c.084.222.159.4.228.551a13 13 0 001.663 2.823 4 4 0 001.459 1.28A2.5 2.5 0 009.189 22a1.5 1.5 0 00.611-.142q.176-.073.341-.158l.021-.01a5 5 0 01.917-.365 4.2 4.2 0 01.915-.112h.016Z"/><path fill="currentColor" d="m9.175 19.945.087-.041.05-.025c.335-.16.751-.358 1.269-.492a6 6 0 011.353-.174h.147a6.3 6.3 0 011.338.174c.524.135.942.336 1.278.497l.042.02.085.041.125-.056c.183-.082.375-.231.764-.721.52-.654.991-1.458 1.402-2.388a8 8 0 00.17-.412l.017-.048.021-.046c1.117-2.562.511-4.977.505-4.999l-.014-.054-.011-.055c-.204-.984-.998-1.577-1.077-1.634a2 2 0 01-.154-.11l-.062-.049a2 2 0 00-1.13-.371h-.05c-.322.008-.683.144-1.295.385l-.41.16c-.18.068-.521.188-.612.22a2.5 2.5 0 01-.827.143h-.373q-.43 0-.83-.144l-.03-.01a32 32 0 01-.578-.21l-.015-.005-.391-.153c-.613-.24-.977-.377-1.3-.386L8.611 9c-.265 0-.584.078-.856.211-.113.054-.2.108-.269.163a2 2 0 01-.186.14c-.072.052-.902.676-1.09 1.6l-.011.053-.014.053c-.026.1-.63 2.482.476 5.017l.02.046.018.048c.067.178.128.317.183.442l.004.009c.408.927.88 1.73 1.4 2.385.327.412.54.622.71.698l.005.002c.055.025.117.053.174.077M14.815 22c-.194 0-.39-.046-.617-.144q-.179-.077-.347-.16l-.021-.01c-.284-.137-.577-.277-.91-.363a4.4 4.4 0 00-.909-.112h-.016a4.2 4.2 0 00-.915.112c-.334.086-.629.228-.917.365l-.021.01q-.165.082-.341.158a1.5 1.5 0 01-.612.143c-.323 0-.61-.13-1.011-.31-.57-.256-.997-.697-1.459-1.279-.626-.788-1.186-1.739-1.663-2.823a10 10 0 01-.228-.55c-1.353-3.103-.66-6.01-.578-6.323.363-1.778 1.855-2.807 1.925-2.854l.04-.03c.191-.157.41-.294.668-.419a4.04 4.04 0 011.835-.41c.691.018 1.29.253 1.983.525l.385.15c.175.066.57.206.572.206q.074.027.155.027h.147l.03-.004.021.001q.016 0 .029.003h.146a.5.5 0 00.156-.027c.004-.002.4-.14.57-.205l.39-.152c.693-.272 1.29-.507 1.978-.524h.1c.584 0 1.185.141 1.737.41.258.125.476.262.666.418q.02.016.042.03c.015.01 1.543.998 1.936 2.901.05.191.785 3.126-.605 6.312a10 10 0 01-.212.515c-.479 1.085-1.039 2.035-1.664 2.823-.462.582-.895 1.027-1.513 1.303-.37.167-.637.287-.953.287"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.09 8s-.5-2.968.913-4m-.007 8.001s2.075 1.039 2 3"/></g>'
32
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M16.017 28.843a7 7 0 011.364.164 7.5 7.5 0 011.364.532l.032.015c.168.079.342.161.521.236a2.3 2.3 0 00.924.211 3.5 3.5 0 001.429-.42 6.04 6.04 0 002.269-1.911 19 19 0 002.5-4.141c.132-.292.232-.533.318-.755a14.9 14.9 0 00.907-9.257 7.17 7.17 0 00-2.9-4.254l-.063-.044a5 5 0 00-1-.614 6.1 6.1 0 00-2.607-.6h-.148a8.7 8.7 0 00-2.967.768l-.586.223c-.255.1-.849.3-.855.3a.7.7 0 01-.234.04h-.295l-.045.005h-.221a.7.7 0 01-.232-.039s-.6-.205-.857-.3l-.579-.22A8.8 8.8 0 0011.077 8h-.16a6.2 6.2 0 00-2.593.6 5 5 0 00-1 .615l-.06.043a7.3 7.3 0 00-2.887 4.186 14.88 14.88 0 00.867 9.273c.125.325.238.58.342.808a18.8 18.8 0 002.5 4.141 6 6 0 002.188 1.877 3.8 3.8 0 001.517.453 2.3 2.3 0 00.917-.209c.176-.073.347-.153.512-.231l.031-.015a7.6 7.6 0 011.376-.536 6.4 6.4 0 011.372-.164h.025Z"/><path fill="currentColor" d="M20.222 27.999c.106-.022.403-.153.625-.251.488-.214.9-.577 1.52-1.34.83-1.022 1.578-2.268 2.226-3.704.11-.245.198-.451.275-.65l.018-.049.021-.047c1.815-4.068.815-7.88.804-7.918l-.014-.055-.012-.056c-.388-1.835-1.9-2.897-2.02-2.98a3 3 0 01-.184-.127l-.063-.049a3 3 0 00-.604-.365 4.1 4.1 0 00-1.746-.407h-.1c-.689.017-1.398.29-2.296.636l-.008.003-.597.227c-.26.097-.786.277-.897.315a2.7 2.7 0 01-.89.151h-.561c-.307 0-.608-.05-.894-.151l-.05-.018a50 50 0 01-.843-.298l-.015-.005-.585-.223c-.935-.36-1.612-.619-2.303-.636L10.917 10c-.556 0-1.187.149-1.737.41a3 3 0 00-.603.365 3 3 0 01-.215.156c-.107.075-1.667 1.187-2.03 2.925l-.01.054-.015.054c-.043.16-1.022 3.942.761 7.94l.021.048.019.048c.11.284.206.503.295.698l.004.009c.645 1.432 1.393 2.677 2.224 3.7.612.754 1.016 1.12 1.438 1.306l.008.004c.262.114.585.256.704.28a1 1 0 00.148-.053c.136-.057.282-.125.42-.19l.065-.03c.486-.228 1.037-.485 1.717-.656.516-.13 1.105-.204 1.802-.224l.118-.001.034.001c.444.015 1.112.055 1.784.224.688.173 1.264.443 1.727.661l.064.03q.216.104.407.184l.01.004a1 1 0 00.145.052M20.221 30c-.29 0-.584-.067-.924-.21-.179-.075-.352-.157-.52-.236l-.032-.015c-.426-.2-.866-.407-1.364-.532-.487-.122-1.018-.152-1.364-.164h-.025c-.547.016-.995.07-1.372.164-.502.127-.943.334-1.376.536l-.031.015c-.165.078-.336.158-.512.231-.338.142-.63.209-.917.209-.486 0-.915-.19-1.517-.453-.856-.377-1.495-1.023-2.188-1.876-.94-1.157-1.78-2.551-2.495-4.141a14 14 0 01-.342-.808c-2.03-4.55-.99-8.813-.867-9.273.544-2.608 2.782-4.117 2.887-4.186l.06-.043a5 5 0 011.002-.615 6.2 6.2 0 012.753-.6c1.037.025 1.935.37 2.974.768l.578.22c.262.098.855.302.857.303a.7.7 0 00.233.04h.22q.026-.005.046-.006h.032l.043.005h.22q.119 0 .233-.04c.006-.002.6-.205.855-.3l.586-.223c1.038-.4 1.935-.743 2.967-.768h.147c.878 0 1.78.207 2.607.6.387.184.715.385.999.614q.03.025.063.045c.023.015 2.314 1.463 2.904 4.254.077.28 1.178 4.584-.907 9.258-.086.222-.186.463-.318.755-.718 1.591-1.558 2.985-2.497 4.14-.693.854-1.342 1.506-2.269 1.912-.554.244-.954.42-1.43.42"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.173 10.001s-1.01-4.452 1.825-6m1.999 9.998a4.79 4.79 0 012 4"/></g>'
33
33
  },
34
34
  "arrow-down": {
35
- 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"/>'
35
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 18.002 10 10 10-10m-10 8v-22"/>'
36
36
  },
37
37
  "arrow-left": {
38
- 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"/>'
38
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14.001 6-10 10 10 10m-8-10h22"/>'
39
39
  },
40
40
  "arrow-right": {
41
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 18.001 6-6-6-6m4 6H4"/>'
41
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.001 26 10-10-10-10m8 10h-22"/>'
42
42
  },
43
43
  "arrow-up": {
44
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 10-6-6-6 6m6-4v14"/>'
44
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m26.001 13.999-10-10-10 10m9.999-8v22"/>'
45
45
  },
46
46
  attachment: {
47
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m21 11.439-8.51 8.025a5.8 5.8 0 01-7.862 0 5.035 5.035 0 010-7.414l8.51-8.026a3.867 3.867 0 015.242 0 3.357 3.357 0 010 4.943l-8.52 8.025a1.93 1.93 0 01-2.62 0 1.676 1.676 0 010-2.471l7.862-7.406"/>'
47
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.003 15.251-11.347 10.7a7.73 7.73 0 01-10.484 0 6.714 6.714 0 010-9.886l11.348-10.7a5.156 5.156 0 016.989 0 4.477 4.477 0 010 6.592l-11.361 10.7a2.574 2.574 0 01-3.493 0 2.235 2.235 0 010-3.295l10.483-9.875"/>'
48
48
  },
49
49
  "back-to-front": {
50
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 6H5a1.88 1.88 0 00-1.5.5A1.88 1.88 0 003 8v8a1.89 1.89 0 00.5 1.5A1.88 1.88 0 005 18h14a1.88 1.88 0 001.5-.5A1.88 1.88 0 0021 16V8a1.88 1.88 0 00-.5-1.5A1.88 1.88 0 0019 6h-3"/><g fill="none" stroke-miterlimit="10"><path d="M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z"/><path fill="currentColor" d="M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.999 3-3 3 3 3"/>'
50
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m24 3-4 4 4 4"/><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 7H6a3 3 0 00-2.278.709A2.64 2.64 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3 3 0 006 24h20a3 3 0 002.278-.707A2.63 2.63 0 0029 21.168V9.834a2.63 2.63 0 00-.722-2.125A3 3 0 0026 7h-4"/><g stroke-miterlimit="10"><path d="M11.795 25h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406H12.21c-.85 0-1.436-.726-1.134-1.4Z"/><path fill="currentColor" d="M11.795 25H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.404z"/></g></g>'
51
51
  },
52
52
  bell: {
53
- body: '<path fill="currentColor" d="M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z"/><g fill="none" stroke-miterlimit="10"><path d="M13.514 2.21a5.68 5.68 0 014.407 5.431v3.016a6.97 6.97 0 002.652 5.533l.128.106a.97.97 0 01.3.7 1.036 1.036 0 01-1.062 1.007H4.062A1.036 1.036 0 013 16.996a.97.97 0 01.3-.7l.128-.106a6.97 6.97 0 002.654-5.532V7.641a5.67 5.67 0 014.25-5.389 5.84 5.84 0 013.182-.042"/><path fill="currentColor" d="M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106c.184.18.298.425.298.697 0 .556-.476 1.007-1.062 1.007H4.062C3.476 18 3 17.55 3 16.993c0-.272.114-.517.298-.697l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253"/></g>'
53
+ body: '<path fill="currentColor" d="M13 26.161a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z"/><g fill="none" stroke-miterlimit="10"><path d="M18.018 3.277a7.48 7.48 0 015.876 7.128v3.959a9.1 9.1 0 003.538 7.261l.171.139a1.27 1.27 0 01.4.915 1.37 1.37 0 01-1.416 1.322H5.418a1.37 1.37 0 01-1.416-1.322 1.27 1.27 0 01.4-.915l.171-.139a9.1 9.1 0 003.538-7.261v-3.963a7.464 7.464 0 015.667-7.073 7.9 7.9 0 014.24-.051"/><path fill="currentColor" d="M16.123 5.001a6.8 6.8 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.2 11.2 0 017.096 22h17.808a11.2 11.2 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.069-.017-.067-.022A4.2 4.2 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915q.085-.068.17-.139c2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332"/></g>'
54
54
  },
55
55
  "bell-active": {
56
- body: '<g fill="currentColor"><path d="M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z"/><g stroke-miterlimit="10"><path d="M19.938 17H4.062a.1.1 0 01-.039-.007l.037-.03c1.976-1.626 3.02-3.806 3.02-6.305V7.64c0-1.008.34-1.965.984-2.769a4.97 4.97 0 012.534-1.656l.02-.005.019-.007A5.5 5.5 0 0112.092 3c.412 0 .786.054 1.11.16l.034.011.035.01c2.149.537 3.65 2.372 3.65 4.46v3.017c0 2.499 1.043 4.679 3.018 6.304l.038.031a.1.1 0 01-.039.007"/><path d="M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106a.97.97 0 01.298.696C21 17.55 20.524 18 19.938 18H4.062C3.476 18 3 17.55 3 16.992c0-.27.114-.516.298-.696l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253"/></g></g>'
56
+ body: '<g fill="currentColor"><path d="M13 26.16a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z"/><g stroke-miterlimit="10"><path d="M26.584 23H5.416C5.19 23 5 22.852 5 22.678c0-.073.034-.132.07-.173l.064-.052.062-.05c2.558-2.073 3.91-4.853 3.91-8.04v-3.959c0-1.392.478-2.714 1.381-3.824.886-1.088 2.147-1.9 3.55-2.284l.02-.005.018-.006A7.7 7.7 0 0116.123 4c.586 0 1.12.077 1.588.227l.034.011.034.009c3.012.742 5.115 3.274 5.115 6.157v3.96c0 3.186 1.352 5.966 3.909 8.037l.06.05.067.054c.036.041.07.1.07.173 0 .174-.19.322-.416.322"/><path d="M16.123 5a6.8 6.8 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.2 11.2 0 017.096 22h17.808a11.2 11.2 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.07-.018-.067-.022A4.2 4.2 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915q.085-.068.17-.139c2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332"/></g></g>'
57
57
  },
58
58
  bold: {
59
- 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"/>'
59
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 5h10a5.525 5.525 0 010 11H8Zm0 11h11.076a5.534 5.534 0 010 11H8Z"/>'
60
60
  },
61
61
  bookmark: {
62
- body: '<g fill="none" stroke-miterlimit="10"><path d="M7 4.526v16.24a.257.257 0 00.439.159l4.436-4.351a.18.18 0 01.249 0l4.437 4.351a.257.257 0 00.439-.159V4.526a1.6 1.6 0 00-1.664-1.527H8.664A1.6 1.6 0 007 4.526"/><path fill="currentColor" d="M9 4.999v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.593V5zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.526C7 3.683 7.745 3 8.664 3"/></g>'
62
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M10 5.206v23.461a.3.3 0 00.527.23l5.323-6.285a.19.19 0 01.3 0l5.324 6.285a.3.3 0 00.526-.23V5.206A2.11 2.11 0 0020 3h-8a2.11 2.11 0 00-2 2.206"/><path fill="currentColor" d="M12.058 5a.35.35 0 00-.058.206V24.06l2.32-2.74a2.192 2.192 0 013.355-.004L20 24.059V5.206A.35.35 0 0019.942 5zm-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.19.19 0 00-.299 0l-5.323 6.285c-.189.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3"/></g>'
63
63
  },
64
64
  "bookmark-active": {
65
- body: '<g fill="currentColor" stroke-miterlimit="10"><path d="m16 18.977-3.176-3.115a1.17 1.17 0 00-.824-.336c-.313 0-.606.12-.827.338L8 18.976V4.528c0-.285.304-.527.664-.527h6.672c.36 0 .664.242.664.527z"/><path d="M9 5.001v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.595V5.001zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.528c0-.843.745-1.527 1.664-1.527"/></g>'
65
+ body: '<g fill="currentColor" stroke-miterlimit="10"><path d="m21 26.787-4.088-4.826a1.193 1.193 0 00-1.827.002L11 26.787V5.207C11 4.54 11.447 4 11.997 4h8.006c.55 0 .997.541.997 1.206z"/><path d="M12.058 5a.35.35 0 00-.058.206V24.06l2.324-2.744a2.192 2.192 0 013.351 0L20 24.059V5.206A.35.35 0 0019.942 5zm-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.19.19 0 00-.299 0l-5.323 6.285c-.19.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3"/></g>'
66
66
  },
67
67
  building: {
68
- 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>'
68
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 29.001h24M18 4V3h-4v1"/><path stroke-linecap="round" d="M16 28.001v-3m-5-15h2m-2 4h2m-2 4h2m6-8h2m-2 4h2m-2 4h2"/><g transform="translate(6 4.001)"><rect width="20" height="26" rx="2" stroke="none"/><rect width="18" height="24" x="1" y="1" rx="1"/></g></g>'
69
69
  },
70
- "bulleted-list": {
71
- 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>'
70
+ "bullet-list": {
71
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M12 22h6m-6-6h15m-15-6h10"/><g transform="translate(4 8.334) translate(0 -.334)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g><g transform="translate(4 8.334) translate(0 5.666)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g><g transform="translate(4 8.334) translate(0 11.666)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g>'
72
72
  },
73
73
  calendar: {
74
- 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>'
74
+ body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 5)"><path stroke-linecap="round" stroke-miterlimit="10" d="M8-1v4m12-4v4M1 6h26M6 11h2m5 0h2m-9 7h2m5 0h2m5-7h2m-2 7h2"/><rect width="28" height="24" rx="3" stroke="none"/><rect width="26" height="22" x="1" y="1" rx="2"/></g>'
75
75
  },
76
76
  "camera-off": {
77
- body: '<path fill="currentColor" d="M3.293 19.278a1 1 0 00-.218.328 1 1 0 01.218-.328M20 8.228v9.721a.3.3 0 01-.052.051h-9.72l-2 2H20a2.087 2.087 0 002-2V8a1.96 1.96 0 00-.506-1.266ZM4 15.743V8.051A.3.3 0 014.052 8h2.776l2-2h4.566l.21.14 1.442-1.44L14 4H8L6 6H4a2.087 2.087 0 00-2 2v9.743Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M10.617 9.126a3.49 3.49 0 00-2.491 2.491m4.215 4.269a3.49 3.49 0 002.545-2.545"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20 20 4"/>'
77
+ body: '<path fill="currentColor" d="M27.198 27H9.243l2-2h15.955a.93.93 0 00.8-.752V10.504a.93.93 0 00-.8-.756h-.7l1.768-1.768a2.9 2.9 0 011.739 2.518v13.75A2.9 2.9 0 0127.198 27M2.311 25.445A2.54 2.54 0 012 24.252v-13.75a2.884 2.884 0 012.8-2.75h2.8L10.4 5h8.4l2.392 1.566-1.445 1.445-1.543-1.012H11.22l-2.8 2.752H4.806a.925.925 0 00-.8.75v13.258l-1.687 1.686Z"/><path fill="currentColor" d="M14.998 23.002a6 6 0 01-1.552-.2l1.8-1.8a4.01 4.01 0 003.738-3.74l1.809-1.809a6 6 0 01-5.8 7.557Zm-5.8-4.447a6 6 0 017.353-7.35l-1.8 1.8a4 4 0 00-3.744 3.744l-1.8 1.8Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
78
78
  },
79
79
  "camera-on": {
80
- body: '<g fill="none" stroke-miterlimit="10"><path d="M20 6h-3l-3-2H8L6 6H4a2.087 2.087 0 00-2 2v10a2.087 2.087 0 002 2h16a2.087 2.087 0 002-2V8a2.087 2.087 0 00-2-2"/><path fill="currentColor" d="m8.828 6-2 2H4.052A.2.2 0 004 8.051v9.898a.2.2 0 00.052.051h15.896a.2.2 0 00.052-.05v-9.9a.2.2 0 00-.052-.05h-3.554l-3-2zM8 4h6l3 2h3c1.034 0 1.998.947 2 2v10c-.002 1.05-.966 1.997-2 2H4c-1.034-.003-1.998-.95-2-2V8c.002-1.053.966-2 2-2h2z"/><g stroke="currentColor" stroke-width="2" transform="translate(7 8)"><circle cx="4.5" cy="4.5" r="4.5" stroke="none"/><circle cx="4.5" cy="4.5" r="3.5"/></g></g>'
80
+ body: '<rect fill="none"/><g fill="none" stroke-miterlimit="10"><path d="M27.2 7.75H23L18.8 5h-8.4L7.6 7.75H4.8A2.9 2.9 0 002 10.5v13.75A2.9 2.9 0 004.8 27h22.4a2.9 2.9 0 002.8-2.75V10.5a2.9 2.9 0 00-2.8-2.75"/><path fill="currentColor" d="m11.218 7-2.8 2.75H4.803c-.352 0-.802.423-.803.75v13.747c0 .33.451.753.8.753h22.397c.352 0 .803-.423.803-.75V10.503c0-.33-.45-.752-.8-.753h-4.796L18.204 7zM10.4 5h8.4L23 7.75h4.2c1.448.003 2.798 1.304 2.8 2.75v13.75c-.002 1.446-1.352 2.748-2.8 2.75H4.8c-1.448-.002-2.798-1.304-2.8-2.75V10.5c.002-1.446 1.352-2.747 2.8-2.75h2.8z"/><g stroke="currentColor" stroke-width="2" transform="translate(9 11)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g></g>'
81
81
  },
82
82
  catalog: {
83
- 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>'
83
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10"><path d="M8 2h16a1 1 0 011 1v26a1 1 0 01-1 1H8a3 3 0 01-3-3V5a3 3 0 013-3" stroke="none"/><path d="M8 3h16v26H8a2 2 0 01-2-2V5a2 2 0 012-2Z"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M10 13h10m-10 4h10m-10 4h5"/><path d="M6 8h18"/></g>'
84
84
  },
85
85
  certificate: {
86
- 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>'
86
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="22.926" d="M16.001 3.998a8 8 0 11-8 8 8 8 0 018-8Z"/><path stroke-miterlimit="22.926" d="M16 9.001a3 3 0 11-3 3 3 3 0 013-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 18-4 4h3v3h3v3l5-5 5 5v-3h3v-3h3l-4-4"/></g>'
87
87
  },
88
88
  chat: {
89
- 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"/>'
89
+ body: '<path fill="none" stroke="currentColor" stroke-width="2" d="M14.998 23.002h-3c-4.9 0-9-3.238-9-8 0-4.738 4.1-8 9-8h8c4.9 0 9 3.262 9 8 0 4.762-4.7 8-9 8l-1 4Z"/>'
90
90
  },
91
91
  check: {
92
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6.996 12 4 4 7-7"/>'
92
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 15.001 7 7 12-12"/>'
93
93
  },
94
94
  "check-badge": {
95
- body: '<path fill="currentColor" d="m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 12 2 2 4-4"/>'
95
+ body: '<path fill="currentColor" d="m16.873 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.44 1.44 0 011.37 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.327 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.44 1.44 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.34 1.34 0 00-1.746 0l-2.152 1.828a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.44 1.44 0 01-1.37-1.968l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.44 1.44 0 011.369-1.98l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.34 1.34 0 001.746-.001"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 16.999 3 3 7-7"/>'
96
96
  },
97
97
  "check-circle": {
98
- 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>'
98
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m12 16 3 3 6-6"/></g>'
99
99
  },
100
100
  checkbox: {
101
- 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>'
101
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><rect width="28" height="28" rx="3" stroke="none"/><rect width="26" height="26" x="1" y="1" rx="2"/></g>'
102
102
  },
103
103
  "chevron-down": {
104
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 10 6 6 6-6"/>'
104
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 11 10 10 10-10"/>'
105
105
  },
106
106
  "chevron-down-circle": {
107
- 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>'
107
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m11 14 5 5 5-5"/></g>'
108
108
  },
109
109
  "chevron-left": {
110
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 6-6 6 6 6"/>'
110
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 6 11 16l10 10"/>'
111
111
  },
112
112
  "chevron-left-circle": {
113
- 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>'
114
- },
115
- "chevron-right": {
116
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 18 6-6-6-6"/>'
113
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m18.001 11-5 5 5 5"/></g>'
117
114
  },
118
115
  "chevron-right-circle": {
119
- 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>'
116
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 26 10-10L12 6"/>'
120
117
  },
121
118
  "chevron-up": {
122
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 16-6-6-6 6"/>'
119
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 20 16 10 6 20"/>'
123
120
  },
124
121
  "chevron-up-circle": {
125
- 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>'
122
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m11.001 18 5-5 5 5"/></g>'
126
123
  },
127
124
  circle: {
128
- 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>'
125
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g>'
129
126
  },
130
127
  classroom: {
131
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3 10h18M3 21h18"/><path stroke="currentColor" stroke-width="2" d="M6 8.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 3.999a2 2 0 11.586 1.414A2 2 0 016 3.999"/><path fill="currentColor" d="M8 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 1.999"/></g><path stroke="currentColor" stroke-width="2" d="M10 19.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 14.999a2 2 0 11.586 1.414A2 2 0 0110 14.999"/><path fill="currentColor" d="M12 12.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 12.999"/></g><path stroke="currentColor" stroke-width="2" d="M14 8.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 3.999a2 2 0 11.586 1.414A2 2 0 0114 3.999"/><path fill="currentColor" d="M16 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 0116 1.999"/></g></g>'
128
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 14h24M4 28h24"/><path stroke="currentColor" stroke-width="2" d="M8 13a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M8 5.999a3 3 0 11.879 2.121A3 3 0 018 5.999"/><path fill="currentColor" d="M11 4.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293A.98.98 0 0012 5.999a.98.98 0 00-.291-.706A1 1 0 0011 4.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0111 8.999a3 3 0 01-2.121-.879A3 3 0 018 5.999c0-.83.336-1.578.879-2.122A3 3 0 0111 2.999"/></g><path stroke="currentColor" stroke-width="2" d="M13 27a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M13 19.999a3 3 0 11.879 2.121A3 3 0 0113 19.999"/><path fill="currentColor" d="M16 18.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293a.98.98 0 00.293-.707.98.98 0 00-.291-.706 1 1 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 0113 19.999c0-.83.336-1.578.879-2.122A3 3 0 0116 16.999"/></g><path stroke="currentColor" stroke-width="2" d="M18 13a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M18 5.999a3 3 0 11.879 2.121A3 3 0 0118 5.999"/><path fill="currentColor" d="M21 4.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293A.98.98 0 0022 5.999a.98.98 0 00-.291-.706A1 1 0 0021 4.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0121 8.999a3 3 0 01-2.121-.879A3 3 0 0118 5.999c0-.83.336-1.578.879-2.122A3 3 0 0121 2.999"/></g></g>'
132
129
  },
133
130
  "clear-field": {
134
- 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>'
131
+ body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 3)"><circle cx="13" cy="13" r="13" fill="currentColor" stroke="none"/><circle cx="13" cy="13" r="12" fill="none"/></g><path fill="none" stroke-linecap="round" d="m12 20 8-8m-8 0 8 8"/></g>'
135
132
  },
136
133
  "clear-style": {
137
- 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"/>'
134
+ body: '<path fill="currentColor" d="M18 28h-4a1 1 0 010-2h1v-4.76l2-2V26h1a1 1 0 110 2m-3-15.244V8H8v1a1 1 0 01-2 0V5a.99.99 0 011-1 1 1 0 011 1v1h13.75l-2 2H17v2.754l-2 2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 27 27 5"/>'
138
135
  },
139
136
  close: {
140
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M6 18 18 6M6 6l12 12"/>'
137
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 24 24 8M8 8l16 16"/>'
141
138
  },
142
139
  "close-circle": {
143
- 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>'
140
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" d="m11 21.001 10-10m-10 0 10 10"/></g>'
144
141
  },
145
142
  "close-loader": {
146
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m9 15 6-6M9 9l6 6"/>'
143
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m12 20 8-8m-8 0 8 8"/>'
147
144
  },
148
145
  coffee: {
149
- 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>',
150
- width: 25,
151
- height: 25
146
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-linejoin="round"><path d="M7 10.999h16a1 1 0 011 1v7a8 8 0 01-8 8h-2a8 8 0 01-8-8v-7a1 1 0 011-1" stroke="none"/><path d="M7 11.999h16v7a7 7 0 01-7 7h-2a7 7 0 01-7-7z"/></g><g stroke-linejoin="round"><path d="M22.001 18.999v-8h3a3 3 0 013 3v2a3 3 0 01-3 3z" stroke="none"/><path d="M23.001 17.999v-6h2a2 2 0 012 2v2a2 2 0 01-2 2z"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4 26.999h22"/><path stroke-linecap="round" d="M10 7.999v-2m5 2v-2m5 2v-2"/></g>'
152
147
  },
153
148
  color: {
154
- 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>'
149
+ body: '<defs><radialGradient id="svgID0" cx=".5" cy=".5" r=".5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="currentColor"/><stop offset=".148" stop-color="currentColor"/><stop offset=".32" stop-color="currentColor"/><stop offset=".493" stop-color="currentColor"/><stop offset=".66" stop-color="currentColor"/><stop offset=".833" stop-color="currentColor"/><stop offset="1" stop-color="currentColor"/></radialGradient></defs><g fill="url(#svgID0)" stroke="currentColor" transform="translate(4 4)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11.5" fill="none"/></g>'
155
150
  },
156
151
  "contact-us": {
157
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.999 11V8.461c0-2.623-2.635-5.461-6-5.461s-6 2.838-6 5.461v1.2"/><path d="M15.995 10.002v1.251a4.85 4.85 0 01-1.5 3.75M8.999 4.001c0 2.571 6 6 9 6m-7.5-3a5.97 5.97 0 00-2.5 4v1a4.76 4.76 0 002.5 4m2.499 4a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m0-.005h.469c2.493.013 4.522-2.587 4.531-5.8v-.2m.502-3.994H18v4h.5c.276 0 .5-.4.5-.889V10.89c0-.49-.224-.887-.5-.888m-13 0H6v4h-.5c-.276 0-.5-.4-.5-.887v-2.223c0-.491.223-.889.5-.89"/></g>'
152
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24 16.001v-3.808c0-3.934-3.513-8.192-8-8.192s-8 4.257-8 8.192v1.8"/><path d="M21 12.001v3.912a7.6 7.6 0 01-2 5.588m-9.001-14.5c0 2.143 7.7 5 11 5M13 10.5c-.862.606-1.949 3.279-2 4.889v1.222a6.65 6.65 0 002 4.889m5.999 5.501a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m.002-.003h.469c2.493.021 4.522-4.31 4.531-9.671v-.328"/><path d="M25 14h-1v4h1a.95.95 0 001-.889v-2.223A.95.95 0 0025 14m-18 .002h1v4H7a.95.95 0 01-1-.887v-2.223a.95.95 0 011-.89"/></g>'
158
153
  },
159
154
  copy: {
160
- 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>'
155
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(10.001 3)"><rect width="16" height="22" rx="2" stroke="none"/><rect width="14" height="20" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M19 28h-9a2.665 2.665 0 01-3-3V10"/></g>'
161
156
  },
162
157
  courses: {
163
- body: '<g fill="none" stroke-miterlimit="10"><path d="m20.695 9.514-8.427-4.452a.57.57 0 00-.535 0L3.306 9.514a.572.572 0 000 1.013L6 11.999v5a1.85 1.85 0 002 2h8a1.85 1.85 0 002-2v-5l2.695-1.472a.572.572 0 000-1.013"/><path fill="currentColor" d="m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772zm0-2.187q.14 0 .268.067l8.427 4.452a.572.572 0 010 1.013L18 11.999v5c0 1.24-.759 2-2 2H8c-1.24 0-2-.76-2-2v-5l-2.695-1.472a.572.572 0 010-1.013l8.427-4.452A.6.6 0 0112 4.995"/></g><g fill="none" stroke-miterlimit="10"><path d="m11.732 14.933-8.427-4.43a.568.568 0 010-1.008l8.427-4.43a.58.58 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.58.58 0 01-.535 0"/><path fill="currentColor" d="m12 12.81 5.355-2.815L12 7.18 6.645 9.996zm0 2.185a.6.6 0 01-.268-.067L3.305 10.5a.568.568 0 010-1.007l8.427-4.43a.58.58 0 01.536 0l8.427 4.43a.568.568 0 010 1.007l-8.427 4.43a.6.6 0 01-.268.067"/></g><path fill="currentColor" d="M19 10h2v5a1 1 0 01-1 1 1 1 0 01-1-1z"/>'
158
+ body: '<path fill="currentColor" d="M28 13h2v7a1 1 0 01-1 1 1 1 0 01-1-1z"/><g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M22 25.996H10a2.003 2.003 0 01-2.001-2v-8.344l-.524-.283-4.387-2.373L16 6.012l12.913 6.984-4.387 2.373-.524.283v8.344c0 1.103-.897 2-2 2"/><path fill="currentColor" d="M22 24.996c.552 0 1.001-.45 1.001-1v-8.94l1.049-.568 2.76-1.492-10.811-5.848-10.81 5.848 3.809 2.06v8.94c0 .55.449 1 1 1zm0 2H10a3 3 0 01-3.001-3v-7.748l-4.523-2.445a.92.92 0 010-1.612L15.584 5.1a.89.89 0 01.83 0l13.11 7.092a.92.92 0 010 1.612L25 16.248v7.748c0 1.656-1.344 3-3 3"/></g><g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M16 19.98 3.088 12.996l12.914-6.983 12.913 6.983z"/><path fill="currentColor" d="m16 18.842 10.812-5.845L16 7.15 5.19 12.997zm0 2.155a.9.9 0 01-.416-.106L2.476 13.803c-.634-.343-.634-1.27 0-1.613l13.108-7.088c.26-.14.573-.14.833 0l13.109 7.088c.633.343.633 1.27 0 1.613L16.417 20.89a.9.9 0 01-.416.106"/></g>'
164
159
  },
165
160
  dashboard: {
166
- 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>'
161
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(5 3)"><rect width="10" height="10" rx="2" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="1"/></g><g transform="translate(17 19)"><rect width="10" height="10" rx="2" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="1"/></g><g transform="translate(17 3)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="8" height="12" x="1" y="1" rx="1"/></g><g transform="translate(5 15)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="8" height="12" x="1" y="1" rx="1"/></g></g>'
167
162
  },
168
163
  download: {
169
- 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"/>'
164
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 15 4 4 4-4m-4 4V5m12 18.001v4H4v-4"/>'
170
165
  },
171
166
  drag: {
172
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 4v16M12 4v16M8 4v16"/>'
167
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M21 3.999v24m-5-24v24m-5-24v24"/>'
173
168
  },
174
- dulicate: {
175
- 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>'
169
+ duplicate: {
170
+ body: '<g stroke-miterlimit="10"><g fill="rgba(0,0,0,0)"><path d="M16.998 29H5a2 2 0 01-1.999-2V14.997c0-1.103.896-2 1.999-2h8.001V5.003a2 2 0 011.999-2h11.998c1.103 0 2 .896 2 2v11.998a2 2 0 01-2 1.998h-8v8.002a2 2 0 01-2 1.998"/><path fill="currentColor" d="M16.998 28a1 1 0 001-.999v-9.002h9a1 1 0 001-.998V5.003c0-.55-.448-1-1-1H15c-.55 0-.999.45-.999 1v8.994H5c-.55 0-.999.45-.999 1v12.004a1 1 0 00.999.998zm0 2H5a3 3 0 01-2.999-2.998V14.997c0-1.652 1.343-3 2.999-3h7.001V5.003c0-1.658 1.343-3 2.999-3h11.998a3 3 0 013 3v11.998a3 3 0 01-3 2.998h-7v7.002a3 3 0 01-3 2.998"/></g><g fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" transform="translate(12 2.001)"><rect width="18" height="18" rx="3" stroke="none"/><rect x="1" y="1" fill="none" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 11.001h6m-3-3v6"/></g>'
176
171
  },
177
172
  edit: {
178
- body: '<g fill="none" stroke-miterlimit="10"><path d="m18.318 3.465 2.2 2.194a1.64 1.64 0 01.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.868a.792.792 0 01-.938-.938l.9-4.233a1.64 1.64 0 01.454-.829L16.079 3.457a1.59 1.59 0 012.239.008"/><path fill="currentColor" d="M17.194 5.167 5.852 16.334l-.492 2.312 2.232-.466 11.26-11.358zM17.196 3c.407 0 .814.155 1.124.465l2.198 2.194c.64.64.643 1.675.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.867a.792.792 0 01-.938-.937l.9-4.233c.067-.315.226-.603.455-.829L16.079 3.457A1.6 1.6 0 0117.196 3"/><path stroke="currentColor" stroke-width="2" d="m14 6 4 4M7 13.998l3 3"/></g>'
173
+ body: '<g fill="none" stroke-miterlimit="10"><path d="m25.129 3.672 3.175 3.169a2.37 2.37 0 01.008 3.348l-16.735 16.88a2.37 2.37 0 01-1.2.654l-6 1.254a1.143 1.143 0 01-1.354-1.354l1.3-6.114a2.37 2.37 0 01.656-1.2L21.89 3.659a2.3 2.3 0 013.239.013"/><path fill="currentColor" d="M23.506 5a.3.3 0 00-.21.086L6.385 21.736a.37.37 0 00-.103.188l-1.027 4.825 4.712-.985a.37.37 0 00.19-.104L26.891 8.78a.37.37 0 000-.524l-3.176-3.169a.3.3 0 00-.21-.087m0-2a2.3 2.3 0 011.623.672l3.175 3.169a2.37 2.37 0 01.008 3.347l-16.734 16.88a2.37 2.37 0 01-1.202.654L4.38 28.976a1.143 1.143 0 01-1.355-1.356l1.3-6.113a2.37 2.37 0 01.656-1.198L21.892 3.66A2.3 2.3 0 0123.506 3"/><path stroke="currentColor" stroke-width="2" d="m20 8 4 4M8 19l5 5"/></g>'
179
174
  },
180
175
  elearning: {
181
- 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"/>'
176
+ body: '<g transform="translate(4.001 5.332)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-2 -3.332)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M-.001 20.668h24"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(3 17.668)"/><path fill="currentColor" d="M15.21 4.775a1 1 0 010 1.789l-4.764 2.381a1 1 0 01-1.447-.894V3.287a1 1 0 011.447-.894Z"/></g>'
182
177
  },
183
178
  email: {
184
- 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>'
179
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="rotate(90 12 18.001)"><rect width="20" height="28" rx="3" stroke="none"/><rect width="18" height="26" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4 8.001 12 9 12-9"/></g>'
185
180
  },
186
181
  error: {
187
- 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>'
182
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M16 9v7m0 5v2"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g></g>'
188
183
  },
189
184
  "error-2": {
190
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v9m0 5v2"/>'
185
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 5v13m0 6v3"/>'
191
186
  },
192
187
  exercise: {
193
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M7.659 20.725a.926.926 0 01-1.318 0C5.458 19.785 4 18.144 4 17.55v-13a1.637 1.637 0 011.715-1.545h2.569A1.637 1.637 0 0110 4.545v13c0 .599-1.458 2.24-2.341 3.18"/><path fill="currentColor" d="M7 18.476c.546-.626.856-1.042 1-1.268V5H6v12.208c.144.226.454.642 1 1.268M7 21a.9.9 0 01-.66-.275C5.458 19.785 4 18.145 4 17.55V4.545C4 3.69 4.768 3 5.715 3h2.569C9.232 3 10 3.691 10 4.545V17.55c0 .594-1.458 2.235-2.34 3.175A.9.9 0 017 21"/></g><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 8h4"/><path d="M12 3h8v18h-8Z"/><path fill="currentColor" d="M14 5v14h4V5zm-2-2h8v18h-8z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 8h2m-2 4h2m-2 4h2"/></g>'
188
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M9.879 29.572a1.115 1.115 0 01-1.758 0C6.944 28.11 5 25.558 5 24.633V4.404a2.347 2.347 0 012.287-2.4h3.425A2.347 2.347 0 0113 4.404v20.229c0 .925-1.944 3.477-3.121 4.939"/><path fill="currentColor" d="M9 27.457c1.308-1.694 1.86-2.645 2-2.993V4.404c0-.238-.152-.404-.288-.404H7.287c-.136.001-.287.166-.287.404v20.06c.14.348.692 1.3 2 2.993M9 30c-.325 0-.649-.142-.879-.428C6.944 28.11 5 25.558 5 24.632V4.405C5 3.076 6.024 2 7.287 2h3.425C11.976 2 13 3.075 13 4.403v20.229c0 .925-1.944 3.477-3.121 4.939a1.13 1.13 0 01-.88.428"/></g><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 9h6"/><path d="M17 2h10v28H17Z"/><path fill="currentColor" d="M19 4v24h6V4zm-2-2h10v28H17z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 9h3m-3 7h3m-3 7h3"/></g>'
194
189
  },
195
190
  "external-link": {
196
- 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"/>'
191
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24 19.433v5.71A3 3 0 0121.143 28H6.857A3 3 0 014 25.143V10.857A3 3 0 016.857 8h5.714M19 5h8v8m-13 5L26 6"/>'
197
192
  },
198
193
  extract: {
199
- 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)"/>'
194
+ body: '<g transform="translate(5.833 7.166)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.667 6.334h14m-14 6h8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.668 5.334v-7h-7m0 21.997h7v-7m-17-14.996h-7v7m-.001 8.003v7h7"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(18.667 17.334)"/></g>',
195
+ width: 33,
196
+ height: 33
200
197
  },
201
198
  "eye-off": {
202
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="10" d="M13.5 6.112a10 10 0 00-1.442-.111h-.011a9.1 9.1 0 00-3.87.8 8.2 8.2 0 00-3.25 2.727 7.3 7.3 0 00-.9 1.663.45.45 0 000 .282 7.6 7.6 0 001.543 2.528m4.929 3.888a10.4 10.4 0 001.47.111 9.25 9.25 0 003.919-.8 7.9 7.9 0 003.226-2.736 7 7 0 00.865-1.671.46.46 0 000-.283A8 8 0 0018.396 10"/><path stroke-linecap="round" d="M4 20 20 4"/></g>'
199
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="10" d="M19 8.168a17 17 0 00-2.277-.167h-.017a15.05 15.05 0 00-6.112 1.207 12.77 12.77 0 00-5.132 4.093 10.7 10.7 0 00-1.424 2.492.64.64 0 000 .423 11.3 11.3 0 002.441 3.785M13 23.833a17 17 0 002.32.167 15.3 15.3 0 006.188-1.207 12.34 12.34 0 005.093-4.1 10.2 10.2 0 001.366-2.511.65.65 0 000-.424A11.9 11.9 0 0025.473 12"/><path stroke-linecap="round" d="m5 26.999 22-22"/></g>'
203
200
  },
204
201
  "eye-on": {
205
- body: '<g fill="none" stroke-linejoin="round"><path d="M20.973 11.836A8.9 8.9 0 0019.096 8.9a9 9 0 00-2.764-2 10.15 10.15 0 00-4.336-.9 10.15 10.15 0 00-4.332.9A9.16 9.16 0 004.03 9.964a8 8 0 00-1.007 1.868.5.5 0 000 .317A8.5 8.5 0 004.847 15.1a8.8 8.8 0 002.76 2A10.4 10.4 0 0012 18a10.4 10.4 0 004.393-.9 8.9 8.9 0 003.615-3.07 7.8 7.8 0 00.969-1.874.5.5 0 00-.004-.32"/><path fill="currentColor" d="M11.994 8c-1.288 0-2.46.241-3.484.718a7.1 7.1 0 00-2.838 2.4c-.244.345-.421.66-.543.9a7.1 7.1 0 001.182 1.715 6.8 6.8 0 002.135 1.548C9.478 15.758 10.674 16 12 16s2.521-.242 3.554-.719a6.93 6.93 0 002.802-2.382c.232-.34.4-.646.514-.882a7.6 7.6 0 00-1.229-1.743 7 7 0 00-2.153-1.557C14.465 8.241 13.293 8 12.006 8zm0-2h.012c1.723 0 3.155.36 4.326.904a9 9 0 012.764 1.998c1.37 1.453 1.862 2.892 1.877 2.934a.5.5 0 01.003.317c-.01.033-.27.852-.969 1.874a8.9 8.9 0 01-3.614 3.07C15.213 17.642 13.76 18 12 18s-3.213-.358-4.393-.903a8.8 8.8 0 01-2.76-2.001c-1.354-1.457-1.809-2.9-1.823-2.943a.5.5 0 01.003-.317c.011-.032.292-.848 1.008-1.868a9.16 9.16 0 013.633-3.064C8.838 6.36 10.271 6 11.994 6"/><g stroke="currentColor" stroke-width="2" transform="translate(9 9)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g></g>'
202
+ body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(3 7.333)"><path d="M25.961 8.42a13.5 13.5 0 00-2.712-4.4 13.1 13.1 0 00-3.993-3 14.2 14.2 0 00-6.26-1.354 14.2 14.2 0 00-6.257 1.356 13.4 13.4 0 00-5.243 4.596 12.4 12.4 0 00-1.455 2.8.8.8 0 00-.006.475 12.9 12.9 0 002.634 4.415 12.8 12.8 0 003.987 3 14.5 14.5 0 006.34 1.358 14.5 14.5 0 006.345-1.355 13 13 0 005.221-4.6 12 12 0 001.4-2.812.8.8 0 00-.001-.479Z"/><circle cx="5" cy="5" r="5" transform="translate(8 3.667)"/></g>'
206
203
  },
207
204
  fail: {
208
- 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>'
205
+ body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(4 4)"><rect width="6" height="14" rx="2.005" transform="translate(18)"/><path stroke-linecap="round" d="M1.64 11.42h1.226l-.1.678h-1.13a1.677 1.677 0 000 3.354h2.715l3.951.083s-.855 6.084 2.775 8.125c2.33 1.177 2.764-1.065 2.764-1.065v-4.237l1.385-1.412s2.771-2.62 2.771-4.264V2.825a2.622 2.622 0 00-2.768-2.828H3.896a1.678 1.678 0 000 3.354h.111l-.1.679H2.769a1.677 1.677 0 000 3.353h.668l-.1.679h-1.7a1.677 1.677 0 000 3.354Z"/></g>'
209
206
  },
210
207
  "fast-back": {
211
- body: '<g fill="none"><path d="M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.87 1.87 0 00.961.275 2.165 2.165 0 002.039-2.277"/><path fill="currentColor" d="M11.937 16.96a.44.44 0 00.058-.237v-3.897l6.942 4.132a.45.45 0 00.056-.235V7.279a.45.45 0 00-.057-.236l-6.941 4.145V7.279a.44.44 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286zm.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275"/><path d="M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z"/><path fill="currentColor" d="M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.44.44 0 00.058-.237V7.28a.44.44 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002"/></g>'
208
+ body: '<g fill="none"><path d="M18.999 22.074V21.2l6 3.448a2.728 2.728 0 004-2.574V9.926a2.732 2.732 0 00-4-2.578l-6 3.452v-.873a2.731 2.731 0 00-4-2.578L4.436 13.425a3.03 3.03 0 000 5.152l10.563 6.071a2.57 2.57 0 001.28.352 2.825 2.825 0 002.72-2.926"/><path fill="currentColor" d="M16.279 23c.302 0 .72-.322.72-.926v-4.33l8.995 5.172a.56.56 0 00.283.083c.303 0 .722-.321.722-.925V9.926c0-.605-.421-.927-.725-.927a.56.56 0 00-.281.082l-8.994 5.176V9.926c0-.605-.42-.927-.724-.927a.56.56 0 00-.283.082l-10.56 6.074c-.403.234-.434.706-.434.845 0 .14.03.611.43.842l10.562 6.072q.15.087.289.086m0 2c-.427 0-.866-.111-1.284-.352L4.432 18.576c-1.912-1.105-1.912-4.047 0-5.152l10.563-6.076c1.813-1.04 4.004.369 4.004 2.578v.873l5.996-3.451C26.804 6.308 29 7.717 29 9.926v12.148c0 2.211-2.195 3.617-4.004 2.574L19 21.201v.873C19 23.775 17.703 25 16.28 25"/><path d="M14.435 13.425a3.027 3.027 0 000 5.149l10.564 6.076a2.729 2.729 0 004-2.575V9.925a2.729 2.729 0 00-4-2.575Z"/><path fill="currentColor" d="M14.999 16c0 .139.031.61.433.841l10.56 6.075a.53.53 0 00.573 0c.102-.058.434-.293.434-.841V9.925c0-.548-.332-.783-.434-.842a.53.53 0 00-.573 0l-10.56 6.076c-.402.23-.433.702-.433.841m-2 0c0-1.012.479-2.024 1.436-2.575l10.56-6.075c1.812-1.042 4.004.368 4.004 2.575v12.15c0 2.207-2.192 3.617-4.004 2.575l-10.56-6.075c-.957-.55-1.436-1.563-1.436-2.575"/></g>'
212
209
  },
213
210
  "fast-forward": {
214
- body: '<g fill="none"><path d="M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.87 1.87 0 01-.963.273A2.165 2.165 0 0110 16.719"/><path fill="currentColor" d="m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.43.43 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.312.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.87 1.87 0 01-.963.274"/></g><g fill="none"><path d="M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z"/><path fill="currentColor" d="M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.44.44 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002"/></g>'
211
+ body: '<g fill="none"><path d="M13 22.074v-.873l-6 3.447a2.728 2.728 0 01-4-2.574V9.926a2.732 2.732 0 014-2.578l6 3.451v-.873a2.731 2.731 0 014-2.578l10.563 6.076a3.03 3.03 0 010 5.152L17 24.648a2.57 2.57 0 01-1.284.352A2.825 2.825 0 0113 22.074"/><path fill="currentColor" d="M15.72 23a.56.56 0 00.287-.086l10.559-6.07c.403-.233.435-.706.435-.844 0-.14-.032-.612-.432-.842L16.01 9.082A.6.6 0 0015.723 9c-.303 0-.723.32-.723.925v4.332L6.007 9.082A.55.55 0 005.725 9c-.305 0-.726.32-.726.925v12.149c0 .361.144.584.264.709.133.136.3.217.457.217a.56.56 0 00.286-.086L15 17.744v4.33c0 .603.418.926.72.926m0 2C14.295 25 13 23.775 13 22.074V21.2l-5.997 3.447c-1.809 1.043-4.004-.363-4.004-2.574V9.925C3 7.716 5.193 6.31 7.003 7.347L13 10.798v-.873c0-2.21 2.191-3.615 4.003-2.578l10.563 6.076c1.913 1.106 1.913 4.047 0 5.153l-10.563 6.072c-.418.24-.856.352-1.284.352"/><path d="M17.564 13.426a3.027 3.027 0 010 5.149L7 24.651a2.729 2.729 0 01-4-2.575V9.926a2.729 2.729 0 014-2.575Z"/><path fill="currentColor" d="M17 16.001c0-.139-.031-.61-.433-.841L6.007 9.085a.53.53 0 00-.573 0c-.102.058-.434.293-.434.841v12.15c0 .548.332.783.434.842.285.165.502.04.573 0l10.56-6.076c.402-.23.433-.702.433-.841m2 0c0 1.012-.479 2.024-1.436 2.575L7.004 24.65C5.192 25.693 3 24.283 3 22.076V9.926c0-2.207 2.192-3.617 4.004-2.575l10.56 6.075c.957.55 1.436 1.563 1.436 2.575"/></g>'
215
212
  },
216
213
  file: {
217
- 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>'
214
+ body: '<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g>'
218
215
  },
219
216
  "file-add": {
220
- 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"/>'
217
+ body: '<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 17.999h6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M16 15v6"/>'
221
218
  },
222
219
  "file-duplicate": {
223
- body: '<g stroke-linejoin="round"><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M5.715 21C5.361 21 5 20.906 5 20.223V7.776c0-.686.361-.777.715-.777H9V3.778c0-.686.365-.777.715-.777h5.729l3.561 3.529v9.689c0 .689-.365.777-.715.777H15v3.227c0 .684-.359.777-.709.777Z"/><g fill="none"><path d="M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z"/><path fill="currentColor" d="M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M14.287 10.444h-2.571V7.778Z"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M18.286 6.444h-2.571V3.778Z"/></g>'
220
+ body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 28c-.489 0-1-.117-1-1V11c0-.885.506-1 1-1h7V5c0-.885.506-1 1-1h8.016l4.982 5v12c0 .881-.506 1-1 1h-7v5c0 .885-.507 1-1 1Z"/><g stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="rgba(0,0,0,0)" d="M18 28H6c-.495 0-1-.119-1-1V11c0-.881.505-1 1-1h8.013L19 15v12c0 .881-.505 1-1 1Z"/><path fill="currentColor" d="M18 14.999h-4v-4ZM25.999 9h-4V5Z"/></g>'
224
221
  },
225
222
  "file-remove": {
226
- 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"/>'
223
+ body: '<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 18h6"/>'
227
224
  },
228
225
  "file-required": {
229
- body: '<g stroke-linejoin="round"><g fill="none"><path d="M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z"/><path fill="currentColor" d="M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M14.287 10.444h-2.571V7.778Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" d="M18.5 3v6M21 4.5l-5 3m5 0-5-3"/>'
226
+ body: '<g stroke-linejoin="round"><g fill="none"><path d="M21 11.172v15.161A2.43 2.43 0 0118.429 29H5.572a2.43 2.43 0 01-2.571-2.667V7.667A2.43 2.43 0 015.572 5h9.2Z"/><path fill="currentColor" d="M5.572 7c-.25 0-.392.054-.441.105-.06.062-.13.246-.13.562v18.666c0 .316.07.5.13.562.05.05.191.105.44.105H18.43c.25 0 .392-.054.441-.105.06-.062.13-.246.13-.562V12.006L13.952 7zm0-2h9.203L21 11.172v15.161C21 27.99 20.003 29 18.43 29H5.572C3.998 29 3 27.99 3 26.333V7.667C3 6.01 3.998 5 5.572 5"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M19 11.002h-4v-4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M26 3v8m3-6-6 4m6 0-6-4"/>'
230
227
  },
231
228
  filter: {
232
- body: '<g fill="none" stroke-linejoin="round"><path d="M6.603 3.003h10.793a1.5 1.5 0 011.368 2.283l-3.586 5.955a1.14 1.14 0 00-.185.621v8.191a1.019 1.019 0 01-1.655.733l-3.627-2.49a1.85 1.85 0 01-.737-1.465v-4.8a1.8 1.8 0 00-.184-.795L5.232 5.287a1.5 1.5 0 011.371-2.284"/><path fill="currentColor" d="m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z"/></g>'
229
+ body: '<g fill="none" stroke-linejoin="round"><path d="M8.29 3.004h15.419a2.154 2.154 0 011.955 3.271l-5.4 8.737a1.64 1.64 0 00-.265.89V27.64a1.455 1.455 0 01-2.364 1.051l-4.583-3.81a2.66 2.66 0 01-1.052-2.1v-6.88a2.6 2.6 0 00-.262-1.139l-5.4-8.487A2.154 2.154 0 018.29 3.004"/><path fill="currentColor" d="m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.1.1 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.64 1.64 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267z"/></g>'
233
230
  },
234
231
  "filter-2": {
235
- 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>'
232
+ body: '<g stroke="currentColor"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 7.999h22m-22 8h22m-22 8h22"/><g transform="translate(6.667 5.333) translate(.333 -.334)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(6.667 5.333) translate(12.333 7.666)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(6.667 5.333) translate(7.333 15.666)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g></g>'
236
233
  },
237
234
  "filter-active": {
238
- body: '<g fill="currentColor" stroke-linejoin="round"><path d="M13.976 20a.04.04 0 01-.026-.01l-.023-.017-.023-.016-3.6-2.471a.85.85 0 01-.329-.66v-4.8c0-.295-.07-.9-.332-1.318L6.091 4.769l-.008-.014-.009-.014a.41.41 0 01-.019-.44.6.6 0 01.548-.298L17.397 4a.6.6 0 01.548.299.41.41 0 01-.02.44l-.009.013-.008.015-3.579 5.942c-.22.346-.336.743-.336 1.149v8.14z"/><path d="m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z"/></g>'
235
+ body: '<g fill="currentColor" stroke-linejoin="round"><path d="M18.547 28a.48.48 0 01-.289-.096l-4.566-3.796-.014-.011-.013-.01a1.66 1.66 0 01-.665-1.31v-6.88c0-.354-.088-1.16-.42-1.677L7.177 5.734a1.02 1.02 0 01-.044-1.08c.222-.407.655-.65 1.157-.65L23.71 4c.503 0 .936.243 1.158.651a1.02 1.02 0 01-.044 1.078l-.005.008-.006.009-5.394 8.729c-.274.428-.419.92-.419 1.423v11.739c0 .247-.27.363-.453.363"/><path d="m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.1.1 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.64 1.64 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267z"/></g>'
239
236
  },
240
237
  flag: {
241
- 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>'
238
+ body: '<g transform="translate(6.667 5.333)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.158 13.666c3.925.769 6.176 2.506 6.176 4.769 0 2.933-5.271 5.231-12 5.231s-12-2.3-12-5.231c0-2.263 2.252-4 6.176-4.769"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.333 13.666v-16h10l-4 4 4 4h-10"/><ellipse cx="3" cy="1.5" fill="currentColor" rx="3" ry="1.5" transform="translate(6.333 16.666)"/></g>'
242
239
  },
243
240
  folder: {
244
- body: '<g fill="none"><path d="M4 19a2 2 0 01-2-2V6a2.02 2.02 0 011.711-2h6.834l1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z"/><path fill="currentColor" d="m20 17 .002-8.998Q19.999 8.001 20 8h-9.123l-1.38-2.004L4.01 6l-.008.02V17zm0 2H4.002c-1.11 0-2-.896-2-2V6c0-1 .853-1.994 1.71-2l6.005-.004.834.004 1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4 18 3-7h13"/>'
241
+ body: '<g fill="none"><path d="M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24V10H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24zm0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3.999 23.999 5-9h20"/></g>'
245
242
  },
246
243
  "full-width": {
247
- 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>'
244
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20 8v16"/><path d="M2 6h28v20H2z" stroke="none"/><path d="M3 7h26v18H3z"/></g>'
248
245
  },
249
246
  "go-to-back": {
250
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 6.001H5a1.88 1.88 0 00-1.5.5 1.88 1.88 0 00-.5 1.5v8a1.89 1.89 0 00.5 1.5 1.88 1.88 0 001.5.5h14a1.88 1.88 0 001.5-.5 1.88 1.88 0 00.5-1.5v-8a1.88 1.88 0 00-.5-1.5 1.88 1.88 0 00-1.5-.5h-3"/><g stroke-miterlimit="10"><path d="M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z"/><path fill="currentColor" d="M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 11.001 3 3 3-3m-3 2v-7"/></g>'
247
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 7H6a3 3 0 00-2.278.709A2.64 2.64 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3 3 0 006 24h20a3 3 0 002.278-.707A2.63 2.63 0 0029 21.168V9.834a2.63 2.63 0 00-.722-2.125A3 3 0 0026 7h-4"/><g stroke-miterlimit="10"><path d="M11.794 24.999h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.4Z"/><path fill="currentColor" d="M11.794 24.999H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.573c-.85 0-1.436-.726-1.134-1.404z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 14.667 4 4 4-4m-4 2.331v-9"/></g>'
251
248
  },
252
249
  grid: {
253
- 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>'
250
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 2.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(3 16.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(17 2.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(17 16.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g></g>'
254
251
  },
255
252
  group: {
256
- 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>'
253
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(3 7.001)"><rect width="12" height="12" rx="6" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="5"/></g><path stroke-linejoin="round" d="M3.001 25.999a6 6 0 016-6 6 6 0 016 6M19 25.998a5 5 0 015-5 5 5 0 015 5"/><g transform="translate(19 10.001)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g></g>'
257
254
  },
258
255
  "group-add": {
259
- 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"/>'
256
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(3 14)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g><path stroke-linejoin="round" d="M3 30a5 5 0 015-5 5 5 0 015 5"/><g transform="translate(14 17)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g><path stroke-linejoin="round" d="M14 30a4 4 0 014-4 4 4 0 014 4"/></g>'
260
257
  },
261
258
  heart: {
262
- body: '<g fill="none" stroke-miterlimit="10"><path d="M15.976 5a5.1 5.1 0 00-3.553 1.406l-.423.4-.423-.4A5.1 5.1 0 008.024 5a5.1 5.1 0 00-3.553 1.406A4.66 4.66 0 003 9.799a4.66 4.66 0 001.471 3.394l6.843 6.536a1 1 0 00.686.272 1 1 0 00.686-.272l6.842-6.536A4.66 4.66 0 0021 9.799a4.66 4.66 0 00-1.471-3.394A5.1 5.1 0 0015.976 5"/><path fill="currentColor" d="M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5"/></g>'
259
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M22.184 4a7.84 7.84 0 00-5.527 2.249l-.658.646-.658-.646A7.84 7.84 0 009.815 4a7.84 7.84 0 00-5.527 2.249A7.56 7.56 0 002 11.679a7.56 7.56 0 002.289 5.43l10.645 10.46a1.52 1.52 0 001.066.434 1.52 1.52 0 001.068-.434l10.644-10.457A7.56 7.56 0 0030 11.679a7.56 7.56 0 00-2.289-5.43A7.84 7.84 0 0022.184 4"/><path fill="currentColor" d="M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.58 5.58 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.58 5.58 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.85 5.85 0 0022.183 6c-1.56 0-3.025.595-4.124 1.675L16 9.7l-2.06-2.023A5.85 5.85 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.84 7.84 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.56 7.56 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.52 1.52 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.56 7.56 0 012 11.678c0-2.05.813-3.98 2.289-5.43A7.84 7.84 0 019.816 4"/></g>'
263
260
  },
264
261
  "heart-active": {
265
- body: '<g fill="currentColor" stroke-miterlimit="10"><path d="m12 19-6.838-6.53A3.67 3.67 0 014 9.8c0-1.007.413-1.955 1.162-2.671A4.12 4.12 0 018.024 6c1.084 0 2.1.4 2.862 1.129l.423.404.691.66.69-.66.424-.404A4.12 4.12 0 0115.976 6c1.083 0 2.1.4 2.862 1.129A3.67 3.67 0 0120 9.799a3.67 3.67 0 01-1.162 2.67z"/><path d="M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5"/></g>'
262
+ body: '<g fill="currentColor" stroke-miterlimit="10"><path d="M16 27a.52.52 0 01-.364-.146L4.99 16.395A6.57 6.57 0 013 11.68c0-1.781.707-3.456 1.99-4.717A6.84 6.84 0 019.816 5a6.84 6.84 0 014.825 1.962l.658.647.701.688.7-.688.659-.647A6.84 6.84 0 0122.184 5c1.824 0 3.538.697 4.826 1.962A6.57 6.57 0 0129 11.68a6.57 6.57 0 01-1.99 4.716L16.367 26.852A.53.53 0 0116 27"/><path d="M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.58 5.58 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.58 5.58 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.85 5.85 0 0022.183 6c-1.56 0-3.025.595-4.124 1.676L16 9.699l-2.06-2.023A5.85 5.85 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.84 7.84 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.56 7.56 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.52 1.52 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.56 7.56 0 012 11.678c0-2.05.813-3.98 2.289-5.429A7.84 7.84 0 019.816 4"/></g>'
266
263
  },
267
264
  highlighter: {
268
- 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>'
265
+ body: '<g stroke="currentColor" stroke-linejoin="round"><path fill="none" stroke-width="2" d="m8 16.624 7.368 7.377L28 11.337l-7.368-7.336Zm.8 2.378 4.2 4.2-2.8 2.8H7.4l-1.4-1.4v-2.8Z"/><path fill="currentColor" d="m6 25.002-2 2 2 1 2-2Z"/></g>'
269
266
  },
270
267
  home: {
271
- body: '<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M10 20.001H7.62a1.634 1.634 0 01-1.627-1.63v-7.459H3.168l.023-.02 8.034-6.634C11.427 4.093 11.703 4 12 4s.574.093.78.261l8.031 6.632.022.019h-2.826v7.46A1.634 1.634 0 0116.38 20H14v-5h-3l-1-.001V20"/><path fill="currentColor" d="M9 19v-5.002l6 .003v5h1.377a.63.63 0 00.63-.629v-8.46h1.046l-5.908-4.878A.27.27 0 0012 5a.27.27 0 00-.144.034L5.948 9.912h1.045v8.458c0 .347.283.63.627.63zm2 2.001H7.62a2.636 2.636 0 01-2.627-2.629v-6.46H3.196a1.8 1.8 0 01-.576-.08.92.92 0 01-.488-.345.76.76 0 01-.132-.429.97.97 0 01.175-.533c.093-.138.213-.266.378-.403l8.036-6.636A2.23 2.23 0 0111.999 3c.528 0 1.03.173 1.414.487l8.035 6.635c.162.134.282.262.376.403a.97.97 0 01.176.533.76.76 0 01-.133.429.85.85 0 01-.312.271c-.207.106-.431.152-.751.154h-1.797v6.46A2.636 2.636 0 0116.381 21H13v-5h-2z"/></g>'
268
+ body: '<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M14 28h-4c-.715-.002-1.467-.344-2.062-.939S7 25.714 7 25v-9.872H3.693a1.5 1.5 0 01-.486-.063c-.13-.045-.16-.089-.174-.11a.14.14 0 01-.015-.05V14.9c0-.027 0-.099.087-.234.076-.117.183-.233.336-.363l.005-.005.005-.004 11.225-9.831A2.05 2.05 0 0116.002 4c.5 0 .971.166 1.327.465l11.237 9.705.002.002.003.002q.22.188.337.365c.075.119.085.188.086.235a.1.1 0 01-.015.053.2.2 0 01-.079.067c-.102.054-.244.103-.585.106l-2.32-.003-1.003-.001.001 1.002L25 25c0 .714-.342 1.466-.937 2.061-.596.595-1.348.937-2.065.938h-3.997V21h-1l-2-.001h-1v7"/><path fill="currentColor" d="M13 27v-7.002l6.001.003v6.998h2.996c.954-.001 2.002-1.048 2.003-1.998l-.008-11.006 2.845.003-10.156-8.772A1.07 1.07 0 0016 5c-.263 0-.502.08-.677.223L5.16 14.127H8v10.87c0 .954 1.048 2 2 2.002zm2 2h-5c-2.055-.003-3.999-1.946-4-4v-8.872H3.693a2.5 2.5 0 01-.807-.116 1.3 1.3 0 01-.683-.5 1.1 1.1 0 01-.185-.618c.002-.262.082-.513.246-.769.13-.202.298-.388.528-.583l11.232-9.838A3.06 3.06 0 0116 3a3.06 3.06 0 011.978.704l11.242 9.709c.223.19.396.381.528.583.163.255.243.506.246.769a1.1 1.1 0 01-.186.62 1.2 1.2 0 01-.437.391c-.29.154-.605.22-1.052.224l-2.326-.003L26 25c-.001 2.053-1.946 3.996-4 4h-5v-7l-2-.001z"/></g>'
272
269
  },
273
270
  hourglass: {
274
- body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M14 12c0-.4 1.311-1.236 2-2a7.58 7.58 0 002-5V3H6v2a7.57 7.57 0 002 5c.689.765 2 1.6 2 2s-1.311 1.235-2 2a7.57 7.57 0 00-2 5v2h12v-2a7.58 7.58 0 00-2-5c-.689-.765-2-1.603-2-2Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M18 7H6"/><ellipse cx="3" cy="2" fill="currentColor" rx="3" ry="2" transform="translate(9 18)"/>'
271
+ body: '<g stroke="currentColor" stroke-width="2"><path fill="none" stroke-linejoin="round" stroke-miterlimit="10" d="M18.999 15.999c0-.572 1.967-1.785 3-2.889a10.73 10.73 0 003-7.222V2.999h-18v2.889a10.72 10.72 0 003 7.222c1.033 1.1 3 2.317 3 2.889s-1.967 1.785-3 2.889a10.72 10.72 0 00-3 7.222v2.889h18V26.11a10.73 10.73 0 00-3-7.222c-1.033-1.105-3-2.315-3-2.889Z"/><path fill="none" stroke-miterlimit="10" d="M24 9.999H8"/><path fill="currentColor" d="M9.999 27.999c0-1.657 2.686-3 6-3s6 1.343 6 3"/></g>'
275
272
  },
276
273
  image: {
277
- 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>'
274
+ body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2.667 5.333)"><g stroke-miterlimit="10" transform="rotate(90 13.333 14)"><rect width="20" height="28" rx="2" stroke="none"/><rect width="18" height="26" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4.333 19.667 13-13 9 9"/><circle cx="2" cy="2" r="2" stroke-linecap="round" stroke-linejoin="round" transform="translate(4.333 5.666)"/><path stroke-linecap="round" stroke-linejoin="round" d="m12.334 11.666 4 4 5-5"/></g>'
278
275
  },
279
276
  "info-badge": {
280
- 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>'
277
+ body: '<g transform="translate(3.2 3.2)"><circle cx="14" cy="14" r="14" fill="currentColor" transform="translate(-1.2 -1.199)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.8 21.801v-10m0-6v-2"/></g>'
281
278
  },
282
279
  information: {
283
- 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>'
280
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M16 9v2m0 5v7"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g></g>'
284
281
  },
285
282
  italic: {
286
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 5h-8m4 14H6m8-14-4 14"/>'
283
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 5.001H12m8 22H6M20 5l-8 22"/>'
287
284
  },
288
285
  key: {
289
- 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>'
286
+ body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 29v-5l10.419-10.424a8 8 0 115.026 5.01l-1.218 1.242-.228.174h-2v2h-2l-1 1v2h-2v2l-2 2Z"/><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(20 7)"/>'
290
287
  },
291
288
  language: {
292
- 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>'
289
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-miterlimit="10" d="M4 11h24M4 21h24"/><path d="M15 29s-5-6.5-5-13 5-13 5-13m2 26s5-6.5 5-13-5-13-5-13"/></g>'
293
290
  },
294
291
  "learning-path": {
295
- body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3.995 17.84 1.151-4.282a.184.184 0 01.331-.053 2.041 2.041 0 10.8-2.961.183.183 0 01-.259-.211L7.169 6.05l4.3 1.148a.183.183 0 00.212-.26 2.02 2.02 0 01-.141-1.428 2.045 2.045 0 113.113 2.221.183.183 0 00.053.33l4.289 1.149L15.831 21Z"/>'
292
+ body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4 24.167 1.765-6.548a.282.282 0 01.507-.081 3.125 3.125 0 101.223-4.53.28.28 0 01-.4-.322l1.765-6.55 6.59 1.756a.281.281 0 00.324-.4 3.08 3.08 0 01-.216-2.184 3.135 3.135 0 016.084 1.51 3.1 3.1 0 01-1.311 1.888.279.279 0 00.082.5l6.588 1.756L22.14 29Z"/>'
296
293
  },
297
294
  "light-off": {
298
- body: '<path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16 4.227A6.5 6.5 0 0012.176 3 6.44 6.44 0 007.82 4.656 5.46 5.46 0 006 8.691a9 9 0 00.906 3.9c.066.139.144.272.215.408M9 18.829a2.97 2.97 0 00.884 1.3 3.87 3.87 0 004.889 0 2.86 2.86 0 001.05-2.181v-2.089a15.2 15.2 0 002.237-3.33A9.9 9.9 0 0019 9.002"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20 20 4"/>'
295
+ body: '<path fill="currentColor" d="M16 29a4.97 4.97 0 01-3.277-1.2 4 4 0 01-1.406-2.875l2-2v1.863a2 2 0 00.728 1.5 3.084 3.084 0 003.92 0 2.03 2.03 0 00.723-1.5v-3.605l.465-.559a19 19 0 002.718-4.15 12.2 12.2 0 00.97-3.072l2.158-2.158v.245a13.8 13.8 0 01-1.314 5.826 21 21 0 01-3 4.6v2.883a4.02 4.02 0 01-1.409 3.01A4.97 4.97 0 0116 29M9.052 18.7a16 16 0 01-.732-1.4 13.8 13.8 0 01-1.319-5.816 8.2 8.2 0 012.653-6.02 9.4 9.4 0 0112.664-.029l-1.416 1.416a7.4 7.4 0 00-9.882.074 6.22 6.22 0 00-2.019 4.559 11.6 11.6 0 001.136 4.977q.183.395.386.77l-1.469 1.467Z"/><path fill="currentColor" d="M20 23h-6.756l2-2H20z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
299
296
  },
300
297
  "light-on": {
301
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M19 8.53a6.3 6.3 0 00-2.063-4.63A7.24 7.24 0 0012 2a7.24 7.24 0 00-4.937 1.9A6.3 6.3 0 005 8.53a10.4 10.4 0 001.027 4.475 16.3 16.3 0 002.328 3.526v2.234a3.06 3.06 0 001.095 2.313A3.88 3.88 0 0012 22a3.88 3.88 0 002.55-.923 3.06 3.06 0 001.095-2.313v-2.217a16.2 16.2 0 002.334-3.535A10.5 10.5 0 0019 8.53"/><path fill="currentColor" d="M12 4c-1.357 0-2.627.485-3.577 1.367C7.505 6.217 6.999 7.34 7 8.531c0 1.234.274 2.42.838 3.624.463.987 1.134 1.998 2.05 3.09l.468.557v2.964c0 .392.252.668.405.801.322.28.762.433 1.239.433s.917-.154 1.242-.436c.15-.13.403-.406.402-.8v-2.947l.47-.558c.917-1.09 1.589-2.102 2.052-3.093.562-1.204.835-2.393.834-3.637 0-1.189-.505-2.311-1.424-3.163C14.627 4.486 13.357 4 12 4m0-2c1.92 0 3.668.723 4.937 1.9C18.206 5.076 19 6.717 19 8.53c0 1.633-.388 3.123-1.022 4.482-.598 1.281-1.417 2.445-2.334 3.535v2.217c.001.916-.43 1.74-1.094 2.313-.664.577-1.566.923-2.55.923s-1.886-.346-2.55-.923c-.664-.574-1.095-1.397-1.094-2.313V16.53c-.914-1.088-1.73-2.25-2.329-3.526C5.39 11.645 5 10.157 5 8.53c0-1.813.795-3.454 2.063-4.63C8.332 2.723 10.08 2 12 2"/></g><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M9 16h6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 10-2 3m-2-2.997 2 3v3"/></g>'
298
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M25 11.489a8.23 8.23 0 00-2.653-6.018A9.26 9.26 0 0016 3.001a9.26 9.26 0 00-6.347 2.47A8.23 8.23 0 007 11.489a13.7 13.7 0 001.321 5.817 21.3 21.3 0 002.994 4.584v2.9a4 4 0 001.407 3.007A4.96 4.96 0 0016 29.001a4.96 4.96 0 003.278-1.2 4 4 0 001.407-3.007v-2.882a21 21 0 003-4.6A13.75 13.75 0 0025 11.489"/><path fill="currentColor" d="M16 5.001c-1.885 0-3.653.685-4.98 1.93C9.717 8.151 9 9.771 9 11.491c0 1.697.37 3.324 1.135 4.974.618 1.332 1.507 2.689 2.718 4.148l.461.556v3.628c0 .753.453 1.262.727 1.502.516.453 1.212.702 1.959.702s1.443-.25 1.962-.705c.27-.237.724-.746.724-1.501v-3.606l.462-.556c1.214-1.458 2.104-2.817 2.722-4.154.761-1.65 1.131-3.281 1.13-4.99 0-1.718-.717-3.337-2.021-4.56C19.653 5.686 17.885 5.001 16 5.001m0-2c2.47 0 4.716.94 6.347 2.47 1.632 1.528 2.654 3.663 2.653 6.018.001 2.125-.498 4.061-1.314 5.828-.77 1.665-1.821 3.179-3 4.595v2.883c0 1.19-.554 2.26-1.408 3.007-.854.75-2.012 1.199-3.278 1.199s-2.424-.45-3.278-1.2c-.854-.745-1.409-1.816-1.408-3.006v-2.904c-1.174-1.416-2.224-2.926-2.993-4.584-.82-1.767-1.322-3.701-1.321-5.818-.001-2.355 1.022-4.49 2.653-6.018 1.631-1.53 3.878-2.47 6.347-2.47"/></g><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M12 22.001h8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 13.001-3 4m-3-3.997 3 4v4"/></g>'
302
299
  },
303
300
  link: {
304
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 13.14a4.584 4.584 0 006.446.936 5 5 0 00.5-.434l2.762-2.783a4.66 4.66 0 00-.113-6.557 4.58 4.58 0 00-6.4 0l-1.583 1.586"/><path d="M14 10.86a4.584 4.584 0 00-6.446-.936 5 5 0 00-.5.434l-2.762 2.783a4.66 4.66 0 00.113 6.557 4.58 4.58 0 006.4 0l1.575-1.585"/></g>'
301
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13 17.521a6.344 6.344 0 008.79 1.248 6 6 0 00.68-.579l3.767-3.71a6.115 6.115 0 00-.154-8.743 6.35 6.35 0 00-8.725 0l-2.16 2.114"/><path d="M19 14.479a6.344 6.344 0 00-8.79-1.248 6 6 0 00-.68.579l-3.767 3.71a6.115 6.115 0 00.155 8.743 6.35 6.35 0 008.725 0l2.148-2.114"/></g>'
305
302
  },
306
303
  lock: {
307
- 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>'
304
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M16 18.999v4"/><g stroke-miterlimit="10" transform="translate(4 11.999)"><rect width="24" height="18" rx="3" stroke="none"/><rect width="22" height="16" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M11.005 11.999V8.535a4.785 4.785 0 015-4.536h0a4.784 4.784 0 015 4.536v3.464"/></g>'
308
305
  },
309
306
  login: {
310
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h4a2.41 2.41 0 012 2v14a2.41 2.41 0 01-2 2h-4m-5-4 5-5-5-5m4 5H3"/>'
307
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20 4h5.333A3.21 3.21 0 0128 6.667v18.666A3.21 3.21 0 0125.333 28H20"/><path d="m16 21.999 6-6-6-6M20 16H4"/></g>'
311
308
  },
312
309
  logout: {
313
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3H5a2.41 2.41 0 00-2 2v14a2.41 2.41 0 002 2h4m7-4 5-5-5-5m4 5H9"/>'
310
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H6.667A3.21 3.21 0 004 6.667v18.666A3.21 3.21 0 006.667 28H12m10-6.001 6-6-6-6M26 16H10"/>'
314
311
  },
315
- maximize: {
316
- 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"/>'
312
+ maximaze: {
313
+ body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><g transform="translate(2 6)"><rect width="28" height="20" rx="2" stroke="none"/><rect width="26" height="18" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M7 17v4h4m14-6v-4h-4"/></g>'
317
314
  },
318
315
  menu: {
319
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 16h11M5 12h8M5 8h14"/>'
316
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 20h18M5 16h14M5 12h22"/>'
320
317
  },
321
318
  merge: {
322
- 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>'
319
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><g stroke-miterlimit="10" transform="translate(5.333 5.334) translate(-.333 15.666)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(5.333 5.334) translate(13.666 15.666)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linejoin="round" d="m20 8.334-4-4-4 4M16 6v11"/><path stroke-miterlimit="10" d="m11 22.001 5-5 5 5"/></g>'
323
320
  },
324
321
  minimize: {
325
- 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"/>'
322
+ body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><g transform="translate(3 17.001)"><rect width="11" height="9" rx="1" stroke="none"/><path d="M1 1h9v7H1z"/></g><path stroke-linecap="round" d="M28 10.999v-4h-6m0 18.002h6v-4m-18-14H4v4"/></g>'
326
323
  },
327
324
  "mixed-class": {
328
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2"/><path stroke="currentColor" stroke-width="2" d="M10 21a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 16a2 2 0 11.586 1.414A2 2 0 0110 16"/><path fill="currentColor" d="M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14"/></g><path stroke="currentColor" stroke-width="2" d="M14 13a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 8a2 2 0 11.586 1.414A2 2 0 0114 8"/><path fill="currentColor" d="M16 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 10a2 2 0 01-1.414-.586A1.996 1.996 0 0116 6"/></g><path stroke="currentColor" stroke-width="2" d="M6 13a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 8a2 2 0 11.586 1.414A2 2 0 016 8"/><path fill="currentColor" d="M8 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 10a2 2 0 01-1.414-.586A1.996 1.996 0 018 6"/></g></g>'
325
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3"/><path fill="none" stroke="currentColor" stroke-width="2" d="M13 30a3 3 0 013-3 3 3 0 013 3"/><g fill="currentColor" stroke-miterlimit="10"><path d="M16 24.999a2 2 0 01-1.415-.587A2 2 0 0114 22.999c0-.534.209-1.037.587-1.416A2 2 0 0116 20.999a2 2 0 011.415.586c.377.377.585.88.585 1.414s-.208 1.036-.586 1.414a2 2 0 01-1.414.586"/><path d="M16 21.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0016 24c.341 0 .574-.16.707-.293A.98.98 0 0017 23a.98.98 0 00-.291-.706A1 1 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0116 26a3 3 0 01-2.121-.879A3 3 0 0113 22.999c0-.83.336-1.578.879-2.122A3 3 0 0116 19.999"/></g><g fill="none"><path stroke="currentColor" stroke-width="2" d="M8 17a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M8 9.999a3 3 0 11.879 2.121A3 3 0 018 9.999"/><path fill="currentColor" d="M11 8.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0011 11c.341 0 .574-.16.707-.293A.98.98 0 0012 9.999a.98.98 0 00-.291-.706A1 1 0 0011 8.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 018 9.999c0-.83.336-1.578.879-2.122A3 3 0 0111 6.999"/></g></g><g fill="none"><path stroke="currentColor" stroke-width="2" d="M18 17a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M18 9.999a3 3 0 11.879 2.121A3 3 0 0118 9.999"/><path fill="currentColor" d="M21 8.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0021 11c.341 0 .574-.16.707-.293A.98.98 0 0022 9.999a.98.98 0 00-.291-.706A1 1 0 0021 8.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 0118 9.999c0-.83.336-1.578.879-2.122A3 3 0 0121 6.999"/></g></g>'
329
326
  },
330
327
  "more-horizontal": {
331
- 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>'
328
+ body: '<g fill="currentColor" transform="rotate(90 8.9 22.767)"><circle cx="3" cy="3" r="3" transform="translate(-.867 3.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.867 12.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.867 21.667)"/></g>'
332
329
  },
333
330
  "more-vertical": {
334
- 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>'
331
+ body: '<g fill="currentColor" transform="translate(13.333 5.333)"><circle cx="3" cy="3" r="3" transform="translate(-.333 -1.334)"/><circle cx="3" cy="3" r="3" transform="translate(-.333 7.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.333 16.666)"/></g>'
335
332
  },
336
333
  news: {
337
- 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>'
334
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path d="m9 12-5 .055V25c0 1.879.845 3 2.5 3S9 26.879 9 25V6h19v19a2.94 2.94 0 01-3 3H7"/><path stroke-linecap="round" d="M14 22h5m-5-10h9m-9 5h9"/></g>'
338
335
  },
339
336
  "no-prerequisites": {
340
- body: '<g transform="translate(4.883 7)"><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1.998)"/><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 8)"/><path fill="currentColor" d="M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z"/></g>'
337
+ body: '<g transform="translate(8.883 9)"><rect width="10" height="5.002" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1)"/><rect width="10" height="5" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 10)"/><path fill="currentColor" d="M-3.765 3.728h1.258V-.285l-1.376.353v-1.365l2.887-.7v5.728H.118v1.272h-3.882Zm-.102 10.798a1.875 1.875 0 011.144-1.939l1.211-.639a.68.68 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.157-.455.522v.747h-1.235v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.86 1.86 0 01-1.142 1.916l-1.206.641a.63.63 0 00-.372.639v.224H.121v1.3h-3.984Z"/></g>'
341
338
  },
342
339
  notes: {
343
- 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>'
340
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9h16M8 15h9"/><g transform="translate(2 2)"><rect width="28" height="28" rx="2" stroke="none"/><rect width="26" height="26" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4 29c4.543 0 6.857-7 6.857-7L28 28.9z"/></g>'
344
341
  },
345
342
  "number-code": {
346
- body: '<defs><path id="svgID0" d="M13.014 9v5m2-3.75-4 2.5m4 0-4-2.5"/></defs><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(7 6)"><rect width="10" height="8" rx="3" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M10.005 6V4.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V6"/></g><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(-7.014 7)"/><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(-1.014 7)"/><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(4.986 7)"/>'
343
+ body: '<defs><path id="svgID0" d="M2 0v5m2-3.75-4 2.5m4 0-4-2.5"/></defs><g fill="none" stroke="currentColor"><g stroke-width="2"><g stroke-miterlimit="10" transform="translate(8 9)"><rect width="16" height="11" rx="3" stroke="none"/><rect width="14" height="9" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M12.005 9V6.835c0-1.565 1.791-2.835 4-2.835h0c2.209 0 4 1.269 4 2.835V9"/></g><use href="#svgID0" stroke-linecap="round" transform="translate(6 23)"/><use href="#svgID0" stroke-linecap="round" transform="translate(14 23)"/><use href="#svgID0" stroke-linecap="round" transform="translate(22 23)"/></g>'
347
344
  },
348
345
  "numbered-list": {
349
- body: '<rect fill="none"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M7.999 16.998h5m-5-4.999h12M7.999 7h8"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M4.044 7.455h.472v-1.72L4 5.886v-.585l1.083-.3v2.455H5.5v.545H4.044Zm-.04 4.914a.82.82 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458v-.287c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.82.82 0 01-.428.821l-.452.275a.28.28 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 4.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276q0 .21.169.21h.245q.168 0 .17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337q.159.001.157-.214v-.236q-.002-.216-.165-.215h-.206q-.162 0-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z"/>'
346
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 22h6m-6-5.999h15M12 10h10"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M6.059 11.275h.629V8.981l-.688.2V8.4L7.443 8v3.273H8V12H6.059Zm-.054 5.884a1.1 1.1 0 01.572-1.108l.606-.365c.134-.085.181-.187.181-.411v-.21c0-.205-.073-.3-.226-.3h-.293c-.154 0-.227.089-.227.3v.427h-.62v-.383c0-.744.313-1.107.879-1.107h.227c.569 0 .878.367.878 1.094v.211a1.09 1.09 0 01-.571 1.095l-.6.366a.37.37 0 00-.186.365v.128h1.38v.741h-2ZM8 22.793v.12c0 .727-.3 1.089-.865 1.089h-.269c-.566 0-.866-.361-.866-1.074v-.323h.608v.364q0 .28.225.28h.326c.148 0 .227-.1.227-.293v-.343c0-.189-.066-.287-.211-.287h-.484v-.692h.449c.143 0 .209-.093.209-.286v-.314c0-.194-.075-.287-.22-.287h-.275q-.216 0-.217.274v.335h-.611v-.287c0-.711.3-1.07.864-1.07h.21c.564 0 .863.359.863 1.089v.1c0 .418-.157.707-.459.786.331.062.496.385.496.819Z"/>'
350
347
  },
351
348
  "on-site": {
352
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 12 2-2h3l3-3"/><path stroke="currentColor" stroke-width="2" d="M10 21.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 16a2 2 0 11.586 1.414A2 2 0 0110 16"/><path fill="currentColor" d="M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14"/></g></g>'
349
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 16 4-4h6l4-4"/><path fill="none" stroke="currentColor" stroke-width="2" d="M13 30a3 3 0 013-3 3 3 0 013 3"/><g fill="currentColor" stroke-miterlimit="10"><path d="M16 24.999a2 2 0 01-1.415-.587A2 2 0 0114 22.999c0-.534.209-1.037.587-1.416A2 2 0 0116 20.999a2 2 0 011.415.586c.377.377.585.88.585 1.414s-.208 1.036-.586 1.414a2 2 0 01-1.414.586"/><path d="M16 21.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0016 24c.341 0 .574-.16.707-.293A.98.98 0 0017 23a.98.98 0 00-.291-.706A1 1 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0116 26a3 3 0 01-2.121-.879A3 3 0 0113 22.999c0-.83.336-1.578.879-2.122A3 3 0 0116 19.999"/></g>'
353
350
  },
354
351
  "order-down": {
355
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 6h14M5 10h10M5 14h7m-7 4h3"/>'
352
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 7h22M5 13h16M5 19h10M5 25h4"/>'
356
353
  },
357
354
  "order-up": {
358
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 18h14M5 14h10M5 10h7M5 6h3"/>'
355
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 25h22M5 19h16M5 13h10M5 7h4"/>'
359
356
  },
360
357
  paste: {
361
- 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>'
358
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(10.001 3)"><rect width="16" height="22" rx="2" stroke="none"/><rect width="14" height="20" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M19 28h-9a2.665 2.665 0 01-3-3V10"/><path stroke-linecap="round" d="M15 10h6m-6 5h6"/></g>'
362
359
  },
363
360
  pausa: {
364
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 5v14m6-14v14"/>'
361
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 6v20m8-20v20"/>'
365
362
  },
366
363
  pdf: {
367
- 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>'
364
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M29 10H16m13 6H16m13 7H3"/><path stroke-linejoin="round" d="M3 9h8v8H3z"/></g>'
368
365
  },
369
366
  phone: {
370
- 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>'
367
+ body: '<g transform="translate(8.666 2.667)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-1.665 -.666)"><rect width="18" height="28" rx="2.999" stroke="none"/><rect width="16" height="26" x="1" y="1" rx="1.999"/></g><circle cx="2" cy="2" r="2" fill="currentColor" transform="translate(5.334 19.334)"/><rect width="6" height="3" fill="currentColor" rx="1" transform="translate(4.334 .334)"/></g>'
371
368
  },
372
369
  pin: {
373
- body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(9 6)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><g fill="none"><path d="M12 2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7"/><path fill="currentColor" d="M12 4C9.243 4 7 6.243 7 9c0 2.03 1.073 4.642 3.102 7.553a34 34 0 001.899 2.465 34 34 0 001.86-2.412C15.916 13.674 17 11.044 17 9c0-2.757-2.243-5-5-5m0-2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7"/></g>'
370
+ body: '<g fill="none"><g stroke="currentColor" stroke-width="2" transform="translate(12 7.999)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path d="M16 2.001a9.9 9.9 0 0110 9.8c0 8.412-10 18.2-10 18.2s-10-9.793-10-18.2a9.9 9.9 0 0110-9.8"/><path fill="currentColor" d="M16 4.001c-4.411 0-8 3.5-8 7.8 0 3.005 1.587 6.822 4.59 11.038A49 49 0 0016 27.086a49 49 0 003.373-4.193C22.4 18.657 24 14.82 24 11.8 24 7.5 20.411 4 16 4m0-2c5.523 0 10 4.388 10 9.8C26 20.212 16 30 16 30S6 20.207 6 11.8C6 6.388 10.477 2 16 2"/></g>'
374
371
  },
375
372
  "pin-map": {
376
- body: '<g fill="currentColor"><path d="M12.002 20.535a35 35 0 01-2.68-3.357C6.576 13.264 6 10.57 6 9a6.01 6.01 0 016.002-6.002c3.309 0 6 2.693 6 6.002 0 1.57-.576 4.264-3.318 8.18a36 36 0 01-2.682 3.355m0-15.535c-2.205 0-4 1.795-4 4s1.795 4 4 4A4.004 4.004 0 0016 9c0-2.205-1.793-4-3.998-4"/><path d="M12.002 19.016a34 34 0 001.861-2.409c2.024-2.89 3.139-5.591 3.139-7.607a5.006 5.006 0 00-5-5.002A5.01 5.01 0 007 9c0 2.016 1.115 4.715 3.14 7.604a34 34 0 001.862 2.412m0-15.016A5.004 5.004 0 0117 9c0 2.758-2.242 5-4.998 5-2.758 0-5-2.242-5-5s2.242-5 5-5m0 18v-.002a35 35 0 01-3.5-4.248C6.904 15.473 5 12.105 5 9a7.01 7.01 0 017.002-7.002c3.86 0 7 3.14 7 7.002 0 3.102-1.902 6.473-3.5 8.754a35.5 35.5 0 01-3.5 4.244zm0-16c-1.654 0-3 1.346-3 3s1.346 3 3 3A3 3 0 0015 9c0-1.654-1.344-3-2.998-3"/></g>'
373
+ body: '<g fill="currentColor"><path d="M16 28.56a51 51 0 01-4.186-5.088c-1.413-1.977-2.536-3.89-3.338-5.688-.979-2.193-1.475-4.206-1.475-5.982 0-4.852 4.037-8.8 8.999-8.8 4.961 0 8.998 3.948 8.998 8.8 0 1.777-.496 3.79-1.475 5.984-.803 1.798-1.925 3.711-3.338 5.688A51 51 0 0116 28.56M16 7a5.006 5.006 0 00-4.999 5c0 2.758 2.243 5 5 5 2.756 0 5-2.242 5-5 0-2.756-2.244-5-5-5"/><path d="M16 27.08a50 50 0 003.372-4.188c1.373-1.922 2.463-3.777 3.237-5.513.922-2.065 1.389-3.941 1.389-5.577 0-4.3-3.588-7.8-7.998-7.8s-8 3.5-8 7.8c0 1.635.468 3.51 1.39 5.575.774 1.736 1.864 3.591 3.238 5.514A50 50 0 0016 27.08M16 6c3.309 0 6 2.691 6 6 0 3.308-2.691 6-6 6a6.007 6.007 0 01-5.999-6c0-3.309 2.692-6 6-6M16 30c-.026-.026-2.547-2.514-5-5.947-1.451-2.03-2.607-4.003-3.437-5.861-1.037-2.323-1.562-4.473-1.562-6.39 0-5.403 4.485-9.8 9.999-9.8 5.513 0 9.998 4.397 9.998 9.8 0 1.919-.526 4.07-1.562 6.392-.83 1.858-1.986 3.83-3.437 5.861-2.451 3.43-4.973 5.92-4.998 5.944zm0-22c-2.205 0-3.999 1.795-3.999 4s1.794 4 4 4 4-1.794 4-4-1.795-4-4-4"/></g>'
377
374
  },
378
375
  pizza: {
379
- body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.01 3 5.989 18-17.966-6S1.74 3 15.01 3"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.677 14.791a9.7 9.7 0 01.016-2.2 9.6 9.6 0 01.981-1.986 9.8 9.8 0 011.018-1.97 10.4 10.4 0 011.785-1.384 10.3 10.3 0 011.809-1.356 11 11 0 012.239-.506 10.6 10.6 0 012.247-.47"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M6 14.996c.3-1.14 2.338-1.365 3.387-1a2.77 2.77 0 011.613 3m8-1.072c-.661.308-1.484-.321-1.839-1.4s-.106-2.21.555-2.518"/><path fill="currentColor" d="M12.835 8.259a1.885 1.885 0 00-2.578 2.58.63.63 0 00.465.3.64.64 0 00.539-.184l.144-.123.811 1.164 1.78-1.78-1.166-.83.123-.127a.65.65 0 00.184-.54.63.63 0 00-.3-.464Z"/>'
376
+ body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.349 3 29 29 3.05 20.333S1.182 3 20.349 3"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.093 21a15 15 0 01.023-3.338 14.8 14.8 0 011.449-3.019 15 15 0 011.5-2.994 15.5 15.5 0 012.637-2.1 15.2 15.2 0 012.671-2.061 15.7 15.7 0 013.306-.77A15.2 15.2 0 0121 6"/><path fill="currentColor" d="M18.546 10.324a2.356 2.356 0 00-3.223 3.225.78.78 0 00.581.38.8.8 0 00.674-.23l.18-.154L17.772 15l2.225-2.229-1.455-1.041.154-.158a.8.8 0 00.23-.675.78.78 0 00-.38-.58Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M9.335 22.135s-.3-4.227 4.7-2.865S16.856 25 16.856 25m10.154-2.117s-1.859 2.126-3.428-.727a2.637 2.637 0 011.455-3.947"/>'
380
377
  },
381
378
  play: {
382
- 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>'
379
+ body: '<g fill="none"><path d="M26.753 14.241a2 2 0 010 3.517L8.953 27.4A2 2 0 016 25.642V6.358A2 2 0 018.953 4.6Z"/><path fill="currentColor" d="M25.8 16 8 6.358v19.284zm2 0c0 .69-.348 1.38-1.047 1.759L8.953 27.4C7.62 28.123 6 27.158 6 25.642V6.358c0-1.516 1.62-2.48 2.953-1.759l17.8 9.642A1.98 1.98 0 0127.801 16"/></g>'
383
380
  },
384
381
  "plug-in": {
385
- 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>'
382
+ body: '<g fill="none"><path d="M4 26.002a2 2 0 01-2-2v-12a2 2 0 012-2h1v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24.002v-12h-3v-4h-5v4h-8v-4H7v4H4.003v12zm0 2H4.003a2 2 0 01-2-2v-12a2 2 0 012-2H5v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2"/></g>'
386
383
  },
387
384
  pointer: {
388
- 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>'
385
+ body: '<g stroke="currentColor"><g fill="none" stroke-width="2" transform="translate(4 3.999)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11"/></g><g transform="translate(12 11.999)"><circle cx="4" cy="4" r="4" fill="currentColor" stroke="none"/><circle cx="4" cy="4" r="3.5" fill="none"/></g></g>'
389
386
  },
390
387
  printer: {
391
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M19.553 8H4.5A1.524 1.524 0 003 9.5v7A1.5 1.5 0 004.5 18H6v1.5A1.527 1.527 0 007.5 21h9a1.525 1.525 0 001.5-1.5V18h1.5a1.526 1.526 0 001.5-1.5V9.489A1.47 1.47 0 0019.553 8"/><path fill="currentColor" d="M5 9.999v6h3v3h8v-3h3V10zm-.5-2h15.053c.799 0 1.447.667 1.447 1.49v7.005c0 .823-.701 1.504-1.5 1.504H18v1.5c0 .818-.7 1.5-1.495 1.5H7.497c-.794 0-1.497-.682-1.497-1.5v-1.5H4.5a1.5 1.5 0 01-1.5-1.5v-7c0-.822.701-1.5 1.5-1.5"/></g><g stroke-miterlimit="10"><path d="M6 13.999h12v5.716a1.333 1.333 0 01-1.375 1.287h-9.25A1.333 1.333 0 016 19.715Z"/><path fill="currentColor" d="M8 15.999v3h8v-3zm-2-2h12v5.713c0 .71-.615 1.287-1.375 1.287h-9.25c-.76 0-1.375-.576-1.375-1.287z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M14 12h2"/><g stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M16.001 5.998h-2v-2Z"/><path stroke-miterlimit="10" d="M8 9V5.195A1.2 1.2 0 019.21 4h4.912L16 5.813V9"/></g></g>'
388
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M28 8.999H4a1.836 1.836 0 00-2 2v11a1.812 1.812 0 002 2h3v3a1.843 1.843 0 002 2h14a1.843 1.843 0 002-2v-3h3a1.836 1.836 0 002-2v-11a1.836 1.836 0 00-2-2"/><path fill="currentColor" d="M4 11v11h5v5h14v-5h5V11zm0-2h24c1.243 0 2 .734 2 2v11c0 1.265-.757 2-2 2h-3v3c0 1.257-.764 2-2 2H9c-1.236 0-2-.743-2-2v-3H4c-1.299-.004-2-.735-2-2V11c0-1.266.757-2 2-2"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M21 15h3"/><g stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M21.001 5.998h-2v-2Z"/><path stroke-miterlimit="10" d="M11 10V6a1.8 1.8 0 012-2h6l2 2v4"/></g><g stroke-miterlimit="10"><path d="M7 20h18v7a2.3 2.3 0 01-2.25 2H9.25A2.3 2.3 0 017 27Z"/><path fill="currentColor" d="M9 22v4.852c.067.07.186.143.25.148h13.497a.54.54 0 00.253-.15V22zm-2-2h18v7c0 .997-1.125 2-2.25 2H9.25C8.125 29 7 28.003 7 27z"/></g></g>'
392
389
  },
393
390
  profile: {
394
- body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M12 14a4.96 4.96 0 01-4-2 3 3 0 003-3 3 3 0 00-3-3 4.96 4.96 0 014-2 4.96 4.96 0 014 2 3.006 3.006 0 00-3 3 3 3 0 003 3 4.96 4.96 0 01-4 2Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 22a6 6 0 016-6 6 6 0 016 6"/><g fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" transform="translate(4 5)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3" fill="none"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(12 5)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g>'
391
+ body: '<g stroke="currentColor" stroke-width="2" transform="translate(8 5.334)"><path fill="rgba(0,0,0,0)" d="M2.2 10.588a4 4 0 010-7.84 7.005 7.005 0 0111.6 0 4 4 0 010 7.84 7 7 0 01-11.6 0Z"/><path fill="none" stroke-linejoin="round" d="M-1 24.666a9 9 0 019-9 9 9 0 019 9"/><rect width="8" height="8" fill="none" rx="4" transform="translate(-1 2.666)"/><rect width="8" height="8" fill="none" rx="4" transform="translate(9 2.666)"/></g>'
395
392
  },
396
393
  "profile-add": {
397
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.001 6h6m-3-3v6"/><g fill="rgba(0,0,0,0)"><path d="M8 16a4 4 0 01-3.333-1.788l-.166-.25-.277-.117a2 2 0 01-1.222-1.844c0-.807.48-1.53 1.222-1.844l.278-.117.166-.25A4 4 0 018.001 8c1.344 0 2.59.67 3.335 1.79l.167.25.277.118A2 2 0 0113 12c0 .806-.48 1.53-1.222 1.843l-.276.117-.167.25A4 4 0 018 16"/><path fill="currentColor" d="M8 15a3 3 0 002.503-1.342l.333-.5.554-.235a1 1 0 000-1.844l-.554-.235-.333-.5a3 3 0 00-5.002-.001l-.333.501-.555.234a1 1 0 00-.61.923 1 1 0 00.61.923l.554.234.333.5A3 3 0 008 15.001m0 2a5 5 0 01-4.165-2.235 3 3 0 01.001-5.53A5 5 0 018 7c1.74 0 3.272.889 4.168 2.237a3 3 0 010 5.529A5 5 0 018 17"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.001 22a4 4 0 018 0"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 9)"><rect width="6" height="6.001" rx="3" stroke="none"/><rect width="4" height="4.001" x="1" y="1" rx="2"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8.001 9)"><rect width="6" height="6.001" rx="3" stroke="none"/><rect width="4" height="4.001" x="1" y="1" rx="2"/></g>'
394
+ body: '<g stroke="currentColor" stroke-width="2"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(4 5.332)"><path fill="rgba(0,0,0,0)" d="M1.624 11.334a3 3 0 010-5.328 6 6 0 0110.761 0 3 3 0 010 5.328 6 6 0 01-10.752 0Z"/><path fill="none" stroke-linejoin="round" d="M-1 24.666a8 8 0 018-8 8 8 0 018 8"/><rect width="6" height="6" fill="rgba(0,0,0,0)" rx="3" transform="translate(0 5.668)"/><rect width="6" height="6" fill="rgba(0,0,0,0)" rx="3" transform="translate(8 5.668)"/></g></g>'
398
395
  },
399
396
  "push-pin-off": {
400
- body: '<defs><clipPath id="svgID0"><path fill="none" stroke="#000" d="M0 0h17.997v17.996H0z"/></clipPath></defs><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g clip-path="url(#svgID0)" transform="translate(3 3)"><path d="M8.955 4.786 7.143 2.975A.82.82 0 016.9 2.4V1.395a.4.4 0 00-.681-.279L1.114 6.224a.4.4 0 00.279.68H2.4a.8.8 0 01.574.239l1.812 1.812m2.463 6.021a7.6 7.6 0 001.111 1.731.82.82 0 001.16.092l.047-.043 7.191-7.191a.824.824 0 000-1.164l-.045-.041a7.6 7.6 0 00-1.732-1.111"/></g><path stroke-linecap="round" d="m17 17 3 3M4 20 20 4"/></g>'
397
+ body: '<path fill="currentColor" d="M15.982 29.004a2.22 2.22 0 01-1.7-.791 11.5 11.5 0 01-2.264-3.984l1.664-1.664c.011.074.021.146.036.23a9 9 0 002.095 4.131.22.22 0 00.173.076.24.24 0 00.165-.066l10.788-10.789a.22.22 0 00.066-.172.23.23 0 00-.08-.164 8.9 8.9 0 00-4.362-2.127l1.665-1.664a11.6 11.6 0 013.984 2.26 2.23 2.23 0 01.138 3.283L17.566 28.352a2.24 2.24 0 01-1.584.652m-5.938-11.289L6.255 13.93a.22.22 0 00-.155-.066l-1.509-.008a1.6 1.6 0 01-1.123-2.725l7.655-7.66a1.6 1.6 0 012.729 1.123l.009 1.508a.22.22 0 00.066.16l3.786 3.785-1.414 1.414-3.787-3.783a2.24 2.24 0 01-.652-1.566v-.541l-6.292 6.293h.545a2.22 2.22 0 011.563.652l3.788 3.787-1.414 1.412Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m23 23 5 5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
401
398
  },
402
399
  "push-pin-on": {
403
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M19.711 11.362c-2.283-1.92-4.212-1.7-5.044-1.466a.82.82 0 01-.806-.206l-3.715-3.714a.82.82 0 01-.24-.574V4.396a.4.4 0 00-.681-.279L4.117 9.225a.4.4 0 00.279.68h1.006a.82.82 0 01.574.239l3.715 3.715a.82.82 0 01.206.806c-.235.832-.454 2.762 1.466 5.044a.823.823 0 001.207.049l7.191-7.191a.823.823 0 00-.05-1.205Z"/><path stroke-linecap="round" d="m17 17 3 3"/></g>'
400
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M27.567 15.045c-3.424-2.88-6.319-2.55-7.566-2.2a1.23 1.23 0 01-1.209-.309l-5.573-5.571a1.22 1.22 0 01-.359-.86l-.007-1.509a.6.6 0 00-1.02-.418l-7.657 7.656a.6.6 0 00.418 1.02l1.509.007a1.22 1.22 0 01.86.359l5.572 5.572a1.23 1.23 0 01.309 1.209c-.352 1.248-.682 4.142 2.2 7.566a1.235 1.235 0 001.811.074l10.786-10.785a1.235 1.235 0 00-.074-1.811Z"/><path stroke-linecap="round" d="m23 23 5 5"/></g>'
404
401
  },
405
402
  qrcode: {
406
- 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>'
403
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(2 20.999)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(21 2.001)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M3 16h12v3m1-15.999v7m13 4v8m-13.999 4.333V29h5v-8M20 16h5v3m1 10h3v-3"/></g>'
407
404
  },
408
405
  "question-badge": {
409
- 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>'
406
+ body: '<g transform="translate(2.667 2.667)"><circle cx="14" cy="14" r="14" fill="currentColor" transform="translate(-.667 -.666)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.333 7.531a5.2 5.2 0 016.557-2.916 4.5 4.5 0 013.442 4.859c0 3.236-5 4.859-5 4.859"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M13.333 22.334v-2"/></g>'
410
407
  },
411
408
  radio: {
412
- 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>'
409
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g>'
413
410
  },
414
411
  redo: {
415
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M17.999 8H9.036A5.01 5.01 0 004 12.986v.027A5.01 5.01 0 009.036 18h3.981"/><path stroke-linejoin="round" d="m17 5 3 3-3 3"/></g>'
412
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M26 12H11c-4.37 0-7 2.68-7 5.984V18c0 3.305 2.629 6 7 6h5.1"/><path stroke-linejoin="round" d="m21.999 6 6 6-6 6"/></g>'
416
413
  },
417
414
  relations: {
418
- 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>'
415
+ body: '<g fill="none"><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(4.267 7.534)"><path d="m2.733 3.467 3 3"/><circle cx="2" cy="2" r="2" transform="translate(-1.267 -.533)"/></g><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(14.934 5.334)"><path d="M1.066 2.666v4"/><circle cx="2" cy="2" r="2" transform="translate(-.934 -1.334)"/></g><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(21.4 6.534)"><path d="m3.6 4.467-3 3"/><circle cx="2" cy="2" r="2" transform="translate(3.6 .467)"/></g><path stroke="currentColor" stroke-width="2" d="M12 29a4 4 0 014-4 4 4 0 014 4"/><g stroke-miterlimit="10"><path d="M12 19.999a4 4 0 111.172 2.828A4 4 0 0112 19.999"/><path fill="currentColor" d="M16 17.999a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414A2 2 0 0016 18m0-2c1.106 0 2.102.446 2.828 1.17A3.98 3.98 0 0120 19.999a3.98 3.98 0 01-1.172 2.828A4 4 0 0116 23.999a4 4 0 01-2.828-1.172A4 4 0 0112 19.999c0-1.106.448-2.104 1.172-2.83A4 4 0 0116 15.999"/></g></g>'
419
416
  },
420
417
  reload: {
421
- body: '<g fill="none" stroke="currentColor"><path d="M17 16.754A6.87 6.87 0 0111.92 19 6.96 6.96 0 015 12m2-5.18A7.25 7.25 0 0111.826 5 7.09 7.09 0 0119 12"/><path d="m7 13-2-2-2 2m14-2 2 2 2-2"/></g>'
418
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M23 22.791A9.7 9.7 0 0115.804 26a9.9 9.9 0 01-9.8-10M9 8.6A10.23 10.23 0 0115.837 6 10.083 10.083 0 0126 16"/><path stroke-linejoin="round" d="m9 17-3-3-3 3m20-1.999 3 3 3-3"/></g>'
422
419
  },
423
420
  remove: {
424
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 12h16"/>'
421
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 16h24"/>'
425
422
  },
426
423
  "remove-circle": {
427
- 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>'
424
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" d="M11 16.001h10"/></g>'
428
425
  },
429
426
  reorder: {
430
- 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>'
427
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M4 18h24M4 14h24"/><path stroke-linejoin="round" d="m20 8-4-4-4 4m0 16 4 4 4-4"/></g>'
431
428
  },
432
429
  repeat: {
433
- 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>'
430
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m22.999 4.999 4 4-4 4M9 27l-4-4 4-4"/><path d="M5 14.999v-3a3.177 3.177 0 013.331-3H25m2 8v3a3.177 3.177 0 01-3.331 3H7"/></g>'
434
431
  },
435
432
  repository: {
436
- body: '<g fill="none"><path d="M4 21.002a2 2 0 01-2-2V6.27c0-1.133.859-2.26 1.717-2.264l6-.006.834.006L11.93 6.27H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z"/><path fill="currentColor" d="m20 19.002.002-10.73L20 8.27h-9.195l-.586-.96L9.422 6l-5.346.006a.6.6 0 00-.078.264L3.996 19q.003.001.002.002zm0 2H3.998c-1.103 0-2-.896-2-2V6.27c0-1.133.86-2.26 1.717-2.264l6-.006.834.006 1.379 2.264H20a2 2 0 012 2v10.732a2 2 0 01-2 2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17 14-2-2-2 2m2-1v4"/></g>'
433
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m24 16.001-3-3-3 3m2.999-1v6"/><path d="M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24V10H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24zm0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2"/></g>'
437
434
  },
438
435
  "request-form": {
439
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(3.5 3.5)"><path d="M12.5 9.632a4.16 4.16 0 01-2.866 2.866m0-8A4.17 4.17 0 0112.5 7.366m-8 0a4.17 4.17 0 012.866-2.867m0 8a4.16 4.16 0 01-2.868-2.866m11.001.87c-.518 3.465-2.1 4.465-5 5m0-14a5.77 5.77 0 015 5m-14 0a5.78 5.78 0 015-5m0 14a5.63 5.63 0 01-5-5"/><rect width="4" height="5" rx="1.333" transform="translate(6.5 12.5)"/><rect width="5" height="4" rx="1.333" transform="translate(12.5 6.5)"/><rect width="5" height="4" rx="1.333" transform="translate(-.5 6.5)"/><rect width="4" height="5" rx="1.333" transform="translate(6.5 -.5)"/></g>'
436
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(4 4)"><path d="M18 14.001a5.46 5.46 0 01-4 4m0-12a5.46 5.46 0 014 4m-12 0a5.46 5.46 0 014-4m0 12a5.45 5.45 0 01-4-4m16.994 1.142c-.814 5.444-3.307 7.016-7.856 7.856m0-22c4.456.92 7.018 3.384 7.856 7.856m-22 0C1.914 4.404 4.382 1.839 8.85.999m0 22c-4.55-.846-7-3.308-7.856-7.856"/><rect width="6" height="8" rx="1.333" transform="translate(9 17)"/><rect width="8" height="6" rx="1.333" transform="translate(17 9)"/><rect width="8" height="6" rx="1.333" transform="translate(-1 9)"/><rect width="6" height="8" rx="1.333" transform="translate(9 -1)"/></g>'
440
437
  },
441
438
  "resize-100": {
442
- 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"/>'
439
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29 11V5h-6m0 22.001h6v-6M9 4.999H3v6m-.001 10.003v6h6"/><path fill="currentColor" d="M6.999 21h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018Zm11.998 0h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018ZM15 14.999h2v-2h-2Zm0 4h2v-2h-2Z"/>'
443
440
  },
444
441
  "resize-height": {
445
- 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>'
442
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m20 11.001-4-4-4 4m0 10.003 4 4 4-4"/><path d="M5 3h22M5 29h22"/></g>'
446
443
  },
447
444
  "resize-width": {
448
- 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>'
445
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m21 20.001 4-4-4-4M10.999 12l-4 4 4 4"/><path d="M29 5v22M3 5v22"/></g>'
449
446
  },
450
447
  search: {
451
- 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>'
448
+ body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g>'
452
449
  },
453
450
  "sequential-prerequisites": {
454
- body: '<g transform="translate(4.884 5.999)"><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1.998)"/><path fill="currentColor" d="M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z"/><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(7.115 9)"><rect width="8" height="6" rx="2" stroke="none"/><rect width="6" height="4" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M9.12 9V7.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V9"/></g></g>'
451
+ body: '<g transform="translate(4.333 5.333)"><rect width="10" height="5" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(11.667 .666)"/><path fill="currentColor" d="M.785 5.394h1.258V1.381l-1.376.353V.369l2.887-.7v5.728h1.114v1.272H.786Zm-.101 14.8a1.875 1.875 0 011.144-1.939l1.211-.639a.68.68 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.156-.455.522v.747H.672v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.86 1.86 0 01-1.142 1.916l-1.206.641a.63.63 0 00-.372.639v.224h2.751v1.3H.688Z"/><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(11.667 13.667)"><rect width="10" height="8" rx="2" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M14.672 13.668v-1.3a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7v1.3"/></g></g>'
455
452
  },
456
453
  settings: {
457
- body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(3.75 3.762)"><path d="M7.235 16.238h2.029l.248-1.992.344-.095a6 6 0 001.436-.595l.311-.18 1.585 1.237 1.437-1.437-1.237-1.585.18-.312a6 6 0 00.595-1.436l.095-.343 1.992-.247V7.222l-1.991-.247-.095-.344a6 6 0 00-.6-1.436l-.18-.311 1.237-1.585-1.432-1.438-1.586 1.238-.311-.18a6 6 0 00-1.435-.597l-.344-.095L9.265.236h-2.03l-.248 1.991-.344.095a6 6 0 00-1.435.6l-.311.18-1.586-1.241-1.437 1.437 1.237 1.586-.18.312a6 6 0 00-.6 1.435l-.095.345-1.986.246v2.03l1.991.248.095.344a6 6 0 00.6 1.435l.18.312-1.242 1.586 1.437 1.437 1.585-1.237.311.18a6 6 0 001.436.595l.344.095Z"/><path fill="currentColor" d="m9.265 16.238.248-1.992.344-.095c.512-.14.995-.34 1.435-.594l.311-.18 1.586 1.237 1.437-1.437-1.237-1.586.18-.312a6 6 0 00.595-1.435l.095-.343 1.991-.248v-2.03l-1.991-.248-.095-.344a6 6 0 00-.595-1.436l-.18-.311 1.237-1.586-1.437-1.437L11.603 3.1l-.31-.18a6 6 0 00-1.436-.595l-.344-.095L9.265.238h-2.03l-.248 1.991-.344.095c-.512.14-.994.34-1.435.595l-.311.18L3.31 1.861 1.874 3.298l1.237 1.586-.18.312c-.254.44-.455.923-.595 1.435l-.095.344-1.991.248v2.03l1.991.248.095.344c.14.512.34.994.595 1.434l.18.312-1.237 1.586 1.437 1.437 1.586-1.237.31.18c.442.254.924.454 1.436.594l.344.095.248 1.992zm0 2h-2.03a2 2 0 01-1.984-1.753l-.091-.73-.04-.016-.579.452a2 2 0 01-2.644-.163L.46 14.591a2 2 0 01-.163-2.644l.452-.579-.017-.04-.73-.09A2 2 0 01-1.75 9.252v-2.03A2 2 0 01.004 5.238l.728-.09.017-.04-.452-.58A2 2 0 01.46 1.885L1.897.447A2 2 0 014.542.285l.578.451.04-.016.09-.73a2 2 0 011.985-1.752h2.03a2 2 0 011.984 1.753l.091.729.04.016.578-.451a2 2 0 012.645.162l1.437 1.437a2 2 0 01.163 2.645l-.452.578.017.04.728.091a2 2 0 011.754 1.985v2.03a2 2 0 01-1.753 1.984l-.73.091-.016.04.452.579a2 2 0 01-.163 2.644l-1.437 1.437a2 2 0 01-2.644.163l-.58-.452-.039.017-.09.73a2 2 0 01-1.985 1.752"/><circle cx="3" cy="3" r="3" stroke="currentColor" stroke-width="2" transform="translate(5.25 5.238)"/></g>'
454
+ body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 4.001)"><path d="M10.478 24h3.044l.372-2.988.516-.142a9 9 0 002.153-.892l.467-.269 2.378 1.856 2.156-2.156-1.856-2.378.271-.468a9 9 0 00.892-2.153l.142-.515L24 13.522v-3.045l-2.987-.371-.142-.516a9 9 0 00-.893-2.155l-.269-.467 1.856-2.378-2.157-2.155-2.378 1.857-.467-.271a9 9 0 00-2.153-.892l-.516-.145-.372-2.987h-3.044l-.372 2.987-.516.142a9 9 0 00-2.153.892l-.467.271-2.378-1.854-2.156 2.156 1.856 2.378-.269.468a9 9 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516a9 9 0 00.893 2.152l.269.468-1.855 2.378 2.156 2.156 2.378-1.856.467.269a9 9 0 002.153.892l.516.142Z"/><path fill="currentColor" d="m13.522 24 .372-2.988.516-.142a9 9 0 002.153-.892l.467-.27 2.378 1.856 2.156-2.156-1.856-2.378.27-.468a9 9 0 00.893-2.153l.142-.515L24 13.522v-3.045l-2.987-.37-.142-.517a9 9 0 00-.893-2.154l-.27-.467 1.856-2.378-2.156-2.156-2.378 1.857-.467-.27a9 9 0 00-2.153-.893l-.516-.142L13.522 0h-3.044l-.372 2.987-.516.142a9 9 0 00-2.153.892l-.467.27-2.378-1.856L2.436 4.59l1.856 2.378-.27.468a9 9 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516c.21.768.511 1.492.893 2.152l.27.468-1.856 2.378 2.156 2.156 2.378-1.856.467.27a9 9 0 002.153.892l.516.142.372 2.988zm0 2h-3.044a2 2 0 01-1.985-1.753l-.21-1.691q-.576-.203-1.119-.463l-1.342 1.048a2 2 0 01-2.645-.163l-2.155-2.155a2 2 0 01-.163-2.645l1.048-1.342a11 11 0 01-.464-1.119l-1.69-.21A2 2 0 01-2 13.521v-3.045A2 2 0 01-.246 8.492l1.689-.21q.203-.575.464-1.119L.859 5.821a2 2 0 01.163-2.645l2.155-2.155A2 2 0 015.822.858l1.342 1.048q.543-.26 1.119-.463l.21-1.69A2 2 0 0110.479-2h3.044a2 2 0 011.984 1.753l.211 1.69q.576.203 1.12.463l1.34-1.048a2 2 0 012.646.163l2.155 2.155a2 2 0 01.163 2.645l-1.047 1.342q.26.543.463 1.12l1.69.21A2 2 0 0126 10.476v3.045a2 2 0 01-1.753 1.984l-1.69.211q-.203.575-.463 1.119l1.047 1.342a2 2 0 01-.163 2.645l-2.155 2.155a2 2 0 01-2.645.163l-1.342-1.047q-.541.259-1.119.462l-.21 1.691A2 2 0 0113.522 26"/><circle cx="5" cy="5" r="5" stroke="currentColor" stroke-width="2" transform="translate(7 6.999)"/></g>'
458
455
  },
459
456
  share: {
460
- 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>'
457
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4.333 4) translate(-.333 8)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(4.333 4) translate(14.667 17)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(4.333 4) translate(14.667 -1)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m20 24-9-7m9-8-9 6"/></g>'
461
458
  },
462
459
  sketch: {
463
- 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>'
460
+ body: '<g fill="none"><path d="M21.309 4.002a2 2 0 011.759 1.047l5.417 10a2 2 0 010 1.905l-5.417 10a2 2 0 01-1.759 1.048H10.691a2 2 0 01-1.759-1.047l-5.417-10a2 2 0 010-1.905l5.417-10a2 2 0 011.759-1.048Z"/><path fill="currentColor" d="m10.691 6.002-5.416 10 5.416 10H21.31l5.416-10-5.416-10zm0-2H21.31a2 2 0 011.758 1.047l5.417 10a2 2 0 010 1.906l-5.417 10a2 2 0 01-1.758 1.047H10.69a2 2 0 01-1.758-1.047l-5.417-10a2 2 0 010-1.906l5.417-10a2 2 0 011.758-1.047"/></g>'
464
461
  },
465
462
  skills: {
466
- 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>'
463
+ body: '<g transform="translate(2.667 1.666)"><rect width="6" height="6" fill="currentColor" rx="1" transform="translate(1.333 6.334)"/><path fill="currentColor" d="M21.465 6.853a1 1 0 011.736 0l2.277 3.981a1 1 0 01-.868 1.5h-4.554a1 1 0 01-.868-1.5Zm-8.739-5.055a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7h-2.233a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z"/><g fill="none"><path stroke="currentColor" stroke-width="2" d="M9.333 27.334a4 4 0 014-4 4 4 0 014 4"/><g stroke-miterlimit="10"><path d="M9.333 18.333a4 4 0 111.172 2.828 4 4 0 01-1.172-2.828"/><path fill="currentColor" d="M13.333 16.333a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414a2 2 0 00-1.416-.586m0-2c1.106 0 2.102.446 2.828 1.17a3.98 3.98 0 011.172 2.83 3.98 3.98 0 01-1.172 2.828 4 4 0 01-2.828 1.172 4 4 0 01-2.828-1.172 4 4 0 01-1.172-2.828c0-1.106.448-2.104 1.172-2.83a4 4 0 012.828-1.17"/></g></g></g>'
467
464
  },
468
465
  "skip-back": {
469
- body: '<g fill="none"><path d="M5.039 13.736a2 2 0 010-3.473l7.969-4.554A2 2 0 0116 7.446v9.108a2 2 0 01-2.992 1.736Z"/><path fill="currentColor" d="M6.031 12 14 16.554V7.446zm-2 0a1.98 1.98 0 011.008-1.736l7.969-4.554C14.34 4.948 16 5.91 16 7.446v9.108c0 1.535-1.659 2.498-2.992 1.736l-7.97-4.554A1.98 1.98 0 014.032 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 6v12"/></g>'
466
+ body: '<g fill="none"><path d="M6.186 18.752a2 2 0 010-3.5l13.85-7.617A2 2 0 0123 9.383v15.234a2 2 0 01-2.964 1.753Z"/><path fill="currentColor" d="M7.15 17 21 24.617V9.383zm-2 0a1.98 1.98 0 011.036-1.752l13.85-7.618C21.37 6.897 23 7.861 23 9.383v15.234c0 1.522-1.63 2.486-2.964 1.753l-13.85-7.618A1.98 1.98 0 015.15 17"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M26 8v18"/></g>'
470
467
  },
471
468
  "skip-forward": {
472
- body: '<g fill="none"><path d="M18.961 10.264a2 2 0 010 3.473l-7.969 4.554A2 2 0 018 16.554V7.446a2 2 0 012.992-1.736Z"/><path fill="currentColor" d="m17.969 12-7.97-4.554v9.108zm2 0a1.98 1.98 0 01-1.008 1.736l-7.969 4.554C9.659 19.052 8 18.09 8 16.554V7.446c0-1.535 1.659-2.498 2.992-1.736l7.97 4.554A1.98 1.98 0 0119.969 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 6v12"/></g>'
469
+ body: '<g fill="none"><path d="M25.814 14.248a2 2 0 010 3.5l-13.85 7.617A2 2 0 019 23.617V8.383a2 2 0 012.964-1.753Z"/><path fill="currentColor" d="M24.85 16 11 8.383v15.234zm2 0a1.98 1.98 0 01-1.036 1.752l-13.85 7.618C10.631 26.103 9 25.139 9 23.617V8.383c0-1.522 1.63-2.486 2.964-1.753l13.85 7.618A1.98 1.98 0 0126.85 16"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 6.999v18"/></g>'
473
470
  },
474
471
  sms: {
475
- 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>'
472
+ body: '<g fill="none"><g stroke="currentColor" stroke-width="2" transform="translate(2 6.001)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13h16M8 17.001h10"/><path d="M8 23h5l-5 5Z"/><path fill="currentColor" d="M8 23h5l-5 5z"/></g>'
476
473
  },
477
474
  "sso-access": {
478
- body: '<g fill="none"><g stroke-linecap="round"><path d="M18.002 18.002h-12a4 4 0 01-1.977-7.479 5 5 0 014.977-4.52 5 5 0 01.5.025 6 6 0 0110.5 3.974q0 .264-.021.521a4 4 0 01-1.979 7.479"/><path fill="currentColor" d="M18 16a2 2 0 001.998-1.996c0-.72-.387-1.389-1.012-1.744l-1.103-.63.1-1.267q.015-.192.015-.363a4.001 4.001 0 00-6.994-2.646l-.684.771-1.025-.11a2.986 2.986 0 00-3.28 2.695l-.097 1.034-.9.514a2.02 2.02 0 00-1.014 1.746C4.004 15.106 4.9 16 6.002 16zm0 2H6.002a4 4 0 01-3.998-3.996c0-1.492.814-2.793 2.021-3.482a5 5 0 015.48-4.495 6 6 0 014.497-2.023 5.996 5.996 0 015.975 6.518 4 4 0 012.021 3.482A3.996 3.996 0 0118 18"/></g><g stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M11.999 11v3"/><g transform="translate(9.999 8)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g></g>'
475
+ body: '<g fill="none"><path d="M24 24H8.757a3 3 0 01-.322-.017Q8.219 24 7.998 24a6 6 0 01-1.951-11.676 5 5 0 016.516-4.073A8 8 0 0126.997 12.8a6 6 0 01-2.692 11.192c-.073 0-.146.008-.221.008Z"/><path fill="currentColor" d="m24.083 21.999.088-.003.033-.002a3.995 3.995 0 003.798-3.993 4.02 4.02 0 00-2.006-3.47l-.972-.561-.027-1.121a5.97 5.97 0 00-1.807-4.143A5.96 5.96 0 0019 6.998a5.95 5.95 0 00-4.83 2.44l-.857 1.163-1.374-.45a3.005 3.005 0 00-3.91 2.44l-.166 1.222-1.165.4a4.003 4.003 0 001.587 7.774l.176-.012.175.017q.064.007.12.007zm0 2H8.757q-.163 0-.322-.017-.216.017-.437.017A6 6 0 012 18.001a6.01 6.01 0 014.047-5.678 4.998 4.998 0 016.516-4.073A7.99 7.99 0 0119 4.998a8 8 0 017.996 7.8A6.002 6.002 0 0124.083 24"/></g><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M16 14v5"/><g transform="translate(14 13)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g>'
479
476
  },
480
477
  star: {
481
- 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"/>'
478
+ body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z"/>'
482
479
  },
483
480
  "star-active": {
484
- 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"/>'
481
+ body: '<path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z"/>'
485
482
  },
486
483
  success: {
487
- 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>'
484
+ body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(3.001 4.005)"><rect width="6" height="14" rx="2.005" transform="translate(.999 9.995)"/><path stroke-linecap="round" d="M23.359 12.575h-1.226l.1-.678h1.13a1.678 1.678 0 000-3.354h-2.719l-3.951-.083s.855-6.084-2.775-8.125C11.588-.842 11.154 1.4 11.154 1.4v4.237L9.769 7.049s-2.771 2.62-2.771 4.264v9.857a2.622 2.622 0 002.772 2.82h11.333a1.678 1.678 0 000-3.354h-.111l.1-.679h1.143a1.677 1.677 0 000-3.353h-.668l.1-.679h1.7a1.678 1.678 0 000-3.354Z"/></g>'
488
485
  },
489
486
  sun: {
490
- 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>'
487
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(8 8)"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7"/></g><path stroke-linecap="round" d="M16 5V3m0 26v-2m11-11h2M3 16h2m20 9 1 1M6 6l1 1m18 0 1-1M6 26l1-1"/></g>'
491
488
  },
492
489
  sunrise: {
493
- body: '<g fill="none" stroke-miterlimit="10"><path d="M6 17a6 6 0 016-6 6 6 0 016 6Z"/><path fill="currentColor" d="M15.464 15A4 4 0 0012 13a4 4 0 00-3.463 2zm2.537 2H6a6 6 0 016-6 6 6 0 016 6"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 8V7m-9 9h18M5.001 8.999l1 1m11.999 0 1-1"/></g>'
490
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M8 23a8 8 0 018-8 8 8 0 018 8Z"/><path fill="currentColor" d="M21.658 21A6.01 6.01 0 0016 17a6.01 6.01 0 00-5.657 4zm2.343 2H8a8 8 0 018-8 8 8 0 018 8"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11.999v-3m-13 13h26m-23-10 2 2m16 0 2-2"/></g>'
494
491
  },
495
492
  support: {
496
- 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>'
493
+ body: '<g stroke="currentColor" stroke-linejoin="round" transform="translate(5.333 4.335)"><path fill="none" stroke-linecap="round" stroke-width="2" d="M3.667 6.666c0-3.314 3.134-6 7-6s7 2.686 7 6"/><g fill="none" stroke-width="2" transform="translate(-.333 6.666)"><rect width="8" height="10" rx="2.004" stroke="none"/><rect width="6" height="8" x="1" y="1" rx="1.004"/></g><g fill="none" stroke-width="2" transform="translate(13.667 6.666)"><rect width="8" height="10" rx="2.004" stroke="none"/><rect width="6" height="8" x="1" y="1" rx="1.004"/></g><path fill="none" stroke-linecap="round" stroke-width="2" d="M17.667 15.666v2.4a3.5 3.5 0 01-3.363 3.6h-.633"/><circle cx="2" cy="2" r="2" fill="currentColor" stroke-linecap="round" transform="translate(9.667 19.666)"/></g>'
497
494
  },
498
495
  survey: {
499
- body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M20 2H8a.88.88 0 00-1 1v6a.88.88 0 001 1h2l.5 1.5c.266.7.573.528.8.3L13 10h7a.88.88 0 001-1V3a.88.88 0 00-1-1"/><path fill="currentColor" d="M9 4v4h1a2 2 0 011.5.677l.048-.052A2 2 0 0113 8h6V4zM8 2h12c.673 0 1 .332 1 1v6c0 .67-.327 1-1 1h-7l-1.703 1.797c-.228.227-.535.404-.8-.3L10 10H8c-.673 0-1-.33-1-1V3c0-.668.327-1 1-1"/></g><path fill="currentColor" d="M12.99 5.74a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053m4 0a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 22a3 3 0 013-3 3 3 0 013 3"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 12)"><rect width="6.001" height="6.001" rx="3" stroke="none"/><rect width="4.001" height="4.001" x="1" y="1" rx="2"/></g>'
496
+ body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M27 3.193H12c-1.5 0-2 .5-2 2v8c0 1.5.5 2 2 2h2l.465 2.389c.261 1 1.242-.071 1.535-.389l2-2h9c1.5 0 2-.5 2-2v-8c0-1.503-.5-2-2-2"/><path fill="currentColor" d="M12 5.193v8h2a2 2 0 011.873 1.299l.713-.713A2 2 0 0118 13.193h9v-8zm0-2h15c1.496 0 2 .497 2 2v8c0 1.5-.504 2-2 2h-9l-2 2c-.293.318-1.274 1.393-1.535.39L14 15.192h-2c-1.5 0-2-.504-2-2v-8c0-1.504.5-2 2-2"/></g><path fill="currentColor" d="M17.982 8.112a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1.3.3 0 000-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.029-.08m6 0a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1.3.3 0 000-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.029-.08"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.001 30a4 4 0 014-4 4 4 0 014 4"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 17)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g>'
500
497
  },
501
498
  table: {
502
- 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>'
499
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2 6)"><rect width="28" height="20" rx="2" stroke="none"/><rect width="26" height="18" x="1" y="1" rx="1"/></g><path d="M11 6v20M3 13h26M3 19h26"/></g>'
503
500
  },
504
501
  "tematic-channels": {
505
- 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>'
502
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="M16 4v24m6 0H10"/><path d="M16 6.999h8.816L27 9.291l-2.184 2.708H16ZM15.999 16H7.183l-2.184-2.292L7.183 11h8.816Z"/></g>'
506
503
  },
507
504
  test: {
508
- 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>'
505
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4 4)"><rect width="10" height="10" rx="1.996" stroke="none"/><rect width="8" height="8" x="1" y="1" rx=".996"/></g><g stroke-miterlimit="10" transform="translate(4 18)"><rect width="10" height="10" rx="1.996" stroke="none"/><rect width="8" height="8" x="1" y="1" rx=".996"/></g><path stroke-linejoin="round" d="M22.657 5.008 18.19 21.704l1.196 5.202 3.634-3.91L27.487 6.3Z"/></g>'
509
506
  },
510
507
  "text-body": {
511
- 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"/>'
508
+ body: '<path fill="currentColor" d="M4.363 23.427h4.06V9.565L4 10.888V8.124l7.434-2.122v17.425H15v2.575H4.363Zm12.999 0h4.06V9.565l-4.423 1.323V8.124l7.434-2.122v17.425h3.566v2.575H17.362Z"/>'
512
509
  },
513
510
  "text-edit": {
514
- body: '<path fill="currentColor" d="M7.56 14.951H4.445L3.867 17H2l2.706-9h2.593l2.7 9H8.133Zm-.38-1.35-.551-1.961c-.209-.76-.4-1.459-.63-2.34-.221.882-.42 1.581-.624 2.34l-.55 1.961Zm9.821-2.061v5.351H15.72l-.156-.642-1.013.426a3.8 3.8 0 01-1.47.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.345.851-2.121 2.757-2.121h1.552v-1.122c0-.585-.209-.912-.863-.912h-.561c-.556 0-.857.179-.857.689v.562h-1.716v-.462c0-1.423.956-2.225 2.594-2.225h.51c1.598 0 2.583.684 2.583 2.539m-1.691 2.188h-1.593c-.667 0-.979.2-.979.685v.461c0 .487.248.729.672.729a2 2 0 00.77-.167l1.124-.339ZM20.001 4h2v16h-2Z"/>'
511
+ body: '<path fill="currentColor" d="M11.645 19.27H7.362l-.795 2.731H4l3.721-12h3.565l3.714 12h-2.567Zm-.522-1.8-.758-2.614c-.288-1.013-.553-1.945-.866-3.121-.3 1.175-.577 2.108-.858 3.121l-.756 2.614Zm12.878-2.977v7.358h-1.708l-.208-.883-1.351.586a5 5 0 01-1.961.448c-1.692 0-2.773-1.143-2.773-3.135v-.177c0-1.85 1.135-2.917 3.676-2.917h2.072V14.23c0-.8-.278-1.253-1.151-1.253h-.749c-.742 0-1.143.246-1.143.948v.772h-2.287v-.632c0-1.957 1.274-3.059 3.459-3.059h.68c2.131-.004 3.444.937 3.444 3.487m-2.253 3.009h-2.125c-.889 0-1.3.272-1.3.942v.634c0 .67.331 1 .9 1a2.6 2.6 0 001.027-.23l1.5-.467ZM26 4h2v24h-2Z"/>'
515
512
  },
516
513
  "text-style": {
517
- body: '<path fill="currentColor" d="M9.646 15.041H5.363L4.563 18H2L5.721 5h3.566L13 18h-2.566Zm-.523-1.95-.756-2.832c-.288-1.1-.553-2.108-.866-3.381-.3 1.273-.577 2.283-.858 3.381l-.756 2.832Zm12.876-1.92v6.688h-1.706l-.208-.8-1.351.532a5.4 5.4 0 01-1.961.408 2.592 2.592 0 01-2.771-2.85v-.161c0-1.68 1.135-2.651 3.674-2.651h2.068v-1.4c0-.731-.278-1.14-1.15-1.14h-.748c-.742 0-1.142.224-1.142.863v.7H14.42v-.576c0-1.78 1.274-2.782 3.458-2.782h.678c2.131-.002 3.443.854 3.443 3.169m-2.254 2.736h-2.122c-.887 0-1.3.246-1.3.855v.577a.81.81 0 00.895.91 2.8 2.8 0 001.027-.209l1.5-.423Z"/>'
514
+ body: '<path fill="currentColor" d="M13.731 20.358H8.28L7.268 24H4L8.736 8h4.538L18 24h-3.265Zm-.666-2.4-.965-3.486c-.367-1.351-.7-2.594-1.1-4.161-.387 1.567-.734 2.81-1.092 4.161l-.963 3.486Zm14.932-2.832v8.695H26.08l-.234-1.043-1.52.692a5.4 5.4 0 01-2.207.53c-1.9 0-3.118-1.351-3.118-3.7v-.21c0-2.184 1.277-3.447 4.135-3.447h2.328v-1.828c0-.951-.312-1.482-1.294-1.482h-.843c-.835 0-1.286.291-1.286 1.121v.911H19.47v-.749c0-2.314 1.434-3.616 3.892-3.616h.763c2.399 0 3.872 1.113 3.872 4.126m-2.537 3.557h-2.385c-1 0-1.468.32-1.468 1.112v.751c0 .792.373 1.183 1.007 1.183a2.8 2.8 0 001.155-.271l1.685-.55Z"/>'
518
515
  },
519
516
  time: {
520
- 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>'
517
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m19.001 13-3 3 5 5"/></g>'
521
518
  },
522
- "toilet-paper": {
523
- 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>'
519
+ "toilet-piper": {
520
+ body: '<g transform="translate(4 5.333)"><ellipse cx="4" cy="9" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" rx="4" ry="9" transform="translate(17 -2.334)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21-2.333H4.4Q0-2.333 0 2.255v21.412h17.067V8.374"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 13.666h1m-6 0h1m-6 0h1"/><ellipse cx="1" cy="2" fill="currentColor" rx="1" ry="2" transform="translate(20 4.666)"/></g>'
524
521
  },
525
522
  "training-points": {
526
- 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>'
523
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2.667 4) translate(-.667 4)"><circle cx="11" cy="11" r="11" stroke="none"/><circle cx="11" cy="11" r="10"/></g><g transform="translate(2.667 4) translate(4.333 9)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g><path stroke-linecap="round" d="M13 19 23 9"/><path stroke-linejoin="round" d="m26.001 3-3 3v3h3l3-3Z"/></g>'
527
524
  },
528
525
  trash: {
529
- 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>'
526
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M7 4.999h18v21a3 3 0 01-3 3H10a3 3 0 01-3-3z" stroke="none"/><path d="M9 5.999h14a1 1 0 011 1v19a2 2 0 01-2 2H10a2 2 0 01-2-2v-19a1 1 0 011-1Z"/><path stroke-linecap="round" d="M5 6h22"/><path d="M18.999 6h-6V4a1 1 0 011-1h4a1 1 0 011 1z" stroke="none"/><path d="M17.999 5h-4V4h4z"/><path stroke-linecap="round" d="M13 13v8m6-8v8"/></g>'
530
527
  },
531
528
  underline: {
532
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 6v5a4 4 0 108 0V6M6 19h12"/>'
529
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 5v10c0 5.1 3.583 8 8 8s8-2.9 8-8V5M6 27h20"/>'
533
530
  },
534
531
  undo: {
535
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M6.001 8.001h8.966a5.01 5.01 0 015.036 4.986v.027a5.01 5.01 0 01-5.036 4.987h-3.984"/><path stroke-linejoin="round" d="M7 5 4 8l3 3"/></g>'
532
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M6 12.001h15c4.37 0 7 2.68 7 5.984v.016c0 3.305-2.629 6-7 6h-5.1"/><path stroke-linejoin="round" d="m10 6.001-6 6 6 6"/></g>'
536
533
  },
537
534
  unlock: {
538
- 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>'
535
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m10.614 13-1.277-1.277a4.48 4.48 0 010-6.385h0a4.48 4.48 0 016.386 0l1.273 1.276"/><path stroke-linecap="round" stroke-miterlimit="10" d="M16 19v4"/><g stroke-miterlimit="10" transform="translate(4 12.001)"><rect width="24" height="18" rx="3" stroke="none"/><rect width="22" height="16" x="1" y="1" rx="2"/></g></g>'
539
536
  },
540
537
  upload: {
541
- 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"/>'
538
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19.999 9-4-4-4 4M16 5v14m12 4.001v4H4v-4"/>'
542
539
  },
543
540
  user: {
544
- 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"/>'
541
+ body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8 5.333)"><rect width="14" height="14" rx="7" transform="translate(1 -.334)"/><path stroke-linejoin="round" d="M-1 24.666a9 9 0 019-9 9 9 0 019 9"/></g>'
545
542
  },
546
543
  "user-add": {
547
- 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"/>'
544
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(4 7)"><rect width="14" height="14" rx="7" stroke="none"/><rect width="12" height="12" x="1" y="1" rx="6"/></g><path stroke-linejoin="round" d="M3 30a8 8 0 1116 0"/></g>'
548
545
  },
549
546
  "user-badge": {
550
- body: '<path fill="currentColor" d="m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12 7a3 3 0 11-3 3 3 3 0 013-3Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.001 17a3 3 0 013-3 3 3 0 013 3"/>'
547
+ body: '<path fill="currentColor" d="m16.874 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.44 1.44 0 011.369 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.326 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.44 1.44 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.34 1.34 0 00-1.747 0l-2.153 1.831a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.44 1.44 0 01-1.369-1.97l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.44 1.44 0 011.369-1.981l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.34 1.34 0 001.747-.001"/><path fill="none" stroke="currentColor" stroke-width="2" d="M16 9a4 4 0 11-4 4 4 4 0 014-4Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11 23.001a5 5 0 015-5 5 5 0 015 5"/>'
551
548
  },
552
549
  "video-off": {
553
- body: '<path fill="currentColor" d="M5 15.242V8h7.243l2-2H4.868A1.8 1.8 0 003 7.715v8.569a1.6 1.6 0 00.2.758Zm10-1.515V16h-2.273l-2 2h4.4A1.8 1.8 0 0017 16.284v-4.557Z"/><path fill="currentColor" d="M21.351 8a.64.64 0 00-.373.121l-1.3.925-3.44 3.443c.013.01.018.026.031.035l4.709 3.356A.646.646 0 0022 15.356v-6.71A.646.646 0 0021.351 8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 20 20 4"/>'
550
+ body: '<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m28 19.886-5.819-3.888 5.82-3.887z"/><path d="m27 13.982-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15"/></g><path fill="currentColor" d="M20 22.998h-6.759l2-2H20v-4.76l2-2v6.76a2 2 0 01-2 2m-14.983-.256A2 2 0 014 20.998v-10a2 2 0 012-2h12.759l-2 2H6v10h.759l-1.741 1.74Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
554
551
  },
555
552
  "video-on": {
556
- body: '<g stroke-linecap="round" stroke-linejoin="round"><g fill="currentColor"><path d="M21 14.666 17.257 12l3.741-2.666z"/><path d="M20 11.275 18.98 12l1.018.726zM21.351 8c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523l-4.71-3.355a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12"/></g><g fill="none"><path d="M4.868 5.999h10.264A1.8 1.8 0 0117 7.714v8.57a1.8 1.8 0 01-1.868 1.715H4.868A1.8 1.8 0 013 16.284v-8.57a1.8 1.8 0 011.868-1.715"/><path fill="currentColor" d="M5 7.999v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H4.868C3.836 17.999 3 17.231 3 16.284v-8.57C3 6.767 3.836 6 4.868 6"/></g></g>'
553
+ body: '<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m28 19.887-5.819-3.888 5.82-3.887z"/><path d="m27 13.983-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 9.001)"><rect width="18" height="14" rx="2" stroke="none"/><rect width="16" height="12" x="1" y="1" rx="1"/></g>'
557
554
  },
558
555
  "video-rec": {
559
- body: '<g transform="translate(3.709 5.695)"><g stroke-linecap="round" stroke-linejoin="round"><g fill="currentColor"><path d="m17.29 8.971-3.74-2.666 3.74-2.665z"/><path d="m16.29 5.58-1.018.725 1.018.726zm1.352-3.275c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523L12.56 6.83a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12"/></g><g fill="none"><path d="M1.159.304h10.264a1.8 1.8 0 011.868 1.715v8.57a1.8 1.8 0 01-1.868 1.715H1.159a1.8 1.8 0 01-1.868-1.715v-8.57A1.8 1.8 0 011.159.304"/><path fill="currentColor" d="M1.291 2.304v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H1.16c-1.032 0-1.868-.768-1.868-1.715v-8.57c0-.947.836-1.715 1.868-1.715"/></g></g><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(-1.709 -.695)"/></g>'
556
+ body: '<g transform="translate(7.709 9.695)"><g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m20.291 10.19-5.819-3.887 5.82-3.887z"/><path d="m19.291 4.287-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(-3.709 -.695)"><rect width="18" height="14" rx="2" stroke="none"/><rect width="16" height="12" x="1" y="1" rx="1"/></g><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(-4.709 -1.695)"/></g>'
560
557
  },
561
558
  view: {
562
- 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>'
559
+ body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 5.667)"><path d="M21 19.334H7a3 3 0 01-3-3v-1h13a3 3 0 003-3v-7h1a3 3 0 013 3v8a3 3 0 01-3 3Z"/><rect width="20" height="14" rx="3" transform="translate(0 1.334)"/></g>'
563
560
  },
564
561
  "view-card": {
565
- 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>'
562
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 9.999)"><rect width="16" height="12" rx="2" stroke="none"/><rect width="14" height="10" x="1" y="1" rx="1"/></g><g transform="translate(20 13.999)"><rect width="10" height="8" rx="2" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="1"/></g></g>'
566
563
  },
567
564
  "view-list": {
568
- 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"/>'
565
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 9) translate(0 -2)"><rect width="8" height="8" rx="2" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="1"/></g><g transform="translate(2 9) translate(0 8)"><rect width="8" height="8" rx="2" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M13 13h8m-8 10h8M13 9h16M13 19h16"/></g>'
569
566
  },
570
567
  "voice-off": {
571
- body: '<path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M12.001 17.5V21"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9.001 21h6"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M11.001 8.743V5a1 1 0 012 0v1.743l1.976-1.976A2.992 2.992 0 009.001 5v5.743Zm3.047 5.438q.07-.065.134-.134Zm-7.877-.608 1.83-1.83V11a1 1 0 00-2 0v1.386a6 6 0 00.17 1.188"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M16.001 12.227v.083a3.835 3.835 0 01-3.755 3.672l-1.845 1.845a5.5 5.5 0 001.365.173h.2a5.86 5.86 0 006.035-5.653V11a.98.98 0 00-.2-.571Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4.001 20 16-16"/>'
568
+ body: '<rect fill="none" transform="translate(.001)"/><path fill="currentColor" d="m16.253 19.99 3.737-3.736a4 4 0 01-3.736 3.738Zm-4.251-4.234V6a4 4 0 118 0v1.76l-2 2V6a2 2 0 00-4 0v7.758l-2 2Z"/><path fill="currentColor" d="M16.001 24a8.7 8.7 0 01-3.174-.588l1.6-1.594a7 7 0 001.578.182c3.309 0 6-2.334 6-5.205V15a1 1 0 112 0v1.795a6.8 6.8 0 01-2.389 5.135A8.42 8.42 0 0116.001 24m-7.52-4.725a6.6 6.6 0 01-.482-2.479V15a1 1 0 112 0v1.795a4.5 4.5 0 00.086.879l-1.6 1.6Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16.001 23v6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.001 29h8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4.001 28 24-24"/>',
569
+ width: 32.001
572
570
  },
573
571
  "voice-on": {
574
- 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>'
572
+ body: '<rect fill="none"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(12 1.999)"><rect width="8" height="18" rx="4" stroke="none"/><rect width="6" height="16" x="1" y="1" rx="3"/></g><path stroke-linecap="round" d="M22.999 15v1.8c0 3.426-3.134 6.2-7 6.2h0c-3.866 0-7-2.777-7-6.2V15"/><path d="M16 23v6"/><path stroke-linecap="round" d="M12 28.999h8"/></g>'
575
573
  },
576
574
  "volume-down": {
577
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M19.002 9.999a2.552 2.552 0 010 4"/><g stroke-linejoin="round"><path d="M3 14.517a1.67 1.67 0 001.479 1.48h4.76a1.4 1.4 0 01.837.276l3.776 2.446A1.326 1.326 0 0016 17.794v-11.6a1.326 1.326 0 00-2.148-.925l-3.776 2.446a1.4 1.4 0 01-.837.276h-4.76A1.69 1.69 0 003 9.491Z"/><path fill="currentColor" d="M14 16.435v-8.87L11.211 9.37a3.4 3.4 0 01-1.972.63h-4.24v4h4.24c.708 0 1.404.222 1.972.628zM14.681 19c-.285 0-.576-.087-.83-.278l-3.775-2.446A1.4 1.4 0 009.239 16h-4.76c-.725 0-1.48-.818-1.48-1.48V9.496C3 8.834 3.755 8 4.48 8h4.76c.306 0 .602-.098.837-.277l3.776-2.446c.855-.647 2.148-.09 2.148.925v11.595c0 .715-.64 1.203-1.319 1.203"/></g></g>'
575
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.003 13.001a5.075 5.075 0 010 6"/><g stroke-linejoin="round"><path d="M3.999 19.999a2.19 2.19 0 002 2h7a1.42 1.42 0 011 .35l5.025 3.254a1.828 1.828 0 002.975-1.321V7.717a1.828 1.828 0 00-2.975-1.321l-5.025 3.3a1.38 1.38 0 01-1 .3h-7a2.19 2.19 0 00-2 2Z"/><path fill="currentColor" d="M19.999 23.851V8.15l-4.844 3.185c-.787.585-1.53.665-2.156.665H6.102a.5.5 0 00-.103.107v7.786a.5.5 0 00.103.107H13c.826 0 1.494.22 2.152.713zM20.173 26c-.395 0-.798-.124-1.149-.397L14 22.349c-.326-.255-.576-.35-1-.35H6c-1.003 0-2-1.053-2-2v-8c0-.946.997-2 2-2h7c.424 0 .674-.043 1-.298l5.025-3.305C20.21 5.471 22 6.266 22 7.717v16.565C22 25.303 21.113 26 20.174 26"/></g></g>'
578
576
  },
579
577
  "volume-off": {
580
- body: '<g fill="none"><g stroke-linejoin="round"><path d="M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z"/><path fill="currentColor" d="M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m16 14 4-4m-4 0 4 4"/></g>'
578
+ body: '<rect fill="none"/><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m21 19 6-6m-6 0 6 6"/><g stroke-linejoin="round"><path d="M4 18.999a2.18 2.18 0 002 2h5a2.1 2.1 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.1 2.1 0 01-1 .5H6a2.15 2.15 0 00-2 2Z"/><path fill="currentColor" d="M16 22.48V9.517l-2.64 2.45q-.078.074-.166.139c-.42.312-1.2.893-2.194.893H6.085a.4.4 0 00-.085.085v5.819a.5.5 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139zm.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255"/></g></g>'
581
579
  },
582
580
  "volume-up": {
583
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.001 8.999a5.075 5.075 0 010 6m4.001-7a8.6 8.6 0 010 8"/><g stroke-linejoin="round"><path d="M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z"/><path fill="currentColor" d="M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942"/></g></g>'
581
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M22.001 11.999a8.6 8.6 0 010 8m4-8.999a13.1 13.1 0 010 10"/><g stroke-linejoin="round"><path d="M4 18.999a2.18 2.18 0 002 2h5a2.1 2.1 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.1 2.1 0 01-1 .5H6a2.15 2.15 0 00-2 2Z"/><path fill="currentColor" d="M16 22.48V9.517l-2.64 2.45q-.078.074-.166.139c-.42.312-1.2.893-2.194.893H6.085a.4.4 0 00-.085.085v5.819a.5.5 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139zm.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255"/></g></g>'
584
582
  },
585
583
  warning: {
586
- 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>'
584
+ body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="currentColor" stroke-width="2" d="M16 11v6m0 6v-2"/><path d="M14.008 5.111a2.343 2.343 0 013.985 0l5.848 9.78 5.849 9.779a2.223 2.223 0 01-1.992 3.332H4.3a2.223 2.223 0 01-1.992-3.332l5.849-9.779Z"/><path fill="currentColor" d="M16 6.001c-.089 0-.208.024-.276.137L4.028 25.695c-.022.037-.05.083-.003.165.037.065.115.142.279.142h23.392c.164 0 .242-.077.279-.142.046-.082.019-.128-.003-.164L16.277 6.138C16.207 6.025 16.087 6 16 6m0-2c.775 0 1.55.37 1.992 1.11l11.697 19.56c.885 1.481-.222 3.332-1.993 3.332H4.304c-1.77 0-2.878-1.85-1.993-3.332L14.008 5.11C14.45 4.37 15.225 4 16 4"/></g>'
587
585
  },
588
586
  webinar: {
589
- body: '<g fill="none" stroke-miterlimit="10"><path d="M15 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0115 14.5"/><path fill="currentColor" d="M16.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0116.5 13"/><path d="M8 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 018 19.5"/><path fill="currentColor" d="M9.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 019.5 18"/><path d="M13 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0113 19.5"/><path fill="currentColor" d="M14.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0114.5 18"/><path d="M10.5 14.5a1.5 1.5 0 11.44 1.06 1.5 1.5 0 01-.44-1.06"/><path fill="currentColor" d="M12 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0112 13"/><path d="M6 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 016 14.5"/><path fill="currentColor" d="M7.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 017.5 13"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.001 13V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8"/></g>'
587
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M3.001 19V5.814c0-1.992.2-2.811 2-2.811h21.11c1.8 0 2.889 1.208 2.889 3.2v12.8"/><path stroke="currentColor" stroke-width="2" d="M6 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 15.999a2 2 0 11.586 1.414A2 2 0 016 15.999"/><path fill="currentColor" d="M8 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 17.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 13.999"/></g><path stroke="currentColor" stroke-width="2" d="M10 29.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 24.999a2 2 0 11.586 1.414A2 2 0 0110 24.999"/><path fill="currentColor" d="M12 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 22.999"/></g><path stroke="currentColor" stroke-width="2" d="M18 29.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M18 24.999a2 2 0 11.586 1.414A2 2 0 0118 24.999"/><path fill="currentColor" d="M20 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0120 22.999"/></g><path stroke="currentColor" stroke-width="2" d="M14 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 15.999a2 2 0 11.586 1.414A2 2 0 0114 15.999"/><path fill="currentColor" d="M16 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0116 13.999"/></g><path stroke="currentColor" stroke-width="2" d="M22 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M22 15.999a2 2 0 11.586 1.414A2 2 0 0122 15.999"/><path fill="currentColor" d="M24 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0124 13.999"/></g></g>'
590
588
  },
591
589
  whiteboard: {
592
- 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>'
590
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="m4 29 7-9m5 9v-9m12 9-7-9"/><g stroke-miterlimit="10" transform="translate(2 3)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path d="M9 13.769c1.995-1.507 4.428-4.772 8.4-4.772-1.689 5.643 3.537 7.475 5.6 4.772"/></g>'
593
591
  },
594
592
  wine: {
595
- body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="M17.919 15.986C20.986 14.639 19.757 9 19.757 9h-5.513s-1.23 5.639 1.838 6.986a1.7 1.7 0 00.4.014h1.062a1.5 1.5 0 00.375-.014M16.999 17v4M19 21h-4"/><path d="M4.952 21a1.2 1.2 0 01-.652-.3A1 1 0 014 20v-9c.015-.318 0-1 0-1l1.5-3V3h3v4l1.5 3c.01.009-.015.682 0 1v9a1 1 0 01-.3.7.85.85 0 01-.7.3Z"/><path d="M4 12.001h3v6H4z"/></g>'
593
+ body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="M23.226 21.973c4.09-1.922 2.45-9.973 2.45-9.973h-7.351s-1.64 8.05 2.45 9.973a2 2 0 00.539.02h1.411a1.8 1.8 0 00.501-.02M22 23v5m3 0h-6"/><path d="M7.266 29a1.6 1.6 0 01-.869-.4 1.34 1.34 0 01-.4-.933C6.02 13.576 6.006 13 5.997 13l2-4V3h3.994v6l2 4c.014.012-.021.576 0 14.667a1.34 1.34 0 01-.4.933 1.13 1.13 0 01-.933.4Z"/><path d="M6 16.001h4v8H6z"/></g>'
596
594
  },
597
595
  zip: {
598
- body: '<g stroke="currentColor"><path fill="currentColor" d="M18.001 17a1 1 0 101 1 1 1 0 00-1-1Z"/><path fill="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 5v4m4-4v4m4-4v4"/><g fill="none" stroke-miterlimit="10" stroke-width="2" transform="translate(15 4)"><rect width="6" height="6" rx="1" stroke="none"/><path d="M1 1h4v4H1z"/></g><path fill="none" stroke-linejoin="round" stroke-width="2" d="M17.918 21a2.78 2.78 0 01-2.912-3.108L15.984 13h4.033l.978 4.892A2.78 2.78 0 0118.083 21Z"/></g>'
596
+ body: '<path fill="currentColor" d="M25.001 23.999a1 1 0 101 1 1 1 0 00-1-1"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 6v6m6-6v6m6-6v6"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(21 5)"><rect width="8" height="8" rx="1" stroke="none"/><path d="M1 1h6v6H1z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M24.883 29c-4.239 0-3.876-5-3.876-5l.985-7h6l1 7s.349 5-3.89 5Z"/>'
599
597
  },
600
598
  "zoom-in": {
601
- 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>'
599
+ body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="none" stroke-linecap="round" d="M9 12h6m-3-3v6"/><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g>'
602
600
  },
603
601
  "zoom-out": {
604
- 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>'
602
+ body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 11.999h6"/>'
605
603
  }
606
604
  };
607
- const width$1 = 24;
608
- const height$1 = 24;
609
- const normal = {
605
+ const width$1 = 32;
606
+ const height$1 = 32;
607
+ const detailed = {
610
608
  prefix: prefix$2,
611
609
  lastModified: lastModified$2,
612
610
  icons: icons$3,
613
611
  width: width$1,
614
612
  height: height$1
615
613
  };
616
- const prefix$1 = "detailed";
617
- const lastModified$1 = 1724831655;
614
+ const prefix$1 = "normal";
615
+ const lastModified$1 = 1731066880;
618
616
  const icons$2 = {
619
617
  add: {
620
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 15.999h24m-12-12v24"/>'
618
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 12h16m-8-8v16"/>'
621
619
  },
622
620
  "add-circle": {
623
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/><path stroke-linecap="round" d="M9 14h10m-5-5v10"/></g>'
621
+ 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>'
624
622
  },
625
623
  "align-center": {
626
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23 13H9m18-6H5m22 12H5m18 6H9"/>'
624
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 10H7m13-4H4m16 8H4m13 4H7"/>'
627
625
  },
628
626
  "align-justify": {
629
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27 13H5m22-6H5m22 12H5m22 6H5"/>'
627
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10H4m16-4H4m16 8H4m16 4H4"/>'
630
628
  },
631
629
  "align-left": {
632
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13H5m22-6H5m22 12H5m16 6H5"/>'
630
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 10H4m16-4H4m16 8H4m12 4H4"/>'
633
631
  },
634
632
  "align-right": {
635
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.999 13h-16M27 7H5m22 12H5m21.999 6h-16"/>'
633
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 10H8m12-4H4m16 8H4m16 4H8"/>'
636
634
  },
637
635
  analysis: {
638
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 16)"><rect width="7" height="12" rx="2" stroke="none"/><rect width="5" height="10" x="1" y="1" rx="1"/></g><g transform="translate(12 6)"><rect width="8" height="22" rx="2" stroke="none"/><rect width="6" height="20" x="1" y="1" rx="1"/></g><g transform="translate(23 12)"><rect width="7" height="16" rx="2" stroke="none"/><rect width="5" height="14" x="1" y="1" rx="1"/></g></g>'
636
+ 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>'
639
637
  },
640
638
  "analysis-2": {
641
- body: '<g fill="none" stroke-miterlimit="10"><path d="M17.657 6.001a.67.67 0 00-.473.2.67.67 0 00-.2.474l.012 10.331H6.665a.67.67 0 00-.473.2.67.67 0 00-.2.473 12.284 12.284 0 0012 12.328 12 12 0 0012-12A12.3 12.3 0 0017.657 6.001"/><path fill="currentColor" d="M18.99 8.087 19.004 19l-10.916.004a10.57 10.57 0 002.868 5.93c1.906 1.978 4.408 3.067 7.045 3.067a9.93 9.93 0 007.072-2.93A9.94 9.94 0 0028 18.002c0-2.637-1.091-5.14-3.072-7.045a10.6 10.6 0 00-5.937-2.869m-1.334-2.086C24.287 6 30 11.37 30 18c0 6.627-5.37 12-12 12-6.627 0-12-5.7-12-12.328a.67.67 0 01.67-.668L17 17l-.01-10.33a.67.67 0 01.668-.67"/><path d="M14.8 14.8a.7.7 0 00.2-.488V3.692a.7.7 0 00-.2-.489.7.7 0 00-.488-.2A11.31 11.31 0 003 14.311a.7.7 0 00.2.488.7.7 0 00.488.2h10.62a.7.7 0 00.492-.199"/><path fill="currentColor" d="M13 13V5.092A9.33 9.33 0 005.092 13zm1.31 2H3.69a.695.695 0 01-.69-.69C3.001 8.065 8.064 3 14.31 3c.182 0 .36.074.488.202a.7.7 0 01.202.489v10.62c0 .181-.074.36-.202.487a.7.7 0 01-.487.202"/></g>'
639
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M12.515 3.973a.48.48 0 00-.335.139.48.48 0 00-.139.336v7.564h-7.57a.48.48 0 00-.335.139.48.48 0 00-.14.335A8.514 8.514 0 0012.51 21a8.513 8.513 0 008.514-8.514 8.51 8.51 0 00-8.509-8.513"/><path fill="currentColor" d="M14.04 6.153v7.859H6.182A6.524 6.524 0 0012.515 19a6.52 6.52 0 006.513-6.514c0-3.066-2.13-5.644-4.987-6.333m-1.526-2.18a8.51 8.51 0 018.513 8.513 8.514 8.514 0 01-17.027 0 .475.475 0 01.475-.474h7.565V4.448a.476.476 0 01.474-.475"/></g><g fill="none" stroke-miterlimit="10"><path d="M9.866 9.865A.46.46 0 0010 9.54V2.461a.47.47 0 00-.134-.326.46.46 0 00-.325-.134 7.54 7.54 0 00-7.54 7.54.46.46 0 00.135.325.46.46 0 00.325.134h7.08a.46.46 0 00.325-.135"/><path fill="currentColor" d="M8 8V4.217a5.56 5.56 0 00-3.782 3.781zm1.54 2H2.46A.463.463 0 012 9.54 7.54 7.54 0 019.54 2c.121 0 .24.049.326.134A.47.47 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.46.46 0 01-.326.134"/></g>'
642
640
  },
643
641
  "analysis-3": {
644
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m4 24 10-10 4 4 7-6"/><path stroke-miterlimit="10" d="M29 24.999H3v-18"/></g>'
642
+ 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>'
645
643
  },
646
644
  apple: {
647
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M16.017 28.843a7 7 0 011.364.164 7.5 7.5 0 011.364.532l.032.015c.168.079.342.161.521.236a2.3 2.3 0 00.924.211 3.5 3.5 0 001.429-.42 6.04 6.04 0 002.269-1.911 19 19 0 002.5-4.141c.132-.292.232-.533.318-.755a14.9 14.9 0 00.907-9.257 7.17 7.17 0 00-2.9-4.254l-.063-.044a5 5 0 00-1-.614 6.1 6.1 0 00-2.607-.6h-.148a8.7 8.7 0 00-2.967.768l-.586.223c-.255.1-.849.3-.855.3a.7.7 0 01-.234.04h-.295l-.045.005h-.221a.7.7 0 01-.232-.039s-.6-.205-.857-.3l-.579-.22A8.8 8.8 0 0011.077 8h-.16a6.2 6.2 0 00-2.593.6 5 5 0 00-1 .615l-.06.043a7.3 7.3 0 00-2.887 4.186 14.88 14.88 0 00.867 9.273c.125.325.238.58.342.808a18.8 18.8 0 002.5 4.141 6 6 0 002.188 1.877 3.8 3.8 0 001.517.453 2.3 2.3 0 00.917-.209c.176-.073.347-.153.512-.231l.031-.015a7.6 7.6 0 011.376-.536 6.4 6.4 0 011.372-.164h.025Z"/><path fill="currentColor" d="M20.222 27.999c.106-.022.403-.153.625-.251.488-.214.9-.577 1.52-1.34.83-1.022 1.578-2.268 2.226-3.704.11-.245.198-.451.275-.65l.018-.049.021-.047c1.815-4.068.815-7.88.804-7.918l-.014-.055-.012-.056c-.388-1.835-1.9-2.897-2.02-2.98a3 3 0 01-.184-.127l-.063-.049a3 3 0 00-.604-.365 4.1 4.1 0 00-1.746-.407h-.1c-.689.017-1.398.29-2.296.636l-.008.003-.597.227c-.26.097-.786.277-.897.315a2.7 2.7 0 01-.89.151h-.561c-.307 0-.608-.05-.894-.151l-.05-.018a50 50 0 01-.843-.298l-.015-.005-.585-.223c-.935-.36-1.612-.619-2.303-.636L10.917 10c-.556 0-1.187.149-1.737.41a3 3 0 00-.603.365 3 3 0 01-.215.156c-.107.075-1.667 1.187-2.03 2.925l-.01.054-.015.054c-.043.16-1.022 3.942.761 7.94l.021.048.019.048c.11.284.206.503.295.698l.004.009c.645 1.432 1.393 2.677 2.224 3.7.612.754 1.016 1.12 1.438 1.306l.008.004c.262.114.585.256.704.28a1 1 0 00.148-.053c.136-.057.282-.125.42-.19l.065-.03c.486-.228 1.037-.485 1.717-.656.516-.13 1.105-.204 1.802-.224l.118-.001.034.001c.444.015 1.112.055 1.784.224.688.173 1.264.443 1.727.661l.064.03q.216.104.407.184l.01.004a1 1 0 00.145.052M20.221 30c-.29 0-.584-.067-.924-.21-.179-.075-.352-.157-.52-.236l-.032-.015c-.426-.2-.866-.407-1.364-.532-.487-.122-1.018-.152-1.364-.164h-.025c-.547.016-.995.07-1.372.164-.502.127-.943.334-1.376.536l-.031.015c-.165.078-.336.158-.512.231-.338.142-.63.209-.917.209-.486 0-.915-.19-1.517-.453-.856-.377-1.495-1.023-2.188-1.876-.94-1.157-1.78-2.551-2.495-4.141a14 14 0 01-.342-.808c-2.03-4.55-.99-8.813-.867-9.273.544-2.608 2.782-4.117 2.887-4.186l.06-.043a5 5 0 011.002-.615 6.2 6.2 0 012.753-.6c1.037.025 1.935.37 2.974.768l.578.22c.262.098.855.302.857.303a.7.7 0 00.233.04h.22q.026-.005.046-.006h.032l.043.005h.22q.119 0 .233-.04c.006-.002.6-.205.855-.3l.586-.223c1.038-.4 1.935-.743 2.967-.768h.147c.878 0 1.78.207 2.607.6.387.184.715.385.999.614q.03.025.063.045c.023.015 2.314 1.463 2.904 4.254.077.28 1.178 4.584-.907 9.258-.086.222-.186.463-.318.755-.718 1.591-1.558 2.985-2.497 4.14-.693.854-1.342 1.506-2.269 1.912-.554.244-.954.42-1.43.42"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.173 10.001s-1.01-4.452 1.825-6m1.999 9.998a4.79 4.79 0 012 4"/></g>'
645
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M12.011 21.212a4.4 4.4 0 01.909.112 5 5 0 01.909.362l.021.01q.168.083.347.161a1.5 1.5 0 00.616.144 2.3 2.3 0 00.953-.287 4.05 4.05 0 001.513-1.3 13 13 0 001.664-2.823c.088-.2.155-.363.212-.515a10.36 10.36 0 00.6-6.312 4.88 4.88 0 00-1.936-2.9l-.042-.03a3.3 3.3 0 00-.666-.418 4 4 0 00-1.738-.41h-.1a5.7 5.7 0 00-1.978.524l-.391.152c-.17.065-.566.2-.57.2a.5.5 0 01-.156.027h-.365a.5.5 0 01-.155-.027s-.4-.14-.571-.206l-.386-.15a5.8 5.8 0 00-1.983-.525h-.107a4.04 4.04 0 00-1.729.411 3.3 3.3 0 00-.668.419l-.04.029a4.96 4.96 0 00-1.924 2.855 10.36 10.36 0 00.578 6.322c.084.222.159.4.228.551a13 13 0 001.663 2.823 4 4 0 001.459 1.28A2.5 2.5 0 009.189 22a1.5 1.5 0 00.611-.142q.176-.073.341-.158l.021-.01a5 5 0 01.917-.365 4.2 4.2 0 01.915-.112h.016Z"/><path fill="currentColor" d="m9.175 19.945.087-.041.05-.025c.335-.16.751-.358 1.269-.492a6 6 0 011.353-.174h.147a6.3 6.3 0 011.338.174c.524.135.942.336 1.278.497l.042.02.085.041.125-.056c.183-.082.375-.231.764-.721.52-.654.991-1.458 1.402-2.388a8 8 0 00.17-.412l.017-.048.021-.046c1.117-2.562.511-4.977.505-4.999l-.014-.054-.011-.055c-.204-.984-.998-1.577-1.077-1.634a2 2 0 01-.154-.11l-.062-.049a2 2 0 00-1.13-.371h-.05c-.322.008-.683.144-1.295.385l-.41.16c-.18.068-.521.188-.612.22a2.5 2.5 0 01-.827.143h-.373q-.43 0-.83-.144l-.03-.01a32 32 0 01-.578-.21l-.015-.005-.391-.153c-.613-.24-.977-.377-1.3-.386L8.611 9c-.265 0-.584.078-.856.211-.113.054-.2.108-.269.163a2 2 0 01-.186.14c-.072.052-.902.676-1.09 1.6l-.011.053-.014.053c-.026.1-.63 2.482.476 5.017l.02.046.018.048c.067.178.128.317.183.442l.004.009c.408.927.88 1.73 1.4 2.385.327.412.54.622.71.698l.005.002c.055.025.117.053.174.077M14.815 22c-.194 0-.39-.046-.617-.144q-.179-.077-.347-.16l-.021-.01c-.284-.137-.577-.277-.91-.363a4.4 4.4 0 00-.909-.112h-.016a4.2 4.2 0 00-.915.112c-.334.086-.629.228-.917.365l-.021.01q-.165.082-.341.158a1.5 1.5 0 01-.612.143c-.323 0-.61-.13-1.011-.31-.57-.256-.997-.697-1.459-1.279-.626-.788-1.186-1.739-1.663-2.823a10 10 0 01-.228-.55c-1.353-3.103-.66-6.01-.578-6.323.363-1.778 1.855-2.807 1.925-2.854l.04-.03c.191-.157.41-.294.668-.419a4.04 4.04 0 011.835-.41c.691.018 1.29.253 1.983.525l.385.15c.175.066.57.206.572.206q.074.027.155.027h.147l.03-.004.021.001q.016 0 .029.003h.146a.5.5 0 00.156-.027c.004-.002.4-.14.57-.205l.39-.152c.693-.272 1.29-.507 1.978-.524h.1c.584 0 1.185.141 1.737.41.258.125.476.262.666.418q.02.016.042.03c.015.01 1.543.998 1.936 2.901.05.191.785 3.126-.605 6.312a10 10 0 01-.212.515c-.479 1.085-1.039 2.035-1.664 2.823-.462.582-.895 1.027-1.513 1.303-.37.167-.637.287-.953.287"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.09 8s-.5-2.968.913-4m-.007 8.001s2.075 1.039 2 3"/></g>'
648
646
  },
649
647
  "arrow-down": {
650
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 18.002 10 10 10-10m-10 8v-22"/>'
648
+ 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"/>'
651
649
  },
652
650
  "arrow-left": {
653
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14.001 6-10 10 10 10m-8-10h22"/>'
651
+ 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"/>'
654
652
  },
655
653
  "arrow-right": {
656
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.001 26 10-10-10-10m8 10h-22"/>'
654
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 18.001 6-6-6-6m4 6H4"/>'
657
655
  },
658
656
  "arrow-up": {
659
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m26.001 13.999-10-10-10 10m9.999-8v22"/>'
657
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 10-6-6-6 6m6-4v14"/>'
660
658
  },
661
659
  attachment: {
662
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.003 15.251-11.347 10.7a7.73 7.73 0 01-10.484 0 6.714 6.714 0 010-9.886l11.348-10.7a5.156 5.156 0 016.989 0 4.477 4.477 0 010 6.592l-11.361 10.7a2.574 2.574 0 01-3.493 0 2.235 2.235 0 010-3.295l10.483-9.875"/>'
660
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m21 11.439-8.51 8.025a5.8 5.8 0 01-7.862 0 5.035 5.035 0 010-7.414l8.51-8.026a3.867 3.867 0 015.242 0 3.357 3.357 0 010 4.943l-8.52 8.025a1.93 1.93 0 01-2.62 0 1.676 1.676 0 010-2.471l7.862-7.406"/>'
663
661
  },
664
662
  "back-to-front": {
665
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m24 3-4 4 4 4"/><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 7H6a3 3 0 00-2.278.709A2.64 2.64 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3 3 0 006 24h20a3 3 0 002.278-.707A2.63 2.63 0 0029 21.168V9.834a2.63 2.63 0 00-.722-2.125A3 3 0 0026 7h-4"/><g stroke-miterlimit="10"><path d="M11.795 25h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406H12.21c-.85 0-1.436-.726-1.134-1.4Z"/><path fill="currentColor" d="M11.795 25H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.404z"/></g></g>'
663
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 6H5a1.88 1.88 0 00-1.5.5A1.88 1.88 0 003 8v8a1.89 1.89 0 00.5 1.5A1.88 1.88 0 005 18h14a1.88 1.88 0 001.5-.5A1.88 1.88 0 0021 16V8a1.88 1.88 0 00-.5-1.5A1.88 1.88 0 0019 6h-3"/><g fill="none" stroke-miterlimit="10"><path d="M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z"/><path fill="currentColor" d="M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.999 3-3 3 3 3"/>'
666
664
  },
667
665
  bell: {
668
- body: '<path fill="currentColor" d="M13 26.161a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z"/><g fill="none" stroke-miterlimit="10"><path d="M18.018 3.277a7.48 7.48 0 015.876 7.128v3.959a9.1 9.1 0 003.538 7.261l.171.139a1.27 1.27 0 01.4.915 1.37 1.37 0 01-1.416 1.322H5.418a1.37 1.37 0 01-1.416-1.322 1.27 1.27 0 01.4-.915l.171-.139a9.1 9.1 0 003.538-7.261v-3.963a7.464 7.464 0 015.667-7.073 7.9 7.9 0 014.24-.051"/><path fill="currentColor" d="M16.123 5.001a6.8 6.8 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.2 11.2 0 017.096 22h17.808a11.2 11.2 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.069-.017-.067-.022A4.2 4.2 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915q.085-.068.17-.139c2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332"/></g>'
666
+ body: '<path fill="currentColor" d="M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z"/><g fill="none" stroke-miterlimit="10"><path d="M13.514 2.21a5.68 5.68 0 014.407 5.431v3.016a6.97 6.97 0 002.652 5.533l.128.106a.97.97 0 01.3.7 1.036 1.036 0 01-1.062 1.007H4.062A1.036 1.036 0 013 16.996a.97.97 0 01.3-.7l.128-.106a6.97 6.97 0 002.654-5.532V7.641a5.67 5.67 0 014.25-5.389 5.84 5.84 0 013.182-.042"/><path fill="currentColor" d="M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106c.184.18.298.425.298.697 0 .556-.476 1.007-1.062 1.007H4.062C3.476 18 3 17.55 3 16.993c0-.272.114-.517.298-.697l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253"/></g>'
669
667
  },
670
668
  "bell-active": {
671
- body: '<g fill="currentColor"><path d="M13 26.16a2.924 2.924 0 003 2.841 2.924 2.924 0 003-2.841v-.159h-6Z"/><g stroke-miterlimit="10"><path d="M26.584 23H5.416C5.19 23 5 22.852 5 22.678c0-.073.034-.132.07-.173l.064-.052.062-.05c2.558-2.073 3.91-4.853 3.91-8.04v-3.959c0-1.392.478-2.714 1.381-3.824.886-1.088 2.147-1.9 3.55-2.284l.02-.005.018-.006A7.7 7.7 0 0116.123 4c.586 0 1.12.077 1.588.227l.034.011.034.009c3.012.742 5.115 3.274 5.115 6.157v3.96c0 3.186 1.352 5.966 3.909 8.037l.06.05.067.054c.036.041.07.1.07.173 0 .174-.19.322-.416.322"/><path d="M16.123 5a6.8 6.8 0 00-1.75.24l-.022.007-.05.013c-1.203.33-2.283 1.024-3.038 1.952-.757.929-1.157 2.033-1.157 3.192v3.96c0 1.744-.373 3.391-1.109 4.896A11.2 11.2 0 017.096 22h17.808a11.2 11.2 0 01-1.9-2.74c-.737-1.505-1.11-3.152-1.11-4.897v-3.959c0-2.422-1.79-4.554-4.354-5.186l-.07-.018-.067-.022A4.2 4.2 0 0016.123 5m0-2c.602 0 1.259.07 1.895.276 3.382.834 5.876 3.708 5.876 7.128v3.96c0 2.897 1.236 5.395 3.538 7.26l.171.14c.245.236.397.558.397.914 0 .73-.634 1.322-1.416 1.322H5.416C4.634 24 4 23.408 4 22.678c0-.356.152-.678.397-.915q.085-.068.17-.139c2.303-1.865 3.54-4.363 3.54-7.26v-3.96c0-3.348 2.392-6.175 5.666-7.072 0 0 1.044-.332 2.35-.332"/></g></g>'
669
+ body: '<g fill="currentColor"><path d="M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z"/><g stroke-miterlimit="10"><path d="M19.938 17H4.062a.1.1 0 01-.039-.007l.037-.03c1.976-1.626 3.02-3.806 3.02-6.305V7.64c0-1.008.34-1.965.984-2.769a4.97 4.97 0 012.534-1.656l.02-.005.019-.007A5.5 5.5 0 0112.092 3c.412 0 .786.054 1.11.16l.034.011.035.01c2.149.537 3.65 2.372 3.65 4.46v3.017c0 2.499 1.043 4.679 3.018 6.304l.038.031a.1.1 0 01-.039.007"/><path d="M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106a.97.97 0 01.298.696C21 17.55 20.524 18 19.938 18H4.062C3.476 18 3 17.55 3 16.992c0-.27.114-.516.298-.696l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253"/></g></g>'
672
670
  },
673
671
  bold: {
674
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 5h10a5.525 5.525 0 010 11H8Zm0 11h11.076a5.534 5.534 0 010 11H8Z"/>'
672
+ 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"/>'
675
673
  },
676
674
  bookmark: {
677
- body: '<g fill="none" stroke-miterlimit="10"><path d="M10 5.206v23.461a.3.3 0 00.527.23l5.323-6.285a.19.19 0 01.3 0l5.324 6.285a.3.3 0 00.526-.23V5.206A2.11 2.11 0 0020 3h-8a2.11 2.11 0 00-2 2.206"/><path fill="currentColor" d="M12.058 5a.35.35 0 00-.058.206V24.06l2.32-2.74a2.192 2.192 0 013.355-.004L20 24.059V5.206A.35.35 0 0019.942 5zm-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.19.19 0 00-.299 0l-5.323 6.285c-.189.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3"/></g>'
675
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M7 4.526v16.24a.257.257 0 00.439.159l4.436-4.351a.18.18 0 01.249 0l4.437 4.351a.257.257 0 00.439-.159V4.526a1.6 1.6 0 00-1.664-1.527H8.664A1.6 1.6 0 007 4.526"/><path fill="currentColor" d="M9 4.999v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.593V5zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.526C7 3.683 7.745 3 8.664 3"/></g>'
678
676
  },
679
677
  "bookmark-active": {
680
- body: '<g fill="currentColor" stroke-miterlimit="10"><path d="m21 26.787-4.088-4.826a1.193 1.193 0 00-1.827.002L11 26.787V5.207C11 4.54 11.447 4 11.997 4h8.006c.55 0 .997.541.997 1.206z"/><path d="M12.058 5a.35.35 0 00-.058.206V24.06l2.324-2.744a2.192 2.192 0 013.351 0L20 24.059V5.206A.35.35 0 0019.942 5zm-.061-2h8.006C21.106 3 22 3.988 22 5.206v23.457c0 .305-.338.453-.527.23l-5.324-6.285a.19.19 0 00-.299 0l-5.323 6.285c-.19.223-.527.075-.527-.23V5.206C10 3.988 10.894 3 11.997 3"/></g>'
678
+ body: '<g fill="currentColor" stroke-miterlimit="10"><path d="m16 18.977-3.176-3.115a1.17 1.17 0 00-.824-.336c-.313 0-.606.12-.827.338L8 18.976V4.528c0-.285.304-.527.664-.527h6.672c.36 0 .664.242.664.527z"/><path d="M9 5.001v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.595V5.001zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.528c0-.843.745-1.527 1.664-1.527"/></g>'
681
679
  },
682
680
  building: {
683
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 29.001h24M18 4V3h-4v1"/><path stroke-linecap="round" d="M16 28.001v-3m-5-15h2m-2 4h2m-2 4h2m6-8h2m-2 4h2m-2 4h2"/><g transform="translate(6 4.001)"><rect width="20" height="26" rx="2" stroke="none"/><rect width="18" height="24" x="1" y="1" rx="1"/></g></g>'
681
+ 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>'
684
682
  },
685
- "bullet-list": {
686
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M12 22h6m-6-6h15m-15-6h10"/><g transform="translate(4 8.334) translate(0 -.334)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g><g transform="translate(4 8.334) translate(0 5.666)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g><g transform="translate(4 8.334) translate(0 11.666)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g>'
683
+ "bulleted-list": {
684
+ 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>'
687
685
  },
688
686
  calendar: {
689
- body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 5)"><path stroke-linecap="round" stroke-miterlimit="10" d="M8-1v4m12-4v4M1 6h26M6 11h2m5 0h2m-9 7h2m5 0h2m5-7h2m-2 7h2"/><rect width="28" height="24" rx="3" stroke="none"/><rect width="26" height="22" x="1" y="1" rx="2"/></g>'
687
+ 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>'
690
688
  },
691
689
  "camera-off": {
692
- body: '<path fill="currentColor" d="M27.198 27H9.243l2-2h15.955a.93.93 0 00.8-.752V10.504a.93.93 0 00-.8-.756h-.7l1.768-1.768a2.9 2.9 0 011.739 2.518v13.75A2.9 2.9 0 0127.198 27M2.311 25.445A2.54 2.54 0 012 24.252v-13.75a2.884 2.884 0 012.8-2.75h2.8L10.4 5h8.4l2.392 1.566-1.445 1.445-1.543-1.012H11.22l-2.8 2.752H4.806a.925.925 0 00-.8.75v13.258l-1.687 1.686Z"/><path fill="currentColor" d="M14.998 23.002a6 6 0 01-1.552-.2l1.8-1.8a4.01 4.01 0 003.738-3.74l1.809-1.809a6 6 0 01-5.8 7.557Zm-5.8-4.447a6 6 0 017.353-7.35l-1.8 1.8a4 4 0 00-3.744 3.744l-1.8 1.8Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
690
+ body: '<path fill="currentColor" d="M3.293 19.278a1 1 0 00-.218.328 1 1 0 01.218-.328M20 8.228v9.721a.3.3 0 01-.052.051h-9.72l-2 2H20a2.087 2.087 0 002-2V8a1.96 1.96 0 00-.506-1.266ZM4 15.743V8.051A.3.3 0 014.052 8h2.776l2-2h4.566l.21.14 1.442-1.44L14 4H8L6 6H4a2.087 2.087 0 00-2 2v9.743Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M10.617 9.126a3.49 3.49 0 00-2.491 2.491m4.215 4.269a3.49 3.49 0 002.545-2.545"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20 20 4"/>'
693
691
  },
694
692
  "camera-on": {
695
- body: '<rect fill="none"/><g fill="none" stroke-miterlimit="10"><path d="M27.2 7.75H23L18.8 5h-8.4L7.6 7.75H4.8A2.9 2.9 0 002 10.5v13.75A2.9 2.9 0 004.8 27h22.4a2.9 2.9 0 002.8-2.75V10.5a2.9 2.9 0 00-2.8-2.75"/><path fill="currentColor" d="m11.218 7-2.8 2.75H4.803c-.352 0-.802.423-.803.75v13.747c0 .33.451.753.8.753h22.397c.352 0 .803-.423.803-.75V10.503c0-.33-.45-.752-.8-.753h-4.796L18.204 7zM10.4 5h8.4L23 7.75h4.2c1.448.003 2.798 1.304 2.8 2.75v13.75c-.002 1.446-1.352 2.748-2.8 2.75H4.8c-1.448-.002-2.798-1.304-2.8-2.75V10.5c.002-1.446 1.352-2.747 2.8-2.75h2.8z"/><g stroke="currentColor" stroke-width="2" transform="translate(9 11)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g></g>'
693
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M20 6h-3l-3-2H8L6 6H4a2.087 2.087 0 00-2 2v10a2.087 2.087 0 002 2h16a2.087 2.087 0 002-2V8a2.087 2.087 0 00-2-2"/><path fill="currentColor" d="m8.828 6-2 2H4.052A.2.2 0 004 8.051v9.898a.2.2 0 00.052.051h15.896a.2.2 0 00.052-.05v-9.9a.2.2 0 00-.052-.05h-3.554l-3-2zM8 4h6l3 2h3c1.034 0 1.998.947 2 2v10c-.002 1.05-.966 1.997-2 2H4c-1.034-.003-1.998-.95-2-2V8c.002-1.053.966-2 2-2h2z"/><g stroke="currentColor" stroke-width="2" transform="translate(7 8)"><circle cx="4.5" cy="4.5" r="4.5" stroke="none"/><circle cx="4.5" cy="4.5" r="3.5"/></g></g>'
696
694
  },
697
695
  catalog: {
698
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10"><path d="M8 2h16a1 1 0 011 1v26a1 1 0 01-1 1H8a3 3 0 01-3-3V5a3 3 0 013-3" stroke="none"/><path d="M8 3h16v26H8a2 2 0 01-2-2V5a2 2 0 012-2Z"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M10 13h10m-10 4h10m-10 4h5"/><path d="M6 8h18"/></g>'
696
+ 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>'
699
697
  },
700
698
  certificate: {
701
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="22.926" d="M16.001 3.998a8 8 0 11-8 8 8 8 0 018-8Z"/><path stroke-miterlimit="22.926" d="M16 9.001a3 3 0 11-3 3 3 3 0 013-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 18-4 4h3v3h3v3l5-5 5 5v-3h3v-3h3l-4-4"/></g>'
699
+ 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>'
702
700
  },
703
701
  chat: {
704
- body: '<path fill="none" stroke="currentColor" stroke-width="2" d="M14.998 23.002h-3c-4.9 0-9-3.238-9-8 0-4.738 4.1-8 9-8h8c4.9 0 9 3.262 9 8 0 4.762-4.7 8-9 8l-1 4Z"/>'
702
+ 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"/>'
705
703
  },
706
704
  check: {
707
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 15.001 7 7 12-12"/>'
705
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6.996 12 4 4 7-7"/>'
708
706
  },
709
707
  "check-badge": {
710
- body: '<path fill="currentColor" d="m16.873 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.44 1.44 0 011.37 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.327 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.44 1.44 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.34 1.34 0 00-1.746 0l-2.152 1.828a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.44 1.44 0 01-1.37-1.968l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.44 1.44 0 011.369-1.98l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.34 1.34 0 001.746-.001"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 16.999 3 3 7-7"/>'
708
+ body: '<path fill="currentColor" d="m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 12 2 2 4-4"/>'
711
709
  },
712
710
  "check-circle": {
713
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m12 16 3 3 6-6"/></g>'
711
+ 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>'
714
712
  },
715
713
  checkbox: {
716
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><rect width="28" height="28" rx="3" stroke="none"/><rect width="26" height="26" x="1" y="1" rx="2"/></g>'
714
+ 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>'
717
715
  },
718
716
  "chevron-down": {
719
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 11 10 10 10-10"/>'
717
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 10 6 6 6-6"/>'
720
718
  },
721
719
  "chevron-down-circle": {
722
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m11 14 5 5 5-5"/></g>'
720
+ 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>'
723
721
  },
724
722
  "chevron-left": {
725
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 6 11 16l10 10"/>'
723
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 6-6 6 6 6"/>'
726
724
  },
727
725
  "chevron-left-circle": {
728
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m18.001 11-5 5 5 5"/></g>'
726
+ 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>'
727
+ },
728
+ "chevron-right": {
729
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 18 6-6-6-6"/>'
729
730
  },
730
731
  "chevron-right-circle": {
731
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 26 10-10L12 6"/>'
732
+ 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>'
732
733
  },
733
734
  "chevron-up": {
734
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 20 16 10 6 20"/>'
735
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 16-6-6-6 6"/>'
735
736
  },
736
737
  "chevron-up-circle": {
737
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m11.001 18 5-5 5 5"/></g>'
738
+ 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>'
738
739
  },
739
740
  circle: {
740
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g>'
741
+ 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>'
741
742
  },
742
743
  classroom: {
743
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 14h24M4 28h24"/><path stroke="currentColor" stroke-width="2" d="M8 13a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M8 5.999a3 3 0 11.879 2.121A3 3 0 018 5.999"/><path fill="currentColor" d="M11 4.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293A.98.98 0 0012 5.999a.98.98 0 00-.291-.706A1 1 0 0011 4.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0111 8.999a3 3 0 01-2.121-.879A3 3 0 018 5.999c0-.83.336-1.578.879-2.122A3 3 0 0111 2.999"/></g><path stroke="currentColor" stroke-width="2" d="M13 27a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M13 19.999a3 3 0 11.879 2.121A3 3 0 0113 19.999"/><path fill="currentColor" d="M16 18.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293a.98.98 0 00.293-.707.98.98 0 00-.291-.706 1 1 0 00-.709-.294m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 0113 19.999c0-.83.336-1.578.879-2.122A3 3 0 0116 16.999"/></g><path stroke="currentColor" stroke-width="2" d="M18 13a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M18 5.999a3 3 0 11.879 2.121A3 3 0 0118 5.999"/><path fill="currentColor" d="M21 4.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415 1 1 0 00.707.293c.341 0 .574-.16.707-.293A.98.98 0 0022 5.999a.98.98 0 00-.291-.706A1 1 0 0021 4.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0121 8.999a3 3 0 01-2.121-.879A3 3 0 0118 5.999c0-.83.336-1.578.879-2.122A3 3 0 0121 2.999"/></g></g>'
744
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3 10h18M3 21h18"/><path stroke="currentColor" stroke-width="2" d="M6 8.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 3.999a2 2 0 11.586 1.414A2 2 0 016 3.999"/><path fill="currentColor" d="M8 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 1.999"/></g><path stroke="currentColor" stroke-width="2" d="M10 19.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 14.999a2 2 0 11.586 1.414A2 2 0 0110 14.999"/><path fill="currentColor" d="M12 12.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 12.999"/></g><path stroke="currentColor" stroke-width="2" d="M14 8.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 3.999a2 2 0 11.586 1.414A2 2 0 0114 3.999"/><path fill="currentColor" d="M16 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 0116 1.999"/></g></g>'
744
745
  },
745
746
  "clear-field": {
746
- body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 3)"><circle cx="13" cy="13" r="13" fill="currentColor" stroke="none"/><circle cx="13" cy="13" r="12" fill="none"/></g><path fill="none" stroke-linecap="round" d="m12 20 8-8m-8 0 8 8"/></g>'
747
+ 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>'
747
748
  },
748
749
  "clear-style": {
749
- body: '<path fill="currentColor" d="M18 28h-4a1 1 0 010-2h1v-4.76l2-2V26h1a1 1 0 110 2m-3-15.244V8H8v1a1 1 0 01-2 0V5a.99.99 0 011-1 1 1 0 011 1v1h13.75l-2 2H17v2.754l-2 2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 27 27 5"/>'
750
+ 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"/>'
750
751
  },
751
752
  close: {
752
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 24 24 8M8 8l16 16"/>'
753
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M6 18 18 6M6 6l12 12"/>'
753
754
  },
754
755
  "close-circle": {
755
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" d="m11 21.001 10-10m-10 0 10 10"/></g>'
756
+ 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>'
756
757
  },
757
758
  "close-loader": {
758
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m12 20 8-8m-8 0 8 8"/>'
759
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m9 15 6-6M9 9l6 6"/>'
759
760
  },
760
761
  coffee: {
761
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-linejoin="round"><path d="M7 10.999h16a1 1 0 011 1v7a8 8 0 01-8 8h-2a8 8 0 01-8-8v-7a1 1 0 011-1" stroke="none"/><path d="M7 11.999h16v7a7 7 0 01-7 7h-2a7 7 0 01-7-7z"/></g><g stroke-linejoin="round"><path d="M22.001 18.999v-8h3a3 3 0 013 3v2a3 3 0 01-3 3z" stroke="none"/><path d="M23.001 17.999v-6h2a2 2 0 012 2v2a2 2 0 01-2 2z"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4 26.999h22"/><path stroke-linecap="round" d="M10 7.999v-2m5 2v-2m5 2v-2"/></g>'
762
+ 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>',
763
+ width: 25,
764
+ height: 25
762
765
  },
763
766
  color: {
764
- body: '<defs><radialGradient id="svgID0" cx=".5" cy=".5" r=".5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="currentColor"/><stop offset=".148" stop-color="currentColor"/><stop offset=".32" stop-color="currentColor"/><stop offset=".493" stop-color="currentColor"/><stop offset=".66" stop-color="currentColor"/><stop offset=".833" stop-color="currentColor"/><stop offset="1" stop-color="currentColor"/></radialGradient></defs><g fill="url(#svgID0)" stroke="currentColor" transform="translate(4 4)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11.5" fill="none"/></g>'
767
+ 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>'
765
768
  },
766
769
  "contact-us": {
767
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24 16.001v-3.808c0-3.934-3.513-8.192-8-8.192s-8 4.257-8 8.192v1.8"/><path d="M21 12.001v3.912a7.6 7.6 0 01-2 5.588m-9.001-14.5c0 2.143 7.7 5 11 5M13 10.5c-.862.606-1.949 3.279-2 4.889v1.222a6.65 6.65 0 002 4.889m5.999 5.501a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m.002-.003h.469c2.493.021 4.522-4.31 4.531-9.671v-.328"/><path d="M25 14h-1v4h1a.95.95 0 001-.889v-2.223A.95.95 0 0025 14m-18 .002h1v4H7a.95.95 0 01-1-.887v-2.223a.95.95 0 011-.89"/></g>'
770
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.999 11V8.461c0-2.623-2.635-5.461-6-5.461s-6 2.838-6 5.461v1.2"/><path d="M15.995 10.002v1.251a4.85 4.85 0 01-1.5 3.75M8.999 4.001c0 2.571 6 6 9 6m-7.5-3a5.97 5.97 0 00-2.5 4v1a4.76 4.76 0 002.5 4m2.499 4a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m0-.005h.469c2.493.013 4.522-2.587 4.531-5.8v-.2m.502-3.994H18v4h.5c.276 0 .5-.4.5-.889V10.89c0-.49-.224-.887-.5-.888m-13 0H6v4h-.5c-.276 0-.5-.4-.5-.887v-2.223c0-.491.223-.889.5-.89"/></g>'
768
771
  },
769
772
  copy: {
770
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(10.001 3)"><rect width="16" height="22" rx="2" stroke="none"/><rect width="14" height="20" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M19 28h-9a2.665 2.665 0 01-3-3V10"/></g>'
773
+ 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>'
771
774
  },
772
775
  courses: {
773
- body: '<path fill="currentColor" d="M28 13h2v7a1 1 0 01-1 1 1 1 0 01-1-1z"/><g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M22 25.996H10a2.003 2.003 0 01-2.001-2v-8.344l-.524-.283-4.387-2.373L16 6.012l12.913 6.984-4.387 2.373-.524.283v8.344c0 1.103-.897 2-2 2"/><path fill="currentColor" d="M22 24.996c.552 0 1.001-.45 1.001-1v-8.94l1.049-.568 2.76-1.492-10.811-5.848-10.81 5.848 3.809 2.06v8.94c0 .55.449 1 1 1zm0 2H10a3 3 0 01-3.001-3v-7.748l-4.523-2.445a.92.92 0 010-1.612L15.584 5.1a.89.89 0 01.83 0l13.11 7.092a.92.92 0 010 1.612L25 16.248v7.748c0 1.656-1.344 3-3 3"/></g><g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M16 19.98 3.088 12.996l12.914-6.983 12.913 6.983z"/><path fill="currentColor" d="m16 18.842 10.812-5.845L16 7.15 5.19 12.997zm0 2.155a.9.9 0 01-.416-.106L2.476 13.803c-.634-.343-.634-1.27 0-1.613l13.108-7.088c.26-.14.573-.14.833 0l13.109 7.088c.633.343.633 1.27 0 1.613L16.417 20.89a.9.9 0 01-.416.106"/></g>'
776
+ body: '<g fill="none" stroke-miterlimit="10"><path d="m20.695 9.514-8.427-4.452a.57.57 0 00-.535 0L3.306 9.514a.572.572 0 000 1.013L6 11.999v5a1.85 1.85 0 002 2h8a1.85 1.85 0 002-2v-5l2.695-1.472a.572.572 0 000-1.013"/><path fill="currentColor" d="m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772zm0-2.187q.14 0 .268.067l8.427 4.452a.572.572 0 010 1.013L18 11.999v5c0 1.24-.759 2-2 2H8c-1.24 0-2-.76-2-2v-5l-2.695-1.472a.572.572 0 010-1.013l8.427-4.452A.6.6 0 0112 4.995"/></g><g fill="none" stroke-miterlimit="10"><path d="m11.732 14.933-8.427-4.43a.568.568 0 010-1.008l8.427-4.43a.58.58 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.58.58 0 01-.535 0"/><path fill="currentColor" d="m12 12.81 5.355-2.815L12 7.18 6.645 9.996zm0 2.185a.6.6 0 01-.268-.067L3.305 10.5a.568.568 0 010-1.007l8.427-4.43a.58.58 0 01.536 0l8.427 4.43a.568.568 0 010 1.007l-8.427 4.43a.6.6 0 01-.268.067"/></g><path fill="currentColor" d="M19 10h2v5a1 1 0 01-1 1 1 1 0 01-1-1z"/>'
774
777
  },
775
778
  dashboard: {
776
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(5 3)"><rect width="10" height="10" rx="2" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="1"/></g><g transform="translate(17 19)"><rect width="10" height="10" rx="2" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="1"/></g><g transform="translate(17 3)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="8" height="12" x="1" y="1" rx="1"/></g><g transform="translate(5 15)"><rect width="10" height="14" rx="2" stroke="none"/><rect width="8" height="12" x="1" y="1" rx="1"/></g></g>'
779
+ 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>'
777
780
  },
778
781
  download: {
779
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 15 4 4 4-4m-4 4V5m12 18.001v4H4v-4"/>'
782
+ 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"/>'
780
783
  },
781
784
  drag: {
782
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M21 3.999v24m-5-24v24m-5-24v24"/>'
785
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 4v16M12 4v16M8 4v16"/>'
783
786
  },
784
787
  duplicate: {
785
- body: '<g stroke-miterlimit="10"><g fill="rgba(0,0,0,0)"><path d="M16.998 29H5a2 2 0 01-1.999-2V14.997c0-1.103.896-2 1.999-2h8.001V5.003a2 2 0 011.999-2h11.998c1.103 0 2 .896 2 2v11.998a2 2 0 01-2 1.998h-8v8.002a2 2 0 01-2 1.998"/><path fill="currentColor" d="M16.998 28a1 1 0 001-.999v-9.002h9a1 1 0 001-.998V5.003c0-.55-.448-1-1-1H15c-.55 0-.999.45-.999 1v8.994H5c-.55 0-.999.45-.999 1v12.004a1 1 0 00.999.998zm0 2H5a3 3 0 01-2.999-2.998V14.997c0-1.652 1.343-3 2.999-3h7.001V5.003c0-1.658 1.343-3 2.999-3h11.998a3 3 0 013 3v11.998a3 3 0 01-3 2.998h-7v7.002a3 3 0 01-3 2.998"/></g><g fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" transform="translate(12 2.001)"><rect width="18" height="18" rx="3" stroke="none"/><rect x="1" y="1" fill="none" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 11.001h6m-3-3v6"/></g>'
788
+ 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>'
786
789
  },
787
790
  edit: {
788
- body: '<g fill="none" stroke-miterlimit="10"><path d="m25.129 3.672 3.175 3.169a2.37 2.37 0 01.008 3.348l-16.735 16.88a2.37 2.37 0 01-1.2.654l-6 1.254a1.143 1.143 0 01-1.354-1.354l1.3-6.114a2.37 2.37 0 01.656-1.2L21.89 3.659a2.3 2.3 0 013.239.013"/><path fill="currentColor" d="M23.506 5a.3.3 0 00-.21.086L6.385 21.736a.37.37 0 00-.103.188l-1.027 4.825 4.712-.985a.37.37 0 00.19-.104L26.891 8.78a.37.37 0 000-.524l-3.176-3.169a.3.3 0 00-.21-.087m0-2a2.3 2.3 0 011.623.672l3.175 3.169a2.37 2.37 0 01.008 3.347l-16.734 16.88a2.37 2.37 0 01-1.202.654L4.38 28.976a1.143 1.143 0 01-1.355-1.356l1.3-6.113a2.37 2.37 0 01.656-1.198L21.892 3.66A2.3 2.3 0 0123.506 3"/><path stroke="currentColor" stroke-width="2" d="m20 8 4 4M8 19l5 5"/></g>'
791
+ body: '<g fill="none" stroke-miterlimit="10"><path d="m18.318 3.465 2.2 2.194a1.64 1.64 0 01.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.868a.792.792 0 01-.938-.938l.9-4.233a1.64 1.64 0 01.454-.829L16.079 3.457a1.59 1.59 0 012.239.008"/><path fill="currentColor" d="M17.194 5.167 5.852 16.334l-.492 2.312 2.232-.466 11.26-11.358zM17.196 3c.407 0 .814.155 1.124.465l2.198 2.194c.64.64.643 1.675.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.867a.792.792 0 01-.938-.937l.9-4.233c.067-.315.226-.603.455-.829L16.079 3.457A1.6 1.6 0 0117.196 3"/><path stroke="currentColor" stroke-width="2" d="m14 6 4 4M7 13.998l3 3"/></g>'
789
792
  },
790
793
  elearning: {
791
- body: '<g transform="translate(4.001 5.332)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-2 -3.332)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M-.001 20.668h24"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(3 17.668)"/><path fill="currentColor" d="M15.21 4.775a1 1 0 010 1.789l-4.764 2.381a1 1 0 01-1.447-.894V3.287a1 1 0 011.447-.894Z"/></g>'
794
+ 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"/>'
792
795
  },
793
796
  email: {
794
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="rotate(90 12 18.001)"><rect width="20" height="28" rx="3" stroke="none"/><rect width="18" height="26" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4 8.001 12 9 12-9"/></g>'
797
+ 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>'
795
798
  },
796
799
  error: {
797
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M16 9v7m0 5v2"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g></g>'
800
+ 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>'
798
801
  },
799
802
  "error-2": {
800
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 5v13m0 6v3"/>'
803
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v9m0 5v2"/>'
801
804
  },
802
805
  exercise: {
803
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M9.879 29.572a1.115 1.115 0 01-1.758 0C6.944 28.11 5 25.558 5 24.633V4.404a2.347 2.347 0 012.287-2.4h3.425A2.347 2.347 0 0113 4.404v20.229c0 .925-1.944 3.477-3.121 4.939"/><path fill="currentColor" d="M9 27.457c1.308-1.694 1.86-2.645 2-2.993V4.404c0-.238-.152-.404-.288-.404H7.287c-.136.001-.287.166-.287.404v20.06c.14.348.692 1.3 2 2.993M9 30c-.325 0-.649-.142-.879-.428C6.944 28.11 5 25.558 5 24.632V4.405C5 3.076 6.024 2 7.287 2h3.425C11.976 2 13 3.075 13 4.403v20.229c0 .925-1.944 3.477-3.121 4.939a1.13 1.13 0 01-.88.428"/></g><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 9h6"/><path d="M17 2h10v28H17Z"/><path fill="currentColor" d="M19 4v24h6V4zm-2-2h10v28H17z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 9h3m-3 7h3m-3 7h3"/></g>'
806
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M7.659 20.725a.926.926 0 01-1.318 0C5.458 19.785 4 18.144 4 17.55v-13a1.637 1.637 0 011.715-1.545h2.569A1.637 1.637 0 0110 4.545v13c0 .599-1.458 2.24-2.341 3.18"/><path fill="currentColor" d="M7 18.476c.546-.626.856-1.042 1-1.268V5H6v12.208c.144.226.454.642 1 1.268M7 21a.9.9 0 01-.66-.275C5.458 19.785 4 18.145 4 17.55V4.545C4 3.69 4.768 3 5.715 3h2.569C9.232 3 10 3.691 10 4.545V17.55c0 .594-1.458 2.235-2.34 3.175A.9.9 0 017 21"/></g><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 8h4"/><path d="M12 3h8v18h-8Z"/><path fill="currentColor" d="M14 5v14h4V5zm-2-2h8v18h-8z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 8h2m-2 4h2m-2 4h2"/></g>'
804
807
  },
805
808
  "external-link": {
806
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24 19.433v5.71A3 3 0 0121.143 28H6.857A3 3 0 014 25.143V10.857A3 3 0 016.857 8h5.714M19 5h8v8m-13 5L26 6"/>'
809
+ 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"/>'
807
810
  },
808
811
  extract: {
809
- body: '<g transform="translate(5.833 7.166)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.667 6.334h14m-14 6h8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22.668 5.334v-7h-7m0 21.997h7v-7m-17-14.996h-7v7m-.001 8.003v7h7"/><circle cx="3" cy="3" r="3" fill="currentColor" transform="translate(18.667 17.334)"/></g>',
810
- width: 33,
811
- height: 33
812
+ 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)"/>'
812
813
  },
813
814
  "eye-off": {
814
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="10" d="M19 8.168a17 17 0 00-2.277-.167h-.017a15.05 15.05 0 00-6.112 1.207 12.77 12.77 0 00-5.132 4.093 10.7 10.7 0 00-1.424 2.492.64.64 0 000 .423 11.3 11.3 0 002.441 3.785M13 23.833a17 17 0 002.32.167 15.3 15.3 0 006.188-1.207 12.34 12.34 0 005.093-4.1 10.2 10.2 0 001.366-2.511.65.65 0 000-.424A11.9 11.9 0 0025.473 12"/><path stroke-linecap="round" d="m5 26.999 22-22"/></g>'
815
+ body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-miterlimit="10" d="M13.5 6.112a10 10 0 00-1.442-.111h-.011a9.1 9.1 0 00-3.87.8 8.2 8.2 0 00-3.25 2.727 7.3 7.3 0 00-.9 1.663.45.45 0 000 .282 7.6 7.6 0 001.543 2.528m4.929 3.888a10.4 10.4 0 001.47.111 9.25 9.25 0 003.919-.8 7.9 7.9 0 003.226-2.736 7 7 0 00.865-1.671.46.46 0 000-.283A8 8 0 0018.396 10"/><path stroke-linecap="round" d="M4 20 20 4"/></g>'
815
816
  },
816
817
  "eye-on": {
817
- body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(3 7.333)"><path d="M25.961 8.42a13.5 13.5 0 00-2.712-4.4 13.1 13.1 0 00-3.993-3 14.2 14.2 0 00-6.26-1.354 14.2 14.2 0 00-6.257 1.356 13.4 13.4 0 00-5.243 4.596 12.4 12.4 0 00-1.455 2.8.8.8 0 00-.006.475 12.9 12.9 0 002.634 4.415 12.8 12.8 0 003.987 3 14.5 14.5 0 006.34 1.358 14.5 14.5 0 006.345-1.355 13 13 0 005.221-4.6 12 12 0 001.4-2.812.8.8 0 00-.001-.479Z"/><circle cx="5" cy="5" r="5" transform="translate(8 3.667)"/></g>'
818
+ body: '<g fill="none" stroke-linejoin="round"><path d="M20.973 11.836A8.9 8.9 0 0019.096 8.9a9 9 0 00-2.764-2 10.15 10.15 0 00-4.336-.9 10.15 10.15 0 00-4.332.9A9.16 9.16 0 004.03 9.964a8 8 0 00-1.007 1.868.5.5 0 000 .317A8.5 8.5 0 004.847 15.1a8.8 8.8 0 002.76 2A10.4 10.4 0 0012 18a10.4 10.4 0 004.393-.9 8.9 8.9 0 003.615-3.07 7.8 7.8 0 00.969-1.874.5.5 0 00-.004-.32"/><path fill="currentColor" d="M11.994 8c-1.288 0-2.46.241-3.484.718a7.1 7.1 0 00-2.838 2.4c-.244.345-.421.66-.543.9a7.1 7.1 0 001.182 1.715 6.8 6.8 0 002.135 1.548C9.478 15.758 10.674 16 12 16s2.521-.242 3.554-.719a6.93 6.93 0 002.802-2.382c.232-.34.4-.646.514-.882a7.6 7.6 0 00-1.229-1.743 7 7 0 00-2.153-1.557C14.465 8.241 13.293 8 12.006 8zm0-2h.012c1.723 0 3.155.36 4.326.904a9 9 0 012.764 1.998c1.37 1.453 1.862 2.892 1.877 2.934a.5.5 0 01.003.317c-.01.033-.27.852-.969 1.874a8.9 8.9 0 01-3.614 3.07C15.213 17.642 13.76 18 12 18s-3.213-.358-4.393-.903a8.8 8.8 0 01-2.76-2.001c-1.354-1.457-1.809-2.9-1.823-2.943a.5.5 0 01.003-.317c.011-.032.292-.848 1.008-1.868a9.16 9.16 0 013.633-3.064C8.838 6.36 10.271 6 11.994 6"/><g stroke="currentColor" stroke-width="2" transform="translate(9 9)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g></g>'
818
819
  },
819
820
  fail: {
820
- body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(4 4)"><rect width="6" height="14" rx="2.005" transform="translate(18)"/><path stroke-linecap="round" d="M1.64 11.42h1.226l-.1.678h-1.13a1.677 1.677 0 000 3.354h2.715l3.951.083s-.855 6.084 2.775 8.125c2.33 1.177 2.764-1.065 2.764-1.065v-4.237l1.385-1.412s2.771-2.62 2.771-4.264V2.825a2.622 2.622 0 00-2.768-2.828H3.896a1.678 1.678 0 000 3.354h.111l-.1.679H2.769a1.677 1.677 0 000 3.353h.668l-.1.679h-1.7a1.677 1.677 0 000 3.354Z"/></g>'
821
+ 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>'
821
822
  },
822
823
  "fast-back": {
823
- body: '<g fill="none"><path d="M18.999 22.074V21.2l6 3.448a2.728 2.728 0 004-2.574V9.926a2.732 2.732 0 00-4-2.578l-6 3.452v-.873a2.731 2.731 0 00-4-2.578L4.436 13.425a3.03 3.03 0 000 5.152l10.563 6.071a2.57 2.57 0 001.28.352 2.825 2.825 0 002.72-2.926"/><path fill="currentColor" d="M16.279 23c.302 0 .72-.322.72-.926v-4.33l8.995 5.172a.56.56 0 00.283.083c.303 0 .722-.321.722-.925V9.926c0-.605-.421-.927-.725-.927a.56.56 0 00-.281.082l-8.994 5.176V9.926c0-.605-.42-.927-.724-.927a.56.56 0 00-.283.082l-10.56 6.074c-.403.234-.434.706-.434.845 0 .14.03.611.43.842l10.562 6.072q.15.087.289.086m0 2c-.427 0-.866-.111-1.284-.352L4.432 18.576c-1.912-1.105-1.912-4.047 0-5.152l10.563-6.076c1.813-1.04 4.004.369 4.004 2.578v.873l5.996-3.451C26.804 6.308 29 7.717 29 9.926v12.148c0 2.211-2.195 3.617-4.004 2.574L19 21.201v.873C19 23.775 17.703 25 16.28 25"/><path d="M14.435 13.425a3.027 3.027 0 000 5.149l10.564 6.076a2.729 2.729 0 004-2.575V9.925a2.729 2.729 0 00-4-2.575Z"/><path fill="currentColor" d="M14.999 16c0 .139.031.61.433.841l10.56 6.075a.53.53 0 00.573 0c.102-.058.434-.293.434-.841V9.925c0-.548-.332-.783-.434-.842a.53.53 0 00-.573 0l-10.56 6.076c-.402.23-.433.702-.433.841m-2 0c0-1.012.479-2.024 1.436-2.575l10.56-6.075c1.812-1.042 4.004.368 4.004 2.575v12.15c0 2.207-2.192 3.617-4.004 2.575l-10.56-6.075c-.957-.55-1.436-1.563-1.436-2.575"/></g>'
824
+ body: '<g fill="none"><path d="M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.87 1.87 0 00.961.275 2.165 2.165 0 002.039-2.277"/><path fill="currentColor" d="M11.937 16.96a.44.44 0 00.058-.237v-3.897l6.942 4.132a.45.45 0 00.056-.235V7.279a.45.45 0 00-.057-.236l-6.941 4.145V7.279a.44.44 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286zm.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275"/><path d="M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z"/><path fill="currentColor" d="M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.44.44 0 00.058-.237V7.28a.44.44 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002"/></g>'
824
825
  },
825
826
  "fast-forward": {
826
- body: '<g fill="none"><path d="M13 22.074v-.873l-6 3.447a2.728 2.728 0 01-4-2.574V9.926a2.732 2.732 0 014-2.578l6 3.451v-.873a2.731 2.731 0 014-2.578l10.563 6.076a3.03 3.03 0 010 5.152L17 24.648a2.57 2.57 0 01-1.284.352A2.825 2.825 0 0113 22.074"/><path fill="currentColor" d="M15.72 23a.56.56 0 00.287-.086l10.559-6.07c.403-.233.435-.706.435-.844 0-.14-.032-.612-.432-.842L16.01 9.082A.6.6 0 0015.723 9c-.303 0-.723.32-.723.925v4.332L6.007 9.082A.55.55 0 005.725 9c-.305 0-.726.32-.726.925v12.149c0 .361.144.584.264.709.133.136.3.217.457.217a.56.56 0 00.286-.086L15 17.744v4.33c0 .603.418.926.72.926m0 2C14.295 25 13 23.775 13 22.074V21.2l-5.997 3.447c-1.809 1.043-4.004-.363-4.004-2.574V9.925C3 7.716 5.193 6.31 7.003 7.347L13 10.798v-.873c0-2.21 2.191-3.615 4.003-2.578l10.563 6.076c1.913 1.106 1.913 4.047 0 5.153l-10.563 6.072c-.418.24-.856.352-1.284.352"/><path d="M17.564 13.426a3.027 3.027 0 010 5.149L7 24.651a2.729 2.729 0 01-4-2.575V9.926a2.729 2.729 0 014-2.575Z"/><path fill="currentColor" d="M17 16.001c0-.139-.031-.61-.433-.841L6.007 9.085a.53.53 0 00-.573 0c-.102.058-.434.293-.434.841v12.15c0 .548.332.783.434.842.285.165.502.04.573 0l10.56-6.076c.402-.23.433-.702.433-.841m2 0c0 1.012-.479 2.024-1.436 2.575L7.004 24.65C5.192 25.693 3 24.283 3 22.076V9.926c0-2.207 2.192-3.617 4.004-2.575l10.56 6.075c.957.55 1.436 1.563 1.436 2.575"/></g>'
827
+ body: '<g fill="none"><path d="M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.87 1.87 0 01-.963.273A2.165 2.165 0 0110 16.719"/><path fill="currentColor" d="m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.43.43 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.312.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.87 1.87 0 01-.963.274"/></g><g fill="none"><path d="M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z"/><path fill="currentColor" d="M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.44.44 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002"/></g>'
827
828
  },
828
829
  file: {
829
- body: '<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g>'
830
+ 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>'
830
831
  },
831
832
  "file-add": {
832
- body: '<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 17.999h6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M16 15v6"/>'
833
+ 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"/>'
833
834
  },
834
835
  "file-duplicate": {
835
- body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 28c-.489 0-1-.117-1-1V11c0-.885.506-1 1-1h7V5c0-.885.506-1 1-1h8.016l4.982 5v12c0 .881-.506 1-1 1h-7v5c0 .885-.507 1-1 1Z"/><g stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="rgba(0,0,0,0)" d="M18 28H6c-.495 0-1-.119-1-1V11c0-.881.505-1 1-1h8.013L19 15v12c0 .881-.505 1-1 1Z"/><path fill="currentColor" d="M18 14.999h-4v-4ZM25.999 9h-4V5Z"/></g>'
836
+ body: '<g stroke-linejoin="round"><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M5.715 21C5.361 21 5 20.906 5 20.223V7.776c0-.686.361-.777.715-.777H9V3.778c0-.686.365-.777.715-.777h5.729l3.561 3.529v9.689c0 .689-.365.777-.715.777H15v3.227c0 .684-.359.777-.709.777Z"/><g fill="none"><path d="M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z"/><path fill="currentColor" d="M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M14.287 10.444h-2.571V7.778Z"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M18.286 6.444h-2.571V3.778Z"/></g>'
836
837
  },
837
838
  "file-remove": {
838
- body: '<g stroke-linejoin="round"><g fill="none"><path d="M26 10v16a2.864 2.864 0 01-3 3H9a2.864 2.864 0 01-3-3V6a2.864 2.864 0 013-3h10Z"/><path fill="currentColor" d="M9 5c-.663 0-1 .336-1 1v20c0 .664.337 1 1 1h14q.998-.002 1-1V10.828L18.172 5zm0-2h10l7 7v16c0 1.795-1.25 3-3 3H9c-1.748 0-3-1.205-3-3V6c0-1.795 1.252-3 3-3"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M24.999 10h-6V4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 18h6"/>'
839
+ 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"/>'
839
840
  },
840
841
  "file-required": {
841
- body: '<g stroke-linejoin="round"><g fill="none"><path d="M21 11.172v15.161A2.43 2.43 0 0118.429 29H5.572a2.43 2.43 0 01-2.571-2.667V7.667A2.43 2.43 0 015.572 5h9.2Z"/><path fill="currentColor" d="M5.572 7c-.25 0-.392.054-.441.105-.06.062-.13.246-.13.562v18.666c0 .316.07.5.13.562.05.05.191.105.44.105H18.43c.25 0 .392-.054.441-.105.06-.062.13-.246.13-.562V12.006L13.952 7zm0-2h9.203L21 11.172v15.161C21 27.99 20.003 29 18.43 29H5.572C3.998 29 3 27.99 3 26.333V7.667C3 6.01 3.998 5 5.572 5"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M19 11.002h-4v-4Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M26 3v8m3-6-6 4m6 0-6-4"/>'
842
+ body: '<g stroke-linejoin="round"><g fill="none"><path d="M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z"/><path fill="currentColor" d="M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M14.287 10.444h-2.571V7.778Z"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" d="M18.5 3v6M21 4.5l-5 3m5 0-5-3"/>'
842
843
  },
843
844
  filter: {
844
- body: '<g fill="none" stroke-linejoin="round"><path d="M8.29 3.004h15.419a2.154 2.154 0 011.955 3.271l-5.4 8.737a1.64 1.64 0 00-.265.89V27.64a1.455 1.455 0 01-2.364 1.051l-4.583-3.81a2.66 2.66 0 01-1.052-2.1v-6.88a2.6 2.6 0 00-.262-1.139l-5.4-8.487A2.154 2.154 0 018.29 3.004"/><path fill="currentColor" d="m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.1.1 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.64 1.64 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267z"/></g>'
845
+ body: '<g fill="none" stroke-linejoin="round"><path d="M6.603 3.003h10.793a1.5 1.5 0 011.368 2.283l-3.586 5.955a1.14 1.14 0 00-.185.621v8.191a1.019 1.019 0 01-1.655.733l-3.627-2.49a1.85 1.85 0 01-.737-1.465v-4.8a1.8 1.8 0 00-.184-.795L5.232 5.287a1.5 1.5 0 011.371-2.284"/><path fill="currentColor" d="m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z"/></g>'
845
846
  },
846
847
  "filter-2": {
847
- body: '<g stroke="currentColor"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 7.999h22m-22 8h22m-22 8h22"/><g transform="translate(6.667 5.333) translate(.333 -.334)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(6.667 5.333) translate(12.333 7.666)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(6.667 5.333) translate(7.333 15.666)"><circle cx="3" cy="3" r="3" fill="currentColor" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g></g>'
848
+ 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>'
848
849
  },
849
850
  "filter-active": {
850
- body: '<g fill="currentColor" stroke-linejoin="round"><path d="M18.547 28a.48.48 0 01-.289-.096l-4.566-3.796-.014-.011-.013-.01a1.66 1.66 0 01-.665-1.31v-6.88c0-.354-.088-1.16-.42-1.677L7.177 5.734a1.02 1.02 0 01-.044-1.08c.222-.407.655-.65 1.157-.65L23.71 4c.503 0 .936.243 1.158.651a1.02 1.02 0 01-.044 1.078l-.005.008-.006.009-5.394 8.729c-.274.428-.419.92-.419 1.423v11.739c0 .247-.27.363-.453.363"/><path d="m23.71 5-15.42.004c-.248 0-.29.154-.29.154a.1.1 0 00.02.039l5.402 8.483c.562.876.578 2.083.578 2.218v6.88c0 .192.101.381.278.518l.053.043L18 26.389V15.898c0-.692.198-1.367.572-1.955l5.39-8.723.022-.034c.012-.018.016-.03.016-.028 0-.001-.04-.158-.29-.158m0-2c1.783 0 2.88 1.837 1.954 3.271l-5.4 8.737a1.64 1.64 0 00-.264.89v11.739c0 1.15-1.422 1.78-2.364 1.05l-4.584-3.81a2.66 2.66 0 01-1.052-2.1v-6.88c0-.312-.09-.872-.262-1.139L6.333 6.271c-.92-1.435.176-3.267 1.957-3.267z"/></g>'
851
+ body: '<g fill="currentColor" stroke-linejoin="round"><path d="M13.976 20a.04.04 0 01-.026-.01l-.023-.017-.023-.016-3.6-2.471a.85.85 0 01-.329-.66v-4.8c0-.295-.07-.9-.332-1.318L6.091 4.769l-.008-.014-.009-.014a.41.41 0 01-.019-.44.6.6 0 01.548-.298L17.397 4a.6.6 0 01.548.299.41.41 0 01-.02.44l-.009.013-.008.015-3.579 5.942c-.22.346-.336.743-.336 1.149v8.14z"/><path d="m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z"/></g>'
851
852
  },
852
853
  flag: {
853
- body: '<g transform="translate(6.667 5.333)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.158 13.666c3.925.769 6.176 2.506 6.176 4.769 0 2.933-5.271 5.231-12 5.231s-12-2.3-12-5.231c0-2.263 2.252-4 6.176-4.769"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.333 13.666v-16h10l-4 4 4 4h-10"/><ellipse cx="3" cy="1.5" fill="currentColor" rx="3" ry="1.5" transform="translate(6.333 16.666)"/></g>'
854
+ 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>'
854
855
  },
855
856
  folder: {
856
- body: '<g fill="none"><path d="M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24V10H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24zm0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3.999 23.999 5-9h20"/></g>'
857
+ body: '<g fill="none"><path d="M4 19a2 2 0 01-2-2V6a2.02 2.02 0 011.711-2h6.834l1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z"/><path fill="currentColor" d="m20 17 .002-8.998Q19.999 8.001 20 8h-9.123l-1.38-2.004L4.01 6l-.008.02V17zm0 2H4.002c-1.11 0-2-.896-2-2V6c0-1 .853-1.994 1.71-2l6.005-.004.834.004 1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4 18 3-7h13"/>'
857
858
  },
858
859
  "full-width": {
859
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20 8v16"/><path d="M2 6h28v20H2z" stroke="none"/><path d="M3 7h26v18H3z"/></g>'
860
+ 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>'
860
861
  },
861
862
  "go-to-back": {
862
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M10 7H6a3 3 0 00-2.278.709A2.64 2.64 0 003 9.834v11.334a2.64 2.64 0 00.722 2.125A3 3 0 006 24h20a3 3 0 002.278-.707A2.63 2.63 0 0029 21.168V9.834a2.63 2.63 0 00-.722-2.125A3 3 0 0026 7h-4"/><g stroke-miterlimit="10"><path d="M11.794 24.999h8.4l.719 1.594c.306.678-.28 1.406-1.132 1.406h-7.572c-.85 0-1.436-.726-1.134-1.4Z"/><path fill="currentColor" d="M11.794 24.999H20.2l.719 1.594c.305.677-.28 1.406-1.132 1.406h-7.573c-.85 0-1.436-.726-1.134-1.404z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12 14.667 4 4 4-4m-4 2.331v-9"/></g>'
863
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M8 6.001H5a1.88 1.88 0 00-1.5.5 1.88 1.88 0 00-.5 1.5v8a1.89 1.89 0 00.5 1.5 1.88 1.88 0 001.5.5h14a1.88 1.88 0 001.5-.5 1.88 1.88 0 00.5-1.5v-8a1.88 1.88 0 00-.5-1.5 1.88 1.88 0 00-1.5-.5h-3"/><g stroke-miterlimit="10"><path d="M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z"/><path fill="currentColor" d="M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 11.001 3 3 3-3m-3 2v-7"/></g>'
863
864
  },
864
865
  grid: {
865
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(3 2.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(3 16.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(17 2.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g><g transform="translate(17 16.999)"><rect width="12" height="12" rx="2" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="1"/></g></g>'
866
+ 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>'
866
867
  },
867
868
  group: {
868
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(3 7.001)"><rect width="12" height="12" rx="6" stroke="none"/><rect width="10" height="10" x="1" y="1" rx="5"/></g><path stroke-linejoin="round" d="M3.001 25.999a6 6 0 016-6 6 6 0 016 6M19 25.998a5 5 0 015-5 5 5 0 015 5"/><g transform="translate(19 10.001)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g></g>'
869
+ 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>'
869
870
  },
870
871
  "group-add": {
871
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(3 14)"><rect width="10" height="10" rx="5" stroke="none"/><rect width="8" height="8" x="1" y="1" rx="4"/></g><path stroke-linejoin="round" d="M3 30a5 5 0 015-5 5 5 0 015 5"/><g transform="translate(14 17)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g><path stroke-linejoin="round" d="M14 30a4 4 0 014-4 4 4 0 014 4"/></g>'
872
+ 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"/>'
872
873
  },
873
874
  heart: {
874
- body: '<g fill="none" stroke-miterlimit="10"><path d="M22.184 4a7.84 7.84 0 00-5.527 2.249l-.658.646-.658-.646A7.84 7.84 0 009.815 4a7.84 7.84 0 00-5.527 2.249A7.56 7.56 0 002 11.679a7.56 7.56 0 002.289 5.43l10.645 10.46a1.52 1.52 0 001.066.434 1.52 1.52 0 001.068-.434l10.644-10.457A7.56 7.56 0 0030 11.679a7.56 7.56 0 00-2.289-5.43A7.84 7.84 0 0022.184 4"/><path fill="currentColor" d="M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.58 5.58 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.58 5.58 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.85 5.85 0 0022.183 6c-1.56 0-3.025.595-4.124 1.675L16 9.7l-2.06-2.023A5.85 5.85 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.84 7.84 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.56 7.56 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.52 1.52 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.56 7.56 0 012 11.678c0-2.05.813-3.98 2.289-5.43A7.84 7.84 0 019.816 4"/></g>'
875
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M15.976 5a5.1 5.1 0 00-3.553 1.406l-.423.4-.423-.4A5.1 5.1 0 008.024 5a5.1 5.1 0 00-3.553 1.406A4.66 4.66 0 003 9.799a4.66 4.66 0 001.471 3.394l6.843 6.536a1 1 0 00.686.272 1 1 0 00.686-.272l6.842-6.536A4.66 4.66 0 0021 9.799a4.66 4.66 0 00-1.471-3.394A5.1 5.1 0 0015.976 5"/><path fill="currentColor" d="M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5"/></g>'
875
876
  },
876
877
  "heart-active": {
877
- body: '<g fill="currentColor" stroke-miterlimit="10"><path d="M16 27a.52.52 0 01-.364-.146L4.99 16.395A6.57 6.57 0 013 11.68c0-1.781.707-3.456 1.99-4.717A6.84 6.84 0 019.816 5a6.84 6.84 0 014.825 1.962l.658.647.701.688.7-.688.659-.647A6.84 6.84 0 0122.184 5c1.824 0 3.538.697 4.826 1.962A6.57 6.57 0 0129 11.68a6.57 6.57 0 01-1.99 4.716L16.367 26.852A.53.53 0 0116 27"/><path d="M9.816 6c-1.56 0-3.026.595-4.125 1.676A5.58 5.58 0 004 11.679c0 1.51.6 2.932 1.69 4.003L16 25.81l10.31-10.128A5.58 5.58 0 0028 11.679c0-1.51-.6-2.932-1.69-4.003A5.85 5.85 0 0022.183 6c-1.56 0-3.025.595-4.124 1.676L16 9.699l-2.06-2.023A5.85 5.85 0 009.816 6m0-2c2.087 0 4.05.799 5.526 2.249l.658.646.658-.646A7.84 7.84 0 0122.184 4c2.088 0 4.051.799 5.527 2.249A7.56 7.56 0 0130 11.679c0 2.05-.813 3.98-2.289 5.43L17.068 27.565A1.52 1.52 0 0116 28c-.4 0-.784-.156-1.066-.434L4.289 17.108A7.56 7.56 0 012 11.678c0-2.05.813-3.98 2.289-5.429A7.84 7.84 0 019.816 4"/></g>'
878
+ body: '<g fill="currentColor" stroke-miterlimit="10"><path d="m12 19-6.838-6.53A3.67 3.67 0 014 9.8c0-1.007.413-1.955 1.162-2.671A4.12 4.12 0 018.024 6c1.084 0 2.1.4 2.862 1.129l.423.404.691.66.69-.66.424-.404A4.12 4.12 0 0115.976 6c1.083 0 2.1.4 2.862 1.129A3.67 3.67 0 0120 9.799a3.67 3.67 0 01-1.162 2.67z"/><path d="M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5"/></g>'
878
879
  },
879
880
  highlighter: {
880
- body: '<g stroke="currentColor" stroke-linejoin="round"><path fill="none" stroke-width="2" d="m8 16.624 7.368 7.377L28 11.337l-7.368-7.336Zm.8 2.378 4.2 4.2-2.8 2.8H7.4l-1.4-1.4v-2.8Z"/><path fill="currentColor" d="m6 25.002-2 2 2 1 2-2Z"/></g>'
881
+ 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>'
881
882
  },
882
883
  home: {
883
- body: '<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M14 28h-4c-.715-.002-1.467-.344-2.062-.939S7 25.714 7 25v-9.872H3.693a1.5 1.5 0 01-.486-.063c-.13-.045-.16-.089-.174-.11a.14.14 0 01-.015-.05V14.9c0-.027 0-.099.087-.234.076-.117.183-.233.336-.363l.005-.005.005-.004 11.225-9.831A2.05 2.05 0 0116.002 4c.5 0 .971.166 1.327.465l11.237 9.705.002.002.003.002q.22.188.337.365c.075.119.085.188.086.235a.1.1 0 01-.015.053.2.2 0 01-.079.067c-.102.054-.244.103-.585.106l-2.32-.003-1.003-.001.001 1.002L25 25c0 .714-.342 1.466-.937 2.061-.596.595-1.348.937-2.065.938h-3.997V21h-1l-2-.001h-1v7"/><path fill="currentColor" d="M13 27v-7.002l6.001.003v6.998h2.996c.954-.001 2.002-1.048 2.003-1.998l-.008-11.006 2.845.003-10.156-8.772A1.07 1.07 0 0016 5c-.263 0-.502.08-.677.223L5.16 14.127H8v10.87c0 .954 1.048 2 2 2.002zm2 2h-5c-2.055-.003-3.999-1.946-4-4v-8.872H3.693a2.5 2.5 0 01-.807-.116 1.3 1.3 0 01-.683-.5 1.1 1.1 0 01-.185-.618c.002-.262.082-.513.246-.769.13-.202.298-.388.528-.583l11.232-9.838A3.06 3.06 0 0116 3a3.06 3.06 0 011.978.704l11.242 9.709c.223.19.396.381.528.583.163.255.243.506.246.769a1.1 1.1 0 01-.186.62 1.2 1.2 0 01-.437.391c-.29.154-.605.22-1.052.224l-2.326-.003L26 25c-.001 2.053-1.946 3.996-4 4h-5v-7l-2-.001z"/></g>'
884
+ body: '<g fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M10 20.001H7.62a1.634 1.634 0 01-1.627-1.63v-7.459H3.168l.023-.02 8.034-6.634C11.427 4.093 11.703 4 12 4s.574.093.78.261l8.031 6.632.022.019h-2.826v7.46A1.634 1.634 0 0116.38 20H14v-5h-3l-1-.001V20"/><path fill="currentColor" d="M9 19v-5.002l6 .003v5h1.377a.63.63 0 00.63-.629v-8.46h1.046l-5.908-4.878A.27.27 0 0012 5a.27.27 0 00-.144.034L5.948 9.912h1.045v8.458c0 .347.283.63.627.63zm2 2.001H7.62a2.636 2.636 0 01-2.627-2.629v-6.46H3.196a1.8 1.8 0 01-.576-.08.92.92 0 01-.488-.345.76.76 0 01-.132-.429.97.97 0 01.175-.533c.093-.138.213-.266.378-.403l8.036-6.636A2.23 2.23 0 0111.999 3c.528 0 1.03.173 1.414.487l8.035 6.635c.162.134.282.262.376.403a.97.97 0 01.176.533.76.76 0 01-.133.429.85.85 0 01-.312.271c-.207.106-.431.152-.751.154h-1.797v6.46A2.636 2.636 0 0116.381 21H13v-5h-2z"/></g>'
884
885
  },
885
886
  hourglass: {
886
- body: '<g stroke="currentColor" stroke-width="2"><path fill="none" stroke-linejoin="round" stroke-miterlimit="10" d="M18.999 15.999c0-.572 1.967-1.785 3-2.889a10.73 10.73 0 003-7.222V2.999h-18v2.889a10.72 10.72 0 003 7.222c1.033 1.1 3 2.317 3 2.889s-1.967 1.785-3 2.889a10.72 10.72 0 00-3 7.222v2.889h18V26.11a10.73 10.73 0 00-3-7.222c-1.033-1.105-3-2.315-3-2.889Z"/><path fill="none" stroke-miterlimit="10" d="M24 9.999H8"/><path fill="currentColor" d="M9.999 27.999c0-1.657 2.686-3 6-3s6 1.343 6 3"/></g>'
887
+ body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M14 12c0-.4 1.311-1.236 2-2a7.58 7.58 0 002-5V3H6v2a7.57 7.57 0 002 5c.689.765 2 1.6 2 2s-1.311 1.235-2 2a7.57 7.57 0 00-2 5v2h12v-2a7.58 7.58 0 00-2-5c-.689-.765-2-1.603-2-2Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M18 7H6"/><ellipse cx="3" cy="2" fill="currentColor" rx="3" ry="2" transform="translate(9 18)"/>'
887
888
  },
888
889
  image: {
889
- body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2.667 5.333)"><g stroke-miterlimit="10" transform="rotate(90 13.333 14)"><rect width="20" height="28" rx="2" stroke="none"/><rect width="18" height="26" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m4.333 19.667 13-13 9 9"/><circle cx="2" cy="2" r="2" stroke-linecap="round" stroke-linejoin="round" transform="translate(4.333 5.666)"/><path stroke-linecap="round" stroke-linejoin="round" d="m12.334 11.666 4 4 5-5"/></g>'
890
+ 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>'
890
891
  },
891
892
  "info-badge": {
892
- body: '<g transform="translate(3.2 3.2)"><circle cx="14" cy="14" r="14" fill="currentColor" transform="translate(-1.2 -1.199)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.8 21.801v-10m0-6v-2"/></g>'
893
+ 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>'
893
894
  },
894
895
  information: {
895
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M16 9v2m0 5v7"/><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g></g>'
896
+ 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>'
896
897
  },
897
898
  italic: {
898
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 5.001H12m8 22H6M20 5l-8 22"/>'
899
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 5h-8m4 14H6m8-14-4 14"/>'
899
900
  },
900
901
  key: {
901
- body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 29v-5l10.419-10.424a8 8 0 115.026 5.01l-1.218 1.242-.228.174h-2v2h-2l-1 1v2h-2v2l-2 2Z"/><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(20 7)"/>'
902
+ 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>'
902
903
  },
903
904
  language: {
904
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-miterlimit="10" d="M4 11h24M4 21h24"/><path d="M15 29s-5-6.5-5-13 5-13 5-13m2 26s5-6.5 5-13-5-13-5-13"/></g>'
905
+ 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>'
905
906
  },
906
907
  "learning-path": {
907
- body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m4 24.167 1.765-6.548a.282.282 0 01.507-.081 3.125 3.125 0 101.223-4.53.28.28 0 01-.4-.322l1.765-6.55 6.59 1.756a.281.281 0 00.324-.4 3.08 3.08 0 01-.216-2.184 3.135 3.135 0 016.084 1.51 3.1 3.1 0 01-1.311 1.888.279.279 0 00.082.5l6.588 1.756L22.14 29Z"/>'
908
+ body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3.995 17.84 1.151-4.282a.184.184 0 01.331-.053 2.041 2.041 0 10.8-2.961.183.183 0 01-.259-.211L7.169 6.05l4.3 1.148a.183.183 0 00.212-.26 2.02 2.02 0 01-.141-1.428 2.045 2.045 0 113.113 2.221.183.183 0 00.053.33l4.289 1.149L15.831 21Z"/>'
908
909
  },
909
910
  "light-off": {
910
- body: '<path fill="currentColor" d="M16 29a4.97 4.97 0 01-3.277-1.2 4 4 0 01-1.406-2.875l2-2v1.863a2 2 0 00.728 1.5 3.084 3.084 0 003.92 0 2.03 2.03 0 00.723-1.5v-3.605l.465-.559a19 19 0 002.718-4.15 12.2 12.2 0 00.97-3.072l2.158-2.158v.245a13.8 13.8 0 01-1.314 5.826 21 21 0 01-3 4.6v2.883a4.02 4.02 0 01-1.409 3.01A4.97 4.97 0 0116 29M9.052 18.7a16 16 0 01-.732-1.4 13.8 13.8 0 01-1.319-5.816 8.2 8.2 0 012.653-6.02 9.4 9.4 0 0112.664-.029l-1.416 1.416a7.4 7.4 0 00-9.882.074 6.22 6.22 0 00-2.019 4.559 11.6 11.6 0 001.136 4.977q.183.395.386.77l-1.469 1.467Z"/><path fill="currentColor" d="M20 23h-6.756l2-2H20z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
911
+ body: '<path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16 4.227A6.5 6.5 0 0012.176 3 6.44 6.44 0 007.82 4.656 5.46 5.46 0 006 8.691a9 9 0 00.906 3.9c.066.139.144.272.215.408M9 18.829a2.97 2.97 0 00.884 1.3 3.87 3.87 0 004.889 0 2.86 2.86 0 001.05-2.181v-2.089a15.2 15.2 0 002.237-3.33A9.9 9.9 0 0019 9.002"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 20 20 4"/>'
911
912
  },
912
913
  "light-on": {
913
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M25 11.489a8.23 8.23 0 00-2.653-6.018A9.26 9.26 0 0016 3.001a9.26 9.26 0 00-6.347 2.47A8.23 8.23 0 007 11.489a13.7 13.7 0 001.321 5.817 21.3 21.3 0 002.994 4.584v2.9a4 4 0 001.407 3.007A4.96 4.96 0 0016 29.001a4.96 4.96 0 003.278-1.2 4 4 0 001.407-3.007v-2.882a21 21 0 003-4.6A13.75 13.75 0 0025 11.489"/><path fill="currentColor" d="M16 5.001c-1.885 0-3.653.685-4.98 1.93C9.717 8.151 9 9.771 9 11.491c0 1.697.37 3.324 1.135 4.974.618 1.332 1.507 2.689 2.718 4.148l.461.556v3.628c0 .753.453 1.262.727 1.502.516.453 1.212.702 1.959.702s1.443-.25 1.962-.705c.27-.237.724-.746.724-1.501v-3.606l.462-.556c1.214-1.458 2.104-2.817 2.722-4.154.761-1.65 1.131-3.281 1.13-4.99 0-1.718-.717-3.337-2.021-4.56C19.653 5.686 17.885 5.001 16 5.001m0-2c2.47 0 4.716.94 6.347 2.47 1.632 1.528 2.654 3.663 2.653 6.018.001 2.125-.498 4.061-1.314 5.828-.77 1.665-1.821 3.179-3 4.595v2.883c0 1.19-.554 2.26-1.408 3.007-.854.75-2.012 1.199-3.278 1.199s-2.424-.45-3.278-1.2c-.854-.745-1.409-1.816-1.408-3.006v-2.904c-1.174-1.416-2.224-2.926-2.993-4.584-.82-1.767-1.322-3.701-1.321-5.818-.001-2.355 1.022-4.49 2.653-6.018 1.631-1.53 3.878-2.47 6.347-2.47"/></g><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M12 22.001h8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 13.001-3 4m-3-3.997 3 4v4"/></g>'
914
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M19 8.53a6.3 6.3 0 00-2.063-4.63A7.24 7.24 0 0012 2a7.24 7.24 0 00-4.937 1.9A6.3 6.3 0 005 8.53a10.4 10.4 0 001.027 4.475 16.3 16.3 0 002.328 3.526v2.234a3.06 3.06 0 001.095 2.313A3.88 3.88 0 0012 22a3.88 3.88 0 002.55-.923 3.06 3.06 0 001.095-2.313v-2.217a16.2 16.2 0 002.334-3.535A10.5 10.5 0 0019 8.53"/><path fill="currentColor" d="M12 4c-1.357 0-2.627.485-3.577 1.367C7.505 6.217 6.999 7.34 7 8.531c0 1.234.274 2.42.838 3.624.463.987 1.134 1.998 2.05 3.09l.468.557v2.964c0 .392.252.668.405.801.322.28.762.433 1.239.433s.917-.154 1.242-.436c.15-.13.403-.406.402-.8v-2.947l.47-.558c.917-1.09 1.589-2.102 2.052-3.093.562-1.204.835-2.393.834-3.637 0-1.189-.505-2.311-1.424-3.163C14.627 4.486 13.357 4 12 4m0-2c1.92 0 3.668.723 4.937 1.9C18.206 5.076 19 6.717 19 8.53c0 1.633-.388 3.123-1.022 4.482-.598 1.281-1.417 2.445-2.334 3.535v2.217c.001.916-.43 1.74-1.094 2.313-.664.577-1.566.923-2.55.923s-1.886-.346-2.55-.923c-.664-.574-1.095-1.397-1.094-2.313V16.53c-.914-1.088-1.73-2.25-2.329-3.526C5.39 11.645 5 10.157 5 8.53c0-1.813.795-3.454 2.063-4.63C8.332 2.723 10.08 2 12 2"/></g><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M9 16h6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 10-2 3m-2-2.997 2 3v3"/></g>'
914
915
  },
915
916
  link: {
916
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13 17.521a6.344 6.344 0 008.79 1.248 6 6 0 00.68-.579l3.767-3.71a6.115 6.115 0 00-.154-8.743 6.35 6.35 0 00-8.725 0l-2.16 2.114"/><path d="M19 14.479a6.344 6.344 0 00-8.79-1.248 6 6 0 00-.68.579l-3.767 3.71a6.115 6.115 0 00.155 8.743 6.35 6.35 0 008.725 0l2.148-2.114"/></g>'
917
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 13.14a4.584 4.584 0 006.446.936 5 5 0 00.5-.434l2.762-2.783a4.66 4.66 0 00-.113-6.557 4.58 4.58 0 00-6.4 0l-1.583 1.586"/><path d="M14 10.86a4.584 4.584 0 00-6.446-.936 5 5 0 00-.5.434l-2.762 2.783a4.66 4.66 0 00.113 6.557 4.58 4.58 0 006.4 0l1.575-1.585"/></g>'
917
918
  },
918
919
  lock: {
919
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M16 18.999v4"/><g stroke-miterlimit="10" transform="translate(4 11.999)"><rect width="24" height="18" rx="3" stroke="none"/><rect width="22" height="16" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M11.005 11.999V8.535a4.785 4.785 0 015-4.536h0a4.784 4.784 0 015 4.536v3.464"/></g>'
920
+ 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>'
920
921
  },
921
922
  login: {
922
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20 4h5.333A3.21 3.21 0 0128 6.667v18.666A3.21 3.21 0 0125.333 28H20"/><path d="m16 21.999 6-6-6-6M20 16H4"/></g>'
923
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h4a2.41 2.41 0 012 2v14a2.41 2.41 0 01-2 2h-4m-5-4 5-5-5-5m4 5H3"/>'
923
924
  },
924
925
  logout: {
925
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H6.667A3.21 3.21 0 004 6.667v18.666A3.21 3.21 0 006.667 28H12m10-6.001 6-6-6-6M26 16H10"/>'
926
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3H5a2.41 2.41 0 00-2 2v14a2.41 2.41 0 002 2h4m7-4 5-5-5-5m4 5H9"/>'
926
927
  },
927
- maximaze: {
928
- body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><g transform="translate(2 6)"><rect width="28" height="20" rx="2" stroke="none"/><rect width="26" height="18" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M7 17v4h4m14-6v-4h-4"/></g>'
928
+ maximize: {
929
+ 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"/>'
929
930
  },
930
931
  menu: {
931
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 20h18M5 16h14M5 12h22"/>'
932
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 16h11M5 12h8M5 8h14"/>'
932
933
  },
933
934
  merge: {
934
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><g stroke-miterlimit="10" transform="translate(5.333 5.334) translate(-.333 15.666)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(5.333 5.334) translate(13.666 15.666)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linejoin="round" d="m20 8.334-4-4-4 4M16 6v11"/><path stroke-miterlimit="10" d="m11 22.001 5-5 5 5"/></g>'
935
+ 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>'
935
936
  },
936
937
  minimize: {
937
- body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><g transform="translate(3 17.001)"><rect width="11" height="9" rx="1" stroke="none"/><path d="M1 1h9v7H1z"/></g><path stroke-linecap="round" d="M28 10.999v-4h-6m0 18.002h6v-4m-18-14H4v4"/></g>'
938
+ 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"/>'
938
939
  },
939
940
  "mixed-class": {
940
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3"/><path fill="none" stroke="currentColor" stroke-width="2" d="M13 30a3 3 0 013-3 3 3 0 013 3"/><g fill="currentColor" stroke-miterlimit="10"><path d="M16 24.999a2 2 0 01-1.415-.587A2 2 0 0114 22.999c0-.534.209-1.037.587-1.416A2 2 0 0116 20.999a2 2 0 011.415.586c.377.377.585.88.585 1.414s-.208 1.036-.586 1.414a2 2 0 01-1.414.586"/><path d="M16 21.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0016 24c.341 0 .574-.16.707-.293A.98.98 0 0017 23a.98.98 0 00-.291-.706A1 1 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0116 26a3 3 0 01-2.121-.879A3 3 0 0113 22.999c0-.83.336-1.578.879-2.122A3 3 0 0116 19.999"/></g><g fill="none"><path stroke="currentColor" stroke-width="2" d="M8 17a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M8 9.999a3 3 0 11.879 2.121A3 3 0 018 9.999"/><path fill="currentColor" d="M11 8.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0011 11c.341 0 .574-.16.707-.293A.98.98 0 0012 9.999a.98.98 0 00-.291-.706A1 1 0 0011 8.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 018 9.999c0-.83.336-1.578.879-2.122A3 3 0 0111 6.999"/></g></g><g fill="none"><path stroke="currentColor" stroke-width="2" d="M18 17a3 3 0 013-3 3 3 0 013 3"/><g stroke-miterlimit="10"><path d="M18 9.999a3 3 0 11.879 2.121A3 3 0 0118 9.999"/><path fill="currentColor" d="M21 8.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0021 11c.341 0 .574-.16.707-.293A.98.98 0 0022 9.999a.98.98 0 00-.291-.706A1 1 0 0021 8.999m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121a3 3 0 01-2.121.879 3 3 0 01-2.121-.879A3 3 0 0118 9.999c0-.83.336-1.578.879-2.122A3 3 0 0121 6.999"/></g></g>'
941
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2"/><path stroke="currentColor" stroke-width="2" d="M10 21a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 16a2 2 0 11.586 1.414A2 2 0 0110 16"/><path fill="currentColor" d="M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14"/></g><path stroke="currentColor" stroke-width="2" d="M14 13a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 8a2 2 0 11.586 1.414A2 2 0 0114 8"/><path fill="currentColor" d="M16 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 10a2 2 0 01-1.414-.586A1.996 1.996 0 0116 6"/></g><path stroke="currentColor" stroke-width="2" d="M6 13a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 8a2 2 0 11.586 1.414A2 2 0 016 8"/><path fill="currentColor" d="M8 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 10a2 2 0 01-1.414-.586A1.996 1.996 0 018 6"/></g></g>'
941
942
  },
942
943
  "more-horizontal": {
943
- body: '<g fill="currentColor" transform="rotate(90 8.9 22.767)"><circle cx="3" cy="3" r="3" transform="translate(-.867 3.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.867 12.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.867 21.667)"/></g>'
944
+ 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>'
944
945
  },
945
946
  "more-vertical": {
946
- body: '<g fill="currentColor" transform="translate(13.333 5.333)"><circle cx="3" cy="3" r="3" transform="translate(-.333 -1.334)"/><circle cx="3" cy="3" r="3" transform="translate(-.333 7.666)"/><circle cx="3" cy="3" r="3" transform="translate(-.333 16.666)"/></g>'
947
+ 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>'
947
948
  },
948
949
  news: {
949
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path d="m9 12-5 .055V25c0 1.879.845 3 2.5 3S9 26.879 9 25V6h19v19a2.94 2.94 0 01-3 3H7"/><path stroke-linecap="round" d="M14 22h5m-5-10h9m-9 5h9"/></g>'
950
+ 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>'
950
951
  },
951
952
  "no-prerequisites": {
952
- body: '<g transform="translate(8.883 9)"><rect width="10" height="5.002" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1)"/><rect width="10" height="5" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 10)"/><path fill="currentColor" d="M-3.765 3.728h1.258V-.285l-1.376.353v-1.365l2.887-.7v5.728H.118v1.272h-3.882Zm-.102 10.798a1.875 1.875 0 011.144-1.939l1.211-.639a.68.68 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.157-.455.522v.747h-1.235v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.86 1.86 0 01-1.142 1.916l-1.206.641a.63.63 0 00-.372.639v.224H.121v1.3h-3.984Z"/></g>'
953
+ body: '<g transform="translate(4.883 7)"><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1.998)"/><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 8)"/><path fill="currentColor" d="M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z"/></g>'
953
954
  },
954
955
  notes: {
955
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9h16M8 15h9"/><g transform="translate(2 2)"><rect width="28" height="28" rx="2" stroke="none"/><rect width="26" height="26" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M4 29c4.543 0 6.857-7 6.857-7L28 28.9z"/></g>'
956
+ 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>'
956
957
  },
957
958
  "number-code": {
958
- body: '<defs><path id="svgID0" d="M2 0v5m2-3.75-4 2.5m4 0-4-2.5"/></defs><g fill="none" stroke="currentColor"><g stroke-width="2"><g stroke-miterlimit="10" transform="translate(8 9)"><rect width="16" height="11" rx="3" stroke="none"/><rect width="14" height="9" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M12.005 9V6.835c0-1.565 1.791-2.835 4-2.835h0c2.209 0 4 1.269 4 2.835V9"/></g><use href="#svgID0" stroke-linecap="round" transform="translate(6 23)"/><use href="#svgID0" stroke-linecap="round" transform="translate(14 23)"/><use href="#svgID0" stroke-linecap="round" transform="translate(22 23)"/></g>'
959
+ body: '<defs><path id="svgID0" d="M13.014 9v5m2-3.75-4 2.5m4 0-4-2.5"/></defs><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(7 6)"><rect width="10" height="8" rx="3" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="2"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M10.005 6V4.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V6"/></g><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(-7.014 7)"/><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(-1.014 7)"/><use href="#svgID0" fill="none" stroke="currentColor" stroke-linecap="round" transform="translate(4.986 7)"/>'
959
960
  },
960
961
  "numbered-list": {
961
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 22h6m-6-5.999h15M12 10h10"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M6.059 11.275h.629V8.981l-.688.2V8.4L7.443 8v3.273H8V12H6.059Zm-.054 5.884a1.1 1.1 0 01.572-1.108l.606-.365c.134-.085.181-.187.181-.411v-.21c0-.205-.073-.3-.226-.3h-.293c-.154 0-.227.089-.227.3v.427h-.62v-.383c0-.744.313-1.107.879-1.107h.227c.569 0 .878.367.878 1.094v.211a1.09 1.09 0 01-.571 1.095l-.6.366a.37.37 0 00-.186.365v.128h1.38v.741h-2ZM8 22.793v.12c0 .727-.3 1.089-.865 1.089h-.269c-.566 0-.866-.361-.866-1.074v-.323h.608v.364q0 .28.225.28h.326c.148 0 .227-.1.227-.293v-.343c0-.189-.066-.287-.211-.287h-.484v-.692h.449c.143 0 .209-.093.209-.286v-.314c0-.194-.075-.287-.22-.287h-.275q-.216 0-.217.274v.335h-.611v-.287c0-.711.3-1.07.864-1.07h.21c.564 0 .863.359.863 1.089v.1c0 .418-.157.707-.459.786.331.062.496.385.496.819Z"/>'
962
+ body: '<rect fill="none"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M7.999 16.998h5m-5-4.999h12M7.999 7h8"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M4.044 7.455h.472v-1.72L4 5.886v-.585l1.083-.3v2.455H5.5v.545H4.044Zm-.04 4.914a.82.82 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458v-.287c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.82.82 0 01-.428.821l-.452.275a.28.28 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 4.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276q0 .21.169.21h.245q.168 0 .17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337q.159.001.157-.214v-.236q-.002-.216-.165-.215h-.206q-.162 0-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z"/>'
962
963
  },
963
964
  "on-site": {
964
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.888 21.001a2.717 2.717 0 01-2.889-3v-12a2.717 2.717 0 012.889-3h20.223a2.717 2.717 0 012.889 3v12a2.717 2.717 0 01-2.889 3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 16 4-4h6l4-4"/><path fill="none" stroke="currentColor" stroke-width="2" d="M13 30a3 3 0 013-3 3 3 0 013 3"/><g fill="currentColor" stroke-miterlimit="10"><path d="M16 24.999a2 2 0 01-1.415-.587A2 2 0 0114 22.999c0-.534.209-1.037.587-1.416A2 2 0 0116 20.999a2 2 0 011.415.586c.377.377.585.88.585 1.414s-.208 1.036-.586 1.414a2 2 0 01-1.414.586"/><path d="M16 21.999a1 1 0 00-.707.292 1.003 1.003 0 000 1.415A1 1 0 0016 24c.341 0 .574-.16.707-.293A.98.98 0 0017 23a.98.98 0 00-.291-.706A1 1 0 0016 22m0-2c.83 0 1.577.335 2.121.878.544.544.879 1.293.879 2.122 0 .83-.335 1.576-.879 2.121A3 3 0 0116 26a3 3 0 01-2.121-.879A3 3 0 0113 22.999c0-.83.336-1.578.879-2.122A3 3 0 0116 19.999"/></g>'
965
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 12 2-2h3l3-3"/><path stroke="currentColor" stroke-width="2" d="M10 21.001a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 16a2 2 0 11.586 1.414A2 2 0 0110 16"/><path fill="currentColor" d="M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14"/></g></g>'
965
966
  },
966
967
  "order-down": {
967
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 7h22M5 13h16M5 19h10M5 25h4"/>'
968
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 6h14M5 10h10M5 14h7m-7 4h3"/>'
968
969
  },
969
970
  "order-up": {
970
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 25h22M5 19h16M5 13h10M5 7h4"/>'
971
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M5 18h14M5 14h10M5 10h7M5 6h3"/>'
971
972
  },
972
973
  paste: {
973
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(10.001 3)"><rect width="16" height="22" rx="2" stroke="none"/><rect width="14" height="20" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-miterlimit="10" d="M19 28h-9a2.665 2.665 0 01-3-3V10"/><path stroke-linecap="round" d="M15 10h6m-6 5h6"/></g>'
974
+ 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>'
974
975
  },
975
976
  pausa: {
976
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12 6v20m8-20v20"/>'
977
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 5v14m6-14v14"/>'
977
978
  },
978
979
  pdf: {
979
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M29 10H16m13 6H16m13 7H3"/><path stroke-linejoin="round" d="M3 9h8v8H3z"/></g>'
980
+ 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>'
980
981
  },
981
982
  phone: {
982
- body: '<g transform="translate(8.666 2.667)"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(-1.665 -.666)"><rect width="18" height="28" rx="2.999" stroke="none"/><rect width="16" height="26" x="1" y="1" rx="1.999"/></g><circle cx="2" cy="2" r="2" fill="currentColor" transform="translate(5.334 19.334)"/><rect width="6" height="3" fill="currentColor" rx="1" transform="translate(4.334 .334)"/></g>'
983
+ 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>'
983
984
  },
984
985
  pin: {
985
- body: '<g fill="none"><g stroke="currentColor" stroke-width="2" transform="translate(12 7.999)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path d="M16 2.001a9.9 9.9 0 0110 9.8c0 8.412-10 18.2-10 18.2s-10-9.793-10-18.2a9.9 9.9 0 0110-9.8"/><path fill="currentColor" d="M16 4.001c-4.411 0-8 3.5-8 7.8 0 3.005 1.587 6.822 4.59 11.038A49 49 0 0016 27.086a49 49 0 003.373-4.193C22.4 18.657 24 14.82 24 11.8 24 7.5 20.411 4 16 4m0-2c5.523 0 10 4.388 10 9.8C26 20.212 16 30 16 30S6 20.207 6 11.8C6 6.388 10.477 2 16 2"/></g>'
986
+ body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(9 6)"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2"/></g><g fill="none"><path d="M12 2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7"/><path fill="currentColor" d="M12 4C9.243 4 7 6.243 7 9c0 2.03 1.073 4.642 3.102 7.553a34 34 0 001.899 2.465 34 34 0 001.86-2.412C15.916 13.674 17 11.044 17 9c0-2.757-2.243-5-5-5m0-2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7"/></g>'
986
987
  },
987
988
  "pin-map": {
988
- body: '<g fill="currentColor"><path d="M16 28.56a51 51 0 01-4.186-5.088c-1.413-1.977-2.536-3.89-3.338-5.688-.979-2.193-1.475-4.206-1.475-5.982 0-4.852 4.037-8.8 8.999-8.8 4.961 0 8.998 3.948 8.998 8.8 0 1.777-.496 3.79-1.475 5.984-.803 1.798-1.925 3.711-3.338 5.688A51 51 0 0116 28.56M16 7a5.006 5.006 0 00-4.999 5c0 2.758 2.243 5 5 5 2.756 0 5-2.242 5-5 0-2.756-2.244-5-5-5"/><path d="M16 27.08a50 50 0 003.372-4.188c1.373-1.922 2.463-3.777 3.237-5.513.922-2.065 1.389-3.941 1.389-5.577 0-4.3-3.588-7.8-7.998-7.8s-8 3.5-8 7.8c0 1.635.468 3.51 1.39 5.575.774 1.736 1.864 3.591 3.238 5.514A50 50 0 0016 27.08M16 6c3.309 0 6 2.691 6 6 0 3.308-2.691 6-6 6a6.007 6.007 0 01-5.999-6c0-3.309 2.692-6 6-6M16 30c-.026-.026-2.547-2.514-5-5.947-1.451-2.03-2.607-4.003-3.437-5.861-1.037-2.323-1.562-4.473-1.562-6.39 0-5.403 4.485-9.8 9.999-9.8 5.513 0 9.998 4.397 9.998 9.8 0 1.919-.526 4.07-1.562 6.392-.83 1.858-1.986 3.83-3.437 5.861-2.451 3.43-4.973 5.92-4.998 5.944zm0-22c-2.205 0-3.999 1.795-3.999 4s1.794 4 4 4 4-1.794 4-4-1.795-4-4-4"/></g>'
989
+ body: '<g fill="currentColor"><path d="M12.002 20.535a35 35 0 01-2.68-3.357C6.576 13.264 6 10.57 6 9a6.01 6.01 0 016.002-6.002c3.309 0 6 2.693 6 6.002 0 1.57-.576 4.264-3.318 8.18a36 36 0 01-2.682 3.355m0-15.535c-2.205 0-4 1.795-4 4s1.795 4 4 4A4.004 4.004 0 0016 9c0-2.205-1.793-4-3.998-4"/><path d="M12.002 19.016a34 34 0 001.861-2.409c2.024-2.89 3.139-5.591 3.139-7.607a5.006 5.006 0 00-5-5.002A5.01 5.01 0 007 9c0 2.016 1.115 4.715 3.14 7.604a34 34 0 001.862 2.412m0-15.016A5.004 5.004 0 0117 9c0 2.758-2.242 5-4.998 5-2.758 0-5-2.242-5-5s2.242-5 5-5m0 18v-.002a35 35 0 01-3.5-4.248C6.904 15.473 5 12.105 5 9a7.01 7.01 0 017.002-7.002c3.86 0 7 3.14 7 7.002 0 3.102-1.902 6.473-3.5 8.754a35.5 35.5 0 01-3.5 4.244zm0-16c-1.654 0-3 1.346-3 3s1.346 3 3 3A3 3 0 0015 9c0-1.654-1.344-3-2.998-3"/></g>'
989
990
  },
990
991
  pizza: {
991
- body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.349 3 29 29 3.05 20.333S1.182 3 20.349 3"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.093 21a15 15 0 01.023-3.338 14.8 14.8 0 011.449-3.019 15 15 0 011.5-2.994 15.5 15.5 0 012.637-2.1 15.2 15.2 0 012.671-2.061 15.7 15.7 0 013.306-.77A15.2 15.2 0 0121 6"/><path fill="currentColor" d="M18.546 10.324a2.356 2.356 0 00-3.223 3.225.78.78 0 00.581.38.8.8 0 00.674-.23l.18-.154L17.772 15l2.225-2.229-1.455-1.041.154-.158a.8.8 0 00.23-.675.78.78 0 00-.38-.58Z"/><path fill="none" stroke="currentColor" stroke-width="2" d="M9.335 22.135s-.3-4.227 4.7-2.865S16.856 25 16.856 25m10.154-2.117s-1.859 2.126-3.428-.727a2.637 2.637 0 011.455-3.947"/>'
992
+ body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.01 3 5.989 18-17.966-6S1.74 3 15.01 3"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.677 14.791a9.7 9.7 0 01.016-2.2 9.6 9.6 0 01.981-1.986 9.8 9.8 0 011.018-1.97 10.4 10.4 0 011.785-1.384 10.3 10.3 0 011.809-1.356 11 11 0 012.239-.506 10.6 10.6 0 012.247-.47"/><path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M6 14.996c.3-1.14 2.338-1.365 3.387-1a2.77 2.77 0 011.613 3m8-1.072c-.661.308-1.484-.321-1.839-1.4s-.106-2.21.555-2.518"/><path fill="currentColor" d="M12.835 8.259a1.885 1.885 0 00-2.578 2.58.63.63 0 00.465.3.64.64 0 00.539-.184l.144-.123.811 1.164 1.78-1.78-1.166-.83.123-.127a.65.65 0 00.184-.54.63.63 0 00-.3-.464Z"/>'
992
993
  },
993
994
  play: {
994
- body: '<g fill="none"><path d="M26.753 14.241a2 2 0 010 3.517L8.953 27.4A2 2 0 016 25.642V6.358A2 2 0 018.953 4.6Z"/><path fill="currentColor" d="M25.8 16 8 6.358v19.284zm2 0c0 .69-.348 1.38-1.047 1.759L8.953 27.4C7.62 28.123 6 27.158 6 25.642V6.358c0-1.516 1.62-2.48 2.953-1.759l17.8 9.642A1.98 1.98 0 0127.801 16"/></g>'
995
+ 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>'
995
996
  },
996
997
  "plug-in": {
997
- body: '<g fill="none"><path d="M4 26.002a2 2 0 01-2-2v-12a2 2 0 012-2h1v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24.002v-12h-3v-4h-5v4h-8v-4H7v4H4.003v12zm0 2H4.003a2 2 0 01-2-2v-12a2 2 0 012-2H5v-2a2 2 0 012-2h5a2 2 0 012 2v2h4v-2a2 2 0 012-2h5a2 2 0 012 2v2h1a2 2 0 012 2v12a2 2 0 01-2 2"/></g>'
998
+ 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>'
998
999
  },
999
1000
  pointer: {
1000
- body: '<g stroke="currentColor"><g fill="none" stroke-width="2" transform="translate(4 3.999)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11"/></g><g transform="translate(12 11.999)"><circle cx="4" cy="4" r="4" fill="currentColor" stroke="none"/><circle cx="4" cy="4" r="3.5" fill="none"/></g></g>'
1001
+ 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>'
1001
1002
  },
1002
1003
  printer: {
1003
- body: '<g fill="none"><g stroke-miterlimit="10"><path d="M28 8.999H4a1.836 1.836 0 00-2 2v11a1.812 1.812 0 002 2h3v3a1.843 1.843 0 002 2h14a1.843 1.843 0 002-2v-3h3a1.836 1.836 0 002-2v-11a1.836 1.836 0 00-2-2"/><path fill="currentColor" d="M4 11v11h5v5h14v-5h5V11zm0-2h24c1.243 0 2 .734 2 2v11c0 1.265-.757 2-2 2h-3v3c0 1.257-.764 2-2 2H9c-1.236 0-2-.743-2-2v-3H4c-1.299-.004-2-.735-2-2V11c0-1.266.757-2 2-2"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M21 15h3"/><g stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M21.001 5.998h-2v-2Z"/><path stroke-miterlimit="10" d="M11 10V6a1.8 1.8 0 012-2h6l2 2v4"/></g><g stroke-miterlimit="10"><path d="M7 20h18v7a2.3 2.3 0 01-2.25 2H9.25A2.3 2.3 0 017 27Z"/><path fill="currentColor" d="M9 22v4.852c.067.07.186.143.25.148h13.497a.54.54 0 00.253-.15V22zm-2-2h18v7c0 .997-1.125 2-2.25 2H9.25C8.125 29 7 28.003 7 27z"/></g></g>'
1004
+ body: '<g fill="none"><g stroke-miterlimit="10"><path d="M19.553 8H4.5A1.524 1.524 0 003 9.5v7A1.5 1.5 0 004.5 18H6v1.5A1.527 1.527 0 007.5 21h9a1.525 1.525 0 001.5-1.5V18h1.5a1.526 1.526 0 001.5-1.5V9.489A1.47 1.47 0 0019.553 8"/><path fill="currentColor" d="M5 9.999v6h3v3h8v-3h3V10zm-.5-2h15.053c.799 0 1.447.667 1.447 1.49v7.005c0 .823-.701 1.504-1.5 1.504H18v1.5c0 .818-.7 1.5-1.495 1.5H7.497c-.794 0-1.497-.682-1.497-1.5v-1.5H4.5a1.5 1.5 0 01-1.5-1.5v-7c0-.822.701-1.5 1.5-1.5"/></g><g stroke-miterlimit="10"><path d="M6 13.999h12v5.716a1.333 1.333 0 01-1.375 1.287h-9.25A1.333 1.333 0 016 19.715Z"/><path fill="currentColor" d="M8 15.999v3h8v-3zm-2-2h12v5.713c0 .71-.615 1.287-1.375 1.287h-9.25c-.76 0-1.375-.576-1.375-1.287z"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M14 12h2"/><g stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M16.001 5.998h-2v-2Z"/><path stroke-miterlimit="10" d="M8 9V5.195A1.2 1.2 0 019.21 4h4.912L16 5.813V9"/></g></g>'
1004
1005
  },
1005
1006
  profile: {
1006
- body: '<g stroke="currentColor" stroke-width="2" transform="translate(8 5.334)"><path fill="rgba(0,0,0,0)" d="M2.2 10.588a4 4 0 010-7.84 7.005 7.005 0 0111.6 0 4 4 0 010 7.84 7 7 0 01-11.6 0Z"/><path fill="none" stroke-linejoin="round" d="M-1 24.666a9 9 0 019-9 9 9 0 019 9"/><rect width="8" height="8" fill="none" rx="4" transform="translate(-1 2.666)"/><rect width="8" height="8" fill="none" rx="4" transform="translate(9 2.666)"/></g>'
1007
+ body: '<path fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" d="M12 14a4.96 4.96 0 01-4-2 3 3 0 003-3 3 3 0 00-3-3 4.96 4.96 0 014-2 4.96 4.96 0 014 2 3.006 3.006 0 00-3 3 3 3 0 003 3 4.96 4.96 0 01-4 2Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 22a6 6 0 016-6 6 6 0 016 6"/><g fill="rgba(0,0,0,0)" stroke="currentColor" stroke-width="2" transform="translate(4 5)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3" fill="none"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(12 5)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g>'
1007
1008
  },
1008
1009
  "profile-add": {
1009
- body: '<g stroke="currentColor" stroke-width="2"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(4 5.332)"><path fill="rgba(0,0,0,0)" d="M1.624 11.334a3 3 0 010-5.328 6 6 0 0110.761 0 3 3 0 010 5.328 6 6 0 01-10.752 0Z"/><path fill="none" stroke-linejoin="round" d="M-1 24.666a8 8 0 018-8 8 8 0 018 8"/><rect width="6" height="6" fill="rgba(0,0,0,0)" rx="3" transform="translate(0 5.668)"/><rect width="6" height="6" fill="rgba(0,0,0,0)" rx="3" transform="translate(8 5.668)"/></g></g>'
1010
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.001 6h6m-3-3v6"/><g fill="rgba(0,0,0,0)"><path d="M8 16a4 4 0 01-3.333-1.788l-.166-.25-.277-.117a2 2 0 01-1.222-1.844c0-.807.48-1.53 1.222-1.844l.278-.117.166-.25A4 4 0 018.001 8c1.344 0 2.59.67 3.335 1.79l.167.25.277.118A2 2 0 0113 12c0 .806-.48 1.53-1.222 1.843l-.276.117-.167.25A4 4 0 018 16"/><path fill="currentColor" d="M8 15a3 3 0 002.503-1.342l.333-.5.554-.235a1 1 0 000-1.844l-.554-.235-.333-.5a3 3 0 00-5.002-.001l-.333.501-.555.234a1 1 0 00-.61.923 1 1 0 00.61.923l.554.234.333.5A3 3 0 008 15.001m0 2a5 5 0 01-4.165-2.235 3 3 0 01.001-5.53A5 5 0 018 7c1.74 0 3.272.889 4.168 2.237a3 3 0 010 5.529A5 5 0 018 17"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.001 22a4 4 0 018 0"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(2 9)"><rect width="6" height="6.001" rx="3" stroke="none"/><rect width="4" height="4.001" x="1" y="1" rx="2"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8.001 9)"><rect width="6" height="6.001" rx="3" stroke="none"/><rect width="4" height="4.001" x="1" y="1" rx="2"/></g>'
1010
1011
  },
1011
1012
  "push-pin-off": {
1012
- body: '<path fill="currentColor" d="M15.982 29.004a2.22 2.22 0 01-1.7-.791 11.5 11.5 0 01-2.264-3.984l1.664-1.664c.011.074.021.146.036.23a9 9 0 002.095 4.131.22.22 0 00.173.076.24.24 0 00.165-.066l10.788-10.789a.22.22 0 00.066-.172.23.23 0 00-.08-.164 8.9 8.9 0 00-4.362-2.127l1.665-1.664a11.6 11.6 0 013.984 2.26 2.23 2.23 0 01.138 3.283L17.566 28.352a2.24 2.24 0 01-1.584.652m-5.938-11.289L6.255 13.93a.22.22 0 00-.155-.066l-1.509-.008a1.6 1.6 0 01-1.123-2.725l7.655-7.66a1.6 1.6 0 012.729 1.123l.009 1.508a.22.22 0 00.066.16l3.786 3.785-1.414 1.414-3.787-3.783a2.24 2.24 0 01-.652-1.566v-.541l-6.292 6.293h.545a2.22 2.22 0 011.563.652l3.788 3.787-1.414 1.412Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m23 23 5 5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
1013
+ body: '<defs><clipPath id="svgID0"><path fill="none" stroke="#000" d="M0 0h17.997v17.996H0z"/></clipPath></defs><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g clip-path="url(#svgID0)" transform="translate(3 3)"><path d="M8.955 4.786 7.143 2.975A.82.82 0 016.9 2.4V1.395a.4.4 0 00-.681-.279L1.114 6.224a.4.4 0 00.279.68H2.4a.8.8 0 01.574.239l1.812 1.812m2.463 6.021a7.6 7.6 0 001.111 1.731.82.82 0 001.16.092l.047-.043 7.191-7.191a.824.824 0 000-1.164l-.045-.041a7.6 7.6 0 00-1.732-1.111"/></g><path stroke-linecap="round" d="m17 17 3 3M4 20 20 4"/></g>'
1013
1014
  },
1014
1015
  "push-pin-on": {
1015
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M27.567 15.045c-3.424-2.88-6.319-2.55-7.566-2.2a1.23 1.23 0 01-1.209-.309l-5.573-5.571a1.22 1.22 0 01-.359-.86l-.007-1.509a.6.6 0 00-1.02-.418l-7.657 7.656a.6.6 0 00.418 1.02l1.509.007a1.22 1.22 0 01.86.359l5.572 5.572a1.23 1.23 0 01.309 1.209c-.352 1.248-.682 4.142 2.2 7.566a1.235 1.235 0 001.811.074l10.786-10.785a1.235 1.235 0 00-.074-1.811Z"/><path stroke-linecap="round" d="m23 23 5 5"/></g>'
1016
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M19.711 11.362c-2.283-1.92-4.212-1.7-5.044-1.466a.82.82 0 01-.806-.206l-3.715-3.714a.82.82 0 01-.24-.574V4.396a.4.4 0 00-.681-.279L4.117 9.225a.4.4 0 00.279.68h1.006a.82.82 0 01.574.239l3.715 3.715a.82.82 0 01.206.806c-.235.832-.454 2.762 1.466 5.044a.823.823 0 001.207.049l7.191-7.191a.823.823 0 00-.05-1.205Z"/><path stroke-linecap="round" d="m17 17 3 3"/></g>'
1016
1017
  },
1017
1018
  qrcode: {
1018
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(2 20.999)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><g stroke-miterlimit="10" transform="translate(21 2.001)"><rect width="9" height="9" rx="2" stroke="none"/><rect width="7" height="7" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M3 16h12v3m1-15.999v7m13 4v8m-13.999 4.333V29h5v-8M20 16h5v3m1 10h3v-3"/></g>'
1019
+ 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>'
1019
1020
  },
1020
1021
  "question-badge": {
1021
- body: '<g transform="translate(2.667 2.667)"><circle cx="14" cy="14" r="14" fill="currentColor" transform="translate(-.667 -.666)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.333 7.531a5.2 5.2 0 016.557-2.916 4.5 4.5 0 013.442 4.859c0 3.236-5 4.859-5 4.859"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M13.333 22.334v-2"/></g>'
1022
+ 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>'
1022
1023
  },
1023
1024
  radio: {
1024
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(2 2)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g>'
1025
+ 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>'
1025
1026
  },
1026
1027
  redo: {
1027
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M26 12H11c-4.37 0-7 2.68-7 5.984V18c0 3.305 2.629 6 7 6h5.1"/><path stroke-linejoin="round" d="m21.999 6 6 6-6 6"/></g>'
1028
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M17.999 8H9.036A5.01 5.01 0 004 12.986v.027A5.01 5.01 0 009.036 18h3.981"/><path stroke-linejoin="round" d="m17 5 3 3-3 3"/></g>'
1028
1029
  },
1029
1030
  relations: {
1030
- body: '<g fill="none"><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(4.267 7.534)"><path d="m2.733 3.467 3 3"/><circle cx="2" cy="2" r="2" transform="translate(-1.267 -.533)"/></g><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(14.934 5.334)"><path d="M1.066 2.666v4"/><circle cx="2" cy="2" r="2" transform="translate(-.934 -1.334)"/></g><g stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" transform="translate(21.4 6.534)"><path d="m3.6 4.467-3 3"/><circle cx="2" cy="2" r="2" transform="translate(3.6 .467)"/></g><path stroke="currentColor" stroke-width="2" d="M12 29a4 4 0 014-4 4 4 0 014 4"/><g stroke-miterlimit="10"><path d="M12 19.999a4 4 0 111.172 2.828A4 4 0 0112 19.999"/><path fill="currentColor" d="M16 17.999a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414A2 2 0 0016 18m0-2c1.106 0 2.102.446 2.828 1.17A3.98 3.98 0 0120 19.999a3.98 3.98 0 01-1.172 2.828A4 4 0 0116 23.999a4 4 0 01-2.828-1.172A4 4 0 0112 19.999c0-1.106.448-2.104 1.172-2.83A4 4 0 0116 15.999"/></g></g>'
1031
+ 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>'
1031
1032
  },
1032
1033
  reload: {
1033
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M23 22.791A9.7 9.7 0 0115.804 26a9.9 9.9 0 01-9.8-10M9 8.6A10.23 10.23 0 0115.837 6 10.083 10.083 0 0126 16"/><path stroke-linejoin="round" d="m9 17-3-3-3 3m20-1.999 3 3 3-3"/></g>'
1034
+ body: '<g fill="none" stroke="currentColor"><path d="M17 16.754A6.87 6.87 0 0111.92 19 6.96 6.96 0 015 12m2-5.18A7.25 7.25 0 0111.826 5 7.09 7.09 0 0119 12"/><path d="m7 13-2-2-2 2m14-2 2 2 2-2"/></g>'
1034
1035
  },
1035
1036
  remove: {
1036
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 16h24"/>'
1037
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 12h16"/>'
1037
1038
  },
1038
1039
  "remove-circle": {
1039
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" d="M11 16.001h10"/></g>'
1040
+ 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>'
1040
1041
  },
1041
1042
  reorder: {
1042
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M4 18h24M4 14h24"/><path stroke-linejoin="round" d="m20 8-4-4-4 4m0 16 4 4 4-4"/></g>'
1043
+ 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>'
1043
1044
  },
1044
1045
  repeat: {
1045
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m22.999 4.999 4 4-4 4M9 27l-4-4 4-4"/><path d="M5 14.999v-3a3.177 3.177 0 013.331-3H25m2 8v3a3.177 3.177 0 01-3.331 3H7"/></g>'
1046
+ 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>'
1046
1047
  },
1047
1048
  repository: {
1048
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m24 16.001-3-3-3 3m2.999-1v6"/><path d="M4 26a2 2 0 01-2-2V7.407a2.53 2.53 0 012.287-2.401H13.4L15.7 8H28a2 2 0 012 2v14a2 2 0 01-2 2Z"/><path fill="currentColor" d="M28 24V10H14.71l-2.3-2.997h-.127l-7.946.004c-.131.053-.322.279-.337.405V24zm0 2H4a2 2 0 01-2-2.001V7.407c0-1.2 1.145-2.393 2.287-2.4l7.998-.005 1.114.004L15.696 8H28a2 2 0 012 2v13.999a2 2 0 01-2 2"/></g>'
1049
+ body: '<g fill="none"><path d="M4 21.002a2 2 0 01-2-2V6.27c0-1.133.859-2.26 1.717-2.264l6-.006.834.006L11.93 6.27H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z"/><path fill="currentColor" d="m20 19.002.002-10.73L20 8.27h-9.195l-.586-.96L9.422 6l-5.346.006a.6.6 0 00-.078.264L3.996 19q.003.001.002.002zm0 2H3.998c-1.103 0-2-.896-2-2V6.27c0-1.133.86-2.26 1.717-2.264l6-.006.834.006 1.379 2.264H20a2 2 0 012 2v10.732a2 2 0 01-2 2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17 14-2-2-2 2m2-1v4"/></g>'
1049
1050
  },
1050
1051
  "request-form": {
1051
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(4 4)"><path d="M18 14.001a5.46 5.46 0 01-4 4m0-12a5.46 5.46 0 014 4m-12 0a5.46 5.46 0 014-4m0 12a5.45 5.45 0 01-4-4m16.994 1.142c-.814 5.444-3.307 7.016-7.856 7.856m0-22c4.456.92 7.018 3.384 7.856 7.856m-22 0C1.914 4.404 4.382 1.839 8.85.999m0 22c-4.55-.846-7-3.308-7.856-7.856"/><rect width="6" height="8" rx="1.333" transform="translate(9 17)"/><rect width="8" height="6" rx="1.333" transform="translate(17 9)"/><rect width="8" height="6" rx="1.333" transform="translate(-1 9)"/><rect width="6" height="8" rx="1.333" transform="translate(9 -1)"/></g>'
1052
+ body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(3.5 3.5)"><path d="M12.5 9.632a4.16 4.16 0 01-2.866 2.866m0-8A4.17 4.17 0 0112.5 7.366m-8 0a4.17 4.17 0 012.866-2.867m0 8a4.16 4.16 0 01-2.868-2.866m11.001.87c-.518 3.465-2.1 4.465-5 5m0-14a5.77 5.77 0 015 5m-14 0a5.78 5.78 0 015-5m0 14a5.63 5.63 0 01-5-5"/><rect width="4" height="5" rx="1.333" transform="translate(6.5 12.5)"/><rect width="5" height="4" rx="1.333" transform="translate(12.5 6.5)"/><rect width="5" height="4" rx="1.333" transform="translate(-.5 6.5)"/><rect width="4" height="5" rx="1.333" transform="translate(6.5 -.5)"/></g>'
1052
1053
  },
1053
1054
  "resize-100": {
1054
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29 11V5h-6m0 22.001h6v-6M9 4.999H3v6m-.001 10.003v6h6"/><path fill="currentColor" d="M6.999 21h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018Zm11.998 0h6v-2h-2v-8l-4 1v2l2-.65v5.668l-2-.018ZM15 14.999h2v-2h-2Zm0 4h2v-2h-2Z"/>'
1055
+ 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"/>'
1055
1056
  },
1056
1057
  "resize-height": {
1057
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m20 11.001-4-4-4 4m0 10.003 4 4 4-4"/><path d="M5 3h22M5 29h22"/></g>'
1058
+ 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>'
1058
1059
  },
1059
1060
  "resize-width": {
1060
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m21 20.001 4-4-4-4M10.999 12l-4 4 4 4"/><path d="M29 5v22M3 5v22"/></g>'
1061
+ 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>'
1061
1062
  },
1062
1063
  search: {
1063
- body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g>'
1064
+ 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>'
1064
1065
  },
1065
1066
  "sequential-prerequisites": {
1066
- body: '<g transform="translate(4.333 5.333)"><rect width="10" height="5" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(11.667 .666)"/><path fill="currentColor" d="M.785 5.394h1.258V1.381l-1.376.353V.369l2.887-.7v5.728h1.114v1.272H.786Zm-.101 14.8a1.875 1.875 0 011.144-1.939l1.211-.639a.68.68 0 00.361-.719v-.368c0-.359-.146-.522-.451-.522h-.587c-.309 0-.455.156-.455.522v.747H.672v-.67c0-1.3.626-1.937 1.758-1.937h.455c1.139 0 1.756.643 1.756 1.914v.37a1.86 1.86 0 01-1.142 1.916l-1.206.641a.63.63 0 00-.372.639v.224h2.751v1.3H.688Z"/><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(11.667 13.667)"><rect width="10" height="8" rx="2" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M14.672 13.668v-1.3a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7v1.3"/></g></g>'
1067
+ body: '<g transform="translate(4.884 5.999)"><rect width="8" height="4" fill="none" stroke="currentColor" stroke-width="2" rx=".5" transform="translate(7.117 -1.998)"/><path fill="currentColor" d="M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z"/><g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(7.115 9)"><rect width="8" height="6" rx="2" stroke="none"/><rect width="6" height="4" x="1" y="1" rx="1"/></g><path stroke-linecap="round" stroke-linejoin="round" d="M9.12 9V7.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V9"/></g></g>'
1067
1068
  },
1068
1069
  settings: {
1069
- body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 4.001)"><path d="M10.478 24h3.044l.372-2.988.516-.142a9 9 0 002.153-.892l.467-.269 2.378 1.856 2.156-2.156-1.856-2.378.271-.468a9 9 0 00.892-2.153l.142-.515L24 13.522v-3.045l-2.987-.371-.142-.516a9 9 0 00-.893-2.155l-.269-.467 1.856-2.378-2.157-2.155-2.378 1.857-.467-.271a9 9 0 00-2.153-.892l-.516-.145-.372-2.987h-3.044l-.372 2.987-.516.142a9 9 0 00-2.153.892l-.467.271-2.378-1.854-2.156 2.156 1.856 2.378-.269.468a9 9 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516a9 9 0 00.893 2.152l.269.468-1.855 2.378 2.156 2.156 2.378-1.856.467.269a9 9 0 002.153.892l.516.142Z"/><path fill="currentColor" d="m13.522 24 .372-2.988.516-.142a9 9 0 002.153-.892l.467-.27 2.378 1.856 2.156-2.156-1.856-2.378.27-.468a9 9 0 00.893-2.153l.142-.515L24 13.522v-3.045l-2.987-.37-.142-.517a9 9 0 00-.893-2.154l-.27-.467 1.856-2.378-2.156-2.156-2.378 1.857-.467-.27a9 9 0 00-2.153-.893l-.516-.142L13.522 0h-3.044l-.372 2.987-.516.142a9 9 0 00-2.153.892l-.467.27-2.378-1.856L2.436 4.59l1.856 2.378-.27.468a9 9 0 00-.893 2.152l-.142.517L0 10.477v3.045l2.987.372.142.516c.21.768.511 1.492.893 2.152l.27.468-1.856 2.378 2.156 2.156 2.378-1.856.467.27a9 9 0 002.153.892l.516.142.372 2.988zm0 2h-3.044a2 2 0 01-1.985-1.753l-.21-1.691q-.576-.203-1.119-.463l-1.342 1.048a2 2 0 01-2.645-.163l-2.155-2.155a2 2 0 01-.163-2.645l1.048-1.342a11 11 0 01-.464-1.119l-1.69-.21A2 2 0 01-2 13.521v-3.045A2 2 0 01-.246 8.492l1.689-.21q.203-.575.464-1.119L.859 5.821a2 2 0 01.163-2.645l2.155-2.155A2 2 0 015.822.858l1.342 1.048q.543-.26 1.119-.463l.21-1.69A2 2 0 0110.479-2h3.044a2 2 0 011.984 1.753l.211 1.69q.576.203 1.12.463l1.34-1.048a2 2 0 012.646.163l2.155 2.155a2 2 0 01.163 2.645l-1.047 1.342q.26.543.463 1.12l1.69.21A2 2 0 0126 10.476v3.045a2 2 0 01-1.753 1.984l-1.69.211q-.203.575-.463 1.119l1.047 1.342a2 2 0 01-.163 2.645l-2.155 2.155a2 2 0 01-2.645.163l-1.342-1.047q-.541.259-1.119.462l-.21 1.691A2 2 0 0113.522 26"/><circle cx="5" cy="5" r="5" stroke="currentColor" stroke-width="2" transform="translate(7 6.999)"/></g>'
1070
+ body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(3.75 3.762)"><path d="M7.235 16.238h2.029l.248-1.992.344-.095a6 6 0 001.436-.595l.311-.18 1.585 1.237 1.437-1.437-1.237-1.585.18-.312a6 6 0 00.595-1.436l.095-.343 1.992-.247V7.222l-1.991-.247-.095-.344a6 6 0 00-.6-1.436l-.18-.311 1.237-1.585-1.432-1.438-1.586 1.238-.311-.18a6 6 0 00-1.435-.597l-.344-.095L9.265.236h-2.03l-.248 1.991-.344.095a6 6 0 00-1.435.6l-.311.18-1.586-1.241-1.437 1.437 1.237 1.586-.18.312a6 6 0 00-.6 1.435l-.095.345-1.986.246v2.03l1.991.248.095.344a6 6 0 00.6 1.435l.18.312-1.242 1.586 1.437 1.437 1.585-1.237.311.18a6 6 0 001.436.595l.344.095Z"/><path fill="currentColor" d="m9.265 16.238.248-1.992.344-.095c.512-.14.995-.34 1.435-.594l.311-.18 1.586 1.237 1.437-1.437-1.237-1.586.18-.312a6 6 0 00.595-1.435l.095-.343 1.991-.248v-2.03l-1.991-.248-.095-.344a6 6 0 00-.595-1.436l-.18-.311 1.237-1.586-1.437-1.437L11.603 3.1l-.31-.18a6 6 0 00-1.436-.595l-.344-.095L9.265.238h-2.03l-.248 1.991-.344.095c-.512.14-.994.34-1.435.595l-.311.18L3.31 1.861 1.874 3.298l1.237 1.586-.18.312c-.254.44-.455.923-.595 1.435l-.095.344-1.991.248v2.03l1.991.248.095.344c.14.512.34.994.595 1.434l.18.312-1.237 1.586 1.437 1.437 1.586-1.237.31.18c.442.254.924.454 1.436.594l.344.095.248 1.992zm0 2h-2.03a2 2 0 01-1.984-1.753l-.091-.73-.04-.016-.579.452a2 2 0 01-2.644-.163L.46 14.591a2 2 0 01-.163-2.644l.452-.579-.017-.04-.73-.09A2 2 0 01-1.75 9.252v-2.03A2 2 0 01.004 5.238l.728-.09.017-.04-.452-.58A2 2 0 01.46 1.885L1.897.447A2 2 0 014.542.285l.578.451.04-.016.09-.73a2 2 0 011.985-1.752h2.03a2 2 0 011.984 1.753l.091.729.04.016.578-.451a2 2 0 012.645.162l1.437 1.437a2 2 0 01.163 2.645l-.452.578.017.04.728.091a2 2 0 011.754 1.985v2.03a2 2 0 01-1.753 1.984l-.73.091-.016.04.452.579a2 2 0 01-.163 2.644l-1.437 1.437a2 2 0 01-2.644.163l-.58-.452-.039.017-.09.73a2 2 0 01-1.985 1.752"/><circle cx="3" cy="3" r="3" stroke="currentColor" stroke-width="2" transform="translate(5.25 5.238)"/></g>'
1070
1071
  },
1071
1072
  share: {
1072
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4.333 4) translate(-.333 8)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(4.333 4) translate(14.667 17)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><g stroke-miterlimit="10" transform="translate(4.333 4) translate(14.667 -1)"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m20 24-9-7m9-8-9 6"/></g>'
1073
+ 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>'
1073
1074
  },
1074
1075
  sketch: {
1075
- body: '<g fill="none"><path d="M21.309 4.002a2 2 0 011.759 1.047l5.417 10a2 2 0 010 1.905l-5.417 10a2 2 0 01-1.759 1.048H10.691a2 2 0 01-1.759-1.047l-5.417-10a2 2 0 010-1.905l5.417-10a2 2 0 011.759-1.048Z"/><path fill="currentColor" d="m10.691 6.002-5.416 10 5.416 10H21.31l5.416-10-5.416-10zm0-2H21.31a2 2 0 011.758 1.047l5.417 10a2 2 0 010 1.906l-5.417 10a2 2 0 01-1.758 1.047H10.69a2 2 0 01-1.758-1.047l-5.417-10a2 2 0 010-1.906l5.417-10a2 2 0 011.758-1.047"/></g>'
1076
+ 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>'
1076
1077
  },
1077
1078
  skills: {
1078
- body: '<g transform="translate(2.667 1.666)"><rect width="6" height="6" fill="currentColor" rx="1" transform="translate(1.333 6.334)"/><path fill="currentColor" d="M21.465 6.853a1 1 0 011.736 0l2.277 3.981a1 1 0 01-.868 1.5h-4.554a1 1 0 01-.868-1.5Zm-8.739-5.055a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7h-2.233a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z"/><g fill="none"><path stroke="currentColor" stroke-width="2" d="M9.333 27.334a4 4 0 014-4 4 4 0 014 4"/><g stroke-miterlimit="10"><path d="M9.333 18.333a4 4 0 111.172 2.828 4 4 0 01-1.172-2.828"/><path fill="currentColor" d="M13.333 16.333a1.996 1.996 0 00-2 2c0 .532.208 1.034.586 1.414.38.378.882.586 1.414.586.533 0 1.035-.209 1.414-.586.378-.378.586-.88.586-1.414 0-.535-.208-1.038-.584-1.414a2 2 0 00-1.416-.586m0-2c1.106 0 2.102.446 2.828 1.17a3.98 3.98 0 011.172 2.83 3.98 3.98 0 01-1.172 2.828 4 4 0 01-2.828 1.172 4 4 0 01-2.828-1.172 4 4 0 01-1.172-2.828c0-1.106.448-2.104 1.172-2.83a4 4 0 012.828-1.17"/></g></g></g>'
1079
+ 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>'
1079
1080
  },
1080
1081
  "skip-back": {
1081
- body: '<g fill="none"><path d="M6.186 18.752a2 2 0 010-3.5l13.85-7.617A2 2 0 0123 9.383v15.234a2 2 0 01-2.964 1.753Z"/><path fill="currentColor" d="M7.15 17 21 24.617V9.383zm-2 0a1.98 1.98 0 011.036-1.752l13.85-7.618C21.37 6.897 23 7.861 23 9.383v15.234c0 1.522-1.63 2.486-2.964 1.753l-13.85-7.618A1.98 1.98 0 015.15 17"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M26 8v18"/></g>'
1082
+ body: '<g fill="none"><path d="M5.039 13.736a2 2 0 010-3.473l7.969-4.554A2 2 0 0116 7.446v9.108a2 2 0 01-2.992 1.736Z"/><path fill="currentColor" d="M6.031 12 14 16.554V7.446zm-2 0a1.98 1.98 0 011.008-1.736l7.969-4.554C14.34 4.948 16 5.91 16 7.446v9.108c0 1.535-1.659 2.498-2.992 1.736l-7.97-4.554A1.98 1.98 0 014.032 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 6v12"/></g>'
1082
1083
  },
1083
1084
  "skip-forward": {
1084
- body: '<g fill="none"><path d="M25.814 14.248a2 2 0 010 3.5l-13.85 7.617A2 2 0 019 23.617V8.383a2 2 0 012.964-1.753Z"/><path fill="currentColor" d="M24.85 16 11 8.383v15.234zm2 0a1.98 1.98 0 01-1.036 1.752l-13.85 7.618C10.631 26.103 9 25.139 9 23.617V8.383c0-1.522 1.63-2.486 2.964-1.753l13.85 7.618A1.98 1.98 0 0126.85 16"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 6.999v18"/></g>'
1085
+ body: '<g fill="none"><path d="M18.961 10.264a2 2 0 010 3.473l-7.969 4.554A2 2 0 018 16.554V7.446a2 2 0 012.992-1.736Z"/><path fill="currentColor" d="m17.969 12-7.97-4.554v9.108zm2 0a1.98 1.98 0 01-1.008 1.736l-7.969 4.554C9.659 19.052 8 18.09 8 16.554V7.446c0-1.535 1.659-2.498 2.992-1.736l7.97 4.554A1.98 1.98 0 0119.969 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 6v12"/></g>'
1085
1086
  },
1086
1087
  sms: {
1087
- body: '<g fill="none"><g stroke="currentColor" stroke-width="2" transform="translate(2 6.001)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13h16M8 17.001h10"/><path d="M8 23h5l-5 5Z"/><path fill="currentColor" d="M8 23h5l-5 5z"/></g>'
1088
+ 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>'
1088
1089
  },
1089
1090
  "sso-access": {
1090
- body: '<g fill="none"><path d="M24 24H8.757a3 3 0 01-.322-.017Q8.219 24 7.998 24a6 6 0 01-1.951-11.676 5 5 0 016.516-4.073A8 8 0 0126.997 12.8a6 6 0 01-2.692 11.192c-.073 0-.146.008-.221.008Z"/><path fill="currentColor" d="m24.083 21.999.088-.003.033-.002a3.995 3.995 0 003.798-3.993 4.02 4.02 0 00-2.006-3.47l-.972-.561-.027-1.121a5.97 5.97 0 00-1.807-4.143A5.96 5.96 0 0019 6.998a5.95 5.95 0 00-4.83 2.44l-.857 1.163-1.374-.45a3.005 3.005 0 00-3.91 2.44l-.166 1.222-1.165.4a4.003 4.003 0 001.587 7.774l.176-.012.175.017q.064.007.12.007zm0 2H8.757q-.163 0-.322-.017-.216.017-.437.017A6 6 0 012 18.001a6.01 6.01 0 014.047-5.678 4.998 4.998 0 016.516-4.073A7.99 7.99 0 0119 4.998a8 8 0 017.996 7.8A6.002 6.002 0 0124.083 24"/></g><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M16 14v5"/><g transform="translate(14 13)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g>'
1091
+ body: '<g fill="none"><g stroke-linecap="round"><path d="M18.002 18.002h-12a4 4 0 01-1.977-7.479 5 5 0 014.977-4.52 5 5 0 01.5.025 6 6 0 0110.5 3.974q0 .264-.021.521a4 4 0 01-1.979 7.479"/><path fill="currentColor" d="M18 16a2 2 0 001.998-1.996c0-.72-.387-1.389-1.012-1.744l-1.103-.63.1-1.267q.015-.192.015-.363a4.001 4.001 0 00-6.994-2.646l-.684.771-1.025-.11a2.986 2.986 0 00-3.28 2.695l-.097 1.034-.9.514a2.02 2.02 0 00-1.014 1.746C4.004 15.106 4.9 16 6.002 16zm0 2H6.002a4 4 0 01-3.998-3.996c0-1.492.814-2.793 2.021-3.482a5 5 0 015.48-4.495 6 6 0 014.497-2.023 5.996 5.996 0 015.975 6.518 4 4 0 012.021 3.482A3.996 3.996 0 0118 18"/></g><g stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M11.999 11v3"/><g transform="translate(9.999 8)"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1"/></g></g></g>'
1091
1092
  },
1092
1093
  star: {
1093
- body: '<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z"/>'
1094
+ 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"/>'
1094
1095
  },
1095
1096
  "star-active": {
1096
- body: '<path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m16 3 3.069 9.931H29l-8.034 6.138L24.034 29 16 22.862 7.966 29l3.069-9.931L3 12.931h9.931Z"/>'
1097
+ 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"/>'
1097
1098
  },
1098
1099
  success: {
1099
- body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" transform="translate(3.001 4.005)"><rect width="6" height="14" rx="2.005" transform="translate(.999 9.995)"/><path stroke-linecap="round" d="M23.359 12.575h-1.226l.1-.678h1.13a1.678 1.678 0 000-3.354h-2.719l-3.951-.083s.855-6.084-2.775-8.125C11.588-.842 11.154 1.4 11.154 1.4v4.237L9.769 7.049s-2.771 2.62-2.771 4.264v9.857a2.622 2.622 0 002.772 2.82h11.333a1.678 1.678 0 000-3.354h-.111l.1-.679h1.143a1.677 1.677 0 000-3.353h-.668l.1-.679h1.7a1.678 1.678 0 000-3.354Z"/></g>'
1100
+ 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>'
1100
1101
  },
1101
1102
  sun: {
1102
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(8 8)"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7"/></g><path stroke-linecap="round" d="M16 5V3m0 26v-2m11-11h2M3 16h2m20 9 1 1M6 6l1 1m18 0 1-1M6 26l1-1"/></g>'
1103
+ 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>'
1103
1104
  },
1104
1105
  sunrise: {
1105
- body: '<g fill="none" stroke-miterlimit="10"><path d="M8 23a8 8 0 018-8 8 8 0 018 8Z"/><path fill="currentColor" d="M21.658 21A6.01 6.01 0 0016 17a6.01 6.01 0 00-5.657 4zm2.343 2H8a8 8 0 018-8 8 8 0 018 8"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11.999v-3m-13 13h26m-23-10 2 2m16 0 2-2"/></g>'
1106
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M6 17a6 6 0 016-6 6 6 0 016 6Z"/><path fill="currentColor" d="M15.464 15A4 4 0 0012 13a4 4 0 00-3.463 2zm2.537 2H6a6 6 0 016-6 6 6 0 016 6"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 8V7m-9 9h18M5.001 8.999l1 1m11.999 0 1-1"/></g>'
1106
1107
  },
1107
1108
  support: {
1108
- body: '<g stroke="currentColor" stroke-linejoin="round" transform="translate(5.333 4.335)"><path fill="none" stroke-linecap="round" stroke-width="2" d="M3.667 6.666c0-3.314 3.134-6 7-6s7 2.686 7 6"/><g fill="none" stroke-width="2" transform="translate(-.333 6.666)"><rect width="8" height="10" rx="2.004" stroke="none"/><rect width="6" height="8" x="1" y="1" rx="1.004"/></g><g fill="none" stroke-width="2" transform="translate(13.667 6.666)"><rect width="8" height="10" rx="2.004" stroke="none"/><rect width="6" height="8" x="1" y="1" rx="1.004"/></g><path fill="none" stroke-linecap="round" stroke-width="2" d="M17.667 15.666v2.4a3.5 3.5 0 01-3.363 3.6h-.633"/><circle cx="2" cy="2" r="2" fill="currentColor" stroke-linecap="round" transform="translate(9.667 19.666)"/></g>'
1109
+ 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>'
1109
1110
  },
1110
1111
  survey: {
1111
- body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M27 3.193H12c-1.5 0-2 .5-2 2v8c0 1.5.5 2 2 2h2l.465 2.389c.261 1 1.242-.071 1.535-.389l2-2h9c1.5 0 2-.5 2-2v-8c0-1.503-.5-2-2-2"/><path fill="currentColor" d="M12 5.193v8h2a2 2 0 011.873 1.299l.713-.713A2 2 0 0118 13.193h9v-8zm0-2h15c1.496 0 2 .497 2 2v8c0 1.5-.504 2-2 2h-9l-2 2c-.293.318-1.274 1.393-1.535.39L14 15.192h-2c-1.5 0-2-.504-2-2v-8c0-1.504.5-2 2-2"/></g><path fill="currentColor" d="M17.982 8.112a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1.3.3 0 000-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.029-.08m6 0a.2.2 0 00-.073-.079.3.3 0 00-.1-.033l-.632-.1a.3.3 0 01-.127-.06.3.3 0 01-.094-.108l-.282-.6a.3.3 0 00-.068-.093.17.17 0 00-.11-.043.17.17 0 00-.11.043.3.3 0 00-.068.093l-.282.6a.3.3 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.24.24 0 00-.125.054.2.2 0 00-.045.059.2.2 0 00-.017.075.2.2 0 00.023.092.3.3 0 00.054.074l.457.466a.3.3 0 01.061.1.4.4 0 01.025.132v.035l-.108.657a.3.3 0 000 .055.2.2 0 00.043.137.2.2 0 00.06.046.2.2 0 00.07.015.25.25 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.25.25 0 00.119.034.2.2 0 00.071-.015.17.17 0 00.08-.078.2.2 0 00.023-.1.3.3 0 000-.055l-.108-.658v-.035a.4.4 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.3.3 0 00.054-.074.2.2 0 00.023-.092.2.2 0 00-.029-.08"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.001 30a4 4 0 014-4 4 4 0 014 4"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 17)"><rect width="8" height="8" rx="4" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="3"/></g>'
1112
+ body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M20 2H8a.88.88 0 00-1 1v6a.88.88 0 001 1h2l.5 1.5c.266.7.573.528.8.3L13 10h7a.88.88 0 001-1V3a.88.88 0 00-1-1"/><path fill="currentColor" d="M9 4v4h1a2 2 0 011.5.677l.048-.052A2 2 0 0113 8h6V4zM8 2h12c.673 0 1 .332 1 1v6c0 .67-.327 1-1 1h-7l-1.703 1.797c-.228.227-.535.404-.8-.3L10 10H8c-.673 0-1-.33-1-1V3c0-.668.327-1 1-1"/></g><path fill="currentColor" d="M12.99 5.74a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053m4 0a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 22a3 3 0 013-3 3 3 0 013 3"/><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 12)"><rect width="6.001" height="6.001" rx="3" stroke="none"/><rect width="4.001" height="4.001" x="1" y="1" rx="2"/></g>'
1112
1113
  },
1113
1114
  table: {
1114
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2 6)"><rect width="28" height="20" rx="2" stroke="none"/><rect width="26" height="18" x="1" y="1" rx="1"/></g><path d="M11 6v20M3 13h26M3 19h26"/></g>'
1115
+ 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>'
1115
1116
  },
1116
1117
  "tematic-channels": {
1117
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="M16 4v24m6 0H10"/><path d="M16 6.999h8.816L27 9.291l-2.184 2.708H16ZM15.999 16H7.183l-2.184-2.292L7.183 11h8.816Z"/></g>'
1118
+ 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>'
1118
1119
  },
1119
1120
  test: {
1120
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(4 4)"><rect width="10" height="10" rx="1.996" stroke="none"/><rect width="8" height="8" x="1" y="1" rx=".996"/></g><g stroke-miterlimit="10" transform="translate(4 18)"><rect width="10" height="10" rx="1.996" stroke="none"/><rect width="8" height="8" x="1" y="1" rx=".996"/></g><path stroke-linejoin="round" d="M22.657 5.008 18.19 21.704l1.196 5.202 3.634-3.91L27.487 6.3Z"/></g>'
1121
+ 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>'
1121
1122
  },
1122
1123
  "text-body": {
1123
- body: '<path fill="currentColor" d="M4.363 23.427h4.06V9.565L4 10.888V8.124l7.434-2.122v17.425H15v2.575H4.363Zm12.999 0h4.06V9.565l-4.423 1.323V8.124l7.434-2.122v17.425h3.566v2.575H17.362Z"/>'
1124
+ 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"/>'
1124
1125
  },
1125
1126
  "text-edit": {
1126
- body: '<path fill="currentColor" d="M11.645 19.27H7.362l-.795 2.731H4l3.721-12h3.565l3.714 12h-2.567Zm-.522-1.8-.758-2.614c-.288-1.013-.553-1.945-.866-3.121-.3 1.175-.577 2.108-.858 3.121l-.756 2.614Zm12.878-2.977v7.358h-1.708l-.208-.883-1.351.586a5 5 0 01-1.961.448c-1.692 0-2.773-1.143-2.773-3.135v-.177c0-1.85 1.135-2.917 3.676-2.917h2.072V14.23c0-.8-.278-1.253-1.151-1.253h-.749c-.742 0-1.143.246-1.143.948v.772h-2.287v-.632c0-1.957 1.274-3.059 3.459-3.059h.68c2.131-.004 3.444.937 3.444 3.487m-2.253 3.009h-2.125c-.889 0-1.3.272-1.3.942v.634c0 .67.331 1 .9 1a2.6 2.6 0 001.027-.23l1.5-.467ZM26 4h2v24h-2Z"/>'
1127
+ body: '<path fill="currentColor" d="M7.56 14.951H4.445L3.867 17H2l2.706-9h2.593l2.7 9H8.133Zm-.38-1.35-.551-1.961c-.209-.76-.4-1.459-.63-2.34-.221.882-.42 1.581-.624 2.34l-.55 1.961Zm9.821-2.061v5.351H15.72l-.156-.642-1.013.426a3.8 3.8 0 01-1.47.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.345.851-2.121 2.757-2.121h1.552v-1.122c0-.585-.209-.912-.863-.912h-.561c-.556 0-.857.179-.857.689v.562h-1.716v-.462c0-1.423.956-2.225 2.594-2.225h.51c1.598 0 2.583.684 2.583 2.539m-1.691 2.188h-1.593c-.667 0-.979.2-.979.685v.461c0 .487.248.729.672.729a2 2 0 00.77-.167l1.124-.339ZM20.001 4h2v16h-2Z"/>'
1127
1128
  },
1128
1129
  "text-style": {
1129
- body: '<path fill="currentColor" d="M13.731 20.358H8.28L7.268 24H4L8.736 8h4.538L18 24h-3.265Zm-.666-2.4-.965-3.486c-.367-1.351-.7-2.594-1.1-4.161-.387 1.567-.734 2.81-1.092 4.161l-.963 3.486Zm14.932-2.832v8.695H26.08l-.234-1.043-1.52.692a5.4 5.4 0 01-2.207.53c-1.9 0-3.118-1.351-3.118-3.7v-.21c0-2.184 1.277-3.447 4.135-3.447h2.328v-1.828c0-.951-.312-1.482-1.294-1.482h-.843c-.835 0-1.286.291-1.286 1.121v.911H19.47v-.749c0-2.314 1.434-3.616 3.892-3.616h.763c2.399 0 3.872 1.113 3.872 4.126m-2.537 3.557h-2.385c-1 0-1.468.32-1.468 1.112v.751c0 .792.373 1.183 1.007 1.183a2.8 2.8 0 001.155-.271l1.685-.55Z"/>'
1130
+ body: '<path fill="currentColor" d="M9.646 15.041H5.363L4.563 18H2L5.721 5h3.566L13 18h-2.566Zm-.523-1.95-.756-2.832c-.288-1.1-.553-2.108-.866-3.381-.3 1.273-.577 2.283-.858 3.381l-.756 2.832Zm12.876-1.92v6.688h-1.706l-.208-.8-1.351.532a5.4 5.4 0 01-1.961.408 2.592 2.592 0 01-2.771-2.85v-.161c0-1.68 1.135-2.651 3.674-2.651h2.068v-1.4c0-.731-.278-1.14-1.15-1.14h-.748c-.742 0-1.142.224-1.142.863v.7H14.42v-.576c0-1.78 1.274-2.782 3.458-2.782h.678c2.131-.002 3.443.854 3.443 3.169m-2.254 2.736h-2.122c-.887 0-1.3.246-1.3.855v.577a.81.81 0 00.895.91 2.8 2.8 0 001.027-.209l1.5-.423Z"/>'
1130
1131
  },
1131
1132
  time: {
1132
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g stroke-miterlimit="10" transform="translate(2 2.001)"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13"/></g><path stroke-linecap="round" stroke-linejoin="round" d="m19.001 13-3 3 5 5"/></g>'
1133
+ 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>'
1133
1134
  },
1134
- "toilet-piper": {
1135
- body: '<g transform="translate(4 5.333)"><ellipse cx="4" cy="9" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" rx="4" ry="9" transform="translate(17 -2.334)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21-2.333H4.4Q0-2.333 0 2.255v21.412h17.067V8.374"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 13.666h1m-6 0h1m-6 0h1"/><ellipse cx="1" cy="2" fill="currentColor" rx="1" ry="2" transform="translate(20 4.666)"/></g>'
1135
+ "toilet-paper": {
1136
+ 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>'
1136
1137
  },
1137
1138
  "training-points": {
1138
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><g transform="translate(2.667 4) translate(-.667 4)"><circle cx="11" cy="11" r="11" stroke="none"/><circle cx="11" cy="11" r="10"/></g><g transform="translate(2.667 4) translate(4.333 9)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g><path stroke-linecap="round" d="M13 19 23 9"/><path stroke-linejoin="round" d="m26.001 3-3 3v3h3l3-3Z"/></g>'
1139
+ 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>'
1139
1140
  },
1140
1141
  trash: {
1141
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path d="M7 4.999h18v21a3 3 0 01-3 3H10a3 3 0 01-3-3z" stroke="none"/><path d="M9 5.999h14a1 1 0 011 1v19a2 2 0 01-2 2H10a2 2 0 01-2-2v-19a1 1 0 011-1Z"/><path stroke-linecap="round" d="M5 6h22"/><path d="M18.999 6h-6V4a1 1 0 011-1h4a1 1 0 011 1z" stroke="none"/><path d="M17.999 5h-4V4h4z"/><path stroke-linecap="round" d="M13 13v8m6-8v8"/></g>'
1142
+ 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>'
1142
1143
  },
1143
1144
  underline: {
1144
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 5v10c0 5.1 3.583 8 8 8s8-2.9 8-8V5M6 27h20"/>'
1145
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 6v5a4 4 0 108 0V6M6 19h12"/>'
1145
1146
  },
1146
1147
  undo: {
1147
- body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M6 12.001h15c4.37 0 7 2.68 7 5.984v.016c0 3.305-2.629 6-7 6h-5.1"/><path stroke-linejoin="round" d="m10 6.001-6 6 6 6"/></g>'
1148
+ body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M6.001 8.001h8.966a5.01 5.01 0 015.036 4.986v.027a5.01 5.01 0 01-5.036 4.987h-3.984"/><path stroke-linejoin="round" d="M7 5 4 8l3 3"/></g>'
1148
1149
  },
1149
1150
  unlock: {
1150
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m10.614 13-1.277-1.277a4.48 4.48 0 010-6.385h0a4.48 4.48 0 016.386 0l1.273 1.276"/><path stroke-linecap="round" stroke-miterlimit="10" d="M16 19v4"/><g stroke-miterlimit="10" transform="translate(4 12.001)"><rect width="24" height="18" rx="3" stroke="none"/><rect width="22" height="16" x="1" y="1" rx="2"/></g></g>'
1151
+ 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>'
1151
1152
  },
1152
1153
  upload: {
1153
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19.999 9-4-4-4 4M16 5v14m12 4.001v4H4v-4"/>'
1154
+ 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"/>'
1154
1155
  },
1155
1156
  user: {
1156
- body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(8 5.333)"><rect width="14" height="14" rx="7" transform="translate(1 -.334)"/><path stroke-linejoin="round" d="M-1 24.666a9 9 0 019-9 9 9 0 019 9"/></g>'
1157
+ 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"/>'
1157
1158
  },
1158
1159
  "user-add": {
1159
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-miterlimit="10" d="M19 8h10m-5-5v10"/><g transform="translate(4 7)"><rect width="14" height="14" rx="7" stroke="none"/><rect width="12" height="12" x="1" y="1" rx="6"/></g><path stroke-linejoin="round" d="M3 30a8 8 0 1116 0"/></g>'
1160
+ 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"/>'
1160
1161
  },
1161
1162
  "user-badge": {
1162
- body: '<path fill="currentColor" d="m16.874 4.154 2.151-1.828a1.365 1.365 0 012.212.752l.713 2.8a1.394 1.394 0 001.413 1.075l2.768-.157a1.44 1.44 0 011.369 1.97l-1 2.7a1.485 1.485 0 00.54 1.738l2.327 1.575a1.486 1.486 0 010 2.433l-2.326 1.584a1.485 1.485 0 00-.54 1.738l1 2.7a1.44 1.44 0 01-1.368 1.969l-2.768-.157a1.394 1.394 0 00-1.413 1.075l-.713 2.8a1.365 1.365 0 01-2.212.752l-2.152-1.828a1.34 1.34 0 00-1.747 0l-2.153 1.831a1.365 1.365 0 01-2.212-.752l-.713-2.8a1.394 1.394 0 00-1.413-1.075l-2.768.157a1.44 1.44 0 01-1.369-1.97l1-2.7a1.485 1.485 0 00-.54-1.738l-2.327-1.575a1.486 1.486 0 010-2.433l2.327-1.575a1.485 1.485 0 00.54-1.738l-1-2.7a1.44 1.44 0 011.369-1.981l2.768.157a1.394 1.394 0 001.413-1.074l.713-2.8a1.365 1.365 0 012.212-.752l2.152 1.828a1.34 1.34 0 001.747-.001"/><path fill="none" stroke="currentColor" stroke-width="2" d="M16 9a4 4 0 11-4 4 4 4 0 014-4Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11 23.001a5 5 0 015-5 5 5 0 015 5"/>'
1163
+ body: '<path fill="currentColor" d="m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001"/><path fill="none" stroke="currentColor" stroke-width="2" d="M12 7a3 3 0 11-3 3 3 3 0 013-3Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.001 17a3 3 0 013-3 3 3 0 013 3"/>'
1163
1164
  },
1164
1165
  "video-off": {
1165
- body: '<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m28 19.886-5.819-3.888 5.82-3.887z"/><path d="m27 13.982-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15"/></g><path fill="currentColor" d="M20 22.998h-6.759l2-2H20v-4.76l2-2v6.76a2 2 0 01-2 2m-14.983-.256A2 2 0 014 20.998v-10a2 2 0 012-2h12.759l-2 2H6v10h.759l-1.741 1.74Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 28 28 4"/>'
1166
+ body: '<path fill="currentColor" d="M5 15.242V8h7.243l2-2H4.868A1.8 1.8 0 003 7.715v8.569a1.6 1.6 0 00.2.758Zm10-1.515V16h-2.273l-2 2h4.4A1.8 1.8 0 0017 16.284v-4.557Z"/><path fill="currentColor" d="M21.351 8a.64.64 0 00-.373.121l-1.3.925-3.44 3.443c.013.01.018.026.031.035l4.709 3.356A.646.646 0 0022 15.356v-6.71A.646.646 0 0021.351 8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 20 20 4"/>'
1166
1167
  },
1167
1168
  "video-on": {
1168
- body: '<g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m28 19.887-5.819-3.888 5.82-3.887z"/><path d="m27 13.983-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 9.001)"><rect width="18" height="14" rx="2" stroke="none"/><rect width="16" height="12" x="1" y="1" rx="1"/></g>'
1169
+ body: '<g stroke-linecap="round" stroke-linejoin="round"><g fill="currentColor"><path d="M21 14.666 17.257 12l3.741-2.666z"/><path d="M20 11.275 18.98 12l1.018.726zM21.351 8c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523l-4.71-3.355a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12"/></g><g fill="none"><path d="M4.868 5.999h10.264A1.8 1.8 0 0117 7.714v8.57a1.8 1.8 0 01-1.868 1.715H4.868A1.8 1.8 0 013 16.284v-8.57a1.8 1.8 0 011.868-1.715"/><path fill="currentColor" d="M5 7.999v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H4.868C3.836 17.999 3 17.231 3 16.284v-8.57C3 6.767 3.836 6 4.868 6"/></g></g>'
1169
1170
  },
1170
1171
  "video-rec": {
1171
- body: '<g transform="translate(7.709 9.695)"><g fill="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m20.291 10.19-5.819-3.887 5.82-3.887z"/><path d="m19.291 4.287-3.019 2.016 3.02 2.017zm1.135-2.984c.447 0 .864.332.864.807v8.387c0 .654-.79 1.036-1.36.655l-6.28-4.194a.774.774 0 010-1.309l6.28-4.195a.9.9 0 01.496-.15"/></g><g fill="none" stroke="currentColor" stroke-width="2" transform="translate(-3.709 -.695)"><rect width="18" height="14" rx="2" stroke="none"/><rect width="16" height="12" x="1" y="1" rx="1"/></g><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(-4.709 -1.695)"/></g>'
1172
+ body: '<g transform="translate(3.709 5.695)"><g stroke-linecap="round" stroke-linejoin="round"><g fill="currentColor"><path d="m17.29 8.971-3.74-2.666 3.74-2.665z"/><path d="m16.29 5.58-1.018.725 1.018.726zm1.352-3.275c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523L12.56 6.83a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12"/></g><g fill="none"><path d="M1.159.304h10.264a1.8 1.8 0 011.868 1.715v8.57a1.8 1.8 0 01-1.868 1.715H1.159a1.8 1.8 0 01-1.868-1.715v-8.57A1.8 1.8 0 011.159.304"/><path fill="currentColor" d="M1.291 2.304v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H1.16c-1.032 0-1.868-.768-1.868-1.715v-8.57c0-.947.836-1.715 1.868-1.715"/></g></g><circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" transform="translate(-1.709 -.695)"/></g>'
1172
1173
  },
1173
1174
  view: {
1174
- body: '<g fill="none" stroke="currentColor" stroke-width="2" transform="translate(4 5.667)"><path d="M21 19.334H7a3 3 0 01-3-3v-1h13a3 3 0 003-3v-7h1a3 3 0 013 3v8a3 3 0 01-3 3Z"/><rect width="20" height="14" rx="3" transform="translate(0 1.334)"/></g>'
1175
+ 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>'
1175
1176
  },
1176
1177
  "view-card": {
1177
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 9.999)"><rect width="16" height="12" rx="2" stroke="none"/><rect width="14" height="10" x="1" y="1" rx="1"/></g><g transform="translate(20 13.999)"><rect width="10" height="8" rx="2" stroke="none"/><rect width="8" height="6" x="1" y="1" rx="1"/></g></g>'
1178
+ 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>'
1178
1179
  },
1179
1180
  "view-list": {
1180
- body: '<g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(2 9) translate(0 -2)"><rect width="8" height="8" rx="2" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="1"/></g><g transform="translate(2 9) translate(0 8)"><rect width="8" height="8" rx="2" stroke="none"/><rect width="6" height="6" x="1" y="1" rx="1"/></g><path stroke-linecap="round" d="M13 13h8m-8 10h8M13 9h16M13 19h16"/></g>'
1181
+ 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"/>'
1181
1182
  },
1182
1183
  "voice-off": {
1183
- body: '<rect fill="none" transform="translate(.001)"/><path fill="currentColor" d="m16.253 19.99 3.737-3.736a4 4 0 01-3.736 3.738Zm-4.251-4.234V6a4 4 0 118 0v1.76l-2 2V6a2 2 0 00-4 0v7.758l-2 2Z"/><path fill="currentColor" d="M16.001 24a8.7 8.7 0 01-3.174-.588l1.6-1.594a7 7 0 001.578.182c3.309 0 6-2.334 6-5.205V15a1 1 0 112 0v1.795a6.8 6.8 0 01-2.389 5.135A8.42 8.42 0 0116.001 24m-7.52-4.725a6.6 6.6 0 01-.482-2.479V15a1 1 0 112 0v1.795a4.5 4.5 0 00.086.879l-1.6 1.6Z"/><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M16.001 23v6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M12.001 29h8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4.001 28 24-24"/>',
1184
- width: 32.001
1184
+ body: '<path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" d="M12.001 17.5V21"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9.001 21h6"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M11.001 8.743V5a1 1 0 012 0v1.743l1.976-1.976A2.992 2.992 0 009.001 5v5.743Zm3.047 5.438q.07-.065.134-.134Zm-7.877-.608 1.83-1.83V11a1 1 0 00-2 0v1.386a6 6 0 00.17 1.188"/><path fill="currentColor" stroke="rgba(0,0,0,0)" d="M16.001 12.227v.083a3.835 3.835 0 01-3.755 3.672l-1.845 1.845a5.5 5.5 0 001.365.173h.2a5.86 5.86 0 006.035-5.653V11a.98.98 0 00-.2-.571Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m4.001 20 16-16"/>'
1185
1185
  },
1186
1186
  "voice-on": {
1187
- body: '<rect fill="none"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><g transform="translate(12 1.999)"><rect width="8" height="18" rx="4" stroke="none"/><rect width="6" height="16" x="1" y="1" rx="3"/></g><path stroke-linecap="round" d="M22.999 15v1.8c0 3.426-3.134 6.2-7 6.2h0c-3.866 0-7-2.777-7-6.2V15"/><path d="M16 23v6"/><path stroke-linecap="round" d="M12 28.999h8"/></g>'
1187
+ 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>'
1188
1188
  },
1189
1189
  "volume-down": {
1190
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M26.003 13.001a5.075 5.075 0 010 6"/><g stroke-linejoin="round"><path d="M3.999 19.999a2.19 2.19 0 002 2h7a1.42 1.42 0 011 .35l5.025 3.254a1.828 1.828 0 002.975-1.321V7.717a1.828 1.828 0 00-2.975-1.321l-5.025 3.3a1.38 1.38 0 01-1 .3h-7a2.19 2.19 0 00-2 2Z"/><path fill="currentColor" d="M19.999 23.851V8.15l-4.844 3.185c-.787.585-1.53.665-2.156.665H6.102a.5.5 0 00-.103.107v7.786a.5.5 0 00.103.107H13c.826 0 1.494.22 2.152.713zM20.173 26c-.395 0-.798-.124-1.149-.397L14 22.349c-.326-.255-.576-.35-1-.35H6c-1.003 0-2-1.053-2-2v-8c0-.946.997-2 2-2h7c.424 0 .674-.043 1-.298l5.025-3.305C20.21 5.471 22 6.266 22 7.717v16.565C22 25.303 21.113 26 20.174 26"/></g></g>'
1190
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M19.002 9.999a2.552 2.552 0 010 4"/><g stroke-linejoin="round"><path d="M3 14.517a1.67 1.67 0 001.479 1.48h4.76a1.4 1.4 0 01.837.276l3.776 2.446A1.326 1.326 0 0016 17.794v-11.6a1.326 1.326 0 00-2.148-.925l-3.776 2.446a1.4 1.4 0 01-.837.276h-4.76A1.69 1.69 0 003 9.491Z"/><path fill="currentColor" d="M14 16.435v-8.87L11.211 9.37a3.4 3.4 0 01-1.972.63h-4.24v4h4.24c.708 0 1.404.222 1.972.628zM14.681 19c-.285 0-.576-.087-.83-.278l-3.775-2.446A1.4 1.4 0 009.239 16h-4.76c-.725 0-1.48-.818-1.48-1.48V9.496C3 8.834 3.755 8 4.48 8h4.76c.306 0 .602-.098.837-.277l3.776-2.446c.855-.647 2.148-.09 2.148.925v11.595c0 .715-.64 1.203-1.319 1.203"/></g></g>'
1191
1191
  },
1192
1192
  "volume-off": {
1193
- body: '<rect fill="none"/><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m21 19 6-6m-6 0 6 6"/><g stroke-linejoin="round"><path d="M4 18.999a2.18 2.18 0 002 2h5a2.1 2.1 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.1 2.1 0 01-1 .5H6a2.15 2.15 0 00-2 2Z"/><path fill="currentColor" d="M16 22.48V9.517l-2.64 2.45q-.078.074-.166.139c-.42.312-1.2.893-2.194.893H6.085a.4.4 0 00-.085.085v5.819a.5.5 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139zm.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255"/></g></g>'
1193
+ body: '<g fill="none"><g stroke-linejoin="round"><path d="M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z"/><path fill="currentColor" d="M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942"/></g><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m16 14 4-4m-4 0 4 4"/></g>'
1194
1194
  },
1195
1195
  "volume-up": {
1196
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M22.001 11.999a8.6 8.6 0 010 8m4-8.999a13.1 13.1 0 010 10"/><g stroke-linejoin="round"><path d="M4 18.999a2.18 2.18 0 002 2h5a2.1 2.1 0 011 .5l3.454 3.207c.921.684 2.546.114 2.546-.958V8.262c0-1.073-1.624-1.652-2.546-.968L12 10.5a2.1 2.1 0 01-1 .5H6a2.15 2.15 0 00-2 2Z"/><path fill="currentColor" d="M16 22.48V9.517l-2.64 2.45q-.078.074-.166.139c-.42.312-1.2.893-2.194.893H6.085a.4.4 0 00-.085.085v5.819a.5.5 0 00.098.096H11c.996 0 1.775.58 2.194.892a2 2 0 01.167.139zm.41 2.52c-.34 0-.68-.093-.956-.298L12 21.495c-.254-.188-.67-.496-1-.496H6c-.97 0-2-1-2-2v-6c0-1 1-2 2-2h5c.33 0 .746-.31 1-.498l3.454-3.206C16.376 6.61 18 7.19 18 8.262v15.482c0 .751-.797 1.255-1.59 1.255"/></g></g>'
1196
+ body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M15.001 8.999a5.075 5.075 0 010 6m4.001-7a8.6 8.6 0 010 8"/><g stroke-linejoin="round"><path d="M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z"/><path fill="currentColor" d="M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942"/></g></g>'
1197
1197
  },
1198
1198
  warning: {
1199
- body: '<g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="currentColor" stroke-width="2" d="M16 11v6m0 6v-2"/><path d="M14.008 5.111a2.343 2.343 0 013.985 0l5.848 9.78 5.849 9.779a2.223 2.223 0 01-1.992 3.332H4.3a2.223 2.223 0 01-1.992-3.332l5.849-9.779Z"/><path fill="currentColor" d="M16 6.001c-.089 0-.208.024-.276.137L4.028 25.695c-.022.037-.05.083-.003.165.037.065.115.142.279.142h23.392c.164 0 .242-.077.279-.142.046-.082.019-.128-.003-.164L16.277 6.138C16.207 6.025 16.087 6 16 6m0-2c.775 0 1.55.37 1.992 1.11l11.697 19.56c.885 1.481-.222 3.332-1.993 3.332H4.304c-1.77 0-2.878-1.85-1.993-3.332L14.008 5.11C14.45 4.37 15.225 4 16 4"/></g>'
1199
+ 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>'
1200
1200
  },
1201
1201
  webinar: {
1202
- body: '<g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M3.001 19V5.814c0-1.992.2-2.811 2-2.811h21.11c1.8 0 2.889 1.208 2.889 3.2v12.8"/><path stroke="currentColor" stroke-width="2" d="M6 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M6 15.999a2 2 0 11.586 1.414A2 2 0 016 15.999"/><path fill="currentColor" d="M8 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 17.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 13.999"/></g><path stroke="currentColor" stroke-width="2" d="M10 29.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M10 24.999a2 2 0 11.586 1.414A2 2 0 0110 24.999"/><path fill="currentColor" d="M12 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 22.999"/></g><path stroke="currentColor" stroke-width="2" d="M18 29.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M18 24.999a2 2 0 11.586 1.414A2 2 0 0118 24.999"/><path fill="currentColor" d="M20 22.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0120 22.999"/></g><path stroke="currentColor" stroke-width="2" d="M14 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M14 15.999a2 2 0 11.586 1.414A2 2 0 0114 15.999"/><path fill="currentColor" d="M16 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0116 13.999"/></g><path stroke="currentColor" stroke-width="2" d="M22 20.999a2 2 0 012-2 2 2 0 012 2"/><g stroke-miterlimit="10"><path d="M22 15.999a2 2 0 11.586 1.414A2 2 0 0122 15.999"/><path fill="currentColor" d="M24 13.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0124 13.999"/></g></g>'
1202
+ body: '<g fill="none" stroke-miterlimit="10"><path d="M15 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0115 14.5"/><path fill="currentColor" d="M16.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0116.5 13"/><path d="M8 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 018 19.5"/><path fill="currentColor" d="M9.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 019.5 18"/><path d="M13 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0113 19.5"/><path fill="currentColor" d="M14.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0114.5 18"/><path d="M10.5 14.5a1.5 1.5 0 11.44 1.06 1.5 1.5 0 01-.44-1.06"/><path fill="currentColor" d="M12 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0112 13"/><path d="M6 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 016 14.5"/><path fill="currentColor" d="M7.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 017.5 13"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M3.001 13V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8"/></g>'
1203
1203
  },
1204
1204
  whiteboard: {
1205
- body: '<g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" d="m4 29 7-9m5 9v-9m12 9-7-9"/><g stroke-miterlimit="10" transform="translate(2 3)"><rect width="28" height="18" rx="3" stroke="none"/><rect width="26" height="16" x="1" y="1" rx="2"/></g><path d="M9 13.769c1.995-1.507 4.428-4.772 8.4-4.772-1.689 5.643 3.537 7.475 5.6 4.772"/></g>'
1205
+ 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>'
1206
1206
  },
1207
1207
  wine: {
1208
- body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="M23.226 21.973c4.09-1.922 2.45-9.973 2.45-9.973h-7.351s-1.64 8.05 2.45 9.973a2 2 0 00.539.02h1.411a1.8 1.8 0 00.501-.02M22 23v5m3 0h-6"/><path d="M7.266 29a1.6 1.6 0 01-.869-.4 1.34 1.34 0 01-.4-.933C6.02 13.576 6.006 13 5.997 13l2-4V3h3.994v6l2 4c.014.012-.021.576 0 14.667a1.34 1.34 0 01-.4.933 1.13 1.13 0 01-.933.4Z"/><path d="M6 16.001h4v8H6z"/></g>'
1208
+ body: '<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="M17.919 15.986C20.986 14.639 19.757 9 19.757 9h-5.513s-1.23 5.639 1.838 6.986a1.7 1.7 0 00.4.014h1.062a1.5 1.5 0 00.375-.014M16.999 17v4M19 21h-4"/><path d="M4.952 21a1.2 1.2 0 01-.652-.3A1 1 0 014 20v-9c.015-.318 0-1 0-1l1.5-3V3h3v4l1.5 3c.01.009-.015.682 0 1v9a1 1 0 01-.3.7.85.85 0 01-.7.3Z"/><path d="M4 12.001h3v6H4z"/></g>'
1209
1209
  },
1210
1210
  zip: {
1211
- body: '<path fill="currentColor" d="M25.001 23.999a1 1 0 101 1 1 1 0 00-1-1"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 6v6m6-6v6m6-6v6"/><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" transform="translate(21 5)"><rect width="8" height="8" rx="1" stroke="none"/><path d="M1 1h6v6H1z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M24.883 29c-4.239 0-3.876-5-3.876-5l.985-7h6l1 7s.349 5-3.89 5Z"/>'
1211
+ body: '<g stroke="currentColor"><path fill="currentColor" d="M18.001 17a1 1 0 101 1 1 1 0 00-1-1Z"/><path fill="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 5v4m4-4v4m4-4v4"/><g fill="none" stroke-miterlimit="10" stroke-width="2" transform="translate(15 4)"><rect width="6" height="6" rx="1" stroke="none"/><path d="M1 1h4v4H1z"/></g><path fill="none" stroke-linejoin="round" stroke-width="2" d="M17.918 21a2.78 2.78 0 01-2.912-3.108L15.984 13h4.033l.978 4.892A2.78 2.78 0 0118.083 21Z"/></g>'
1212
1212
  },
1213
1213
  "zoom-in": {
1214
- body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="none" stroke-linecap="round" d="M9 12h6m-3-3v6"/><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g>'
1214
+ 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>'
1215
1215
  },
1216
1216
  "zoom-out": {
1217
- body: '<g stroke="currentColor" stroke-miterlimit="10" stroke-width="2"><path fill="currentColor" stroke-linecap="round" d="m18 18 10 10"/><g fill="none" transform="translate(3 3)"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8"/></g></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M9 11.999h6"/>'
1217
+ 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>'
1218
1218
  }
1219
1219
  };
1220
- const width = 32;
1221
- const height = 32;
1222
- const detailed = {
1220
+ const width = 24;
1221
+ const height = 24;
1222
+ const normal = {
1223
1223
  prefix: prefix$1,
1224
1224
  lastModified: lastModified$1,
1225
1225
  icons: icons$2,
@@ -1227,7 +1227,7 @@ const detailed = {
1227
1227
  height
1228
1228
  };
1229
1229
  const prefix = "simple";
1230
- const lastModified = 1724831655;
1230
+ const lastModified = 1731066880;
1231
1231
  const icons$1 = {
1232
1232
  add: {
1233
1233
  body: '<path fill="none" stroke="currentColor" stroke-linecap="round" d="M.5 8h15M8 .5v15"/>'