@volverjs/ui-vue 0.0.1-beta.8 → 0.0.2
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/LICENSE +21 -0
- package/README.md +108 -56
- package/bin/icons.cjs +73 -0
- package/bin/icons.js +75 -0
- package/dist/{DesignSystem.d.ts → Volver.d.ts} +22 -18
- package/dist/components/VvAccordion/VvAccordion.es.js +165 -0
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -0
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +32 -97
- package/dist/components/VvAccordion/index.d.ts +46 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +243 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +77 -151
- package/dist/components/VvAccordionGroup/{VvAccordionGroup.d.ts → index.d.ts} +30 -13
- package/dist/components/VvBadge/VvBadge.es.js +62 -0
- package/dist/components/VvBadge/VvBadge.umd.js +1 -0
- package/dist/components/VvBadge/VvBadge.vue.d.ts +13 -54
- package/dist/components/VvBadge/{VvBadge.d.ts → index.d.ts} +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +93 -0
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -0
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +33 -107
- package/dist/components/VvBreadcrumb/{VvBreadcrumb.d.ts → index.d.ts} +2 -3
- package/dist/components/VvButton/VvButton.es.js +439 -0
- package/dist/components/VvButton/VvButton.umd.js +1 -0
- package/dist/components/VvButton/VvButton.vue.d.ts +100 -199
- package/dist/components/VvButton/index.d.ts +132 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +107 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +92 -186
- package/dist/components/VvButtonGroup/index.d.ts +54 -0
- package/dist/components/VvCard/VvCard.es.js +77 -0
- package/dist/components/VvCard/VvCard.umd.js +1 -0
- package/dist/components/VvCard/VvCard.vue.d.ts +16 -61
- package/dist/components/VvCard/{VvCard.d.ts → index.d.ts} +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +357 -0
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -0
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +74 -0
- package/dist/components/VvCheckbox/index.d.ts +54 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +435 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +82 -0
- package/dist/components/VvCheckboxGroup/index.d.ts +32 -0
- package/dist/components/VvCombobox/VvCombobox.es.js +775 -0
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -0
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +175 -0
- package/dist/components/VvCombobox/index.d.ts +108 -0
- package/dist/components/VvDialog/VvDialog.es.js +200 -0
- package/dist/components/VvDialog/VvDialog.umd.js +1 -0
- package/dist/components/VvDialog/VvDialog.vue.d.ts +28 -132
- package/dist/components/VvDialog/{VvDialog.d.ts → index.d.ts} +2 -6
- package/dist/components/VvDropdown/VvDropdown.es.js +227 -0
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -0
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +59 -146
- package/dist/components/VvDropdown/index.d.ts +49 -0
- package/dist/components/VvIcon/VvIcon.es.js +124 -0
- package/dist/components/VvIcon/VvIcon.umd.js +1 -0
- package/dist/components/VvIcon/VvIcon.vue.d.ts +36 -150
- package/dist/components/VvIcon/{VvIcon.d.ts → index.d.ts} +9 -0
- package/dist/components/VvInputText/VvInputClearAction.d.ts +36 -0
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +56 -0
- package/dist/components/VvInputText/VvInputStepAction.d.ts +37 -0
- package/dist/components/VvInputText/VvInputText.es.js +772 -0
- package/dist/components/VvInputText/VvInputText.umd.js +1 -0
- package/dist/components/VvInputText/VvInputText.vue.d.ts +211 -288
- package/dist/components/VvInputText/VvInputTextActions.d.ts +1 -1
- package/dist/components/VvInputText/index.d.ts +182 -0
- package/dist/components/VvProgress/VvProgress.es.js +71 -0
- package/dist/components/VvProgress/VvProgress.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.vue.d.ts +20 -107
- package/dist/components/VvProgress/index.d.ts +30 -0
- package/dist/components/VvRadio/VvRadio.es.js +320 -0
- package/dist/components/VvRadio/VvRadio.umd.js +1 -0
- package/dist/components/VvRadio/VvRadio.vue.d.ts +55 -125
- package/dist/components/VvRadio/index.d.ts +40 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +398 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +56 -238
- package/dist/components/VvRadioGroup/index.d.ts +32 -0
- package/dist/components/VvSelect/VvSelect.es.js +434 -0
- package/dist/components/VvSelect/VvSelect.umd.js +1 -0
- package/dist/components/VvSelect/VvSelect.vue.d.ts +125 -263
- package/dist/components/VvSelect/index.d.ts +89 -0
- package/dist/components/VvTextarea/VvTextarea.es.js +471 -0
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -0
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +140 -321
- package/dist/components/VvTextarea/index.d.ts +102 -0
- package/dist/components/common/HintSlot.d.ts +12 -6
- package/dist/components/index.d.ts +19 -12
- package/dist/components/index.es.js +2379 -0
- package/dist/components/index.umd.js +1 -0
- package/dist/composables/group/types/IAccordionGroupState.d.ts +3 -4
- package/dist/composables/group/types/IButtonGroupState.d.ts +5 -11
- package/dist/composables/group/types/IGroupState.d.ts +3 -6
- package/dist/composables/group/types/IInputGroup.d.ts +1 -4
- package/dist/composables/group/useInjectedGroupState.d.ts +4 -4
- package/dist/composables/group/useProvideGroupState.d.ts +2 -2
- package/dist/composables/useComponentFocus.d.ts +4 -0
- package/dist/composables/{icons/useComponentIcons.d.ts → useComponentIcons.d.ts} +3 -2
- package/dist/composables/useDebouncedInput.d.ts +2 -0
- package/dist/composables/useOptions.d.ts +6 -0
- package/dist/composables/useTextCount.d.ts +10 -0
- package/dist/constants.d.ts +4 -4
- package/dist/icons.d.ts +1881 -0
- package/dist/icons.es.js +12 -14
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +9 -4
- package/dist/index.es.js +2420 -0
- package/dist/index.umd.js +1 -0
- package/dist/props/index.d.ts +328 -30
- package/dist/resolvers/unplugin.d.ts +27 -0
- package/dist/resolvers/unplugin.es.js +42 -0
- package/dist/resolvers/unplugin.umd.js +1 -0
- package/dist/stories/Accordion/Accordion.settings.d.ts +63 -0
- package/dist/stories/Accordion/Accordion.test.d.ts +2 -0
- package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +58 -0
- package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +2 -0
- package/dist/stories/Badge/Badge.settings.d.ts +32 -0
- package/dist/stories/Badge/Badge.test.d.ts +2 -0
- package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +29 -0
- package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +2 -0
- package/dist/stories/Button/Button.settings.d.ts +198 -0
- package/dist/stories/Button/Button.test.d.ts +1 -10
- package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +47 -0
- package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +2 -0
- package/dist/stories/Card/Card.settings.d.ts +70 -0
- package/dist/stories/Card/Card.test.d.ts +2 -0
- package/dist/stories/Checkbox/Checkbox.settings.d.ts +165 -0
- package/dist/stories/Checkbox/Checkbox.test.d.ts +2 -0
- package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +164 -0
- package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +2 -0
- package/dist/stories/Combobox/Combobox.settings.d.ts +286 -0
- package/dist/stories/Combobox/Combobox.test.d.ts +2 -0
- package/dist/stories/Dialog/Dialog.settings.d.ts +55 -0
- package/dist/stories/Dialog/Dialog.test.d.ts +2 -0
- package/dist/stories/Dropdown/Dropdown.settings.d.ts +85 -0
- package/dist/stories/Dropdown/Dropdown.test.d.ts +2 -0
- package/dist/stories/Icon/Icon.settings.d.ts +74 -0
- package/dist/stories/InputText/InputText.settings.d.ts +445 -0
- package/dist/stories/InputText/InputText.test.d.ts +2 -0
- package/dist/stories/Progress/Progress.settings.d.ts +38 -0
- package/dist/stories/Progress/Progress.test.d.ts +2 -0
- package/dist/stories/Radio/Radio.settings.d.ts +139 -0
- package/dist/stories/Radio/Radio.test.d.ts +2 -0
- package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +164 -0
- package/dist/stories/RadioGroup/RadioGroup.test.d.ts +2 -0
- package/dist/stories/Select/Select.settings.d.ts +284 -0
- package/dist/stories/Select/Select.test.d.ts +2 -0
- package/dist/stories/Textarea/Textarea.settings.d.ts +336 -0
- package/dist/stories/Textarea/Textarea.test.d.ts +2 -0
- package/dist/stories/argTypes.d.ts +842 -0
- package/dist/test/expect.d.ts +3 -0
- package/dist/test/options.d.ts +1 -0
- package/dist/test/sleep.d.ts +1 -0
- package/dist/utils/ObjectUtilities.d.ts +82 -95
- package/env.d.ts +1 -0
- package/package.json +199 -126
- package/src/{DesignSystem.ts → Volver.ts} +57 -29
- 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 +94 -78
- package/src/components/VvAccordion/index.ts +72 -0
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +93 -53
- package/src/components/VvAccordionGroup/{VvAccordionGroup.ts → index.ts} +18 -14
- package/src/components/VvBadge/VvBadge.vue +17 -8
- package/src/components/VvBadge/index.ts +6 -0
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +26 -24
- package/src/components/VvBreadcrumb/{VvBreadcrumb.ts → index.ts} +1 -2
- package/src/components/VvButton/VvButton.vue +174 -153
- package/src/components/VvButton/index.ts +189 -0
- package/src/components/VvButtonGroup/VvButtonGroup.vue +76 -48
- package/src/components/VvButtonGroup/index.ts +16 -0
- package/src/components/VvCard/VvCard.vue +20 -22
- package/src/components/VvCard/{VvCard.ts → index.ts} +1 -1
- package/src/components/VvCheckbox/VvCheckbox.vue +172 -0
- package/src/components/VvCheckbox/index.ts +60 -0
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +85 -0
- package/src/components/VvCheckboxGroup/index.ts +5 -0
- package/src/components/VvCombobox/VvCombobox.vue +261 -0
- package/src/components/VvCombobox/index.ts +88 -0
- package/src/components/VvDialog/VvDialog.vue +69 -67
- package/src/components/VvDialog/index.ts +10 -0
- package/src/components/VvDropdown/VvDropdown.vue +115 -114
- package/src/components/VvDropdown/index.ts +35 -0
- package/src/components/VvIcon/README.md +64 -0
- package/src/components/VvIcon/VvIcon.vue +122 -107
- package/src/components/VvIcon/{VvIcon.ts → index.ts} +17 -8
- package/src/components/VvInputText/VvInputClearAction.ts +53 -0
- package/src/components/VvInputText/VvInputPasswordAction.ts +70 -0
- package/src/components/VvInputText/VvInputStepAction.ts +49 -0
- package/src/components/VvInputText/VvInputText.vue +307 -238
- package/src/components/VvInputText/VvInputTextActions.ts +63 -114
- package/src/components/VvInputText/index.ts +140 -0
- package/src/components/VvProgress/VvProgress.vue +29 -29
- package/src/components/VvProgress/index.ts +32 -0
- package/src/components/VvRadio/VvRadio.vue +90 -119
- package/src/components/VvRadio/index.ts +40 -0
- package/src/components/VvRadioGroup/VvRadioGroup.vue +76 -69
- package/src/components/VvRadioGroup/index.ts +5 -0
- package/src/components/VvSelect/VvSelect.vue +187 -186
- package/src/components/VvSelect/index.ts +71 -0
- package/src/components/VvTextarea/VvTextarea.vue +188 -174
- package/src/components/VvTextarea/index.ts +50 -0
- package/src/components/common/HintSlot.ts +167 -137
- package/src/components/index.ts +19 -12
- package/src/composables/group/types/IAccordionGroupState.ts +3 -4
- package/src/composables/group/types/IButtonGroupState.ts +5 -11
- package/src/composables/group/types/IGroupState.ts +4 -6
- package/src/composables/group/types/IInputGroup.ts +1 -4
- package/src/composables/group/useInjectedGroupState.ts +23 -35
- package/src/composables/group/useProvideGroupState.ts +5 -7
- package/src/composables/useComponentFocus.ts +17 -0
- package/src/composables/{icons/useComponentIcons.ts → useComponentIcons.ts} +29 -20
- package/src/composables/useDebouncedInput.ts +25 -0
- package/src/composables/useModifiers.ts +18 -20
- package/src/composables/useOptions.ts +31 -0
- package/src/composables/useTextCount.ts +57 -0
- package/src/constants.ts +5 -7
- package/src/directives/{.README → .gitkeep} +0 -0
- package/src/icons.ts +7 -0
- package/src/index.ts +12 -5
- package/src/props/index.ts +204 -36
- package/src/resolvers/unplugin.ts +112 -0
- package/src/shims.d.ts +13 -0
- package/src/stories/Accordion/Accordion.settings.ts +46 -0
- package/src/stories/Accordion/Accordion.stories.mdx +21 -21
- package/src/stories/Accordion/Accordion.test.ts +61 -0
- package/src/stories/Accordion/AccordionSlots.stories.mdx +46 -70
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +55 -0
- package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +24 -27
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +50 -0
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.mdx +56 -0
- package/src/stories/Badge/Badge.settings.ts +26 -0
- package/src/stories/Badge/Badge.stories.mdx +36 -24
- package/src/stories/Badge/Badge.test.ts +12 -0
- package/src/stories/Badge/BadgeSlots.stories.mdx +20 -0
- package/src/stories/Breadcrumb/Breadcrumb.settings.ts +41 -0
- package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +32 -29
- package/src/stories/Breadcrumb/Breadcrumb.test.ts +50 -0
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.mdx +43 -0
- package/src/stories/Button/Button.settings.ts +145 -0
- package/src/stories/Button/Button.stories.mdx +20 -54
- package/src/stories/Button/Button.test.ts +35 -46
- package/src/stories/Button/ButtonIcon.stories.mdx +139 -29
- package/src/stories/Button/ButtonLink.stories.mdx +58 -111
- package/src/stories/Button/ButtonLoading.stories.mdx +89 -62
- package/src/stories/Button/ButtonModifiers.stories.mdx +198 -121
- package/src/stories/Button/ButtonSlots.stories.mdx +83 -95
- package/src/stories/Button/ButtonState.stories.mdx +75 -0
- package/src/stories/Button/ButtonToggle.stories.mdx +50 -0
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +33 -0
- package/src/stories/ButtonGroup/ButtonGroup.stories.mdx +16 -18
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +35 -0
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.mdx +52 -0
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.mdx +37 -0
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.mdx +52 -110
- package/src/stories/Card/Card.settings.ts +55 -0
- package/src/stories/Card/Card.stories.mdx +27 -11
- package/src/stories/Card/Card.test.ts +23 -0
- package/src/stories/Card/CardSlots.stories.mdx +80 -24
- package/src/stories/Checkbox/Checkbox.settings.ts +43 -0
- package/src/stories/Checkbox/Checkbox.stories.mdx +163 -0
- package/src/stories/Checkbox/Checkbox.test.ts +81 -0
- package/src/stories/Checkbox/CheckboxBinary.stories.mdx +68 -0
- package/src/stories/Checkbox/CheckboxSlots.stories.mdx +46 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +15 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.mdx +134 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +83 -0
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.mdx +100 -0
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.mdx +67 -0
- package/src/stories/Combobox/Combobox.settings.ts +127 -0
- package/src/stories/Combobox/Combobox.stories.mdx +204 -0
- package/src/stories/Combobox/Combobox.test.ts +103 -0
- package/src/stories/Combobox/ComboboxMultiple.stories.mdx +74 -0
- package/src/stories/Combobox/ComboboxOptions.stories.mdx +100 -0
- package/src/stories/Combobox/ComboboxSlots.stories.mdx +48 -0
- package/src/stories/Dialog/Dialog.settings.ts +45 -0
- package/src/stories/Dialog/Dialog.stories.mdx +42 -16
- package/src/stories/Dialog/Dialog.test.ts +69 -0
- package/src/stories/Dialog/DialogSlots.stories.mdx +63 -0
- package/src/stories/Dropdown/Dropdown.settings.ts +51 -0
- package/src/stories/Dropdown/Dropdown.stories.mdx +102 -29
- package/src/stories/Dropdown/Dropdown.test.ts +43 -0
- package/src/stories/Dropdown/DropdownOptions.stories.mdx +87 -67
- package/src/stories/Icon/Icon.settings.ts +72 -0
- package/src/stories/Icon/Icon.stories.mdx +76 -59
- package/src/stories/Icon/IconsCollection.stories.mdx +68 -0
- package/src/stories/InputText/InputText.settings.ts +221 -0
- package/src/stories/InputText/InputText.stories.mdx +142 -69
- package/src/stories/InputText/InputText.test.ts +125 -0
- package/src/stories/InputText/InputTextIconPosition.stories.mdx +63 -16
- package/src/stories/InputText/InputTextLength.stories.mdx +110 -0
- package/src/stories/InputText/InputTextMinMax.stories.mdx +112 -0
- package/src/stories/InputText/InputTextSlots.stories.mdx +61 -22
- package/src/stories/InputText/InputTextType.stories.mdx +207 -29
- package/src/stories/Progress/Progress.settings.ts +33 -0
- package/src/stories/Progress/Progress.stories.mdx +12 -14
- package/src/stories/Progress/Progress.test.ts +9 -0
- package/src/stories/Radio/Radio.settings.ts +15 -0
- package/src/stories/Radio/Radio.stories.mdx +102 -42
- package/src/stories/Radio/Radio.test.ts +70 -0
- package/src/stories/Radio/RadioSlots.stories.mdx +39 -22
- package/src/stories/RadioGroup/RadioGroup.settings.ts +15 -0
- package/src/stories/RadioGroup/RadioGroup.stories.mdx +115 -54
- package/src/stories/RadioGroup/RadioGroup.test.ts +83 -0
- package/src/stories/RadioGroup/RadioGroupOptions.stories.mdx +83 -41
- package/src/stories/RadioGroup/RadioGroupSlots.stories.mdx +49 -144
- package/src/stories/Select/Select.settings.ts +86 -0
- package/src/stories/Select/Select.stories.mdx +173 -33
- package/src/stories/Select/Select.test.ts +82 -0
- package/src/stories/Select/SelectOptions.stories.mdx +91 -69
- package/src/stories/Select/SelectSlots.stories.mdx +48 -0
- package/src/stories/Textarea/Textarea.settings.ts +96 -0
- package/src/stories/Textarea/Textarea.stories.mdx +167 -47
- package/src/stories/Textarea/Textarea.test.ts +90 -0
- package/src/stories/Textarea/TextareaLength.stories.mdx +110 -0
- package/src/stories/Textarea/TextareaSlots.stories.mdx +61 -23
- package/src/stories/Textarea/TextareatIconPosition.stories.mdx +78 -0
- package/src/stories/argTypes.ts +457 -0
- package/src/test/expect.ts +27 -6
- package/src/test/options.ts +17 -0
- package/src/test/sleep.ts +2 -0
- package/src/test/types.d.ts +14 -0
- package/src/types/generic.d.ts +5 -0
- package/src/utils/ObjectUtilities.ts +253 -244
- package/dist/components/VvAccordion/VvAccordion.d.ts +0 -32
- package/dist/components/VvAccordion/useAccordionProps.d.ts +0 -16
- package/dist/components/VvAccordion/vv-accordion.es.js +0 -262
- package/dist/components/VvAccordion/vv-accordion.umd.js +0 -1
- package/dist/components/VvAccordionGroup/vv-accordion-group.es.js +0 -315
- package/dist/components/VvAccordionGroup/vv-accordion-group.umd.js +0 -1
- package/dist/components/VvBadge/vv-badge.es.js +0 -18
- package/dist/components/VvBadge/vv-badge.umd.js +0 -1
- package/dist/components/VvBreadcrumb/vv-breadcrumb.es.js +0 -206
- package/dist/components/VvBreadcrumb/vv-breadcrumb.umd.js +0 -1
- package/dist/components/VvButton/VvButton.d.ts +0 -115
- package/dist/components/VvButton/useButtonGroupProps.d.ts +0 -23
- package/dist/components/VvButton/vv-button.es.js +0 -422
- package/dist/components/VvButton/vv-button.umd.js +0 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.d.ts +0 -57
- package/dist/components/VvButtonGroup/vv-button-group.es.js +0 -210
- package/dist/components/VvButtonGroup/vv-button-group.umd.js +0 -1
- package/dist/components/VvCard/vv-card.es.js +0 -188
- package/dist/components/VvCard/vv-card.umd.js +0 -1
- package/dist/components/VvCheck/VvCheck.d.ts +0 -47
- package/dist/components/VvCheck/VvCheck.vue.d.ts +0 -165
- package/dist/components/VvCheck/useCheckProps.d.ts +0 -16
- package/dist/components/VvCheck/vv-check.es.js +0 -321
- package/dist/components/VvCheck/vv-check.umd.js +0 -1
- package/dist/components/VvCheckGroup/VvCheckGroup.d.ts +0 -65
- package/dist/components/VvCheckGroup/VvCheckGroup.vue.d.ts +0 -272
- package/dist/components/VvCheckGroup/vv-check-group.es.js +0 -452
- package/dist/components/VvCheckGroup/vv-check-group.umd.js +0 -2
- package/dist/components/VvDialog/constants.d.ts +0 -5
- package/dist/components/VvDialog/vv-dialog.es.js +0 -315
- package/dist/components/VvDialog/vv-dialog.umd.js +0 -1
- package/dist/components/VvDropdown/VvDropdown.d.ts +0 -52
- package/dist/components/VvDropdown/vv-dropdown.es.js +0 -236
- package/dist/components/VvDropdown/vv-dropdown.umd.js +0 -1
- package/dist/components/VvIcon/vv-icon.es.js +0 -229
- package/dist/components/VvIcon/vv-icon.umd.js +0 -1
- package/dist/components/VvInputText/VvInputText.d.ts +0 -73
- package/dist/components/VvInputText/constants.d.ts +0 -55
- package/dist/components/VvInputText/vv-input-text.es.js +0 -725
- package/dist/components/VvInputText/vv-input-text.umd.js +0 -2
- package/dist/components/VvNativeSelect/VvNativeSelect.d.ts +0 -70
- package/dist/components/VvNativeSelect/VvNativeSelect.vue.d.ts +0 -228
- package/dist/components/VvNativeSelect/vv-native-select.es.js +0 -414
- package/dist/components/VvNativeSelect/vv-native-select.umd.js +0 -2
- package/dist/components/VvProgress/VvProgress.d.ts +0 -29
- package/dist/components/VvProgress/vv-progress.es.js +0 -185
- package/dist/components/VvProgress/vv-progress.umd.js +0 -1
- package/dist/components/VvRadio/VvRadio.d.ts +0 -22
- package/dist/components/VvRadio/useRadioProps.d.ts +0 -15
- package/dist/components/VvRadio/vv-radio.es.js +0 -309
- package/dist/components/VvRadio/vv-radio.umd.js +0 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.d.ts +0 -54
- package/dist/components/VvRadioGroup/vv-radio-group.es.js +0 -441
- package/dist/components/VvRadioGroup/vv-radio-group.umd.js +0 -2
- package/dist/components/VvSelect/VvSelect.d.ts +0 -99
- package/dist/components/VvSelect/vv-select.es.js +0 -445
- package/dist/components/VvSelect/vv-select.umd.js +0 -2
- package/dist/components/VvTextarea/VvTextarea.d.ts +0 -88
- package/dist/components/VvTextarea/constants.d.ts +0 -19
- package/dist/components/VvTextarea/vv-textarea.es.js +0 -548
- package/dist/components/VvTextarea/vv-textarea.umd.js +0 -2
- package/dist/composables/debouncedInput/useDebouncedInput.d.ts +0 -2
- package/dist/composables/focus/useComponentFocus.d.ts +0 -7
- package/dist/composables/options/useOptions.d.ts +0 -5
- package/dist/composables/textLimit/useTextLimit.d.ts +0 -14
- package/dist/stories/Icon/IconList.vue.d.ts +0 -44
- package/dist/stories/utils.d.ts +0 -5
- package/dist/ui-vue.es.js +0 -3001
- package/dist/ui-vue.umd.js +0 -2
- package/src/assets/icons/index.js +0 -7
- package/src/components/VvAccordion/VvAccordion.ts +0 -34
- package/src/components/VvAccordion/useAccordionProps.ts +0 -45
- package/src/components/VvBadge/VvBadge.ts +0 -4
- package/src/components/VvButton/VvButton.ts +0 -117
- package/src/components/VvButton/useButtonGroupProps.ts +0 -51
- package/src/components/VvButtonGroup/VvButtonGroup.ts +0 -37
- package/src/components/VvCheck/VvCheck.ts +0 -48
- package/src/components/VvCheck/VvCheck.vue +0 -149
- package/src/components/VvCheck/useCheckProps.ts +0 -41
- package/src/components/VvCheckGroup/VvCheckGroup.ts +0 -34
- package/src/components/VvCheckGroup/VvCheckGroup.vue +0 -84
- package/src/components/VvDialog/VvDialog.ts +0 -17
- package/src/components/VvDialog/constants.ts +0 -5
- package/src/components/VvDropdown/VvDropdown.ts +0 -46
- package/src/components/VvInputText/VvInputText.ts +0 -66
- package/src/components/VvInputText/constants.ts +0 -34
- package/src/components/VvNativeSelect/VvNativeSelect.ts +0 -70
- package/src/components/VvNativeSelect/VvNativeSelect.vue +0 -106
- package/src/components/VvProgress/VvProgress.ts +0 -28
- package/src/components/VvRadio/VvRadio.ts +0 -25
- package/src/components/VvRadio/useRadioProps.ts +0 -40
- package/src/components/VvRadioGroup/VvRadioGroup.ts +0 -25
- package/src/components/VvSelect/VvSelect.ts +0 -91
- package/src/components/VvTextarea/VvTextarea.ts +0 -64
- package/src/components/VvTextarea/constants.ts +0 -14
- package/src/composables/debouncedInput/useDebouncedInput.ts +0 -19
- package/src/composables/focus/useComponentFocus.ts +0 -22
- package/src/composables/options/useOptions.ts +0 -27
- package/src/composables/textLimit/useTextLimit.ts +0 -44
- package/src/stories/Accordion/AccordionBordered.stories.mdx +0 -26
- package/src/stories/Accordion/AccordionIconRight.stories.mdx +0 -32
- package/src/stories/Accordion/accordionTest.js +0 -36
- package/src/stories/AccordionGroup/Accordion.stories.mdx +0 -42
- package/src/stories/AccordionGroup/AccordionItems.stories.mdx +0 -51
- package/src/stories/AccordionGroup/accordionGroupTest.js +0 -51
- package/src/stories/Badge/BadgeColor.stories.mdx +0 -54
- package/src/stories/Badge/BadgeDot.stories.mdx +0 -20
- package/src/stories/Badge/BadgeTest.js +0 -21
- package/src/stories/Breadcrumb/BreadcrumbMultiline.stories.mdx +0 -41
- package/src/stories/Button/ButtonBadge.stories.mdx +0 -34
- package/src/stories/Button/ButtonIconPosition.stories.mdx +0 -106
- package/src/stories/Button/ButtonVariant.stories.mdx +0 -205
- package/src/stories/Button/test.js +0 -41
- package/src/stories/ButtonGroup/ButtonGroupAction.stories.mdx +0 -83
- package/src/stories/ButtonGroup/ButtonGroupActionQuiet.stories.mdx +0 -50
- package/src/stories/ButtonGroup/ButtonGroupBlock.stories.mdx +0 -40
- package/src/stories/ButtonGroup/ButtonGroupCompact.stories.mdx +0 -38
- package/src/stories/ButtonGroup/ButtonGroupRounded.stories.mdx +0 -77
- package/src/stories/ButtonGroup/ButtonGroupTest.js +0 -61
- package/src/stories/ButtonGroup/ButtonGroupVertical.stories.mdx +0 -38
- package/src/stories/Card/CardVariant.stories.mdx +0 -37
- package/src/stories/Check/Check.stories.mdx +0 -62
- package/src/stories/Check/CheckBinary.stories.mdx +0 -80
- package/src/stories/Check/CheckDisabled.stories.mdx +0 -30
- package/src/stories/Check/CheckError.stories.mdx +0 -64
- package/src/stories/Check/CheckErrorTests.js +0 -72
- package/src/stories/Check/CheckHintLabel.stories.mdx +0 -30
- package/src/stories/Check/CheckPropertyTest.js +0 -101
- package/src/stories/Check/CheckReadonly.stories.mdx +0 -30
- package/src/stories/Check/CheckSlots.stories.mdx +0 -51
- package/src/stories/Check/CheckSwitch.stories.mdx +0 -30
- package/src/stories/CheckGroup/CheckGroup.stories.mdx +0 -69
- package/src/stories/CheckGroup/CheckGroupDisabled.stories.mdx +0 -26
- package/src/stories/CheckGroup/CheckGroupError.stories.mdx +0 -28
- package/src/stories/CheckGroup/CheckGroupHintLabel.stories.mdx +0 -27
- package/src/stories/CheckGroup/CheckGroupLabel.stories.mdx +0 -26
- package/src/stories/CheckGroup/CheckGroupOptionLabel.stories.mdx +0 -48
- package/src/stories/CheckGroup/CheckGroupOptionValue.stories.mdx +0 -48
- package/src/stories/CheckGroup/CheckGroupOptions.stories.mdx +0 -40
- package/src/stories/CheckGroup/CheckGroupReadonly.stories.mdx +0 -26
- package/src/stories/CheckGroup/CheckGroupSlots.stories.mdx +0 -152
- package/src/stories/CheckGroup/CheckGroupValid.stories.mdx +0 -28
- package/src/stories/CheckGroup/CheckGroupVertical.stories.mdx +0 -26
- package/src/stories/Dialog/DialogAutoClose.stories.mdx +0 -18
- package/src/stories/Dialog/DialogSize.stories.mdx +0 -36
- package/src/stories/Dropdown/DropdownDisabled.stories.mdx +0 -25
- package/src/stories/Dropdown/DropdownLabelNoResults.stories.mdx +0 -25
- package/src/stories/Dropdown/DropdownMaxValues.stories.mdx +0 -26
- package/src/stories/Dropdown/DropdownMultiple.stories.mdx +0 -56
- package/src/stories/Dropdown/DropdownUseObject.stories.mdx +0 -58
- package/src/stories/Icon/IconList.vue +0 -34
- package/src/stories/Icon/IconPrefix.stories.mdx +0 -79
- package/src/stories/Icon/IconRemote.stories.mdx +0 -39
- package/src/stories/Icon/IconTest.js +0 -27
- package/src/stories/Icon/IconsList.stories.mdx +0 -35
- package/src/stories/InputText/InputTextAutocomplete.stories.mdx +0 -15
- package/src/stories/InputText/InputTextAutofocus.stories.mdx +0 -20
- package/src/stories/InputText/InputTextDisabled.stories.mdx +0 -19
- package/src/stories/InputText/InputTextError.stories.mdx +0 -19
- package/src/stories/InputText/InputTextFloating.stories.mdx +0 -20
- package/src/stories/InputText/InputTextHintLabel.stories.mdx +0 -18
- package/src/stories/InputText/InputTextIcon.stories.mdx +0 -18
- package/src/stories/InputText/InputTextLabel.stories.mdx +0 -15
- package/src/stories/InputText/InputTextLoading.stories.mdx +0 -19
- package/src/stories/InputText/InputTextMax.stories.mdx +0 -31
- package/src/stories/InputText/InputTextMaxLength.stories.mdx +0 -36
- package/src/stories/InputText/InputTextMin.stories.mdx +0 -31
- package/src/stories/InputText/InputTextMinLength.stories.mdx +0 -15
- package/src/stories/InputText/InputTextPlaceholder.stories.mdx +0 -15
- package/src/stories/InputText/InputTextReadonly.stories.mdx +0 -19
- package/src/stories/InputText/InputTextStep.stories.mdx +0 -31
- package/src/stories/InputText/InputTextValid.stories.mdx +0 -19
- package/src/stories/NativeSelect/NativeSelect.stories.mdx +0 -53
- package/src/stories/NativeSelect/NativeSelectDisabled.stories.mdx +0 -32
- package/src/stories/NativeSelect/NativeSelectError.stories.mdx +0 -36
- package/src/stories/NativeSelect/NativeSelectHintLabel.stories.mdx +0 -34
- package/src/stories/NativeSelect/NativeSelectIconLeftRight.stories.mdx +0 -42
- package/src/stories/NativeSelect/NativeSelectLoading.stories.mdx +0 -27
- package/src/stories/NativeSelect/NativeSelectOptions.stories.mdx +0 -78
- package/src/stories/NativeSelect/NativeSelectReadonly.stories.mdx +0 -34
- package/src/stories/NativeSelect/NativeSelectUseObject.stories.mdx +0 -66
- package/src/stories/NativeSelect/NativeSelectValid.stories.mdx +0 -36
- package/src/stories/NativeSelect/NativeSelectValueKey.stories.mdx +0 -66
- package/src/stories/Progress/ProgressDeterminate.stories.mdx +0 -19
- package/src/stories/Radio/RadioDisabled.stories.mdx +0 -30
- package/src/stories/Radio/RadioError.stories.mdx +0 -64
- package/src/stories/Radio/RadioHintLabel.stories.mdx +0 -30
- package/src/stories/Radio/RadioTest.js +0 -89
- package/src/stories/RadioGroup/RadioGroupDisabled.stories.mdx +0 -29
- package/src/stories/RadioGroup/RadioGroupError.stories.mdx +0 -31
- package/src/stories/RadioGroup/RadioGroupHintLabel.stories.mdx +0 -28
- package/src/stories/RadioGroup/RadioGroupLabel.stories.mdx +0 -29
- package/src/stories/RadioGroup/RadioGroupOptionLabel.stories.mdx +0 -65
- package/src/stories/RadioGroup/RadioGroupOptionValue.stories.mdx +0 -65
- package/src/stories/RadioGroup/RadioGroupReadonly.stories.mdx +0 -29
- package/src/stories/RadioGroup/RadioGroupValid.stories.mdx +0 -31
- package/src/stories/RadioGroup/RadioGroupVertical.stories.mdx +0 -29
- package/src/stories/RadioGroup/RadioOptionsTest.js +0 -78
- package/src/stories/RadioGroup/RadioPropertyTest.js +0 -131
- package/src/stories/RadioGroup/RadioSlotsTest.js +0 -20
- package/src/stories/Select/SelectDisabled.stories.mdx +0 -32
- package/src/stories/Select/SelectMaxValues.stories.mdx +0 -33
- package/src/stories/Select/SelectMultiple.stories.mdx +0 -64
- package/src/stories/Select/SelectSearchable.stories.mdx +0 -80
- package/src/stories/Select/SelectSeparator.stories.mdx +0 -64
- package/src/stories/Select/SelectUseObject.stories.mdx +0 -66
- package/src/stories/Textarea/TextareaAutoclear.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaAutocomplete.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaAutofocus.stories.mdx +0 -24
- package/src/stories/Textarea/TextareaDebounce.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaDisabled.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaError.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaErrorLabel.stories.mdx +0 -37
- package/src/stories/Textarea/TextareaFloating.stories.mdx +0 -25
- package/src/stories/Textarea/TextareaHintLabel.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaIcon.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaIconPosition.stories.mdx +0 -39
- package/src/stories/Textarea/TextareaId.stories.mdx +0 -19
- package/src/stories/Textarea/TextareaLabel.stories.mdx +0 -19
- package/src/stories/Textarea/TextareaLimit.stories.mdx +0 -50
- package/src/stories/Textarea/TextareaLoading.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaLoadingLabel.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaMaxLength.stories.mdx +0 -19
- package/src/stories/Textarea/TextareaMinLength.stories.mdx +0 -19
- package/src/stories/Textarea/TextareaModifiers.stories.mdx +0 -24
- package/src/stories/Textarea/TextareaName.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaPlaceholder.stories.mdx +0 -19
- package/src/stories/Textarea/TextareaReadonly.stories.mdx +0 -23
- package/src/stories/Textarea/TextareaRequired.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaResizable.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaRowsCols.stories.mdx +0 -39
- package/src/stories/Textarea/TextareaValid.stories.mdx +0 -22
- package/src/stories/Textarea/TextareaValidLabel.stories.mdx +0 -35
- package/src/stories/stories.scss +0 -35
- package/src/stories/utils.ts +0 -12
- package/src/stories/volver-ui-vue.stories.mdx +0 -77
- package/src/types/.README +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"prefix":"simple","lastModified":1668188662,"icons":{"add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M.5 8h15M8 .5v15\"/>"},"add-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" d=\"M3.5 8h9\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 3.5v9\"/></g>"},"align-center":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 6.5h-9m12-3H.5m13 6h-11m8 3h-5\"/>"},"align-justify":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 6.5H.5m15-3H.5m15 6H.5m15 3H.5\"/>"},"align-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6.501H.5m15-3.001H.5m12 6.001H.5m8 3h-8\"/>"},"align-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 6.5h-10m10-3H.5m15 6h-12m12 3h-8\"/>"},"analysis":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(0 8)\"><rect width=\"4\" height=\"8\" rx=\"1\" stroke=\"none\"/><rect width=\"3\" height=\"7\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(6)\"><rect width=\"4\" height=\"16\" rx=\"1\" stroke=\"none\"/><rect width=\"3\" height=\"15\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(12 5)\"><rect width=\"4\" height=\"11\" rx=\"1\" stroke=\"none\"/><rect width=\"3\" height=\"10\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"analysis-2":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M8.496.999a.579.579 0 00-.346.15.58.58 0 00-.15.348v6.5H1.5a.59.59 0 00-.35.15.585.585 0 00-.15.35 7.629 7.629 0 007.66 7.5A7.215 7.215 0 0016 8.662 7.635 7.635 0 008.496.999Z\"/><path fill=\"currentColor\" d=\"M9 2.02v6.979H2.02c.121 1.538.803 2.975 1.95 4.09A6.699 6.699 0 008.66 15c1.74 0 3.346-.646 4.52-1.818C14.352 12.009 15 10.405 15 8.665c0-1.756-.68-3.423-1.913-4.693C11.973 2.824 10.537 2.142 9 2.02M8.496 1C12.647.999 16 4.514 16 8.665 16 12.815 12.811 16 8.66 16 4.51 16 1 12.65 1 8.5a.59.59 0 01.15-.35A.59.59 0 011.5 8H8V1.497c0-.11.072-.27.15-.348a.58.58 0 01.346-.15Z\"/><path d=\"M6.882 6.882A.405.405 0 007 6.597V.4a.407.407 0 00-.118-.285.405.405 0 00-.284-.118 6.6 6.6 0 00-6.6 6.6.406.406 0 00.118.285A.405.405 0 00.4 7h6.2a.405.405 0 00.282-.118Z\"/><path fill=\"currentColor\" d=\"M6 6V1.032A5.61 5.61 0 001.032 6H6m.598 1H.403A.405.405 0 010 6.598 6.598 6.598 0 016.598 0 .405.405 0 017 .403v6.195A.405.405 0 016.598 7Z\"/></g>"},"analysis-3":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"M1 12.002h0l7-6 3 2 3-3\"/><path stroke-miterlimit=\"10\" d=\"M15.5 12.5H.5v-9\"/></g>"},"apple":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M8.011 15.457a3.9 3.9 0 01.8.1 4.318 4.318 0 01.8.314l.019.009c.1.047.2.1.3.139a1.345 1.345 0 00.539.124 2.029 2.029 0 00.834-.248 3.537 3.537 0 001.324-1.129 11.185 11.185 0 001.456-2.447c.077-.172.136-.315.186-.446a8.9 8.9 0 00.529-5.47 4.23 4.23 0 00-1.694-2.514.386.386 0 01-.037-.026 2.886 2.886 0 00-.582-.363 3.523 3.523 0 00-1.52-.356h-.086a5.038 5.038 0 00-1.73.454l-.342.132c-.149.056-.495.176-.5.177a.4.4 0 01-.136.024h-.334a.4.4 0 01-.136-.023s-.347-.121-.5-.179l-.337-.13a5.076 5.076 0 00-1.735-.458h-.093a3.562 3.562 0 00-1.512.356 2.91 2.91 0 00-.584.363.339.339 0 01-.035.026A4.3 4.3 0 001.221 6.36a8.9 8.9 0 00.505 5.481c.073.192.139.343.2.477a11.141 11.141 0 001.455 2.447 3.51 3.51 0 001.276 1.109 2.208 2.208 0 00.885.267 1.35 1.35 0 00.535-.123c.1-.043.2-.091.3-.137l.018-.009a4.419 4.419 0 01.8-.317 3.706 3.706 0 01.8-.1h.014Z\"/><path fill=\"currentColor\" d=\"M10.463 15.14c.064 0 .248-.081.428-.162.311-.138.568-.366.949-.84.494-.616.939-1.366 1.323-2.23.066-.147.118-.272.164-.393l.02-.048c1.086-2.467.484-4.785.478-4.808l-.013-.055c-.242-1.159-1.175-1.822-1.255-1.876a1.337 1.337 0 01-.099-.07l-.03-.024a1.908 1.908 0 00-.385-.236 2.516 2.516 0 00-1.086-.256h-.062c-.429.01-.853.176-1.395.387l-.348.134c-.151.057-.467.167-.52.186-.15.053-.308.08-.468.08h-.327c-.161 0-.32-.027-.47-.081l-.028-.01c-.152-.053-.368-.13-.49-.175l-.007-.003-.341-.132c-.54-.21-.967-.375-1.393-.386l-.072-.001c-.346 0-.739.094-1.08.258-.152.073-.278.15-.384.236-.036.03-.074.058-.113.084-.061.042-1.031.737-1.259 1.842l-.012.054c-.026.097-.614 2.396.453 4.82l.02.048c.065.172.123.305.178.427.383.861.828 1.61 1.322 2.228.376.468.629.698.901.82l.005.002c.2.088.405.18.475.18a.43.43 0 00.145-.045 6.38 6.38 0 00.252-.115l.037-.018c.277-.131.59-.28.973-.377.29-.074.623-.116 1.018-.128h.079c.252.01.63.032 1.007.128.387.098.715.255.979.38l.038.018c.085.041.166.08.243.112l.005.002a.464.464 0 00.145.044m0 1c-.17 0-.34-.04-.539-.125a7.085 7.085 0 01-.303-.139l-.02-.009a4.318 4.318 0 00-.795-.314 3.894 3.894 0 00-.795-.097h-.015c-.319.01-.58.04-.8.097-.292.075-.55.197-.802.317l-.018.009a7.333 7.333 0 01-.3.136 1.35 1.35 0 01-.534.123c-.283 0-.534-.111-.885-.267-.5-.223-.872-.605-1.276-1.109-.548-.684-1.038-1.507-1.455-2.447a8.365 8.365 0 01-.2-.477C.543 9.15 1.15 6.632 1.221 6.359c.317-1.54 1.623-2.432 1.684-2.473a2.91 2.91 0 01.62-.389 3.562 3.562 0 011.604-.355c.605.016 1.129.22 1.735.455l.338.13c.152.057.498.178.5.179a.404.404 0 00.135.023h.129l.026-.003h.019c.01 0 .017.001.025.003h.128a.4.4 0 00.136-.024c.004-.001.35-.121.499-.177l.342-.132c.605-.236 1.128-.439 1.73-.454a3.536 3.536 0 011.607.355c.225.109.416.227.582.363l.037.026c.014.009 1.35.864 1.694 2.514.044.165.687 2.708-.53 5.47-.05.131-.108.274-.185.446-.419.94-.908 1.764-1.456 2.447-.404.504-.783.89-1.323 1.13-.323.144-.557.248-.834.248Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 4.14a2.771 2.771 0 012-3.5m-.002 5.5s2.075 1.039 2 3\"/></g>","height":16.14},"arrow-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.5 9.5 5.5 6 5.5-6M8 15.501v-15\"/>","height":16.001},"arrow-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6.5 2.501-6 5.5 6 5.5m-6-5.5h15\"/>"},"arrow-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.5 13.501 6-5.5-6-5.5m6 5.5H.5\"/>"},"arrow-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m13.501 6.5-5.5-6-5.5 6m5.5-6v15\"/>"},"attachment":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15.5 7.734-7.091 6.688a4.832 4.832 0 01-6.552 0 4.2 4.2 0 010-6.179l7.092-6.689a3.223 3.223 0 014.368 0 2.8 2.8 0 010 4.119l-7.1 6.688a1.609 1.609 0 01-2.183 0 1.4 1.4 0 010-2.059l6.551-6.172\"/>","width":16.207,"height":16.202},"bck-to-front":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12.5.707-2 2 2 2\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.667 2.708h-2.5a1.568 1.568 0 00-1.25.417A1.569 1.569 0 00.5 4.375v6.667a1.571 1.571 0 00.417 1.25 1.568 1.568 0 001.25.417h11.667a1.568 1.568 0 001.25-.417 1.568 1.568 0 00.416-1.251V4.375a1.568 1.568 0 00-.417-1.25 1.568 1.568 0 00-1.25-.417h-2.5\"/><g stroke-miterlimit=\"10\"><path d=\"M5.477 13.207h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z\"/><path fill=\"currentColor\" d=\"M5.477 13.207h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936l.427-1.064Z\"/></g></g>","height":16.207},"bell":{"body":"<path fill=\"currentColor\" d=\"M5.999 14.105a1.949 1.949 0 002 1.894 1.949 1.949 0 002-1.894v-.106h-4Z\"/><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M9.173.172a5.454 5.454 0 013.823 4.829v2a5.518 5.518 0 001.677 4.529l.1.086a.808.808 0 01.232.566.822.822 0 01-.826.818H1.83a.822.822 0 01-.826-.818.808.808 0 01.232-.566l.1-.086a5.519 5.519 0 001.669-4.529v-2a5.471 5.471 0 013.7-4.795A4.359 4.359 0 019.173.172Z\"/><path fill=\"currentColor\" d=\"M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.418 2.418 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.808.808 0 01.231.567c0 .452-.37.818-.826.818H1.826A.822.822 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205Z\"/></g>"},"bell-active":{"body":"<g fill=\"currentColor\"><path d=\"M5.999 14.105a1.949 1.949 0 002 1.894 1.949 1.949 0 002-1.894v-.106h-4Z\"/><g stroke-miterlimit=\"10\"><path d=\"M14.174 12.501H1.826a.323.323 0 01-.326-.318c0-.075.027-.147.077-.204l.043-.038.037-.031C3.29 10.505 3.5 8.549 3.5 7V5c0-1.78 1.561-3.797 3.34-4.315l.01-.003.01-.003A4.32 4.32 0 018.072.501c.347 0 .665.048.943.144l.018.006.018.004c.854.224 1.725.823 2.389 1.645.674.835 1.06 1.82 1.06 2.701v2c0 2.947.985 4.17 1.843 4.908l.036.031.044.039c.05.057.077.129.077.204a.322.322 0 01-.326.318Z\"/><path d=\"M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.418 2.418 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.808.808 0 01.231.567c0 .452-.37.818-.826.818H1.826A.822.822 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205Z\"/></g></g>"},"bold":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.5.5h6.722a3.772 3.772 0 010 7.5H2.5Zm0 7.5h7.615a3.77 3.77 0 010 7.5H2.5Z\"/>"},"bookmark":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M4 1.358v14.435a.2.2 0 00.351.141L7.9 12.067a.134.134 0 01.2 0l3.549 3.868a.2.2 0 00.351-.141V1.358A1.345 1.345 0 0010.669 0H5.332A1.345 1.345 0 004 1.358Z\"/><path fill=\"currentColor\" d=\"M5.331 1C5.15 1 5 1.16 5 1.358v12.39l2.161-2.356a1.138 1.138 0 011.675-.002L11 13.748V1.358C11 1.16 10.851 1 10.669 1H5.33m0-1h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0Z\"/></g>"},"bookmark-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M11 13.748 8.836 11.39a1.136 1.136 0 00-1.675.002L5 13.748V1.358C5 1.16 5.149 1 5.331 1h5.338c.182 0 .331.16.331.358v12.39Z\"/><path d=\"M6 2v9.179l.426-.465a2.137 2.137 0 013.147 0l.427.465V2H6m-.669-2h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0Z\"/></g>"},"building":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.5 15.501h15M10.5 2.5v-2h-5v2\"/><path stroke-linecap=\"round\" d=\"M8 15.001v-2m-3-8h1m-1 3h1m4-3h1m-1 3h1\"/><path d=\"M4 2.001h8a2 2 0 012 2v12H2v-12a2 2 0 012-2Z\" stroke=\"none\"/><path d=\"M4 2.501h8a1.5 1.5 0 011.5 1.5v11.5h-11v-11.5a1.5 1.5 0 011.5-1.5Z\"/></g>","height":16.001},"bulleted-list":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 11.999h5M5.5 8h10m-10-4.001h7\"/><g transform=\"translate(2 4.166) translate(-2 -1.667)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g><g transform=\"translate(2 4.166) translate(-2 2.333)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g><g transform=\"translate(2 4.166) translate(-2 6.333)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g></g>"},"calendar":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.5.501v2m7-2v2M1 5.5h14m-11.5 3h2m5 0h2m-9 4h2m5 0h2\"/><g transform=\"translate(0 1)\"><rect width=\"16\" height=\"15\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"14\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>"},"camera-off":{"body":"<path fill=\"currentColor\" d=\"M14 14H4.118l1-1h8.883c.747 0 1-.252 1-1V5c0-.713-.231-.975-.884-1l.84-.84A1.8 1.8 0 0116 4.998v7A1.789 1.789 0 0114 14ZM.453 13.424a2.083 2.083 0 01-.451-1.426v-7a1.789 1.789 0 012-2h1l1-1h4l1 1h1.88l-1 1h-1.29l-1-1h-3.17l-1 1H2.005c-.747 0-1 .252-1 1v7a1.2 1.2 0 00.164.719l-.709.707Z\"/><path fill=\"currentColor\" d=\"m7.231 10.891 1.662-1.664a2.494 2.494 0 01-1.662 1.664ZM4.263 9.616a2.468 2.468 0 01-.262-1.113 2.5 2.5 0 013.615-2.236l-.775.775a1.488 1.488 0 00-.34-.041 1.5 1.5 0 00-1.5 1.5 1.457 1.457 0 00.039.34l-.774.773Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1 15 15 1\"/>"},"camera-on":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M14 3H9L8 2H4L3 3H2a1.8 1.8 0 00-2 2v7a1.794 1.794 0 002 2h12a1.8 1.8 0 002-2V5a1.8 1.8 0 00-2-2Z\"/><path fill=\"currentColor\" d=\"m4.414 3-1 1H2c-.748 0-1 .253-1 1v7c0 .748.252 1 1 1h12c.748 0 1-.252 1-1V5c0-.747-.252-1-1-1H8.586l-1-1H4.414M4 2h4l1 1h5c1.296 0 2 .695 2 2v7c0 1.302-.702 2-2 2H2c-1.302 0-2-.699-2-2V5c0-1.297.7-2 2-2h1l1-1Z\"/><g stroke=\"currentColor\" transform=\"translate(4 6.001)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g></g>"},"catalog":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><path d=\"M4 0h9a1 1 0 011 1v14a1 1 0 01-1 1H4a2 2 0 01-2-2V2a2 2 0 012-2Z\" stroke=\"none\"/><path d=\"M4 .5h9a.5.5 0 01.5.5v14a.5.5 0 01-.5.5H4A1.5 1.5 0 012.5 14V2A1.5 1.5 0 014 .5Z\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 8.5h5m-5 3h3\"/><path d=\"M3 4.5h10\"/></g>"},"certificate":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-miterlimit=\"22.926\" d=\"M8.501.999a4.5 4.5 0 11-4.5 4.5 4.5 4.5 0 014.5-4.5Z\"/><path stroke-miterlimit=\"22.926\" d=\"M8.5 4A1.5 1.5 0 117 5.5 1.5 1.5 0 018.5 4Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m5 9.001-3 4 2.3.5.7 2.5 3.5-4 3.5 4 .693-2.5 2.3-.5-3-4\"/></g>","width":17,"height":17},"chat":{"body":"<path fill=\"none\" stroke=\"currentColor\" d=\"M6.995 12.004h-1.5a4.5 4.5 0 010-9h6a4.118 4.118 0 014.5 4.5 4.281 4.281 0 01-4.5 4.5l-1.5 3Z\"/>","width":17,"height":17},"check":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m1.497 8.5 4 4 9-9\"/>"},"check-badge":{"body":"<path fill=\"currentColor\" d=\"M8.5 1.231 9.728.187a.78.78 0 011.264.43l.407 1.6a.8.8 0 00.807.614l1.581-.089a.822.822 0 01.783 1.124L14 5.412a.849.849 0 00.308.993l1.329.9a.849.849 0 010 1.39l-1.329.9a.849.849 0 00-.308.993l.57 1.546a.822.822 0 01-.781 1.125l-1.581-.089a.8.8 0 00-.807.614l-.407 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.229 1.044a.78.78 0 01-1.264-.43l-.407-1.6a.8.8 0 00-.807-.614l-1.581.089a.822.822 0 01-.781-1.125L2 10.589a.849.849 0 00-.308-.993l-1.329-.9a.849.849 0 010-1.39l1.329-.9A.849.849 0 002 5.412l-.57-1.546a.822.822 0 01.781-1.125l1.581.089a.8.8 0 00.807-.614l.407-1.6A.78.78 0 016.27.186L7.5 1.231a.764.764 0 001 0Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 7.5 7 10l4.5-4.45\"/>"},"check-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m3.5 8.5 3 3 6-6\"/></g>"},"checkbox":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><rect width=\"16\" height=\"16\" rx=\"3\" stroke=\"none\"/><rect width=\"15\" height=\"15\" x=\".5\" y=\".5\" rx=\"2.5\"/></g>"},"chevron-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m1.5 5.5 6.5 6 6.5-6\"/>"},"chevron-down-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 7.501 3.5 3 3.5-3\"/></g>"},"chevron-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.5 1.5 5.5 8l6 6.5\"/>"},"chevron-left-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.499 4.5-3 3.5 3 3.5\"/></g>"},"chevron-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m5.5 14.5 6-6.5-6-6.5\"/>"},"chevron-right-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.64 4.5 9.5 8.083l-3 3.417\"/></g>"},"chevron-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.5 11.5 8 5.5l-6.5 6\"/>"},"chevron-up-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 9.499 3.5-3 3.5 3\"/></g>"},"classroom":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1.5 7.5h13m-13 8h13\"/><path stroke=\"currentColor\" d=\"M3.001 7.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M3 3a2 2 0 11.586 1.414A2 2 0 013 3Z\"/><path fill=\"currentColor\" d=\"M5 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 006 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 015 5a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 015 1Z\"/></g><path stroke=\"currentColor\" d=\"M9.001 7.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M9 3a2 2 0 11.586 1.414A2 2 0 019 3Z\"/><path fill=\"currentColor\" d=\"M11 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 0012 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0111 5a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0111 1Z\"/></g><path stroke=\"currentColor\" d=\"M6.001 15.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 11a2 2 0 11.586 1.414A2 2 0 016 11Z\"/><path fill=\"currentColor\" d=\"M8 10a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 009 11.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 13a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 9Z\"/></g></g>"},"clear-field":{"body":"<g stroke=\"currentColor\" transform=\"translate(.5 .5)\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\"/><path fill=\"none\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m5 10.999 6-6m-6 0 6 6\"/></g>","width":17,"height":17},"clear-style":{"body":"<path fill=\"none\" d=\"M3 3h7v10H3z\"/><path fill=\"currentColor\" d=\"M11.377 2.502H1.501a.5.5 0 010-1h10.876l-1 1Z\"/><path fill=\"currentColor\" d=\"M1.5 4a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5.5.5 0 01.5.5v3a.5.5 0 01-.5.5Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.5 15.5h-3\"/><path fill=\"currentColor\" d=\"M7.999 16.002a.549.549 0 01-.5-.586v-4.793l1-1v5.793a.549.549 0 01-.5.586Zm-.5-9.623v-3.8a.506.506 0 111 0v2.8l-1 1Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1 15 15 1\"/>","height":16.002},"close":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m.707 15.707 15-15m-15 0 15 15\"/>","width":16.414,"height":16.414},"close-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/><path stroke-linecap=\"round\" d=\"m4.5 11.499 7-7m-7 0 7 7\"/></g>"},"close-loader":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m4 12 8-8M4 4l8 8\"/>"},"coffee":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-linejoin=\"round\"><path d=\"M2.186 4.5h9.628a.686.686 0 01.686.686V8A5.5 5.5 0 017 13.5 5.5 5.5 0 011.5 8V5.186a.686.686 0 01.686-.686Z\" stroke=\"none\"/><path d=\"M2.332 5h9.336a.332.332 0 01.332.332V8a5 5 0 01-5 5 5 5 0 01-5-5V5.332A.332.332 0 012.332 5Z\"/></g><path d=\"M11.5 10.5v-6h1a3 3 0 013 3 3 3 0 01-3 3h-1Z\" stroke=\"none\"/><path d=\"M12 10V5h.5A2.5 2.5 0 0115 7.5a2.5 2.5 0 01-2.5 2.5H12Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M1 14h15\"/><path stroke-linecap=\"round\" d=\"M3 3.5v-2m4 2v-2m4 2v-2\"/></g>","width":17,"height":17},"color":{"body":"<defs><radialGradient id=\"svgIDa\" 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(#svgIDa)\" stroke=\"currentColor\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"none\"/></g>"},"contact-us":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.501 8.501V5.962a5.5 5.5 0 00-11 0v1.2\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.499 5.501v2.471a5.592 5.592 0 01-1 3.529m-6-9.5c0 1.733 6.184 3.375 8.5 3.5M6.5 4a5.4 5.4 0 00-2 3.556v.889a4.306 4.306 0 002 3.556m2.999 2.498h.375c1.995.011 3.618-2.156 3.625-4.837v-.164M14.5 6.5h-1v4h1a.95.95 0 001-.889V7.388a.951.951 0 00-1-.888Zm-13-.002h1v4h-1a.949.949 0 01-1-.887V7.388a.949.949 0 011-.89h0Z\"/><g transform=\"translate(7 13)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g></g>"},"copy":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(4 .001)\"><rect width=\"10\" height=\"14\" rx=\"2\" stroke=\"none\"/><rect width=\"9\" height=\"13\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" d=\"M9.5 15.5H4c-1.1 0-1.5-.4-1.5-1.5V5.5\"/></g>"},"courses":{"body":"<g transform=\"translate(0 1.775)\"><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M15.728 4.241 8.238.284a.51.51 0 00-.476 0L.272 4.241a.509.509 0 000 .9L3 6.634v3.592a1.8 1.8 0 002 2h6a1.8 1.8 0 002-2V6.634l2.728-1.493a.509.509 0 000-.9Z\"/><path fill=\"currentColor\" d=\"m8 1.289-6.454 3.41L4 6.041v4.184c0 .748.252 1 1 1h6c.748 0 1-.252 1-1V6.042l2.454-1.343L8 1.289M8 .225c.081 0 .163.02.238.058l7.49 3.958a.509.509 0 010 .9L13 6.634v3.592c0 1.3-.7 2-2 2H5c-1.295 0-2-.695-2-2V6.634L.271 5.141a.509.509 0 010-.9L7.761.283A.509.509 0 018 .225Z\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M7.762 9.164.272 5.177a.514.514 0 010-.907L7.762.283a.506.506 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.506.506 0 01-.476 0Z\"/><path fill=\"currentColor\" d=\"m8 8.16 6.452-3.433L8 1.292 1.548 4.727 8 8.16m0 1.066a.506.506 0 01-.238-.06L.272 5.18a.514.514 0 010-.907L7.761.286a.506.506 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.506.506 0 01-.238.06Z\"/></g><rect width=\"1\" height=\"5\" fill=\"currentColor\" rx=\".5\" transform=\"translate(15 4.226)\"/></g>"},"dashboard":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(1)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9 10)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9)\"><rect width=\"6\" height=\"9\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(1 7)\"><rect width=\"6\" height=\"9\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"download":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m5 8.502 3 3 3-3M8 11.5v-10\"/><path d=\"M15.5 11.499v3H.5v-3\"/></g>"},"drag":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11 .5v15M8 .5v15M5 .5v15\"/>"},"duplicate":{"body":"<g stroke-miterlimit=\"10\"><g fill=\"rgba(0,0,0,0)\"><path d=\"M8.997 15.502H1.998A1.501 1.501 0 01.501 14V7c0-.826.672-1.5 1.497-1.5H5.5V2.002C5.5 1.174 6.173.5 7.001.5h7a1.5 1.5 0 011.496 1.502v7a1.5 1.5 0 01-1.496 1.502H10.5V14c0 .828-.674 1.502-1.502 1.502Z\"/><path fill=\"currentColor\" d=\"M8.997 15.002C9.55 15.002 10 14.553 10 14v-3.996h4.002a1 1 0 00.996-1.002v-7A1 1 0 0014.001 1h-7c-.552 0-1 .45-1 1.002V6H1.997A1 1 0 001 7v7a1 1 0 00.997 1.002h7m0 1h-7C.897 16.002 0 15.106 0 14V7a2 2 0 011.997-2H5V2.002C5 .897 5.896 0 7.001 0h7c1.106 0 1.996.897 1.996 2.002v7c0 1.106-.89 2.002-1.996 2.002H11V14a2.002 2.002 0 01-2.002 2.002Z\"/></g><g fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" transform=\"translate(5 .002)\"><rect width=\"11\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"10\" height=\"10\" x=\".5\" y=\".5\" fill=\"none\" rx=\"1.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8.5 5.502h4m-2-2v4\"/></g>","height":16.002},"edit":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path stroke=\"currentColor\" d=\"m10 3.011 3 3m-11 4 4 4\"/><path d=\"M13.856.726 15.27 2.14a1.719 1.719 0 01.132 2.7l-9.45 9.45a1.174 1.174 0 01-.683.334l-4.206 1.193a.793.793 0 01-.86-.861l1.215-4.274a1.173 1.173 0 01.336-.68L11.16.596a1.716 1.716 0 012.7.132Z\"/><path fill=\"currentColor\" d=\"M12.406 1.001c-.198 0-.403.163-.54.3l-9.412 9.413a.186.186 0 00-.047.105l-.01.068-1.085 3.817 3.751-1.063.07-.01a.187.187 0 00.106-.046l.005-.005 9.45-9.45c.315-.315.523-.629-.131-1.283l-1.414-1.414c-.28-.279-.543-.432-.743-.432m0-1c.477 0 .966.242 1.45.725l1.414 1.415c.918.919.962 1.866.131 2.697l-9.45 9.45a1.18 1.18 0 01-.683.335l-4.206 1.193c-.472.064-.926-.391-.86-.86l1.215-4.275c.037-.265.155-.501.336-.68L11.16.594c.396-.396.816-.593 1.247-.593Z\"/></g>","height":16.011},"elearning":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(1.334 1.334) translate(-1.333 -1.334)\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.501 14.5h13\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(1.334 1.334) translate(1.667 11.666)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g><path fill=\"currentColor\" d=\"M10.211 4.606a1 1 0 010 1.789L7.447 7.776A1 1 0 016 6.882V4.118a1 1 0 011.447-.894Z\"/>","height":16.002},"email":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 7 9)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m1 3.001 7 4.5 7-4.5\"/></g>"},"error":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.999 3.5v5m0 2.999v1\"/><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g></g>"},"error-2":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 1.5v8m0 3v2\"/>"},"exercise":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M5 15.754a.632.632 0 01-1 0 11.769 11.769 0 01-2-3.713V1.378A1.4 1.4 0 013.432 0h2.141a1.4 1.4 0 011.43 1.378v10.664A11.769 11.769 0 015 15.754Z\"/><path fill=\"currentColor\" d=\"M4.5 14.774c.612-.846 1.396-2.35 1.5-2.786V1.378C6 1.169 5.807 1 5.57 1H3.43c-.237 0-.43.17-.43.378v10.61c.104.436.888 1.94 1.5 2.786M4.5 16a.667.667 0 01-.5-.246c-.736-.838-2-3.182-2-3.712V1.378C2 .617 2.64 0 3.43 0h2.14C6.36 0 7 .617 7 1.378v10.664c0 .53-1.264 2.874-2 3.712a.668.668 0 01-.5.246Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M3 4.014h3\"/><path d=\"M9 0h5v16H9Z\"/><path fill=\"currentColor\" d=\"M10 1v14h3V1h-3M9 0h5v16H9V0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.5 3.5h2m-2 3h2m-2 3h2m-2 3h2\"/></g>"},"external-link":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.5 10.208v4a2.1 2.1 0 01-2 2h-10a2.1 2.1 0 01-2-2v-10a2.1 2.1 0 012-2h4m5-1.501h4v4m-8 4 8-8\"/>","width":16.207,"height":16.708},"extract":{"body":"<g transform=\"translate(2.666 3.332)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1.834 3.166h7m-7 3h4\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.833 2.166v-4h-4m.002 13.001h4v-4m-9-9.001h-4v4m-.001 5.001v4h4\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" fill=\"currentColor\" transform=\"translate(10.334 9.666)\"/></g>"},"eye-off":{"body":"<path fill=\"currentColor\" d=\"M8.002 11.002a2.991 2.991 0 01-.779-.1l.9-.9a2 2 0 001.872-1.871l.9-.9a3 3 0 01-2.9 3.779Zm-2.9-2.225a2.923 2.923 0 01-.1-.775 3 3 0 013.776-2.9l-.9.9a2 2 0 00-1.869 1.869l-.9.9Z\"/><path fill=\"currentColor\" d=\"M8.002 13.002a10.545 10.545 0 01-2.576-.307l.843-.842a10.108 10.108 0 001.733.145 8.81 8.81 0 003.507-.668 6.782 6.782 0 002.8-2.232 5.814 5.814 0 00.642-1.088 6.942 6.942 0 00-2.223-2.619l.717-.717a7.954 7.954 0 01.864.742 7.439 7.439 0 011.665 2.445.378.378 0 01.006.266 6.326 6.326 0 01-.859 1.564 7.846 7.846 0 01-3.215 2.557 9.822 9.822 0 01-3.904.754ZM2.53 11.35a7.51 7.51 0 01-.887-.766A6.879 6.879 0 01.025 8.129a.377.377 0 010-.266 6.847 6.847 0 01.9-1.555 8.052 8.052 0 013.23-2.551 9.485 9.485 0 013.846-.754h.011a10.309 10.309 0 012.56.311l-.838.838a9.646 9.646 0 00-1.722-.15h-.011a8.581 8.581 0 00-3.448.668 7.056 7.056 0 00-2.827 2.238 1.662 1.662 0 00.631 2.971 6.651 6.651 0 00.9.754l-.717.717Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m1.001 15 14-14\"/>","width":16.002},"eye-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(.502 2.001)\"><path d=\"M15.976 5.863a7.364 7.364 0 00-1.669-2.445 8.014 8.014 0 00-2.457-1.665A9.537 9.537 0 007.996 1a9.534 9.534 0 00-3.85.753 8.021 8.021 0 00-3.23 2.553 6.641 6.641 0 00-.9 1.557.4.4 0 000 .264A7.005 7.005 0 001.642 8.58a7.817 7.817 0 002.454 1.667 9.738 9.738 0 003.9.753 9.738 9.738 0 003.9-.753 7.772 7.772 0 003.213-2.558 6.334 6.334 0 00.861-1.562.4.4 0 00.006-.264Z\"/><circle cx=\"3\" cy=\"3\" r=\"3\" transform=\"translate(5 3)\"/></g>","width":17.003},"fail":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(.5 1.5)\"><rect width=\"3\" height=\"8\" rx=\"1\" transform=\"translate(12)\"/><path stroke-linecap=\"round\" d=\"M1.002 6.659h.749l-.059.4h-.69a.978.978 0 100 1.956h1.5l3.5-.013s-.918 3.612 1.3 4.8c1.424.686 1.7-.6 1.7-.6v-2.699l1-.5s1.992-1.2 2-2.5v-6a1.314 1.314 0 00-1.5-1.5h-8a1.1 1.1 0 00-1.12.978.993.993 0 001 .978h.068l-.059.4h-.7a.978.978 0 100 1.955h.408l-.059.4H1.002a.978.978 0 100 1.956Z\"/></g>","height":16.009},"fast-back":{"body":"<g fill=\"none\"><path d=\"M10 11.377v-.359l3.5 1.784a1.7 1.7 0 002.5-1.425V4.625a1.7 1.7 0 00-2.5-1.423L10 4.982v-.357a1.7 1.7 0 00-2.5-1.423L.9 6.575a1.588 1.588 0 000 2.857l6.6 3.37a1.775 1.775 0 00.8.2 1.665 1.665 0 001.7-1.625Z\"/><path fill=\"currentColor\" d=\"M8.299 12.002c.337 0 .701-.239.701-.625V9.382l4.95 2.535a.767.767 0 00.348.085c.337 0 .702-.24.702-.625V4.625c0-.385-.365-.623-.702-.623a.756.756 0 00-.348.086L9 6.616V4.625c0-.385-.364-.623-.7-.623a.763.763 0 00-.35.086L1.353 7.46A.6.6 0 001 8.002c0 .108.035.375.351.536l6.597 3.377a.771.771 0 00.35.087m0 1c-.266 0-.541-.063-.803-.195l-6.6-3.38a1.588 1.588 0 010-2.857l6.6-3.373C8.632 2.617 10 3.4 10 4.625v.357l3.495-1.785C14.628 2.617 16 3.4 16 4.625v6.752c0 1.227-1.372 2.01-2.505 1.43L10 11.017v.36c0 .943-.81 1.625-1.701 1.625Z\"/><path d=\"M6.9 6.57a1.589 1.589 0 000 2.861l6.6 3.374a1.7 1.7 0 002.5-1.43v-6.75a1.7 1.7 0 00-2.5-1.43Z\"/><path fill=\"currentColor\" d=\"M7 8c0 .108.034.377.353.54l6.6 3.375a.756.756 0 00.743-.027.597.597 0 00.304-.513v-6.75a.597.597 0 00-.304-.513.756.756 0 00-.743-.027l-6.6 3.375A.598.598 0 007 8M6 8c0-.562.3-1.125.897-1.43l6.6-3.375C14.63 2.615 16 3.399 16 4.625v6.75c0 1.226-1.37 2.01-2.503 1.43l-6.6-3.375A1.596 1.596 0 016 8Z\"/></g>"},"fast-forward":{"body":"<g fill=\"none\"><path d=\"M5.999 11.377v-.359l-3.5 1.789a1.7 1.7 0 01-2.5-1.43V4.625a1.7 1.7 0 012.5-1.428l3.5 1.785v-.357a1.7 1.7 0 012.5-1.428l6.6 3.373a1.588 1.588 0 010 2.857l-6.6 3.379a1.775 1.775 0 01-.8.2 1.665 1.665 0 01-1.7-1.629Z\"/><path fill=\"currentColor\" d=\"M7.701 12.002a.76.76 0 00.348-.086l6.601-3.379a.595.595 0 00.35-.535.6.6 0 00-.35-.541l-6.6-3.373a.771.771 0 00-.35-.086c-.337 0-.7.238-.7.623v1.99L2.049 4.088a.752.752 0 00-.347-.086c-.338 0-.702.238-.702.623v6.752c0 .168.065.312.193.43a.752.752 0 00.855.11L7 9.382v1.994c0 .387.364.625.701.625m0 1C6.81 13.002 6 12.32 6 11.377v-.36l-3.495 1.79c-1.133.582-2.506-.204-2.505-1.43V4.625c.001-1.223 1.373-2.008 2.505-1.428L6 4.982v-.357c.001-1.223 1.367-2.008 2.505-1.428l6.6 3.373a1.588 1.588 0 010 2.858l-6.6 3.379a1.775 1.775 0 01-.804.195Z\"/><path d=\"M9.101 6.57a1.589 1.589 0 010 2.86l-6.6 3.375a1.7 1.7 0 01-2.5-1.43v-6.75a1.7 1.7 0 012.5-1.43Z\"/><path fill=\"currentColor\" d=\"M9.001 8a.598.598 0 00-.353-.54l-6.6-3.375a.756.756 0 00-.743.027.597.597 0 00-.304.513v6.75c0 .284.19.443.304.513a.754.754 0 00.743.027l6.6-3.375A.598.598 0 009.001 8m1 0c0 .562-.3 1.125-.897 1.43l-6.6 3.375C1.37 13.385 0 12.601 0 11.375v-6.75c0-1.226 1.37-2.01 2.503-1.43l6.6 3.375c.598.305.897.868.897 1.43Z\"/></g>"},"file":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z\"/><path fill=\"currentColor\" d=\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M13.499 4.502h-4v-4Z\"/></g>"},"file-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.5 9.001h5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 6.5v5\"/><g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z\"/><path fill=\"currentColor\" d=\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C1.999.673 2.664 0 3.714 0Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M13.499 4.502h-4v-4Z\"/></g>"},"file-duplicate":{"body":"<g stroke-linejoin=\"round\"><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" d=\"M2.284 15.5a.731.731 0 01-.786-.832V5.336a.732.732 0 01.786-.838h4.219V1.332A.727.727 0 017.288.5h4.5L14.5 3.205v7.461a.731.731 0 01-.792.832H9.495v3.17a.727.727 0 01-.785.832Z\"/><g fill=\"none\"><path d=\"M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z\"/><path fill=\"currentColor\" d=\"M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5h-4.3m0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M9.499 7.501h-3v-3Zm5-4h-3v-3Z\"/></g>"},"file-remove":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.5 9h5\"/><g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z\"/><path fill=\"currentColor\" d=\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M13.499 4.502h-4v-4Z\"/></g>"},"file-required":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12.501.5v5m1.999-4-4 3m0-3 4 3\"/><g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z\"/><path fill=\"currentColor\" d=\"M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5h-4.3m0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M9.499 7.501h-3v-3Z\"/></g>"},"filter":{"body":"<g fill=\"none\" stroke-linejoin=\"round\"><path d=\"M2.373.003h11.252a1.335 1.335 0 011.173 2.029l-3.64 5.3a1.04 1.04 0 00-.159.552v7.281a.87.87 0 01-1.419.652l-3.95-2.268a1.67 1.67 0 01-.631-1.3V7.978a1.652 1.652 0 00-.157-.707L1.199 2.029A1.335 1.335 0 012.373.003Z\"/><path fill=\"currentColor\" d=\"m13.625 1-11.252.003a.366.366 0 00-.333.186.293.293 0 000 .297l3.623 5.215a.99.99 0 01.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.367.367 0 0013.625 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.199 2.03C.646 1.139 1.304.003 2.373.003L13.625 0Z\"/></g>","height":16.009},"filter-2":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M.5 11.5h9m4 0h2\"/><g transform=\"translate(9 9)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M.5 4.5h2m4 0h9\"/><g transform=\"translate(2 2)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g></g>"},"filter-active":{"body":"<g fill=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M10.128 15.509a.367.367 0 01-.234-.085l-.03-.024-.034-.019-3.913-2.247a1.165 1.165 0 01-.417-.889V7.978c0-.207-.049-.676-.233-.972l-.007-.01-.007-.01-3.634-5.23a.788.788 0 01-.015-.81.866.866 0 01.77-.443L13.626.5c.328 0 .616.166.77.444a.787.787 0 01-.016.812l-3.633 5.292-.006.008-.006.01a1.54 1.54 0 00-.235.816v7.281c0 .238-.217.346-.372.346Z\"/><path d=\"m13.626 1-11.252.003a.366.366 0 00-.333.186.293.293 0 000 .297l3.623 5.215a.99.99 0 01.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.367.367 0 0013.626 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.2 2.03C.647 1.139 1.305.003 2.374.003L13.626 0Z\"/></g>","height":16.009},"flag":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M10.412 9.5c1.962.461 3.088 1.5 3.088 2.861 0 1.76-2.636 3.139-6 3.139s-6-1.379-6-3.139c0-1.358 1.126-2.4 3.088-2.861\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 12V.5h7l-3 2.5 3 2.5h-7\"/>"},"folder":{"body":"<g fill=\"none\"><path d=\"M2 14a2 2 0 01-2-2V2.6A1.638 1.638 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1h12m0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m.997 13.001 4-5.5h10\"/></g>"},"full-width":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11.5 2.499v11\"/><g transform=\"translate(0 1.999)\"><rect width=\"16\" height=\"12\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"11\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>"},"go-to-back":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.667 2.5h-2.5a1.568 1.568 0 00-1.25.417A1.569 1.569 0 00.5 4.167v6.667a1.571 1.571 0 00.417 1.25 1.568 1.568 0 001.25.417h11.667a1.568 1.568 0 001.25-.417 1.568 1.568 0 00.416-1.251V3.999c0-.531.086-.864-.261-1.213S14.529 2.5 14 2.5h-2.667\"/><g stroke-miterlimit=\"10\"><path d=\"M5.477 13.001h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z\"/><path fill=\"currentColor\" d=\"M5.477 13.001h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936l.428-1.064Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6 7.499 2 2 2-2m-2 1.5v-6\"/></g>","width":16.006},"grid":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/><g transform=\"translate(0 9)\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9)\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9 9)\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"group":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(0 2)\"><rect width=\"8\" height=\"8\" rx=\"4\" stroke=\"none\"/><rect width=\"7\" height=\"7\" x=\".5\" y=\".5\" rx=\"3.5\"/></g><path stroke-linejoin=\"round\" d=\"M.5 14.001a3.5 3.5 0 013.5-3.5 3.5 3.5 0 013.5 3.5m3 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/><g transform=\"translate(10 5)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g></g>"},"group-add":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(7 9)\"><rect width=\"5\" height=\"5\" rx=\"2.5\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\"2\"/></g><g transform=\"translate(0 7)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g><path stroke-linejoin=\"round\" d=\"M7.5 16.001a2 2 0 012-2 2 2 0 012 2m-11 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.5 3.5h6m-3-3v6\"/></g>","height":16.001},"heart":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M11.534 1a4.431 4.431 0 00-3.158 1.312L8 2.689l-.376-.377A4.431 4.431 0 004.466 1a4.431 4.431 0 00-3.158 1.312A4.458 4.458 0 000 5.479a4.457 4.457 0 001.308 3.167l6.083 6.1a.858.858 0 00.609.253.861.861 0 00.61-.253l6.082-6.1A4.458 4.458 0 0016 5.479a4.457 4.457 0 00-1.308-3.167A4.431 4.431 0 0011.534 1Z\"/><path fill=\"currentColor\" d=\"M4.466 2c-.925 0-1.796.362-2.45 1.018A3.463 3.463 0 001 5.479c0 .93.36 1.804 1.016 2.461L8 13.942l5.984-6.001A3.463 3.463 0 0015 5.479c0-.93-.36-1.804-1.016-2.461A3.437 3.437 0 0011.534 2a3.44 3.44 0 00-2.45 1.018L8 4.105 6.916 3.018A3.436 3.436 0 004.466 2m0-1a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.431 4.431 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.457 4.457 0 0116 5.479a4.458 4.458 0 01-1.308 3.168l-6.082 6.1a.861.861 0 01-1.22 0l-6.082-6.1A4.457 4.457 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1Z\"/></g>"},"heart-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M8 13.942 2.016 7.94A3.463 3.463 0 011 5.479c0-.93.36-1.804 1.016-2.461A3.437 3.437 0 014.466 2a3.44 3.44 0 012.45 1.018l.376.377.708.71.708-.71.376-.377A3.437 3.437 0 0111.534 2a3.44 3.44 0 012.45 1.018A3.463 3.463 0 0115 5.479c0 .93-.36 1.804-1.016 2.462L8 13.94Z\"/><path d=\"M4.466 3c-.658 0-1.276.257-1.742.724A2.47 2.47 0 002 5.479c0 .664.257 1.287.724 1.755L8 12.525l5.276-5.29A2.47 2.47 0 0014 5.479a2.47 2.47 0 00-.724-1.755A2.444 2.444 0 0011.534 3c-.658 0-1.276.257-1.742.724L8 5.52 6.207 3.724A2.443 2.443 0 004.466 3m0-2a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.431 4.431 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.457 4.457 0 0116 5.479a4.458 4.458 0 01-1.308 3.168l-6.082 6.1a.86.86 0 01-1.22 0l-6.082-6.1A4.457 4.457 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1Z\"/></g>"},"highlighter":{"body":"<g stroke=\"currentColor\" stroke-linejoin=\"round\"><path fill=\"none\" d=\"m3.5 8.214 4.286 4.287L15.5 4.787 11.211.501Z\"/><path fill=\"none\" stroke-linecap=\"round\" d=\"m4 9.502 2.5 2.5-1.5 1.5H3.5l-1-1v-1.5Z\"/><path fill=\"currentColor\" d=\"m2.5 13.001-1 .667 1 .333 1-.667Z\"/></g>"},"home":{"body":"<g fill=\"rgba(0,0,0,0)\" stroke-miterlimit=\"10\"><path d=\"M6.5 14.5H5c-.853-.002-1.499-.729-1.5-1.691v-5.31H.957a.926.926 0 01-.3-.04C.573 7.43.542 7.396.522 7.367A.148.148 0 01.5 7.291c0-.042.008-.092.062-.18.047-.071.11-.142.2-.219l6.42-5.095.006-.006.007-.006c.216-.184.502-.285.805-.285.304 0 .59.101.804.286l.008.006.007.005 6.42 5.095c.089.078.152.148.199.22a.326.326 0 01.062.18.15.15 0 01-.02.073l-.002.002-.001.002a.2.2 0 01-.07.062c-.066.035-.158.067-.366.068h-2.54V13c-.002.896-.605 1.499-1.502 1.5H9.5v-3.998h-3V14.5Z\"/><path fill=\"currentColor\" d=\"M6 14v-4h4v4h.998c.627-.002 1.002-.376 1.002-1V7h2.57L8.48 2.165A.734.734 0 008 2a.737.737 0 00-.48.166l-.028.022L1.432 7H4v5.81c0 .689.422 1.19 1 1.19h1m1 1H5c-1.138-.001-1.998-.943-2-2.19V8H.957a1.42 1.42 0 01-.461-.066.736.736 0 01-.39-.288A.644.644 0 010 7.287a.81.81 0 01.14-.443 1.54 1.54 0 01.303-.337L6.87 1.405A1.737 1.737 0 018 1c.422 0 .823.144 1.129.406l6.428 5.101c.132.114.227.22.302.337.094.15.139.29.14.443a.644.644 0 01-.106.358.7.7 0 01-.25.226c-.167.089-.346.127-.6.128H13v5c-.001 1.176-.824 1.999-2 2H9v-3.998H7V15Z\"/></g>"},"hourglass":{"body":"<g transform=\"translate(2 .375)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M7.834 7.625c0-.33 1.2-1.03 1.833-1.667A6.017 6.017 0 0011.5 1.791V.124H.5v1.667a6.014 6.014 0 001.833 4.167c.631.637 1.833 1.337 1.833 1.667s-1.2 1.03-1.833 1.667A6.015 6.015 0 00.5 13.459v1.667h11v-1.667a6.02 6.02 0 00-1.833-4.167c-.632-.638-1.833-1.336-1.833-1.667Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M10.5 4.125h-9\"/><ellipse cx=\"4\" cy=\"1\" fill=\"currentColor\" rx=\"4\" ry=\"1\" transform=\"translate(2 13.625)\"/></g>"},"image":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(-.667 .999)\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 7.833 8.834)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.163 12.002 9.5-5.5 3.5 5.5\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.667 3.001)\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.165 8 1 2 2.5-1.5\"/></g>"},"info-badge":{"body":"<g transform=\"translate(.333 .334)\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" transform=\"translate(-.333 -.333)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M7.667 12.166v-5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.668 4.166v-1\"/></g>","height":16.001},"information":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 3.5v1m0 3v5\"/><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g></g>"},"italic":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5.632h-7m3 15h-7m8-15-5 15\"/>","height":16.265},"key":{"body":"<g transform=\"translate(-948 -1895.998)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M951 1911.5h-2.5v-2.707l.145-.15 6.5-6.5.063-.064a4.252 4.252 0 118.289-1.332 4.255 4.255 0 01-5.578 4.035l-.066.066-1.5 1.5-.145.15h-1.709v2h-2v1.705l-.143.15-1 1-.143.15Z\"/><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"currentColor\" transform=\"translate(959 1899)\"/></g>","height":16.004},"language":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" d=\"M1 5h14M1 11h14\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6.5 15a16.394 16.394 0 01-2-7 16.394 16.394 0 012-7m3 14a16.394 16.394 0 002-7 16.394 16.394 0 00-2-7\"/>"},"learning-path":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m1.495 12.719 1-3.778a.158.158 0 01.287-.047 1.762 1.762 0 003.161-.452 1.8 1.8 0 00-1.227-2.285 1.741 1.741 0 00-1.242.124.16.16 0 01-.225-.186l1-3.779 3.722 1.013a.161.161 0 00.183-.229 1.812 1.812 0 01-.122-1.26A1.768 1.768 0 0110.285.593a1.807 1.807 0 011.186 2.114 1.788 1.788 0 01-.741 1.089.162.162 0 00.046.291l3.724 1.02-2.747 10.4Z\"/>","height":16.007},"light-off":{"body":"<path fill=\"currentColor\" d=\"M8 15a2.8 2.8 0 01-1.825-.648 2.119 2.119 0 01-.778-1.617v-.014l1-1v1.018a1.109 1.109 0 00.432.854 1.784 1.784 0 001.173.408 1.8 1.8 0 001.173-.408 1.143 1.143 0 00.431-.857v-1.924l.239-.281a10.14 10.14 0 001.524-2.252 6.226 6.226 0 00.606-2.135l1-1a4.332 4.332 0 01.022.434 7.244 7.244 0 01-.731 3.137 11.083 11.083 0 01-1.665 2.473v1.553a2.124 2.124 0 01-.784 1.617A2.772 2.772 0 018 15ZM4.245 9.631a9 9 0 01-.513-.924 7.153 7.153 0 01-.731-3.133 4.328 4.328 0 011.473-3.242 5.336 5.336 0 017.055 0 .027.027 0 00.006.008l-.71.709a4.344 4.344 0 00-5.684.023 3.347 3.347 0 00-1.145 2.5 6.2 6.2 0 00.633 2.7c.1.205.21.412.34.631l-.726.725Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1 15 15 1\"/>"},"light-on":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M12.999 5.571a4.372 4.372 0 00-1.474-3.241A5.233 5.233 0 007.999 1a5.233 5.233 0 00-3.527 1.33 4.372 4.372 0 00-1.473 3.241 7.179 7.179 0 00.734 3.132 11.418 11.418 0 001.663 2.468v1.564a2.126 2.126 0 00.782 1.619A2.808 2.808 0 007.999 15a2.808 2.808 0 001.821-.646 2.126 2.126 0 00.782-1.619v-1.552a11.308 11.308 0 001.667-2.474 7.213 7.213 0 00.73-3.138Z\"/><path fill=\"currentColor\" d=\"M8 2c-1.082 0-2.096.38-2.855 1.07-.74.672-1.146 1.56-1.146 2.501 0 .922.208 1.805.636 2.7.346.723.843 1.459 1.52 2.25l.241.28v1.935c0 .428.268.72.43.856.309.263.726.408 1.174.408.447 0 .864-.145 1.175-.409.16-.136.428-.427.428-.856v-1.923l.241-.28c.679-.79 1.177-1.528 1.523-2.254.426-.895.634-1.78.633-2.708 0-.94-.407-1.828-1.147-2.5C10.095 2.38 9.081 2 8 2m0-1c1.372 0 2.62.506 3.526 1.33.906.823 1.475 1.972 1.474 3.24a7.213 7.213 0 01-.73 3.139c-.428.896-1.012 1.711-1.667 2.474v1.552c0 .641-.308 1.217-.782 1.62A2.808 2.808 0 018 15a2.808 2.808 0 01-1.822-.646c-.474-.402-.783-.978-.782-1.619v-1.564c-.652-.762-1.236-1.575-1.663-2.468-.455-.951-.735-1.993-.734-3.132 0-1.269.568-2.418 1.474-3.241C5.379 1.506 6.627 1 8 1Z\"/></g><path stroke=\"currentColor\" stroke-miterlimit=\"10\" d=\"M6.001 11h4\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 6.5-1 3M7 6.504l1 2.5v1.5\"/></g>"},"link":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6.333 9.191a3.82 3.82 0 005.371.78 3.8 3.8 0 00.416-.362l2.3-2.319a3.883 3.883 0 00-.094-5.464 3.819 3.819 0 00-5.332 0l-1.32 1.321\"/><path d=\"M9.666 7.29a3.82 3.82 0 00-5.371-.78 3.806 3.806 0 00-.416.362l-2.3 2.319a3.883 3.883 0 00.094 5.464 3.819 3.819 0 005.332 0l1.313-1.321\"/></g>","height":16.479},"lock":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 9v3\"/><g stroke-miterlimit=\"10\" transform=\"translate(0 5)\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.505 5.5V3.335C4.505 1.769 6.067.5 8.005.5h0c1.933 0 3.5 1.269 3.5 2.835V5.5\"/></g>"},"login":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.5.5H14A1.664 1.664 0 0115.5 2v12a1.668 1.668 0 01-1.5 1.5h-3.5\"/><path d=\"m7.499 11.501 4-3.5-4-3.5M10.5 8H.5\"/></g>","width":16.005},"logout":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5.5H2A1.661 1.661 0 00.5 2v12A1.659 1.659 0 002 15.5h3.5m5.999-3.999 4-3.5-4-3.5M14.5 8h-10\"/>"},"maximaze":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><g transform=\"translate(0 2)\"><rect width=\"16\" height=\"12\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"11\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" d=\"M2.5 8.501v3h3m8-4.001v-3h-3\"/></g>"},"menu":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.5 11h11m-11-3H9M1.5 5h13\"/>"},"merge":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><g stroke-miterlimit=\"10\" transform=\"translate(2.667 2.666) translate(-1.667 8.334)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(2.667 2.666) translate(7.333 8.334)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g><path stroke-linejoin=\"round\" d=\"m11.001 3.5-3-3-3 3M8 1.5V9\"/><path stroke-miterlimit=\"10\" d=\"m5 11.999 3-3 3 3\"/></g>"},"minimaze":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(1.333 1.334)\"><rect width=\"7\" height=\"5\" rx=\"1\" transform=\"translate(-.833 7.166)\"/><path stroke-linecap=\"round\" d=\"M14.167 4.166v-3h-5m0 10.999h5v-3m-10-7.998h-5v3\"/></g>"},"mixed-class":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" d=\"M2.5 8.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M2.5 4.001a2 2 0 11.586 1.414A2 2 0 012.5 4.001Z\"/><path fill=\"currentColor\" d=\"M4.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 .993.993 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 014.5 2.001Z\"/></g><path stroke=\"currentColor\" d=\"M6 16.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 12.001a2 2 0 11.586 1.414A2 2 0 016 12.001Z\"/><path fill=\"currentColor\" d=\"M8 11.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 009 12.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 14.001a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 10.001Z\"/></g><path stroke=\"currentColor\" d=\"M9.5 8.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M9.5 4.001a2 2 0 11.586 1.414A2 2 0 019.5 4.001Z\"/><path fill=\"currentColor\" d=\"M11.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 .993.993 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0111.5 2.001Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667\"/></g>","width":16.001,"height":16.002},"more-horizontal":{"body":"<g fill=\"currentColor\" transform=\"rotate(90 5.133 11.2)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.066 .333)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.066 6.333)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.066 12.333)\"/></g>"},"more-vertical":{"body":"<g fill=\"currentColor\" transform=\"translate(5.991 -.713)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(.009 .713)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(.009 6.713)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(.009 12.713)\"/></g>","height":16.001},"news":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path d=\"M3.5 5.498h-3v8c0 1.2.544 2 1.5 2s1.5-.8 1.5-2v-12h12v12.5c0 1.3-.2 1.5-1.5 1.5H2\"/><path stroke-linecap=\"round\" d=\"M6.5 5.5h6m-6 3h6m-6 3h3\"/></g>"},"no-prerequisites":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(7 1)\"><rect width=\"8\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"7\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(7 9)\"><rect width=\"8\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"7\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path fill=\"currentColor\" d=\"M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16h2.064v.926H1.016Z\"/>"},"notes":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.5 4.5h9m-9 3h6\"/><rect width=\"16\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2 15.501c2 0 3-4 3-4l9 4Z\"/></g>"},"number-code":{"body":"<defs><path id=\"svgIDa\" d=\"M1.5-.166v3M3 .333l-3 2m3 0-3-2\"/></defs><g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"translate(2 3)\"><rect width=\"12\" height=\"8\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"7\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"square\" stroke-linejoin=\"round\" d=\"M5.506 2.768A2.393 2.393 0 018.006.5h0a2.392 2.392 0 012.5 2.268\"/><use xlink:href=\"#svgIDa\" stroke-linecap=\"round\" transform=\"translate(3 12.667)\"/><use xlink:href=\"#svgIDa\" stroke-linecap=\"round\" transform=\"translate(10 12.667)\"/></g>","height":16.001},"numbered-list":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 12h5m-5-4h10m-10-4h7\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M1.044 4.955h.472v-1.72L1 3.386v-.585l1.083-.3v2.455H2.5v.545H1.044Zm-.04 3.913a.824.824 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458V7.33c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.816.816 0 01-.428.821l-.452.275a.277.277 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 3.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276c0 .14.057.21.169.21h.245c.111 0 .17-.073.17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337c.107 0 .157-.07.157-.214v-.236c0-.145-.057-.215-.165-.215h-.206c-.107 0-.163.068-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z\"/>"},"on-site":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 7.501 2-2h3l2-2\"/><path stroke=\"currentColor\" d=\"M5.5 16A2.5 2.5 0 018 13.5a2.5 2.5 0 012.5 2.5\"/><g stroke-miterlimit=\"10\"><path d=\"M5.5 10.499a2.5 2.5 0 11.732 1.767 2.5 2.5 0 01-.732-1.767Z\"/><path fill=\"currentColor\" d=\"M8 11.999c.4 0 .776-.156 1.06-.44.284-.283.44-.66.44-1.06a1.49 1.49 0 00-.439-1.06A1.494 1.494 0 008 8.998a1.496 1.496 0 00-1.5 1.5c0 .4.156.776.439 1.06.285.284.661.44 1.061.44m0 1c-.691 0-1.314-.28-1.767-.732a2.492 2.492 0 01-.733-1.768 2.495 2.495 0 012.5-2.5 2.49 2.49 0 011.767.731A2.49 2.49 0 0110.5 10.5c0 .691-.279 1.314-.733 1.768A2.492 2.492 0 018 12.999Z\"/></g></g>"},"order-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.5 3.5h13m-13 3h9m-9 3h7m-7 3h3\"/>"},"order-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.5 12.5h13m-13-3h9m-9-3h5m-5-3h3\"/>"},"paste":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(3.333 1.834)\"><path stroke-linecap=\"round\" d=\"M3.167 4.166h5m-5 3h5\"/><rect width=\"10\" height=\"14\" rx=\"2\" transform=\"translate(.667 -1.334)\"/><path d=\"M6.167 14.166h-5.5c-1.1 0-1.5-.4-1.5-1.5v-8.5\"/></g>","height":16.5},"pausa":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 1.5v13m5-13v13\"/>"},"pdf":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M15.5 4.5h-7m7 2.999h-7m7 4.001H.5\"/><path stroke-linejoin=\"round\" d=\"M.5 3.5h5v5h-5z\"/></g>"},"phone":{"body":"<g transform=\"translate(2.333 -.167)\"><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(.667 .167)\"><rect width=\"10\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"9\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"currentColor\" transform=\"translate(4.667 12.167)\"/><rect width=\"4\" height=\"2\" fill=\"currentColor\" rx=\"1\" transform=\"translate(3.667 .167)\"/></g>"},"pin":{"body":"<g fill=\"none\"><path d=\"M8.002 0a5.81 5.81 0 016 5.6c0 4.805-6 10.4-6 10.4s-6-5.6-6-10.4a5.81 5.81 0 016-5.6Z\"/><path fill=\"currentColor\" d=\"M8.001 1C5.245 1 3.002 3.063 3.002 5.6c0 1.739.962 3.943 2.78 6.374a28.787 28.787 0 002.22 2.61 28.726 28.726 0 002.2-2.584C12.031 9.56 13 7.346 13 5.6 13 3.062 10.758 1 8 1m0-1c3.314 0 6 2.507 6 5.6 0 4.805-6 10.397-6 10.397S2.002 10.403 2.002 5.6c0-3.092 2.686-5.599 6-5.599Z\"/><g stroke=\"currentColor\" transform=\"translate(5 3)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g></g>"},"pin-map":{"body":"<g fill=\"currentColor\"><path d=\"M8 15.302a29.153 29.153 0 01-2.6-3C3.005 9.107 2.502 6.894 2.502 5.601 2.501 2.788 4.968.5 8.001.5c3.032 0 5.5 2.288 5.5 5.1 0 1.295-.503 3.509-2.9 6.703A29.107 29.107 0 018 15.302ZM8.003 1.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5Z\"/><path d=\"M8 14.587a28.64 28.64 0 002.2-2.584C12.516 8.919 13 6.819 13 5.6 13 3.064 10.759 1 8 1 5.244 1 3.001 3.064 3.001 5.6c0 1.218.486 3.317 2.8 6.402A28.68 28.68 0 008 14.587M8.002 1c2.206 0 4 1.794 4 4 0 2.205-1.794 4-4 4s-4-1.795-4-4c0-2.206 1.794-4 4-4M8 16a28.75 28.75 0 01-3-3.398c-1.368-1.824-2.999-4.52-2.999-7.001 0-3.089 2.691-5.601 6-5.601 3.308 0 6 2.512 6 5.6 0 2.484-1.632 5.18-3 7.003A28.68 28.68 0 018 16Zm.002-14c-1.654 0-3 1.345-3 3 0 1.653 1.346 3 3 3s3-1.347 3-3c0-1.655-1.346-3-3-3Z\"/></g>","height":16.001},"pizza":{"body":"<path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.178.5 5.347 15L.554 10.143S-.515.5 10.178.5Z\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.524 10.55a19.678 19.678 0 01.054-2.608 6.888 6.888 0 01.676-1.409 7 7 0 01.7-1.4 7.217 7.217 0 011.231-.982 7.113 7.113 0 011.247-.962 7.311 7.311 0 011.543-.359 21.912 21.912 0 012.749-.385\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" d=\"M5.525 11.501c.33-1.464 2.091-1.417 3.208-.949a2.6 2.6 0 011.792 2.949\"/><path fill=\"currentColor\" d=\"M10.152 5.192a1.413 1.413 0 00-1.93 1.936.47.47 0 00.348.228.483.483 0 00.4-.138l.108-.093.608.873 1.336-1.338-.874-.623.092-.1a.483.483 0 00.138-.4.47.47 0 00-.228-.348Z\"/>","width":16.024},"play":{"body":"<g fill=\"none\"><path d=\"M14.481 7.132a1 1 0 010 1.736l-10.984 6A1 1 0 012 14V2a1 1 0 011.5-.868Z\"/><path fill=\"currentColor\" d=\"M13.984 8 3 2v12l.017-.01L13.984 8m1 0a.99.99 0 01-.503.868l-10.985 6A1 1 0 012 14V2a1 1 0 011.496-.868l10.985 6a.99.99 0 01.503.868Z\"/></g>"},"plug-in":{"body":"<g fill=\"none\"><path d=\"M2.002 12.998a2 2 0 01-2-2v-5a2 2 0 012-2v-1a1 1 0 011-1h3a1 1 0 011 1v1h2v-1a1 1 0 011-1h3a1 1 0 011 1v1a2 2 0 012 2v5a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14.002 12c.55 0 1-.45 1-1.002v-5c0-.551-.45-1-1-1h-1l.002-1.995-.006-.001L10.002 3v1.998H6l-.002-1.996L3 3v1.998H2c-.55 0-1 .449-1 1v5C1 11.55 1.45 12 2 12h12.002m0 1H2a2 2 0 01-2-2.002v-5c0-1.106.895-2 2-2V3a1 1 0 01.998-.998h3A1 1 0 017 3v.998h2.002V3c0-.551.447-.998.998-.998h2.998A1 1 0 0114.002 3v.998c1.105 0 2 .894 2 2v5a2 2 0 01-2 2.002Z\"/></g>","width":16.002},"pointer":{"body":"<g stroke=\"currentColor\" transform=\"translate(.667 .666)\"><circle cx=\"7\" cy=\"7\" r=\"7\" fill=\"none\" transform=\"translate(.333 .334)\"/><circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"currentColor\" transform=\"translate(4.333 4.334)\"/></g>"},"printer":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M14 4H2a2 2 0 00-2 2v5a2.008 2.008 0 002 2h1v2a1.073 1.073 0 001 1h8a1.074 1.074 0 001-1v-2h1a2 2 0 002-2V6a2.011 2.011 0 00-2-2Z\"/><path fill=\"currentColor\" d=\"M2 5c-.551 0-1 .449-1 1v5c0 .542.458 1 1 1h2v2.959c.01.014.027.03.04.041h7.918a.198.198 0 00.042-.041V12h2c.551 0 1-.448 1-1V6c0-.542-.458-1-1-1H2m0-1h12c1.098 0 2 .905 2 2v5c0 1.102-.896 2-2 2h-1v2c0 .502-.5 1-1 1H4c-.508 0-1-.504-1-1v-2H2c-1.098 0-2-.902-2-2V6c0-1.102.897-2 2-2Z\"/></g><g stroke-miterlimit=\"10\"><path d=\"M3 9.999h10v4.9a1.125 1.125 0 01-1.146 1.1H4.146A1.125 1.125 0 013 14.899Z\"/><path fill=\"currentColor\" d=\"M4 10.999v3.897c0 .049.06.103.146.103h7.708c.086 0 .146-.054.146-.103v-3.897H4m-1-1h10v4.897c0 .61-.513 1.103-1.146 1.103H4.146c-.633 0-1.146-.494-1.146-1.103V9.999Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M10.5 7.5h2\"/><g stroke=\"currentColor\"><path stroke-linejoin=\"round\" d=\"M11.001 2h-1V1Z\"/><path stroke-miterlimit=\"10\" d=\"M4.5 4.5V1.457A1.011 1.011 0 015.559.502h4.3l1.64 1.453V4.5\"/></g></g>"},"profile":{"body":"<g stroke=\"currentColor\" transform=\"translate(4 2.666)\"><path fill=\"rgba(0,0,0,0)\" d=\"M4 7.834A4.472 4.472 0 01.17 5.693a2.5 2.5 0 100-4.721 4.5 4.5 0 017.659 0 2.5 2.5 0 100 4.721A4.479 4.479 0 014 7.834Z\"/><path fill=\"none\" stroke-linejoin=\"round\" d=\"M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" fill=\"rgba(0,0,0,0)\" transform=\"translate(-1.5 .834)\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" fill=\"rgba(0,0,0,0)\" transform=\"translate(4.5 .834)\"/></g>"},"profile-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.5 3.5h6m-3-3v6\"/><g fill=\"rgba(0,0,0,0)\"><path d=\"M4.999 11.502a3.53 3.53 0 01-3.15-1.973l-.075-.154-.153-.076A1.993 1.993 0 01.501 7.5c0-1.06.825-1.938 1.88-1.998l.172-.012.13-.113A3.493 3.493 0 014.999 4.5c.856 0 1.679.31 2.318.877l.13.113.172.012a2.003 2.003 0 01.759 3.797l-.153.076-.076.154A3.482 3.482 0 015 11.502Z\"/><path fill=\"currentColor\" d=\"M4.999 11.002a2.984 2.984 0 002.7-1.691l.15-.309.31-.152c.52-.256.843-.772.843-1.35 0-.793-.621-1.453-1.413-1.5l-.344-.02-.259-.228a2.999 2.999 0 00-3.972 0l-.26.228-.345.02a1.502 1.502 0 00-1.408 1.5c0 .578.322 1.096.84 1.352l.308.15.15.309a3.026 3.026 0 002.7 1.691m0 1c-1.58 0-2.95-.922-3.599-2.254a2.504 2.504 0 01.952-4.746A3.989 3.989 0 014.999 4c1.018 0 1.944.379 2.65 1.002a2.503 2.503 0 01.95 4.746 4.002 4.002 0 01-3.6 2.254Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M1.5 16a3.5 3.5 0 017 0\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(0 5)\"><rect width=\"5\" height=\"5\" rx=\"2.5\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\"2\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(5 5)\"><rect width=\"5\" height=\"5\" rx=\"2.5\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\"2\"/></g>"},"push-pin-off":{"body":"<path fill=\"currentColor\" d=\"M7.988 16a1.257 1.257 0 01-.967-.449 6.8 6.8 0 01-1.521-2.93l.885-.885a5.35 5.35 0 001.4 3.172.262.262 0 00.2.094.272.272 0 00.19-.08l6.743-6.738a.27.27 0 00.075-.209.251.251 0 00-.093-.191 5.347 5.347 0 00-3.174-1.393l.89-.889a6.818 6.818 0 012.932 1.52 1.291 1.291 0 01.447.914 1.27 1.27 0 01-.372.953l-6.739 6.738a1.247 1.247 0 01-.896.373ZM4.632 9.248 2 6.621a.244.244 0 00-.187-.08l-.944-.006a.885.885 0 01-.8-.541.873.873 0 01.19-.947L5.043.258a.878.878 0 011.494.617v.939A.257.257 0 006.612 2l2.634 2.635-.707.707-2.631-2.633a1.274 1.274 0 01-.373-.891v-.639L1.178 5.538h.638a1.268 1.268 0 01.892.367l2.631 2.633-.706.705Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m12 12 3 3M1 15 15 1\"/>"},"push-pin-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M15.236 7.412c-2.14-1.8-3.949-1.594-4.728-1.374a.767.767 0 01-.756-.193l-3.48-3.482a.765.765 0 01-.225-.538V.882A.373.373 0 005.41.621L.621 5.406a.373.373 0 00.261.637h.943a.765.765 0 01.538.225L5.845 9.75a.767.767 0 01.193.756c-.22.78-.426 2.589 1.374 4.728a.772.772 0 001.132.046l6.741-6.741a.772.772 0 00-.049-1.127Z\"/><path stroke-linecap=\"round\" d=\"m12.01 12.01 3 3\"/></g>","width":16.01,"height":16.01},"qrcode":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(0 11)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(11)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.5 7.501h7v3m4-3h4v2m-6 3h4m-5.999-8v-4h2M8.5 15.5h7v-3\"/></g>"},"question-badge":{"body":"<g transform=\"translate(.004 .005)\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" transform=\"translate(-.004 -.005)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.496 4.833A3.631 3.631 0 019.09 2.694a3.5 3.5 0 012.406 3.3c0 2.331-3.6 3.5-3.6 3.5m-.4 4.002v-1\"/></g>"},"radio":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g>"},"redo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M14.5 6H3.779A3.39 3.39 0 00.5 9.49v.019A3.39 3.39 0 003.779 13h2.593\"/><path stroke-linejoin=\"round\" d=\"m12.5 2.998 3 3-3 3\"/></g>"},"relations":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(1 2.999)\"><path d=\"m1.5.5 2 2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(-.5 -1.5)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(11.5 1.5)\"><path d=\"m2 1.999-2 2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(2 -.001)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(7.333 2.166)\"><path d=\"M.667.334v3\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(-.333 -1.666)\"/></g><path stroke-linejoin=\"round\" d=\"M5 16a3 3 0 013-3 3 3 0 013 3\"/><g transform=\"translate(5 7)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g></g>"},"reload":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M1.5 9.502h13m-13-3h13\"/><path stroke-linejoin=\"round\" d=\"m10.501 2.502-2.5-2-2.5 2m5 10.999-2.5 2-2.5-2\"/></g>"},"remove":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M.5 7.999h15\"/>"},"remove-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/><path stroke-linecap=\"round\" d=\"M3.5 8h9\"/></g>"},"repeart":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m12.5.707 3 3-3 3m-9 9-3-3 3-3\"/><path d=\"M.5 7.706v-2a2.184 2.184 0 012.332-2H14.5m1 5v2a2.184 2.184 0 01-2.332 2H1.5\"/></g>","width":16.001,"height":16.414},"repository":{"body":"<g fill=\"none\"><path d=\"M2 14a2 2 0 01-2-2V2.6A1.638 1.638 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1h12m0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12.001 8-1.5-2-1.5 2M10.5 6.5v4\"/></g>"},"request-form":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(.5 .5)\"><path stroke-linecap=\"round\" d=\"M11 8.49a3.643 3.643 0 01-2.507 2.507m0-7A3.644 3.644 0 0111 6.506m-7 0a3.645 3.645 0 012.508-2.509m0 7A3.641 3.641 0 013.999 8.49M14 9.358c-.481 3.218-1.954 4.146-4.643 4.643m0-13A5.358 5.358 0 0114 5.644m-13 0a5.364 5.364 0 014.642-4.64m0 13A5.227 5.227 0 01.999 9.361\"/><rect width=\"3\" height=\"4\" rx=\"1\" transform=\"translate(6 11)\"/><rect width=\"4\" height=\"3\" rx=\"1.333\" transform=\"translate(11 6)\"/><rect width=\"4\" height=\"3\" rx=\"1\" transform=\"translate(0 6)\"/><rect width=\"3\" height=\"4\" rx=\"1\" transform=\"translate(6)\"/></g>"},"resize-100":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 5.498v-3h-3m0 11.003h3v-3M3.501 2.498h-3v3m0 5.001v3h3\"/><path fill=\"currentColor\" d=\"M3.001 10.999h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1Zm7 0h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1ZM7 7.001h1v-1H7Zm0 3h1v-1H7Z\"/>"},"resize-height":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"m10 5.501-2-2-2 2m0 5.001 2 2 2-2\"/><path d=\"M.5.5h15m-15 15h15\"/></g>"},"resize-width":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"m10.502 10.002 2-2-2-2m-5.003-.001-2 2 2 2\"/><path d=\"M15.5.5v15M.5.5v15\"/></g>","height":16.001},"search":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m9 8.999 6 6\"/><g fill=\"none\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5.5\" stroke=\"none\"/><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/></g></g>"},"sequential-prerequisites":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(7 1)\"><rect width=\"8\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"7\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"translate(8 9.999)\"><rect width=\"6\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.505 10v-.867A1.356 1.356 0 0111.005 8h0a1.356 1.356 0 011.5 1.133V10\"/></g><path fill=\"currentColor\" d=\"M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16h2.064v.926H1.016Z\"/>"},"settings":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7.112 15h1.775l.217-1.743.3-.083a5.315 5.315 0 001.256-.521l.272-.157 1.387 1.082 1.257-1.257-1.076-1.387.158-.273a5.331 5.331 0 00.521-1.256l.083-.3L15 8.884V7.112l-1.742-.216-.083-.3a5.322 5.322 0 00-.521-1.257l-.154-.274 1.082-1.387-1.239-1.237-.021-.021-1.388 1.083-.272-.158a5.326 5.326 0 00-1.256-.521l-.3-.083L8.889.999H7.112L6.9 2.742l-.3.083a5.327 5.327 0 00-1.256.521l-.272.158L3.678 2.42 2.421 3.678 3.5 5.065l-.157.273a5.312 5.312 0 00-.521 1.256l-.083.3L1 7.112v1.772l1.742.217.083.3a5.312 5.312 0 00.521 1.256l.157.273-1.082 1.392 1.257 1.257 1.387-1.082.272.157a5.326 5.326 0 001.256.521l.3.083Z\"/><path fill=\"currentColor\" d=\"m8.888 15 .217-1.743.3-.083a5.316 5.316 0 001.257-.52l.272-.157 1.388 1.082 1.257-1.257-1.082-1.388.157-.273c.222-.385.398-.807.52-1.256l.084-.3L15 8.888V7.112l-1.742-.217-.083-.3a5.322 5.322 0 00-.521-1.258l-.157-.272 1.082-1.387-1.257-1.258-1.388 1.083-.272-.157a5.327 5.327 0 00-1.256-.52l-.301-.084L8.888 1H7.112l-.217 1.742-.3.083a5.358 5.358 0 00-1.257.52l-.272.158L3.678 2.42 2.421 3.678l1.082 1.387-.157.273a5.312 5.312 0 00-.52 1.256l-.084.301L1 7.112v1.776l1.742.217.083.3c.123.449.299.871.521 1.256l.157.273-1.082 1.388 1.257 1.257 1.388-1.082.272.157c.386.222.808.397 1.256.52l.301.083L7.112 15h1.776m0 1H7.112a1 1 0 01-.992-.876l-.136-1.09a6.333 6.333 0 01-.825-.342l-.865.675a1 1 0 01-1.323-.08l-1.257-1.258a1 1 0 01-.081-1.323l.675-.865a6.315 6.315 0 01-.342-.825L.876 9.88A1 1 0 010 8.888V7.112a1 1 0 01.877-.993l1.089-.135c.095-.285.21-.562.342-.826l-.675-.865a1 1 0 01.08-1.322l1.258-1.258a1 1 0 011.323-.08l.865.674a6.3 6.3 0 01.825-.341L6.12.876A1 1 0 017.112 0h1.776a1 1 0 01.992.876l.136 1.09c.285.095.561.21.825.341l.865-.675a1 1 0 011.323.081l1.257 1.258a1 1 0 01.081 1.322l-.675.865c.133.265.247.54.342.826l1.09.135a1 1 0 01.876.993v1.776a1 1 0 01-.876.992l-1.09.136c-.095.285-.21.56-.342.825l.675.865a1 1 0 01-.08 1.323l-1.258 1.257a1 1 0 01-1.323.081l-.865-.675a6.32 6.32 0 01-.825.342l-.136 1.09a1 1 0 01-.992.876Z\"/><g stroke=\"currentColor\" transform=\"translate(4.999 5)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g></g>"},"share":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"translate(1.195 .234) translate(-1.195 4.766)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(1.195 .234) translate(8.806 9.766)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(1.195 .234) translate(8.806 -.234)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.501 11.5-5-2m4.5-5.5-5 1.998\"/></g>","width":16.001},"sketch":{"body":"<g fill=\"none\"><path d=\"M10.951 1a2.1 2.1 0 011.8 1.008l2.97 5a1.934 1.934 0 010 1.985l-2.97 5a2.1 2.1 0 01-1.8 1.007h-5.9a2.1 2.1 0 01-1.8-1.008l-2.97-5a1.934 1.934 0 010-1.985l2.97-5A2.1 2.1 0 015.048 1Z\"/><path fill=\"currentColor\" d=\"M5.048 2c-.393 0-.755.199-.945.518l-2.97 5a.93.93 0 000 .964l2.97 5c.19.32.552.518.945.518h5.903c.393 0 .755-.199.945-.518l2.97-5a.93.93 0 000-.964l-2.97-5A1.095 1.095 0 0010.951 2H5.048m0-1h5.903c.746 0 1.435.385 1.805 1.008l2.97 5c.365.615.365 1.37 0 1.984l-2.97 5A2.095 2.095 0 0110.95 15H5.048a2.095 2.095 0 01-1.805-1.008l-2.97-5a1.934 1.934 0 010-1.984l2.97-5A2.095 2.095 0 015.048 1Z\"/></g>"},"skills":{"body":"<g transform=\"translate(1.333 1.334)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M3.667 14.665a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(3.667 5.666)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g><rect width=\"4\" height=\"4\" fill=\"currentColor\" rx=\"1\" transform=\"translate(-1.333 1.666)\"/><path fill=\"currentColor\" d=\"M11.554 2.145a1.017 1.017 0 011.726 0l1.242 2.028a.986.986 0 01-.863 1.493h-2.484a.986.986 0 01-.863-1.493ZM6.06-.87a1 1 0 011.214 0l.839.641a1 1 0 01.348 1.09l-.34 1.1a1 1 0 01-.954.705h-1a1 1 0 01-.955-.7l-.34-1.1a1 1 0 01.349-1.1Z\"/></g>"},"skip-back":{"body":"<g fill=\"none\"><path d=\"M1.574 6.947a1.255 1.255 0 000 2.106l8.693 4.8a1.1 1.1 0 001.625-1.053V3.2a1.1 1.1 0 00-1.625-1.052Z\"/><path fill=\"currentColor\" d=\"M2.001 8c0 .023.004.14.078.19l8.7 4.803.013.007c.024-.005.1-.06.1-.201V3.2c0-.142-.079-.198-.097-.201 0 0-.006.001-.016.007l-.029.017L2.08 7.81C2.005 7.86 2 7.977 2 8M1 8c0-.413.191-.826.573-1.053l8.694-4.799c.732-.436 1.625.143 1.625 1.053V12.8c0 .91-.893 1.489-1.625 1.053l-8.693-4.8c-.382-.227-.573-.64-.573-1.053Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M14.401 2.5v11\"/></g>"},"skip-forward":{"body":"<g fill=\"none\"><path d=\"M14.423 6.948a1.249 1.249 0 010 2.106l-8.772 4.8a1.113 1.113 0 01-1.64-1.053V3.203a1.113 1.113 0 011.64-1.053Z\"/><path fill=\"currentColor\" d=\"M14.001 8.001c0-.032-.006-.138-.08-.187L5.143 3.011C5.124 3 5.121 2.998 5.1 3.01c-.015.008-.088.057-.088.193V12.8c0 .136.073.185.088.193.021.012.024.01.043 0l.029-.017 8.75-4.787c.074-.05.08-.155.08-.187m1 0c0 .413-.193.825-.578 1.053l-8.772 4.798c-.74.436-1.64-.142-1.64-1.053V3.203c0-.91.9-1.49 1.64-1.053l8.772 4.798c.385.228.578.64.578 1.054Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1.5 2.5v11\"/></g>"},"sms":{"body":"<g fill=\"none\"><path d=\"M3 1.999h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3Z\"/><path fill=\"currentColor\" d=\"M3 2.999c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2v-4c0-1.103-.897-2-2-2H3m0-1h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.5 5.499h9M3.5 8.5h5\"/><g fill=\"currentColor\" stroke-linecap=\"round\"><path d=\"M3.5 13.792v-2.293h2.293L3.5 13.792Z\"/><path d=\"M4 11.999v.586l.585-.586H4m-1-1h4l-4 4v-4Z\"/></g>"},"sso-access":{"body":"<g fill=\"none\"><g stroke-linecap=\"round\"><path d=\"M13.001 12.999h-10a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823A4 4 0 0114.001 7v.169a3 3 0 01-.969 5.83h-.026Z\"/><path fill=\"currentColor\" d=\"M13.002 11.999h.017a2.005 2.005 0 001.982-2c0-.848-.537-1.606-1.336-1.887l-.698-.246.031-.739.003-.128c0-1.654-1.346-3-3-3-.856 0-1.673.367-2.242 1.006l-.5.563-.68-.326A2.475 2.475 0 005.501 5a2.488 2.488 0 00-2.489 2.26l-.06.64-.607.21A2.001 2.001 0 003.002 12h10m0 1H3a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823 4 4 0 016.985 2.828 3 3 0 01-.995 5.83Z\"/></g><g stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 8v2\"/><g transform=\"translate(7 7)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g></g></g>"},"star":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z\"/>"},"star-active":{"body":"<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z\"/>"},"success":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(.001 -.989)\"><rect width=\"3\" height=\"8\" rx=\"1\" transform=\"translate(.499 7.499)\"/><path stroke-linecap=\"round\" d=\"M14.497 8.84h-.749l.059-.4h.69a.978.978 0 100-1.956h-1.5L9.499 6.5s.918-3.613-1.3-4.8c-1.424-.687-1.7.6-1.7.6V5l-1 .5s-1.992 1.2-2 2.5v6a1.314 1.314 0 001.5 1.5h8a1.1 1.1 0 001.12-.978.993.993 0 00-1-.978h-.068l.059-.4h.7a.978.978 0 100-1.955h-.408l.059-.4H14.5a.978.978 0 100-1.956Z\"/></g>","height":16.009},"sun":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(.574 .574)\"><circle cx=\"4\" cy=\"4\" r=\"4\" transform=\"translate(3.426 3.426)\"/><path stroke-linecap=\"round\" d=\"M7.426 1.926v-2m0 15v-2m5.5-5.5h2m-15 0h2m-1-6.5 2 2m-2 11.5 2-2m9-9.5 2-2m-2 11.5 2 2\"/></g>"},"sunrise":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M3 10.999a5 5 0 015-5 5 5 0 015 5Z\"/><path fill=\"currentColor\" d=\"M11.873 9.999a4.007 4.007 0 00-3.873-3 4.007 4.007 0 00-3.874 3h7.747m1.127 1H3a5 5 0 1110 0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8 4.5v-1m-7.5 7h15m-13-6 1 1m10-1-1 1\"/></g>"},"support":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(.667 .568)\"><path stroke-linecap=\"round\" d=\"M2.833 3.934a4.272 4.272 0 014.5-4 4.272 4.272 0 014.5 4\"/><g transform=\"translate(.333 3.433)\"><rect width=\"5\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"6\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><g transform=\"translate(9.333 3.433)\"><rect width=\"5\" height=\"7\" rx=\"2.004\" stroke=\"none\"/><rect width=\"4\" height=\"6\" x=\".5\" y=\".5\" rx=\"1.504\"/></g><path stroke-linecap=\"round\" d=\"M11.83 9.932v2c0 1.394-.451 2-1.5 2h-1.5\"/><circle cx=\"1\" cy=\"1\" r=\"1\" stroke-linecap=\"round\" transform=\"translate(6.833 12.931)\"/></g>"},"survey":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.5.5h-7a2.006 2.006 0 00-2 2v4a2.011 2.011 0 002 2h1v1c0 1 .4 1.2 1 .8l2-1.8h3a2.009 2.009 0 002-2v-4a2 2 0 00-2-2Z\"/><path fill=\"currentColor\" d=\"M7.5 1.5c-.551 0-1 .45-1 1.002v4.002c0 .543.458 1.002 1 1.002h1a1 1 0 011 1v.456l1.33-1.2a1 1 0 01.67-.256h3c.542 0 1-.459 1-1.002V2.502c0-.552-.449-1.002-1-1.002h-7m0-1h7c1.1 0 2 .897 2 2.002v4.002a2.01 2.01 0 01-2 2.002h-3l-2 1.802c-.6.4-1 .198-1-.801V8.506h-1c-1.097 0-2-.906-2-2.002V2.502C5.5 1.403 6.397.5 7.5.5Z\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M10.483 3.612a.184.184 0 00-.073-.079.263.263 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.278.278 0 00-.068-.093.169.169 0 00-.11-.043.169.169 0 00-.11.043.275.275 0 00-.068.093l-.282.6a.319.319 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.244.244 0 00-.125.054.18.18 0 00-.045.059.175.175 0 00-.017.075.205.205 0 00.023.092.292.292 0 00.054.074l.457.466a.31.31 0 01.061.1.393.393 0 01.025.132.217.217 0 010 .035l-.108.657a.316.316 0 000 .055.214.214 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.249.249 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.248.248 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.347.347 0 000-.055l-.108-.658a.221.221 0 010-.035.394.394 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.291.291 0 00.054-.074.2.2 0 00.023-.092.177.177 0 00-.03-.08Z\"/><path fill=\"currentColor\" d=\"M8.999 2.501h.002a.17.17 0 01.109.043c.03.025.05.057.068.093l.283.598c.015.033.05.076.093.108a.303.303 0 00.128.06l.631.097a.263.263 0 01.097.033.177.177 0 01.09.155.204.204 0 01-.023.092.291.291 0 01-.054.074l-.457.466a.394.394 0 00-.085.272l.109.657a.347.347 0 01.004.055.233.233 0 01-.023.105.17.17 0 01-.08.078.17.17 0 01-.07.015.248.248 0 01-.12-.034l-.564-.31A.286.286 0 009 5.128a.296.296 0 00-.137.03l-.564.31a.25.25 0 01-.12.034.168.168 0 01-.13-.061.214.214 0 01-.043-.137c0-.018.001-.036.004-.055l.108-.657a.393.393 0 00-.084-.272l-.457-.466a.292.292 0 01-.054-.074.205.205 0 01-.023-.093.175.175 0 01.061-.134.244.244 0 01.126-.054l.631-.096a.301.301 0 00.127-.06.319.319 0 00.095-.108l.282-.598a.275.275 0 01.068-.093.169.169 0 01.109-.044Z\"/></g><path fill=\"currentColor\" d=\"M14.483 3.612a.184.184 0 00-.073-.079.263.263 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.278.278 0 00-.068-.093.169.169 0 00-.11-.043.169.169 0 00-.11.043.275.275 0 00-.068.093l-.282.6a.319.319 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.244.244 0 00-.125.054.18.18 0 00-.045.059.175.175 0 00-.017.075.205.205 0 00.023.092.292.292 0 00.054.074l.457.466a.31.31 0 01.061.1.393.393 0 01.025.132.217.217 0 010 .035l-.108.657a.316.316 0 000 .055.214.214 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.249.249 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.248.248 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.347.347 0 000-.055l-.108-.658a.221.221 0 010-.035.394.394 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.291.291 0 00.054-.074.2.2 0 00.023-.092.177.177 0 00-.03-.08Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M2 16.501a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(2.5 9.5)\"><rect width=\"4\" height=\"4\" rx=\"2\" stroke=\"none\"/><rect width=\"3\" height=\"3\" x=\".5\" y=\".5\" rx=\"1.5\"/></g>","width":17,"height":17},"table":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(0 2)\"><rect width=\"16\" height=\"12\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"11\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path d=\"M4.5 3v10M0 5.5h16m-16 4h16\"/></g>"},"tematic-channels":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M8.5 1v15m3.5 0H5\"/><path d=\"M8.5 3.001h4.408L14 4.376l-1.092 1.625H8.5ZM8.001 8H3.593L2.501 6.625 3.593 5h4.408Z\"/></g>","width":17,"height":17},"test":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(0 2)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(0 9)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M9.447 15.053a.658.658 0 01-.966-.259 10.824 10.824 0 01-1.032-3.88l2.584-9.66A1.366 1.366 0 0111.75.378l2.068.554a1.366 1.366 0 011.048 1.617l-2.585 9.66a10.824 10.824 0 01-2.834 2.844Z\"/><path fill=\"currentColor\" d=\"M9.211 14c.773-.587 1.894-1.738 2.119-2.116l2.567-9.594c.036-.133-.095-.328-.34-.393l-2.068-.553c-.237-.064-.454.037-.49.17l-2.567 9.594c.006.44.402 1.997.779 2.891m-.307 1.147a.684.684 0 01-.423-.352c-.508-.95-1.161-3.399-1.033-3.88l2.585-9.658c.184-.69.952-1.083 1.715-.879l2.067.554c.764.204 1.232.928 1.048 1.617l-2.584 9.659c-.129.48-1.918 2.276-2.832 2.846a.686.686 0 01-.543.093Z\"/></g>"},"text-body":{"body":"<path fill=\"currentColor\" d=\"M.999 13.002h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Zm8 0h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Z\"/>"},"text-edit":{"body":"<path fill=\"currentColor\" d=\"M4.865 10H2.139l-.64 2h-1.5l2.368-8h2.269l2.363 8h-1.5Zm-.332-1-.482-1.763C3.868 6.562 3.699 5.784 3.5 5c-.193.784-.367 1.562-.546 2.237L2.472 9Zm7.965-1.095v4.013h-.96l-.117-.481-.76.32a2.871 2.871 0 01-1.1.244 1.511 1.511 0 01-1.559-1.71v-.1c0-1.009.639-1.591 2.068-1.591h1.164v-.836c0-.439-.156-.684-.647-.684h-.421c-.417 0-.643.134-.643.517v.421H8.234v-.347c0-1.068.717-1.669 1.945-1.669h.382c1.199-.001 1.937.512 1.937 1.903ZM11.23 9.546h-1.194c-.5 0-.734.148-.734.514v.346c0 .366.186.546.5.546a1.512 1.512 0 00.577-.125l.843-.255ZM15 1h1v14h-1Z\"/>"},"text-style":{"body":"<path fill=\"currentColor\" d=\"M5.908 10.724H2.6L1.984 13H0L2.876 3h2.755L8.5 13H6.517Zm-.4-1.5L4.919 7.05a150.33 150.33 0 01-.669-2.6c-.235.979-.446 1.756-.663 2.6L3 9.224Zm10.487-1.683v5.351h-1.277l-.156-.642-1.014.426a3.817 3.817 0 01-1.471.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.344.852-2.121 2.757-2.121h1.552V7.35c0-.585-.208-.912-.863-.912h-.561c-.556 0-.857.179-.857.69v.56h-1.714v-.461c0-1.424.956-2.225 2.595-2.225h.509c1.598 0 2.579.685 2.579 2.539ZM14.304 9.73h-1.589c-.666 0-.979.2-.979.684v.459c0 .487.249.728.672.728a2.011 2.011 0 00.77-.167l1.124-.339Z\"/>"},"time":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.5 6.501-2 1.5 4 3.5\"/></g>"},"toilet-paper":{"body":"<g transform=\"translate(-.512 .154)\"><ellipse cx=\"2.5\" cy=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" rx=\"2.5\" ry=\"6\" transform=\"translate(11.011 .346)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.511.346H3.006a1.8 1.8 0 00-2 2v13h10v-9.5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.012 10.346h1.5m-5.5 0h2m-5.5 0h1.5\"/><ellipse cx=\"1\" cy=\"1.5\" fill=\"currentColor\" rx=\"1\" ry=\"1.5\" transform=\"translate(12.512 4.846)\"/></g>","height":16.001},"training-points":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(0 .207) translate(1.333 2) translate(-1.333 2)\"><circle cx=\"6\" cy=\"6\" r=\"6\" stroke=\"none\"/><circle cx=\"6\" cy=\"6\" r=\"5.5\"/></g><g transform=\"translate(0 .207) translate(1.333 2) translate(1.667 5)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><path stroke-linecap=\"round\" d=\"m6.5 9.707 5-5\"/><path stroke-linejoin=\"round\" d=\"m13.327.707-1.886 1.886.118 2.003 2.004.118 1.885-1.887Z\"/></g>","width":16.156,"height":16.207},"trash":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M2 1.999h12v12a2 2 0 01-2 2H4a2 2 0 01-2-2v-12Z\" stroke=\"none\"/><path d=\"M2.5 2.499h11v11.5a1.5 1.5 0 01-1.5 1.5H4a1.5 1.5 0 01-1.5-1.5v-11.5Z\"/><path stroke-linecap=\"round\" d=\"M.5 2.499h15m-9 4v5m3-5v5\"/><path d=\"M11.001 1.999h-6v-1a1 1 0 011-1h4a1 1 0 011 1v1Z\" stroke=\"none\"/><path d=\"M10.501 1.499h-5v-.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v.5Z\"/></g>"},"underline":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.501.5v7.222c0 3.682 2.463 5.778 5.5 5.778s5.5-2.1 5.5-5.778V.5M.5 15.5h15\"/>"},"undo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M1.501 5.502h10.721a3.39 3.39 0 013.279 3.49v.019a3.39 3.39 0 01-3.279 3.491H9.629\"/><path stroke-linejoin=\"round\" d=\"m3.501 2.5-3 3 3 3\"/></g>","width":16.001},"unlock":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.996 5.695a2.842 2.842 0 010-4.134h0a3.049 3.049 0 014.257 0l.851.827\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 9.185v3\"/><g stroke-miterlimit=\"10\" transform=\"translate(0 5.186)\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>","height":16.185},"upload":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m11 4.502-3-3-3 3M8 11.5v-10m7.5 10v3H.5v-3\"/>"},"user":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(4 2.666)\"><rect width=\"9\" height=\"9\" rx=\"4.5\" transform=\"translate(-.5 -1.166)\"/><path d=\"M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5\"/></g>"},"user-add":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.5 3.5h6m-3-3v6\"/><g transform=\"translate(0 4)\"><rect width=\"8\" height=\"8\" rx=\"4\" stroke=\"none\"/><rect width=\"7\" height=\"7\" x=\".5\" y=\".5\" rx=\"3.5\"/></g><path stroke-linejoin=\"round\" d=\"M.5 16a3.5 3.5 0 017 0\"/></g>"},"user-badge":{"body":"<path fill=\"currentColor\" d=\"M8.5 1.23 9.729.186a.78.78 0 011.264.43l.408 1.6a.8.8 0 00.808.614l1.582-.089a.822.822 0 01.782 1.125L14 5.411a.849.849 0 00.309.993l1.33.9a.849.849 0 010 1.39l-1.33.9a.849.849 0 00-.309.993l.57 1.546a.822.822 0 01-.782 1.125l-1.582-.089a.8.8 0 00-.808.614l-.408 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.23 1.045a.78.78 0 01-1.264-.43l-.408-1.6a.8.8 0 00-.808-.614l-1.582.089a.822.822 0 01-.782-1.125L2 10.589a.849.849 0 00-.309-.993l-1.33-.9a.849.849 0 010-1.39l1.33-.9A.849.849 0 002 5.411l-.57-1.546a.822.822 0 01.782-1.125l1.582.089a.8.8 0 00.808-.614l.408-1.6a.78.78 0 011.264-.43L7.5 1.23a.764.764 0 001 0Z\"/><path fill=\"none\" stroke=\"currentColor\" d=\"M8 3.5A2.5 2.5 0 115.5 6 2.5 2.5 0 018 3.5Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M5.501 12.001a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/>","width":16.001,"height":16.001},"video-off":{"body":"<g fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.46 10.498a.074.074 0 01-.04-.011l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z\"/><path d=\"m15 6.373-2.534 1.625L15 9.624V6.373m.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394L11.225 8.39a.455.455 0 010-.785l3.925-2.517a.573.573 0 01.31-.09Z\"/></g><path fill=\"currentColor\" d=\"M10 13H5.119l1-1h3.877a1 1 0 001-1V7.125l1-1v4.879A2 2 0 0110 13Zm-8.905-.217A1.99 1.99 0 01.002 11V5a2 2 0 012-2h8a1.969 1.969 0 01.74.141l-.857.857H2.001a1 1 0 00-1 1v6a1 1 0 00.889.992l-.793.791Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1 15 15 1\"/>"},"video-on":{"body":"<g fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.46 10.5a.074.074 0 01-.04-.012l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z\"/><path d=\"m15 6.374-2.534 1.625L15 9.625V6.374m.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394l-3.925-2.517a.455.455 0 010-.785L15.15 5.09a.573.573 0 01.31-.09Z\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(0 3)\"><rect width=\"12\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"9\" x=\".5\" y=\".5\" rx=\"1.5\"/></g>"},"video-rec":{"body":"<g transform=\"translate(1.333 3.334)\"><g fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.127 7.164a.074.074 0 01-.04-.011l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z\"/><path d=\"m13.667 3.039-2.534 1.625 2.534 1.626V3.039m.46-1.375c.28 0 .54.2.54.484V7.18c0 .393-.494.622-.85.394L9.892 5.057a.455.455 0 010-.785l3.925-2.517a.573.573 0 01.31-.09Z\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(-1.333 -.335)\"><rect width=\"12\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"9\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" fill=\"currentColor\" transform=\"translate(-.333 -1.333)\"/></g>"},"view":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M6.001 15a2 2 0 01-2-2v-2h-2a2 2 0 01-2-2V3a2 2 0 012-2h8a2 2 0 012 2v2h2a2 2 0 012 2v6a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14.003 14a1 1 0 00.999-.998V7a1 1 0 00-.999-.998h-3.004v-3c0-.553-.448-1.004-.999-1.004H1.999c-.55 0-.999.451-.999 1.004v5.996c0 .55.448 1 .999 1h3.004v3.004a1 1 0 00.999.998h8.001m0 1H6.002a1.996 1.996 0 01-1.999-1.998v-2.004H1.999a1.997 1.997 0 01-1.999-2V3.002C0 1.895.897.998 1.999.998H10c1.104 0 1.999.897 1.999 2.004v2h2.004c1.103 0 1.999.894 1.999 1.998v6.002A1.999 1.999 0 0114.003 15Z\"/><g stroke=\"currentColor\" transform=\"translate(.001 1)\"><rect width=\"12\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"9\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>","width":16.002},"view-card":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(0 4)\"><rect width=\"9\" height=\"8\" rx=\"1\" stroke=\"none\"/><rect width=\"8\" height=\"7\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(11 4)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"view-list":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(0 2)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(0 9)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path stroke-linecap=\"round\" d=\"M7.501 5.5h5m-5 7h5M7.5 3.5h8m-8 7h8\"/></g>"},"voice-off":{"body":"<path fill=\"currentColor\" d=\"M8.001 11a3.035 3.035 0 01-.776-.1l.9-.9a2 2 0 001.871-1.871l1-1v.877A3 3 0 018.001 11Zm-2.9-2.221a3.029 3.029 0 01-.1-.775v-5a3 3 0 016-.119l-1 1V3a2 2 0 10-4 0v4.877l-.9.9Z\"/><path fill=\"currentColor\" d=\"M8.001 13a5.58 5.58 0 01-2.36-.52l.764-.764a4.561 4.561 0 001.6.281c2.2 0 4-1.514 4-3.375V7.499a.5.5 0 011 0v1.123C13 11.035 10.758 13 8.001 13Zm-4.555-2.568a3.865 3.865 0 01-.447-1.807V7.502a.5.5 0 011 0v1.123a2.889 2.889 0 00.2 1.055l-.752.752Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" d=\"M8 12v3\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.5 15.5h7\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1 15 15 1\"/>"},"voice-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(5)\"><rect width=\"6\" height=\"11\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"10\" x=\".5\" y=\".5\" rx=\"2.5\"/></g><path stroke-linecap=\"round\" d=\"M12.5 7.5v1.123c0 2.141-2.015 3.877-4.5 3.877h0c-2.485 0-4.5-1.736-4.5-3.877V7.5\"/><path d=\"M8 12v3\"/><path stroke-linecap=\"round\" d=\"M4.5 15.5h7\"/></g>","height":16.001},"volume-down":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M14.503 5.499a3.69 3.69 0 010 5\"/><g stroke-linejoin=\"round\"><path d=\"M0 9.491c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.969a.86.86 0 00-1.417-.744L4.838 4.764a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\"/><path fill=\"currentColor\" d=\"M9 12.851v-9.7L5.45 5.558a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.852m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.993 0 10.545 0 9.491V6.488c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54C9.147 1.705 10 2.153 10 2.97v10.065c0 .574-.423.967-.87.967Z\"/></g></g>","width":16.147},"volume-off":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m12.5 9.504 3-3m-3 0 3 3\"/><g stroke-linejoin=\"round\"><path d=\"M0 9.492c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.97a.86.86 0 00-1.417-.744L4.838 4.765a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\"/><path fill=\"currentColor\" d=\"M9 12.852v-9.7L5.45 5.559a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.852m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.994 0 10.546 0 9.492V6.49c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54c.564-.52 1.417-.072 1.417.745v10.065c0 .574-.423.967-.87.967Z\"/></g></g>","width":16.207},"volume-up":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M11.5 5.499a3.69 3.69 0 010 5m3-6a6.709 6.709 0 010 7\"/><g stroke-linejoin=\"round\"><path d=\"M0 9.488c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.966a.86.86 0 00-1.417-.744L4.838 4.761a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\"/><path fill=\"currentColor\" d=\"M9 12.848v-9.7L5.45 5.555a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05C1.05 6.06 1 6.179 1 6.485v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.849m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.99 0 10.542 0 9.488V6.485c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54C9.147 1.702 10 2.15 10 2.967v10.065c0 .574-.423.967-.87.967Z\"/></g></g>","width":16.132},"warning":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 4.5v4m0 4v-1\"/><g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6.863 1.649a1.324 1.324 0 012.277 0l3.341 5.7 3.342 5.7a1.3 1.3 0 01-1.138 1.944H1.318A1.3 1.3 0 01.18 13.049l3.342-5.7Z\"/><path fill=\"currentColor\" d=\"M8.001 2.001c-.07 0-.197.02-.275.153L1.043 13.562a.27.27 0 00-.002.283.305.305 0 00.277.156h13.366a.305.305 0 00.277-.156.269.269 0 00-.001-.282L8.277 2.154A.308.308 0 008 2.001m0-1c.443 0 .886.216 1.138.648l6.684 11.408c.505.864-.127 1.944-1.139 1.944H1.318c-1.012 0-1.644-1.08-1.138-1.944L6.863 1.65A1.306 1.306 0 018 1Z\"/></g>"},"webinar":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M11.5 8.999a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm-5 0a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 019 13.999Zm-7.5-5a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 014 13.999Z\"/><path stroke-linecap=\"round\" d=\"M.501 6.5V1.7C.501.953 1.13.5 2.168.5h11.666c1.037 0 1.667.453 1.667 1.2v4.8\"/></g>"},"whiteboard":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M2 15.5 4 11m4 4.5V11m6 4.5L12 11\"/><g stroke-miterlimit=\"10\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path d=\"M3.5 6.499c1-.754 2.514-2.5 4.5-2.5-.844 2.822 2 4.8 4.5 2.5\"/></g>","height":16.16},"wine":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path stroke-linecap=\"round\" d=\"M12.493 10.983c3.323-1.346 1.5-6.981 1.5-6.981h-5s-1.819 5.636 1.5 6.981a2 2 0 00.438.014h1.162a1.713 1.713 0 00.4-.014Zm-.993.02v4m1.999.5h-4\"/><path d=\"M2.5 15.501c-1 0-1 0-1-1V7.168c.012-.265 0-.833 0-.833l1-2.334v-3.5h3v3.5l1 2.333c.008.008-.013.568 0 .833v7.334c0 1 0 1-1 1Z\"/><path d=\"M1.501 8.502h3v4h-3z\"/></g>","height":16.002},"zip":{"body":"<g fill=\"none\"><path d=\"M12.001 11.999a1 1 0 101 1 1 1 0 00-1-1Z\"/><path fill=\"currentColor\" d=\"M12.001 11.999a1 1 0 11-.001 2 1 1 0 010-2Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M6.501.5v5m-3-5v5m-3-5v5\"/><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(9.001)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\".5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M11.918 15.498a2.715 2.715 0 01-2.918-3l1-5h4l1 5a2.716 2.716 0 01-2.918 3Z\"/>"},"zoom-in":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m9 9.001 6 6\"/><g fill=\"none\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5.5\" stroke=\"none\"/><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"M2.501 5.5h6m-3-3v6\"/></g>"},"zoom-out":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m9 9 6 6\"/><g fill=\"none\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5.5\" stroke=\"none\"/><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/></g></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M2.5 5.5h6\"/>"}}}
|
|
1
|
+
{"prefix":"simple","lastModified":1674122148,"icons":{"add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M.5 8h15M8 .5v15\"/>"},"add-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" d=\"M3.5 8h9\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 3.5v9\"/></g>"},"align-center":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 6.5h-9m12-3H.5m13 6h-11m8 3h-5\"/>"},"align-justify":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 6.5H.5m15-3H.5m15 6H.5m15 3H.5\"/>"},"align-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6.501H.5m15-3.001H.5m12 6.001H.5m8 3h-8\"/>"},"align-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 6.5h-10m10-3H.5m15 6h-12m12 3h-8\"/>"},"analysis":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(0 8)\"><rect width=\"4\" height=\"8\" rx=\"1\" stroke=\"none\"/><rect width=\"3\" height=\"7\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(6)\"><rect width=\"4\" height=\"16\" rx=\"1\" stroke=\"none\"/><rect width=\"3\" height=\"15\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(12 5)\"><rect width=\"4\" height=\"11\" rx=\"1\" stroke=\"none\"/><rect width=\"3\" height=\"10\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"analysis-2":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M8.496.999a.579.579 0 00-.346.15.58.58 0 00-.15.348v6.5H1.5a.59.59 0 00-.35.15.585.585 0 00-.15.35 7.629 7.629 0 007.66 7.5A7.215 7.215 0 0016 8.662 7.635 7.635 0 008.496.999Z\"/><path fill=\"currentColor\" d=\"M9 2.02v6.979H2.02c.121 1.538.803 2.975 1.95 4.09A6.699 6.699 0 008.66 15c1.74 0 3.346-.646 4.52-1.818C14.352 12.009 15 10.405 15 8.665c0-1.756-.68-3.423-1.913-4.693C11.973 2.824 10.537 2.142 9 2.02M8.496 1C12.647.999 16 4.514 16 8.665 16 12.815 12.811 16 8.66 16 4.51 16 1 12.65 1 8.5a.59.59 0 01.15-.35A.59.59 0 011.5 8H8V1.497c0-.11.072-.27.15-.348a.58.58 0 01.346-.15Z\"/><path d=\"M6.882 6.882A.405.405 0 007 6.597V.4a.407.407 0 00-.118-.285.405.405 0 00-.284-.118 6.6 6.6 0 00-6.6 6.6.406.406 0 00.118.285A.405.405 0 00.4 7h6.2a.405.405 0 00.282-.118Z\"/><path fill=\"currentColor\" d=\"M6 6V1.032A5.61 5.61 0 001.032 6H6m.598 1H.403A.405.405 0 010 6.598 6.598 6.598 0 016.598 0 .405.405 0 017 .403v6.195A.405.405 0 016.598 7Z\"/></g>"},"analysis-3":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"M1 12.002h0l7-6 3 2 3-3\"/><path stroke-miterlimit=\"10\" d=\"M15.5 12.5H.5v-9\"/></g>"},"apple":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M8.011 15.457a3.9 3.9 0 01.8.1 4.318 4.318 0 01.8.314l.019.009c.1.047.2.1.3.139a1.345 1.345 0 00.539.124 2.029 2.029 0 00.834-.248 3.537 3.537 0 001.324-1.129 11.185 11.185 0 001.456-2.447c.077-.172.136-.315.186-.446a8.9 8.9 0 00.529-5.47 4.23 4.23 0 00-1.694-2.514.386.386 0 01-.037-.026 2.886 2.886 0 00-.582-.363 3.523 3.523 0 00-1.52-.356h-.086a5.038 5.038 0 00-1.73.454l-.342.132c-.149.056-.495.176-.5.177a.4.4 0 01-.136.024h-.334a.4.4 0 01-.136-.023s-.347-.121-.5-.179l-.337-.13a5.076 5.076 0 00-1.735-.458h-.093a3.562 3.562 0 00-1.512.356 2.91 2.91 0 00-.584.363.339.339 0 01-.035.026A4.3 4.3 0 001.221 6.36a8.9 8.9 0 00.505 5.481c.073.192.139.343.2.477a11.141 11.141 0 001.455 2.447 3.51 3.51 0 001.276 1.109 2.208 2.208 0 00.885.267 1.35 1.35 0 00.535-.123c.1-.043.2-.091.3-.137l.018-.009a4.419 4.419 0 01.8-.317 3.706 3.706 0 01.8-.1h.014Z\"/><path fill=\"currentColor\" d=\"M10.463 15.14c.064 0 .248-.081.428-.162.311-.138.568-.366.949-.84.494-.616.939-1.366 1.323-2.23.066-.147.118-.272.164-.393l.02-.048c1.086-2.467.484-4.785.478-4.808l-.013-.055c-.242-1.159-1.175-1.822-1.255-1.876a1.337 1.337 0 01-.099-.07l-.03-.024a1.908 1.908 0 00-.385-.236 2.516 2.516 0 00-1.086-.256h-.062c-.429.01-.853.176-1.395.387l-.348.134c-.151.057-.467.167-.52.186-.15.053-.308.08-.468.08h-.327c-.161 0-.32-.027-.47-.081l-.028-.01c-.152-.053-.368-.13-.49-.175l-.007-.003-.341-.132c-.54-.21-.967-.375-1.393-.386l-.072-.001c-.346 0-.739.094-1.08.258-.152.073-.278.15-.384.236-.036.03-.074.058-.113.084-.061.042-1.031.737-1.259 1.842l-.012.054c-.026.097-.614 2.396.453 4.82l.02.048c.065.172.123.305.178.427.383.861.828 1.61 1.322 2.228.376.468.629.698.901.82l.005.002c.2.088.405.18.475.18a.43.43 0 00.145-.045 6.38 6.38 0 00.252-.115l.037-.018c.277-.131.59-.28.973-.377.29-.074.623-.116 1.018-.128h.079c.252.01.63.032 1.007.128.387.098.715.255.979.38l.038.018c.085.041.166.08.243.112l.005.002a.464.464 0 00.145.044m0 1c-.17 0-.34-.04-.539-.125a7.085 7.085 0 01-.303-.139l-.02-.009a4.318 4.318 0 00-.795-.314 3.894 3.894 0 00-.795-.097h-.015c-.319.01-.58.04-.8.097-.292.075-.55.197-.802.317l-.018.009a7.333 7.333 0 01-.3.136 1.35 1.35 0 01-.534.123c-.283 0-.534-.111-.885-.267-.5-.223-.872-.605-1.276-1.109-.548-.684-1.038-1.507-1.455-2.447a8.365 8.365 0 01-.2-.477C.543 9.15 1.15 6.632 1.221 6.359c.317-1.54 1.623-2.432 1.684-2.473a2.91 2.91 0 01.62-.389 3.562 3.562 0 011.604-.355c.605.016 1.129.22 1.735.455l.338.13c.152.057.498.178.5.179a.404.404 0 00.135.023h.129l.026-.003h.019c.01 0 .017.001.025.003h.128a.4.4 0 00.136-.024c.004-.001.35-.121.499-.177l.342-.132c.605-.236 1.128-.439 1.73-.454a3.536 3.536 0 011.607.355c.225.109.416.227.582.363l.037.026c.014.009 1.35.864 1.694 2.514.044.165.687 2.708-.53 5.47-.05.131-.108.274-.185.446-.419.94-.908 1.764-1.456 2.447-.404.504-.783.89-1.323 1.13-.323.144-.557.248-.834.248Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 4.14a2.771 2.771 0 012-3.5m-.002 5.5s2.075 1.039 2 3\"/></g>","height":16.14},"arrow-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.5 9.5 5.5 6 5.5-6M8 15.501v-15\"/>","height":16.001},"arrow-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6.5 2.501-6 5.5 6 5.5m-6-5.5h15\"/>"},"arrow-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.5 13.501 6-5.5-6-5.5m6 5.5H.5\"/>"},"arrow-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m13.501 6.5-5.5-6-5.5 6m5.5-6v15\"/>"},"attachment":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15.5 7.734-7.091 6.688a4.832 4.832 0 01-6.552 0 4.2 4.2 0 010-6.179l7.092-6.689a3.223 3.223 0 014.368 0 2.8 2.8 0 010 4.119l-7.1 6.688a1.609 1.609 0 01-2.183 0 1.4 1.4 0 010-2.059l6.551-6.172\"/>","width":16.207,"height":16.202},"bck-to-front":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12.5.707-2 2 2 2\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.667 2.708h-2.5a1.568 1.568 0 00-1.25.417A1.569 1.569 0 00.5 4.375v6.667a1.571 1.571 0 00.417 1.25 1.568 1.568 0 001.25.417h11.667a1.568 1.568 0 001.25-.417 1.568 1.568 0 00.416-1.251V4.375a1.568 1.568 0 00-.417-1.25 1.568 1.568 0 00-1.25-.417h-2.5\"/><g stroke-miterlimit=\"10\"><path d=\"M5.477 13.207h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z\"/><path fill=\"currentColor\" d=\"M5.477 13.207h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936l.427-1.064Z\"/></g></g>","height":16.207},"bell":{"body":"<path fill=\"currentColor\" d=\"M5.999 14.105a1.949 1.949 0 002 1.894 1.949 1.949 0 002-1.894v-.106h-4Z\"/><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M9.173.172a5.454 5.454 0 013.823 4.829v2a5.518 5.518 0 001.677 4.529l.1.086a.808.808 0 01.232.566.822.822 0 01-.826.818H1.83a.822.822 0 01-.826-.818.808.808 0 01.232-.566l.1-.086a5.519 5.519 0 001.669-4.529v-2a5.471 5.471 0 013.7-4.795A4.359 4.359 0 019.173.172Z\"/><path fill=\"currentColor\" d=\"M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.418 2.418 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.808.808 0 01.231.567c0 .452-.37.818-.826.818H1.826A.822.822 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205Z\"/></g>"},"bell-active":{"body":"<g fill=\"currentColor\"><path d=\"M5.999 14.105a1.949 1.949 0 002 1.894 1.949 1.949 0 002-1.894v-.106h-4Z\"/><g stroke-miterlimit=\"10\"><path d=\"M14.174 12.501H1.826a.323.323 0 01-.326-.318c0-.075.027-.147.077-.204l.043-.038.037-.031C3.29 10.505 3.5 8.549 3.5 7V5c0-1.78 1.561-3.797 3.34-4.315l.01-.003.01-.003A4.32 4.32 0 018.072.501c.347 0 .665.048.943.144l.018.006.018.004c.854.224 1.725.823 2.389 1.645.674.835 1.06 1.82 1.06 2.701v2c0 2.947.985 4.17 1.843 4.908l.036.031.044.039c.05.057.077.129.077.204a.322.322 0 01-.326.318Z\"/><path d=\"M8.072 1.001c-.576 0-1.052.153-1.052.153l-.04.012C5.42 1.62 4 3.448 4 5.001v2c0 1.553-.202 3.496-1.707 5h11.414C12.202 10.498 12 8.555 12 7.001v-2c0-1.6-1.466-3.44-3.076-3.862l-.036-.01-.035-.011A2.418 2.418 0 008.072 1m0-1c.35 0 .734.044 1.105.17C11.15.689 13 2.885 13 5.002v2c0 1.794.326 3.375 1.669 4.53l.1.085a.808.808 0 01.231.567c0 .452-.37.818-.826.818H1.826A.822.822 0 011 12.183c0-.22.089-.42.232-.567l.1-.086C2.673 10.376 3 8.795 3 7.001v-2C3 2.928 4.79.762 6.7.206c0 0 .61-.205 1.372-.205Z\"/></g></g>"},"bold":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.5.5h6.722a3.772 3.772 0 010 7.5H2.5Zm0 7.5h7.615a3.77 3.77 0 010 7.5H2.5Z\"/>"},"bookmark":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M4 1.358v14.435a.2.2 0 00.351.141L7.9 12.067a.134.134 0 01.2 0l3.549 3.868a.2.2 0 00.351-.141V1.358A1.345 1.345 0 0010.669 0H5.332A1.345 1.345 0 004 1.358Z\"/><path fill=\"currentColor\" d=\"M5.331 1C5.15 1 5 1.16 5 1.358v12.39l2.161-2.356a1.138 1.138 0 011.675-.002L11 13.748V1.358C11 1.16 10.851 1 10.669 1H5.33m0-1h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0Z\"/></g>"},"bookmark-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M11 13.748 8.836 11.39a1.136 1.136 0 00-1.675.002L5 13.748V1.358C5 1.16 5.149 1 5.331 1h5.338c.182 0 .331.16.331.358v12.39Z\"/><path d=\"M6 2v9.179l.426-.465a2.137 2.137 0 013.147 0l.427.465V2H6m-.669-2h5.338C11.404 0 12 .608 12 1.358v14.435c0 .187-.225.278-.351.14l-3.55-3.867a.134.134 0 00-.199 0l-3.549 3.868c-.126.137-.351.046-.351-.141V1.358C4 .608 4.596 0 5.331 0Z\"/></g>"},"building":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.5 15.501h15M10.5 2.5v-2h-5v2\"/><path stroke-linecap=\"round\" d=\"M8 15.001v-2m-3-8h1m-1 3h1m4-3h1m-1 3h1\"/><path d=\"M4 2.001h8a2 2 0 012 2v12H2v-12a2 2 0 012-2Z\" stroke=\"none\"/><path d=\"M4 2.501h8a1.5 1.5 0 011.5 1.5v11.5h-11v-11.5a1.5 1.5 0 011.5-1.5Z\"/></g>","height":16.001},"bulleted-list":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 11.999h5M5.5 8h10m-10-4.001h7\"/><g transform=\"translate(2 4.166) translate(-2 -1.667)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g><g transform=\"translate(2 4.166) translate(-2 2.333)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g><g transform=\"translate(2 4.166) translate(-2 6.333)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g></g>"},"calendar":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.5.501v2m7-2v2M1 5.5h14m-11.5 3h2m5 0h2m-9 4h2m5 0h2\"/><g transform=\"translate(0 1)\"><rect width=\"16\" height=\"15\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"14\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>"},"camera-off":{"body":"<path fill=\"currentColor\" d=\"M14 14H4.118l1-1h8.883c.747 0 1-.252 1-1V5c0-.713-.231-.975-.884-1l.84-.84A1.8 1.8 0 0116 4.998v7A1.789 1.789 0 0114 14ZM.453 13.424a2.083 2.083 0 01-.451-1.426v-7a1.789 1.789 0 012-2h1l1-1h4l1 1h1.88l-1 1h-1.29l-1-1h-3.17l-1 1H2.005c-.747 0-1 .252-1 1v7a1.2 1.2 0 00.164.719l-.709.707Z\"/><path fill=\"currentColor\" d=\"m7.231 10.891 1.662-1.664a2.494 2.494 0 01-1.662 1.664ZM4.263 9.616a2.468 2.468 0 01-.262-1.113 2.5 2.5 0 013.615-2.236l-.775.775a1.488 1.488 0 00-.34-.041 1.5 1.5 0 00-1.5 1.5 1.457 1.457 0 00.039.34l-.774.773Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1 15 15 1\"/>"},"camera-on":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M14 3H9L8 2H4L3 3H2a1.8 1.8 0 00-2 2v7a1.794 1.794 0 002 2h12a1.8 1.8 0 002-2V5a1.8 1.8 0 00-2-2Z\"/><path fill=\"currentColor\" d=\"m4.414 3-1 1H2c-.748 0-1 .253-1 1v7c0 .748.252 1 1 1h12c.748 0 1-.252 1-1V5c0-.747-.252-1-1-1H8.586l-1-1H4.414M4 2h4l1 1h5c1.296 0 2 .695 2 2v7c0 1.302-.702 2-2 2H2c-1.302 0-2-.699-2-2V5c0-1.297.7-2 2-2h1l1-1Z\"/><g stroke=\"currentColor\" transform=\"translate(4 6.001)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g></g>"},"catalog":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><path d=\"M4 0h9a1 1 0 011 1v14a1 1 0 01-1 1H4a2 2 0 01-2-2V2a2 2 0 012-2Z\" stroke=\"none\"/><path d=\"M4 .5h9a.5.5 0 01.5.5v14a.5.5 0 01-.5.5H4A1.5 1.5 0 012.5 14V2A1.5 1.5 0 014 .5Z\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 8.5h5m-5 3h3\"/><path d=\"M3 4.5h10\"/></g>"},"certificate":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-miterlimit=\"22.926\" d=\"M8.501.999a4.5 4.5 0 11-4.5 4.5 4.5 4.5 0 014.5-4.5Z\"/><path stroke-miterlimit=\"22.926\" d=\"M8.5 4A1.5 1.5 0 117 5.5 1.5 1.5 0 018.5 4Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m5 9.001-3 4 2.3.5.7 2.5 3.5-4 3.5 4 .693-2.5 2.3-.5-3-4\"/></g>","width":17,"height":17},"chat":{"body":"<path fill=\"none\" stroke=\"currentColor\" d=\"M6.995 12.004h-1.5a4.5 4.5 0 010-9h6a4.118 4.118 0 014.5 4.5 4.281 4.281 0 01-4.5 4.5l-1.5 3Z\"/>","width":17,"height":17},"check":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m1.497 8.5 4 4 9-9\"/>"},"check-badge":{"body":"<path fill=\"currentColor\" d=\"M8.5 1.231 9.728.187a.78.78 0 011.264.43l.407 1.6a.8.8 0 00.807.614l1.581-.089a.822.822 0 01.783 1.124L14 5.412a.849.849 0 00.308.993l1.329.9a.849.849 0 010 1.39l-1.329.9a.849.849 0 00-.308.993l.57 1.546a.822.822 0 01-.781 1.125l-1.581-.089a.8.8 0 00-.807.614l-.407 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.229 1.044a.78.78 0 01-1.264-.43l-.407-1.6a.8.8 0 00-.807-.614l-1.581.089a.822.822 0 01-.781-1.125L2 10.589a.849.849 0 00-.308-.993l-1.329-.9a.849.849 0 010-1.39l1.329-.9A.849.849 0 002 5.412l-.57-1.546a.822.822 0 01.781-1.125l1.581.089a.8.8 0 00.807-.614l.407-1.6A.78.78 0 016.27.186L7.5 1.231a.764.764 0 001 0Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 7.5 7 10l4.5-4.45\"/>"},"check-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m3.5 8.5 3 3 6-6\"/></g>"},"checkbox":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><rect width=\"16\" height=\"16\" rx=\"3\" stroke=\"none\"/><rect width=\"15\" height=\"15\" x=\".5\" y=\".5\" rx=\"2.5\"/></g>"},"chevron-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m1.5 5.5 6.5 6 6.5-6\"/>"},"chevron-down-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 7.501 3.5 3 3.5-3\"/></g>"},"chevron-left":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.5 1.5 5.5 8l6 6.5\"/>"},"chevron-left-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.499 4.5-3 3.5 3 3.5\"/></g>"},"chevron-right":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m5.5 14.5 6-6.5-6-6.5\"/>"},"chevron-right-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.64 4.5 9.5 8.083l-3 3.417\"/></g>"},"chevron-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.5 11.5 8 5.5l-6.5 6\"/>"},"chevron-up-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 9.499 3.5-3 3.5 3\"/></g>"},"classroom":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1.5 7.5h13m-13 8h13\"/><path stroke=\"currentColor\" d=\"M3.001 7.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M3 3a2 2 0 11.586 1.414A2 2 0 013 3Z\"/><path fill=\"currentColor\" d=\"M5 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 006 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 015 5a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 015 1Z\"/></g><path stroke=\"currentColor\" d=\"M9.001 7.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M9 3a2 2 0 11.586 1.414A2 2 0 019 3Z\"/><path fill=\"currentColor\" d=\"M11 2a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 0012 3.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 0111 5a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0111 1Z\"/></g><path stroke=\"currentColor\" d=\"M6.001 15.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 11a2 2 0 11.586 1.414A2 2 0 016 11Z\"/><path fill=\"currentColor\" d=\"M8 10a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 009 11.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 13a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 9Z\"/></g></g>"},"clear-field":{"body":"<g stroke=\"currentColor\" transform=\"translate(.5 .5)\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\"/><path fill=\"none\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m5 10.999 6-6m-6 0 6 6\"/></g>","width":17,"height":17},"clear-style":{"body":"<path fill=\"none\" d=\"M3 3h7v10H3z\"/><path fill=\"currentColor\" d=\"M11.377 2.502H1.501a.5.5 0 010-1h10.876l-1 1Z\"/><path fill=\"currentColor\" d=\"M1.5 4a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5.5.5 0 01.5.5v3a.5.5 0 01-.5.5Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.5 15.5h-3\"/><path fill=\"currentColor\" d=\"M7.999 16.002a.549.549 0 01-.5-.586v-4.793l1-1v5.793a.549.549 0 01-.5.586Zm-.5-9.623v-3.8a.506.506 0 111 0v2.8l-1 1Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1 15 15 1\"/>","height":16.002},"close":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m.707 15.707 15-15m-15 0 15 15\"/>","width":16.414,"height":16.414},"close-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/><path stroke-linecap=\"round\" d=\"m4.5 11.499 7-7m-7 0 7 7\"/></g>"},"close-loader":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m4 12 8-8M4 4l8 8\"/>"},"coffee":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-linejoin=\"round\"><path d=\"M2.186 4.5h9.628a.686.686 0 01.686.686V8A5.5 5.5 0 017 13.5 5.5 5.5 0 011.5 8V5.186a.686.686 0 01.686-.686Z\" stroke=\"none\"/><path d=\"M2.332 5h9.336a.332.332 0 01.332.332V8a5 5 0 01-5 5 5 5 0 01-5-5V5.332A.332.332 0 012.332 5Z\"/></g><path d=\"M11.5 10.5v-6h1a3 3 0 013 3 3 3 0 01-3 3h-1Z\" stroke=\"none\"/><path d=\"M12 10V5h.5A2.5 2.5 0 0115 7.5a2.5 2.5 0 01-2.5 2.5H12Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M1 14h15\"/><path stroke-linecap=\"round\" d=\"M3 3.5v-2m4 2v-2m4 2v-2\"/></g>","width":17,"height":17},"color":{"body":"<defs><radialGradient id=\"svgID0\" cx=\".5\" cy=\".5\" r=\".5\" gradientUnits=\"objectBoundingBox\"><stop offset=\"0\" stop-color=\"currentColor\"/><stop offset=\".148\" stop-color=\"currentColor\"/><stop offset=\".32\" stop-color=\"currentColor\"/><stop offset=\".493\" stop-color=\"currentColor\"/><stop offset=\".66\" stop-color=\"currentColor\"/><stop offset=\".833\" stop-color=\"currentColor\"/><stop offset=\"1\" stop-color=\"currentColor\"/></radialGradient></defs><g fill=\"url(#svgID0)\" stroke=\"currentColor\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\" fill=\"none\"/></g>"},"contact-us":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.501 8.501V5.962a5.5 5.5 0 00-11 0v1.2\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.499 5.501v2.471a5.592 5.592 0 01-1 3.529m-6-9.5c0 1.733 6.184 3.375 8.5 3.5M6.5 4a5.4 5.4 0 00-2 3.556v.889a4.306 4.306 0 002 3.556m2.999 2.498h.375c1.995.011 3.618-2.156 3.625-4.837v-.164M14.5 6.5h-1v4h1a.95.95 0 001-.889V7.388a.951.951 0 00-1-.888Zm-13-.002h1v4h-1a.949.949 0 01-1-.887V7.388a.949.949 0 011-.89h0Z\"/><g transform=\"translate(7 13)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g></g>"},"copy":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(4 .001)\"><rect width=\"10\" height=\"14\" rx=\"2\" stroke=\"none\"/><rect width=\"9\" height=\"13\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" d=\"M9.5 15.5H4c-1.1 0-1.5-.4-1.5-1.5V5.5\"/></g>"},"courses":{"body":"<g transform=\"translate(0 1.775)\"><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M15.728 4.241 8.238.284a.51.51 0 00-.476 0L.272 4.241a.509.509 0 000 .9L3 6.634v3.592a1.8 1.8 0 002 2h6a1.8 1.8 0 002-2V6.634l2.728-1.493a.509.509 0 000-.9Z\"/><path fill=\"currentColor\" d=\"m8 1.289-6.454 3.41L4 6.041v4.184c0 .748.252 1 1 1h6c.748 0 1-.252 1-1V6.042l2.454-1.343L8 1.289M8 .225c.081 0 .163.02.238.058l7.49 3.958a.509.509 0 010 .9L13 6.634v3.592c0 1.3-.7 2-2 2H5c-1.295 0-2-.695-2-2V6.634L.271 5.141a.509.509 0 010-.9L7.761.283A.509.509 0 018 .225Z\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M7.762 9.164.272 5.177a.514.514 0 010-.907L7.762.283a.506.506 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.506.506 0 01-.476 0Z\"/><path fill=\"currentColor\" d=\"m8 8.16 6.452-3.433L8 1.292 1.548 4.727 8 8.16m0 1.066a.506.506 0 01-.238-.06L.272 5.18a.514.514 0 010-.907L7.761.286a.506.506 0 01.476 0l7.49 3.987a.514.514 0 010 .907l-7.49 3.987a.506.506 0 01-.238.06Z\"/></g><rect width=\"1\" height=\"5\" fill=\"currentColor\" rx=\".5\" transform=\"translate(15 4.226)\"/></g>"},"dashboard":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(1)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9 10)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9)\"><rect width=\"6\" height=\"9\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(1 7)\"><rect width=\"6\" height=\"9\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"8\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"download":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m5 8.502 3 3 3-3M8 11.5v-10\"/><path d=\"M15.5 11.499v3H.5v-3\"/></g>"},"drag":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11 .5v15M8 .5v15M5 .5v15\"/>"},"duplicate":{"body":"<g stroke-miterlimit=\"10\"><g fill=\"rgba(0,0,0,0)\"><path d=\"M8.997 15.502H1.998A1.501 1.501 0 01.501 14V7c0-.826.672-1.5 1.497-1.5H5.5V2.002C5.5 1.174 6.173.5 7.001.5h7a1.5 1.5 0 011.496 1.502v7a1.5 1.5 0 01-1.496 1.502H10.5V14c0 .828-.674 1.502-1.502 1.502Z\"/><path fill=\"currentColor\" d=\"M8.997 15.002C9.55 15.002 10 14.553 10 14v-3.996h4.002a1 1 0 00.996-1.002v-7A1 1 0 0014.001 1h-7c-.552 0-1 .45-1 1.002V6H1.997A1 1 0 001 7v7a1 1 0 00.997 1.002h7m0 1h-7C.897 16.002 0 15.106 0 14V7a2 2 0 011.997-2H5V2.002C5 .897 5.896 0 7.001 0h7c1.106 0 1.996.897 1.996 2.002v7c0 1.106-.89 2.002-1.996 2.002H11V14a2.002 2.002 0 01-2.002 2.002Z\"/></g><g fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" transform=\"translate(5 .002)\"><rect width=\"11\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"10\" height=\"10\" x=\".5\" y=\".5\" fill=\"none\" rx=\"1.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8.5 5.502h4m-2-2v4\"/></g>","height":16.002},"edit":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path stroke=\"currentColor\" d=\"m10 3.011 3 3m-11 4 4 4\"/><path d=\"M13.856.726 15.27 2.14a1.719 1.719 0 01.132 2.7l-9.45 9.45a1.174 1.174 0 01-.683.334l-4.206 1.193a.793.793 0 01-.86-.861l1.215-4.274a1.173 1.173 0 01.336-.68L11.16.596a1.716 1.716 0 012.7.132Z\"/><path fill=\"currentColor\" d=\"M12.406 1.001c-.198 0-.403.163-.54.3l-9.412 9.413a.186.186 0 00-.047.105l-.01.068-1.085 3.817 3.751-1.063.07-.01a.187.187 0 00.106-.046l.005-.005 9.45-9.45c.315-.315.523-.629-.131-1.283l-1.414-1.414c-.28-.279-.543-.432-.743-.432m0-1c.477 0 .966.242 1.45.725l1.414 1.415c.918.919.962 1.866.131 2.697l-9.45 9.45a1.18 1.18 0 01-.683.335l-4.206 1.193c-.472.064-.926-.391-.86-.86l1.215-4.275c.037-.265.155-.501.336-.68L11.16.594c.396-.396.816-.593 1.247-.593Z\"/></g>","height":16.011},"elearning":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(1.334 1.334) translate(-1.333 -1.334)\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.501 14.5h13\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(1.334 1.334) translate(1.667 11.666)\"><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke=\"none\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1\"/></g><path fill=\"currentColor\" d=\"M10.211 4.606a1 1 0 010 1.789L7.447 7.776A1 1 0 016 6.882V4.118a1 1 0 011.447-.894Z\"/>","height":16.002},"email":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 7 9)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m1 3.001 7 4.5 7-4.5\"/></g>"},"error":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.999 3.5v5m0 2.999v1\"/><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g></g>"},"error-2":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 1.5v8m0 3v2\"/>"},"exercise":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M5 15.754a.632.632 0 01-1 0 11.769 11.769 0 01-2-3.713V1.378A1.4 1.4 0 013.432 0h2.141a1.4 1.4 0 011.43 1.378v10.664A11.769 11.769 0 015 15.754Z\"/><path fill=\"currentColor\" d=\"M4.5 14.774c.612-.846 1.396-2.35 1.5-2.786V1.378C6 1.169 5.807 1 5.57 1H3.43c-.237 0-.43.17-.43.378v10.61c.104.436.888 1.94 1.5 2.786M4.5 16a.667.667 0 01-.5-.246c-.736-.838-2-3.182-2-3.712V1.378C2 .617 2.64 0 3.43 0h2.14C6.36 0 7 .617 7 1.378v10.664c0 .53-1.264 2.874-2 3.712a.668.668 0 01-.5.246Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M3 4.014h3\"/><path d=\"M9 0h5v16H9Z\"/><path fill=\"currentColor\" d=\"M10 1v14h3V1h-3M9 0h5v16H9V0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.5 3.5h2m-2 3h2m-2 3h2m-2 3h2\"/></g>"},"external-link":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.5 10.208v4a2.1 2.1 0 01-2 2h-10a2.1 2.1 0 01-2-2v-10a2.1 2.1 0 012-2h4m5-1.501h4v4m-8 4 8-8\"/>","width":16.207,"height":16.708},"extract":{"body":"<g transform=\"translate(2.666 3.332)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1.834 3.166h7m-7 3h4\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.833 2.166v-4h-4m.002 13.001h4v-4m-9-9.001h-4v4m-.001 5.001v4h4\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" fill=\"currentColor\" transform=\"translate(10.334 9.666)\"/></g>"},"eye-off":{"body":"<path fill=\"currentColor\" d=\"M8.002 11.002a2.991 2.991 0 01-.779-.1l.9-.9a2 2 0 001.872-1.871l.9-.9a3 3 0 01-2.9 3.779Zm-2.9-2.225a2.923 2.923 0 01-.1-.775 3 3 0 013.776-2.9l-.9.9a2 2 0 00-1.869 1.869l-.9.9Z\"/><path fill=\"currentColor\" d=\"M8.002 13.002a10.545 10.545 0 01-2.576-.307l.843-.842a10.108 10.108 0 001.733.145 8.81 8.81 0 003.507-.668 6.782 6.782 0 002.8-2.232 5.814 5.814 0 00.642-1.088 6.942 6.942 0 00-2.223-2.619l.717-.717a7.954 7.954 0 01.864.742 7.439 7.439 0 011.665 2.445.378.378 0 01.006.266 6.326 6.326 0 01-.859 1.564 7.846 7.846 0 01-3.215 2.557 9.822 9.822 0 01-3.904.754ZM2.53 11.35a7.51 7.51 0 01-.887-.766A6.879 6.879 0 01.025 8.129a.377.377 0 010-.266 6.847 6.847 0 01.9-1.555 8.052 8.052 0 013.23-2.551 9.485 9.485 0 013.846-.754h.011a10.309 10.309 0 012.56.311l-.838.838a9.646 9.646 0 00-1.722-.15h-.011a8.581 8.581 0 00-3.448.668 7.056 7.056 0 00-2.827 2.238 1.662 1.662 0 00.631 2.971 6.651 6.651 0 00.9.754l-.717.717Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m1.001 15 14-14\"/>","width":16.002},"eye-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(.502 2.001)\"><path d=\"M15.976 5.863a7.364 7.364 0 00-1.669-2.445 8.014 8.014 0 00-2.457-1.665A9.537 9.537 0 007.996 1a9.534 9.534 0 00-3.85.753 8.021 8.021 0 00-3.23 2.553 6.641 6.641 0 00-.9 1.557.4.4 0 000 .264A7.005 7.005 0 001.642 8.58a7.817 7.817 0 002.454 1.667 9.738 9.738 0 003.9.753 9.738 9.738 0 003.9-.753 7.772 7.772 0 003.213-2.558 6.334 6.334 0 00.861-1.562.4.4 0 00.006-.264Z\"/><circle cx=\"3\" cy=\"3\" r=\"3\" transform=\"translate(5 3)\"/></g>","width":17.003},"fail":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(.5 1.5)\"><rect width=\"3\" height=\"8\" rx=\"1\" transform=\"translate(12)\"/><path stroke-linecap=\"round\" d=\"M1.002 6.659h.749l-.059.4h-.69a.978.978 0 100 1.956h1.5l3.5-.013s-.918 3.612 1.3 4.8c1.424.686 1.7-.6 1.7-.6v-2.699l1-.5s1.992-1.2 2-2.5v-6a1.314 1.314 0 00-1.5-1.5h-8a1.1 1.1 0 00-1.12.978.993.993 0 001 .978h.068l-.059.4h-.7a.978.978 0 100 1.955h.408l-.059.4H1.002a.978.978 0 100 1.956Z\"/></g>","height":16.009},"fast-back":{"body":"<g fill=\"none\"><path d=\"M10 11.377v-.359l3.5 1.784a1.7 1.7 0 002.5-1.425V4.625a1.7 1.7 0 00-2.5-1.423L10 4.982v-.357a1.7 1.7 0 00-2.5-1.423L.9 6.575a1.588 1.588 0 000 2.857l6.6 3.37a1.775 1.775 0 00.8.2 1.665 1.665 0 001.7-1.625Z\"/><path fill=\"currentColor\" d=\"M8.299 12.002c.337 0 .701-.239.701-.625V9.382l4.95 2.535a.767.767 0 00.348.085c.337 0 .702-.24.702-.625V4.625c0-.385-.365-.623-.702-.623a.756.756 0 00-.348.086L9 6.616V4.625c0-.385-.364-.623-.7-.623a.763.763 0 00-.35.086L1.353 7.46A.6.6 0 001 8.002c0 .108.035.375.351.536l6.597 3.377a.771.771 0 00.35.087m0 1c-.266 0-.541-.063-.803-.195l-6.6-3.38a1.588 1.588 0 010-2.857l6.6-3.373C8.632 2.617 10 3.4 10 4.625v.357l3.495-1.785C14.628 2.617 16 3.4 16 4.625v6.752c0 1.227-1.372 2.01-2.505 1.43L10 11.017v.36c0 .943-.81 1.625-1.701 1.625Z\"/><path d=\"M6.9 6.57a1.589 1.589 0 000 2.861l6.6 3.374a1.7 1.7 0 002.5-1.43v-6.75a1.7 1.7 0 00-2.5-1.43Z\"/><path fill=\"currentColor\" d=\"M7 8c0 .108.034.377.353.54l6.6 3.375a.756.756 0 00.743-.027.597.597 0 00.304-.513v-6.75a.597.597 0 00-.304-.513.756.756 0 00-.743-.027l-6.6 3.375A.598.598 0 007 8M6 8c0-.562.3-1.125.897-1.43l6.6-3.375C14.63 2.615 16 3.399 16 4.625v6.75c0 1.226-1.37 2.01-2.503 1.43l-6.6-3.375A1.596 1.596 0 016 8Z\"/></g>"},"fast-forward":{"body":"<g fill=\"none\"><path d=\"M5.999 11.377v-.359l-3.5 1.789a1.7 1.7 0 01-2.5-1.43V4.625a1.7 1.7 0 012.5-1.428l3.5 1.785v-.357a1.7 1.7 0 012.5-1.428l6.6 3.373a1.588 1.588 0 010 2.857l-6.6 3.379a1.775 1.775 0 01-.8.2 1.665 1.665 0 01-1.7-1.629Z\"/><path fill=\"currentColor\" d=\"M7.701 12.002a.76.76 0 00.348-.086l6.601-3.379a.595.595 0 00.35-.535.6.6 0 00-.35-.541l-6.6-3.373a.771.771 0 00-.35-.086c-.337 0-.7.238-.7.623v1.99L2.049 4.088a.752.752 0 00-.347-.086c-.338 0-.702.238-.702.623v6.752c0 .168.065.312.193.43a.752.752 0 00.855.11L7 9.382v1.994c0 .387.364.625.701.625m0 1C6.81 13.002 6 12.32 6 11.377v-.36l-3.495 1.79c-1.133.582-2.506-.204-2.505-1.43V4.625c.001-1.223 1.373-2.008 2.505-1.428L6 4.982v-.357c.001-1.223 1.367-2.008 2.505-1.428l6.6 3.373a1.588 1.588 0 010 2.858l-6.6 3.379a1.775 1.775 0 01-.804.195Z\"/><path d=\"M9.101 6.57a1.589 1.589 0 010 2.86l-6.6 3.375a1.7 1.7 0 01-2.5-1.43v-6.75a1.7 1.7 0 012.5-1.43Z\"/><path fill=\"currentColor\" d=\"M9.001 8a.598.598 0 00-.353-.54l-6.6-3.375a.756.756 0 00-.743.027.597.597 0 00-.304.513v6.75c0 .284.19.443.304.513a.754.754 0 00.743.027l6.6-3.375A.598.598 0 009.001 8m1 0c0 .562-.3 1.125-.897 1.43l-6.6 3.375C1.37 13.385 0 12.601 0 11.375v-6.75c0-1.226 1.37-2.01 2.503-1.43l6.6 3.375c.598.305.897.868.897 1.43Z\"/></g>"},"file":{"body":"<g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z\"/><path fill=\"currentColor\" d=\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M13.499 4.502h-4v-4Z\"/></g>"},"file-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.5 9.001h5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 6.5v5\"/><g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z\"/><path fill=\"currentColor\" d=\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C1.999.673 2.664 0 3.714 0Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M13.499 4.502h-4v-4Z\"/></g>"},"file-duplicate":{"body":"<g stroke-linejoin=\"round\"><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" d=\"M2.284 15.5a.731.731 0 01-.786-.832V5.336a.732.732 0 01.786-.838h4.219V1.332A.727.727 0 017.288.5h4.5L14.5 3.205v7.461a.731.731 0 01-.792.832H9.495v3.17a.727.727 0 01-.785.832Z\"/><g fill=\"none\"><path d=\"M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z\"/><path fill=\"currentColor\" d=\"M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5h-4.3m0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M9.499 7.501h-3v-3Zm5-4h-3v-3Z\"/></g>"},"file-remove":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.5 9h5\"/><g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M14 4v10.222A1.621 1.621 0 0112.285 16H3.713a1.621 1.621 0 01-1.714-1.778V1.778A1.621 1.621 0 013.714 0h6.287Z\"/><path fill=\"currentColor\" d=\"M3.714 1c-.353 0-.715.092-.715.778v12.444c0 .686.362.778.715.778h8.572c.353 0 .714-.092.714-.778V4.414L9.586 1H3.714m0-1H10l4 4v10.222C14 15.327 13.335 16 12.286 16H3.714c-1.05 0-1.715-.673-1.715-1.778V1.778C2 .673 2.664 0 3.714 0Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M13.499 4.502h-4v-4Z\"/></g>"},"file-required":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12.501.5v5m1.999-4-4 3m0-3 4 3\"/><g stroke-linejoin=\"round\"><g fill=\"none\"><path d=\"M10 7v7.667A1.216 1.216 0 018.714 16H2.285a1.216 1.216 0 01-1.286-1.333V5.333A1.216 1.216 0 012.285 4H7Z\"/><path fill=\"currentColor\" d=\"M2.285 5C2.12 5 2 5 2 5.333v9.334c0 .333.12.333.286.333h6.43C8.88 15 9 15 9 14.667V7.414L6.586 5h-4.3m0-1H7l3 3v7.667C10 15.495 9.5 16 8.714 16H2.285C1.498 16 1 15.495 1 14.667V5.333C1 4.505 1.5 4 2.285 4Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" d=\"M9.499 7.501h-3v-3Z\"/></g>"},"filter":{"body":"<g fill=\"none\" stroke-linejoin=\"round\"><path d=\"M2.373.003h11.252a1.335 1.335 0 011.173 2.029l-3.64 5.3a1.04 1.04 0 00-.159.552v7.281a.87.87 0 01-1.419.652l-3.95-2.268a1.67 1.67 0 01-.631-1.3V7.978a1.652 1.652 0 00-.157-.707L1.199 2.029A1.335 1.335 0 012.373.003Z\"/><path fill=\"currentColor\" d=\"m13.625 1-11.252.003a.366.366 0 00-.333.186.293.293 0 000 .297l3.623 5.215a.99.99 0 01.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.367.367 0 0013.625 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.199 2.03C.646 1.139 1.304.003 2.373.003L13.625 0Z\"/></g>","height":16.009},"filter-2":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M.5 11.5h9m4 0h2\"/><g transform=\"translate(9 9)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M.5 4.5h2m4 0h9\"/><g transform=\"translate(2 2)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g></g>"},"filter-active":{"body":"<g fill=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M10.128 15.509a.367.367 0 01-.234-.085l-.03-.024-.034-.019-3.913-2.247a1.165 1.165 0 01-.417-.889V7.978c0-.207-.049-.676-.233-.972l-.007-.01-.007-.01-3.634-5.23a.788.788 0 01-.015-.81.866.866 0 01.77-.443L13.626.5c.328 0 .616.166.77.444a.787.787 0 01-.016.812l-3.633 5.292-.006.008-.006.01a1.54 1.54 0 00-.235.816v7.281c0 .238-.217.346-.372.346Z\"/><path d=\"m13.626 1-11.252.003a.366.366 0 00-.333.186.293.293 0 000 .297l3.623 5.215a.99.99 0 01.027.04c.3.482.309 1.161.309 1.237v4.267c0 .181.076.354.21.482L10 14.902v-7.02a2.04 2.04 0 01.335-1.117l3.623-5.279c.07-.122.04-.23.001-.3A.367.367 0 0013.626 1m0-1c1.07 0 1.729 1.14 1.173 2.029l-3.64 5.302a1.04 1.04 0 00-.159.551v7.281c0 .714-.853 1.105-1.419.652l-3.95-2.268A1.67 1.67 0 015 12.245V7.978c0-.194-.054-.541-.157-.707L1.2 2.03C.647 1.139 1.305.003 2.374.003L13.626 0Z\"/></g>","height":16.009},"flag":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M10.412 9.5c1.962.461 3.088 1.5 3.088 2.861 0 1.76-2.636 3.139-6 3.139s-6-1.379-6-3.139c0-1.358 1.126-2.4 3.088-2.861\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 12V.5h7l-3 2.5 3 2.5h-7\"/>"},"folder":{"body":"<g fill=\"none\"><path d=\"M2 14a2 2 0 01-2-2V2.6A1.638 1.638 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1h12m0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m.997 13.001 4-5.5h10\"/></g>"},"full-width":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11.5 2.499v11\"/><g transform=\"translate(0 1.999)\"><rect width=\"16\" height=\"12\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"11\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>"},"go-to-back":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.667 2.5h-2.5a1.568 1.568 0 00-1.25.417A1.569 1.569 0 00.5 4.167v6.667a1.571 1.571 0 00.417 1.25 1.568 1.568 0 001.25.417h11.667a1.568 1.568 0 001.25-.417 1.568 1.568 0 00.416-1.251V3.999c0-.531.086-.864-.261-1.213S14.529 2.5 14 2.5h-2.667\"/><g stroke-miterlimit=\"10\"><path d=\"M5.477 13.001h5.043l.431 1.062a.7.7 0 01-.679.938H5.729a.7.7 0 01-.68-.936Z\"/><path fill=\"currentColor\" d=\"M5.477 13.001h5.043l.431 1.062c.184.452-.168.938-.679.938H5.73c-.51 0-.861-.484-.68-.936l.428-1.064Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6 7.499 2 2 2-2m-2 1.5v-6\"/></g>","width":16.006},"grid":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/><g transform=\"translate(0 9)\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9)\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(9 9)\"><rect width=\"7\" height=\"7\" rx=\"1\" stroke=\"none\"/><rect width=\"6\" height=\"6\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"group":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(0 2)\"><rect width=\"8\" height=\"8\" rx=\"4\" stroke=\"none\"/><rect width=\"7\" height=\"7\" x=\".5\" y=\".5\" rx=\"3.5\"/></g><path stroke-linejoin=\"round\" d=\"M.5 14.001a3.5 3.5 0 013.5-3.5 3.5 3.5 0 013.5 3.5m3 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/><g transform=\"translate(10 5)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g></g>"},"group-add":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(7 9)\"><rect width=\"5\" height=\"5\" rx=\"2.5\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\"2\"/></g><g transform=\"translate(0 7)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g><path stroke-linejoin=\"round\" d=\"M7.5 16.001a2 2 0 012-2 2 2 0 012 2m-11 0a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.5 3.5h6m-3-3v6\"/></g>","height":16.001},"heart":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M11.534 1a4.431 4.431 0 00-3.158 1.312L8 2.689l-.376-.377A4.431 4.431 0 004.466 1a4.431 4.431 0 00-3.158 1.312A4.458 4.458 0 000 5.479a4.457 4.457 0 001.308 3.167l6.083 6.1a.858.858 0 00.609.253.861.861 0 00.61-.253l6.082-6.1A4.458 4.458 0 0016 5.479a4.457 4.457 0 00-1.308-3.167A4.431 4.431 0 0011.534 1Z\"/><path fill=\"currentColor\" d=\"M4.466 2c-.925 0-1.796.362-2.45 1.018A3.463 3.463 0 001 5.479c0 .93.36 1.804 1.016 2.461L8 13.942l5.984-6.001A3.463 3.463 0 0015 5.479c0-.93-.36-1.804-1.016-2.461A3.437 3.437 0 0011.534 2a3.44 3.44 0 00-2.45 1.018L8 4.105 6.916 3.018A3.436 3.436 0 004.466 2m0-1a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.431 4.431 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.457 4.457 0 0116 5.479a4.458 4.458 0 01-1.308 3.168l-6.082 6.1a.861.861 0 01-1.22 0l-6.082-6.1A4.457 4.457 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1Z\"/></g>"},"heart-active":{"body":"<g fill=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M8 13.942 2.016 7.94A3.463 3.463 0 011 5.479c0-.93.36-1.804 1.016-2.461A3.437 3.437 0 014.466 2a3.44 3.44 0 012.45 1.018l.376.377.708.71.708-.71.376-.377A3.437 3.437 0 0111.534 2a3.44 3.44 0 012.45 1.018A3.463 3.463 0 0115 5.479c0 .93-.36 1.804-1.016 2.462L8 13.94Z\"/><path d=\"M4.466 3c-.658 0-1.276.257-1.742.724A2.47 2.47 0 002 5.479c0 .664.257 1.287.724 1.755L8 12.525l5.276-5.29A2.47 2.47 0 0014 5.479a2.47 2.47 0 00-.724-1.755A2.444 2.444 0 0011.534 3c-.658 0-1.276.257-1.742.724L8 5.52 6.207 3.724A2.443 2.443 0 004.466 3m0-2a4.43 4.43 0 013.158 1.312L8 2.689l.376-.377A4.431 4.431 0 0111.534 1a4.43 4.43 0 013.158 1.312A4.457 4.457 0 0116 5.479a4.458 4.458 0 01-1.308 3.168l-6.082 6.1a.86.86 0 01-1.22 0l-6.082-6.1A4.457 4.457 0 010 5.479c0-1.196.465-2.321 1.308-3.167A4.43 4.43 0 014.466 1Z\"/></g>"},"highlighter":{"body":"<g stroke=\"currentColor\" stroke-linejoin=\"round\"><path fill=\"none\" d=\"m3.5 8.214 4.286 4.287L15.5 4.787 11.211.501Z\"/><path fill=\"none\" stroke-linecap=\"round\" d=\"m4 9.502 2.5 2.5-1.5 1.5H3.5l-1-1v-1.5Z\"/><path fill=\"currentColor\" d=\"m2.5 13.001-1 .667 1 .333 1-.667Z\"/></g>"},"home":{"body":"<g fill=\"rgba(0,0,0,0)\" stroke-miterlimit=\"10\"><path d=\"M6.5 14.5H5c-.853-.002-1.499-.729-1.5-1.691v-5.31H.957a.926.926 0 01-.3-.04C.573 7.43.542 7.396.522 7.367A.148.148 0 01.5 7.291c0-.042.008-.092.062-.18.047-.071.11-.142.2-.219l6.42-5.095.006-.006.007-.006c.216-.184.502-.285.805-.285.304 0 .59.101.804.286l.008.006.007.005 6.42 5.095c.089.078.152.148.199.22a.326.326 0 01.062.18.15.15 0 01-.02.073l-.002.002-.001.002a.2.2 0 01-.07.062c-.066.035-.158.067-.366.068h-2.54V13c-.002.896-.605 1.499-1.502 1.5H9.5v-3.998h-3V14.5Z\"/><path fill=\"currentColor\" d=\"M6 14v-4h4v4h.998c.627-.002 1.002-.376 1.002-1V7h2.57L8.48 2.165A.734.734 0 008 2a.737.737 0 00-.48.166l-.028.022L1.432 7H4v5.81c0 .689.422 1.19 1 1.19h1m1 1H5c-1.138-.001-1.998-.943-2-2.19V8H.957a1.42 1.42 0 01-.461-.066.736.736 0 01-.39-.288A.644.644 0 010 7.287a.81.81 0 01.14-.443 1.54 1.54 0 01.303-.337L6.87 1.405A1.737 1.737 0 018 1c.422 0 .823.144 1.129.406l6.428 5.101c.132.114.227.22.302.337.094.15.139.29.14.443a.644.644 0 01-.106.358.7.7 0 01-.25.226c-.167.089-.346.127-.6.128H13v5c-.001 1.176-.824 1.999-2 2H9v-3.998H7V15Z\"/></g>"},"hourglass":{"body":"<g transform=\"translate(2 .375)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" d=\"M7.834 7.625c0-.33 1.2-1.03 1.833-1.667A6.017 6.017 0 0011.5 1.791V.124H.5v1.667a6.014 6.014 0 001.833 4.167c.631.637 1.833 1.337 1.833 1.667s-1.2 1.03-1.833 1.667A6.015 6.015 0 00.5 13.459v1.667h11v-1.667a6.02 6.02 0 00-1.833-4.167c-.632-.638-1.833-1.336-1.833-1.667Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M10.5 4.125h-9\"/><ellipse cx=\"4\" cy=\"1\" fill=\"currentColor\" rx=\"4\" ry=\"1\" transform=\"translate(2 13.625)\"/></g>"},"image":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(-.667 .999)\"><g stroke-miterlimit=\"10\" transform=\"rotate(90 7.833 8.834)\"><rect width=\"12\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.163 12.002 9.5-5.5 3.5 5.5\"/><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.667 3.001)\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.165 8 1 2 2.5-1.5\"/></g>"},"info-badge":{"body":"<g transform=\"translate(.333 .334)\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" transform=\"translate(-.333 -.333)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M7.667 12.166v-5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.668 4.166v-1\"/></g>","height":16.001},"information":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 3.5v1m0 3v5\"/><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g></g>"},"italic":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5.632h-7m3 15h-7m8-15-5 15\"/>","height":16.265},"key":{"body":"<g transform=\"translate(-948 -1895.998)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M951 1911.5h-2.5v-2.707l.145-.15 6.5-6.5.063-.064a4.252 4.252 0 118.289-1.332 4.255 4.255 0 01-5.578 4.035l-.066.066-1.5 1.5-.145.15h-1.709v2h-2v1.705l-.143.15-1 1-.143.15Z\"/><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"currentColor\" transform=\"translate(959 1899)\"/></g>","height":16.004},"language":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" d=\"M1 5h14M1 11h14\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6.5 15a16.394 16.394 0 01-2-7 16.394 16.394 0 012-7m3 14a16.394 16.394 0 002-7 16.394 16.394 0 00-2-7\"/>"},"learning-path":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m1.495 12.719 1-3.778a.158.158 0 01.287-.047 1.762 1.762 0 003.161-.452 1.8 1.8 0 00-1.227-2.285 1.741 1.741 0 00-1.242.124.16.16 0 01-.225-.186l1-3.779 3.722 1.013a.161.161 0 00.183-.229 1.812 1.812 0 01-.122-1.26A1.768 1.768 0 0110.285.593a1.807 1.807 0 011.186 2.114 1.788 1.788 0 01-.741 1.089.162.162 0 00.046.291l3.724 1.02-2.747 10.4Z\"/>","height":16.007},"light-off":{"body":"<path fill=\"currentColor\" d=\"M8 15a2.8 2.8 0 01-1.825-.648 2.119 2.119 0 01-.778-1.617v-.014l1-1v1.018a1.109 1.109 0 00.432.854 1.784 1.784 0 001.173.408 1.8 1.8 0 001.173-.408 1.143 1.143 0 00.431-.857v-1.924l.239-.281a10.14 10.14 0 001.524-2.252 6.226 6.226 0 00.606-2.135l1-1a4.332 4.332 0 01.022.434 7.244 7.244 0 01-.731 3.137 11.083 11.083 0 01-1.665 2.473v1.553a2.124 2.124 0 01-.784 1.617A2.772 2.772 0 018 15ZM4.245 9.631a9 9 0 01-.513-.924 7.153 7.153 0 01-.731-3.133 4.328 4.328 0 011.473-3.242 5.336 5.336 0 017.055 0 .027.027 0 00.006.008l-.71.709a4.344 4.344 0 00-5.684.023 3.347 3.347 0 00-1.145 2.5 6.2 6.2 0 00.633 2.7c.1.205.21.412.34.631l-.726.725Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1 15 15 1\"/>"},"light-on":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M12.999 5.571a4.372 4.372 0 00-1.474-3.241A5.233 5.233 0 007.999 1a5.233 5.233 0 00-3.527 1.33 4.372 4.372 0 00-1.473 3.241 7.179 7.179 0 00.734 3.132 11.418 11.418 0 001.663 2.468v1.564a2.126 2.126 0 00.782 1.619A2.808 2.808 0 007.999 15a2.808 2.808 0 001.821-.646 2.126 2.126 0 00.782-1.619v-1.552a11.308 11.308 0 001.667-2.474 7.213 7.213 0 00.73-3.138Z\"/><path fill=\"currentColor\" d=\"M8 2c-1.082 0-2.096.38-2.855 1.07-.74.672-1.146 1.56-1.146 2.501 0 .922.208 1.805.636 2.7.346.723.843 1.459 1.52 2.25l.241.28v1.935c0 .428.268.72.43.856.309.263.726.408 1.174.408.447 0 .864-.145 1.175-.409.16-.136.428-.427.428-.856v-1.923l.241-.28c.679-.79 1.177-1.528 1.523-2.254.426-.895.634-1.78.633-2.708 0-.94-.407-1.828-1.147-2.5C10.095 2.38 9.081 2 8 2m0-1c1.372 0 2.62.506 3.526 1.33.906.823 1.475 1.972 1.474 3.24a7.213 7.213 0 01-.73 3.139c-.428.896-1.012 1.711-1.667 2.474v1.552c0 .641-.308 1.217-.782 1.62A2.808 2.808 0 018 15a2.808 2.808 0 01-1.822-.646c-.474-.402-.783-.978-.782-1.619v-1.564c-.652-.762-1.236-1.575-1.663-2.468-.455-.951-.735-1.993-.734-3.132 0-1.269.568-2.418 1.474-3.241C5.379 1.506 6.627 1 8 1Z\"/></g><path stroke=\"currentColor\" stroke-miterlimit=\"10\" d=\"M6.001 11h4\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 6.5-1 3M7 6.504l1 2.5v1.5\"/></g>"},"link":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6.333 9.191a3.82 3.82 0 005.371.78 3.8 3.8 0 00.416-.362l2.3-2.319a3.883 3.883 0 00-.094-5.464 3.819 3.819 0 00-5.332 0l-1.32 1.321\"/><path d=\"M9.666 7.29a3.82 3.82 0 00-5.371-.78 3.806 3.806 0 00-.416.362l-2.3 2.319a3.883 3.883 0 00.094 5.464 3.819 3.819 0 005.332 0l1.313-1.321\"/></g>","height":16.479},"lock":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 9v3\"/><g stroke-miterlimit=\"10\" transform=\"translate(0 5)\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.505 5.5V3.335C4.505 1.769 6.067.5 8.005.5h0c1.933 0 3.5 1.269 3.5 2.835V5.5\"/></g>"},"login":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.5.5H14A1.664 1.664 0 0115.5 2v12a1.668 1.668 0 01-1.5 1.5h-3.5\"/><path d=\"m7.499 11.501 4-3.5-4-3.5M10.5 8H.5\"/></g>","width":16.005},"logout":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5.5H2A1.661 1.661 0 00.5 2v12A1.659 1.659 0 002 15.5h3.5m5.999-3.999 4-3.5-4-3.5M14.5 8h-10\"/>"},"maximaze":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><g transform=\"translate(0 2)\"><rect width=\"16\" height=\"12\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"11\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"round\" d=\"M2.5 8.501v3h3m8-4.001v-3h-3\"/></g>"},"menu":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.5 11h11m-11-3H9M1.5 5h13\"/>"},"merge":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><g stroke-miterlimit=\"10\" transform=\"translate(2.667 2.666) translate(-1.667 8.334)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(2.667 2.666) translate(7.333 8.334)\"><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" stroke=\"none\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2\"/></g><path stroke-linejoin=\"round\" d=\"m11.001 3.5-3-3-3 3M8 1.5V9\"/><path stroke-miterlimit=\"10\" d=\"m5 11.999 3-3 3 3\"/></g>"},"minimaze":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(1.333 1.334)\"><rect width=\"7\" height=\"5\" rx=\"1\" transform=\"translate(-.833 7.166)\"/><path stroke-linecap=\"round\" d=\"M14.167 4.166v-3h-5m0 10.999h5v-3m-10-7.998h-5v3\"/></g>"},"mixed-class":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" d=\"M2.5 8.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M2.5 4.001a2 2 0 11.586 1.414A2 2 0 012.5 4.001Z\"/><path fill=\"currentColor\" d=\"M4.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 .993.993 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 014.5 2.001Z\"/></g><path stroke=\"currentColor\" d=\"M6 16.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M6 12.001a2 2 0 11.586 1.414A2 2 0 016 12.001Z\"/><path fill=\"currentColor\" d=\"M8 11.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0A.993.993 0 009 12.001a.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414A1.994 1.994 0 018 14.001a1.994 1.994 0 01-1.414-.586A1.996 1.996 0 018 10.001Z\"/></g><path stroke=\"currentColor\" d=\"M9.5 8.001a2 2 0 012-2 2 2 0 012 2\"/><g stroke-miterlimit=\"10\"><path d=\"M9.5 4.001a2 2 0 11.586 1.414A2 2 0 019.5 4.001Z\"/><path fill=\"currentColor\" d=\"M11.5 3.001a.998.998 0 00-.708 1.706.997.997 0 001.415 0 .993.993 0 00.293-.706.996.996 0 00-1-1m0-1c.553 0 1.051.223 1.414.585.363.363.586.862.586 1.415a1.99 1.99 0 01-.586 1.414 1.994 1.994 0 01-1.414.586 1.994 1.994 0 01-1.414-.586A1.996 1.996 0 0111.5 2.001Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667\"/></g>","width":16.001,"height":16.002},"more-horizontal":{"body":"<g fill=\"currentColor\" transform=\"rotate(90 5.133 11.2)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.066 .333)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.066 6.333)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(-.066 12.333)\"/></g>"},"more-vertical":{"body":"<g fill=\"currentColor\" transform=\"translate(5.991 -.713)\"><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(.009 .713)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(.009 6.713)\"/><circle cx=\"2\" cy=\"2\" r=\"2\" transform=\"translate(.009 12.713)\"/></g>","height":16.001},"news":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path d=\"M3.5 5.498h-3v8c0 1.2.544 2 1.5 2s1.5-.8 1.5-2v-12h12v12.5c0 1.3-.2 1.5-1.5 1.5H2\"/><path stroke-linecap=\"round\" d=\"M6.5 5.5h6m-6 3h6m-6 3h3\"/></g>"},"no-prerequisites":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(7 1)\"><rect width=\"8\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"7\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(7 9)\"><rect width=\"8\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"7\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path fill=\"currentColor\" d=\"M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16h2.064v.926H1.016Z\"/>"},"notes":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.5 4.5h9m-9 3h6\"/><rect width=\"16\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2 15.501c2 0 3-4 3-4l9 4Z\"/></g>"},"number-code":{"body":"<defs><path id=\"svgID0\" d=\"M1.5-.166v3M3 .333l-3 2m3 0-3-2\"/></defs><g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"translate(2 3)\"><rect width=\"12\" height=\"8\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"7\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path stroke-linecap=\"square\" stroke-linejoin=\"round\" d=\"M5.506 2.768A2.393 2.393 0 018.006.5h0a2.392 2.392 0 012.5 2.268\"/><use href=\"#svgID0\" stroke-linecap=\"round\" transform=\"translate(3 12.667)\"/><use href=\"#svgID0\" stroke-linecap=\"round\" transform=\"translate(10 12.667)\"/></g>","height":16.001},"numbered-list":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 12h5m-5-4h10m-10-4h7\"/><path fill=\"currentColor\" stroke=\"rgba(0,0,0,0)\" d=\"M1.044 4.955h.472v-1.72L1 3.386v-.585l1.083-.3v2.455H2.5v.545H1.044Zm-.04 3.913a.824.824 0 01.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116 0-.171.067-.171.224v.32h-.458V7.33c0-.558.235-.83.659-.83h.171c.427 0 .658.276.658.82v.159a.816.816 0 01-.428.821l-.452.275a.277.277 0 00-.139.274v.1h1.031v.556h-1.5Zm1.495 3.726v.09c0 .545-.225.817-.649.817h-.2c-.425 0-.65-.271-.65-.806v-.242h.456v.276c0 .14.057.21.169.21h.245c.111 0 .17-.073.17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337c.107 0 .157-.07.157-.214v-.236c0-.145-.057-.215-.165-.215h-.206c-.107 0-.163.068-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423 0 .647.269.647.817v.074c0 .314-.118.531-.344.59.246.042.37.284.37.61Z\"/>"},"on-site":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M2.167 10.5A1.537 1.537 0 01.501 8.833V2.167A1.537 1.537 0 012.168.5h11.666a1.537 1.537 0 011.667 1.667v6.666a1.537 1.537 0 01-1.667 1.667\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 7.501 2-2h3l2-2\"/><path stroke=\"currentColor\" d=\"M5.5 16A2.5 2.5 0 018 13.5a2.5 2.5 0 012.5 2.5\"/><g stroke-miterlimit=\"10\"><path d=\"M5.5 10.499a2.5 2.5 0 11.732 1.767 2.5 2.5 0 01-.732-1.767Z\"/><path fill=\"currentColor\" d=\"M8 11.999c.4 0 .776-.156 1.06-.44.284-.283.44-.66.44-1.06a1.49 1.49 0 00-.439-1.06A1.494 1.494 0 008 8.998a1.496 1.496 0 00-1.5 1.5c0 .4.156.776.439 1.06.285.284.661.44 1.061.44m0 1c-.691 0-1.314-.28-1.767-.732a2.492 2.492 0 01-.733-1.768 2.495 2.495 0 012.5-2.5 2.49 2.49 0 011.767.731A2.49 2.49 0 0110.5 10.5c0 .691-.279 1.314-.733 1.768A2.492 2.492 0 018 12.999Z\"/></g></g>"},"order-down":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.5 3.5h13m-13 3h9m-9 3h7m-7 3h3\"/>"},"order-up":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1.5 12.5h13m-13-3h9m-9-3h5m-5-3h3\"/>"},"paste":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(3.333 1.834)\"><path stroke-linecap=\"round\" d=\"M3.167 4.166h5m-5 3h5\"/><rect width=\"10\" height=\"14\" rx=\"2\" transform=\"translate(.667 -1.334)\"/><path d=\"M6.167 14.166h-5.5c-1.1 0-1.5-.4-1.5-1.5v-8.5\"/></g>","height":16.5},"pausa":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M5.5 1.5v13m5-13v13\"/>"},"pdf":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M15.5 4.5h-7m7 2.999h-7m7 4.001H.5\"/><path stroke-linejoin=\"round\" d=\"M.5 3.5h5v5h-5z\"/></g>"},"phone":{"body":"<g transform=\"translate(2.333 -.167)\"><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(.667 .167)\"><rect width=\"10\" height=\"16\" rx=\"2\" stroke=\"none\"/><rect width=\"9\" height=\"15\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"currentColor\" transform=\"translate(4.667 12.167)\"/><rect width=\"4\" height=\"2\" fill=\"currentColor\" rx=\"1\" transform=\"translate(3.667 .167)\"/></g>"},"pin":{"body":"<g fill=\"none\"><path d=\"M8.002 0a5.81 5.81 0 016 5.6c0 4.805-6 10.4-6 10.4s-6-5.6-6-10.4a5.81 5.81 0 016-5.6Z\"/><path fill=\"currentColor\" d=\"M8.001 1C5.245 1 3.002 3.063 3.002 5.6c0 1.739.962 3.943 2.78 6.374a28.787 28.787 0 002.22 2.61 28.726 28.726 0 002.2-2.584C12.031 9.56 13 7.346 13 5.6 13 3.062 10.758 1 8 1m0-1c3.314 0 6 2.507 6 5.6 0 4.805-6 10.397-6 10.397S2.002 10.403 2.002 5.6c0-3.092 2.686-5.599 6-5.599Z\"/><g stroke=\"currentColor\" transform=\"translate(5 3)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g></g>"},"pin-map":{"body":"<g fill=\"currentColor\"><path d=\"M8 15.302a29.153 29.153 0 01-2.6-3C3.005 9.107 2.502 6.894 2.502 5.601 2.501 2.788 4.968.5 8.001.5c3.032 0 5.5 2.288 5.5 5.1 0 1.295-.503 3.509-2.9 6.703A29.107 29.107 0 018 15.302ZM8.003 1.5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5Z\"/><path d=\"M8 14.587a28.64 28.64 0 002.2-2.584C12.516 8.919 13 6.819 13 5.6 13 3.064 10.759 1 8 1 5.244 1 3.001 3.064 3.001 5.6c0 1.218.486 3.317 2.8 6.402A28.68 28.68 0 008 14.587M8.002 1c2.206 0 4 1.794 4 4 0 2.205-1.794 4-4 4s-4-1.795-4-4c0-2.206 1.794-4 4-4M8 16a28.75 28.75 0 01-3-3.398c-1.368-1.824-2.999-4.52-2.999-7.001 0-3.089 2.691-5.601 6-5.601 3.308 0 6 2.512 6 5.6 0 2.484-1.632 5.18-3 7.003A28.68 28.68 0 018 16Zm.002-14c-1.654 0-3 1.345-3 3 0 1.653 1.346 3 3 3s3-1.347 3-3c0-1.655-1.346-3-3-3Z\"/></g>","height":16.001},"pizza":{"body":"<path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.178.5 5.347 15L.554 10.143S-.515.5 10.178.5Z\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.524 10.55a19.678 19.678 0 01.054-2.608 6.888 6.888 0 01.676-1.409 7 7 0 01.7-1.4 7.217 7.217 0 011.231-.982 7.113 7.113 0 011.247-.962 7.311 7.311 0 011.543-.359 21.912 21.912 0 012.749-.385\"/><path fill=\"rgba(0,0,0,0)\" stroke=\"currentColor\" d=\"M5.525 11.501c.33-1.464 2.091-1.417 3.208-.949a2.6 2.6 0 011.792 2.949\"/><path fill=\"currentColor\" d=\"M10.152 5.192a1.413 1.413 0 00-1.93 1.936.47.47 0 00.348.228.483.483 0 00.4-.138l.108-.093.608.873 1.336-1.338-.874-.623.092-.1a.483.483 0 00.138-.4.47.47 0 00-.228-.348Z\"/>","width":16.024},"play":{"body":"<g fill=\"none\"><path d=\"M14.481 7.132a1 1 0 010 1.736l-10.984 6A1 1 0 012 14V2a1 1 0 011.5-.868Z\"/><path fill=\"currentColor\" d=\"M13.984 8 3 2v12l.017-.01L13.984 8m1 0a.99.99 0 01-.503.868l-10.985 6A1 1 0 012 14V2a1 1 0 011.496-.868l10.985 6a.99.99 0 01.503.868Z\"/></g>"},"plug-in":{"body":"<g fill=\"none\"><path d=\"M2.002 12.998a2 2 0 01-2-2v-5a2 2 0 012-2v-1a1 1 0 011-1h3a1 1 0 011 1v1h2v-1a1 1 0 011-1h3a1 1 0 011 1v1a2 2 0 012 2v5a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14.002 12c.55 0 1-.45 1-1.002v-5c0-.551-.45-1-1-1h-1l.002-1.995-.006-.001L10.002 3v1.998H6l-.002-1.996L3 3v1.998H2c-.55 0-1 .449-1 1v5C1 11.55 1.45 12 2 12h12.002m0 1H2a2 2 0 01-2-2.002v-5c0-1.106.895-2 2-2V3a1 1 0 01.998-.998h3A1 1 0 017 3v.998h2.002V3c0-.551.447-.998.998-.998h2.998A1 1 0 0114.002 3v.998c1.105 0 2 .894 2 2v5a2 2 0 01-2 2.002Z\"/></g>","width":16.002},"pointer":{"body":"<g stroke=\"currentColor\" transform=\"translate(.667 .666)\"><circle cx=\"7\" cy=\"7\" r=\"7\" fill=\"none\" transform=\"translate(.333 .334)\"/><circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"currentColor\" transform=\"translate(4.333 4.334)\"/></g>"},"printer":{"body":"<g fill=\"none\"><g stroke-miterlimit=\"10\"><path d=\"M14 4H2a2 2 0 00-2 2v5a2.008 2.008 0 002 2h1v2a1.073 1.073 0 001 1h8a1.074 1.074 0 001-1v-2h1a2 2 0 002-2V6a2.011 2.011 0 00-2-2Z\"/><path fill=\"currentColor\" d=\"M2 5c-.551 0-1 .449-1 1v5c0 .542.458 1 1 1h2v2.959c.01.014.027.03.04.041h7.918a.198.198 0 00.042-.041V12h2c.551 0 1-.448 1-1V6c0-.542-.458-1-1-1H2m0-1h12c1.098 0 2 .905 2 2v5c0 1.102-.896 2-2 2h-1v2c0 .502-.5 1-1 1H4c-.508 0-1-.504-1-1v-2H2c-1.098 0-2-.902-2-2V6c0-1.102.897-2 2-2Z\"/></g><g stroke-miterlimit=\"10\"><path d=\"M3 9.999h10v4.9a1.125 1.125 0 01-1.146 1.1H4.146A1.125 1.125 0 013 14.899Z\"/><path fill=\"currentColor\" d=\"M4 10.999v3.897c0 .049.06.103.146.103h7.708c.086 0 .146-.054.146-.103v-3.897H4m-1-1h10v4.897c0 .61-.513 1.103-1.146 1.103H4.146c-.633 0-1.146-.494-1.146-1.103V9.999Z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M10.5 7.5h2\"/><g stroke=\"currentColor\"><path stroke-linejoin=\"round\" d=\"M11.001 2h-1V1Z\"/><path stroke-miterlimit=\"10\" d=\"M4.5 4.5V1.457A1.011 1.011 0 015.559.502h4.3l1.64 1.453V4.5\"/></g></g>"},"profile":{"body":"<g stroke=\"currentColor\" transform=\"translate(4 2.666)\"><path fill=\"rgba(0,0,0,0)\" d=\"M4 7.834A4.472 4.472 0 01.17 5.693a2.5 2.5 0 100-4.721 4.5 4.5 0 017.659 0 2.5 2.5 0 100 4.721A4.479 4.479 0 014 7.834Z\"/><path fill=\"none\" stroke-linejoin=\"round\" d=\"M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" fill=\"rgba(0,0,0,0)\" transform=\"translate(-1.5 .834)\"/><circle cx=\"2.5\" cy=\"2.5\" r=\"2.5\" fill=\"rgba(0,0,0,0)\" transform=\"translate(4.5 .834)\"/></g>"},"profile-add":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.5 3.5h6m-3-3v6\"/><g fill=\"rgba(0,0,0,0)\"><path d=\"M4.999 11.502a3.53 3.53 0 01-3.15-1.973l-.075-.154-.153-.076A1.993 1.993 0 01.501 7.5c0-1.06.825-1.938 1.88-1.998l.172-.012.13-.113A3.493 3.493 0 014.999 4.5c.856 0 1.679.31 2.318.877l.13.113.172.012a2.003 2.003 0 01.759 3.797l-.153.076-.076.154A3.482 3.482 0 015 11.502Z\"/><path fill=\"currentColor\" d=\"M4.999 11.002a2.984 2.984 0 002.7-1.691l.15-.309.31-.152c.52-.256.843-.772.843-1.35 0-.793-.621-1.453-1.413-1.5l-.344-.02-.259-.228a2.999 2.999 0 00-3.972 0l-.26.228-.345.02a1.502 1.502 0 00-1.408 1.5c0 .578.322 1.096.84 1.352l.308.15.15.309a3.026 3.026 0 002.7 1.691m0 1c-1.58 0-2.95-.922-3.599-2.254a2.504 2.504 0 01.952-4.746A3.989 3.989 0 014.999 4c1.018 0 1.944.379 2.65 1.002a2.503 2.503 0 01.95 4.746 4.002 4.002 0 01-3.6 2.254Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M1.5 16a3.5 3.5 0 017 0\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(0 5)\"><rect width=\"5\" height=\"5\" rx=\"2.5\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\"2\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(5 5)\"><rect width=\"5\" height=\"5\" rx=\"2.5\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\"2\"/></g>"},"push-pin-off":{"body":"<path fill=\"currentColor\" d=\"M7.988 16a1.257 1.257 0 01-.967-.449 6.8 6.8 0 01-1.521-2.93l.885-.885a5.35 5.35 0 001.4 3.172.262.262 0 00.2.094.272.272 0 00.19-.08l6.743-6.738a.27.27 0 00.075-.209.251.251 0 00-.093-.191 5.347 5.347 0 00-3.174-1.393l.89-.889a6.818 6.818 0 012.932 1.52 1.291 1.291 0 01.447.914 1.27 1.27 0 01-.372.953l-6.739 6.738a1.247 1.247 0 01-.896.373ZM4.632 9.248 2 6.621a.244.244 0 00-.187-.08l-.944-.006a.885.885 0 01-.8-.541.873.873 0 01.19-.947L5.043.258a.878.878 0 011.494.617v.939A.257.257 0 006.612 2l2.634 2.635-.707.707-2.631-2.633a1.274 1.274 0 01-.373-.891v-.639L1.178 5.538h.638a1.268 1.268 0 01.892.367l2.631 2.633-.706.705Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m12 12 3 3M1 15 15 1\"/>"},"push-pin-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M15.236 7.412c-2.14-1.8-3.949-1.594-4.728-1.374a.767.767 0 01-.756-.193l-3.48-3.482a.765.765 0 01-.225-.538V.882A.373.373 0 005.41.621L.621 5.406a.373.373 0 00.261.637h.943a.765.765 0 01.538.225L5.845 9.75a.767.767 0 01.193.756c-.22.78-.426 2.589 1.374 4.728a.772.772 0 001.132.046l6.741-6.741a.772.772 0 00-.049-1.127Z\"/><path stroke-linecap=\"round\" d=\"m12.01 12.01 3 3\"/></g>","width":16.01,"height":16.01},"qrcode":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(0 11)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(11)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.5 7.501h7v3m4-3h4v2m-6 3h4m-5.999-8v-4h2M8.5 15.5h7v-3\"/></g>"},"question-badge":{"body":"<g transform=\"translate(.004 .005)\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" transform=\"translate(-.004 -.005)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.496 4.833A3.631 3.631 0 019.09 2.694a3.5 3.5 0 012.406 3.3c0 2.331-3.6 3.5-3.6 3.5m-.4 4.002v-1\"/></g>"},"radio":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g>"},"redo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M14.5 6H3.779A3.39 3.39 0 00.5 9.49v.019A3.39 3.39 0 003.779 13h2.593\"/><path stroke-linejoin=\"round\" d=\"m12.5 2.998 3 3-3 3\"/></g>"},"relations":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(1 2.999)\"><path d=\"m1.5.5 2 2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(-.5 -1.5)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(11.5 1.5)\"><path d=\"m2 1.999-2 2\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(2 -.001)\"/></g><g stroke-linecap=\"round\" stroke-miterlimit=\"10\" transform=\"translate(7.333 2.166)\"><path d=\"M.667.334v3\"/><circle cx=\"1\" cy=\"1\" r=\"1\" transform=\"translate(-.333 -1.666)\"/></g><path stroke-linejoin=\"round\" d=\"M5 16a3 3 0 013-3 3 3 0 013 3\"/><g transform=\"translate(5 7)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g></g>"},"reload":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M1.5 9.502h13m-13-3h13\"/><path stroke-linejoin=\"round\" d=\"m10.501 2.502-2.5-2-2.5 2m5 10.999-2.5 2-2.5-2\"/></g>"},"remove":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M.5 7.999h15\"/>"},"remove-circle":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/><path stroke-linecap=\"round\" d=\"M3.5 8h9\"/></g>"},"repeart":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m12.5.707 3 3-3 3m-9 9-3-3 3-3\"/><path d=\"M.5 7.706v-2a2.184 2.184 0 012.332-2H14.5m1 5v2a2.184 2.184 0 01-2.332 2H1.5\"/></g>","width":16.001,"height":16.414},"repository":{"body":"<g fill=\"none\"><path d=\"M2 14a2 2 0 01-2-2V2.6A1.638 1.638 0 011.43 1h5.693l1.436 2H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14 13c.552 0 1-.45 1-1.001v-7c0-.551-.448-1-1-1H8.047L6.609 2.001H1.436c-.122.01-.434.302-.434.603v2.365L1 5v7a1 1 0 001 1h12m0 1H2a2 2 0 01-2-2V2.604c0-.801.712-1.598 1.43-1.602l5-.002.693.002 1.436 1.997H14a2 2 0 012 2v7a2 2 0 01-2 2Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12.001 8-1.5-2-1.5 2M10.5 6.5v4\"/></g>"},"request-form":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(.5 .5)\"><path stroke-linecap=\"round\" d=\"M11 8.49a3.643 3.643 0 01-2.507 2.507m0-7A3.644 3.644 0 0111 6.506m-7 0a3.645 3.645 0 012.508-2.509m0 7A3.641 3.641 0 013.999 8.49M14 9.358c-.481 3.218-1.954 4.146-4.643 4.643m0-13A5.358 5.358 0 0114 5.644m-13 0a5.364 5.364 0 014.642-4.64m0 13A5.227 5.227 0 01.999 9.361\"/><rect width=\"3\" height=\"4\" rx=\"1\" transform=\"translate(6 11)\"/><rect width=\"4\" height=\"3\" rx=\"1.333\" transform=\"translate(11 6)\"/><rect width=\"4\" height=\"3\" rx=\"1\" transform=\"translate(0 6)\"/><rect width=\"3\" height=\"4\" rx=\"1\" transform=\"translate(6)\"/></g>"},"resize-100":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 5.498v-3h-3m0 11.003h3v-3M3.501 2.498h-3v3m0 5.001v3h3\"/><path fill=\"currentColor\" d=\"M3.001 10.999h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1Zm7 0h3v-1h-1v-5l-2 1v1l1-.5v3.5h-1ZM7 7.001h1v-1H7Zm0 3h1v-1H7Z\"/>"},"resize-height":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"m10 5.501-2-2-2 2m0 5.001 2 2 2-2\"/><path d=\"M.5.5h15m-15 15h15\"/></g>"},"resize-width":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"m10.502 10.002 2-2-2-2m-5.003-.001-2 2 2 2\"/><path d=\"M15.5.5v15M.5.5v15\"/></g>","height":16.001},"search":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m9 8.999 6 6\"/><g fill=\"none\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5.5\" stroke=\"none\"/><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/></g></g>"},"sequential-prerequisites":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(7 1)\"><rect width=\"8\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"7\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"translate(8 9.999)\"><rect width=\"6\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.505 10v-.867A1.356 1.356 0 0111.005 8h0a1.356 1.356 0 011.5 1.133V10\"/></g><path fill=\"currentColor\" d=\"M1.089 5.091h.944V2.225l-1.032.254v-.976l2.165-.5v4.091h.835v.909H1.09Zm-.077 7.859a1.333 1.333 0 01.858-1.385l.908-.456a.481.481 0 00.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231 0-.341.112-.341.373v.533H1v-.479a1.2 1.2 0 011.318-1.384h.341a1.2 1.2 0 011.317 1.367v.264a1.322 1.322 0 01-.857 1.368l-.9.458a.446.446 0 00-.279.456v.16h2.064v.926H1.016Z\"/>"},"settings":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7.112 15h1.775l.217-1.743.3-.083a5.315 5.315 0 001.256-.521l.272-.157 1.387 1.082 1.257-1.257-1.076-1.387.158-.273a5.331 5.331 0 00.521-1.256l.083-.3L15 8.884V7.112l-1.742-.216-.083-.3a5.322 5.322 0 00-.521-1.257l-.154-.274 1.082-1.387-1.239-1.237-.021-.021-1.388 1.083-.272-.158a5.326 5.326 0 00-1.256-.521l-.3-.083L8.889.999H7.112L6.9 2.742l-.3.083a5.327 5.327 0 00-1.256.521l-.272.158L3.678 2.42 2.421 3.678 3.5 5.065l-.157.273a5.312 5.312 0 00-.521 1.256l-.083.3L1 7.112v1.772l1.742.217.083.3a5.312 5.312 0 00.521 1.256l.157.273-1.082 1.392 1.257 1.257 1.387-1.082.272.157a5.326 5.326 0 001.256.521l.3.083Z\"/><path fill=\"currentColor\" d=\"m8.888 15 .217-1.743.3-.083a5.316 5.316 0 001.257-.52l.272-.157 1.388 1.082 1.257-1.257-1.082-1.388.157-.273c.222-.385.398-.807.52-1.256l.084-.3L15 8.888V7.112l-1.742-.217-.083-.3a5.322 5.322 0 00-.521-1.258l-.157-.272 1.082-1.387-1.257-1.258-1.388 1.083-.272-.157a5.327 5.327 0 00-1.256-.52l-.301-.084L8.888 1H7.112l-.217 1.742-.3.083a5.358 5.358 0 00-1.257.52l-.272.158L3.678 2.42 2.421 3.678l1.082 1.387-.157.273a5.312 5.312 0 00-.52 1.256l-.084.301L1 7.112v1.776l1.742.217.083.3c.123.449.299.871.521 1.256l.157.273-1.082 1.388 1.257 1.257 1.388-1.082.272.157c.386.222.808.397 1.256.52l.301.083L7.112 15h1.776m0 1H7.112a1 1 0 01-.992-.876l-.136-1.09a6.333 6.333 0 01-.825-.342l-.865.675a1 1 0 01-1.323-.08l-1.257-1.258a1 1 0 01-.081-1.323l.675-.865a6.315 6.315 0 01-.342-.825L.876 9.88A1 1 0 010 8.888V7.112a1 1 0 01.877-.993l1.089-.135c.095-.285.21-.562.342-.826l-.675-.865a1 1 0 01.08-1.322l1.258-1.258a1 1 0 011.323-.08l.865.674a6.3 6.3 0 01.825-.341L6.12.876A1 1 0 017.112 0h1.776a1 1 0 01.992.876l.136 1.09c.285.095.561.21.825.341l.865-.675a1 1 0 011.323.081l1.257 1.258a1 1 0 01.081 1.322l-.675.865c.133.265.247.54.342.826l1.09.135a1 1 0 01.876.993v1.776a1 1 0 01-.876.992l-1.09.136c-.095.285-.21.56-.342.825l.675.865a1 1 0 01-.08 1.323l-1.258 1.257a1 1 0 01-1.323.081l-.865-.675a6.32 6.32 0 01-.825.342l-.136 1.09a1 1 0 01-.992.876Z\"/><g stroke=\"currentColor\" transform=\"translate(4.999 5)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g></g>"},"share":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\" transform=\"translate(1.195 .234) translate(-1.195 4.766)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(1.195 .234) translate(8.806 9.766)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><g stroke-miterlimit=\"10\" transform=\"translate(1.195 .234) translate(8.806 -.234)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.501 11.5-5-2m4.5-5.5-5 1.998\"/></g>","width":16.001},"sketch":{"body":"<g fill=\"none\"><path d=\"M10.951 1a2.1 2.1 0 011.8 1.008l2.97 5a1.934 1.934 0 010 1.985l-2.97 5a2.1 2.1 0 01-1.8 1.007h-5.9a2.1 2.1 0 01-1.8-1.008l-2.97-5a1.934 1.934 0 010-1.985l2.97-5A2.1 2.1 0 015.048 1Z\"/><path fill=\"currentColor\" d=\"M5.048 2c-.393 0-.755.199-.945.518l-2.97 5a.93.93 0 000 .964l2.97 5c.19.32.552.518.945.518h5.903c.393 0 .755-.199.945-.518l2.97-5a.93.93 0 000-.964l-2.97-5A1.095 1.095 0 0010.951 2H5.048m0-1h5.903c.746 0 1.435.385 1.805 1.008l2.97 5c.365.615.365 1.37 0 1.984l-2.97 5A2.095 2.095 0 0110.95 15H5.048a2.095 2.095 0 01-1.805-1.008l-2.97-5a1.934 1.934 0 010-1.984l2.97-5A2.095 2.095 0 015.048 1Z\"/></g>"},"skills":{"body":"<g transform=\"translate(1.333 1.334)\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M3.667 14.665a3 3 0 013-3 3 3 0 013 3\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(3.667 5.666)\"><rect width=\"6\" height=\"6\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\"2.5\"/></g><rect width=\"4\" height=\"4\" fill=\"currentColor\" rx=\"1\" transform=\"translate(-1.333 1.666)\"/><path fill=\"currentColor\" d=\"M11.554 2.145a1.017 1.017 0 011.726 0l1.242 2.028a.986.986 0 01-.863 1.493h-2.484a.986.986 0 01-.863-1.493ZM6.06-.87a1 1 0 011.214 0l.839.641a1 1 0 01.348 1.09l-.34 1.1a1 1 0 01-.954.705h-1a1 1 0 01-.955-.7l-.34-1.1a1 1 0 01.349-1.1Z\"/></g>"},"skip-back":{"body":"<g fill=\"none\"><path d=\"M1.574 6.947a1.255 1.255 0 000 2.106l8.693 4.8a1.1 1.1 0 001.625-1.053V3.2a1.1 1.1 0 00-1.625-1.052Z\"/><path fill=\"currentColor\" d=\"M2.001 8c0 .023.004.14.078.19l8.7 4.803.013.007c.024-.005.1-.06.1-.201V3.2c0-.142-.079-.198-.097-.201 0 0-.006.001-.016.007l-.029.017L2.08 7.81C2.005 7.86 2 7.977 2 8M1 8c0-.413.191-.826.573-1.053l8.694-4.799c.732-.436 1.625.143 1.625 1.053V12.8c0 .91-.893 1.489-1.625 1.053l-8.693-4.8c-.382-.227-.573-.64-.573-1.053Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M14.401 2.5v11\"/></g>"},"skip-forward":{"body":"<g fill=\"none\"><path d=\"M14.423 6.948a1.249 1.249 0 010 2.106l-8.772 4.8a1.113 1.113 0 01-1.64-1.053V3.203a1.113 1.113 0 011.64-1.053Z\"/><path fill=\"currentColor\" d=\"M14.001 8.001c0-.032-.006-.138-.08-.187L5.143 3.011C5.124 3 5.121 2.998 5.1 3.01c-.015.008-.088.057-.088.193V12.8c0 .136.073.185.088.193.021.012.024.01.043 0l.029-.017 8.75-4.787c.074-.05.08-.155.08-.187m1 0c0 .413-.193.825-.578 1.053l-8.772 4.798c-.74.436-1.64-.142-1.64-1.053V3.203c0-.91.9-1.49 1.64-1.053l8.772 4.798c.385.228.578.64.578 1.054Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1.5 2.5v11\"/></g>"},"sms":{"body":"<g fill=\"none\"><path d=\"M3 1.999h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3Z\"/><path fill=\"currentColor\" d=\"M3 2.999c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2v-4c0-1.103-.897-2-2-2H3m0-1h10a3 3 0 013 3v4a3 3 0 01-3 3H3a3 3 0 01-3-3v-4a3 3 0 013-3Z\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.5 5.499h9M3.5 8.5h5\"/><g fill=\"currentColor\" stroke-linecap=\"round\"><path d=\"M3.5 13.792v-2.293h2.293L3.5 13.792Z\"/><path d=\"M4 11.999v.586l.585-.586H4m-1-1h4l-4 4v-4Z\"/></g>"},"sso-access":{"body":"<g fill=\"none\"><g stroke-linecap=\"round\"><path d=\"M13.001 12.999h-10a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823A4 4 0 0114.001 7v.169a3 3 0 01-.969 5.83h-.026Z\"/><path fill=\"currentColor\" d=\"M13.002 11.999h.017a2.005 2.005 0 001.982-2c0-.848-.537-1.606-1.336-1.887l-.698-.246.031-.739.003-.128c0-1.654-1.346-3-3-3-.856 0-1.673.367-2.242 1.006l-.5.563-.68-.326A2.475 2.475 0 005.501 5a2.488 2.488 0 00-2.489 2.26l-.06.64-.607.21A2.001 2.001 0 003.002 12h10m0 1H3a3 3 0 01-.984-5.835 3.5 3.5 0 014.995-2.823 4 4 0 016.985 2.828 3 3 0 01-.995 5.83Z\"/></g><g stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 8v2\"/><g transform=\"translate(7 7)\"><circle cx=\"1\" cy=\"1\" r=\"1\" stroke=\"none\"/><circle cx=\"1\" cy=\"1\" r=\".5\"/></g></g></g>"},"star":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z\"/>"},"star-active":{"body":"<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m8 .5 1.771 5.729H15.5l-4.635 3.542 1.77 5.729L8 11.959 3.365 15.5l1.77-5.729L.5 6.229h5.729Z\"/>"},"success":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(.001 -.989)\"><rect width=\"3\" height=\"8\" rx=\"1\" transform=\"translate(.499 7.499)\"/><path stroke-linecap=\"round\" d=\"M14.497 8.84h-.749l.059-.4h.69a.978.978 0 100-1.956h-1.5L9.499 6.5s.918-3.613-1.3-4.8c-1.424-.687-1.7.6-1.7.6V5l-1 .5s-1.992 1.2-2 2.5v6a1.314 1.314 0 001.5 1.5h8a1.1 1.1 0 001.12-.978.993.993 0 00-1-.978h-.068l.059-.4h.7a.978.978 0 100-1.955h-.408l.059-.4H14.5a.978.978 0 100-1.956Z\"/></g>","height":16.009},"sun":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(.574 .574)\"><circle cx=\"4\" cy=\"4\" r=\"4\" transform=\"translate(3.426 3.426)\"/><path stroke-linecap=\"round\" d=\"M7.426 1.926v-2m0 15v-2m5.5-5.5h2m-15 0h2m-1-6.5 2 2m-2 11.5 2-2m9-9.5 2-2m-2 11.5 2 2\"/></g>"},"sunrise":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M3 10.999a5 5 0 015-5 5 5 0 015 5Z\"/><path fill=\"currentColor\" d=\"M11.873 9.999a4.007 4.007 0 00-3.873-3 4.007 4.007 0 00-3.874 3h7.747m1.127 1H3a5 5 0 1110 0Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8 4.5v-1m-7.5 7h15m-13-6 1 1m10-1-1 1\"/></g>"},"support":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(.667 .568)\"><path stroke-linecap=\"round\" d=\"M2.833 3.934a4.272 4.272 0 014.5-4 4.272 4.272 0 014.5 4\"/><g transform=\"translate(.333 3.433)\"><rect width=\"5\" height=\"7\" rx=\"2\" stroke=\"none\"/><rect width=\"4\" height=\"6\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><g transform=\"translate(9.333 3.433)\"><rect width=\"5\" height=\"7\" rx=\"2.004\" stroke=\"none\"/><rect width=\"4\" height=\"6\" x=\".5\" y=\".5\" rx=\"1.504\"/></g><path stroke-linecap=\"round\" d=\"M11.83 9.932v2c0 1.394-.451 2-1.5 2h-1.5\"/><circle cx=\"1\" cy=\"1\" r=\"1\" stroke-linecap=\"round\" transform=\"translate(6.833 12.931)\"/></g>"},"survey":{"body":"<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.5.5h-7a2.006 2.006 0 00-2 2v4a2.011 2.011 0 002 2h1v1c0 1 .4 1.2 1 .8l2-1.8h3a2.009 2.009 0 002-2v-4a2 2 0 00-2-2Z\"/><path fill=\"currentColor\" d=\"M7.5 1.5c-.551 0-1 .45-1 1.002v4.002c0 .543.458 1.002 1 1.002h1a1 1 0 011 1v.456l1.33-1.2a1 1 0 01.67-.256h3c.542 0 1-.459 1-1.002V2.502c0-.552-.449-1.002-1-1.002h-7m0-1h7c1.1 0 2 .897 2 2.002v4.002a2.01 2.01 0 01-2 2.002h-3l-2 1.802c-.6.4-1 .198-1-.801V8.506h-1c-1.097 0-2-.906-2-2.002V2.502C5.5 1.403 6.397.5 7.5.5Z\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M10.483 3.612a.184.184 0 00-.073-.079.263.263 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.278.278 0 00-.068-.093.169.169 0 00-.11-.043.169.169 0 00-.11.043.275.275 0 00-.068.093l-.282.6a.319.319 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.244.244 0 00-.125.054.18.18 0 00-.045.059.175.175 0 00-.017.075.205.205 0 00.023.092.292.292 0 00.054.074l.457.466a.31.31 0 01.061.1.393.393 0 01.025.132.217.217 0 010 .035l-.108.657a.316.316 0 000 .055.214.214 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.249.249 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.248.248 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.347.347 0 000-.055l-.108-.658a.221.221 0 010-.035.394.394 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.291.291 0 00.054-.074.2.2 0 00.023-.092.177.177 0 00-.03-.08Z\"/><path fill=\"currentColor\" d=\"M8.999 2.501h.002a.17.17 0 01.109.043c.03.025.05.057.068.093l.283.598c.015.033.05.076.093.108a.303.303 0 00.128.06l.631.097a.263.263 0 01.097.033.177.177 0 01.09.155.204.204 0 01-.023.092.291.291 0 01-.054.074l-.457.466a.394.394 0 00-.085.272l.109.657a.347.347 0 01.004.055.233.233 0 01-.023.105.17.17 0 01-.08.078.17.17 0 01-.07.015.248.248 0 01-.12-.034l-.564-.31A.286.286 0 009 5.128a.296.296 0 00-.137.03l-.564.31a.25.25 0 01-.12.034.168.168 0 01-.13-.061.214.214 0 01-.043-.137c0-.018.001-.036.004-.055l.108-.657a.393.393 0 00-.084-.272l-.457-.466a.292.292 0 01-.054-.074.205.205 0 01-.023-.093.175.175 0 01.061-.134.244.244 0 01.126-.054l.631-.096a.301.301 0 00.127-.06.319.319 0 00.095-.108l.282-.598a.275.275 0 01.068-.093.169.169 0 01.109-.044Z\"/></g><path fill=\"currentColor\" d=\"M14.483 3.612a.184.184 0 00-.073-.079.263.263 0 00-.1-.033l-.631-.1a.3.3 0 01-.127-.06.317.317 0 01-.094-.108l-.282-.6a.278.278 0 00-.068-.093.169.169 0 00-.11-.043.169.169 0 00-.11.043.275.275 0 00-.068.093l-.282.6a.319.319 0 01-.094.108.3.3 0 01-.127.06l-.632.1a.244.244 0 00-.125.054.18.18 0 00-.045.059.175.175 0 00-.017.075.205.205 0 00.023.092.292.292 0 00.054.074l.457.466a.31.31 0 01.061.1.393.393 0 01.025.132.217.217 0 010 .035l-.108.657a.316.316 0 000 .055.214.214 0 00.043.137.162.162 0 00.06.046.168.168 0 00.07.015.249.249 0 00.119-.034l.565-.31a.3.3 0 01.137-.03.3.3 0 01.137.03l.565.31a.248.248 0 00.119.034.169.169 0 00.071-.015.169.169 0 00.08-.078.233.233 0 00.023-.1.347.347 0 000-.055l-.108-.658a.221.221 0 010-.035.394.394 0 01.026-.132.3.3 0 01.062-.1l.457-.466a.291.291 0 00.054-.074.2.2 0 00.023-.092.177.177 0 00-.03-.08Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M2 16.501a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(2.5 9.5)\"><rect width=\"4\" height=\"4\" rx=\"2\" stroke=\"none\"/><rect width=\"3\" height=\"3\" x=\".5\" y=\".5\" rx=\"1.5\"/></g>","width":17,"height":17},"table":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(0 2)\"><rect width=\"16\" height=\"12\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"11\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path d=\"M4.5 3v10M0 5.5h16m-16 4h16\"/></g>"},"tematic-channels":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M8.5 1v15m3.5 0H5\"/><path d=\"M8.5 3.001h4.408L14 4.376l-1.092 1.625H8.5ZM8.001 8H3.593L2.501 6.625 3.593 5h4.408Z\"/></g>","width":17,"height":17},"test":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(0 2)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(0 9)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M9.447 15.053a.658.658 0 01-.966-.259 10.824 10.824 0 01-1.032-3.88l2.584-9.66A1.366 1.366 0 0111.75.378l2.068.554a1.366 1.366 0 011.048 1.617l-2.585 9.66a10.824 10.824 0 01-2.834 2.844Z\"/><path fill=\"currentColor\" d=\"M9.211 14c.773-.587 1.894-1.738 2.119-2.116l2.567-9.594c.036-.133-.095-.328-.34-.393l-2.068-.553c-.237-.064-.454.037-.49.17l-2.567 9.594c.006.44.402 1.997.779 2.891m-.307 1.147a.684.684 0 01-.423-.352c-.508-.95-1.161-3.399-1.033-3.88l2.585-9.658c.184-.69.952-1.083 1.715-.879l2.067.554c.764.204 1.232.928 1.048 1.617l-2.584 9.659c-.129.48-1.918 2.276-2.832 2.846a.686.686 0 01-.543.093Z\"/></g>"},"text-body":{"body":"<path fill=\"currentColor\" d=\"M.999 13.002h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Zm8 0h2.017l-.017-9.5-3 1v-2l5-1.5v12h2v2h-6Z\"/>"},"text-edit":{"body":"<path fill=\"currentColor\" d=\"M4.865 10H2.139l-.64 2h-1.5l2.368-8h2.269l2.363 8h-1.5Zm-.332-1-.482-1.763C3.868 6.562 3.699 5.784 3.5 5c-.193.784-.367 1.562-.546 2.237L2.472 9Zm7.965-1.095v4.013h-.96l-.117-.481-.76.32a2.871 2.871 0 01-1.1.244 1.511 1.511 0 01-1.559-1.71v-.1c0-1.009.639-1.591 2.068-1.591h1.164v-.836c0-.439-.156-.684-.647-.684h-.421c-.417 0-.643.134-.643.517v.421H8.234v-.347c0-1.068.717-1.669 1.945-1.669h.382c1.199-.001 1.937.512 1.937 1.903ZM11.23 9.546h-1.194c-.5 0-.734.148-.734.514v.346c0 .366.186.546.5.546a1.512 1.512 0 00.577-.125l.843-.255ZM15 1h1v14h-1Z\"/>"},"text-style":{"body":"<path fill=\"currentColor\" d=\"M5.908 10.724H2.6L1.984 13H0L2.876 3h2.755L8.5 13H6.517Zm-.4-1.5L4.919 7.05a150.33 150.33 0 01-.669-2.6c-.235.979-.446 1.756-.663 2.6L3 9.224Zm10.487-1.683v5.351h-1.277l-.156-.642-1.014.426a3.817 3.817 0 01-1.471.326 2.015 2.015 0 01-2.079-2.28v-.129c0-1.344.852-2.121 2.757-2.121h1.552V7.35c0-.585-.208-.912-.863-.912h-.561c-.556 0-.857.179-.857.69v.56h-1.714v-.461c0-1.424.956-2.225 2.595-2.225h.509c1.598 0 2.579.685 2.579 2.539ZM14.304 9.73h-1.589c-.666 0-.979.2-.979.684v.459c0 .487.249.728.672.728a2.011 2.011 0 00.77-.167l1.124-.339Z\"/>"},"time":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g stroke-miterlimit=\"10\"><circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\"/><circle cx=\"8\" cy=\"8\" r=\"7.5\"/></g><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.5 6.501-2 1.5 4 3.5\"/></g>"},"toilet-paper":{"body":"<g transform=\"translate(-.512 .154)\"><ellipse cx=\"2.5\" cy=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" rx=\"2.5\" ry=\"6\" transform=\"translate(11.011 .346)\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.511.346H3.006a1.8 1.8 0 00-2 2v13h10v-9.5\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.012 10.346h1.5m-5.5 0h2m-5.5 0h1.5\"/><ellipse cx=\"1\" cy=\"1.5\" fill=\"currentColor\" rx=\"1\" ry=\"1.5\" transform=\"translate(12.512 4.846)\"/></g>","height":16.001},"training-points":{"body":"<g fill=\"none\" stroke=\"currentColor\"><g transform=\"translate(0 .207) translate(1.333 2) translate(-1.333 2)\"><circle cx=\"6\" cy=\"6\" r=\"6\" stroke=\"none\"/><circle cx=\"6\" cy=\"6\" r=\"5.5\"/></g><g transform=\"translate(0 .207) translate(1.333 2) translate(1.667 5)\"><circle cx=\"3\" cy=\"3\" r=\"3\" stroke=\"none\"/><circle cx=\"3\" cy=\"3\" r=\"2.5\"/></g><path stroke-linecap=\"round\" d=\"m6.5 9.707 5-5\"/><path stroke-linejoin=\"round\" d=\"m13.327.707-1.886 1.886.118 2.003 2.004.118 1.885-1.887Z\"/></g>","width":16.156,"height":16.207},"trash":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M2 1.999h12v12a2 2 0 01-2 2H4a2 2 0 01-2-2v-12Z\" stroke=\"none\"/><path d=\"M2.5 2.499h11v11.5a1.5 1.5 0 01-1.5 1.5H4a1.5 1.5 0 01-1.5-1.5v-11.5Z\"/><path stroke-linecap=\"round\" d=\"M.5 2.499h15m-9 4v5m3-5v5\"/><path d=\"M11.001 1.999h-6v-1a1 1 0 011-1h4a1 1 0 011 1v1Z\" stroke=\"none\"/><path d=\"M10.501 1.499h-5v-.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v.5Z\"/></g>"},"underline":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.501.5v7.222c0 3.682 2.463 5.778 5.5 5.778s5.5-2.1 5.5-5.778V.5M.5 15.5h15\"/>"},"undo":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-miterlimit=\"10\" d=\"M1.501 5.502h10.721a3.39 3.39 0 013.279 3.49v.019a3.39 3.39 0 01-3.279 3.491H9.629\"/><path stroke-linejoin=\"round\" d=\"m3.501 2.5-3 3 3 3\"/></g>","width":16.001},"unlock":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.996 5.695a2.842 2.842 0 010-4.134h0a3.049 3.049 0 014.257 0l.851.827\"/><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M8 9.185v3\"/><g stroke-miterlimit=\"10\" transform=\"translate(0 5.186)\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>","height":16.185},"upload":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m11 4.502-3-3-3 3M8 11.5v-10m7.5 10v3H.5v-3\"/>"},"user":{"body":"<g fill=\"none\" stroke=\"currentColor\" transform=\"translate(4 2.666)\"><rect width=\"9\" height=\"9\" rx=\"4.5\" transform=\"translate(-.5 -1.166)\"/><path d=\"M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5\"/></g>"},"user-add":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M9.5 3.5h6m-3-3v6\"/><g transform=\"translate(0 4)\"><rect width=\"8\" height=\"8\" rx=\"4\" stroke=\"none\"/><rect width=\"7\" height=\"7\" x=\".5\" y=\".5\" rx=\"3.5\"/></g><path stroke-linejoin=\"round\" d=\"M.5 16a3.5 3.5 0 017 0\"/></g>"},"user-badge":{"body":"<path fill=\"currentColor\" d=\"M8.5 1.23 9.729.186a.78.78 0 011.264.43l.408 1.6a.8.8 0 00.808.614l1.582-.089a.822.822 0 01.782 1.125L14 5.411a.849.849 0 00.309.993l1.33.9a.849.849 0 010 1.39l-1.33.9a.849.849 0 00-.309.993l.57 1.546a.822.822 0 01-.782 1.125l-1.582-.089a.8.8 0 00-.808.614l-.408 1.6a.78.78 0 01-1.264.43L8.5 14.77a.764.764 0 00-1 0l-1.23 1.045a.78.78 0 01-1.264-.43l-.408-1.6a.8.8 0 00-.808-.614l-1.582.089a.822.822 0 01-.782-1.125L2 10.589a.849.849 0 00-.309-.993l-1.33-.9a.849.849 0 010-1.39l1.33-.9A.849.849 0 002 5.411l-.57-1.546a.822.822 0 01.782-1.125l1.582.089a.8.8 0 00.808-.614l.408-1.6a.78.78 0 011.264-.43L7.5 1.23a.764.764 0 001 0Z\"/><path fill=\"none\" stroke=\"currentColor\" d=\"M8 3.5A2.5 2.5 0 115.5 6 2.5 2.5 0 018 3.5Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M5.501 12.001a2.5 2.5 0 012.5-2.5 2.5 2.5 0 012.5 2.5\"/>","width":16.001,"height":16.001},"video-off":{"body":"<g fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.46 10.498a.074.074 0 01-.04-.011l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z\"/><path d=\"m15 6.373-2.534 1.625L15 9.624V6.373m.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394L11.225 8.39a.455.455 0 010-.785l3.925-2.517a.573.573 0 01.31-.09Z\"/></g><path fill=\"currentColor\" d=\"M10 13H5.119l1-1h3.877a1 1 0 001-1V7.125l1-1v4.879A2 2 0 0110 13Zm-8.905-.217A1.99 1.99 0 01.002 11V5a2 2 0 012-2h8a1.969 1.969 0 01.74.141l-.857.857H2.001a1 1 0 00-1 1v6a1 1 0 00.889.992l-.793.791Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M1 15 15 1\"/>"},"video-on":{"body":"<g fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.46 10.5a.074.074 0 01-.04-.012l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z\"/><path d=\"m15 6.374-2.534 1.625L15 9.625V6.374m.46-1.375c.28 0 .54.2.54.484v5.032c0 .393-.494.622-.85.394l-3.925-2.517a.455.455 0 010-.785L15.15 5.09a.573.573 0 01.31-.09Z\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(0 3)\"><rect width=\"12\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"9\" x=\".5\" y=\".5\" rx=\"1.5\"/></g>"},"video-rec":{"body":"<g transform=\"translate(1.333 3.334)\"><g fill=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.127 7.164a.074.074 0 01-.04-.011l-3.88-2.489 3.88-2.488a.073.073 0 01.04-.012c.017 0 .031.005.04.01v4.981a.093.093 0 01-.04.01Z\"/><path d=\"m13.667 3.039-2.534 1.625 2.534 1.626V3.039m.46-1.375c.28 0 .54.2.54.484V7.18c0 .393-.494.622-.85.394L9.892 5.057a.455.455 0 010-.785l3.925-2.517a.573.573 0 01.31-.09Z\"/></g><g fill=\"none\" stroke=\"currentColor\" transform=\"translate(-1.333 -.335)\"><rect width=\"12\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"9\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><circle cx=\"1.5\" cy=\"1.5\" r=\"1.5\" fill=\"currentColor\" transform=\"translate(-.333 -1.333)\"/></g>"},"view":{"body":"<g fill=\"none\" stroke-miterlimit=\"10\"><path d=\"M6.001 15a2 2 0 01-2-2v-2h-2a2 2 0 01-2-2V3a2 2 0 012-2h8a2 2 0 012 2v2h2a2 2 0 012 2v6a2 2 0 01-2 2Z\"/><path fill=\"currentColor\" d=\"M14.003 14a1 1 0 00.999-.998V7a1 1 0 00-.999-.998h-3.004v-3c0-.553-.448-1.004-.999-1.004H1.999c-.55 0-.999.451-.999 1.004v5.996c0 .55.448 1 .999 1h3.004v3.004a1 1 0 00.999.998h8.001m0 1H6.002a1.996 1.996 0 01-1.999-1.998v-2.004H1.999a1.997 1.997 0 01-1.999-2V3.002C0 1.895.897.998 1.999.998H10c1.104 0 1.999.897 1.999 2.004v2h2.004c1.103 0 1.999.894 1.999 1.998v6.002A1.999 1.999 0 0114.003 15Z\"/><g stroke=\"currentColor\" transform=\"translate(.001 1)\"><rect width=\"12\" height=\"10\" rx=\"2\" stroke=\"none\"/><rect width=\"11\" height=\"9\" x=\".5\" y=\".5\" rx=\"1.5\"/></g></g>","width":16.002},"view-card":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(0 4)\"><rect width=\"9\" height=\"8\" rx=\"1\" stroke=\"none\"/><rect width=\"8\" height=\"7\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(11 4)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g></g>"},"view-list":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(0 2)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><g transform=\"translate(0 9)\"><rect width=\"5\" height=\"5\" rx=\"1\" stroke=\"none\"/><rect width=\"4\" height=\"4\" x=\".5\" y=\".5\" rx=\".5\"/></g><path stroke-linecap=\"round\" d=\"M7.501 5.5h5m-5 7h5M7.5 3.5h8m-8 7h8\"/></g>"},"voice-off":{"body":"<path fill=\"currentColor\" d=\"M8.001 11a3.035 3.035 0 01-.776-.1l.9-.9a2 2 0 001.871-1.871l1-1v.877A3 3 0 018.001 11Zm-2.9-2.221a3.029 3.029 0 01-.1-.775v-5a3 3 0 016-.119l-1 1V3a2 2 0 10-4 0v4.877l-.9.9Z\"/><path fill=\"currentColor\" d=\"M8.001 13a5.58 5.58 0 01-2.36-.52l.764-.764a4.561 4.561 0 001.6.281c2.2 0 4-1.514 4-3.375V7.499a.5.5 0 011 0v1.123C13 11.035 10.758 13 8.001 13Zm-4.555-2.568a3.865 3.865 0 01-.447-1.807V7.502a.5.5 0 011 0v1.123a2.889 2.889 0 00.2 1.055l-.752.752Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" d=\"M8 12v3\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M4.5 15.5h7\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M1 15 15 1\"/>"},"voice-on":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><g transform=\"translate(5)\"><rect width=\"6\" height=\"11\" rx=\"3\" stroke=\"none\"/><rect width=\"5\" height=\"10\" x=\".5\" y=\".5\" rx=\"2.5\"/></g><path stroke-linecap=\"round\" d=\"M12.5 7.5v1.123c0 2.141-2.015 3.877-4.5 3.877h0c-2.485 0-4.5-1.736-4.5-3.877V7.5\"/><path d=\"M8 12v3\"/><path stroke-linecap=\"round\" d=\"M4.5 15.5h7\"/></g>","height":16.001},"volume-down":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M14.503 5.499a3.69 3.69 0 010 5\"/><g stroke-linejoin=\"round\"><path d=\"M0 9.491c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.969a.86.86 0 00-1.417-.744L4.838 4.764a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\"/><path fill=\"currentColor\" d=\"M9 12.851v-9.7L5.45 5.558a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.852m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.993 0 10.545 0 9.491V6.488c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54C9.147 1.705 10 2.153 10 2.97v10.065c0 .574-.423.967-.87.967Z\"/></g></g>","width":16.147},"volume-off":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"m12.5 9.504 3-3m-3 0 3 3\"/><g stroke-linejoin=\"round\"><path d=\"M0 9.492c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.97a.86.86 0 00-1.417-.744L4.838 4.765a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\"/><path fill=\"currentColor\" d=\"M9 12.852v-9.7L5.45 5.559a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05-.014.026-.065.145-.065.451v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.852m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.994 0 10.546 0 9.492V6.49c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54c.564-.52 1.417-.072 1.417.745v10.065c0 .574-.423.967-.87.967Z\"/></g></g>","width":16.207},"volume-up":{"body":"<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M11.5 5.499a3.69 3.69 0 010 5m3-6a6.709 6.709 0 010 7\"/><g stroke-linejoin=\"round\"><path d=\"M0 9.488c0 1.054.425 1.5 1.429 1.5h2.857a.811.811 0 01.552.222l3.746 2.563a.86.86 0 001.417-.744V2.966a.86.86 0 00-1.417-.744L4.838 4.761a.811.811 0 01-.552.222H1.429c-1 0-1.429.458-1.429 1.5Z\"/><path fill=\"currentColor\" d=\"M9 12.848v-9.7L5.45 5.555a1.81 1.81 0 01-1.164.429H1.428c-.24 0-.34.038-.363.05C1.05 6.06 1 6.179 1 6.485v3.003c0 .304.047.423.062.454.028.012.127.048.366.048h2.857c.426 0 .836.152 1.166.43L9 12.849m.13 1.15a.8.8 0 01-.547-.223l-3.746-2.563a.811.811 0 00-.552-.222H1.428C.425 10.99 0 10.542 0 9.488V6.485c0-1.044.43-1.501 1.428-1.501h2.858a.811.811 0 00.551-.223l3.746-2.54C9.147 1.702 10 2.15 10 2.967v10.065c0 .574-.423.967-.87.967Z\"/></g></g>","width":16.132},"warning":{"body":"<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 4.5v4m0 4v-1\"/><g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6.863 1.649a1.324 1.324 0 012.277 0l3.341 5.7 3.342 5.7a1.3 1.3 0 01-1.138 1.944H1.318A1.3 1.3 0 01.18 13.049l3.342-5.7Z\"/><path fill=\"currentColor\" d=\"M8.001 2.001c-.07 0-.197.02-.275.153L1.043 13.562a.27.27 0 00-.002.283.305.305 0 00.277.156h13.366a.305.305 0 00.277-.156.269.269 0 00-.001-.282L8.277 2.154A.308.308 0 008 2.001m0-1c.443 0 .886.216 1.138.648l6.684 11.408c.505.864-.127 1.944-1.139 1.944H1.318c-1.012 0-1.644-1.08-1.138-1.944L6.863 1.65A1.306 1.306 0 018 1Z\"/></g>"},"webinar":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\"><path d=\"M11.5 8.999a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm-5 0a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 019 13.999Zm-7.5-5a1.5 1.5 0 11.439 1.06 1.5 1.5 0 01-.439-1.06Zm2.5 5a1.5 1.5 0 11.439 1.06A1.5 1.5 0 014 13.999Z\"/><path stroke-linecap=\"round\" d=\"M.501 6.5V1.7C.501.953 1.13.5 2.168.5h11.666c1.037 0 1.667.453 1.667 1.2v4.8\"/></g>"},"whiteboard":{"body":"<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M2 15.5 4 11m4 4.5V11m6 4.5L12 11\"/><g stroke-miterlimit=\"10\"><rect width=\"16\" height=\"11\" rx=\"2\" stroke=\"none\"/><rect width=\"15\" height=\"10\" x=\".5\" y=\".5\" rx=\"1.5\"/></g><path d=\"M3.5 6.499c1-.754 2.514-2.5 4.5-2.5-.844 2.822 2 4.8 4.5 2.5\"/></g>","height":16.16},"wine":{"body":"<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path stroke-linecap=\"round\" d=\"M12.493 10.983c3.323-1.346 1.5-6.981 1.5-6.981h-5s-1.819 5.636 1.5 6.981a2 2 0 00.438.014h1.162a1.713 1.713 0 00.4-.014Zm-.993.02v4m1.999.5h-4\"/><path d=\"M2.5 15.501c-1 0-1 0-1-1V7.168c.012-.265 0-.833 0-.833l1-2.334v-3.5h3v3.5l1 2.333c.008.008-.013.568 0 .833v7.334c0 1 0 1-1 1Z\"/><path d=\"M1.501 8.502h3v4h-3z\"/></g>","height":16.002},"zip":{"body":"<g fill=\"none\"><path d=\"M12.001 11.999a1 1 0 101 1 1 1 0 00-1-1Z\"/><path fill=\"currentColor\" d=\"M12.001 11.999a1 1 0 11-.001 2 1 1 0 010-2Z\"/></g><path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M6.501.5v5m-3-5v5m-3-5v5\"/><g fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" transform=\"translate(9.001)\"><rect width=\"6\" height=\"6\" rx=\"1\" stroke=\"none\"/><rect width=\"5\" height=\"5\" x=\".5\" y=\".5\" rx=\".5\"/></g><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M11.918 15.498a2.715 2.715 0 01-2.918-3l1-5h4l1 5a2.716 2.716 0 01-2.918 3Z\"/>"},"zoom-in":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m9 9.001 6 6\"/><g fill=\"none\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5.5\" stroke=\"none\"/><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/></g><path fill=\"none\" stroke-linecap=\"round\" d=\"M2.501 5.5h6m-3-3v6\"/></g>"},"zoom-out":{"body":"<g stroke=\"currentColor\" stroke-miterlimit=\"10\"><path fill=\"currentColor\" stroke-linecap=\"round\" d=\"m9 9 6 6\"/><g fill=\"none\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5.5\" stroke=\"none\"/><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/></g></g><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" d=\"M2.5 5.5h6\"/>"}}}
|