@volverjs/ui-vue 0.0.10-beta.47 → 0.0.10-beta.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/auto-imports.d.ts +19 -11
- package/bin/icons.js +1 -0
- package/dist/components/VvAccordion/VvAccordion.es.js +4 -5
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +8 -11
- package/dist/components/VvAccordion/index.d.ts +2 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +45 -46
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +11 -13
- package/dist/components/VvAccordionGroup/index.d.ts +2 -2
- package/dist/components/VvAction/VvAction.vue.d.ts +8 -10
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +158 -161
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +20 -22
- package/dist/components/VvAlert/index.d.ts +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +271 -274
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +9 -11
- package/dist/components/VvAlertGroup/index.d.ts +2 -2
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +6 -6
- package/dist/components/VvAvatar/index.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +21 -22
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
- package/dist/components/VvAvatarGroup/index.d.ts +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +6 -6
- package/dist/components/VvBadge/index.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +23 -23
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +19 -19
- package/dist/components/VvBreadcrumb/index.d.ts +1 -1
- package/dist/components/VvButton/VvButton.es.js +313 -314
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +14 -16
- package/dist/components/VvButton/index.d.ts +9 -9
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -8
- package/dist/components/VvButtonGroup/index.d.ts +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +6 -6
- package/dist/components/VvCard/index.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +186 -187
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +11 -13
- package/dist/components/VvCheckbox/index.d.ts +7 -7
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -191
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +11 -13
- package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.es.js +1864 -1865
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +72 -291
- package/dist/components/VvCombobox/index.d.ts +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +7 -9
- package/dist/components/VvDialog/index.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +9 -10
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +51 -51
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +22 -16
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +6 -6
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +2 -2
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +2 -2
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +2 -2
- package/dist/components/VvIcon/VvIcon.vue.d.ts +2 -23
- package/dist/components/VvInputFile/VvInputFile.es.js +651 -652
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
- package/dist/components/VvInputFile/index.d.ts +4 -4
- package/dist/components/VvInputText/VvInputClearAction.d.ts +10 -6
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +11 -7
- package/dist/components/VvInputText/VvInputStepAction.d.ts +10 -6
- package/dist/components/VvInputText/VvInputText.es.js +715 -716
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +30 -32
- package/dist/components/VvInputText/index.d.ts +1 -1
- package/dist/components/VvNav/VvNav.es.js +5 -5
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +8 -10
- package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
- package/dist/components/VvNav/index.d.ts +2 -2
- package/dist/components/VvProgress/VvProgress.vue.d.ts +6 -6
- package/dist/components/VvProgress/index.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +186 -187
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +10 -12
- package/dist/components/VvRadio/index.d.ts +5 -5
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +190 -191
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +11 -13
- package/dist/components/VvRadioGroup/index.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.es.js +337 -338
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +20 -131
- package/dist/components/VvSelect/index.d.ts +7 -7
- package/dist/components/VvTab/VvTab.es.js +18 -18
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +6 -8
- package/dist/components/VvTab/index.d.ts +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +292 -293
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +14 -16
- package/dist/components/VvTextarea/index.d.ts +3 -3
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +8 -8
- package/dist/components/common/HintSlot.d.ts +6 -6
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.es.js +2760 -2763
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +4 -4
- package/dist/composables/alert/{useProvideAlert.d.ts → useAlertProvide.d.ts} +1 -1
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
- package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +6 -6
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
- package/dist/composables/group/{useInjectedGroupState.d.ts → useGroupStateInject.d.ts} +1 -1
- package/dist/composables/group/{useProvideGroupState.d.ts → useGroupStateProvide.d.ts} +2 -2
- package/dist/composables/index.d.ts +2 -0
- package/dist/composables/index.es.js +87 -3
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useComponentFocus.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +1 -1
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/composables/useUniqueId.d.ts +1 -1
- package/dist/constants.d.ts +3 -3
- package/dist/directives/index.d.ts +2 -2
- package/dist/directives/index.es.js +145 -39
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-contextmenu.es.js +137 -31
- package/dist/directives/v-contextmenu.umd.js +1 -1
- package/dist/icons.d.ts +17 -17
- package/dist/icons.es.js +424 -424
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +4 -4
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +178 -474
- package/dist/stories/Alert/Alert.settings.d.ts +1 -1
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +1 -1
- package/dist/stories/Alert/AlertSlots.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Button/Button.settings.d.ts +1 -1
- package/dist/stories/Combobox/Combobox.settings.d.ts +1 -1
- package/dist/stories/Nav/Nav.settings.d.ts +1 -1
- package/dist/stories/Tab/Tab.settings.d.ts +1 -1
- package/dist/types/floating-ui.d.ts +1 -1
- package/dist/types/group.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/utils/DomUtilities.d.ts +1 -0
- package/package.json +43 -43
- package/src/Volver.ts +3 -3
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAccordion/VvAccordion.vue +5 -5
- package/src/components/VvAccordion/index.ts +2 -2
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +5 -5
- package/src/components/VvAction/VvAction.vue +1 -1
- package/src/components/VvAlert/VvAlert.vue +1 -1
- package/src/components/VvAlert/index.ts +1 -1
- package/src/components/VvAlertGroup/VvAlertGroup.vue +1 -1
- package/src/components/VvAlertGroup/index.ts +3 -3
- package/src/components/VvAvatarGroup/VvAvatarGroup.vue +1 -1
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +2 -2
- package/src/components/VvBreadcrumb/index.ts +1 -1
- package/src/components/VvButton/VvButton.vue +3 -3
- package/src/components/VvButton/index.ts +4 -4
- package/src/components/VvButtonGroup/VvButtonGroup.vue +3 -3
- package/src/components/VvCheckbox/VvCheckbox.vue +2 -2
- package/src/components/VvCheckbox/index.ts +2 -2
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +2 -2
- package/src/components/VvCombobox/VvCombobox.vue +9 -9
- package/src/components/VvCombobox/index.ts +15 -15
- package/src/components/VvDropdown/VvDropdown.vue +19 -19
- package/src/components/VvDropdown/VvDropdownAction.vue +1 -1
- package/src/components/VvDropdown/VvDropdownItem.vue +1 -1
- package/src/components/VvDropdown/VvDropdownOption.vue +1 -1
- package/src/components/VvDropdown/index.ts +2 -2
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvInputFile/VvInputFile.vue +7 -7
- package/src/components/VvInputFile/index.ts +7 -7
- package/src/components/VvInputText/VvInputPasswordAction.ts +1 -1
- package/src/components/VvInputText/VvInputText.vue +19 -19
- package/src/components/VvInputText/VvInputTextActions.ts +4 -4
- package/src/components/VvInputText/index.ts +2 -2
- package/src/components/VvNav/VvNav.vue +1 -1
- package/src/components/VvRadio/VvRadio.vue +1 -1
- package/src/components/VvRadio/index.ts +2 -2
- package/src/components/VvRadioGroup/VvRadioGroup.vue +2 -2
- package/src/components/VvSelect/VvSelect.vue +6 -6
- package/src/components/VvSelect/index.ts +12 -12
- package/src/components/VvTab/VvTab.vue +2 -2
- package/src/components/VvTab/index.ts +1 -1
- package/src/components/VvTextarea/VvTextarea.vue +1 -1
- package/src/components/common/HintSlot.ts +14 -14
- package/src/components/index.ts +1 -1
- package/src/composables/alert/useAlert.ts +2 -2
- package/src/composables/alert/{useProvideAlert.ts → useAlertProvide.ts} +2 -2
- package/src/composables/dropdown/useDropdownContextmenu.ts +22 -0
- package/src/composables/dropdown/{useProvideDropdown.ts → useDropdownProvide.ts} +9 -9
- package/src/composables/dropdown/useDropdownVirtualElement.ts +53 -0
- package/src/composables/group/{useInjectedGroupState.ts → useGroupStateInject.ts} +2 -2
- package/src/composables/group/{useProvideGroupState.ts → useGroupStateProvide.ts} +2 -2
- package/src/composables/index.ts +2 -0
- package/src/composables/useBlurhash.ts +2 -2
- package/src/composables/useOptions.ts +1 -1
- package/src/composables/usePersistence.ts +1 -1
- package/src/composables/useTextCount.ts +2 -2
- package/src/composables/useUniqueId.ts +2 -3
- package/src/constants.ts +5 -5
- package/src/directives/index.ts +2 -2
- package/src/directives/v-contextmenu.ts +21 -29
- package/src/directives/v-tooltip.ts +2 -2
- package/src/icons.ts +2 -2
- package/src/index.ts +1 -1
- package/src/props/index.ts +7 -7
- package/src/resolvers/unplugin.ts +5 -5
- package/src/stories/Accordion/Accordion.stories.ts +2 -2
- package/src/stories/Accordion/Accordion.test.ts +1 -1
- package/src/stories/Accordion/AccordionSlots.stories.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +1 -1
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +3 -3
- package/src/stories/Alert/Alert.settings.ts +1 -1
- package/src/stories/Alert/Alert.stories.ts +2 -2
- package/src/stories/Alert/Alert.test.ts +1 -1
- package/src/stories/Alert/AlertModifiers.stories.ts +2 -2
- package/src/stories/Alert/AlertSlots.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroup.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroup.test.ts +3 -3
- package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Avatar/Avatar.stories.ts +2 -2
- package/src/stories/Avatar/Avatar.test.ts +1 -1
- package/src/stories/Avatar/AvatarBadge.stories.ts +1 -1
- package/src/stories/Avatar/AvatarModifiers.stories.ts +2 -2
- package/src/stories/Avatar/AvatarSlots.stories.ts +2 -2
- package/src/stories/AvatarGroup/AvatarGroup.stories.ts +2 -2
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -1
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +2 -2
- package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +3 -3
- package/src/stories/Badge/Badge.stories.ts +2 -2
- package/src/stories/Badge/Badge.test.ts +1 -1
- package/src/stories/Badge/BadgeSlots.stories.ts +2 -2
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +37 -117
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +2 -2
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +5 -5
- package/src/stories/Button/Button.settings.ts +3 -3
- package/src/stories/Button/Button.stories.ts +2 -2
- package/src/stories/Button/Button.test.ts +1 -1
- package/src/stories/Button/ButtonIcon.stories.ts +2 -2
- package/src/stories/Button/ButtonLink.stories.ts +2 -2
- package/src/stories/Button/ButtonLoading.stories.ts +2 -2
- package/src/stories/Button/ButtonModifiers.stories.ts +2 -2
- package/src/stories/Button/ButtonSlots.stories.ts +3 -3
- package/src/stories/Button/ButtonState.stories.ts +2 -2
- package/src/stories/Button/ButtonToggle.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +1 -1
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +2 -2
- package/src/stories/Card/Card.stories.ts +2 -2
- package/src/stories/Card/Card.test.ts +1 -1
- package/src/stories/Card/CardSlots.stories.ts +2 -2
- package/src/stories/Checkbox/Checkbox.stories.ts +2 -2
- package/src/stories/Checkbox/Checkbox.test.ts +1 -1
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +2 -2
- package/src/stories/Checkbox/CheckboxSlots.stories.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +3 -3
- package/src/stories/Combobox/Combobox.settings.ts +9 -9
- package/src/stories/Combobox/Combobox.stories.ts +2 -2
- package/src/stories/Combobox/Combobox.test.ts +2 -2
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +2 -2
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +2 -2
- package/src/stories/Combobox/ComboboxOptions.stories.ts +2 -2
- package/src/stories/Combobox/ComboboxSlots.stories.ts +3 -3
- package/src/stories/Dialog/Dialog.stories.ts +2 -2
- package/src/stories/Dialog/Dialog.test.ts +1 -1
- package/src/stories/Dialog/DialogModifiers.stories.ts +2 -2
- package/src/stories/Dialog/DialogSlots.stories.ts +2 -2
- package/src/stories/Dropdown/Dropdown.settings.ts +1 -1
- package/src/stories/Dropdown/Dropdown.stories.ts +4 -4
- package/src/stories/Dropdown/Dropdown.test.ts +1 -1
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +3 -4
- package/src/stories/Dropdown/DropdownMultilevel.stories.ts +4 -4
- package/src/stories/Dropdown/DropdownSlots.stories.ts +4 -4
- package/src/stories/Icon/Icon.settings.ts +1 -1
- package/src/stories/Icon/Icon.stories.ts +2 -2
- package/src/stories/Icon/IconsCollection.stories.ts +3 -3
- package/src/stories/InputFile/InputFile.settings.ts +1 -1
- package/src/stories/InputFile/InputFile.stories.ts +1 -1
- package/src/stories/InputFile/InputFileDropArea.stories.ts +2 -2
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +2 -2
- package/src/stories/InputFile/InputFileSlots.stories.ts +2 -2
- package/src/stories/InputText/InputText.settings.ts +2 -2
- package/src/stories/InputText/InputText.stories.ts +2 -2
- package/src/stories/InputText/InputText.test.ts +2 -2
- package/src/stories/InputText/InputTextIconPosition.stories.ts +2 -2
- package/src/stories/InputText/InputTextLength.stories.ts +2 -2
- package/src/stories/InputText/InputTextMask.stories.ts +2 -2
- package/src/stories/InputText/InputTextMinMax.stories.ts +2 -2
- package/src/stories/InputText/InputTextSlots.stories.ts +2 -2
- package/src/stories/InputText/InputTextType.stories.ts +2 -2
- package/src/stories/Nav/Nav.settings.ts +1 -1
- package/src/stories/Nav/Nav.stories.ts +2 -2
- package/src/stories/Nav/Nav.test.ts +1 -1
- package/src/stories/Nav/NavModifiers.stories.ts +2 -2
- package/src/stories/Progress/Progress.stories.ts +2 -2
- package/src/stories/Progress/Progress.test.ts +2 -2
- package/src/stories/Radio/Radio.stories.ts +2 -2
- package/src/stories/Radio/Radio.test.ts +1 -1
- package/src/stories/Radio/RadioSlots.stories.ts +2 -2
- package/src/stories/RadioGroup/RadioGroup.stories.ts +2 -2
- package/src/stories/RadioGroup/RadioGroup.test.ts +2 -2
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +2 -2
- package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +3 -3
- package/src/stories/Select/Select.settings.ts +10 -10
- package/src/stories/Select/Select.stories.ts +2 -2
- package/src/stories/Select/Select.test.ts +1 -1
- package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
- package/src/stories/Select/SelectOptions.stories.ts +2 -2
- package/src/stories/Select/SelectSlots.stories.ts +2 -2
- package/src/stories/Tab/Tab.settings.ts +1 -1
- package/src/stories/Tab/Tab.stories.ts +1 -1
- package/src/stories/Tab/Tab.test.ts +1 -1
- package/src/stories/Textarea/Textarea.settings.ts +1 -1
- package/src/stories/Textarea/Textarea.stories.ts +2 -2
- package/src/stories/Textarea/Textarea.test.ts +1 -1
- package/src/stories/Textarea/TextareaLength.stories.ts +2 -2
- package/src/stories/Textarea/TextareaSlots.stories.ts +2 -2
- package/src/stories/Textarea/TextareatIconPosition.stories.ts +2 -2
- package/src/stories/Tooltip/Tooltip.stories.ts +3 -3
- package/src/stories/Tooltip/Tooltip.test.ts +1 -1
- package/src/stories/Tooltip/TooltipDirective.stories.ts +3 -3
- package/src/test/expect.ts +3 -3
- package/src/test/types.d.ts +2 -2
- package/src/types/floating-ui.ts +1 -1
- package/src/types/group.ts +1 -1
- package/src/types/index.ts +2 -2
- package/src/utils/DomUtilities.ts +15 -0
- package/src/utils/ObjectUtilities.ts +4 -4
- package/src/workers/blurhash.ts +1 -1
- package/dist/composables/alert/{useInjectAlert.d.ts → useAlerInject.d.ts} +0 -0
- package/dist/composables/dropdown/{useInjectDropdown.d.ts → useDropdownInject.d.ts} +0 -0
- package/src/assets/icons/normal/{dulicate.svg → duplicate.svg} +0 -0
- package/src/composables/alert/{useInjectAlert.ts → useAlerInject.ts} +0 -0
- package/src/composables/dropdown/{useInjectDropdown.ts → useDropdownInject.ts} +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"prefix":"normal","lastModified":1724831655,"icons":{"add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 12h16m-8-8v16\"/>"},"add-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" d=\"M9 12h6m-3-3v6\"/></g>"},"align-center":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 10H7m13-4H4m16 8H4m13 4H7\"/>"},"align-justify":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10H4m16-4H4m16 8H4m16 4H4\"/>"},"align-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 10H4m16-4H4m16 8H4m12 4H4\"/>"},"align-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10H8m12-4H4m16 8H4m16 4H8\"/>"},"analysis":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 13)\"><rect width=\"5\" height=\"9\" rx=\"2\" stroke=\"none\"/><rect width=\"3\" height=\"7\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(9 4)\"><rect width=\"6\" height=\"18\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"16\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(17 9)\"><rect width=\"5\" height=\"13\" rx=\"2\" stroke=\"none\"/><rect width=\"3\" height=\"11\" x=\"1\" y=\"1\" rx=\"1\"/></g>"},"analysis-2":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M12.515 3.973a.48.48 0 00-.335.139.48.48 0 00-.139.336v7.564h-7.57a.48.48 0 00-.335.139.48.48 0 00-.14.335A8.514 8.514 0 0012.51 21a8.513 8.513 0 008.514-8.514 8.51 8.51 0 00-8.509-8.513\"/><path fill=\"currentColor\" d=\"M14.04 6.153v7.859H6.182A6.524 6.524 0 0012.515 19a6.52 6.52 0 006.513-6.514c0-3.066-2.13-5.644-4.987-6.333m-1.526-2.18a8.51 8.51 0 018.513 8.513 8.514 8.514 0 01-17.027 0 .475.475 0 01.475-.474h7.565V4.448a.476.476 0 01.474-.475\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M9.866 9.865A.46.46 0 0010 9.54V2.461a.47.47 0 00-.134-.326.46.46 0 00-.325-.134 7.54 7.54 0 00-7.54 7.54.46.46 0 00.135.325.46.46 0 00.325.134h7.08a.46.46 0 00.325-.135\"/><path fill=\"currentColor\" d=\"M8 8V4.217a5.56 5.56 0 00-3.782 3.781zm1.54 2H2.46A.463.463 0 012 9.54 7.54 7.54 0 019.54 2c.121 0 .24.049.326.134A.47.47 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.46.46 0 01-.326.134\"/></g>"},"analysis-3":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m3 18 7-7 2 2 4-4\"/><path stroke-miterlimit=\"10\" d=\"M21 18H3V6\"/></g>"},"apple":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M12.011 21.212a4.4 4.4 0 01.909.112 5 5 0 01.909.362l.021.01q.168.083.347.161a1.5 1.5 0 00.616.144 2.3 2.3 0 00.953-.287 4.05 4.05 0 001.513-1.3 13 13 0 001.664-2.823c.088-.2.155-.363.212-.515a10.36 10.36 0 00.6-6.312 4.88 4.88 0 00-1.936-2.9l-.042-.03a3.3 3.3 0 00-.666-.418 4 4 0 00-1.738-.41h-.1a5.7 5.7 0 00-1.978.524l-.391.152c-.17.065-.566.2-.57.2a.5.5 0 01-.156.027h-.365a.5.5 0 01-.155-.027s-.4-.14-.571-.206l-.386-.15a5.8 5.8 0 00-1.983-.525h-.107a4.04 4.04 0 00-1.729.411 3.3 3.3 0 00-.668.419l-.04.029a4.96 4.96 0 00-1.924 2.855 10.36 10.36 0 00.578 6.322c.084.222.159.4.228.551a13 13 0 001.663 2.823 4 4 0 001.459 1.28A2.5 2.5 0 009.189 22a1.5 1.5 0 00.611-.142q.176-.073.341-.158l.021-.01a5 5 0 01.917-.365 4.2 4.2 0 01.915-.112h.016Z\"/><path fill=\"currentColor\" d=\"m9.175 19.945.087-.041.05-.025c.335-.16.751-.358 1.269-.492a6 6 0 011.353-.174h.147a6.3 6.3 0 011.338.174c.524.135.942.336 1.278.497l.042.02.085.041.125-.056c.183-.082.375-.231.764-.721.52-.654.991-1.458 1.402-2.388a8 8 0 00.17-.412l.017-.048.021-.046c1.117-2.562.511-4.977.505-4.999l-.014-.054-.011-.055c-.204-.984-.998-1.577-1.077-1.634a2 2 0 01-.154-.11l-.062-.049a2 2 0 00-1.13-.371h-.05c-.322.008-.683.144-1.295.385l-.41.16c-.18.068-.521.188-.612.22a2.5 2.5 0 01-.827.143h-.373q-.43 0-.83-.144l-.03-.01a32 32 0 01-.578-.21l-.015-.005-.391-.153c-.613-.24-.977-.377-1.3-.386L8.611 9c-.265 0-.584.078-.856.211-.113.054-.2.108-.269.163a2 2 0 01-.186.14c-.072.052-.902.676-1.09 1.6l-.011.053-.014.053c-.026.1-.63 2.482.476 5.017l.02.046.018.048c.067.178.128.317.183.442l.004.009c.408.927.88 1.73 1.4 2.385.327.412.54.622.71.698l.005.002c.055.025.117.053.174.077M14.815 22c-.194 0-.39-.046-.617-.144q-.179-.077-.347-.16l-.021-.01c-.284-.137-.577-.277-.91-.363a4.4 4.4 0 00-.909-.112h-.016a4.2 4.2 0 00-.915.112c-.334.086-.629.228-.917.365l-.021.01q-.165.082-.341.158a1.5 1.5 0 01-.612.143c-.323 0-.61-.13-1.011-.31-.57-.256-.997-.697-1.459-1.279-.626-.788-1.186-1.739-1.663-2.823a10 10 0 01-.228-.55c-1.353-3.103-.66-6.01-.578-6.323.363-1.778 1.855-2.807 1.925-2.854l.04-.03c.191-.157.41-.294.668-.419a4.04 4.04 0 011.835-.41c.691.018 1.29.253 1.983.525l.385.15c.175.066.57.206.572.206q.074.027.155.027h.147l.03-.004.021.001q.016 0 .029.003h.146a.5.5 0 00.156-.027c.004-.002.4-.14.57-.205l.39-.152c.693-.272 1.29-.507 1.978-.524h.1c.584 0 1.185.141 1.737.41.258.125.476.262.666.418q.02.016.042.03c.015.01 1.543.998 1.936 2.901.05.191.785 3.126-.605 6.312a10 10 0 01-.212.515c-.479 1.085-1.039 2.035-1.664 2.823-.462.582-.895 1.027-1.513 1.303-.37.167-.637.287-.953.287\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.09 8s-.5-2.968.913-4m-.007 8.001s2.075 1.039 2 3\"/></g>"},"arrow-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6.001 14 6 6 6-6m-6 4V4\"/>"},"arrow-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.001 6-6 6 6 6m-4-6h14\"/>"},"arrow-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 18.001 6-6-6-6m4 6H4\"/>"},"arrow-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 10-6-6-6 6m6-4v14\"/>"},"attachment":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 11.439-8.51 8.025a5.8 5.8 0 01-7.862 0 5.035 5.035 0 010-7.414l8.51-8.026a3.867 3.867 0 015.242 0 3.357 3.357 0 010 4.943l-8.52 8.025a1.93 1.93 0 01-2.62 0 1.676 1.676 0 010-2.471l7.862-7.406\"/>"},"back-to-front":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 6H5a1.88 1.88 0 00-1.5.5A1.88 1.88 0 003 8v8a1.89 1.89 0 00.5 1.5A1.88 1.88 0 005 18h14a1.88 1.88 0 001.5-.5A1.88 1.88 0 0021 16V8a1.88 1.88 0 00-.5-1.5A1.88 1.88 0 0019 6h-3\"/><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z\"/><path fill=\"currentColor\" d=\"M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16.999 3-3 3 3 3\"/>"},"bell":{"body":"<path fill=\"currentColor\" d=\"M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z\"/><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M13.514 2.21a5.68 5.68 0 014.407 5.431v3.016a6.97 6.97 0 002.652 5.533l.128.106a.97.97 0 01.3.7 1.036 1.036 0 01-1.062 1.007H4.062A1.036 1.036 0 013 16.996a.97.97 0 01.3-.7l.128-.106a6.97 6.97 0 002.654-5.532V7.641a5.67 5.67 0 014.25-5.389 5.84 5.84 0 013.182-.042\"/><path fill=\"currentColor\" d=\"M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106c.184.18.298.425.298.697 0 .556-.476 1.007-1.062 1.007H4.062C3.476 18 3 17.55 3 16.993c0-.272.114-.517.298-.697l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253\"/></g>"},"bell-active":{"body":"<g fill=\"currentColor\"><path d=\"M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z\"/><g stroke-miterlimit=\"10\"><path d=\"M19.938 17H4.062a.1.1 0 01-.039-.007l.037-.03c1.976-1.626 3.02-3.806 3.02-6.305V7.64c0-1.008.34-1.965.984-2.769a4.97 4.97 0 012.534-1.656l.02-.005.019-.007A5.5 5.5 0 0112.092 3c.412 0 .786.054 1.11.16l.034.011.035.01c2.149.537 3.65 2.372 3.65 4.46v3.017c0 2.499 1.043 4.679 3.018 6.304l.038.031a.1.1 0 01-.039.007\"/><path d=\"M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106a.97.97 0 01.298.696C21 17.55 20.524 18 19.938 18H4.062C3.476 18 3 17.55 3 16.992c0-.27.114-.516.298-.696l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253\"/></g></g>"},"bold":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 4.999h6.722a3.5 3.5 0 010 7H7Zm0 7h7.615a3.5 3.5 0 010 7H7Z\"/>"},"bookmark":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M7 4.526v16.24a.257.257 0 00.439.159l4.436-4.351a.18.18 0 01.249 0l4.437 4.351a.257.257 0 00.439-.159V4.526a1.6 1.6 0 00-1.664-1.527H8.664A1.6 1.6 0 007 4.526\"/><path fill=\"currentColor\" d=\"M9 4.999v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.593V5zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.526C7 3.683 7.745 3 8.664 3\"/></g>"},"bookmark-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"m16 18.977-3.176-3.115a1.17 1.17 0 00-.824-.336c-.313 0-.606.12-.827.338L8 18.976V4.528c0-.285.304-.527.664-.527h6.672c.36 0 .664.242.664.527z\"/><path d=\"M9 5.001v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.595V5.001zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.528c0-.843.745-1.527 1.664-1.527\"/></g>"},"building":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4 21h16M14 4V3h-4v1\"/><path stroke-linecap=\"round\" d=\"M12 21v-3M9 9h1m-1 4h1m4-4h1m-1 4h1\"/><g transform=\"translate(5 4)\"><rect width=\"14\" height=\"18\" rx=\"2\" stroke=\"none\"/><rect width=\"12\" height=\"16\" x=\"1\" y=\"1\" rx=\"1\"/></g></g>"},"bulleted-list":{"body":"<rect fill=\"none\"/><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 15.998h5m-5-3.999h12M8 8h8\"/><g transform=\"translate(4.95 6.924) translate(-1.95 .076)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g><g transform=\"translate(4.95 6.924) translate(-1.95 4.076)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g><g transform=\"translate(4.95 6.924) translate(-1.95 8.076)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g></g>"},"calendar":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 3v2m8-2v2M3 8h18M7 12h2m-2 4h2m6-4h2m-2 4h2\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 3)\"><rect width=\"20\" height=\"18\" rx=\"3\" stroke=\"none\"/><rect width=\"18\" height=\"16\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"camera-off":{"body":"<path fill=\"currentColor\" d=\"M3.293 19.278a1 1 0 00-.218.328 1 1 0 01.218-.328M20 8.228v9.721a.3.3 0 01-.052.051h-9.72l-2 2H20a2.087 2.087 0 002-2V8a1.96 1.96 0 00-.506-1.266ZM4 15.743V8.051A.3.3 0 014.052 8h2.776l2-2h4.566l.21.14 1.442-1.44L14 4H8L6 6H4a2.087 2.087 0 00-2 2v9.743Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M10.617 9.126a3.49 3.49 0 00-2.491 2.491m4.215 4.269a3.49 3.49 0 002.545-2.545\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"camera-on":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M20 6h-3l-3-2H8L6 6H4a2.087 2.087 0 00-2 2v10a2.087 2.087 0 002 2h16a2.087 2.087 0 002-2V8a2.087 2.087 0 00-2-2\"/><path fill=\"currentColor\" d=\"m8.828 6-2 2H4.052A.2.2 0 004 8.051v9.898a.2.2 0 00.052.051h15.896a.2.2 0 00.052-.05v-9.9a.2.2 0 00-.052-.05h-3.554l-3-2zM8 4h6l3 2h3c1.034 0 1.998.947 2 2v10c-.002 1.05-.966 1.997-2 2H4c-1.034-.003-1.998-.95-2-2V8c.002-1.053.966-2 2-2h2z\"/><g stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(7 8)\"><circle cx=\"4.5\" cy=\"4.5\" r=\"4.5\" stroke=\"none\"/><circle cx=\"4.5\" cy=\"4.5\" r=\"3.5\"/></g></g>"},"catalog":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\"><path d=\"M7 2h11a1 1 0 011 1v18a1 1 0 01-1 1H7a3 3 0 01-3-3V5a3 3 0 013-3\" stroke=\"none\"/><path d=\"M7 3h11v18H7a2 2 0 01-2-2V5a2 2 0 012-2Z\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.001 11h5m-5 4h2\"/><path d=\"M5 7h13\"/></g>"},"certificate":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-miterlimit=\"22.926\" d=\"M12.002 2.999a6 6 0 11-6 6 6 6 0 016-6Z\"/><path stroke-miterlimit=\"22.926\" d=\"M12 7.002a2 2 0 11-2 2 2 2 0 012-2Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.758 13.292 4 18.411h1.964l.793 1.428H8.37L9.204 21l2.759-4.378L14.722 21l1.015-1.161h1.474l1.048-1.428 1.741.018L17.211 13\"/></g>"},"chat":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M10.997 15.998h-2c-3.391 0-6-1.906-6-5s2.609-5 6-5h6c3.391 0 6 1.918 6 5s-3.021 5-6 5l-1 3Z\"/>"},"check":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6.996 12 4 4 7-7\"/>"},"check-badge":{"body":"<path fill=\"currentColor\" d=\"m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 12 2 2 4-4\"/>"},"check-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 12 2 2 4-4\"/></g>"},"checkbox":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 2)\"><rect width=\"20\" height=\"20\" rx=\"3\" stroke=\"none\"/><rect width=\"18\" height=\"18\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"chevron-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 10 6 6 6-6\"/>"},"chevron-down-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8 11 4 4 4-4\"/></g>"},"chevron-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 6-6 6 6 6\"/>"},"chevron-left-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14 8-4 4 4 4\"/></g>"},"chevron-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18 6-6-6-6\"/>"},"chevron-right-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.187 8 3.814 4.1-4 3.9\"/></g>"},"chevron-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 16-6-6-6 6\"/>"},"chevron-up-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8 14 4-4 4 4\"/></g>"},"circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g>"},"classroom":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M3 10h18M3 21h18\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M6 8.999a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 3.999a2 2 0 11.586 1.414A2 2 0 016 3.999\"/><path fill=\"currentColor\" d=\"M8 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 1.999\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 19.999a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M10 14.999a2 2 0 11.586 1.414A2 2 0 0110 14.999\"/><path fill=\"currentColor\" d=\"M12 12.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 12.999\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M14 8.999a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M14 3.999a2 2 0 11.586 1.414A2 2 0 0114 3.999\"/><path fill=\"currentColor\" d=\"M16 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 0116 1.999\"/></g></g>"},"clear-field":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(3 3)\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"8\" fill=\"none\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"m9 15 6-6M9 9l6 6\"/></g>"},"clear-style":{"body":"<defs><clipPath id=\"svgID0\"><path stroke=\"rgba(0,0,0,0)\" d=\"M0 0h10v16H0z\"/></clipPath></defs><g fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" clip-path=\"url(#svgID0)\" transform=\"translate(5 4)\"><path d=\"M1 4a1 1 0 001-1h4v1.758L9.758 1H2a1 1 0 00-2 0v2a1 1 0 001 1m8 10H8v-2.758l-2 2V14h-.758l-1.2 1.2A.985.985 0 005 16h4a1 1 0 000-2\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"close":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M6 18 18 6M6 6l12 12\"/>"},"close-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" d=\"m10 14 4-4m-4 0 4 4\"/></g>"},"close-loader":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"m9 15 6-6M9 9l6 6\"/>"},"coffee":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-linejoin=\"round\"><path d=\"M5.373 9.501h12.254a.873.873 0 01.873.873v3.127a7 7 0 01-7 7 7 7 0 01-7-7v-3.127a.873.873 0 01.873-.873\" stroke=\"none\"/><path d=\"M5.5 10.501h12v3a6 6 0 01-6 6 6 6 0 01-6-6z\"/></g><g stroke-linejoin=\"round\"><path d=\"M16.5 16.501v-7h2a3 3 0 013 3v1a3 3 0 01-3 3z\" stroke=\"none\"/><path d=\"M17.5 15.501v-5h1a2 2 0 012 2v1a2 2 0 01-2 2z\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.5 20.501h16\"/><path stroke-linecap=\"round\" d=\"M7.5 6.501v-2m4 2v-2m4 2v-2\"/></g>","width":25,"height":25},"color":{"body":"<defs><radialGradient id=\"svgID0\" cx=\".5\" cy=\".5\" r=\".5\" gradientUnits=\"objectBoundingBox\"><stop offset=\"0\" stop-color=\"currentColor\"/><stop offset=\".148\" stop-color=\"currentColor\"/><stop offset=\".32\" stop-color=\"currentColor\"/><stop offset=\".493\" stop-color=\"currentColor\"/><stop offset=\".66\" stop-color=\"currentColor\"/><stop offset=\".833\" stop-color=\"currentColor\"/><stop offset=\"1\" stop-color=\"currentColor\"/></radialGradient></defs><g fill=\"url(#svgID0)\" stroke=\"currentColor\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9.5\" fill=\"none\"/></g>"},"contact-us":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.999 11V8.461c0-2.623-2.635-5.461-6-5.461s-6 2.838-6 5.461v1.2\"/><path d=\"M15.995 10.002v1.251a4.85 4.85 0 01-1.5 3.75M8.999 4.001c0 2.571 6 6 9 6m-7.5-3a5.97 5.97 0 00-2.5 4v1a4.76 4.76 0 002.5 4m2.499 4a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m0-.005h.469c2.493.013 4.522-2.587 4.531-5.8v-.2m.502-3.994H18v4h.5c.276 0 .5-.4.5-.889V10.89c0-.49-.224-.887-.5-.888m-13 0H6v4h-.5c-.276 0-.5-.4-.5-.887v-2.223c0-.491.223-.889.5-.89\"/></g>"},"copy":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(8 2)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"10\" height=\"14\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" d=\"M15 21H7.377C6.064 21 5 19.616 5 17.91V8\"/></g>"},"courses":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"m20.695 9.514-8.427-4.452a.57.57 0 00-.535 0L3.306 9.514a.572.572 0 000 1.013L6 11.999v5a1.85 1.85 0 002 2h8a1.85 1.85 0 002-2v-5l2.695-1.472a.572.572 0 000-1.013\"/><path fill=\"currentColor\" d=\"m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772zm0-2.187q.14 0 .268.067l8.427 4.452a.572.572 0 010 1.013L18 11.999v5c0 1.24-.759 2-2 2H8c-1.24 0-2-.76-2-2v-5l-2.695-1.472a.572.572 0 010-1.013l8.427-4.452A.6.6 0 0112 4.995\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"m11.732 14.933-8.427-4.43a.568.568 0 010-1.008l8.427-4.43a.58.58 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.58.58 0 01-.535 0\"/><path fill=\"currentColor\" d=\"m12 12.81 5.355-2.815L12 7.18 6.645 9.996zm0 2.185a.6.6 0 01-.268-.067L3.305 10.5a.568.568 0 010-1.007l8.427-4.43a.58.58 0 01.536 0l8.427 4.43a.568.568 0 010 1.007l-8.427 4.43a.6.6 0 01-.268.067\"/></g><path fill=\"currentColor\" d=\"M19 10h2v5a1 1 0 01-1 1 1 1 0 01-1-1z\"/>"},"dashboard":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(4 3)\"><rect width=\"7\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(13 15)\"><rect width=\"7\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(13 3)\"><rect width=\"7\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(4 11)\"><rect width=\"7\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\"1\" y=\"1\" rx=\"1\"/></g>"},"download":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 11.001 3 3 3-3M12 14V4m8 11v3H4v-3\"/>"},"drag":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M16 4v16M12 4v16M8 4v16\"/>"},"dulicate":{"body":"<g stroke-miterlimit=\"10\"><g fill=\"rgba(0,0,0,0)\"><path d=\"M13 21H5c-1.103 0-2-.897-2-2v-8c0-1.103.897-2 2-2h4V5c0-1.103.897-2 2-2h8c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2h-4v4c0 1.103-.897 2-2 2\"/><path fill=\"currentColor\" d=\"M13 20c.551 0 1-.448 1-1v-5h5a1 1 0 001-1V5a1 1 0 00-1-1h-8a1 1 0 00-1 1v5H5a1 1 0 00-1 1v8a1 1 0 001 1zm0 2H5a3 3 0 01-3-3v-8a3 3 0 013-3h3V5a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3h-3v3a3 3 0 01-3 3\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 9h4m-2-2v4\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(8 2)\"><rect width=\"14\" height=\"14\" rx=\"3\" stroke=\"none\"/><rect width=\"12\" height=\"12\" x=\"1\" y=\"1\" rx=\"2\"/></g></g>"},"edit":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"m18.318 3.465 2.2 2.194a1.64 1.64 0 01.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.868a.792.792 0 01-.938-.938l.9-4.233a1.64 1.64 0 01.454-.829L16.079 3.457a1.59 1.59 0 012.239.008\"/><path fill=\"currentColor\" d=\"M17.194 5.167 5.852 16.334l-.492 2.312 2.232-.466 11.26-11.358zM17.196 3c.407 0 .814.155 1.124.465l2.198 2.194c.64.64.643 1.675.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.867a.792.792 0 01-.938-.937l.9-4.233c.067-.315.226-.603.455-.829L16.079 3.457A1.6 1.6 0 0117.196 3\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m14 6 4 4M7 13.998l3 3\"/></g>"},"elearning":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 2)\"><rect width=\"20\" height=\"14\" rx=\"3\" stroke=\"none\"/><rect width=\"18\" height=\"12\" x=\"1\" y=\"1\" rx=\"2\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 20h14\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(7 18)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g><path fill=\"currentColor\" d=\"M14.211 8.107a1 1 0 010 1.789l-2.764 1.381A1 1 0 0110 10.383V7.619a1 1 0 011.447-.894Z\"/>"},"email":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 8.5 13.5)\"><rect width=\"14\" height=\"20\" rx=\"3\" stroke=\"none\"/><rect width=\"12\" height=\"18\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.995 7.015 11.981 12l8.014-5\"/></g>"},"error":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7v5m0 4v1\"/><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g></g>"},"error-2":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4v9m0 5v2\"/>"},"exercise":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M7.659 20.725a.926.926 0 01-1.318 0C5.458 19.785 4 18.144 4 17.55v-13a1.637 1.637 0 011.715-1.545h2.569A1.637 1.637 0 0110 4.545v13c0 .599-1.458 2.24-2.341 3.18\"/><path fill=\"currentColor\" d=\"M7 18.476c.546-.626.856-1.042 1-1.268V5H6v12.208c.144.226.454.642 1 1.268M7 21a.9.9 0 01-.66-.275C5.458 19.785 4 18.145 4 17.55V4.545C4 3.69 4.768 3 5.715 3h2.569C9.232 3 10 3.691 10 4.545V17.55c0 .594-1.458 2.235-2.34 3.175A.9.9 0 017 21\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M5 8h4\"/><path d=\"M12 3h8v18h-8Z\"/><path fill=\"currentColor\" d=\"M14 5v14h4V5zm-2-2h8v18h-8z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 8h2m-2 4h2m-2 4h2\"/></g>"},"external-link":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 13v4a2.1 2.1 0 01-2 2H7a2.1 2.1 0 01-2-2V7a2.1 2.1 0 012-2h4m5-2h5v5m-8 3 8-8\"/>"},"extract":{"body":"<rect fill=\"none\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 10h8m-8 4h5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.001 8.999v-4h-4M16 19.003h4v-4M8 5.001H4v4m-.001 6.002v4h4\"/><circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" transform=\"translate(18 17)\"/>"},"eye-off":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M13.5 6.112a10 10 0 00-1.442-.111h-.011a9.1 9.1 0 00-3.87.8 8.2 8.2 0 00-3.25 2.727 7.3 7.3 0 00-.9 1.663.45.45 0 000 .282 7.6 7.6 0 001.543 2.528m4.929 3.888a10.4 10.4 0 001.47.111 9.25 9.25 0 003.919-.8 7.9 7.9 0 003.226-2.736 7 7 0 00.865-1.671.46.46 0 000-.283A8 8 0 0018.396 10\"/><path stroke-linecap=\"round\" d=\"M4 20 20 4\"/></g>"},"eye-on":{"body":"<g fill=\"none\" stroke-linejoin=\"round\"><path d=\"M20.973 11.836A8.9 8.9 0 0019.096 8.9a9 9 0 00-2.764-2 10.15 10.15 0 00-4.336-.9 10.15 10.15 0 00-4.332.9A9.16 9.16 0 004.03 9.964a8 8 0 00-1.007 1.868.5.5 0 000 .317A8.5 8.5 0 004.847 15.1a8.8 8.8 0 002.76 2A10.4 10.4 0 0012 18a10.4 10.4 0 004.393-.9 8.9 8.9 0 003.615-3.07 7.8 7.8 0 00.969-1.874.5.5 0 00-.004-.32\"/><path fill=\"currentColor\" d=\"M11.994 8c-1.288 0-2.46.241-3.484.718a7.1 7.1 0 00-2.838 2.4c-.244.345-.421.66-.543.9a7.1 7.1 0 001.182 1.715 6.8 6.8 0 002.135 1.548C9.478 15.758 10.674 16 12 16s2.521-.242 3.554-.719a6.93 6.93 0 002.802-2.382c.232-.34.4-.646.514-.882a7.6 7.6 0 00-1.229-1.743 7 7 0 00-2.153-1.557C14.465 8.241 13.293 8 12.006 8zm0-2h.012c1.723 0 3.155.36 4.326.904a9 9 0 012.764 1.998c1.37 1.453 1.862 2.892 1.877 2.934a.5.5 0 01.003.317c-.01.033-.27.852-.969 1.874a8.9 8.9 0 01-3.614 3.07C15.213 17.642 13.76 18 12 18s-3.213-.358-4.393-.903a8.8 8.8 0 01-2.76-2.001c-1.354-1.457-1.809-2.9-1.823-2.943a.5.5 0 01.003-.317c.011-.032.292-.848 1.008-1.868a9.16 9.16 0 013.633-3.064C8.838 6.36 10.271 6 11.994 6\"/><g stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(9 9)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g></g>"},"fail":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(3.998 4.004)\"><rect width=\"4\" height=\"10\" rx=\"2\" transform=\"translate(13.002)\"/><path stroke-linecap=\"round\" d=\"M1.185 8.087h.885l-.069.48h-.816a1.188 1.188 0 000 2.375h1.961l2.853.055s-.617 4.308 2 5.754c1.683.834 2-.754 2-.754v-3l1-1s2-1.856 2-3.019V1.997a1.868 1.868 0 00-2-2H2.814a1.188 1.188 0 000 2.375h.08l-.069.481H2a1.188 1.188 0 000 2.375h.482l-.069.481H1.185a1.188 1.188 0 000 2.375Z\"/></g>"},"fast-back":{"body":"<g fill=\"none\"><path d=\"M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.87 1.87 0 00.961.275 2.165 2.165 0 002.039-2.277\"/><path fill=\"currentColor\" d=\"M11.937 16.96a.44.44 0 00.058-.237v-3.897l6.942 4.132a.45.45 0 00.056-.235V7.279a.45.45 0 00-.057-.236l-6.941 4.145V7.279a.44.44 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286zm.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275\"/><path d=\"M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z\"/><path fill=\"currentColor\" d=\"M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.44.44 0 00.058-.237V7.28a.44.44 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002\"/></g>"},"fast-forward":{"body":"<g fill=\"none\"><path d=\"M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.87 1.87 0 01-.963.273A2.165 2.165 0 0110 16.719\"/><path fill=\"currentColor\" d=\"m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.43.43 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.312.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.87 1.87 0 01-.963.274\"/></g><g fill=\"none\"><path d=\"M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z\"/><path fill=\"currentColor\" d=\"M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.44.44 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002\"/></g>"},"file":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M18.999 7.629V19a1.856 1.856 0 01-2 2h-10a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\"/><path fill=\"currentColor\" d=\"M7 5v14h10V8.484L13.354 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M16.999 8h-3V5Z\"/></g>"},"file-add":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\"/><path fill=\"currentColor\" d=\"M7 5v14h10V8.484L13.356 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M17 8h-3V5Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 13h4\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M12 11v4\"/>"},"file-duplicate":{"body":"<g stroke-linejoin=\"round\"><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M5.715 21C5.361 21 5 20.906 5 20.223V7.776c0-.686.361-.777.715-.777H9V3.778c0-.686.365-.777.715-.777h5.729l3.561 3.529v9.689c0 .689-.365.777-.715.777H15v3.227c0 .684-.359.777-.709.777Z\"/><g fill=\"none\"><path d=\"M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z\"/><path fill=\"currentColor\" d=\"M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M14.287 10.444h-2.571V7.778Z\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M18.286 6.444h-2.571V3.778Z\"/></g>"},"file-remove":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\"/><path fill=\"currentColor\" d=\"M7 5v14h10V8.484L13.356 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M17 8h-3V5Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 13h4\"/>"},"file-required":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z\"/><path fill=\"currentColor\" d=\"M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M14.287 10.444h-2.571V7.778Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M18.5 3v6M21 4.5l-5 3m5 0-5-3\"/>"},"filter":{"body":"<g fill=\"none\" stroke-linejoin=\"round\"><path d=\"M6.603 3.003h10.793a1.5 1.5 0 011.368 2.283l-3.586 5.955a1.14 1.14 0 00-.185.621v8.191a1.019 1.019 0 01-1.655.733l-3.627-2.49a1.85 1.85 0 01-.737-1.465v-4.8a1.8 1.8 0 00-.184-.795L5.232 5.287a1.5 1.5 0 011.371-2.284\"/><path fill=\"currentColor\" d=\"m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z\"/></g>"},"filter-2":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 6h14M5 12h14M5 18h14\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(6 4)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(14 10)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(10 16)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g>"},"filter-active":{"body":"<g fill=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M13.976 20a.04.04 0 01-.026-.01l-.023-.017-.023-.016-3.6-2.471a.85.85 0 01-.329-.66v-4.8c0-.295-.07-.9-.332-1.318L6.091 4.769l-.008-.014-.009-.014a.41.41 0 01-.019-.44.6.6 0 01.548-.298L17.397 4a.6.6 0 01.548.299.41.41 0 01-.02.44l-.009.013-.008.015-3.579 5.942c-.22.346-.336.743-.336 1.149v8.14z\"/><path d=\"m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z\"/></g>"},"flag":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M15.397 14.002c2.289.538 3.6 1.754 3.6 3.338 0 2.053-3.075 3.662-7 3.662s-7-1.608-7-3.662c0-1.584 1.314-2.8 3.6-3.338\"/><path stroke-linejoin=\"round\" d=\"M12 17V4h8l-3 3 3 3h-8\"/></g>"},"folder":{"body":"<g fill=\"none\"><path d=\"M4 19a2 2 0 01-2-2V6a2.02 2.02 0 011.711-2h6.834l1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"m20 17 .002-8.998Q19.999 8.001 20 8h-9.123l-1.38-2.004L4.01 6l-.008.02V17zm0 2H4.002c-1.11 0-2-.896-2-2V6c0-1 .853-1.994 1.71-2l6.005-.004.834.004 1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 18 3-7h13\"/>"},"full-width":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 7v10\"/><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 6h16v12H4z\" stroke=\"none\"/><path d=\"M5 7h14v10H5z\"/></g>"},"go-to-back":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 6.001H5a1.88 1.88 0 00-1.5.5 1.88 1.88 0 00-.5 1.5v8a1.89 1.89 0 00.5 1.5 1.88 1.88 0 001.5.5h14a1.88 1.88 0 001.5-.5 1.88 1.88 0 00.5-1.5v-8a1.88 1.88 0 00-.5-1.5 1.88 1.88 0 00-1.5-.5h-3\"/><g stroke-miterlimit=\"10\"><path d=\"M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z\"/><path fill=\"currentColor\" d=\"M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 11.001 3 3 3-3m-3 2v-7\"/></g>"},"grid":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(4 4)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g><g transform=\"translate(4 13)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g><g transform=\"translate(13 4)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g><g transform=\"translate(13 13)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g></g>"},"group":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 5)\"><rect width=\"10\" height=\"10\" rx=\"5\" stroke=\"none\"/><rect width=\"8\" height=\"8\" x=\"1\" y=\"1\" rx=\"4\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20a4 4 0 014-4 4 4 0 014 4m4 0a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(14 8)\"><rect width=\"8.001\" height=\"8.001\" rx=\"4\" stroke=\"none\"/><rect width=\"6.001\" height=\"6.001\" x=\"1\" y=\"1\" rx=\"3\"/></g>"},"group-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15 6h6m-3-3v6\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(11 11)\"><rect width=\"7\" height=\"7\" rx=\"3.5\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"2.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 22c0-1.657.865-3 2.5-3s2.5 1.343 2.5 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 10)\"><rect width=\"8\" height=\"8\" rx=\"4\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\"1\" y=\"1\" rx=\"3\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 22a3 3 0 013-3 3 3 0 013 3\"/>"},"heart":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M15.976 5a5.1 5.1 0 00-3.553 1.406l-.423.4-.423-.4A5.1 5.1 0 008.024 5a5.1 5.1 0 00-3.553 1.406A4.66 4.66 0 003 9.799a4.66 4.66 0 001.471 3.394l6.843 6.536a1 1 0 00.686.272 1 1 0 00.686-.272l6.842-6.536A4.66 4.66 0 0021 9.799a4.66 4.66 0 00-1.471-3.394A5.1 5.1 0 0015.976 5\"/><path fill=\"currentColor\" d=\"M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5\"/></g>"},"heart-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"m12 19-6.838-6.53A3.67 3.67 0 014 9.8c0-1.007.413-1.955 1.162-2.671A4.12 4.12 0 018.024 6c1.084 0 2.1.4 2.862 1.129l.423.404.691.66.69-.66.424-.404A4.12 4.12 0 0115.976 6c1.083 0 2.1.4 2.862 1.129A3.67 3.67 0 0120 9.799a3.67 3.67 0 01-1.162 2.67z\"/><path d=\"M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5\"/></g>"},"highlighter":{"body":"<rect fill=\"none\"/><g stroke=\"currentColor\" stroke-linejoin=\"round\"><path fill=\"none\" stroke-width=\"2\" d=\"m6 13.001 5 5 9-9-5-5Z\"/><path fill=\"none\" stroke-width=\"2\" d=\"m7 14.001 3 3-2 2H6l-1-1v-2Z\"/><path fill=\"currentColor\" d=\"M4.5 18.001 3 19.334l1.5.667L6 18.668Z\"/></g>"},"home":{"body":"<g fill=\"rgba(0,0,0,0)\" stroke-miterlimit=\"10\"><path d=\"M10 20.001H7.62a1.634 1.634 0 01-1.627-1.63v-7.459H3.168l.023-.02 8.034-6.634C11.427 4.093 11.703 4 12 4s.574.093.78.261l8.031 6.632.022.019h-2.826v7.46A1.634 1.634 0 0116.38 20H14v-5h-3l-1-.001V20\"/><path fill=\"currentColor\" d=\"M9 19v-5.002l6 .003v5h1.377a.63.63 0 00.63-.629v-8.46h1.046l-5.908-4.878A.27.27 0 0012 5a.27.27 0 00-.144.034L5.948 9.912h1.045v8.458c0 .347.283.63.627.63zm2 2.001H7.62a2.636 2.636 0 01-2.627-2.629v-6.46H3.196a1.8 1.8 0 01-.576-.08.92.92 0 01-.488-.345.76.76 0 01-.132-.429.97.97 0 01.175-.533c.093-.138.213-.266.378-.403l8.036-6.636A2.23 2.23 0 0111.999 3c.528 0 1.03.173 1.414.487l8.035 6.635c.162.134.282.262.376.403a.97.97 0 01.176.533.76.76 0 01-.133.429.85.85 0 01-.312.271c-.207.106-.431.152-.751.154h-1.797v6.46A2.636 2.636 0 0116.381 21H13v-5h-2z\"/></g>"},"hourglass":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M14 12c0-.4 1.311-1.236 2-2a7.58 7.58 0 002-5V3H6v2a7.57 7.57 0 002 5c.689.765 2 1.6 2 2s-1.311 1.235-2 2a7.57 7.57 0 00-2 5v2h12v-2a7.58 7.58 0 00-2-5c-.689-.765-2-1.603-2-2Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M18 7H6\"/><ellipse cx=\"3\" cy=\"2\" fill=\"currentColor\" rx=\"3\" ry=\"2\" transform=\"translate(9 18)\"/>"},"image":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(3.375 5.25)\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 9.938 8.688)\"><rect width=\"16\" height=\"20\" rx=\"2\" stroke=\"none\"/><rect width=\"14\" height=\"18\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.625 13.75 9-9 6 6\"/><circle cx=\"1\" cy=\"1\" r=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.625 3.75)\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.625 8.75 2 2 3-3\"/></g>"},"info-badge":{"body":"<g transform=\"translate(3 3)\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"currentColor\" transform=\"translate(-1 -1)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9 15V8m0-4V3\"/></g>"},"information":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7v1m0 4v5\"/><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g></g>"},"italic":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 5h-8m4 14H6m8-14-4 14\"/>"},"key":{"body":"<g transform=\"translate(-945.502 -1893.502)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m948.496 1910.504 7.076-7.076a6.1 6.1 0 114 4l-1.076 1.078-1 1h-2.006v2h-2v2.006l-1 1-4 .006Z\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" fill=\"currentColor\" transform=\"translate(960.502 1899.502)\"/></g>"},"language":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(3 3)\"><circle cx=\"9\" cy=\"9\" r=\"9\" stroke=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"8\"/></g><path stroke-miterlimit=\"10\" d=\"M4 9h16M4 15h16\"/><path d=\"M11 20s-3-4-3-8 3-8 3-8m2 16s3-4 3-8-3-8-3-8\"/></g>"},"learning-path":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3.995 17.84 1.151-4.282a.184.184 0 01.331-.053 2.041 2.041 0 10.8-2.961.183.183 0 01-.259-.211L7.169 6.05l4.3 1.148a.183.183 0 00.212-.26 2.02 2.02 0 01-.141-1.428 2.045 2.045 0 113.113 2.221.183.183 0 00.053.33l4.289 1.149L15.831 21Z\"/>"},"light-off":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M16 4.227A6.5 6.5 0 0012.176 3 6.44 6.44 0 007.82 4.656 5.46 5.46 0 006 8.691a9 9 0 00.906 3.9c.066.139.144.272.215.408M9 18.829a2.97 2.97 0 00.884 1.3 3.87 3.87 0 004.889 0 2.86 2.86 0 001.05-2.181v-2.089a15.2 15.2 0 002.237-3.33A9.9 9.9 0 0019 9.002\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"light-on":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M19 8.53a6.3 6.3 0 00-2.063-4.63A7.24 7.24 0 0012 2a7.24 7.24 0 00-4.937 1.9A6.3 6.3 0 005 8.53a10.4 10.4 0 001.027 4.475 16.3 16.3 0 002.328 3.526v2.234a3.06 3.06 0 001.095 2.313A3.88 3.88 0 0012 22a3.88 3.88 0 002.55-.923 3.06 3.06 0 001.095-2.313v-2.217a16.2 16.2 0 002.334-3.535A10.5 10.5 0 0019 8.53\"/><path fill=\"currentColor\" d=\"M12 4c-1.357 0-2.627.485-3.577 1.367C7.505 6.217 6.999 7.34 7 8.531c0 1.234.274 2.42.838 3.624.463.987 1.134 1.998 2.05 3.09l.468.557v2.964c0 .392.252.668.405.801.322.28.762.433 1.239.433s.917-.154 1.242-.436c.15-.13.403-.406.402-.8v-2.947l.47-.558c.917-1.09 1.589-2.102 2.052-3.093.562-1.204.835-2.393.834-3.637 0-1.189-.505-2.311-1.424-3.163C14.627 4.486 13.357 4 12 4m0-2c1.92 0 3.668.723 4.937 1.9C18.206 5.076 19 6.717 19 8.53c0 1.633-.388 3.123-1.022 4.482-.598 1.281-1.417 2.445-2.334 3.535v2.217c.001.916-.43 1.74-1.094 2.313-.664.577-1.566.923-2.55.923s-1.886-.346-2.55-.923c-.664-.574-1.095-1.397-1.094-2.313V16.53c-.914-1.088-1.73-2.25-2.329-3.526C5.39 11.645 5 10.157 5 8.53c0-1.813.795-3.454 2.063-4.63C8.332 2.723 10.08 2 12 2\"/></g><path stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9 16h6\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 10-2 3m-2-2.997 2 3v3\"/></g>"},"link":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13.14a4.584 4.584 0 006.446.936 5 5 0 00.5-.434l2.762-2.783a4.66 4.66 0 00-.113-6.557 4.58 4.58 0 00-6.4 0l-1.583 1.586\"/><path d=\"M14 10.86a4.584 4.584 0 00-6.446-.936 5 5 0 00-.5.434l-2.762 2.783a4.66 4.66 0 00.113 6.557 4.58 4.58 0 006.4 0l1.575-1.585\"/></g>"},"lock":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M12 14.998v2\"/><g stroke-miterlimit=\"10\" transform=\"translate(4 10)\"><rect width=\"16\" height=\"12\" rx=\"3\" stroke=\"none\"/><rect width=\"14\" height=\"10\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.005 10V7.4c0-1.878 1.791-3.4 4-3.4h0c2.209 0 4 1.523 4 3.4V10\"/></g>"},"login":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3h4a2.41 2.41 0 012 2v14a2.41 2.41 0 01-2 2h-4m-5-4 5-5-5-5m4 5H3\"/>"},"logout":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3H5a2.41 2.41 0 00-2 2v14a2.41 2.41 0 002 2h4m7-4 5-5-5-5m4 5H9\"/>"},"maximize":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(2 4)\"><rect width=\"20\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"18\" height=\"14\" x=\"1\" y=\"1\" rx=\"1\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.999 13v2h2m8.003-4V9h-2\"/>"},"menu":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 16h11M5 12h8M5 8h14\"/>"},"merge":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(4 15)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(14 15)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><path stroke-linejoin=\"round\" d=\"m16 8-4-4-4 4m4-4v9\"/><path stroke-miterlimit=\"10\" d=\"m8.999 16 3-3 3 3\"/></g>"},"minimize":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(2 14)\"><rect width=\"9\" height=\"6\" rx=\"1\" stroke=\"none\"/><path d=\"M1 1h7v4H1z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.999 8V5h-4M17 19h4v-3M7 5H3v3\"/>"},"mixed-class":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 21a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M10 16a2 2 0 11.586 1.414A2 2 0 0110 16\"/><path fill=\"currentColor\" d=\"M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M14 13a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M14 8a2 2 0 11.586 1.414A2 2 0 0114 8\"/><path fill=\"currentColor\" d=\"M16 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 10a2 2 0 01-1.414-.586A1.996 1.996 0 0116 6\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M6 13a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 8a2 2 0 11.586 1.414A2 2 0 016 8\"/><path fill=\"currentColor\" d=\"M8 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 10a2 2 0 01-1.414-.586A1.996 1.996 0 018 6\"/></g></g>"},"more-horizontal":{"body":"<g fill=\"currentColor\" transform=\"rotate(90 4.125 14.625)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 -1.25)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 4.75)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 10.75)\"/></g>"},"more-vertical":{"body":"<g fill=\"currentColor\" transform=\"translate(10.5 5.25)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 -1.25)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 4.75)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 10.75)\"/></g>"},"news":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"m7 9-4 .041v9.6C3 20.052 3.759 21 5 21a1.773 1.773 0 002-2V5h14v14s.317 2-2 2H5\"/><path stroke-linecap=\"round\" d=\"M11 17h3m-3-8h6m-6 4h6\"/></g>"},"no-prerequisites":{"body":"<g transform=\"translate(4.883 7)\"><rect width=\"8\" height=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\".5\" transform=\"translate(7.117 -1.998)\"/><rect width=\"8\" height=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\".5\" transform=\"translate(7.117 8)\"/><path fill=\"currentColor\" d=\"M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z\"/></g>"},"notes":{"body":"<rect fill=\"none\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 8h8m-8 4h5\"/><g transform=\"translate(3 3)\"><rect width=\"18\" height=\"18\" rx=\"2\" stroke=\"none\"/><rect x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 20c2.65 0 4-4 4-4l10 3.945z\"/></g>"},"number-code":{"body":"<defs><path id=\"svgID0\" d=\"M13.014 9v5m2-3.75-4 2.5m4 0-4-2.5\"/></defs><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(7 6)\"><rect width=\"10\" height=\"8\" rx=\"3\" stroke=\"none\"/><rect width=\"8\" height=\"6\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.005 6V4.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V6\"/></g><use href=\"#svgID0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(-7.014 7)\"/><use href=\"#svgID0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(-1.014 7)\"/><use href=\"#svgID0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(4.986 7)\"/>"},"numbered-list":{"body":"<rect fill=\"none\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M7.999 16.998h5m-5-4.999h12M7.999 7h8\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M4.044 7.455h.472v-1.72L4 5.886v-.585l1.083-.3v2.455H5.5v.545H4.044Zm-.04 4.914a.82.82 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458v-.287c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.82.82 0 01-.428.821l-.452.275a.28.28 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 4.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276q0 .21.169.21h.245q.168 0 .17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337q.159.001.157-.214v-.236q-.002-.216-.165-.215h-.206q-.162 0-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z\"/>"},"on-site":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 12 2-2h3l3-3\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 21.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M10 16a2 2 0 11.586 1.414A2 2 0 0110 16\"/><path fill=\"currentColor\" d=\"M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14\"/></g></g>"},"order-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 6h14M5 10h10M5 14h7m-7 4h3\"/>"},"order-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 18h14M5 14h10M5 10h7M5 6h3\"/>"},"paste":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(8 2)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"10\" height=\"14\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M15 21H7.377C6.064 21 5 19.616 5 17.91V8\"/><path stroke-linecap=\"round\" d=\"M13 7h2m-2 4h2\"/></g>"},"pausa":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9 5v14m6-14v14\"/>"},"pdf":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M21 8h-8m8 3.999h-8M21 17H3\"/><path stroke-linejoin=\"round\" d=\"M3 7h6v6H3z\"/></g>"},"phone":{"body":"<g transform=\"translate(5.42 2)\"><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(-.42)\"><rect width=\"14\" height=\"20\" rx=\"2.999\" stroke=\"none\"/><rect width=\"12\" height=\"18\" x=\"1\" y=\"1\" rx=\"1.999\"/></g><circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" transform=\"translate(4.58 13)\"/><rect width=\"6\" height=\"3\" fill=\"currentColor\" rx=\"1\" transform=\"translate(3.58)\"/></g>"},"pin":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(9 6)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g fill=\"none\"><path d=\"M12 2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7\"/><path fill=\"currentColor\" d=\"M12 4C9.243 4 7 6.243 7 9c0 2.03 1.073 4.642 3.102 7.553a34 34 0 001.899 2.465 34 34 0 001.86-2.412C15.916 13.674 17 11.044 17 9c0-2.757-2.243-5-5-5m0-2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7\"/></g>"},"pin-map":{"body":"<g fill=\"currentColor\"><path d=\"M12.002 20.535a35 35 0 01-2.68-3.357C6.576 13.264 6 10.57 6 9a6.01 6.01 0 016.002-6.002c3.309 0 6 2.693 6 6.002 0 1.57-.576 4.264-3.318 8.18a36 36 0 01-2.682 3.355m0-15.535c-2.205 0-4 1.795-4 4s1.795 4 4 4A4.004 4.004 0 0016 9c0-2.205-1.793-4-3.998-4\"/><path d=\"M12.002 19.016a34 34 0 001.861-2.409c2.024-2.89 3.139-5.591 3.139-7.607a5.006 5.006 0 00-5-5.002A5.01 5.01 0 007 9c0 2.016 1.115 4.715 3.14 7.604a34 34 0 001.862 2.412m0-15.016A5.004 5.004 0 0117 9c0 2.758-2.242 5-4.998 5-2.758 0-5-2.242-5-5s2.242-5 5-5m0 18v-.002a35 35 0 01-3.5-4.248C6.904 15.473 5 12.105 5 9a7.01 7.01 0 017.002-7.002c3.86 0 7 3.14 7 7.002 0 3.102-1.902 6.473-3.5 8.754a35.5 35.5 0 01-3.5 4.244zm0-16c-1.654 0-3 1.346-3 3s1.346 3 3 3A3 3 0 0015 9c0-1.654-1.344-3-2.998-3\"/></g>"},"pizza":{"body":"<path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.01 3 5.989 18-17.966-6S1.74 3 15.01 3\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.677 14.791a9.7 9.7 0 01.016-2.2 9.6 9.6 0 01.981-1.986 9.8 9.8 0 011.018-1.97 10.4 10.4 0 011.785-1.384 10.3 10.3 0 011.809-1.356 11 11 0 012.239-.506 10.6 10.6 0 012.247-.47\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M6 14.996c.3-1.14 2.338-1.365 3.387-1a2.77 2.77 0 011.613 3m8-1.072c-.661.308-1.484-.321-1.839-1.4s-.106-2.21.555-2.518\"/><path fill=\"currentColor\" d=\"M12.835 8.259a1.885 1.885 0 00-2.578 2.58.63.63 0 00.465.3.64.64 0 00.539-.184l.144-.123.811 1.164 1.78-1.78-1.166-.83.123-.127a.65.65 0 00.184-.54.63.63 0 00-.3-.464Z\"/>"},"play":{"body":"<g fill=\"none\"><path d=\"M18.9 10.257a2 2 0 010 3.486l-9.921 5.58A2 2 0 016 17.58V6.42a2 2 0 012.981-1.743Z\"/><path fill=\"currentColor\" d=\"M17.92 12 8 6.42v11.16zm2 0c0 .68-.34 1.36-1.019 1.743l-9.92 5.58C7.647 20.073 6 19.11 6 17.58V6.42c0-1.53 1.647-2.493 2.98-1.743l9.921 5.58A1.98 1.98 0 0119.921 12\"/></g>"},"plug-in":{"body":"<g fill=\"none\"><path d=\"M4.002 19a2 2 0 01-2-2v-7a2 2 0 012-2V7a2 2 0 012-2h3a2 2 0 012 2v1h2V7a2 2 0 012-2h3a2 2 0 012 2v1a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M20.002 17v-6.998h-2v-3H15v3H9.004v-3H6.002v1l-.004 2.002H4L4.002 17zm0 2h-16A2 2 0 012 17V9.998a2 2 0 012.002-1.996V6.998c0-1.105.895-1.996 2.002-1.996h2.998c1.107 0 2.002.89 2.002 1.996v1.004H13V6.998c0-1.105.895-1.996 2-1.996h3c1.106 0 2.002.89 2.002 1.996v1.004c1.105 0 2 .894 2 1.996V17a2 2 0 01-2 2\"/></g>"},"pointer":{"body":"<g stroke=\"currentColor\"><g fill=\"none\" stroke-width=\"2\" transform=\"translate(4 4)\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7\"/></g><g transform=\"translate(9 9)\"><circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\" fill=\"none\"/></g></g>"},"printer":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M19.553 8H4.5A1.524 1.524 0 003 9.5v7A1.5 1.5 0 004.5 18H6v1.5A1.527 1.527 0 007.5 21h9a1.525 1.525 0 001.5-1.5V18h1.5a1.526 1.526 0 001.5-1.5V9.489A1.47 1.47 0 0019.553 8\"/><path fill=\"currentColor\" d=\"M5 9.999v6h3v3h8v-3h3V10zm-.5-2h15.053c.799 0 1.447.667 1.447 1.49v7.005c0 .823-.701 1.504-1.5 1.504H18v1.5c0 .818-.7 1.5-1.495 1.5H7.497c-.794 0-1.497-.682-1.497-1.5v-1.5H4.5a1.5 1.5 0 01-1.5-1.5v-7c0-.822.701-1.5 1.5-1.5\"/></g><g stroke-miterlimit=\"10\"><path d=\"M6 13.999h12v5.716a1.333 1.333 0 01-1.375 1.287h-9.25A1.333 1.333 0 016 19.715Z\"/><path fill=\"currentColor\" d=\"M8 15.999v3h8v-3zm-2-2h12v5.713c0 .71-.615 1.287-1.375 1.287h-9.25c-.76 0-1.375-.576-1.375-1.287z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M14 12h2\"/><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M16.001 5.998h-2v-2Z\"/><path stroke-miterlimit=\"10\" d=\"M8 9V5.195A1.2 1.2 0 019.21 4h4.912L16 5.813V9\"/></g></g>"},"profile":{"body":"<path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 14a4.96 4.96 0 01-4-2 3 3 0 003-3 3 3 0 00-3-3 4.96 4.96 0 014-2 4.96 4.96 0 014 2 3.006 3.006 0 00-3 3 3 3 0 003 3 4.96 4.96 0 01-4 2Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a6 6 0 016-6 6 6 0 016 6\"/><g fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(4 5)\"><circle cx=\"4\" cy=\"4\" r=\"4\" stroke=\"none\"/><circle cx=\"4\" cy=\"4\" r=\"3\" fill=\"none\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(12 5)\"><circle cx=\"4\" cy=\"4\" r=\"4\" stroke=\"none\"/><circle cx=\"4\" cy=\"4\" r=\"3\"/></g>"},"profile-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15.001 6h6m-3-3v6\"/><g fill=\"rgba(0,0,0,0)\"><path d=\"M8 16a4 4 0 01-3.333-1.788l-.166-.25-.277-.117a2 2 0 01-1.222-1.844c0-.807.48-1.53 1.222-1.844l.278-.117.166-.25A4 4 0 018.001 8c1.344 0 2.59.67 3.335 1.79l.167.25.277.118A2 2 0 0113 12c0 .806-.48 1.53-1.222 1.843l-.276.117-.167.25A4 4 0 018 16\"/><path fill=\"currentColor\" d=\"M8 15a3 3 0 002.503-1.342l.333-.5.554-.235a1 1 0 000-1.844l-.554-.235-.333-.5a3 3 0 00-5.002-.001l-.333.501-.555.234a1 1 0 00-.61.923 1 1 0 00.61.923l.554.234.333.5A3 3 0 008 15.001m0 2a5 5 0 01-4.165-2.235 3 3 0 01.001-5.53A5 5 0 018 7c1.74 0 3.272.889 4.168 2.237a3 3 0 010 5.529A5 5 0 018 17\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.001 22a4 4 0 018 0\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 9)\"><rect width=\"6\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(8.001 9)\"><rect width=\"6\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"push-pin-off":{"body":"<defs><clipPath id=\"svgID0\"><path fill=\"none\" stroke=\"#000\" d=\"M0 0h17.997v17.996H0z\"/></clipPath></defs><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g clip-path=\"url(#svgID0)\" transform=\"translate(3 3)\"><path d=\"M8.955 4.786 7.143 2.975A.82.82 0 016.9 2.4V1.395a.4.4 0 00-.681-.279L1.114 6.224a.4.4 0 00.279.68H2.4a.8.8 0 01.574.239l1.812 1.812m2.463 6.021a7.6 7.6 0 001.111 1.731.82.82 0 001.16.092l.047-.043 7.191-7.191a.824.824 0 000-1.164l-.045-.041a7.6 7.6 0 00-1.732-1.111\"/></g><path stroke-linecap=\"round\" d=\"m17 17 3 3M4 20 20 4\"/></g>"},"push-pin-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path d=\"M19.711 11.362c-2.283-1.92-4.212-1.7-5.044-1.466a.82.82 0 01-.806-.206l-3.715-3.714a.82.82 0 01-.24-.574V4.396a.4.4 0 00-.681-.279L4.117 9.225a.4.4 0 00.279.68h1.006a.82.82 0 01.574.239l3.715 3.715a.82.82 0 01.206.806c-.235.832-.454 2.762 1.466 5.044a.823.823 0 001.207.049l7.191-7.191a.823.823 0 00-.05-1.205Z\"/><path stroke-linecap=\"round\" d=\"m17 17 3 3\"/></g>"},"qrcode":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(2 16)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(16 2)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 12h8v2m1-11v5m-1 11v2h4v-6m2-3h4v3m-2 6h2v-2\"/></g>"},"question-badge":{"body":"<g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"currentColor\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 6.671a4.15 4.15 0 015.25-2.444A4.005 4.005 0 0114 8.004c0 2.665-4.116 4-4.116 4\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M10 17v-1\"/></g>"},"radio":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2.001 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g>"},"redo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M17.999 8H9.036A5.01 5.01 0 004 12.986v.027A5.01 5.01 0 009.036 18h3.981\"/><path stroke-linejoin=\"round\" d=\"m17 5 3 3-3 3\"/></g>"},"relations":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(2 6.75)\"><path d=\"m3 1.25 2 2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(1 -.75)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(10 4.75)\"><path d=\"M2 2.25v2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(1 -.75)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(17 6)\"><path d=\"M2 2 0 4\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(2)\"/></g><path stroke-linejoin=\"round\" d=\"M9 22a3 3 0 013-3 3 3 0 013 3\"/><g transform=\"translate(9 12)\"><rect width=\"6.001\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4.001\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g></g>"},"reload":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path d=\"M17 16.754A6.87 6.87 0 0111.92 19 6.96 6.96 0 015 12m2-5.18A7.25 7.25 0 0111.826 5 7.09 7.09 0 0119 12\"/><path d=\"m7 13-2-2-2 2m14-2 2 2 2-2\"/></g>"},"remove":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 12h16\"/>"},"remove-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" d=\"M7 12h10\"/></g>"},"reorder":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M4 14h16M4 10h16\"/><path stroke-linejoin=\"round\" d=\"m14.001 6.001-2-2-2 2M9.999 18l2 2 2-2\"/></g>"},"repeat":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 4 3 3-3 3M7 20l-3-3 3-3\"/><path d=\"M4 11V9a2.184 2.184 0 012.332-2H18m2 6v2a2.184 2.184 0 01-2.332 2H6\"/></g>"},"repository":{"body":"<g fill=\"none\"><path d=\"M4 21.002a2 2 0 01-2-2V6.27c0-1.133.859-2.26 1.717-2.264l6-.006.834.006L11.93 6.27H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"m20 19.002.002-10.73L20 8.27h-9.195l-.586-.96L9.422 6l-5.346.006a.6.6 0 00-.078.264L3.996 19q.003.001.002.002zm0 2H3.998c-1.103 0-2-.896-2-2V6.27c0-1.133.86-2.26 1.717-2.264l6-.006.834.006 1.379 2.264H20a2 2 0 012 2v10.732a2 2 0 01-2 2\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 14-2-2-2 2m2-1v4\"/></g>"},"request-form":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(3.5 3.5)\"><path d=\"M12.5 9.632a4.16 4.16 0 01-2.866 2.866m0-8A4.17 4.17 0 0112.5 7.366m-8 0a4.17 4.17 0 012.866-2.867m0 8a4.16 4.16 0 01-2.868-2.866m11.001.87c-.518 3.465-2.1 4.465-5 5m0-14a5.77 5.77 0 015 5m-14 0a5.78 5.78 0 015-5m0 14a5.63 5.63 0 01-5-5\"/><rect width=\"4\" height=\"5\" rx=\"1.333\" transform=\"translate(6.5 12.5)\"/><rect width=\"5\" height=\"4\" rx=\"1.333\" transform=\"translate(12.5 6.5)\"/><rect width=\"5\" height=\"4\" rx=\"1.333\" transform=\"translate(-.5 6.5)\"/><rect width=\"4\" height=\"5\" rx=\"1.333\" transform=\"translate(6.5 -.5)\"/></g>"},"resize-100":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.001 8.998v-4h-4M17 19.001h4v-4M7 4.999H3v4m-.001 6.003v4h4\"/><path fill=\"currentColor\" d=\"M6.121 16h3.877v-1.243H8.787V8l-2.789.824v1.333l1.494-.461v5.062H6.121Zm7.998 0h3.877v-1.243h-1.211V8l-2.789.824v1.333l1.494-.461v5.062h-1.371ZM11 10.964h1V9.501h-1Zm0 3.537h1v-1.464h-1Z\"/>"},"resize-height":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m14 9-2-2-2 2m-.001 6.002 2 2 2-2\"/><path d=\"M4 3h16M4 21h16\"/></g>"},"resize-width":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m14.999 14 2-2-2-2m-6.002-.001-2 2 2 2\"/><path d=\"M20.999 4v16m-18-16v16\"/></g>"},"search":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m15 15 6 6\"/><g fill=\"none\" transform=\"translate(3 3)\"><circle cx=\"7\" cy=\"7\" r=\"7\" stroke=\"none\"/><circle cx=\"7\" cy=\"7\" r=\"6\"/></g></g>"},"sequential-prerequisites":{"body":"<g transform=\"translate(4.884 5.999)\"><rect width=\"8\" height=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\".5\" transform=\"translate(7.117 -1.998)\"/><path fill=\"currentColor\" d=\"M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(7.115 9)\"><rect width=\"8\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"6\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.12 9V7.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V9\"/></g></g>"},"settings":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.75 3.762)\"><path d=\"M7.235 16.238h2.029l.248-1.992.344-.095a6 6 0 001.436-.595l.311-.18 1.585 1.237 1.437-1.437-1.237-1.585.18-.312a6 6 0 00.595-1.436l.095-.343 1.992-.247V7.222l-1.991-.247-.095-.344a6 6 0 00-.6-1.436l-.18-.311 1.237-1.585-1.432-1.438-1.586 1.238-.311-.18a6 6 0 00-1.435-.597l-.344-.095L9.265.236h-2.03l-.248 1.991-.344.095a6 6 0 00-1.435.6l-.311.18-1.586-1.241-1.437 1.437 1.237 1.586-.18.312a6 6 0 00-.6 1.435l-.095.345-1.986.246v2.03l1.991.248.095.344a6 6 0 00.6 1.435l.18.312-1.242 1.586 1.437 1.437 1.585-1.237.311.18a6 6 0 001.436.595l.344.095Z\"/><path fill=\"currentColor\" d=\"m9.265 16.238.248-1.992.344-.095c.512-.14.995-.34 1.435-.594l.311-.18 1.586 1.237 1.437-1.437-1.237-1.586.18-.312a6 6 0 00.595-1.435l.095-.343 1.991-.248v-2.03l-1.991-.248-.095-.344a6 6 0 00-.595-1.436l-.18-.311 1.237-1.586-1.437-1.437L11.603 3.1l-.31-.18a6 6 0 00-1.436-.595l-.344-.095L9.265.238h-2.03l-.248 1.991-.344.095c-.512.14-.994.34-1.435.595l-.311.18L3.31 1.861 1.874 3.298l1.237 1.586-.18.312c-.254.44-.455.923-.595 1.435l-.095.344-1.991.248v2.03l1.991.248.095.344c.14.512.34.994.595 1.434l.18.312-1.237 1.586 1.437 1.437 1.586-1.237.31.18c.442.254.924.454 1.436.594l.344.095.248 1.992zm0 2h-2.03a2 2 0 01-1.984-1.753l-.091-.73-.04-.016-.579.452a2 2 0 01-2.644-.163L.46 14.591a2 2 0 01-.163-2.644l.452-.579-.017-.04-.73-.09A2 2 0 01-1.75 9.252v-2.03A2 2 0 01.004 5.238l.728-.09.017-.04-.452-.58A2 2 0 01.46 1.885L1.897.447A2 2 0 014.542.285l.578.451.04-.016.09-.73a2 2 0 011.985-1.752h2.03a2 2 0 011.984 1.753l.091.729.04.016.578-.451a2 2 0 012.645.162l1.437 1.437a2 2 0 01.163 2.645l-.452.578.017.04.728.091a2 2 0 011.754 1.985v2.03a2 2 0 01-1.753 1.984l-.73.091-.016.04.452.579a2 2 0 01-.163 2.644l-1.437 1.437a2 2 0 01-2.644.163l-.58-.452-.039.017-.09.73a2 2 0 01-1.985 1.752\"/><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(5.25 5.238)\"/></g>"},"share":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(4.207 3.75) translate(-.207 5.25)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(4.207 3.75) translate(9.793 11.25)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(4.207 3.75) translate(9.793 -.75)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15 17-6-4m6-6-6 4\"/></g>"},"sketch":{"body":"<rect fill=\"none\"/><g fill=\"none\"><path d=\"M15.33 4a2 2 0 011.743 1.019l3.375 6a2 2 0 010 1.961l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.019l-3.375-6a2 2 0 010-1.961l3.375-6A2 2 0 018.67 4Z\"/><path fill=\"currentColor\" d=\"m8.67 6-3.375 6 3.375 6h6.66l3.375-6-3.375-6zm0-2h6.66a2 2 0 011.743 1.02l3.375 6a2 2 0 010 1.96l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.02l-3.375-6a2 2 0 010-1.96l3.375-6A2 2 0 018.67 4\"/></g>"},"skills":{"body":"<g transform=\"translate(2.988 2.25)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.012 19.75a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(6.012 9.75)\"><rect width=\"6.001\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4.001\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g><rect width=\"5\" height=\"5\" fill=\"currentColor\" rx=\"1\" transform=\"translate(-.988 3.75)\"/><path fill=\"currentColor\" d=\"M14.648 4.231a1 1 0 011.728 0l1.759 3.019a1 1 0 01-.864 1.5h-3.518a1 1 0 01-.864-1.5ZM8.405.214a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7H7.896a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z\"/></g>"},"skip-back":{"body":"<g fill=\"none\"><path d=\"M5.039 13.736a2 2 0 010-3.473l7.969-4.554A2 2 0 0116 7.446v9.108a2 2 0 01-2.992 1.736Z\"/><path fill=\"currentColor\" d=\"M6.031 12 14 16.554V7.446zm-2 0a1.98 1.98 0 011.008-1.736l7.969-4.554C14.34 4.948 16 5.91 16 7.446v9.108c0 1.535-1.659 2.498-2.992 1.736l-7.97-4.554A1.98 1.98 0 014.032 12\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M19 6v12\"/></g>"},"skip-forward":{"body":"<g fill=\"none\"><path d=\"M18.961 10.264a2 2 0 010 3.473l-7.969 4.554A2 2 0 018 16.554V7.446a2 2 0 012.992-1.736Z\"/><path fill=\"currentColor\" d=\"m17.969 12-7.97-4.554v9.108zm2 0a1.98 1.98 0 01-1.008 1.736l-7.969 4.554C9.659 19.052 8 18.09 8 16.554V7.446c0-1.535 1.659-2.498 2.992-1.736l7.97 4.554A1.98 1.98 0 0119.969 12\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M5 6v12\"/></g>"},"sms":{"body":"<g fill=\"none\"><path d=\"M5 4h14a3 3 0 013 3v8a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3\"/><path fill=\"currentColor\" d=\"M4.999 6c-.55 0-1 .449-1 1v8c0 .552.45 1 1 1H19a1 1 0 001-1V7c0-.551-.448-1-1-1zm0-2h14a3 3 0 013 3v8a3 3 0 01-3 3h-14a3 3 0 01-3-3V7a3 3 0 013-3\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 9h8m-8 4.001h5\"/><path d=\"M6 17h4l-4 4Z\"/><path fill=\"currentColor\" d=\"M5.999 17h4l-4 4z\"/></g>"},"sso-access":{"body":"<g fill=\"none\"><g stroke-linecap=\"round\"><path d=\"M18.002 18.002h-12a4 4 0 01-1.977-7.479 5 5 0 014.977-4.52 5 5 0 01.5.025 6 6 0 0110.5 3.974q0 .264-.021.521a4 4 0 01-1.979 7.479\"/><path fill=\"currentColor\" d=\"M18 16a2 2 0 001.998-1.996c0-.72-.387-1.389-1.012-1.744l-1.103-.63.1-1.267q.015-.192.015-.363a4.001 4.001 0 00-6.994-2.646l-.684.771-1.025-.11a2.986 2.986 0 00-3.28 2.695l-.097 1.034-.9.514a2.02 2.02 0 00-1.014 1.746C4.004 15.106 4.9 16 6.002 16zm0 2H6.002a4 4 0 01-3.998-3.996c0-1.492.814-2.793 2.021-3.482a5 5 0 015.48-4.495 6 6 0 014.497-2.023 5.996 5.996 0 015.975 6.518 4 4 0 012.021 3.482A3.996 3.996 0 0118 18\"/></g><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M11.999 11v3\"/><g transform=\"translate(9.999 8)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1\"/></g></g></g>"},"star":{"body":"<path fill=\"none\" stroke=\"currentColor\" d=\"m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z\"/>"},"star-active":{"body":"<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z\"/>"},"success":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(2.751 3)\"><rect width=\"4\" height=\"10\" rx=\"2\" transform=\"translate(.25 7.001)\"/><path stroke-linecap=\"round\" d=\"M16.066 8.914h-.885l.069-.48h.816a1.188 1.188 0 000-2.375h-1.959L11.253 6s.617-4.309-2-5.754c-1.683-.834-2 .754-2 .754v3l-1 1s-2 1.856-2 3.019V15a1.868 1.868 0 002 2h8.185a1.188 1.188 0 000-2.375h-.08l.069-.481h.825a1.188 1.188 0 000-2.375h-.486l.069-.481h1.231a1.188 1.188 0 000-2.375Z\"/></g>"},"sun":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(7 7)\"><circle cx=\"5\" cy=\"5\" r=\"5\" stroke=\"none\"/><circle cx=\"5\" cy=\"5\" r=\"4\"/></g><path stroke-linecap=\"round\" d=\"M12 4V3m0 18v-1m8-8h1M3 12h1m14 6.001 1 1M5 4.999l1 1m12 0 1-1M5 19.001l1-1\"/></g>"},"sunrise":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M6 17a6 6 0 016-6 6 6 0 016 6Z\"/><path fill=\"currentColor\" d=\"M15.464 15A4 4 0 0012 13a4 4 0 00-3.463 2zm2.537 2H6a6 6 0 016-6 6 6 0 016 6\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 8V7m-9 9h18M5.001 8.999l1 1m11.999 0 1-1\"/></g>"},"support":{"body":"<g stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(5.25 4.75)\"><path fill=\"none\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M1.75 4.251a5 5 0 0110 0\"/><g fill=\"none\" stroke-width=\"2\" transform=\"translate(-1.25 4.25)\"><rect width=\"6\" height=\"7\" rx=\"2.004\" stroke=\"none\"/><rect width=\"4\" height=\"5\" x=\"1\" y=\"1\" rx=\"1.004\"/></g><g fill=\"none\" stroke-width=\"2\" transform=\"translate(8.75 4.25)\"><rect width=\"6\" height=\"7\" rx=\"2.004\" stroke=\"none\"/><rect width=\"4\" height=\"5\" x=\"1\" y=\"1\" rx=\"1.004\"/></g><path fill=\"none\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M11.747 10.25v2a2.8 2.8 0 01-2.522 3H8.75\"/><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(6.75 14.25)\"/></g>"},"survey":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 2H8a.88.88 0 00-1 1v6a.88.88 0 001 1h2l.5 1.5c.266.7.573.528.8.3L13 10h7a.88.88 0 001-1V3a.88.88 0 00-1-1\"/><path fill=\"currentColor\" d=\"M9 4v4h1a2 2 0 011.5.677l.048-.052A2 2 0 0113 8h6V4zM8 2h12c.673 0 1 .332 1 1v6c0 .67-.327 1-1 1h-7l-1.703 1.797c-.228.227-.535.404-.8-.3L10 10H8c-.673 0-1-.33-1-1V3c0-.668.327-1 1-1\"/></g><path fill=\"currentColor\" d=\"M12.99 5.74a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053m4 0a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(4 12)\"><rect width=\"6.001\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4.001\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"table":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g transform=\"translate(2 5)\"><rect width=\"20\" height=\"14\" rx=\"2\" stroke=\"none\"/><rect width=\"18\" height=\"12\" x=\"1\" y=\"1\" rx=\"1\"/></g><path d=\"M9 5v13m-7-8h20M2 14h20\"/></g>"},"tematic-channels":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M12 4v17m4 0H8\"/><path d=\"M12 5h6.412L20 6.833 18.412 9H12Zm0 7H5.588L4 10.167 5.588 8H12Z\"/></g>"},"test":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(3 4)\"><rect width=\"7\" height=\"7\" rx=\"1.996\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\".996\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(3 13)\"><rect width=\"7\" height=\"7\" rx=\"1.996\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\".996\"/></g><path stroke-linejoin=\"round\" d=\"m-19.121-33.411-2.844 10.626.674 3.286 2.224-2.51 2.844-10.627Z\"/></g>"},"text-body":{"body":"<path fill=\"currentColor\" d=\"M3.265 18.07h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931H3.265Zm10 0h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931h-7.736Z\"/>"},"text-edit":{"body":"<path fill=\"currentColor\" d=\"M7.56 14.951H4.445L3.867 17H2l2.706-9h2.593l2.7 9H8.133Zm-.38-1.35-.551-1.961c-.209-.76-.4-1.459-.63-2.34-.221.882-.42 1.581-.624 2.34l-.55 1.961Zm9.821-2.061v5.351H15.72l-.156-.642-1.013.426a3.8 3.8 0 01-1.47.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.345.851-2.121 2.757-2.121h1.552v-1.122c0-.585-.209-.912-.863-.912h-.561c-.556 0-.857.179-.857.689v.562h-1.716v-.462c0-1.423.956-2.225 2.594-2.225h.51c1.598 0 2.583.684 2.583 2.539m-1.691 2.188h-1.593c-.667 0-.979.2-.979.685v.461c0 .487.248.729.672.729a2 2 0 00.77-.167l1.124-.339ZM20.001 4h2v16h-2Z\"/>"},"text-style":{"body":"<path fill=\"currentColor\" d=\"M9.646 15.041H5.363L4.563 18H2L5.721 5h3.566L13 18h-2.566Zm-.523-1.95-.756-2.832c-.288-1.1-.553-2.108-.866-3.381-.3 1.273-.577 2.283-.858 3.381l-.756 2.832Zm12.876-1.92v6.688h-1.706l-.208-.8-1.351.532a5.4 5.4 0 01-1.961.408 2.592 2.592 0 01-2.771-2.85v-.161c0-1.68 1.135-2.651 3.674-2.651h2.068v-1.4c0-.731-.278-1.14-1.15-1.14h-.748c-.742 0-1.142.224-1.142.863v.7H14.42v-.576c0-1.78 1.274-2.782 3.458-2.782h.678c2.131-.002 3.443.854 3.443 3.169m-2.254 2.736h-2.122c-.887 0-1.3.246-1.3.855v.577a.81.81 0 00.895.91 2.8 2.8 0 001.027-.209l1.5-.423Z\"/>"},"time":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14 10-2 2 3 3\"/></g>"},"toilet-paper":{"body":"<g transform=\"translate(3.709 3.6)\"><ellipse cx=\"2.5\" cy=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" rx=\"2.5\" ry=\"6\" transform=\"translate(12.291 .4)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.291.4h-12a2.652 2.652 0 00-3 3v14h13v-10\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.291 10.4h1m-4 0h1m5 0h1\"/><ellipse cx=\".5\" cy=\"1\" fill=\"currentColor\" rx=\".5\" ry=\"1\" transform=\"translate(14.291 5.401)\"/></g>"},"training-points":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g transform=\"translate(2 6)\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7\"/></g><g transform=\"translate(6 10)\"><circle cx=\"4\" cy=\"4\" r=\"4\" stroke=\"none\"/><circle cx=\"4\" cy=\"4\" r=\"3\"/></g><path stroke-linecap=\"round\" d=\"m10 14 7-7\"/><path stroke-linejoin=\"round\" d=\"m19 3-2 2-.001 2h2l2-2Z\"/></g>"},"trash":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path d=\"M5 4.999h14v13a3 3 0 01-3 3H8a3 3 0 01-3-3z\" stroke=\"none\"/><path d=\"M7 5.999h10a1 1 0 011 1v11a2 2 0 01-2 2H8a2 2 0 01-2-2v-11a1 1 0 011-1Z\"/><path stroke-linecap=\"round\" d=\"M4 6h16\"/><path d=\"M14.998 6h-6V4a1 1 0 011-1h4a1 1 0 011 1z\" stroke=\"none\"/><path d=\"M13.998 5h-4V4h4z\"/><path stroke-linecap=\"round\" d=\"M10 10v6m4-6v6\"/></g>"},"underline":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 6v5a4 4 0 108 0V6M6 19h12\"/>"},"undo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M6.001 8.001h8.966a5.01 5.01 0 015.036 4.986v.027a5.01 5.01 0 01-5.036 4.987h-3.984\"/><path stroke-linejoin=\"round\" d=\"M7 5 4 8l3 3\"/></g>"},"unlock":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.033 11-.993-.993a3.484 3.484 0 010-4.966h0a3.484 3.484 0 014.967 0l.993.993\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M12 14.998v2\"/><g stroke-miterlimit=\"10\" transform=\"translate(4 10)\"><rect width=\"16\" height=\"12\" rx=\"3\" stroke=\"none\"/><rect width=\"14\" height=\"10\" x=\"1\" y=\"1\" rx=\"2\"/></g></g>"},"upload":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 7-3-3-3 3m3-3v10m8 1v3H4v-3\"/>"},"user":{"body":"<rect width=\"10\" height=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\"5\" transform=\"translate(7 4)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a6 6 0 016-6 6 6 0 016 6\"/>"},"user-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15 6h6m-3-3v6\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(3 7)\"><rect width=\"10\" height=\"10.001\" rx=\"5\" stroke=\"none\"/><rect width=\"8\" height=\"8.001\" x=\"1\" y=\"1\" rx=\"4\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22a4 4 0 018 0\"/>"},"user-badge":{"body":"<path fill=\"currentColor\" d=\"m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001\"/><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 7a3 3 0 11-3 3 3 3 0 013-3Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.001 17a3 3 0 013-3 3 3 0 013 3\"/>"},"video-off":{"body":"<path fill=\"currentColor\" d=\"M5 15.242V8h7.243l2-2H4.868A1.8 1.8 0 003 7.715v8.569a1.6 1.6 0 00.2.758Zm10-1.515V16h-2.273l-2 2h4.4A1.8 1.8 0 0017 16.284v-4.557Z\"/><path fill=\"currentColor\" d=\"M21.351 8a.64.64 0 00-.373.121l-1.3.925-3.44 3.443c.013.01.018.026.031.035l4.709 3.356A.646.646 0 0022 15.356v-6.71A.646.646 0 0021.351 8\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"video-on":{"body":"<g stroke-linecap=\"round\" stroke-linejoin=\"round\"><g fill=\"currentColor\"><path d=\"M21 14.666 17.257 12l3.741-2.666z\"/><path d=\"M20 11.275 18.98 12l1.018.726zM21.351 8c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523l-4.71-3.355a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12\"/></g><g fill=\"none\"><path d=\"M4.868 5.999h10.264A1.8 1.8 0 0117 7.714v8.57a1.8 1.8 0 01-1.868 1.715H4.868A1.8 1.8 0 013 16.284v-8.57a1.8 1.8 0 011.868-1.715\"/><path fill=\"currentColor\" d=\"M5 7.999v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H4.868C3.836 17.999 3 17.231 3 16.284v-8.57C3 6.767 3.836 6 4.868 6\"/></g></g>"},"video-rec":{"body":"<g transform=\"translate(3.709 5.695)\"><g stroke-linecap=\"round\" stroke-linejoin=\"round\"><g fill=\"currentColor\"><path d=\"m17.29 8.971-3.74-2.666 3.74-2.665z\"/><path d=\"m16.29 5.58-1.018.725 1.018.726zm1.352-3.275c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523L12.56 6.83a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12\"/></g><g fill=\"none\"><path d=\"M1.159.304h10.264a1.8 1.8 0 011.868 1.715v8.57a1.8 1.8 0 01-1.868 1.715H1.159a1.8 1.8 0 01-1.868-1.715v-8.57A1.8 1.8 0 011.159.304\"/><path fill=\"currentColor\" d=\"M1.291 2.304v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H1.16c-1.032 0-1.868-.768-1.868-1.715v-8.57c0-.947.836-1.715 1.868-1.715\"/></g></g><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" fill=\"currentColor\" transform=\"translate(-1.709 -.695)\"/></g>"},"view":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(5.25 6.75)\"><path d=\"M12.75 13.25h-8a3 3 0 01-3-3v-1h7a3 3 0 003-3v-4h1a3 3 0 013 3v5a3 3 0 01-3 3Z\"/><rect width=\"14\" height=\"11\" stroke-miterlimit=\"10\" rx=\"3\" transform=\"translate(-2.25 -1.75)\"/></g>"},"view-card":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 8)\"><rect width=\"11\" height=\"9\" rx=\"2\" stroke=\"none\"/><rect width=\"9\" height=\"7\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(15 8)\"><rect width=\"7\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g>"},"view-list":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 5)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 13)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M11 10h5m-5 8h5M11 6h10m-10 8h10\"/>"},"voice-off":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M12.001 17.5V21\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9.001 21h6\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M11.001 8.743V5a1 1 0 012 0v1.743l1.976-1.976A2.992 2.992 0 009.001 5v5.743Zm3.047 5.438q.07-.065.134-.134Zm-7.877-.608 1.83-1.83V11a1 1 0 00-2 0v1.386a6 6 0 00.17 1.188\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M16.001 12.227v.083a3.835 3.835 0 01-3.755 3.672l-1.845 1.845a5.5 5.5 0 001.365.173h.2a5.86 5.86 0 006.035-5.653V11a.98.98 0 00-.2-.571Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m4.001 20 16-16\"/>"},"voice-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(9 2.001)\"><rect width=\"6\" height=\"13\" rx=\"3\" stroke=\"none\"/><rect width=\"4\" height=\"11\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" d=\"M17 11v1.348a4.836 4.836 0 01-5 4.653h0a4.836 4.836 0 01-5-4.653V11\"/><path d=\"M12 17.001v3\"/><path stroke-linecap=\"round\" d=\"M9 21.001h6\"/></g>"},"volume-down":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M19.002 9.999a2.552 2.552 0 010 4\"/><g stroke-linejoin=\"round\"><path d=\"M3 14.517a1.67 1.67 0 001.479 1.48h4.76a1.4 1.4 0 01.837.276l3.776 2.446A1.326 1.326 0 0016 17.794v-11.6a1.326 1.326 0 00-2.148-.925l-3.776 2.446a1.4 1.4 0 01-.837.276h-4.76A1.69 1.69 0 003 9.491Z\"/><path fill=\"currentColor\" d=\"M14 16.435v-8.87L11.211 9.37a3.4 3.4 0 01-1.972.63h-4.24v4h4.24c.708 0 1.404.222 1.972.628zM14.681 19c-.285 0-.576-.087-.83-.278l-3.775-2.446A1.4 1.4 0 009.239 16h-4.76c-.725 0-1.48-.818-1.48-1.48V9.496C3 8.834 3.755 8 4.48 8h4.76c.306 0 .602-.098.837-.277l3.776-2.446c.855-.647 2.148-.09 2.148.925v11.595c0 .715-.64 1.203-1.319 1.203\"/></g></g>"},"volume-off":{"body":"<g fill=\"none\"><g stroke-linejoin=\"round\"><path d=\"M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z\"/><path fill=\"currentColor\" d=\"M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"m16 14 4-4m-4 0 4 4\"/></g>"},"volume-up":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15.001 8.999a5.075 5.075 0 010 6m4.001-7a8.6 8.6 0 010 8\"/><g stroke-linejoin=\"round\"><path d=\"M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z\"/><path fill=\"currentColor\" d=\"M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942\"/></g></g>"},"warning":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.577 3.833a1.632 1.632 0 012.846 0l4.177 7.334 4.178 7.334a1.666 1.666 0 01-1.423 2.5H3.645a1.666 1.666 0 01-1.423-2.5L6.4 11.167Z\"/><path fill=\"currentColor\" d=\"M12 5.375 4.24 19h15.52zM12 3c.553 0 1.107.278 1.423.833l8.354 14.668C22.41 19.612 21.619 21 20.354 21H3.645c-1.264 0-2.055-1.388-1.423-2.5l8.355-14.666c.316-.555.87-.833 1.423-.833\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 9v4m0 4\"/></g>"},"webinar":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M15 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0115 14.5\"/><path fill=\"currentColor\" d=\"M16.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0116.5 13\"/><path d=\"M8 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 018 19.5\"/><path fill=\"currentColor\" d=\"M9.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 019.5 18\"/><path d=\"M13 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0113 19.5\"/><path fill=\"currentColor\" d=\"M14.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0114.5 18\"/><path d=\"M10.5 14.5a1.5 1.5 0 11.44 1.06 1.5 1.5 0 01-.44-1.06\"/><path fill=\"currentColor\" d=\"M12 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0112 13\"/><path d=\"M6 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 016 14.5\"/><path fill=\"currentColor\" d=\"M7.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 017.5 13\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M3.001 13V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8\"/></g>"},"whiteboard":{"body":"<rect fill=\"none\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"m4 20 4-6m4 6v-6m8 6-4-6\"/><g stroke-miterlimit=\"10\" transform=\"translate(2.998 3)\"><rect width=\"18.005\" height=\"12\" rx=\"3\" stroke=\"none\"/><rect width=\"16.005\" height=\"10\" x=\"1\" y=\"1\" rx=\"2\"/></g><path d=\"M6.999 10.182c1.425-1 3.163-3.181 6-3.181-1.206 3.762 2.527 4.983 4 3.181\"/></g>"},"wine":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M17.919 15.986C20.986 14.639 19.757 9 19.757 9h-5.513s-1.23 5.639 1.838 6.986a1.7 1.7 0 00.4.014h1.062a1.5 1.5 0 00.375-.014M16.999 17v4M19 21h-4\"/><path d=\"M4.952 21a1.2 1.2 0 01-.652-.3A1 1 0 014 20v-9c.015-.318 0-1 0-1l1.5-3V3h3v4l1.5 3c.01.009-.015.682 0 1v9a1 1 0 01-.3.7.85.85 0 01-.7.3Z\"/><path d=\"M4 12.001h3v6H4z\"/></g>"},"zip":{"body":"<g stroke=\"currentColor\"><path fill=\"currentColor\" d=\"M18.001 17a1 1 0 101 1 1 1 0 00-1-1Z\"/><path fill=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 5v4m4-4v4m4-4v4\"/><g fill=\"none\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(15 4)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><path d=\"M1 1h4v4H1z\"/></g><path fill=\"none\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.918 21a2.78 2.78 0 01-2.912-3.108L15.984 13h4.033l.978 4.892A2.78 2.78 0 0118.083 21Z\"/></g>"},"zoom-in":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m15 15 6 6\"/><g fill=\"none\" transform=\"translate(3 3)\"><circle cx=\"7\" cy=\"7\" r=\"7\" stroke=\"none\"/><circle cx=\"7\" cy=\"7\" r=\"6\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"M8 10h4m-2-2v4\"/></g>"},"zoom-out":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m15 15 6 6\"/><g fill=\"none\" transform=\"translate(3 3)\"><circle cx=\"7\" cy=\"7\" r=\"7\" stroke=\"none\"/><circle cx=\"7\" cy=\"7\" r=\"6\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"M8 10h4\"/></g>"}},"width":24,"height":24}
|
|
1
|
+
{"prefix":"normal","lastModified":1731074972,"icons":{"add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 12h16m-8-8v16\"/>"},"add-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" d=\"M9 12h6m-3-3v6\"/></g>"},"align-center":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 10H7m13-4H4m16 8H4m13 4H7\"/>"},"align-justify":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10H4m16-4H4m16 8H4m16 4H4\"/>"},"align-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 10H4m16-4H4m16 8H4m12 4H4\"/>"},"align-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10H8m12-4H4m16 8H4m16 4H8\"/>"},"analysis":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 13)\"><rect width=\"5\" height=\"9\" rx=\"2\" stroke=\"none\"/><rect width=\"3\" height=\"7\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(9 4)\"><rect width=\"6\" height=\"18\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"16\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(17 9)\"><rect width=\"5\" height=\"13\" rx=\"2\" stroke=\"none\"/><rect width=\"3\" height=\"11\" x=\"1\" y=\"1\" rx=\"1\"/></g>"},"analysis-2":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M12.515 3.973a.48.48 0 00-.335.139.48.48 0 00-.139.336v7.564h-7.57a.48.48 0 00-.335.139.48.48 0 00-.14.335A8.514 8.514 0 0012.51 21a8.513 8.513 0 008.514-8.514 8.51 8.51 0 00-8.509-8.513\"/><path fill=\"currentColor\" d=\"M14.04 6.153v7.859H6.182A6.524 6.524 0 0012.515 19a6.52 6.52 0 006.513-6.514c0-3.066-2.13-5.644-4.987-6.333m-1.526-2.18a8.51 8.51 0 018.513 8.513 8.514 8.514 0 01-17.027 0 .475.475 0 01.475-.474h7.565V4.448a.476.476 0 01.474-.475\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M9.866 9.865A.46.46 0 0010 9.54V2.461a.47.47 0 00-.134-.326.46.46 0 00-.325-.134 7.54 7.54 0 00-7.54 7.54.46.46 0 00.135.325.46.46 0 00.325.134h7.08a.46.46 0 00.325-.135\"/><path fill=\"currentColor\" d=\"M8 8V4.217a5.56 5.56 0 00-3.782 3.781zm1.54 2H2.46A.463.463 0 012 9.54 7.54 7.54 0 019.54 2c.121 0 .24.049.326.134A.47.47 0 0110 2.46v7.08c0 .12-.049.24-.134.325a.46.46 0 01-.326.134\"/></g>"},"analysis-3":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m3 18 7-7 2 2 4-4\"/><path stroke-miterlimit=\"10\" d=\"M21 18H3V6\"/></g>"},"apple":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M12.011 21.212a4.4 4.4 0 01.909.112 5 5 0 01.909.362l.021.01q.168.083.347.161a1.5 1.5 0 00.616.144 2.3 2.3 0 00.953-.287 4.05 4.05 0 001.513-1.3 13 13 0 001.664-2.823c.088-.2.155-.363.212-.515a10.36 10.36 0 00.6-6.312 4.88 4.88 0 00-1.936-2.9l-.042-.03a3.3 3.3 0 00-.666-.418 4 4 0 00-1.738-.41h-.1a5.7 5.7 0 00-1.978.524l-.391.152c-.17.065-.566.2-.57.2a.5.5 0 01-.156.027h-.365a.5.5 0 01-.155-.027s-.4-.14-.571-.206l-.386-.15a5.8 5.8 0 00-1.983-.525h-.107a4.04 4.04 0 00-1.729.411 3.3 3.3 0 00-.668.419l-.04.029a4.96 4.96 0 00-1.924 2.855 10.36 10.36 0 00.578 6.322c.084.222.159.4.228.551a13 13 0 001.663 2.823 4 4 0 001.459 1.28A2.5 2.5 0 009.189 22a1.5 1.5 0 00.611-.142q.176-.073.341-.158l.021-.01a5 5 0 01.917-.365 4.2 4.2 0 01.915-.112h.016Z\"/><path fill=\"currentColor\" d=\"m9.175 19.945.087-.041.05-.025c.335-.16.751-.358 1.269-.492a6 6 0 011.353-.174h.147a6.3 6.3 0 011.338.174c.524.135.942.336 1.278.497l.042.02.085.041.125-.056c.183-.082.375-.231.764-.721.52-.654.991-1.458 1.402-2.388a8 8 0 00.17-.412l.017-.048.021-.046c1.117-2.562.511-4.977.505-4.999l-.014-.054-.011-.055c-.204-.984-.998-1.577-1.077-1.634a2 2 0 01-.154-.11l-.062-.049a2 2 0 00-1.13-.371h-.05c-.322.008-.683.144-1.295.385l-.41.16c-.18.068-.521.188-.612.22a2.5 2.5 0 01-.827.143h-.373q-.43 0-.83-.144l-.03-.01a32 32 0 01-.578-.21l-.015-.005-.391-.153c-.613-.24-.977-.377-1.3-.386L8.611 9c-.265 0-.584.078-.856.211-.113.054-.2.108-.269.163a2 2 0 01-.186.14c-.072.052-.902.676-1.09 1.6l-.011.053-.014.053c-.026.1-.63 2.482.476 5.017l.02.046.018.048c.067.178.128.317.183.442l.004.009c.408.927.88 1.73 1.4 2.385.327.412.54.622.71.698l.005.002c.055.025.117.053.174.077M14.815 22c-.194 0-.39-.046-.617-.144q-.179-.077-.347-.16l-.021-.01c-.284-.137-.577-.277-.91-.363a4.4 4.4 0 00-.909-.112h-.016a4.2 4.2 0 00-.915.112c-.334.086-.629.228-.917.365l-.021.01q-.165.082-.341.158a1.5 1.5 0 01-.612.143c-.323 0-.61-.13-1.011-.31-.57-.256-.997-.697-1.459-1.279-.626-.788-1.186-1.739-1.663-2.823a10 10 0 01-.228-.55c-1.353-3.103-.66-6.01-.578-6.323.363-1.778 1.855-2.807 1.925-2.854l.04-.03c.191-.157.41-.294.668-.419a4.04 4.04 0 011.835-.41c.691.018 1.29.253 1.983.525l.385.15c.175.066.57.206.572.206q.074.027.155.027h.147l.03-.004.021.001q.016 0 .029.003h.146a.5.5 0 00.156-.027c.004-.002.4-.14.57-.205l.39-.152c.693-.272 1.29-.507 1.978-.524h.1c.584 0 1.185.141 1.737.41.258.125.476.262.666.418q.02.016.042.03c.015.01 1.543.998 1.936 2.901.05.191.785 3.126-.605 6.312a10 10 0 01-.212.515c-.479 1.085-1.039 2.035-1.664 2.823-.462.582-.895 1.027-1.513 1.303-.37.167-.637.287-.953.287\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.09 8s-.5-2.968.913-4m-.007 8.001s2.075 1.039 2 3\"/></g>"},"arrow-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6.001 14 6 6 6-6m-6 4V4\"/>"},"arrow-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.001 6-6 6 6 6m-4-6h14\"/>"},"arrow-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 18.001 6-6-6-6m4 6H4\"/>"},"arrow-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 10-6-6-6 6m6-4v14\"/>"},"attachment":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 11.439-8.51 8.025a5.8 5.8 0 01-7.862 0 5.035 5.035 0 010-7.414l8.51-8.026a3.867 3.867 0 015.242 0 3.357 3.357 0 010 4.943l-8.52 8.025a1.93 1.93 0 01-2.62 0 1.676 1.676 0 010-2.471l7.862-7.406\"/>"},"back-to-front":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 6H5a1.88 1.88 0 00-1.5.5A1.88 1.88 0 003 8v8a1.89 1.89 0 00.5 1.5A1.88 1.88 0 005 18h14a1.88 1.88 0 001.5-.5A1.88 1.88 0 0021 16V8a1.88 1.88 0 00-.5-1.5A1.88 1.88 0 0019 6h-3\"/><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z\"/><path fill=\"currentColor\" d=\"M8.635 19h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16.999 3-3 3 3 3\"/>"},"bell":{"body":"<path fill=\"currentColor\" d=\"M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z\"/><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M13.514 2.21a5.68 5.68 0 014.407 5.431v3.016a6.97 6.97 0 002.652 5.533l.128.106a.97.97 0 01.3.7 1.036 1.036 0 01-1.062 1.007H4.062A1.036 1.036 0 013 16.996a.97.97 0 01.3-.7l.128-.106a6.97 6.97 0 002.654-5.532V7.641a5.67 5.67 0 014.25-5.389 5.84 5.84 0 013.182-.042\"/><path fill=\"currentColor\" d=\"M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106c.184.18.298.425.298.697 0 .556-.476 1.007-1.062 1.007H4.062C3.476 18 3 17.55 3 16.993c0-.272.114-.517.298-.697l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253\"/></g>"},"bell-active":{"body":"<g fill=\"currentColor\"><path d=\"M10 19.106A1.95 1.95 0 0012 21a1.95 1.95 0 002-1.894V19h-4Z\"/><g stroke-miterlimit=\"10\"><path d=\"M19.938 17H4.062a.1.1 0 01-.039-.007l.037-.03c1.976-1.626 3.02-3.806 3.02-6.305V7.64c0-1.008.34-1.965.984-2.769a4.97 4.97 0 012.534-1.656l.02-.005.019-.007A5.5 5.5 0 0112.092 3c.412 0 .786.054 1.11.16l.034.011.035.01c2.149.537 3.65 2.372 3.65 4.46v3.017c0 2.499 1.043 4.679 3.018 6.304l.038.031a.1.1 0 01-.039.007\"/><path d=\"M12.092 4c-.586 0-1.084.138-1.154.158l-.018.006-.054.015C9.226 4.636 8.08 6.06 8.08 7.641v3.017c0 1.398-.296 2.72-.878 3.928A9 9 0 016.35 16h11.3a9 9 0 01-.852-1.414 9 9 0 01-.878-3.928V7.64c0-1.629-1.189-3.064-2.892-3.49l-.07-.018-.068-.022a2.6 2.6 0 00-.798-.11m0-2c.451 0 .944.054 1.422.21 2.536.635 4.406 2.826 4.406 5.431v3.017c0 2.207.927 4.11 2.654 5.532l.128.106a.97.97 0 01.298.696C21 17.55 20.524 18 19.938 18H4.062C3.476 18 3 17.55 3 16.992c0-.27.114-.516.298-.696l.128-.106c1.727-1.421 2.654-3.325 2.654-5.532V7.64c0-2.55 1.794-4.704 4.25-5.388 0 0 .783-.253 1.762-.253\"/></g></g>"},"bold":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 4.999h6.722a3.5 3.5 0 010 7H7Zm0 7h7.615a3.5 3.5 0 010 7H7Z\"/>"},"bookmark":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M7 4.526v16.24a.257.257 0 00.439.159l4.436-4.351a.18.18 0 01.249 0l4.437 4.351a.257.257 0 00.439-.159V4.526a1.6 1.6 0 00-1.664-1.527H8.664A1.6 1.6 0 007 4.526\"/><path fill=\"currentColor\" d=\"M9 4.999v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.593V5zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.526C7 3.683 7.745 3 8.664 3\"/></g>"},"bookmark-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"m16 18.977-3.176-3.115a1.17 1.17 0 00-.824-.336c-.313 0-.606.12-.827.338L8 18.976V4.528c0-.285.304-.527.664-.527h6.672c.36 0 .664.242.664.527z\"/><path d=\"M9 5.001v11.594l1.472-1.445c.41-.402.952-.624 1.528-.624s1.119.222 1.525.622L15 16.595V5.001zm-.336-2h6.672c.919 0 1.664.684 1.664 1.527v16.24c0 .211-.282.314-.44.16l-4.436-4.352a.18.18 0 00-.249 0l-4.436 4.351c-.157.155-.439.052-.439-.159V4.528c0-.843.745-1.527 1.664-1.527\"/></g>"},"building":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4 21h16M14 4V3h-4v1\"/><path stroke-linecap=\"round\" d=\"M12 21v-3M9 9h1m-1 4h1m4-4h1m-1 4h1\"/><g transform=\"translate(5 4)\"><rect width=\"14\" height=\"18\" rx=\"2\" stroke=\"none\"/><rect width=\"12\" height=\"16\" x=\"1\" y=\"1\" rx=\"1\"/></g></g>"},"bulleted-list":{"body":"<rect fill=\"none\"/><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 15.998h5m-5-3.999h12M8 8h8\"/><g transform=\"translate(4.95 6.924) translate(-1.95 .076)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g><g transform=\"translate(4.95 6.924) translate(-1.95 4.076)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g><g transform=\"translate(4.95 6.924) translate(-1.95 8.076)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g></g>"},"calendar":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 3v2m8-2v2M3 8h18M7 12h2m-2 4h2m6-4h2m-2 4h2\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 3)\"><rect width=\"20\" height=\"18\" rx=\"3\" stroke=\"none\"/><rect width=\"18\" height=\"16\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"camera-off":{"body":"<path fill=\"currentColor\" d=\"M3.293 19.278a1 1 0 00-.218.328 1 1 0 01.218-.328M20 8.228v9.721a.3.3 0 01-.052.051h-9.72l-2 2H20a2.087 2.087 0 002-2V8a1.96 1.96 0 00-.506-1.266ZM4 15.743V8.051A.3.3 0 014.052 8h2.776l2-2h4.566l.21.14 1.442-1.44L14 4H8L6 6H4a2.087 2.087 0 00-2 2v9.743Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M10.617 9.126a3.49 3.49 0 00-2.491 2.491m4.215 4.269a3.49 3.49 0 002.545-2.545\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"camera-on":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M20 6h-3l-3-2H8L6 6H4a2.087 2.087 0 00-2 2v10a2.087 2.087 0 002 2h16a2.087 2.087 0 002-2V8a2.087 2.087 0 00-2-2\"/><path fill=\"currentColor\" d=\"m8.828 6-2 2H4.052A.2.2 0 004 8.051v9.898a.2.2 0 00.052.051h15.896a.2.2 0 00.052-.05v-9.9a.2.2 0 00-.052-.05h-3.554l-3-2zM8 4h6l3 2h3c1.034 0 1.998.947 2 2v10c-.002 1.05-.966 1.997-2 2H4c-1.034-.003-1.998-.95-2-2V8c.002-1.053.966-2 2-2h2z\"/><g stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(7 8)\"><circle cx=\"4.5\" cy=\"4.5\" r=\"4.5\" stroke=\"none\"/><circle cx=\"4.5\" cy=\"4.5\" r=\"3.5\"/></g></g>"},"catalog":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\"><path d=\"M7 2h11a1 1 0 011 1v18a1 1 0 01-1 1H7a3 3 0 01-3-3V5a3 3 0 013-3\" stroke=\"none\"/><path d=\"M7 3h11v18H7a2 2 0 01-2-2V5a2 2 0 012-2Z\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.001 11h5m-5 4h2\"/><path d=\"M5 7h13\"/></g>"},"certificate":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-miterlimit=\"22.926\" d=\"M12.002 2.999a6 6 0 11-6 6 6 6 0 016-6Z\"/><path stroke-miterlimit=\"22.926\" d=\"M12 7.002a2 2 0 11-2 2 2 2 0 012-2Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.758 13.292 4 18.411h1.964l.793 1.428H8.37L9.204 21l2.759-4.378L14.722 21l1.015-1.161h1.474l1.048-1.428 1.741.018L17.211 13\"/></g>"},"chat":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M10.997 15.998h-2c-3.391 0-6-1.906-6-5s2.609-5 6-5h6c3.391 0 6 1.918 6 5s-3.021 5-6 5l-1 3Z\"/>"},"check":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6.996 12 4 4 7-7\"/>"},"check-badge":{"body":"<path fill=\"currentColor\" d=\"m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 12 2 2 4-4\"/>"},"check-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 12 2 2 4-4\"/></g>"},"checkbox":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 2)\"><rect width=\"20\" height=\"20\" rx=\"3\" stroke=\"none\"/><rect width=\"18\" height=\"18\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"chevron-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 10 6 6 6-6\"/>"},"chevron-down-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8 11 4 4 4-4\"/></g>"},"chevron-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 6-6 6 6 6\"/>"},"chevron-left-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14 8-4 4 4 4\"/></g>"},"chevron-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18 6-6-6-6\"/>"},"chevron-right-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.187 8 3.814 4.1-4 3.9\"/></g>"},"chevron-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 16-6-6-6 6\"/>"},"chevron-up-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8 14 4-4 4 4\"/></g>"},"circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g>"},"classroom":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M3 10h18M3 21h18\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M6 8.999a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 3.999a2 2 0 11.586 1.414A2 2 0 016 3.999\"/><path fill=\"currentColor\" d=\"M8 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 018 1.999\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 19.999a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M10 14.999a2 2 0 11.586 1.414A2 2 0 0110 14.999\"/><path fill=\"currentColor\" d=\"M12 12.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414 2 2 0 01-1.414.586 2 2 0 01-1.414-.586A1.996 1.996 0 0112 12.999\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M14 8.999a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M14 3.999a2 2 0 11.586 1.414A2 2 0 0114 3.999\"/><path fill=\"currentColor\" d=\"M16 1.999c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 5.999a2 2 0 01-1.414-.586A1.996 1.996 0 0116 1.999\"/></g></g>"},"clear-field":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(3 3)\"><circle cx=\"9\" cy=\"9\" r=\"9\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"8\" fill=\"none\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"m9 15 6-6M9 9l6 6\"/></g>"},"clear-style":{"body":"<defs><clipPath id=\"svgID0\"><path stroke=\"rgba(0,0,0,0)\" d=\"M0 0h10v16H0z\"/></clipPath></defs><g fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" clip-path=\"url(#svgID0)\" transform=\"translate(5 4)\"><path d=\"M1 4a1 1 0 001-1h4v1.758L9.758 1H2a1 1 0 00-2 0v2a1 1 0 001 1m8 10H8v-2.758l-2 2V14h-.758l-1.2 1.2A.985.985 0 005 16h4a1 1 0 000-2\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"close":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M6 18 18 6M6 6l12 12\"/>"},"close-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" d=\"m10 14 4-4m-4 0 4 4\"/></g>"},"close-loader":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"m9 15 6-6M9 9l6 6\"/>"},"coffee":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-linejoin=\"round\"><path d=\"M5.373 9.501h12.254a.873.873 0 01.873.873v3.127a7 7 0 01-7 7 7 7 0 01-7-7v-3.127a.873.873 0 01.873-.873\" stroke=\"none\"/><path d=\"M5.5 10.501h12v3a6 6 0 01-6 6 6 6 0 01-6-6z\"/></g><g stroke-linejoin=\"round\"><path d=\"M16.5 16.501v-7h2a3 3 0 013 3v1a3 3 0 01-3 3z\" stroke=\"none\"/><path d=\"M17.5 15.501v-5h1a2 2 0 012 2v1a2 2 0 01-2 2z\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.5 20.501h16\"/><path stroke-linecap=\"round\" d=\"M7.5 6.501v-2m4 2v-2m4 2v-2\"/></g>","width":25,"height":25},"color":{"body":"<defs><radialGradient id=\"svgID0\" cx=\".5\" cy=\".5\" r=\".5\" gradientUnits=\"objectBoundingBox\"><stop offset=\"0\" stop-color=\"currentColor\"/><stop offset=\".148\" stop-color=\"currentColor\"/><stop offset=\".32\" stop-color=\"currentColor\"/><stop offset=\".493\" stop-color=\"currentColor\"/><stop offset=\".66\" stop-color=\"currentColor\"/><stop offset=\".833\" stop-color=\"currentColor\"/><stop offset=\"1\" stop-color=\"currentColor\"/></radialGradient></defs><g fill=\"url(#svgID0)\" stroke=\"currentColor\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9.5\" fill=\"none\"/></g>"},"contact-us":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.999 11V8.461c0-2.623-2.635-5.461-6-5.461s-6 2.838-6 5.461v1.2\"/><path d=\"M15.995 10.002v1.251a4.85 4.85 0 01-1.5 3.75M8.999 4.001c0 2.571 6 6 9 6m-7.5-3a5.97 5.97 0 00-2.5 4v1a4.76 4.76 0 002.5 4m2.499 4a1.113 1.113 0 01-1.2 1h-.6a1.113 1.113 0 01-1.2-1h0a1.11 1.11 0 011.2-1h.6a1.114 1.114 0 011.2 1m0-.005h.469c2.493.013 4.522-2.587 4.531-5.8v-.2m.502-3.994H18v4h.5c.276 0 .5-.4.5-.889V10.89c0-.49-.224-.887-.5-.888m-13 0H6v4h-.5c-.276 0-.5-.4-.5-.887v-2.223c0-.491.223-.889.5-.89\"/></g>"},"copy":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(8 2)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"10\" height=\"14\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" d=\"M15 21H7.377C6.064 21 5 19.616 5 17.91V8\"/></g>"},"courses":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"m20.695 9.514-8.427-4.452a.57.57 0 00-.535 0L3.306 9.514a.572.572 0 000 1.013L6 11.999v5a1.85 1.85 0 002 2h8a1.85 1.85 0 002-2v-5l2.695-1.472a.572.572 0 000-1.013\"/><path fill=\"currentColor\" d=\"m12 7.182-5.412 2.86 1.412.77V17h8v-6.186l1.412-.772zm0-2.187q.14 0 .268.067l8.427 4.452a.572.572 0 010 1.013L18 11.999v5c0 1.24-.759 2-2 2H8c-1.24 0-2-.76-2-2v-5l-2.695-1.472a.572.572 0 010-1.013l8.427-4.452A.6.6 0 0112 4.995\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"m11.732 14.933-8.427-4.43a.568.568 0 010-1.008l8.427-4.43a.58.58 0 01.535 0l8.427 4.43a.568.568 0 010 1.008l-8.427 4.43a.58.58 0 01-.535 0\"/><path fill=\"currentColor\" d=\"m12 12.81 5.355-2.815L12 7.18 6.645 9.996zm0 2.185a.6.6 0 01-.268-.067L3.305 10.5a.568.568 0 010-1.007l8.427-4.43a.58.58 0 01.536 0l8.427 4.43a.568.568 0 010 1.007l-8.427 4.43a.6.6 0 01-.268.067\"/></g><path fill=\"currentColor\" d=\"M19 10h2v5a1 1 0 01-1 1 1 1 0 01-1-1z\"/>"},"dashboard":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(4 3)\"><rect width=\"7\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(13 15)\"><rect width=\"7\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(13 3)\"><rect width=\"7\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(4 11)\"><rect width=\"7\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\"1\" y=\"1\" rx=\"1\"/></g>"},"download":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 11.001 3 3 3-3M12 14V4m8 11v3H4v-3\"/>"},"drag":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M16 4v16M12 4v16M8 4v16\"/>"},"duplicate":{"body":"<g stroke-miterlimit=\"10\"><g fill=\"rgba(0,0,0,0)\"><path d=\"M13 21H5c-1.103 0-2-.897-2-2v-8c0-1.103.897-2 2-2h4V5c0-1.103.897-2 2-2h8c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2h-4v4c0 1.103-.897 2-2 2\"/><path fill=\"currentColor\" d=\"M13 20c.551 0 1-.448 1-1v-5h5a1 1 0 001-1V5a1 1 0 00-1-1h-8a1 1 0 00-1 1v5H5a1 1 0 00-1 1v8a1 1 0 001 1zm0 2H5a3 3 0 01-3-3v-8a3 3 0 013-3h3V5a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3h-3v3a3 3 0 01-3 3\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 9h4m-2-2v4\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(8 2)\"><rect width=\"14\" height=\"14\" rx=\"3\" stroke=\"none\"/><rect width=\"12\" height=\"12\" x=\"1\" y=\"1\" rx=\"2\"/></g></g>"},"edit":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"m18.318 3.465 2.2 2.194a1.64 1.64 0 01.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.868a.792.792 0 01-.938-.938l.9-4.233a1.64 1.64 0 01.454-.829L16.079 3.457a1.59 1.59 0 012.239.008\"/><path fill=\"currentColor\" d=\"M17.194 5.167 5.852 16.334l-.492 2.312 2.232-.466 11.26-11.358zM17.196 3c.407 0 .814.155 1.124.465l2.198 2.194c.64.64.643 1.675.006 2.318L8.938 19.663a1.64 1.64 0 01-.832.453l-4.151.867a.792.792 0 01-.938-.937l.9-4.233c.067-.315.226-.603.455-.829L16.079 3.457A1.6 1.6 0 0117.196 3\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m14 6 4 4M7 13.998l3 3\"/></g>"},"elearning":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 2)\"><rect width=\"20\" height=\"14\" rx=\"3\" stroke=\"none\"/><rect width=\"18\" height=\"12\" x=\"1\" y=\"1\" rx=\"2\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 20h14\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(7 18)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g><path fill=\"currentColor\" d=\"M14.211 8.107a1 1 0 010 1.789l-2.764 1.381A1 1 0 0110 10.383V7.619a1 1 0 011.447-.894Z\"/>"},"email":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 8.5 13.5)\"><rect width=\"14\" height=\"20\" rx=\"3\" stroke=\"none\"/><rect width=\"12\" height=\"18\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.995 7.015 11.981 12l8.014-5\"/></g>"},"error":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7v5m0 4v1\"/><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g></g>"},"error-2":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4v9m0 5v2\"/>"},"exercise":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M7.659 20.725a.926.926 0 01-1.318 0C5.458 19.785 4 18.144 4 17.55v-13a1.637 1.637 0 011.715-1.545h2.569A1.637 1.637 0 0110 4.545v13c0 .599-1.458 2.24-2.341 3.18\"/><path fill=\"currentColor\" d=\"M7 18.476c.546-.626.856-1.042 1-1.268V5H6v12.208c.144.226.454.642 1 1.268M7 21a.9.9 0 01-.66-.275C5.458 19.785 4 18.145 4 17.55V4.545C4 3.69 4.768 3 5.715 3h2.569C9.232 3 10 3.691 10 4.545V17.55c0 .594-1.458 2.235-2.34 3.175A.9.9 0 017 21\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M5 8h4\"/><path d=\"M12 3h8v18h-8Z\"/><path fill=\"currentColor\" d=\"M14 5v14h4V5zm-2-2h8v18h-8z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 8h2m-2 4h2m-2 4h2\"/></g>"},"external-link":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 13v4a2.1 2.1 0 01-2 2H7a2.1 2.1 0 01-2-2V7a2.1 2.1 0 012-2h4m5-2h5v5m-8 3 8-8\"/>"},"extract":{"body":"<rect fill=\"none\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 10h8m-8 4h5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.001 8.999v-4h-4M16 19.003h4v-4M8 5.001H4v4m-.001 6.002v4h4\"/><circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" transform=\"translate(18 17)\"/>"},"eye-off":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M13.5 6.112a10 10 0 00-1.442-.111h-.011a9.1 9.1 0 00-3.87.8 8.2 8.2 0 00-3.25 2.727 7.3 7.3 0 00-.9 1.663.45.45 0 000 .282 7.6 7.6 0 001.543 2.528m4.929 3.888a10.4 10.4 0 001.47.111 9.25 9.25 0 003.919-.8 7.9 7.9 0 003.226-2.736 7 7 0 00.865-1.671.46.46 0 000-.283A8 8 0 0018.396 10\"/><path stroke-linecap=\"round\" d=\"M4 20 20 4\"/></g>"},"eye-on":{"body":"<g fill=\"none\" stroke-linejoin=\"round\"><path d=\"M20.973 11.836A8.9 8.9 0 0019.096 8.9a9 9 0 00-2.764-2 10.15 10.15 0 00-4.336-.9 10.15 10.15 0 00-4.332.9A9.16 9.16 0 004.03 9.964a8 8 0 00-1.007 1.868.5.5 0 000 .317A8.5 8.5 0 004.847 15.1a8.8 8.8 0 002.76 2A10.4 10.4 0 0012 18a10.4 10.4 0 004.393-.9 8.9 8.9 0 003.615-3.07 7.8 7.8 0 00.969-1.874.5.5 0 00-.004-.32\"/><path fill=\"currentColor\" d=\"M11.994 8c-1.288 0-2.46.241-3.484.718a7.1 7.1 0 00-2.838 2.4c-.244.345-.421.66-.543.9a7.1 7.1 0 001.182 1.715 6.8 6.8 0 002.135 1.548C9.478 15.758 10.674 16 12 16s2.521-.242 3.554-.719a6.93 6.93 0 002.802-2.382c.232-.34.4-.646.514-.882a7.6 7.6 0 00-1.229-1.743 7 7 0 00-2.153-1.557C14.465 8.241 13.293 8 12.006 8zm0-2h.012c1.723 0 3.155.36 4.326.904a9 9 0 012.764 1.998c1.37 1.453 1.862 2.892 1.877 2.934a.5.5 0 01.003.317c-.01.033-.27.852-.969 1.874a8.9 8.9 0 01-3.614 3.07C15.213 17.642 13.76 18 12 18s-3.213-.358-4.393-.903a8.8 8.8 0 01-2.76-2.001c-1.354-1.457-1.809-2.9-1.823-2.943a.5.5 0 01.003-.317c.011-.032.292-.848 1.008-1.868a9.16 9.16 0 013.633-3.064C8.838 6.36 10.271 6 11.994 6\"/><g stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(9 9)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g></g>"},"fail":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(3.998 4.004)\"><rect width=\"4\" height=\"10\" rx=\"2\" transform=\"translate(13.002)\"/><path stroke-linecap=\"round\" d=\"M1.185 8.087h.885l-.069.48h-.816a1.188 1.188 0 000 2.375h1.961l2.853.055s-.617 4.308 2 5.754c1.683.834 2-.754 2-.754v-3l1-1s2-1.856 2-3.019V1.997a1.868 1.868 0 00-2-2H2.814a1.188 1.188 0 000 2.375h.08l-.069.481H2a1.188 1.188 0 000 2.375h.482l-.069.481H1.185a1.188 1.188 0 000 2.375Z\"/></g>"},"fast-back":{"body":"<g fill=\"none\"><path d=\"M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.87 1.87 0 00.961.275 2.165 2.165 0 002.039-2.277\"/><path fill=\"currentColor\" d=\"M11.937 16.96a.44.44 0 00.058-.237v-3.897l6.942 4.132a.45.45 0 00.056-.235V7.279a.45.45 0 00-.057-.236l-6.941 4.145V7.279a.44.44 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286zm.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275\"/><path d=\"M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z\"/><path fill=\"currentColor\" d=\"M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.44.44 0 00.058-.237V7.28a.44.44 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002\"/></g>"},"fast-forward":{"body":"<g fill=\"none\"><path d=\"M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.87 1.87 0 01-.963.273A2.165 2.165 0 0110 16.719\"/><path fill=\"currentColor\" d=\"m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.43.43 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.312.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.87 1.87 0 01-.963.274\"/></g><g fill=\"none\"><path d=\"M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z\"/><path fill=\"currentColor\" d=\"M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.44.44 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002\"/></g>"},"file":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M18.999 7.629V19a1.856 1.856 0 01-2 2h-10a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\"/><path fill=\"currentColor\" d=\"M7 5v14h10V8.484L13.354 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M16.999 8h-3V5Z\"/></g>"},"file-add":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\"/><path fill=\"currentColor\" d=\"M7 5v14h10V8.484L13.356 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M17 8h-3V5Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 13h4\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M12 11v4\"/>"},"file-duplicate":{"body":"<g stroke-linejoin=\"round\"><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M5.715 21C5.361 21 5 20.906 5 20.223V7.776c0-.686.361-.777.715-.777H9V3.778c0-.686.365-.777.715-.777h5.729l3.561 3.529v9.689c0 .689-.365.777-.715.777H15v3.227c0 .684-.359.777-.709.777Z\"/><g fill=\"none\"><path d=\"M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z\"/><path fill=\"currentColor\" d=\"M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M14.287 10.444h-2.571V7.778Z\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M18.286 6.444h-2.571V3.778Z\"/></g>"},"file-remove":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M19 7.629V19a1.856 1.856 0 01-2 2H7a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z\"/><path fill=\"currentColor\" d=\"M7 5v14h10V8.484L13.356 5zm0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M17 8h-3V5Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 13h4\"/>"},"file-required":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M16 10.115v10.107A1.62 1.62 0 0114.286 22H5.715a1.62 1.62 0 01-1.714-1.778V7.778A1.62 1.62 0 015.715 6h6.135Z\"/><path fill=\"currentColor\" d=\"M6 8v12h8v-9.052L11.027 8zm-.285-2h6.135L16 10.115v10.107C16 21.327 15.335 22 14.286 22H5.715C4.665 22 4 21.327 4 20.222V7.778C4 6.673 4.665 6 5.715 6\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M14.287 10.444h-2.571V7.778Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M18.5 3v6M21 4.5l-5 3m5 0-5-3\"/>"},"filter":{"body":"<g fill=\"none\" stroke-linejoin=\"round\"><path d=\"M6.603 3.003h10.793a1.5 1.5 0 011.368 2.283l-3.586 5.955a1.14 1.14 0 00-.185.621v8.191a1.019 1.019 0 01-1.655.733l-3.627-2.49a1.85 1.85 0 01-.737-1.465v-4.8a1.8 1.8 0 00-.184-.795L5.232 5.287a1.5 1.5 0 011.371-2.284\"/><path fill=\"currentColor\" d=\"m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z\"/></g>"},"filter-2":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 6h14M5 12h14M5 18h14\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(6 4)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(14 10)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(10 16)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1.5\"/></g>"},"filter-active":{"body":"<g fill=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M13.976 20a.04.04 0 01-.026-.01l-.023-.017-.023-.016-3.6-2.471a.85.85 0 01-.329-.66v-4.8c0-.295-.07-.9-.332-1.318L6.091 4.769l-.008-.014-.009-.014a.41.41 0 01-.019-.44.6.6 0 01.548-.298L17.397 4a.6.6 0 01.548.299.41.41 0 01-.02.44l-.009.013-.008.015-3.579 5.942c-.22.346-.336.743-.336 1.149v8.14z\"/><path d=\"m16.6 5-9.204.003 3.101 5.184c.455.736.478 1.659.478 1.84v4.706l2.018 1.386v-6.261c0-.592.168-1.17.485-1.674zm.796-2c1.249 0 2.017 1.282 1.369 2.283l-3.586 5.954a1.14 1.14 0 00-.186.62v8.192c0 .803-.995 1.242-1.655.733l-3.627-2.49a1.85 1.85 0 01-.736-1.465v-4.8c0-.219-.063-.61-.184-.796L5.233 5.283c-.645-1.002.123-2.28 1.37-2.28z\"/></g>"},"flag":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M15.397 14.002c2.289.538 3.6 1.754 3.6 3.338 0 2.053-3.075 3.662-7 3.662s-7-1.608-7-3.662c0-1.584 1.314-2.8 3.6-3.338\"/><path stroke-linejoin=\"round\" d=\"M12 17V4h8l-3 3 3 3h-8\"/></g>"},"folder":{"body":"<g fill=\"none\"><path d=\"M4 19a2 2 0 01-2-2V6a2.02 2.02 0 011.711-2h6.834l1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"m20 17 .002-8.998Q19.999 8.001 20 8h-9.123l-1.38-2.004L4.01 6l-.008.02V17zm0 2H4.002c-1.11 0-2-.896-2-2V6c0-1 .853-1.994 1.71-2l6.005-.004.834.004 1.377 2H20a2 2 0 012 2v9a2 2 0 01-2 2\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 18 3-7h13\"/>"},"full-width":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 7v10\"/><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 6h16v12H4z\" stroke=\"none\"/><path d=\"M5 7h14v10H5z\"/></g>"},"go-to-back":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M8 6.001H5a1.88 1.88 0 00-1.5.5 1.88 1.88 0 00-.5 1.5v8a1.89 1.89 0 00.5 1.5 1.88 1.88 0 001.5.5h14a1.88 1.88 0 001.5-.5 1.88 1.88 0 00.5-1.5v-8a1.88 1.88 0 00-.5-1.5 1.88 1.88 0 00-1.5-.5h-3\"/><g stroke-miterlimit=\"10\"><path d=\"M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936Z\"/><path fill=\"currentColor\" d=\"M8.635 19.001h6.724l.575 1.062c.245.452-.224.938-.906.938H8.971c-.68 0-1.149-.484-.907-.936z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 11.001 3 3 3-3m-3 2v-7\"/></g>"},"grid":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(4 4)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g><g transform=\"translate(4 13)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g><g transform=\"translate(13 4)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g><g transform=\"translate(13 13)\"><rect width=\"7\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"1\"/></g></g>"},"group":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 5)\"><rect width=\"10\" height=\"10\" rx=\"5\" stroke=\"none\"/><rect width=\"8\" height=\"8\" x=\"1\" y=\"1\" rx=\"4\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20a4 4 0 014-4 4 4 0 014 4m4 0a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(14 8)\"><rect width=\"8.001\" height=\"8.001\" rx=\"4\" stroke=\"none\"/><rect width=\"6.001\" height=\"6.001\" x=\"1\" y=\"1\" rx=\"3\"/></g>"},"group-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15 6h6m-3-3v6\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(11 11)\"><rect width=\"7\" height=\"7\" rx=\"3.5\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\"2.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 22c0-1.657.865-3 2.5-3s2.5 1.343 2.5 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 10)\"><rect width=\"8\" height=\"8\" rx=\"4\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\"1\" y=\"1\" rx=\"3\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 22a3 3 0 013-3 3 3 0 013 3\"/>"},"heart":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M15.976 5a5.1 5.1 0 00-3.553 1.406l-.423.4-.423-.4A5.1 5.1 0 008.024 5a5.1 5.1 0 00-3.553 1.406A4.66 4.66 0 003 9.799a4.66 4.66 0 001.471 3.394l6.843 6.536a1 1 0 00.686.272 1 1 0 00.686-.272l6.842-6.536A4.66 4.66 0 0021 9.799a4.66 4.66 0 00-1.471-3.394A5.1 5.1 0 0015.976 5\"/><path fill=\"currentColor\" d=\"M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5\"/></g>"},"heart-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"m12 19-6.838-6.53A3.67 3.67 0 014 9.8c0-1.007.413-1.955 1.162-2.671A4.12 4.12 0 018.024 6c1.084 0 2.1.4 2.862 1.129l.423.404.691.66.69-.66.424-.404A4.12 4.12 0 0115.976 6c1.083 0 2.1.4 2.862 1.129A3.67 3.67 0 0120 9.799a3.67 3.67 0 01-1.162 2.67z\"/><path d=\"M8.024 7c-.825 0-1.596.303-2.171.852A2.68 2.68 0 005 9.799c0 .73.303 1.422.853 1.947L12 17.618l6.147-5.871A2.68 2.68 0 0019 9.799a2.68 2.68 0 00-.853-1.947A3.12 3.12 0 0015.976 7a3.12 3.12 0 00-2.171.852L12 9.575l-1.805-1.723A3.12 3.12 0 008.025 7m0-2c1.341 0 2.603.5 3.552 1.406L12 6.81l.423-.404A5.1 5.1 0 0115.976 5c1.342 0 2.604.5 3.553 1.406S21 8.516 21 9.799s-.523 2.488-1.471 3.394l-6.843 6.535A1 1 0 0112 20a1 1 0 01-.686-.272l-6.843-6.535C3.523 12.287 3 11.082 3 9.799c0-1.281.523-2.487 1.471-3.393A5.1 5.1 0 018.024 5\"/></g>"},"highlighter":{"body":"<rect fill=\"none\"/><g stroke=\"currentColor\" stroke-linejoin=\"round\"><path fill=\"none\" stroke-width=\"2\" d=\"m6 13.001 5 5 9-9-5-5Z\"/><path fill=\"none\" stroke-width=\"2\" d=\"m7 14.001 3 3-2 2H6l-1-1v-2Z\"/><path fill=\"currentColor\" d=\"M4.5 18.001 3 19.334l1.5.667L6 18.668Z\"/></g>"},"home":{"body":"<g fill=\"rgba(0,0,0,0)\" stroke-miterlimit=\"10\"><path d=\"M10 20.001H7.62a1.634 1.634 0 01-1.627-1.63v-7.459H3.168l.023-.02 8.034-6.634C11.427 4.093 11.703 4 12 4s.574.093.78.261l8.031 6.632.022.019h-2.826v7.46A1.634 1.634 0 0116.38 20H14v-5h-3l-1-.001V20\"/><path fill=\"currentColor\" d=\"M9 19v-5.002l6 .003v5h1.377a.63.63 0 00.63-.629v-8.46h1.046l-5.908-4.878A.27.27 0 0012 5a.27.27 0 00-.144.034L5.948 9.912h1.045v8.458c0 .347.283.63.627.63zm2 2.001H7.62a2.636 2.636 0 01-2.627-2.629v-6.46H3.196a1.8 1.8 0 01-.576-.08.92.92 0 01-.488-.345.76.76 0 01-.132-.429.97.97 0 01.175-.533c.093-.138.213-.266.378-.403l8.036-6.636A2.23 2.23 0 0111.999 3c.528 0 1.03.173 1.414.487l8.035 6.635c.162.134.282.262.376.403a.97.97 0 01.176.533.76.76 0 01-.133.429.85.85 0 01-.312.271c-.207.106-.431.152-.751.154h-1.797v6.46A2.636 2.636 0 0116.381 21H13v-5h-2z\"/></g>"},"hourglass":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M14 12c0-.4 1.311-1.236 2-2a7.58 7.58 0 002-5V3H6v2a7.57 7.57 0 002 5c.689.765 2 1.6 2 2s-1.311 1.235-2 2a7.57 7.57 0 00-2 5v2h12v-2a7.58 7.58 0 00-2-5c-.689-.765-2-1.603-2-2Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M18 7H6\"/><ellipse cx=\"3\" cy=\"2\" fill=\"currentColor\" rx=\"3\" ry=\"2\" transform=\"translate(9 18)\"/>"},"image":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(3.375 5.25)\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 9.938 8.688)\"><rect width=\"16\" height=\"20\" rx=\"2\" stroke=\"none\"/><rect width=\"14\" height=\"18\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.625 13.75 9-9 6 6\"/><circle cx=\"1\" cy=\"1\" r=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.625 3.75)\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.625 8.75 2 2 3-3\"/></g>"},"info-badge":{"body":"<g transform=\"translate(3 3)\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"currentColor\" transform=\"translate(-1 -1)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9 15V8m0-4V3\"/></g>"},"information":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7v1m0 4v5\"/><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g></g>"},"italic":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 5h-8m4 14H6m8-14-4 14\"/>"},"key":{"body":"<g transform=\"translate(-945.502 -1893.502)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m948.496 1910.504 7.076-7.076a6.1 6.1 0 114 4l-1.076 1.078-1 1h-2.006v2h-2v2.006l-1 1-4 .006Z\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" fill=\"currentColor\" transform=\"translate(960.502 1899.502)\"/></g>"},"language":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(3 3)\"><circle cx=\"9\" cy=\"9\" r=\"9\" stroke=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"8\"/></g><path stroke-miterlimit=\"10\" d=\"M4 9h16M4 15h16\"/><path d=\"M11 20s-3-4-3-8 3-8 3-8m2 16s3-4 3-8-3-8-3-8\"/></g>"},"learning-path":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3.995 17.84 1.151-4.282a.184.184 0 01.331-.053 2.041 2.041 0 10.8-2.961.183.183 0 01-.259-.211L7.169 6.05l4.3 1.148a.183.183 0 00.212-.26 2.02 2.02 0 01-.141-1.428 2.045 2.045 0 113.113 2.221.183.183 0 00.053.33l4.289 1.149L15.831 21Z\"/>"},"light-off":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M16 4.227A6.5 6.5 0 0012.176 3 6.44 6.44 0 007.82 4.656 5.46 5.46 0 006 8.691a9 9 0 00.906 3.9c.066.139.144.272.215.408M9 18.829a2.97 2.97 0 00.884 1.3 3.87 3.87 0 004.889 0 2.86 2.86 0 001.05-2.181v-2.089a15.2 15.2 0 002.237-3.33A9.9 9.9 0 0019 9.002\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"light-on":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M19 8.53a6.3 6.3 0 00-2.063-4.63A7.24 7.24 0 0012 2a7.24 7.24 0 00-4.937 1.9A6.3 6.3 0 005 8.53a10.4 10.4 0 001.027 4.475 16.3 16.3 0 002.328 3.526v2.234a3.06 3.06 0 001.095 2.313A3.88 3.88 0 0012 22a3.88 3.88 0 002.55-.923 3.06 3.06 0 001.095-2.313v-2.217a16.2 16.2 0 002.334-3.535A10.5 10.5 0 0019 8.53\"/><path fill=\"currentColor\" d=\"M12 4c-1.357 0-2.627.485-3.577 1.367C7.505 6.217 6.999 7.34 7 8.531c0 1.234.274 2.42.838 3.624.463.987 1.134 1.998 2.05 3.09l.468.557v2.964c0 .392.252.668.405.801.322.28.762.433 1.239.433s.917-.154 1.242-.436c.15-.13.403-.406.402-.8v-2.947l.47-.558c.917-1.09 1.589-2.102 2.052-3.093.562-1.204.835-2.393.834-3.637 0-1.189-.505-2.311-1.424-3.163C14.627 4.486 13.357 4 12 4m0-2c1.92 0 3.668.723 4.937 1.9C18.206 5.076 19 6.717 19 8.53c0 1.633-.388 3.123-1.022 4.482-.598 1.281-1.417 2.445-2.334 3.535v2.217c.001.916-.43 1.74-1.094 2.313-.664.577-1.566.923-2.55.923s-1.886-.346-2.55-.923c-.664-.574-1.095-1.397-1.094-2.313V16.53c-.914-1.088-1.73-2.25-2.329-3.526C5.39 11.645 5 10.157 5 8.53c0-1.813.795-3.454 2.063-4.63C8.332 2.723 10.08 2 12 2\"/></g><path stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9 16h6\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 10-2 3m-2-2.997 2 3v3\"/></g>"},"link":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13.14a4.584 4.584 0 006.446.936 5 5 0 00.5-.434l2.762-2.783a4.66 4.66 0 00-.113-6.557 4.58 4.58 0 00-6.4 0l-1.583 1.586\"/><path d=\"M14 10.86a4.584 4.584 0 00-6.446-.936 5 5 0 00-.5.434l-2.762 2.783a4.66 4.66 0 00.113 6.557 4.58 4.58 0 006.4 0l1.575-1.585\"/></g>"},"lock":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M12 14.998v2\"/><g stroke-miterlimit=\"10\" transform=\"translate(4 10)\"><rect width=\"16\" height=\"12\" rx=\"3\" stroke=\"none\"/><rect width=\"14\" height=\"10\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.005 10V7.4c0-1.878 1.791-3.4 4-3.4h0c2.209 0 4 1.523 4 3.4V10\"/></g>"},"login":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3h4a2.41 2.41 0 012 2v14a2.41 2.41 0 01-2 2h-4m-5-4 5-5-5-5m4 5H3\"/>"},"logout":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3H5a2.41 2.41 0 00-2 2v14a2.41 2.41 0 002 2h4m7-4 5-5-5-5m4 5H9\"/>"},"maximize":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(2 4)\"><rect width=\"20\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"18\" height=\"14\" x=\"1\" y=\"1\" rx=\"1\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.999 13v2h2m8.003-4V9h-2\"/>"},"menu":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 16h11M5 12h8M5 8h14\"/>"},"merge":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(4 15)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(14 15)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><path stroke-linejoin=\"round\" d=\"m16 8-4-4-4 4m4-4v9\"/><path stroke-miterlimit=\"10\" d=\"m8.999 16 3-3 3 3\"/></g>"},"minimize":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(2 14)\"><rect width=\"9\" height=\"6\" rx=\"1\" stroke=\"none\"/><path d=\"M1 1h7v4H1z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.999 8V5h-4M17 19h4v-3M7 5H3v3\"/>"},"mixed-class":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 21a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M10 16a2 2 0 11.586 1.414A2 2 0 0110 16\"/><path fill=\"currentColor\" d=\"M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M14 13a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M14 8a2 2 0 11.586 1.414A2 2 0 0114 8\"/><path fill=\"currentColor\" d=\"M16 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0116 10a2 2 0 01-1.414-.586A1.996 1.996 0 0116 6\"/></g><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M6 13a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 8a2 2 0 11.586 1.414A2 2 0 016 8\"/><path fill=\"currentColor\" d=\"M8 6c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 018 10a2 2 0 01-1.414-.586A1.996 1.996 0 018 6\"/></g></g>"},"more-horizontal":{"body":"<g fill=\"currentColor\" transform=\"rotate(90 4.125 14.625)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 -1.25)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 4.75)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 10.75)\"/></g>"},"more-vertical":{"body":"<g fill=\"currentColor\" transform=\"translate(10.5 5.25)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 -1.25)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 4.75)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.5 10.75)\"/></g>"},"news":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"m7 9-4 .041v9.6C3 20.052 3.759 21 5 21a1.773 1.773 0 002-2V5h14v14s.317 2-2 2H5\"/><path stroke-linecap=\"round\" d=\"M11 17h3m-3-8h6m-6 4h6\"/></g>"},"no-prerequisites":{"body":"<g transform=\"translate(4.883 7)\"><rect width=\"8\" height=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\".5\" transform=\"translate(7.117 -1.998)\"/><rect width=\"8\" height=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\".5\" transform=\"translate(7.117 8)\"/><path fill=\"currentColor\" d=\"M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z\"/></g>"},"notes":{"body":"<rect fill=\"none\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 8h8m-8 4h5\"/><g transform=\"translate(3 3)\"><rect width=\"18\" height=\"18\" rx=\"2\" stroke=\"none\"/><rect x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 20c2.65 0 4-4 4-4l10 3.945z\"/></g>"},"number-code":{"body":"<defs><path id=\"svgID0\" d=\"M13.014 9v5m2-3.75-4 2.5m4 0-4-2.5\"/></defs><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(7 6)\"><rect width=\"10\" height=\"8\" rx=\"3\" stroke=\"none\"/><rect width=\"8\" height=\"6\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.005 6V4.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V6\"/></g><use href=\"#svgID0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(-7.014 7)\"/><use href=\"#svgID0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(-1.014 7)\"/><use href=\"#svgID0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(4.986 7)\"/>"},"numbered-list":{"body":"<rect fill=\"none\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M7.999 16.998h5m-5-4.999h12M7.999 7h8\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M4.044 7.455h.472v-1.72L4 5.886v-.585l1.083-.3v2.455H5.5v.545H4.044Zm-.04 4.914a.82.82 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458v-.287c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.82.82 0 01-.428.821l-.452.275a.28.28 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 4.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276q0 .21.169.21h.245q.168 0 .17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337q.159.001.157-.214v-.236q-.002-.216-.165-.215h-.206q-.162 0-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z\"/>"},"on-site":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5.001 15a1.845 1.845 0 01-2-2V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8a1.845 1.845 0 01-2 2\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 12 2-2h3l3-3\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 21.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M10 16a2 2 0 11.586 1.414A2 2 0 0110 16\"/><path fill=\"currentColor\" d=\"M12 14c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a2 2 0 01-.586 1.414A2 2 0 0112 18a2 2 0 01-1.414-.586A1.996 1.996 0 0112 14\"/></g></g>"},"order-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 6h14M5 10h10M5 14h7m-7 4h3\"/>"},"order-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M5 18h14M5 14h10M5 10h7M5 6h3\"/>"},"paste":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(8 2)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"10\" height=\"14\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M15 21H7.377C6.064 21 5 19.616 5 17.91V8\"/><path stroke-linecap=\"round\" d=\"M13 7h2m-2 4h2\"/></g>"},"pausa":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9 5v14m6-14v14\"/>"},"pdf":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M21 8h-8m8 3.999h-8M21 17H3\"/><path stroke-linejoin=\"round\" d=\"M3 7h6v6H3z\"/></g>"},"phone":{"body":"<g transform=\"translate(5.42 2)\"><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(-.42)\"><rect width=\"14\" height=\"20\" rx=\"2.999\" stroke=\"none\"/><rect width=\"12\" height=\"18\" x=\"1\" y=\"1\" rx=\"1.999\"/></g><circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" transform=\"translate(4.58 13)\"/><rect width=\"6\" height=\"3\" fill=\"currentColor\" rx=\"1\" transform=\"translate(3.58)\"/></g>"},"pin":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(9 6)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g fill=\"none\"><path d=\"M12 2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7\"/><path fill=\"currentColor\" d=\"M12 4C9.243 4 7 6.243 7 9c0 2.03 1.073 4.642 3.102 7.553a34 34 0 001.899 2.465 34 34 0 001.86-2.412C15.916 13.674 17 11.044 17 9c0-2.757-2.243-5-5-5m0-2a7 7 0 017 7c0 6.009-7 13-7 13S5 15.005 5 9a7 7 0 017-7\"/></g>"},"pin-map":{"body":"<g fill=\"currentColor\"><path d=\"M12.002 20.535a35 35 0 01-2.68-3.357C6.576 13.264 6 10.57 6 9a6.01 6.01 0 016.002-6.002c3.309 0 6 2.693 6 6.002 0 1.57-.576 4.264-3.318 8.18a36 36 0 01-2.682 3.355m0-15.535c-2.205 0-4 1.795-4 4s1.795 4 4 4A4.004 4.004 0 0016 9c0-2.205-1.793-4-3.998-4\"/><path d=\"M12.002 19.016a34 34 0 001.861-2.409c2.024-2.89 3.139-5.591 3.139-7.607a5.006 5.006 0 00-5-5.002A5.01 5.01 0 007 9c0 2.016 1.115 4.715 3.14 7.604a34 34 0 001.862 2.412m0-15.016A5.004 5.004 0 0117 9c0 2.758-2.242 5-4.998 5-2.758 0-5-2.242-5-5s2.242-5 5-5m0 18v-.002a35 35 0 01-3.5-4.248C6.904 15.473 5 12.105 5 9a7.01 7.01 0 017.002-7.002c3.86 0 7 3.14 7 7.002 0 3.102-1.902 6.473-3.5 8.754a35.5 35.5 0 01-3.5 4.244zm0-16c-1.654 0-3 1.346-3 3s1.346 3 3 3A3 3 0 0015 9c0-1.654-1.344-3-2.998-3\"/></g>"},"pizza":{"body":"<path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.01 3 5.989 18-17.966-6S1.74 3 15.01 3\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.677 14.791a9.7 9.7 0 01.016-2.2 9.6 9.6 0 01.981-1.986 9.8 9.8 0 011.018-1.97 10.4 10.4 0 011.785-1.384 10.3 10.3 0 011.809-1.356 11 11 0 012.239-.506 10.6 10.6 0 012.247-.47\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M6 14.996c.3-1.14 2.338-1.365 3.387-1a2.77 2.77 0 011.613 3m8-1.072c-.661.308-1.484-.321-1.839-1.4s-.106-2.21.555-2.518\"/><path fill=\"currentColor\" d=\"M12.835 8.259a1.885 1.885 0 00-2.578 2.58.63.63 0 00.465.3.64.64 0 00.539-.184l.144-.123.811 1.164 1.78-1.78-1.166-.83.123-.127a.65.65 0 00.184-.54.63.63 0 00-.3-.464Z\"/>"},"play":{"body":"<g fill=\"none\"><path d=\"M18.9 10.257a2 2 0 010 3.486l-9.921 5.58A2 2 0 016 17.58V6.42a2 2 0 012.981-1.743Z\"/><path fill=\"currentColor\" d=\"M17.92 12 8 6.42v11.16zm2 0c0 .68-.34 1.36-1.019 1.743l-9.92 5.58C7.647 20.073 6 19.11 6 17.58V6.42c0-1.53 1.647-2.493 2.98-1.743l9.921 5.58A1.98 1.98 0 0119.921 12\"/></g>"},"plug-in":{"body":"<g fill=\"none\"><path d=\"M4.002 19a2 2 0 01-2-2v-7a2 2 0 012-2V7a2 2 0 012-2h3a2 2 0 012 2v1h2V7a2 2 0 012-2h3a2 2 0 012 2v1a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M20.002 17v-6.998h-2v-3H15v3H9.004v-3H6.002v1l-.004 2.002H4L4.002 17zm0 2h-16A2 2 0 012 17V9.998a2 2 0 012.002-1.996V6.998c0-1.105.895-1.996 2.002-1.996h2.998c1.107 0 2.002.89 2.002 1.996v1.004H13V6.998c0-1.105.895-1.996 2-1.996h3c1.106 0 2.002.89 2.002 1.996v1.004c1.105 0 2 .894 2 1.996V17a2 2 0 01-2 2\"/></g>"},"pointer":{"body":"<g stroke=\"currentColor\"><g fill=\"none\" stroke-width=\"2\" transform=\"translate(4 4)\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7\"/></g><g transform=\"translate(9 9)\"><circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"currentColor\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\" fill=\"none\"/></g></g>"},"printer":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M19.553 8H4.5A1.524 1.524 0 003 9.5v7A1.5 1.5 0 004.5 18H6v1.5A1.527 1.527 0 007.5 21h9a1.525 1.525 0 001.5-1.5V18h1.5a1.526 1.526 0 001.5-1.5V9.489A1.47 1.47 0 0019.553 8\"/><path fill=\"currentColor\" d=\"M5 9.999v6h3v3h8v-3h3V10zm-.5-2h15.053c.799 0 1.447.667 1.447 1.49v7.005c0 .823-.701 1.504-1.5 1.504H18v1.5c0 .818-.7 1.5-1.495 1.5H7.497c-.794 0-1.497-.682-1.497-1.5v-1.5H4.5a1.5 1.5 0 01-1.5-1.5v-7c0-.822.701-1.5 1.5-1.5\"/></g><g stroke-miterlimit=\"10\"><path d=\"M6 13.999h12v5.716a1.333 1.333 0 01-1.375 1.287h-9.25A1.333 1.333 0 016 19.715Z\"/><path fill=\"currentColor\" d=\"M8 15.999v3h8v-3zm-2-2h12v5.713c0 .71-.615 1.287-1.375 1.287h-9.25c-.76 0-1.375-.576-1.375-1.287z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M14 12h2\"/><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M16.001 5.998h-2v-2Z\"/><path stroke-miterlimit=\"10\" d=\"M8 9V5.195A1.2 1.2 0 019.21 4h4.912L16 5.813V9\"/></g></g>"},"profile":{"body":"<path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 14a4.96 4.96 0 01-4-2 3 3 0 003-3 3 3 0 00-3-3 4.96 4.96 0 014-2 4.96 4.96 0 014 2 3.006 3.006 0 00-3 3 3 3 0 003 3 4.96 4.96 0 01-4 2Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a6 6 0 016-6 6 6 0 016 6\"/><g fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(4 5)\"><circle cx=\"4\" cy=\"4\" r=\"4\" stroke=\"none\"/><circle cx=\"4\" cy=\"4\" r=\"3\" fill=\"none\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(12 5)\"><circle cx=\"4\" cy=\"4\" r=\"4\" stroke=\"none\"/><circle cx=\"4\" cy=\"4\" r=\"3\"/></g>"},"profile-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15.001 6h6m-3-3v6\"/><g fill=\"rgba(0,0,0,0)\"><path d=\"M8 16a4 4 0 01-3.333-1.788l-.166-.25-.277-.117a2 2 0 01-1.222-1.844c0-.807.48-1.53 1.222-1.844l.278-.117.166-.25A4 4 0 018.001 8c1.344 0 2.59.67 3.335 1.79l.167.25.277.118A2 2 0 0113 12c0 .806-.48 1.53-1.222 1.843l-.276.117-.167.25A4 4 0 018 16\"/><path fill=\"currentColor\" d=\"M8 15a3 3 0 002.503-1.342l.333-.5.554-.235a1 1 0 000-1.844l-.554-.235-.333-.5a3 3 0 00-5.002-.001l-.333.501-.555.234a1 1 0 00-.61.923 1 1 0 00.61.923l.554.234.333.5A3 3 0 008 15.001m0 2a5 5 0 01-4.165-2.235 3 3 0 01.001-5.53A5 5 0 018 7c1.74 0 3.272.889 4.168 2.237a3 3 0 010 5.529A5 5 0 018 17\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.001 22a4 4 0 018 0\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(2 9)\"><rect width=\"6\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(8.001 9)\"><rect width=\"6\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"push-pin-off":{"body":"<defs><clipPath id=\"svgID0\"><path fill=\"none\" stroke=\"#000\" d=\"M0 0h17.997v17.996H0z\"/></clipPath></defs><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g clip-path=\"url(#svgID0)\" transform=\"translate(3 3)\"><path d=\"M8.955 4.786 7.143 2.975A.82.82 0 016.9 2.4V1.395a.4.4 0 00-.681-.279L1.114 6.224a.4.4 0 00.279.68H2.4a.8.8 0 01.574.239l1.812 1.812m2.463 6.021a7.6 7.6 0 001.111 1.731.82.82 0 001.16.092l.047-.043 7.191-7.191a.824.824 0 000-1.164l-.045-.041a7.6 7.6 0 00-1.732-1.111\"/></g><path stroke-linecap=\"round\" d=\"m17 17 3 3M4 20 20 4\"/></g>"},"push-pin-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path d=\"M19.711 11.362c-2.283-1.92-4.212-1.7-5.044-1.466a.82.82 0 01-.806-.206l-3.715-3.714a.82.82 0 01-.24-.574V4.396a.4.4 0 00-.681-.279L4.117 9.225a.4.4 0 00.279.68h1.006a.82.82 0 01.574.239l3.715 3.715a.82.82 0 01.206.806c-.235.832-.454 2.762 1.466 5.044a.823.823 0 001.207.049l7.191-7.191a.823.823 0 00-.05-1.205Z\"/><path stroke-linecap=\"round\" d=\"m17 17 3 3\"/></g>"},"qrcode":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(2 16)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(16 2)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 12h8v2m1-11v5m-1 11v2h4v-6m2-3h4v3m-2 6h2v-2\"/></g>"},"question-badge":{"body":"<g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"currentColor\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 6.671a4.15 4.15 0 015.25-2.444A4.005 4.005 0 0114 8.004c0 2.665-4.116 4-4.116 4\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M10 17v-1\"/></g>"},"radio":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2.001 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g>"},"redo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M17.999 8H9.036A5.01 5.01 0 004 12.986v.027A5.01 5.01 0 009.036 18h3.981\"/><path stroke-linejoin=\"round\" d=\"m17 5 3 3-3 3\"/></g>"},"relations":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(2 6.75)\"><path d=\"m3 1.25 2 2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(1 -.75)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(10 4.75)\"><path d=\"M2 2.25v2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(1 -.75)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(17 6)\"><path d=\"M2 2 0 4\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(2)\"/></g><path stroke-linejoin=\"round\" d=\"M9 22a3 3 0 013-3 3 3 0 013 3\"/><g transform=\"translate(9 12)\"><rect width=\"6.001\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4.001\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g></g>"},"reload":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path d=\"M17 16.754A6.87 6.87 0 0111.92 19 6.96 6.96 0 015 12m2-5.18A7.25 7.25 0 0111.826 5 7.09 7.09 0 0119 12\"/><path d=\"m7 13-2-2-2 2m14-2 2 2 2-2\"/></g>"},"remove":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 12h16\"/>"},"remove-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" d=\"M7 12h10\"/></g>"},"reorder":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M4 14h16M4 10h16\"/><path stroke-linejoin=\"round\" d=\"m14.001 6.001-2-2-2 2M9.999 18l2 2 2-2\"/></g>"},"repeat":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 4 3 3-3 3M7 20l-3-3 3-3\"/><path d=\"M4 11V9a2.184 2.184 0 012.332-2H18m2 6v2a2.184 2.184 0 01-2.332 2H6\"/></g>"},"repository":{"body":"<g fill=\"none\"><path d=\"M4 21.002a2 2 0 01-2-2V6.27c0-1.133.859-2.26 1.717-2.264l6-.006.834.006L11.93 6.27H20a2 2 0 012 2v10.732a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"m20 19.002.002-10.73L20 8.27h-9.195l-.586-.96L9.422 6l-5.346.006a.6.6 0 00-.078.264L3.996 19q.003.001.002.002zm0 2H3.998c-1.103 0-2-.896-2-2V6.27c0-1.133.86-2.26 1.717-2.264l6-.006.834.006 1.379 2.264H20a2 2 0 012 2v10.732a2 2 0 01-2 2\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 14-2-2-2 2m2-1v4\"/></g>"},"request-form":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(3.5 3.5)\"><path d=\"M12.5 9.632a4.16 4.16 0 01-2.866 2.866m0-8A4.17 4.17 0 0112.5 7.366m-8 0a4.17 4.17 0 012.866-2.867m0 8a4.16 4.16 0 01-2.868-2.866m11.001.87c-.518 3.465-2.1 4.465-5 5m0-14a5.77 5.77 0 015 5m-14 0a5.78 5.78 0 015-5m0 14a5.63 5.63 0 01-5-5\"/><rect width=\"4\" height=\"5\" rx=\"1.333\" transform=\"translate(6.5 12.5)\"/><rect width=\"5\" height=\"4\" rx=\"1.333\" transform=\"translate(12.5 6.5)\"/><rect width=\"5\" height=\"4\" rx=\"1.333\" transform=\"translate(-.5 6.5)\"/><rect width=\"4\" height=\"5\" rx=\"1.333\" transform=\"translate(6.5 -.5)\"/></g>"},"resize-100":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.001 8.998v-4h-4M17 19.001h4v-4M7 4.999H3v4m-.001 6.003v4h4\"/><path fill=\"currentColor\" d=\"M6.121 16h3.877v-1.243H8.787V8l-2.789.824v1.333l1.494-.461v5.062H6.121Zm7.998 0h3.877v-1.243h-1.211V8l-2.789.824v1.333l1.494-.461v5.062h-1.371ZM11 10.964h1V9.501h-1Zm0 3.537h1v-1.464h-1Z\"/>"},"resize-height":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m14 9-2-2-2 2m-.001 6.002 2 2 2-2\"/><path d=\"M4 3h16M4 21h16\"/></g>"},"resize-width":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m14.999 14 2-2-2-2m-6.002-.001-2 2 2 2\"/><path d=\"M20.999 4v16m-18-16v16\"/></g>"},"search":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m15 15 6 6\"/><g fill=\"none\" transform=\"translate(3 3)\"><circle cx=\"7\" cy=\"7\" r=\"7\" stroke=\"none\"/><circle cx=\"7\" cy=\"7\" r=\"6\"/></g></g>"},"sequential-prerequisites":{"body":"<g transform=\"translate(4.884 5.999)\"><rect width=\"8\" height=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\".5\" transform=\"translate(7.117 -1.998)\"/><path fill=\"currentColor\" d=\"M-.795 2.091h.944V-.775l-1.032.254v-.976l2.165-.5v4.091h.835v.909H-.794Zm-.077 9.859a1.33 1.33 0 01.858-1.385l.908-.456a.48.48 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533h-.93v-.479A1.2 1.2 0 01.434 8.002h.341a1.2 1.2 0 011.317 1.367v.264a1.32 1.32 0 01-.857 1.368l-.9.458a.45.45 0 00-.279.456v.16H2.12v.926H-.868Z\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(7.115 9)\"><rect width=\"8\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"6\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.12 9V7.7a1.87 1.87 0 012-1.7h0a1.87 1.87 0 012 1.7V9\"/></g></g>"},"settings":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.75 3.762)\"><path d=\"M7.235 16.238h2.029l.248-1.992.344-.095a6 6 0 001.436-.595l.311-.18 1.585 1.237 1.437-1.437-1.237-1.585.18-.312a6 6 0 00.595-1.436l.095-.343 1.992-.247V7.222l-1.991-.247-.095-.344a6 6 0 00-.6-1.436l-.18-.311 1.237-1.585-1.432-1.438-1.586 1.238-.311-.18a6 6 0 00-1.435-.597l-.344-.095L9.265.236h-2.03l-.248 1.991-.344.095a6 6 0 00-1.435.6l-.311.18-1.586-1.241-1.437 1.437 1.237 1.586-.18.312a6 6 0 00-.6 1.435l-.095.345-1.986.246v2.03l1.991.248.095.344a6 6 0 00.6 1.435l.18.312-1.242 1.586 1.437 1.437 1.585-1.237.311.18a6 6 0 001.436.595l.344.095Z\"/><path fill=\"currentColor\" d=\"m9.265 16.238.248-1.992.344-.095c.512-.14.995-.34 1.435-.594l.311-.18 1.586 1.237 1.437-1.437-1.237-1.586.18-.312a6 6 0 00.595-1.435l.095-.343 1.991-.248v-2.03l-1.991-.248-.095-.344a6 6 0 00-.595-1.436l-.18-.311 1.237-1.586-1.437-1.437L11.603 3.1l-.31-.18a6 6 0 00-1.436-.595l-.344-.095L9.265.238h-2.03l-.248 1.991-.344.095c-.512.14-.994.34-1.435.595l-.311.18L3.31 1.861 1.874 3.298l1.237 1.586-.18.312c-.254.44-.455.923-.595 1.435l-.095.344-1.991.248v2.03l1.991.248.095.344c.14.512.34.994.595 1.434l.18.312-1.237 1.586 1.437 1.437 1.586-1.237.31.18c.442.254.924.454 1.436.594l.344.095.248 1.992zm0 2h-2.03a2 2 0 01-1.984-1.753l-.091-.73-.04-.016-.579.452a2 2 0 01-2.644-.163L.46 14.591a2 2 0 01-.163-2.644l.452-.579-.017-.04-.73-.09A2 2 0 01-1.75 9.252v-2.03A2 2 0 01.004 5.238l.728-.09.017-.04-.452-.58A2 2 0 01.46 1.885L1.897.447A2 2 0 014.542.285l.578.451.04-.016.09-.73a2 2 0 011.985-1.752h2.03a2 2 0 011.984 1.753l.091.729.04.016.578-.451a2 2 0 012.645.162l1.437 1.437a2 2 0 01.163 2.645l-.452.578.017.04.728.091a2 2 0 011.754 1.985v2.03a2 2 0 01-1.753 1.984l-.73.091-.016.04.452.579a2 2 0 01-.163 2.644l-1.437 1.437a2 2 0 01-2.644.163l-.58-.452-.039.017-.09.73a2 2 0 01-1.985 1.752\"/><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(5.25 5.238)\"/></g>"},"share":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(4.207 3.75) translate(-.207 5.25)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(4.207 3.75) translate(9.793 11.25)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(4.207 3.75) translate(9.793 -.75)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15 17-6-4m6-6-6 4\"/></g>"},"sketch":{"body":"<rect fill=\"none\"/><g fill=\"none\"><path d=\"M15.33 4a2 2 0 011.743 1.019l3.375 6a2 2 0 010 1.961l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.019l-3.375-6a2 2 0 010-1.961l3.375-6A2 2 0 018.67 4Z\"/><path fill=\"currentColor\" d=\"m8.67 6-3.375 6 3.375 6h6.66l3.375-6-3.375-6zm0-2h6.66a2 2 0 011.743 1.02l3.375 6a2 2 0 010 1.96l-3.375 6A2 2 0 0115.33 20H8.67a2 2 0 01-1.743-1.02l-3.375-6a2 2 0 010-1.96l3.375-6A2 2 0 018.67 4\"/></g>"},"skills":{"body":"<g transform=\"translate(2.988 2.25)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.012 19.75a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(6.012 9.75)\"><rect width=\"6.001\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4.001\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g><rect width=\"5\" height=\"5\" fill=\"currentColor\" rx=\"1\" transform=\"translate(-.988 3.75)\"/><path fill=\"currentColor\" d=\"M14.648 4.231a1 1 0 011.728 0l1.759 3.019a1 1 0 01-.864 1.5h-3.518a1 1 0 01-.864-1.5ZM8.405.214a1 1 0 011.214 0l1.839 1.4a1 1 0 01.348 1.09l-.722 2.346a1 1 0 01-.955.7H7.896a1 1 0 01-.955-.7l-.723-2.342a1 1 0 01.348-1.09Z\"/></g>"},"skip-back":{"body":"<g fill=\"none\"><path d=\"M5.039 13.736a2 2 0 010-3.473l7.969-4.554A2 2 0 0116 7.446v9.108a2 2 0 01-2.992 1.736Z\"/><path fill=\"currentColor\" d=\"M6.031 12 14 16.554V7.446zm-2 0a1.98 1.98 0 011.008-1.736l7.969-4.554C14.34 4.948 16 5.91 16 7.446v9.108c0 1.535-1.659 2.498-2.992 1.736l-7.97-4.554A1.98 1.98 0 014.032 12\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M19 6v12\"/></g>"},"skip-forward":{"body":"<g fill=\"none\"><path d=\"M18.961 10.264a2 2 0 010 3.473l-7.969 4.554A2 2 0 018 16.554V7.446a2 2 0 012.992-1.736Z\"/><path fill=\"currentColor\" d=\"m17.969 12-7.97-4.554v9.108zm2 0a1.98 1.98 0 01-1.008 1.736l-7.969 4.554C9.659 19.052 8 18.09 8 16.554V7.446c0-1.535 1.659-2.498 2.992-1.736l7.97 4.554A1.98 1.98 0 0119.969 12\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M5 6v12\"/></g>"},"sms":{"body":"<g fill=\"none\"><path d=\"M5 4h14a3 3 0 013 3v8a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3\"/><path fill=\"currentColor\" d=\"M4.999 6c-.55 0-1 .449-1 1v8c0 .552.45 1 1 1H19a1 1 0 001-1V7c0-.551-.448-1-1-1zm0-2h14a3 3 0 013 3v8a3 3 0 01-3 3h-14a3 3 0 01-3-3V7a3 3 0 013-3\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 9h8m-8 4.001h5\"/><path d=\"M6 17h4l-4 4Z\"/><path fill=\"currentColor\" d=\"M5.999 17h4l-4 4z\"/></g>"},"sso-access":{"body":"<g fill=\"none\"><g stroke-linecap=\"round\"><path d=\"M18.002 18.002h-12a4 4 0 01-1.977-7.479 5 5 0 014.977-4.52 5 5 0 01.5.025 6 6 0 0110.5 3.974q0 .264-.021.521a4 4 0 01-1.979 7.479\"/><path fill=\"currentColor\" d=\"M18 16a2 2 0 001.998-1.996c0-.72-.387-1.389-1.012-1.744l-1.103-.63.1-1.267q.015-.192.015-.363a4.001 4.001 0 00-6.994-2.646l-.684.771-1.025-.11a2.986 2.986 0 00-3.28 2.695l-.097 1.034-.9.514a2.02 2.02 0 00-1.014 1.746C4.004 15.106 4.9 16 6.002 16zm0 2H6.002a4 4 0 01-3.998-3.996c0-1.492.814-2.793 2.021-3.482a5 5 0 015.48-4.495 6 6 0 014.497-2.023 5.996 5.996 0 015.975 6.518 4 4 0 012.021 3.482A3.996 3.996 0 0118 18\"/></g><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M11.999 11v3\"/><g transform=\"translate(9.999 8)\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"/><circle cx=\"2\" cy=\"2\" r=\"1\"/></g></g></g>"},"star":{"body":"<path fill=\"none\" stroke=\"currentColor\" d=\"m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z\"/>"},"star-active":{"body":"<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 4 1.889 6.111H20l-4.944 3.778L16.944 20 12 16.223 7.056 20l1.888-6.111L4 10.111h6.111Z\"/>"},"success":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" transform=\"translate(2.751 3)\"><rect width=\"4\" height=\"10\" rx=\"2\" transform=\"translate(.25 7.001)\"/><path stroke-linecap=\"round\" d=\"M16.066 8.914h-.885l.069-.48h.816a1.188 1.188 0 000-2.375h-1.959L11.253 6s.617-4.309-2-5.754c-1.683-.834-2 .754-2 .754v3l-1 1s-2 1.856-2 3.019V15a1.868 1.868 0 002 2h8.185a1.188 1.188 0 000-2.375h-.08l.069-.481h.825a1.188 1.188 0 000-2.375h-.486l.069-.481h1.231a1.188 1.188 0 000-2.375Z\"/></g>"},"sun":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(7 7)\"><circle cx=\"5\" cy=\"5\" r=\"5\" stroke=\"none\"/><circle cx=\"5\" cy=\"5\" r=\"4\"/></g><path stroke-linecap=\"round\" d=\"M12 4V3m0 18v-1m8-8h1M3 12h1m14 6.001 1 1M5 4.999l1 1m12 0 1-1M5 19.001l1-1\"/></g>"},"sunrise":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M6 17a6 6 0 016-6 6 6 0 016 6Z\"/><path fill=\"currentColor\" d=\"M15.464 15A4 4 0 0012 13a4 4 0 00-3.463 2zm2.537 2H6a6 6 0 016-6 6 6 0 016 6\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 8V7m-9 9h18M5.001 8.999l1 1m11.999 0 1-1\"/></g>"},"support":{"body":"<g stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(5.25 4.75)\"><path fill=\"none\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M1.75 4.251a5 5 0 0110 0\"/><g fill=\"none\" stroke-width=\"2\" transform=\"translate(-1.25 4.25)\"><rect width=\"6\" height=\"7\" rx=\"2.004\" stroke=\"none\"/><rect width=\"4\" height=\"5\" x=\"1\" y=\"1\" rx=\"1.004\"/></g><g fill=\"none\" stroke-width=\"2\" transform=\"translate(8.75 4.25)\"><rect width=\"6\" height=\"7\" rx=\"2.004\" stroke=\"none\"/><rect width=\"4\" height=\"5\" x=\"1\" y=\"1\" rx=\"1.004\"/></g><path fill=\"none\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M11.747 10.25v2a2.8 2.8 0 01-2.522 3H8.75\"/><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"currentColor\" stroke-linecap=\"round\" transform=\"translate(6.75 14.25)\"/></g>"},"survey":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 2H8a.88.88 0 00-1 1v6a.88.88 0 001 1h2l.5 1.5c.266.7.573.528.8.3L13 10h7a.88.88 0 001-1V3a.88.88 0 00-1-1\"/><path fill=\"currentColor\" d=\"M9 4v4h1a2 2 0 011.5.677l.048-.052A2 2 0 0113 8h6V4zM8 2h12c.673 0 1 .332 1 1v6c0 .67-.327 1-1 1h-7l-1.703 1.797c-.228.227-.535.404-.8-.3L10 10H8c-.673 0-1-.33-1-1V3c0-.668.327-1 1-1\"/></g><path fill=\"currentColor\" d=\"M12.99 5.74a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053m4 0a.12.12 0 00-.049-.053.2.2 0 00-.065-.022l-.421-.064a.2.2 0 01-.085-.04.2.2 0 01-.063-.072l-.188-.4a.2.2 0 00-.045-.062.1.1 0 00-.073-.027.1.1 0 00-.073.029.2.2 0 00-.045.062l-.188.4a.2.2 0 01-.063.072.2.2 0 01-.085.04l-.421.064a.16.16 0 00-.084.036.1.1 0 00-.03.039.1.1 0 00-.011.05.14.14 0 00.015.061.2.2 0 00.036.049l.3.31a.2.2 0 01.041.07.3.3 0 01.017.088v.024l-.072.438v.037a.14.14 0 00.029.091.1.1 0 00.04.031.1.1 0 00.047.01.2.2 0 00.079-.023l.376-.207a.2.2 0 01.091-.02.2.2 0 01.091.02l.377.207a.2.2 0 00.079.023.1.1 0 00.047-.01.1.1 0 00.053-.052.2.2 0 00.015-.07v-.037l-.072-.438v-.023a.3.3 0 01.017-.088.2.2 0 01.041-.07l.3-.31a.2.2 0 00.036-.049.14.14 0 00.015-.061.1.1 0 00-.009-.053\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(4 12)\"><rect width=\"6.001\" height=\"6.001\" rx=\"3\" stroke=\"none\"/><rect width=\"4.001\" height=\"4.001\" x=\"1\" y=\"1\" rx=\"2\"/></g>"},"table":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g transform=\"translate(2 5)\"><rect width=\"20\" height=\"14\" rx=\"2\" stroke=\"none\"/><rect width=\"18\" height=\"12\" x=\"1\" y=\"1\" rx=\"1\"/></g><path d=\"M9 5v13m-7-8h20M2 14h20\"/></g>"},"tematic-channels":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M12 4v17m4 0H8\"/><path d=\"M12 5h6.412L20 6.833 18.412 9H12Zm0 7H5.588L4 10.167 5.588 8H12Z\"/></g>"},"test":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(3 4)\"><rect width=\"7\" height=\"7\" rx=\"1.996\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\".996\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(3 13)\"><rect width=\"7\" height=\"7\" rx=\"1.996\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\"1\" y=\"1\" rx=\".996\"/></g><path stroke-linejoin=\"round\" d=\"m-19.121-33.411-2.844 10.626.674 3.286 2.224-2.51 2.844-10.627Z\"/></g>"},"text-body":{"body":"<path fill=\"currentColor\" d=\"M3.265 18.07h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931H3.265Zm10 0h2.953V7.67l-3.217.992v-2.07l5.41-1.591V18.07h2.59v1.931h-7.736Z\"/>"},"text-edit":{"body":"<path fill=\"currentColor\" d=\"M7.56 14.951H4.445L3.867 17H2l2.706-9h2.593l2.7 9H8.133Zm-.38-1.35-.551-1.961c-.209-.76-.4-1.459-.63-2.34-.221.882-.42 1.581-.624 2.34l-.55 1.961Zm9.821-2.061v5.351H15.72l-.156-.642-1.013.426a3.8 3.8 0 01-1.47.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.345.851-2.121 2.757-2.121h1.552v-1.122c0-.585-.209-.912-.863-.912h-.561c-.556 0-.857.179-.857.689v.562h-1.716v-.462c0-1.423.956-2.225 2.594-2.225h.51c1.598 0 2.583.684 2.583 2.539m-1.691 2.188h-1.593c-.667 0-.979.2-.979.685v.461c0 .487.248.729.672.729a2 2 0 00.77-.167l1.124-.339ZM20.001 4h2v16h-2Z\"/>"},"text-style":{"body":"<path fill=\"currentColor\" d=\"M9.646 15.041H5.363L4.563 18H2L5.721 5h3.566L13 18h-2.566Zm-.523-1.95-.756-2.832c-.288-1.1-.553-2.108-.866-3.381-.3 1.273-.577 2.283-.858 3.381l-.756 2.832Zm12.876-1.92v6.688h-1.706l-.208-.8-1.351.532a5.4 5.4 0 01-1.961.408 2.592 2.592 0 01-2.771-2.85v-.161c0-1.68 1.135-2.651 3.674-2.651h2.068v-1.4c0-.731-.278-1.14-1.15-1.14h-.748c-.742 0-1.142.224-1.142.863v.7H14.42v-.576c0-1.78 1.274-2.782 3.458-2.782h.678c2.131-.002 3.443.854 3.443 3.169m-2.254 2.736h-2.122c-.887 0-1.3.246-1.3.855v.577a.81.81 0 00.895.91 2.8 2.8 0 001.027-.209l1.5-.423Z\"/>"},"time":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g stroke-miterlimit=\"10\" transform=\"translate(2 2)\"><circle cx=\"10\" cy=\"10\" r=\"10\" stroke=\"none\"/><circle cx=\"10\" cy=\"10\" r=\"9\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14 10-2 2 3 3\"/></g>"},"toilet-paper":{"body":"<g transform=\"translate(3.709 3.6)\"><ellipse cx=\"2.5\" cy=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" rx=\"2.5\" ry=\"6\" transform=\"translate(12.291 .4)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.291.4h-12a2.652 2.652 0 00-3 3v14h13v-10\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.291 10.4h1m-4 0h1m5 0h1\"/><ellipse cx=\".5\" cy=\"1\" fill=\"currentColor\" rx=\".5\" ry=\"1\" transform=\"translate(14.291 5.401)\"/></g>"},"training-points":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><g transform=\"translate(2 6)\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7\"/></g><g transform=\"translate(6 10)\"><circle cx=\"4\" cy=\"4\" r=\"4\" stroke=\"none\"/><circle cx=\"4\" cy=\"4\" r=\"3\"/></g><path stroke-linecap=\"round\" d=\"m10 14 7-7\"/><path stroke-linejoin=\"round\" d=\"m19 3-2 2-.001 2h2l2-2Z\"/></g>"},"trash":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path d=\"M5 4.999h14v13a3 3 0 01-3 3H8a3 3 0 01-3-3z\" stroke=\"none\"/><path d=\"M7 5.999h10a1 1 0 011 1v11a2 2 0 01-2 2H8a2 2 0 01-2-2v-11a1 1 0 011-1Z\"/><path stroke-linecap=\"round\" d=\"M4 6h16\"/><path d=\"M14.998 6h-6V4a1 1 0 011-1h4a1 1 0 011 1z\" stroke=\"none\"/><path d=\"M13.998 5h-4V4h4z\"/><path stroke-linecap=\"round\" d=\"M10 10v6m4-6v6\"/></g>"},"underline":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 6v5a4 4 0 108 0V6M6 19h12\"/>"},"undo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-miterlimit=\"10\" d=\"M6.001 8.001h8.966a5.01 5.01 0 015.036 4.986v.027a5.01 5.01 0 01-5.036 4.987h-3.984\"/><path stroke-linejoin=\"round\" d=\"M7 5 4 8l3 3\"/></g>"},"unlock":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.033 11-.993-.993a3.484 3.484 0 010-4.966h0a3.484 3.484 0 014.967 0l.993.993\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M12 14.998v2\"/><g stroke-miterlimit=\"10\" transform=\"translate(4 10)\"><rect width=\"16\" height=\"12\" rx=\"3\" stroke=\"none\"/><rect width=\"14\" height=\"10\" x=\"1\" y=\"1\" rx=\"2\"/></g></g>"},"upload":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 7-3-3-3 3m3-3v10m8 1v3H4v-3\"/>"},"user":{"body":"<rect width=\"10\" height=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" rx=\"5\" transform=\"translate(7 4)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a6 6 0 016-6 6 6 0 016 6\"/>"},"user-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15 6h6m-3-3v6\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(3 7)\"><rect width=\"10\" height=\"10.001\" rx=\"5\" stroke=\"none\"/><rect width=\"8\" height=\"8.001\" x=\"1\" y=\"1\" rx=\"4\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22a4 4 0 018 0\"/>"},"user-badge":{"body":"<path fill=\"currentColor\" d=\"m12.624 3.539 1.537-1.306a.975.975 0 011.58.537l.509 2a1 1 0 001.009.768l1.977-.112a1.028 1.028 0 01.977 1.406L19.5 8.765a1.06 1.06 0 00.386 1.242l1.662 1.125a1.06 1.06 0 010 1.738l-1.662 1.126a1.06 1.06 0 00-.386 1.24l.713 1.932a1.028 1.028 0 01-.977 1.406l-1.977-.112a1 1 0 00-1.009.768l-.509 2a.975.975 0 01-1.58.537l-1.537-1.306a.955.955 0 00-1.248 0l-1.537 1.306a.975.975 0 01-1.58-.537l-.509-2a1 1 0 00-1.009-.768l-1.977.112a1.028 1.028 0 01-.977-1.406l.713-1.932a1.06 1.06 0 00-.386-1.242l-1.662-1.125a1.06 1.06 0 010-1.738l1.662-1.125A1.06 1.06 0 004.5 8.765l-.713-1.932a1.028 1.028 0 01.977-1.406l1.977.112a1 1 0 001.009-.768l.509-2a.975.975 0 011.58-.537l1.537 1.306a.955.955 0 001.248-.001\"/><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 7a3 3 0 11-3 3 3 3 0 013-3Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.001 17a3 3 0 013-3 3 3 0 013 3\"/>"},"video-off":{"body":"<path fill=\"currentColor\" d=\"M5 15.242V8h7.243l2-2H4.868A1.8 1.8 0 003 7.715v8.569a1.6 1.6 0 00.2.758Zm10-1.515V16h-2.273l-2 2h4.4A1.8 1.8 0 0017 16.284v-4.557Z\"/><path fill=\"currentColor\" d=\"M21.351 8a.64.64 0 00-.373.121l-1.3.925-3.44 3.443c.013.01.018.026.031.035l4.709 3.356A.646.646 0 0022 15.356v-6.71A.646.646 0 0021.351 8\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 20 20 4\"/>"},"video-on":{"body":"<g stroke-linecap=\"round\" stroke-linejoin=\"round\"><g fill=\"currentColor\"><path d=\"M21 14.666 17.257 12l3.741-2.666z\"/><path d=\"M20 11.275 18.98 12l1.018.726zM21.351 8c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523l-4.71-3.355a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12\"/></g><g fill=\"none\"><path d=\"M4.868 5.999h10.264A1.8 1.8 0 0117 7.714v8.57a1.8 1.8 0 01-1.868 1.715H4.868A1.8 1.8 0 013 16.284v-8.57a1.8 1.8 0 011.868-1.715\"/><path fill=\"currentColor\" d=\"M5 7.999v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H4.868C3.836 17.999 3 17.231 3 16.284v-8.57C3 6.767 3.836 6 4.868 6\"/></g></g>"},"video-rec":{"body":"<g transform=\"translate(3.709 5.695)\"><g stroke-linecap=\"round\" stroke-linejoin=\"round\"><g fill=\"currentColor\"><path d=\"m17.29 8.971-3.74-2.666 3.74-2.665z\"/><path d=\"m16.29 5.58-1.018.725 1.018.726zm1.352-3.275c.335 0 .648.265.648.646v6.71a.646.646 0 01-1.02.523L12.56 6.83a.642.642 0 010-1.047l4.71-3.356a.64.64 0 01.372-.12\"/></g><g fill=\"none\"><path d=\"M1.159.304h10.264a1.8 1.8 0 011.868 1.715v8.57a1.8 1.8 0 01-1.868 1.715H1.159a1.8 1.8 0 01-1.868-1.715v-8.57A1.8 1.8 0 011.159.304\"/><path fill=\"currentColor\" d=\"M1.291 2.304v8h10v-8zm-.132-2h10.264c1.032 0 1.868.768 1.868 1.715v8.57c0 .947-.836 1.715-1.868 1.715H1.16c-1.032 0-1.868-.768-1.868-1.715v-8.57c0-.947.836-1.715 1.868-1.715\"/></g></g><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" fill=\"currentColor\" transform=\"translate(-1.709 -.695)\"/></g>"},"view":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" transform=\"translate(5.25 6.75)\"><path d=\"M12.75 13.25h-8a3 3 0 01-3-3v-1h7a3 3 0 003-3v-4h1a3 3 0 013 3v5a3 3 0 01-3 3Z\"/><rect width=\"14\" height=\"11\" stroke-miterlimit=\"10\" rx=\"3\" transform=\"translate(-2.25 -1.75)\"/></g>"},"view-card":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 8)\"><rect width=\"11\" height=\"9\" rx=\"2\" stroke=\"none\"/><rect width=\"9\" height=\"7\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(15 8)\"><rect width=\"7\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g>"},"view-list":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 5)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(2 13)\"><rect width=\"6\" height=\"6\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\"1\" y=\"1\" rx=\"1\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M11 10h5m-5 8h5M11 6h10m-10 8h10\"/>"},"voice-off":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M12.001 17.5V21\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M9.001 21h6\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M11.001 8.743V5a1 1 0 012 0v1.743l1.976-1.976A2.992 2.992 0 009.001 5v5.743Zm3.047 5.438q.07-.065.134-.134Zm-7.877-.608 1.83-1.83V11a1 1 0 00-2 0v1.386a6 6 0 00.17 1.188\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M16.001 12.227v.083a3.835 3.835 0 01-3.755 3.672l-1.845 1.845a5.5 5.5 0 001.365.173h.2a5.86 5.86 0 006.035-5.653V11a.98.98 0 00-.2-.571Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m4.001 20 16-16\"/>"},"voice-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><g transform=\"translate(9 2.001)\"><rect width=\"6\" height=\"13\" rx=\"3\" stroke=\"none\"/><rect width=\"4\" height=\"11\" x=\"1\" y=\"1\" rx=\"2\"/></g><path stroke-linecap=\"round\" d=\"M17 11v1.348a4.836 4.836 0 01-5 4.653h0a4.836 4.836 0 01-5-4.653V11\"/><path d=\"M12 17.001v3\"/><path stroke-linecap=\"round\" d=\"M9 21.001h6\"/></g>"},"volume-down":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M19.002 9.999a2.552 2.552 0 010 4\"/><g stroke-linejoin=\"round\"><path d=\"M3 14.517a1.67 1.67 0 001.479 1.48h4.76a1.4 1.4 0 01.837.276l3.776 2.446A1.326 1.326 0 0016 17.794v-11.6a1.326 1.326 0 00-2.148-.925l-3.776 2.446a1.4 1.4 0 01-.837.276h-4.76A1.69 1.69 0 003 9.491Z\"/><path fill=\"currentColor\" d=\"M14 16.435v-8.87L11.211 9.37a3.4 3.4 0 01-1.972.63h-4.24v4h4.24c.708 0 1.404.222 1.972.628zM14.681 19c-.285 0-.576-.087-.83-.278l-3.775-2.446A1.4 1.4 0 009.239 16h-4.76c-.725 0-1.48-.818-1.48-1.48V9.496C3 8.834 3.755 8 4.48 8h4.76c.306 0 .602-.098.837-.277l3.776-2.446c.855-.647 2.148-.09 2.148.925v11.595c0 .715-.64 1.203-1.319 1.203\"/></g></g>"},"volume-off":{"body":"<g fill=\"none\"><g stroke-linejoin=\"round\"><path d=\"M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z\"/><path fill=\"currentColor\" d=\"M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"m16 14 4-4m-4 0 4 4\"/></g>"},"volume-up":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M15.001 8.999a5.075 5.075 0 010 6m4.001-7a8.6 8.6 0 010 8\"/><g stroke-linejoin=\"round\"><path d=\"M2.001 13.853a1.89 1.89 0 001.5 1.384h3.5a1.23 1.23 0 01.708.219l3.292 2.32c.724.513 2 .086 2-.719V6.947c0-.8-1.276-1.239-2-.726l-3 2.332a2.3 2.3 0 01-1 .214h-3.5a1.88 1.88 0 00-1.5 1.385Z\"/><path fill=\"currentColor\" d=\"M11 15.33V8.754l-1.772 1.378-.069.051c-.782.556-1.935.584-2.158.584H4v2.47h3c.667 0 1.328.208 1.861.585zm.75 2.67c-.267 0-.533-.07-.75-.224l-3.292-2.32A1.23 1.23 0 007 15.237H3.505C2.89 15.237 2 14.378 2 13.853v-3.7c0-.525.887-1.386 1.5-1.386H7c.259 0 .8-.073 1-.214l3-2.332c.724-.513 2-.079 2 .726v10.11c0 .564-.626.942-1.25.942\"/></g></g>"},"warning":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.577 3.833a1.632 1.632 0 012.846 0l4.177 7.334 4.178 7.334a1.666 1.666 0 01-1.423 2.5H3.645a1.666 1.666 0 01-1.423-2.5L6.4 11.167Z\"/><path fill=\"currentColor\" d=\"M12 5.375 4.24 19h15.52zM12 3c.553 0 1.107.278 1.423.833l8.354 14.668C22.41 19.612 21.619 21 20.354 21H3.645c-1.264 0-2.055-1.388-1.423-2.5l8.355-14.666c.316-.555.87-.833 1.423-.833\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 9v4m0 4\"/></g>"},"webinar":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M15 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0115 14.5\"/><path fill=\"currentColor\" d=\"M16.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0116.5 13\"/><path d=\"M8 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 018 19.5\"/><path fill=\"currentColor\" d=\"M9.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 019.5 18\"/><path d=\"M13 19.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 0113 19.5\"/><path fill=\"currentColor\" d=\"M14.5 18c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0114.5 18\"/><path d=\"M10.5 14.5a1.5 1.5 0 11.44 1.06 1.5 1.5 0 01-.44-1.06\"/><path fill=\"currentColor\" d=\"M12 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 0112 13\"/><path d=\"M6 14.5a1.5 1.5 0 11.44 1.06A1.5 1.5 0 016 14.5\"/><path fill=\"currentColor\" d=\"M7.5 13c.415 0 .788.167 1.06.439.273.272.44.646.44 1.061s-.167.788-.44 1.06a1.495 1.495 0 01-2.12 0A1.497 1.497 0 017.5 13\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M3.001 13V5a1.845 1.845 0 012-2h14a1.845 1.845 0 012 2v8\"/></g>"},"whiteboard":{"body":"<rect fill=\"none\"/><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"m4 20 4-6m4 6v-6m8 6-4-6\"/><g stroke-miterlimit=\"10\" transform=\"translate(2.998 3)\"><rect width=\"18.005\" height=\"12\" rx=\"3\" stroke=\"none\"/><rect width=\"16.005\" height=\"10\" x=\"1\" y=\"1\" rx=\"2\"/></g><path d=\"M6.999 10.182c1.425-1 3.163-3.181 6-3.181-1.206 3.762 2.527 4.983 4 3.181\"/></g>"},"wine":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M17.919 15.986C20.986 14.639 19.757 9 19.757 9h-5.513s-1.23 5.639 1.838 6.986a1.7 1.7 0 00.4.014h1.062a1.5 1.5 0 00.375-.014M16.999 17v4M19 21h-4\"/><path d=\"M4.952 21a1.2 1.2 0 01-.652-.3A1 1 0 014 20v-9c.015-.318 0-1 0-1l1.5-3V3h3v4l1.5 3c.01.009-.015.682 0 1v9a1 1 0 01-.3.7.85.85 0 01-.7.3Z\"/><path d=\"M4 12.001h3v6H4z\"/></g>"},"zip":{"body":"<g stroke=\"currentColor\"><path fill=\"currentColor\" d=\"M18.001 17a1 1 0 101 1 1 1 0 00-1-1Z\"/><path fill=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"2\" d=\"M4 5v4m4-4v4m4-4v4\"/><g fill=\"none\" stroke-miterlimit=\"10\" stroke-width=\"2\" transform=\"translate(15 4)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><path d=\"M1 1h4v4H1z\"/></g><path fill=\"none\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.918 21a2.78 2.78 0 01-2.912-3.108L15.984 13h4.033l.978 4.892A2.78 2.78 0 0118.083 21Z\"/></g>"},"zoom-in":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m15 15 6 6\"/><g fill=\"none\" transform=\"translate(3 3)\"><circle cx=\"7\" cy=\"7\" r=\"7\" stroke=\"none\"/><circle cx=\"7\" cy=\"7\" r=\"6\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"M8 10h4m-2-2v4\"/></g>"},"zoom-out":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"2\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m15 15 6 6\"/><g fill=\"none\" transform=\"translate(3 3)\"><circle cx=\"7\" cy=\"7\" r=\"7\" stroke=\"none\"/><circle cx=\"7\" cy=\"7\" r=\"6\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"M8 10h4\"/></g>"}},"width":24,"height":24}
|