ods-ant 0.2.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -2
- package/dist-lib/AutoComplete-cpf8hCnK.js +93 -0
- package/dist-lib/AutoComplete-cpf8hCnK.js.map +1 -0
- package/dist-lib/AutoComplete-gOMQxLvY.cjs +38 -0
- package/dist-lib/AutoComplete-gOMQxLvY.cjs.map +1 -0
- package/dist-lib/DatePicker-BpjYibJF.js +599 -0
- package/dist-lib/DatePicker-BpjYibJF.js.map +1 -0
- package/dist-lib/DatePicker-DTVtamsX.cjs +518 -0
- package/dist-lib/DatePicker-DTVtamsX.cjs.map +1 -0
- package/dist-lib/Dropdown-BU7v5Q4i.cjs +88 -0
- package/dist-lib/Dropdown-BU7v5Q4i.cjs.map +1 -0
- package/dist-lib/Dropdown-C2t8AOdz.js +113 -0
- package/dist-lib/Dropdown-C2t8AOdz.js.map +1 -0
- package/dist-lib/InputNumber-55VASjK4.js +253 -0
- package/dist-lib/InputNumber-55VASjK4.js.map +1 -0
- package/dist-lib/InputNumber-X-VvOKNc.cjs +202 -0
- package/dist-lib/InputNumber-X-VvOKNc.cjs.map +1 -0
- package/dist-lib/Steps-DT5AKuMX.js +214 -0
- package/dist-lib/Steps-DT5AKuMX.js.map +1 -0
- package/dist-lib/Steps-Dhq_inin.cjs +191 -0
- package/dist-lib/Steps-Dhq_inin.cjs.map +1 -0
- package/dist-lib/TimePicker-BgaELcl_.js +277 -0
- package/dist-lib/TimePicker-BgaELcl_.js.map +1 -0
- package/dist-lib/TimePicker-D4iKsUck.cjs +217 -0
- package/dist-lib/TimePicker-D4iKsUck.cjs.map +1 -0
- package/dist-lib/chunk-Bmb41Sf3.cjs +1 -0
- package/dist-lib/core-C-tv3mqr.js +57 -0
- package/dist-lib/core-C-tv3mqr.js.map +1 -0
- package/dist-lib/core-bPY3ouxp.cjs +2 -0
- package/dist-lib/core-bPY3ouxp.cjs.map +1 -0
- package/dist-lib/display/Avatar.cjs +84 -0
- package/dist-lib/display/Avatar.cjs.map +1 -0
- package/dist-lib/display/Avatar.js +176 -0
- package/dist-lib/display/Avatar.js.map +1 -0
- package/dist-lib/display/Badge.cjs +89 -0
- package/dist-lib/display/Badge.cjs.map +1 -0
- package/dist-lib/display/Badge.js +184 -0
- package/dist-lib/display/Badge.js.map +1 -0
- package/dist-lib/display/Calendar.cjs +194 -0
- package/dist-lib/display/Calendar.cjs.map +1 -0
- package/dist-lib/display/Calendar.js +378 -0
- package/dist-lib/display/Calendar.js.map +1 -0
- package/dist-lib/display/Card.cjs +177 -0
- package/dist-lib/display/Card.cjs.map +1 -0
- package/dist-lib/display/Card.js +209 -0
- package/dist-lib/display/Card.js.map +1 -0
- package/dist-lib/display/Collapse.cjs +346 -0
- package/dist-lib/display/Collapse.cjs.map +1 -0
- package/dist-lib/display/Collapse.js +449 -0
- package/dist-lib/display/Collapse.js.map +1 -0
- package/dist-lib/display/Descriptions.cjs +145 -0
- package/dist-lib/display/Descriptions.cjs.map +1 -0
- package/dist-lib/display/Descriptions.js +186 -0
- package/dist-lib/display/Descriptions.js.map +1 -0
- package/dist-lib/display/Empty.cjs +170 -0
- package/dist-lib/display/Empty.cjs.map +1 -0
- package/dist-lib/display/Empty.js +295 -0
- package/dist-lib/display/Empty.js.map +1 -0
- package/dist-lib/display/Icon.cjs +48 -0
- package/dist-lib/display/Icon.cjs.map +1 -0
- package/dist-lib/display/Icon.js +165 -0
- package/dist-lib/display/Icon.js.map +1 -0
- package/dist-lib/display/Image.cjs +69 -0
- package/dist-lib/display/Image.cjs.map +1 -0
- package/dist-lib/display/Image.js +163 -0
- package/dist-lib/display/Image.js.map +1 -0
- package/dist-lib/display/List.cjs +142 -0
- package/dist-lib/display/List.cjs.map +1 -0
- package/dist-lib/display/List.js +178 -0
- package/dist-lib/display/List.js.map +1 -0
- package/dist-lib/display/Popover.cjs +62 -0
- package/dist-lib/display/Popover.cjs.map +1 -0
- package/dist-lib/display/Popover.js +130 -0
- package/dist-lib/display/Popover.js.map +1 -0
- package/dist-lib/display/Segmented.cjs +115 -0
- package/dist-lib/display/Segmented.cjs.map +1 -0
- package/dist-lib/display/Segmented.js +202 -0
- package/dist-lib/display/Segmented.js.map +1 -0
- package/dist-lib/display/Statistic.cjs +133 -0
- package/dist-lib/display/Statistic.cjs.map +1 -0
- package/dist-lib/display/Statistic.js +165 -0
- package/dist-lib/display/Statistic.js.map +1 -0
- package/dist-lib/display/Table.cjs +510 -0
- package/dist-lib/display/Table.cjs.map +1 -0
- package/dist-lib/display/Table.js +1036 -0
- package/dist-lib/display/Table.js.map +1 -0
- package/dist-lib/display/Tag.cjs +35 -0
- package/dist-lib/display/Tag.cjs.map +1 -0
- package/dist-lib/display/Tag.js +95 -0
- package/dist-lib/display/Tag.js.map +1 -0
- package/dist-lib/display/Timeline.cjs +138 -0
- package/dist-lib/display/Timeline.cjs.map +1 -0
- package/dist-lib/display/Timeline.js +275 -0
- package/dist-lib/display/Timeline.js.map +1 -0
- package/dist-lib/display/Tooltip.cjs +70 -0
- package/dist-lib/display/Tooltip.cjs.map +1 -0
- package/dist-lib/display/Tooltip.js +141 -0
- package/dist-lib/display/Tooltip.js.map +1 -0
- package/dist-lib/display/Tree.cjs +199 -0
- package/dist-lib/display/Tree.cjs.map +1 -0
- package/dist-lib/display/Tree.js +349 -0
- package/dist-lib/display/Tree.js.map +1 -0
- package/dist-lib/display/Typography.cjs +102 -0
- package/dist-lib/display/Typography.cjs.map +1 -0
- package/dist-lib/display/Typography.js +159 -0
- package/dist-lib/display/Typography.js.map +1 -0
- package/dist-lib/display/index.cjs +1 -0
- package/dist-lib/display/index.js +20 -0
- package/dist-lib/feedback/Drawer.cjs +169 -0
- package/dist-lib/feedback/Drawer.cjs.map +1 -0
- package/dist-lib/feedback/Drawer.js +255 -0
- package/dist-lib/feedback/Drawer.js.map +1 -0
- package/dist-lib/feedback/FloatButton.cjs +2 -0
- package/dist-lib/feedback/FloatButton.cjs.map +1 -0
- package/dist-lib/feedback/FloatButton.js +19 -0
- package/dist-lib/feedback/FloatButton.js.map +1 -0
- package/dist-lib/feedback/Message.cjs +2 -0
- package/dist-lib/feedback/Message.cjs.map +1 -0
- package/dist-lib/feedback/Message.js +47 -0
- package/dist-lib/feedback/Message.js.map +1 -0
- package/dist-lib/feedback/Modal.cjs +170 -0
- package/dist-lib/feedback/Modal.cjs.map +1 -0
- package/dist-lib/feedback/Modal.js +297 -0
- package/dist-lib/feedback/Modal.js.map +1 -0
- package/dist-lib/feedback/Notification.cjs +20 -0
- package/dist-lib/feedback/Notification.cjs.map +1 -0
- package/dist-lib/feedback/Notification.js +60 -0
- package/dist-lib/feedback/Notification.js.map +1 -0
- package/dist-lib/feedback/Popconfirm.cjs +2 -0
- package/dist-lib/feedback/Popconfirm.cjs.map +1 -0
- package/dist-lib/feedback/Popconfirm.js +15 -0
- package/dist-lib/feedback/Popconfirm.js.map +1 -0
- package/dist-lib/feedback/Progress.cjs +78 -0
- package/dist-lib/feedback/Progress.cjs.map +1 -0
- package/dist-lib/feedback/Progress.js +199 -0
- package/dist-lib/feedback/Progress.js.map +1 -0
- package/dist-lib/feedback/Result.cjs +95 -0
- package/dist-lib/feedback/Result.cjs.map +1 -0
- package/dist-lib/feedback/Result.js +174 -0
- package/dist-lib/feedback/Result.js.map +1 -0
- package/dist-lib/feedback/Skeleton.cjs +214 -0
- package/dist-lib/feedback/Skeleton.cjs.map +1 -0
- package/dist-lib/feedback/Skeleton.js +408 -0
- package/dist-lib/feedback/Skeleton.js.map +1 -0
- package/dist-lib/feedback/Spin.cjs +65 -0
- package/dist-lib/feedback/Spin.cjs.map +1 -0
- package/dist-lib/feedback/Spin.js +115 -0
- package/dist-lib/feedback/Spin.js.map +1 -0
- package/dist-lib/feedback/Tour.cjs +154 -0
- package/dist-lib/feedback/Tour.cjs.map +1 -0
- package/dist-lib/feedback/Tour.js +211 -0
- package/dist-lib/feedback/Tour.js.map +1 -0
- package/dist-lib/feedback/index.cjs +1 -0
- package/dist-lib/feedback/index.js +12 -0
- package/dist-lib/feedbackIcons-DBoCD6Dk.js +37 -0
- package/dist-lib/feedbackIcons-DBoCD6Dk.js.map +1 -0
- package/dist-lib/feedbackIcons-DXxPnA5r.cjs +2 -0
- package/dist-lib/feedbackIcons-DXxPnA5r.cjs.map +1 -0
- package/dist-lib/fieldProps-CuWfEbFx.cjs +2 -0
- package/dist-lib/fieldProps-CuWfEbFx.cjs.map +1 -0
- package/dist-lib/fieldProps-EeYy2kXb.js +9 -0
- package/dist-lib/fieldProps-EeYy2kXb.js.map +1 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.cjs +2 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.cjs.map +1 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.js +16 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.js.map +1 -0
- package/dist-lib/forms/AccessibleDatePicker.cjs +2 -0
- package/dist-lib/forms/AccessibleDatePicker.cjs.map +1 -0
- package/dist-lib/forms/AccessibleDatePicker.js +22 -0
- package/dist-lib/forms/AccessibleDatePicker.js.map +1 -0
- package/dist-lib/forms/AccessiblePasswordInput.cjs +2 -0
- package/dist-lib/forms/AccessiblePasswordInput.cjs.map +1 -0
- package/dist-lib/forms/AccessiblePasswordInput.js +14 -0
- package/dist-lib/forms/AccessiblePasswordInput.js.map +1 -0
- package/dist-lib/forms/AccessibleRadioGroup.cjs +2 -0
- package/dist-lib/forms/AccessibleRadioGroup.cjs.map +1 -0
- package/dist-lib/forms/AccessibleRadioGroup.js +16 -0
- package/dist-lib/forms/AccessibleRadioGroup.js.map +1 -0
- package/dist-lib/forms/AccessibleSelect.cjs +2 -0
- package/dist-lib/forms/AccessibleSelect.cjs.map +1 -0
- package/dist-lib/forms/AccessibleSelect.js +20 -0
- package/dist-lib/forms/AccessibleSelect.js.map +1 -0
- package/dist-lib/forms/AccessibleSwitch.cjs +2 -0
- package/dist-lib/forms/AccessibleSwitch.cjs.map +1 -0
- package/dist-lib/forms/AccessibleSwitch.js +20 -0
- package/dist-lib/forms/AccessibleSwitch.js.map +1 -0
- package/dist-lib/forms/AutoComplete.cjs +1 -0
- package/dist-lib/forms/AutoComplete.js +2 -0
- package/dist-lib/forms/Button.cjs +243 -0
- package/dist-lib/forms/Button.cjs.map +1 -0
- package/dist-lib/forms/Button.js +299 -0
- package/dist-lib/forms/Button.js.map +1 -0
- package/dist-lib/forms/Cascader.cjs +37 -0
- package/dist-lib/forms/Cascader.cjs.map +1 -0
- package/dist-lib/forms/Cascader.js +88 -0
- package/dist-lib/forms/Cascader.js.map +1 -0
- package/dist-lib/forms/Checkbox.cjs +275 -0
- package/dist-lib/forms/Checkbox.cjs.map +1 -0
- package/dist-lib/forms/Checkbox.js +327 -0
- package/dist-lib/forms/Checkbox.js.map +1 -0
- package/dist-lib/forms/CheckboxGroup.cjs +2 -0
- package/dist-lib/forms/CheckboxGroup.cjs.map +1 -0
- package/dist-lib/forms/CheckboxGroup.js +42 -0
- package/dist-lib/forms/CheckboxGroup.js.map +1 -0
- package/dist-lib/forms/ClearableAutoComplete.cjs +2 -0
- package/dist-lib/forms/ClearableAutoComplete.cjs.map +1 -0
- package/dist-lib/forms/ClearableAutoComplete.js +27 -0
- package/dist-lib/forms/ClearableAutoComplete.js.map +1 -0
- package/dist-lib/forms/ClearableCascader.cjs +2 -0
- package/dist-lib/forms/ClearableCascader.cjs.map +1 -0
- package/dist-lib/forms/ClearableCascader.js +27 -0
- package/dist-lib/forms/ClearableCascader.js.map +1 -0
- package/dist-lib/forms/ClearableCheckbox.cjs +2 -0
- package/dist-lib/forms/ClearableCheckbox.cjs.map +1 -0
- package/dist-lib/forms/ClearableCheckbox.js +23 -0
- package/dist-lib/forms/ClearableCheckbox.js.map +1 -0
- package/dist-lib/forms/ClearableColorPicker.cjs +2 -0
- package/dist-lib/forms/ClearableColorPicker.cjs.map +1 -0
- package/dist-lib/forms/ClearableColorPicker.js +22 -0
- package/dist-lib/forms/ClearableColorPicker.js.map +1 -0
- package/dist-lib/forms/ClearableDatePicker.cjs +2 -0
- package/dist-lib/forms/ClearableDatePicker.cjs.map +1 -0
- package/dist-lib/forms/ClearableDatePicker.js +27 -0
- package/dist-lib/forms/ClearableDatePicker.js.map +1 -0
- package/dist-lib/forms/ClearableInput.cjs +2 -0
- package/dist-lib/forms/ClearableInput.cjs.map +1 -0
- package/dist-lib/forms/ClearableInput.js +22 -0
- package/dist-lib/forms/ClearableInput.js.map +1 -0
- package/dist-lib/forms/ClearableInputNumber.cjs +2 -0
- package/dist-lib/forms/ClearableInputNumber.cjs.map +1 -0
- package/dist-lib/forms/ClearableInputNumber.js +27 -0
- package/dist-lib/forms/ClearableInputNumber.js.map +1 -0
- package/dist-lib/forms/ClearableMentions.cjs +2 -0
- package/dist-lib/forms/ClearableMentions.cjs.map +1 -0
- package/dist-lib/forms/ClearableMentions.js +27 -0
- package/dist-lib/forms/ClearableMentions.js.map +1 -0
- package/dist-lib/forms/ClearableRadio.cjs +2 -0
- package/dist-lib/forms/ClearableRadio.cjs.map +1 -0
- package/dist-lib/forms/ClearableRadio.js +23 -0
- package/dist-lib/forms/ClearableRadio.js.map +1 -0
- package/dist-lib/forms/ClearableRadioGroup.cjs +2 -0
- package/dist-lib/forms/ClearableRadioGroup.cjs.map +1 -0
- package/dist-lib/forms/ClearableRadioGroup.js +22 -0
- package/dist-lib/forms/ClearableRadioGroup.js.map +1 -0
- package/dist-lib/forms/ClearableRate.cjs +2 -0
- package/dist-lib/forms/ClearableRate.cjs.map +1 -0
- package/dist-lib/forms/ClearableRate.js +22 -0
- package/dist-lib/forms/ClearableRate.js.map +1 -0
- package/dist-lib/forms/ClearableSelect.cjs +2 -0
- package/dist-lib/forms/ClearableSelect.cjs.map +1 -0
- package/dist-lib/forms/ClearableSelect.js +27 -0
- package/dist-lib/forms/ClearableSelect.js.map +1 -0
- package/dist-lib/forms/ClearableSlider.cjs +2 -0
- package/dist-lib/forms/ClearableSlider.cjs.map +1 -0
- package/dist-lib/forms/ClearableSlider.js +23 -0
- package/dist-lib/forms/ClearableSlider.js.map +1 -0
- package/dist-lib/forms/ClearableSwitch.cjs +2 -0
- package/dist-lib/forms/ClearableSwitch.cjs.map +1 -0
- package/dist-lib/forms/ClearableSwitch.js +23 -0
- package/dist-lib/forms/ClearableSwitch.js.map +1 -0
- package/dist-lib/forms/ClearableTimePicker.cjs +2 -0
- package/dist-lib/forms/ClearableTimePicker.cjs.map +1 -0
- package/dist-lib/forms/ClearableTimePicker.js +27 -0
- package/dist-lib/forms/ClearableTimePicker.js.map +1 -0
- package/dist-lib/forms/ClearableTransfer.cjs +200 -0
- package/dist-lib/forms/ClearableTransfer.cjs.map +1 -0
- package/dist-lib/forms/ClearableTransfer.js +337 -0
- package/dist-lib/forms/ClearableTransfer.js.map +1 -0
- package/dist-lib/forms/ClearableTreeSelect.cjs +2 -0
- package/dist-lib/forms/ClearableTreeSelect.cjs.map +1 -0
- package/dist-lib/forms/ClearableTreeSelect.js +27 -0
- package/dist-lib/forms/ClearableTreeSelect.js.map +1 -0
- package/dist-lib/forms/ClearableUpload.cjs +111 -0
- package/dist-lib/forms/ClearableUpload.cjs.map +1 -0
- package/dist-lib/forms/ClearableUpload.js +187 -0
- package/dist-lib/forms/ClearableUpload.js.map +1 -0
- package/dist-lib/forms/ColorPicker.cjs +2 -0
- package/dist-lib/forms/ColorPicker.cjs.map +1 -0
- package/dist-lib/forms/ColorPicker.js +42 -0
- package/dist-lib/forms/ColorPicker.js.map +1 -0
- package/dist-lib/forms/DatePicker.cjs +1 -0
- package/dist-lib/forms/DatePicker.js +2 -0
- package/dist-lib/forms/FieldSetShell.cjs +2 -0
- package/dist-lib/forms/FieldSetShell.cjs.map +1 -0
- package/dist-lib/forms/FieldSetShell.js +87 -0
- package/dist-lib/forms/FieldSetShell.js.map +1 -0
- package/dist-lib/forms/FieldShell.cjs +2 -0
- package/dist-lib/forms/FieldShell.cjs.map +1 -0
- package/dist-lib/forms/FieldShell.js +93 -0
- package/dist-lib/forms/FieldShell.js.map +1 -0
- package/dist-lib/forms/Form.cjs +244 -0
- package/dist-lib/forms/Form.cjs.map +1 -0
- package/dist-lib/forms/Form.js +357 -0
- package/dist-lib/forms/Form.js.map +1 -0
- package/dist-lib/forms/FormError.cjs +2 -0
- package/dist-lib/forms/FormError.cjs.map +1 -0
- package/dist-lib/forms/FormError.js +41 -0
- package/dist-lib/forms/FormError.js.map +1 -0
- package/dist-lib/forms/FormSuccess.cjs +2 -0
- package/dist-lib/forms/FormSuccess.cjs.map +1 -0
- package/dist-lib/forms/FormSuccess.js +42 -0
- package/dist-lib/forms/FormSuccess.js.map +1 -0
- package/dist-lib/forms/FormWarning.cjs +2 -0
- package/dist-lib/forms/FormWarning.cjs.map +1 -0
- package/dist-lib/forms/FormWarning.js +42 -0
- package/dist-lib/forms/FormWarning.js.map +1 -0
- package/dist-lib/forms/Input.cjs +295 -0
- package/dist-lib/forms/Input.cjs.map +1 -0
- package/dist-lib/forms/Input.js +358 -0
- package/dist-lib/forms/Input.js.map +1 -0
- package/dist-lib/forms/InputNumber.cjs +1 -0
- package/dist-lib/forms/InputNumber.js +2 -0
- package/dist-lib/forms/Mentions.cjs +40 -0
- package/dist-lib/forms/Mentions.cjs.map +1 -0
- package/dist-lib/forms/Mentions.js +126 -0
- package/dist-lib/forms/Mentions.js.map +1 -0
- package/dist-lib/forms/PasswordInput.cjs +2 -0
- package/dist-lib/forms/PasswordInput.cjs.map +1 -0
- package/dist-lib/forms/PasswordInput.js +56 -0
- package/dist-lib/forms/PasswordInput.js.map +1 -0
- package/dist-lib/forms/Radio.cjs +2 -0
- package/dist-lib/forms/Radio.cjs.map +1 -0
- package/dist-lib/forms/Radio.js +43 -0
- package/dist-lib/forms/Radio.js.map +1 -0
- package/dist-lib/forms/RadioGroup.cjs +2 -0
- package/dist-lib/forms/RadioGroup.cjs.map +1 -0
- package/dist-lib/forms/RadioGroup.js +42 -0
- package/dist-lib/forms/RadioGroup.js.map +1 -0
- package/dist-lib/forms/Rate.cjs +2 -0
- package/dist-lib/forms/Rate.cjs.map +1 -0
- package/dist-lib/forms/Rate.js +42 -0
- package/dist-lib/forms/Rate.js.map +1 -0
- package/dist-lib/forms/Select.cjs +2 -0
- package/dist-lib/forms/Select.cjs.map +1 -0
- package/dist-lib/forms/Select.js +72 -0
- package/dist-lib/forms/Select.js.map +1 -0
- package/dist-lib/forms/Slider.cjs +2 -0
- package/dist-lib/forms/Slider.cjs.map +1 -0
- package/dist-lib/forms/Slider.js +43 -0
- package/dist-lib/forms/Slider.js.map +1 -0
- package/dist-lib/forms/Switch.cjs +117 -0
- package/dist-lib/forms/Switch.cjs.map +1 -0
- package/dist-lib/forms/Switch.js +209 -0
- package/dist-lib/forms/Switch.js.map +1 -0
- package/dist-lib/forms/TimePicker.cjs +1 -0
- package/dist-lib/forms/TimePicker.js +2 -0
- package/dist-lib/forms/TreeSelect.cjs +2 -0
- package/dist-lib/forms/TreeSelect.cjs.map +1 -0
- package/dist-lib/forms/TreeSelect.js +45 -0
- package/dist-lib/forms/TreeSelect.js.map +1 -0
- package/dist-lib/forms/clearUtils.cjs +2 -0
- package/dist-lib/forms/clearUtils.cjs.map +1 -0
- package/dist-lib/forms/clearUtils.js +16 -0
- package/dist-lib/forms/clearUtils.js.map +1 -0
- package/dist-lib/forms/index.cjs +1 -0
- package/dist-lib/forms/index.js +52 -0
- package/dist-lib/forms/validation.cjs +2 -0
- package/dist-lib/forms/validation.cjs.map +1 -0
- package/dist-lib/forms/validation.js +68 -0
- package/dist-lib/forms/validation.js.map +1 -0
- package/dist-lib/index.cjs +1 -7307
- package/dist-lib/index.js +91 -9807
- package/dist-lib/navigation/Anchor.cjs +10 -0
- package/dist-lib/navigation/Anchor.cjs.map +1 -0
- package/dist-lib/navigation/Anchor.js +32 -0
- package/dist-lib/navigation/Anchor.js.map +1 -0
- package/dist-lib/navigation/Breadcrumb.cjs +130 -0
- package/dist-lib/navigation/Breadcrumb.cjs.map +1 -0
- package/dist-lib/navigation/Breadcrumb.js +217 -0
- package/dist-lib/navigation/Breadcrumb.js.map +1 -0
- package/dist-lib/navigation/Dropdown.cjs +1 -0
- package/dist-lib/navigation/Dropdown.js +2 -0
- package/dist-lib/navigation/Menu.cjs +177 -0
- package/dist-lib/navigation/Menu.cjs.map +1 -0
- package/dist-lib/navigation/Menu.js +258 -0
- package/dist-lib/navigation/Menu.js.map +1 -0
- package/dist-lib/navigation/Pagination.cjs +370 -0
- package/dist-lib/navigation/Pagination.cjs.map +1 -0
- package/dist-lib/navigation/Pagination.js +505 -0
- package/dist-lib/navigation/Pagination.js.map +1 -0
- package/dist-lib/navigation/Steps.cjs +1 -0
- package/dist-lib/navigation/Steps.js +2 -0
- package/dist-lib/navigation/Tabs.cjs +162 -0
- package/dist-lib/navigation/Tabs.cjs.map +1 -0
- package/dist-lib/navigation/Tabs.js +249 -0
- package/dist-lib/navigation/Tabs.js.map +1 -0
- package/dist-lib/navigation/index.cjs +1 -0
- package/dist-lib/navigation/index.js +8 -0
- package/dist-lib/selectStyles-BFeXUMpO.cjs +1027 -0
- package/dist-lib/selectStyles-BFeXUMpO.cjs.map +1 -0
- package/dist-lib/selectStyles-C8j5Vvgp.js +1037 -0
- package/dist-lib/selectStyles-C8j5Vvgp.js.map +1 -0
- package/dist-lib/theme.cjs +2 -1
- package/dist-lib/theme.cjs.map +1 -0
- package/dist-lib/theme.js +1656 -2
- package/dist-lib/theme.js.map +1 -0
- package/dist-lib/types/ds/display/Avatar.d.ts +37 -0
- package/dist-lib/types/ds/display/Avatar.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Avatar.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Avatar.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Badge.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Badge.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Calendar.d.ts +38 -0
- package/dist-lib/types/ds/display/Calendar.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Calendar.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Calendar.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Card.d.ts +20 -0
- package/dist-lib/types/ds/display/Card.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Card.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Card.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Collapse.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Collapse.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Descriptions.d.ts +16 -0
- package/dist-lib/types/ds/display/Descriptions.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Descriptions.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Descriptions.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Empty.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Empty.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Icon.d.ts +43 -0
- package/dist-lib/types/ds/display/Icon.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Icon.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Icon.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Image.d.ts +20 -0
- package/dist-lib/types/ds/display/Image.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Image.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Image.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/List.d.ts +14 -0
- package/dist-lib/types/ds/display/List.d.ts.map +1 -0
- package/dist-lib/types/ds/display/List.test.d.ts +2 -0
- package/dist-lib/types/ds/display/List.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Popover.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Popover.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Segmented.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Segmented.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Statistic.d.ts +25 -0
- package/dist-lib/types/ds/display/Statistic.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Statistic.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Statistic.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Table.d.ts +50 -0
- package/dist-lib/types/ds/display/Table.d.ts.map +1 -1
- package/dist-lib/types/ds/display/Table.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Table.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tag.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Tag.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Timeline.d.ts +32 -0
- package/dist-lib/types/ds/display/Timeline.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Timeline.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Timeline.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tooltip.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Tooltip.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tree.d.ts +59 -0
- package/dist-lib/types/ds/display/Tree.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tree.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Tree.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Typography.d.ts +26 -0
- package/dist-lib/types/ds/display/Typography.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Typography.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Typography.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/index.d.ts +11 -0
- package/dist-lib/types/ds/display/index.d.ts.map +1 -1
- package/dist-lib/types/ds/feedback/Drawer.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Drawer.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/FloatButton.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/FloatButton.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Message.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Message.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Modal.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Modal.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Notification.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Notification.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Popconfirm.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Popconfirm.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Progress.d.ts +30 -0
- package/dist-lib/types/ds/feedback/Progress.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Progress.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Progress.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Result.d.ts +20 -0
- package/dist-lib/types/ds/feedback/Result.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Result.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Result.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Skeleton.d.ts +25 -0
- package/dist-lib/types/ds/feedback/Skeleton.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Skeleton.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Skeleton.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Spin.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Spin.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Tour.d.ts +14 -0
- package/dist-lib/types/ds/feedback/Tour.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Tour.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Tour.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/feedbackIcons.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/feedbackIcons.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/index.d.ts +4 -0
- package/dist-lib/types/ds/feedback/index.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleDatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleDatePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleDatePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.d.ts +4 -12
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts +1 -1
- package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleSwitch.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleSwitch.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AutoComplete.d.ts +5 -1
- package/dist-lib/types/ds/forms/AutoComplete.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AutoComplete.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AutoComplete.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Button.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Button.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Cascader.d.ts +6 -2
- package/dist-lib/types/ds/forms/Cascader.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Cascader.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Cascader.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Checkbox.d.ts +7 -1
- package/dist-lib/types/ds/forms/Checkbox.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Checkbox.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Checkbox.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.d.ts +13 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableAutoComplete.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableAutoComplete.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableCascader.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableCascader.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableCascader.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableCheckbox.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableCheckbox.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableCheckbox.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableColorPicker.d.ts +2 -3
- package/dist-lib/types/ds/forms/ClearableColorPicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableColorPicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableColorPicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableDatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableDatePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableDatePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableInput.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableInput.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableInput.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableInputNumber.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableInputNumber.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableMentions.d.ts +2 -4
- package/dist-lib/types/ds/forms/ClearableMentions.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableMentions.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableMentions.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableRadio.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableRadio.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableRadio.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableRadio.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableRadioGroup.d.ts +2 -2
- package/dist-lib/types/ds/forms/ClearableRadioGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableRadioGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableRadioGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableRate.d.ts +2 -4
- package/dist-lib/types/ds/forms/ClearableRate.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableRate.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableRate.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableSlider.d.ts +1 -2
- package/dist-lib/types/ds/forms/ClearableSlider.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSlider.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableSlider.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableSwitch.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableSwitch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSwitch.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableSwitch.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableTimePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableTimePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableTimePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableTransfer.d.ts +13 -7
- package/dist-lib/types/ds/forms/ClearableTransfer.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableTransfer.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableTransfer.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableTreeSelect.d.ts +2 -2
- package/dist-lib/types/ds/forms/ClearableTreeSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableTreeSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableTreeSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableUpload.d.ts +13 -7
- package/dist-lib/types/ds/forms/ClearableUpload.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableUpload.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableUpload.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ColorPicker.d.ts +11 -0
- package/dist-lib/types/ds/forms/ColorPicker.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ColorPicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ColorPicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/DatePicker.d.ts +5 -2
- package/dist-lib/types/ds/forms/DatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/DatePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/DatePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FieldSetShell.d.ts +6 -1
- package/dist-lib/types/ds/forms/FieldSetShell.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/FieldSetShell.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FieldSetShell.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FieldShell.d.ts +6 -2
- package/dist-lib/types/ds/forms/FieldShell.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/FieldShell.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FieldShell.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Form.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Form.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormError.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FormError.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormSuccess.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FormSuccess.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormWarning.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FormWarning.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Input.d.ts +6 -2
- package/dist-lib/types/ds/forms/Input.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Input.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Input.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/InputNumber.d.ts +6 -1
- package/dist-lib/types/ds/forms/InputNumber.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/InputNumber.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/InputNumber.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Mentions.d.ts +11 -0
- package/dist-lib/types/ds/forms/Mentions.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Mentions.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Mentions.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/PasswordInput.d.ts +13 -0
- package/dist-lib/types/ds/forms/PasswordInput.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/PasswordInput.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/PasswordInput.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Radio.d.ts +10 -0
- package/dist-lib/types/ds/forms/Radio.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Radio.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Radio.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/RadioGroup.d.ts +11 -0
- package/dist-lib/types/ds/forms/RadioGroup.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/RadioGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/RadioGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Rate.d.ts +10 -0
- package/dist-lib/types/ds/forms/Rate.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Rate.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Rate.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Select.d.ts +6 -1
- package/dist-lib/types/ds/forms/Select.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Select.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Select.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Slider.d.ts +11 -0
- package/dist-lib/types/ds/forms/Slider.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Slider.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Slider.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Switch.d.ts +5 -1
- package/dist-lib/types/ds/forms/Switch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Switch.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Switch.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TimePicker.d.ts +4 -1
- package/dist-lib/types/ds/forms/TimePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/TimePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/TimePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Transfer.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Transfer.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TreeSelect.d.ts +11 -0
- package/dist-lib/types/ds/forms/TreeSelect.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TreeSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/TreeSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Upload.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Upload.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/fieldProps.d.ts +17 -0
- package/dist-lib/types/ds/forms/fieldProps.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/index.d.ts +9 -0
- package/dist-lib/types/ds/forms/index.d.ts.map +1 -1
- package/dist-lib/types/ds/navigation/Anchor.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Anchor.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Breadcrumb.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Breadcrumb.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Dropdown.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Dropdown.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Menu.d.ts +13 -0
- package/dist-lib/types/ds/navigation/Menu.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Menu.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Menu.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Pagination.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Pagination.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Steps.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Steps.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Tabs.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Tabs.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/index.d.ts +1 -0
- package/dist-lib/types/ds/navigation/index.d.ts.map +1 -1
- package/dist-lib/types/test/contracts/componentContracts.d.ts +3 -0
- package/dist-lib/types/test/contracts/componentContracts.d.ts.map +1 -0
- package/dist-lib/types/test/contracts/formControlContracts.d.ts +5 -0
- package/dist-lib/types/test/contracts/formControlContracts.d.ts.map +1 -0
- package/dist-lib/types/test/renderWithProviders.d.ts +3 -0
- package/dist-lib/types/test/renderWithProviders.d.ts.map +1 -0
- package/dist-lib/types/theme/ontadaTheme.d.ts +694 -0
- package/dist-lib/types/theme/ontadaTheme.d.ts.map +1 -1
- package/dist-lib/types/utils/useCustomIcon.d.ts.map +1 -1
- package/dist-lib/useCustomIcon-B-VUK-84.js +541 -0
- package/dist-lib/useCustomIcon-B-VUK-84.js.map +1 -0
- package/dist-lib/useCustomIcon-DbSB56Pd.cjs +1364 -0
- package/dist-lib/useCustomIcon-DbSB56Pd.cjs.map +1 -0
- package/package.json +94 -10
- package/dist-lib/index.cjs.map +0 -1
- package/dist-lib/index.js.map +0 -1
- package/dist-lib/ontadaTheme-DEEJ31G9.cjs +0 -2
- package/dist-lib/ontadaTheme-DEEJ31G9.cjs.map +0 -1
- package/dist-lib/ontadaTheme-DoyP_6uO.js +0 -1022
- package/dist-lib/ontadaTheme-DoyP_6uO.js.map +0 -1
|
@@ -0,0 +1,541 @@
|
|
|
1
|
+
import "react";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import { AlignCenterOutlined as t, AlignLeftOutlined as n, AlignRightOutlined as r, ApiOutlined as i, BarChartOutlined as a, BellOutlined as o, BgColorsOutlined as s, BugOutlined as c, CalendarOutlined as l, CheckCircleOutlined as ee, CheckOutlined as te, ClockCircleOutlined as u, CloseCircleOutlined as d, CloseOutlined as f, CloudOutlined as p, CopyOutlined as m, CreditCardOutlined as h, DashboardOutlined as g, DatabaseOutlined as ne, DeleteOutlined as re, DownloadOutlined as ie, EditOutlined as _, ExclamationCircleOutlined as v, ExportOutlined as y, EyeInvisibleOutlined as b, EyeOutlined as x, FileOutlined as S, FilterOutlined as C, FolderOutlined as w, FontColorsOutlined as T, FrownOutlined as E, HomeOutlined as D, ImportOutlined as O, InfoCircleOutlined as k, LineChartOutlined as A, LinkOutlined as j, LoadingOutlined as M, LockOutlined as N, LogoutOutlined as P, MailOutlined as F, MehOutlined as I, MenuOutlined as L, MinusOutlined as R, PhoneOutlined as z, PieChartOutlined as B, PlusOutlined as V, PrinterOutlined as H, QuestionCircleOutlined as U, SaveOutlined as W, SearchOutlined as G, SettingOutlined as K, ShoppingCartOutlined as q, ShoppingOutlined as J, SmileOutlined as Y, SyncOutlined as ae, TableOutlined as oe, TeamOutlined as X, ToolOutlined as Z, UnlockOutlined as se, UploadOutlined as ce, UserOutlined as le, ZoomInOutlined as ue, ZoomOutOutlined as de } from "@ant-design/icons";
|
|
4
|
+
//#region src/assets/icons/individual/00_Placeholder.svg?raw
|
|
5
|
+
var fe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M24 24H0V0H24V24ZM3.5 22H21L12.25 13.25L3.5 22ZM2 20.6719L10.8359 11.8359L2 3V20.6719ZM13.6641 11.8359L22 20.1719V3.5L13.6641 11.8359ZM12.25 10.4219L20.6719 2H3.82812L12.25 10.4219Z\" fill=\"currentColor\"/>\n</svg>\n", pe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M24 2.5H0L12.5 21.5L24 2.5Z\" fill=\"currentColor\"/>\n</svg>\n", me = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M24 21.5H0L12.5 2.5L24 21.5Z\" fill=\"currentColor\"/>\n</svg>\n", he = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\"/>\n<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\" stroke=\"currentColor\" stroke-opacity=\"0.32\" stroke-width=\"3\" stroke-linecap=\"round\"/>\n</svg>\n", ge = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.50732 4.90332C3.21215 4.76607 3.94178 4.97827 4.44971 5.46777L7.896 8.77344C9.05984 9.89592 9.05968 11.7124 7.896 12.835L7.09912 13.6006C6.0497 14.812 4.34763 15.3011 2.77881 14.8428C3.88344 17.3514 5.96065 19.3484 8.56982 20.4102C8.09316 18.9017 8.602 17.2649 9.86182 16.2559L10.6558 15.4922C11.8232 14.373 13.7129 14.373 14.8804 15.4922L18.3169 18.8008C18.8252 19.2891 19.0451 19.9908 18.9028 20.668C18.7604 21.345 18.2743 21.9087 17.6089 22.1689C12.8459 24.0376 7.38245 22.9777 3.74463 19.4805C0.106704 15.9831 -0.996031 10.7296 0.946777 6.14941C1.21663 5.50858 1.80261 5.04057 2.50732 4.90332Z\" fill=\"currentColor\"/>\n<path d=\"M21.6001 0.922852C21.9821 0.922885 22.3486 1.06831 22.6187 1.32812C22.8889 1.5878 23.0405 1.94027 23.0405 2.30762C23.0405 2.67497 22.8889 3.02742 22.6187 3.28711L16.7173 8.95996L17.9976 10.1865C18.2668 10.451 18.3454 10.8447 18.1978 11.1865C18.05 11.5284 17.7039 11.7529 17.3188 11.7559H12.6938C12.1868 11.7552 11.7755 11.3596 11.7749 10.8721V6.4248C11.7803 6.05552 12.0145 5.72462 12.3696 5.58398C12.7248 5.44336 13.1334 5.51975 13.4077 5.77832L14.6812 7.00293L20.5815 1.32812C20.8516 1.06837 21.2181 0.922852 21.6001 0.922852Z\" fill=\"currentColor\"/>\n</svg>\n", _e = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 6C5.77614 6 6 6.22386 6 6.5V7.5C6 7.77614 5.77614 8 5.5 8H3.5C3.22386 8 3 8.22386 3 8.5V21.5C3 21.7761 3.22386 22 3.5 22H14.5C14.7761 22 15 21.7761 15 21.5V20C15 19.7239 15.2239 19.5 15.5 19.5H16.5C16.7761 19.5 17 19.7239 17 20V21.5C17 22.8807 15.8807 24 14.5 24H3.5C2.11929 24 1 22.8807 1 21.5V8.5C1 7.11929 2.11929 6 3.5 6H5.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 0C21.8807 0 23 1.11929 23 2.5V16.5C23 17.8807 21.8807 19 20.5 19H9.5C8.11929 19 7 17.8807 7 16.5V2.5C7 1.11929 8.11929 0 9.5 0H20.5ZM9.5 2C9.22386 2 9 2.22386 9 2.5V16.5C9 16.7761 9.22386 17 9.5 17H20.5C20.7761 17 21 16.7761 21 16.5V2.5C21 2.22386 20.7761 2 20.5 2H9.5Z\" fill=\"currentColor\"/>\n</svg>\n", ve = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5928 2C19.1448 2.00026 19.5928 2.44788 19.5928 3V21C19.5928 21.5521 19.1448 21.9997 18.5928 22H17.5928C17.0405 22 16.5928 21.5523 16.5928 21V13.167C16.5376 13.1719 16.4819 13.1758 16.4258 13.1758H9.44043C9.40107 13.1757 9.36159 13.1817 9.3252 13.1934C9.28902 13.2051 9.25622 13.2225 9.22852 13.2441C9.20068 13.2659 9.17811 13.2917 9.16309 13.3203C9.14812 13.3487 9.14056 13.3794 9.14062 13.4102L9.13965 15.3252C9.13962 15.5112 9.06935 15.693 8.9375 15.8477C8.80567 16.0023 8.61859 16.1231 8.39941 16.1943C8.1802 16.2655 7.93879 16.2842 7.70605 16.248C7.4733 16.2117 7.25963 16.1218 7.0918 15.9902L2.84863 12.665C2.62363 12.4886 2.49707 12.2485 2.49707 11.999C2.49723 11.7497 2.62376 11.5103 2.84863 11.334L7.0918 8.00879C7.25952 7.87709 7.47324 7.7874 7.70605 7.75098C7.93879 7.71457 8.1801 7.73264 8.39941 7.80371C8.61879 7.87485 8.80652 7.99568 8.93848 8.15039C9.07035 8.30502 9.14054 8.48684 9.14062 8.67285V10.5869C9.14057 10.6178 9.14898 10.6491 9.16406 10.6777C9.1791 10.7061 9.20079 10.7321 9.22852 10.7539C9.25638 10.7758 9.28977 10.7929 9.32617 10.8047C9.36264 10.8165 9.40195 10.8232 9.44141 10.8232H16.4258C16.4819 10.8233 16.5376 10.8262 16.5928 10.8311V3C16.5928 2.44772 17.0405 2 17.5928 2H18.5928Z\" fill=\"currentColor\"/>\n</svg>\n", ye = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_38633_289235)\">\n<path d=\"M8 24C8.55228 24 9 23.5523 9 23C9 22.4477 8.55228 22 8 22L3.41354 22L13.7071 11.7071C14.0976 11.3166 14.0976 10.6835 13.7071 10.2929C13.3166 9.90238 12.6835 9.90236 12.2929 10.2929L2 20.5851V16C2 15.4477 1.55228 15 1 15C0.447716 15 0 15.4477 0 16V24H8Z\" fill=\"currentColor\"/>\n<path d=\"M13 20C12.4477 20 12 19.5523 12 19C12 18.4477 12.4477 18 13 18H21C21.5523 18 22 17.5523 22 17L22 3C22 2.44772 21.5523 2 21 2L7 2C6.44772 2 6 2.44772 6 3L6 11C6 11.5523 5.55228 12 5 12C4.44772 12 4 11.5523 4 11L4 3C4 1.34315 5.34315 0 7 0L21 0C22.6569 0 24 1.34315 24 3L24 17C24 18.6569 22.6569 20 21 20H13Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_38633_289235\">\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"matrix(-1 0 0 -1 24 24)\"/>\n</clipPath>\n</defs>\n</svg>\n", be = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_38633_289232)\">\n<path d=\"M24 16C24 15.4477 23.5523 15 23 15C22.4477 15 22 15.4477 22 16V20.5865L11.7071 10.2929C11.3166 9.90238 10.6835 9.90236 10.2929 10.2929C9.90238 10.6834 9.90236 11.3165 10.2929 11.7071L20.5851 22H16C15.4477 22 15 22.4477 15 23C15 23.5523 15.4477 24 16 24H24V16Z\" fill=\"currentColor\"/>\n<path d=\"M20 11C20 11.5523 19.5523 12 19 12C18.4477 12 18 11.5523 18 11V3C18 2.44771 17.5523 2 17 2L3 2C2.44772 2 2 2.44772 2 3V17C2 17.5523 2.44772 18 3 18H11C11.5523 18 12 18.4477 12 19C12 19.5523 11.5523 20 11 20H3C1.34315 20 0 18.6569 0 17V3C0 1.34315 1.34315 0 3 0L17 0C18.6569 0 20 1.34315 20 3V11Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_38633_289232\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", xe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_38633_289226)\">\n<path d=\"M8 0C8.55228 0 9 0.447715 9 1C9 1.55228 8.55228 2 8 2H3.41354L13.7071 12.2929C14.0976 12.6834 14.0976 13.3165 13.7071 13.7071C13.3166 14.0976 12.6835 14.0976 12.2929 13.7071L2 3.41489V8C2 8.55228 1.55228 9 1 9C0.447716 9 0 8.55228 0 8V0H8Z\" fill=\"currentColor\"/>\n<path d=\"M13 4C12.4477 4 12 4.44772 12 5C12 5.55228 12.4477 6 13 6H21C21.5523 6 22 6.44772 22 7V21C22 21.5523 21.5523 22 21 22H7C6.44772 22 6 21.5523 6 21V13C6 12.4477 5.55228 12 5 12C4.44772 12 4 12.4477 4 13V21C4 22.6569 5.34315 24 7 24H21C22.6569 24 24 22.6569 24 21V7C24 5.34315 22.6569 4 21 4H13Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_38633_289226\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Se = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_24202_38490)\">\n<path d=\"M16 0C15.4477 0 15 0.447715 15 1C15 1.55228 15.4477 2 16 2H20.5865L10.2929 12.2929C9.90238 12.6834 9.90236 13.3165 10.2929 13.7071C10.6834 14.0976 11.3165 14.0976 11.7071 13.7071L22 3.41489V8C22 8.55228 22.4477 9 23 9C23.5523 9 24 8.55228 24 8V0H16Z\" fill=\"currentColor\"/>\n<path d=\"M11 4C11.5523 4 12 4.44772 12 5C12 5.55228 11.5523 6 11 6H3C2.44771 6 2 6.44772 2 7V21C2 21.5523 2.44772 22 3 22H17C17.5523 22 18 21.5523 18 21V13C18 12.4477 18.4477 12 19 12C19.5523 12 20 12.4477 20 13V21C20 22.6569 18.6569 24 17 24H3C1.34315 24 0 22.6569 0 21V7C0 5.34315 1.34315 4 3 4H11Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_24202_38490\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Ce = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 16C18.8638 16 20.43 17.2748 20.874 19H23C23.5523 19 24 19.4477 24 20C24 20.5523 23.5523 21 23 21H20.874C20.43 22.7252 18.8638 24 17 24C15.1362 24 13.57 22.7252 13.126 21H1C0.447715 21 0 20.5523 0 20C0 19.4477 0.447715 19 1 19H13.126C13.57 17.2748 15.1362 16 17 16ZM17 18C15.8954 18 15 18.8954 15 20C15 21.1046 15.8954 22 17 22C18.1046 22 19 21.1046 19 20C19 18.8954 18.1046 18 17 18Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C8.86384 8 10.43 9.27477 10.874 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H10.874C10.43 14.7252 8.86384 16 7 16C5.13616 16 3.57002 14.7252 3.12598 13H1C0.447715 13 -9.65645e-08 12.5523 0 12C9.65645e-08 11.4477 0.447715 11 1 11H3.12598C3.57002 9.27477 5.13616 8 7 8ZM7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14C8.10457 14 9 13.1046 9 12C9 10.8954 8.10457 10 7 10Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 0C18.8638 0 20.43 1.27477 20.874 3H23C23.5523 3 24 3.44772 24 4C24 4.55228 23.5523 5 23 5H20.874C20.43 6.72523 18.8638 8 17 8C15.1362 8 13.57 6.72523 13.126 5H1C0.447715 5 0 4.55228 0 4C0 3.44772 0.447715 3 1 3H13.126C13.57 1.27477 15.1362 0 17 0ZM17 2C15.8954 2 15 2.89543 15 4C15 5.10457 15.8954 6 17 6C18.1046 6 19 5.10457 19 4C19 2.89543 18.1046 2 17 2Z\" fill=\"currentColor\"/>\n</svg>\n", we = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13C8.86384 13 10.43 14.2748 10.874 16H23C23.5523 16 24 16.4477 24 17C24 17.5523 23.5523 18 23 18H10.874C10.43 19.7252 8.86384 21 7 21C5.13616 21 3.57002 19.7252 3.12598 18H1C0.447715 18 -9.65645e-08 17.5523 0 17C9.65645e-08 16.4477 0.447715 16 1 16H3.12598C3.57002 14.2748 5.13616 13 7 13ZM7 15C5.89543 15 5 15.8954 5 17C5 18.1046 5.89543 19 7 19C8.10457 19 9 18.1046 9 17C9 15.8954 8.10457 15 7 15Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C18.8638 3 20.43 4.27477 20.874 6H23C23.5523 6 24 6.44772 24 7C24 7.55228 23.5523 8 23 8H20.874C20.43 9.72523 18.8638 11 17 11C15.1362 11 13.57 9.72523 13.126 8H1C0.447715 8 0 7.55228 0 7C0 6.44772 0.447715 6 1 6H13.126C13.57 4.27477 15.1362 3 17 3ZM17 5C15.8954 5 15 5.89543 15 7C15 8.10457 15.8954 9 17 9C18.1046 9 19 8.10457 19 7C19 5.89543 18.1046 5 17 5Z\" fill=\"currentColor\"/>\n</svg>\n", Te = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 13.5C6.82843 13.5 7.5 12.8284 7.5 12C7.5 11.1716 6.82843 10.5 6 10.5C5.17157 10.5 4.5 11.1716 4.5 12C4.5 12.8284 5.17157 13.5 6 13.5Z\" fill=\"currentColor\"/>\n<path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" fill=\"currentColor\"/>\n<path d=\"M19.5 12C19.5 12.8284 18.8284 13.5 18 13.5C17.1716 13.5 16.5 12.8284 16.5 12C16.5 11.1716 17.1716 10.5 18 10.5C18.8284 10.5 19.5 11.1716 19.5 12Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/>\n</svg>\n", Ee = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_36587_280080)\">\n<path d=\"M23.8877 5.83203C23.9208 5.8457 23.9498 5.86865 23.9697 5.89844C23.9897 5.92836 24.0001 5.96404 24 6V18C24 18.5304 23.7891 19.039 23.4141 19.4141C23.039 19.7891 22.5304 20 22 20H2C1.46957 20 0.961011 19.7891 0.58594 19.4141C0.210869 19.039 4.30448e-06 18.5304 2.03143e-06 18V6C-0.000163716 5.96437 0.00981502 5.92925 0.0292989 5.89941C0.0488581 5.86954 0.0775603 5.84616 0.110354 5.83203C0.143575 5.81769 0.180298 5.81344 0.215822 5.82031C0.251449 5.82726 0.284103 5.84524 0.309572 5.87109L10.0527 15.6162C10.5684 16.1316 11.268 16.4209 11.9971 16.4209C12.7261 16.4209 13.4257 16.1316 13.9414 15.6162L23.6885 5.87109C23.7141 5.84548 23.7467 5.82822 23.7822 5.82129C23.8177 5.81439 23.8544 5.81794 23.8877 5.83203Z\" fill=\"currentColor\"/>\n<path d=\"M22 4C22.274 4.00001 22.5795 4.03042 22.6895 4.35938C22.7186 4.44733 22.7235 4.54167 22.7022 4.63184C22.6808 4.72196 22.6348 4.80459 22.5693 4.87012L12.8828 14.5557C12.6482 14.7896 12.3304 14.9218 11.999 14.9219C11.6676 14.9219 11.3499 14.7897 11.1152 14.5557L1.42969 4.87012C1.36418 4.80459 1.31826 4.722 1.29688 4.63184C1.27554 4.54174 1.27952 4.44727 1.3086 4.35938C1.4166 4.03038 1.725 4 2 4H22Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_36587_280080\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", De = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.25 8.75C5.04493 8.75 6.5 10.2051 6.5 12C6.5 13.7949 5.04493 15.25 3.25 15.25C1.45507 15.25 4.88512e-07 13.7949 0 12C7.84587e-08 10.2051 1.45507 8.75 3.25 8.75Z\" fill=\"currentColor\"/>\n<path d=\"M12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12C8.75 10.2051 10.2051 8.75 12 8.75Z\" fill=\"currentColor\"/>\n<path d=\"M20.75 8.75C22.5449 8.75 24 10.2051 24 12C24 13.7949 22.5449 15.25 20.75 15.25C18.9551 15.25 17.5 13.7949 17.5 12C17.5 10.2051 18.9551 8.75 20.75 8.75Z\" fill=\"currentColor\"/>\n</svg>\n", Oe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10C3.10457 10 4 10.8954 4 12C4 13.1046 3.10457 14 2 14C0.895431 14 4.82827e-08 13.1046 0 12C-4.82818e-08 10.8954 0.895431 10 2 10Z\" fill=\"currentColor\"/>\n<path d=\"M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z\" fill=\"currentColor\"/>\n<path d=\"M22 10C23.1046 10 24 10.8954 24 12C24 13.1046 23.1046 14 22 14C20.8954 14 20 13.1046 20 12C20 10.8954 20.8954 10 22 10Z\" fill=\"currentColor\"/>\n</svg>\n", ke = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17.5C13.7949 17.5 15.25 18.9551 15.25 20.75C15.25 22.5449 13.7949 24 12 24C10.2051 24 8.75 22.5449 8.75 20.75C8.75 18.9551 10.2051 17.5 12 17.5Z\" fill=\"currentColor\"/>\n<path d=\"M12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12C8.75 10.2051 10.2051 8.75 12 8.75Z\" fill=\"currentColor\"/>\n<path d=\"M12 0C13.7949 0 15.25 1.45507 15.25 3.25C15.25 5.04493 13.7949 6.5 12 6.5C10.2051 6.5 8.75 5.04493 8.75 3.25C8.75 1.45507 10.2051 0 12 0Z\" fill=\"currentColor\"/>\n</svg>\n", Ae = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20C13.1046 20 14 20.8954 14 22C14 23.1046 13.1046 24 12 24C10.8954 24 10 23.1046 10 22C10 20.8954 10.8954 20 12 20Z\" fill=\"currentColor\"/>\n<path d=\"M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z\" fill=\"currentColor\"/>\n<path d=\"M12 0C13.1046 9.65645e-08 14 0.89543 14 2C14 3.10457 13.1046 4 12 4C10.8954 4 10 3.10457 10 2C10 0.89543 10.8954 9.24258e-08 12 0Z\" fill=\"currentColor\"/>\n</svg>\n", je = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18491_32942)\">\n<path d=\"M19.9004 22.2002C19.9999 22.2002 20 22.2001 20 22.2998V22.5C20 23.3 19.3 24 18.5 24C17.7 24 17 23.3 17 22.5V22.2998C17.0001 22.295 17.0025 22.2004 17.0996 22.2002H19.9004Z\" fill=\"currentColor\"/>\n<path d=\"M18.4004 9.7998C19.0001 9.79999 19.2998 10.2003 19.2998 10.7002V11.4004C19.8998 11.5004 20.5 11.8002 21 12.2002C22.2999 13.3002 23 14.8 23 16.5V17C23 18.4999 23.4 19.9998 24 21.2998C24 21.4998 23.9998 21.7002 23.7998 21.7002H13C12.8 21.7002 12.6998 21.4998 12.7998 21.2998C13.3998 19.9998 13.7998 18.5 13.7998 17V16.5C13.7998 14.8001 14.4999 13.3002 15.7998 12.2002C16.2998 11.8002 16.9 11.5004 17.5 11.4004V10.7002C17.5 10.2002 17.9004 9.7998 18.4004 9.7998Z\" fill=\"currentColor\"/>\n<path d=\"M20.5996 1.7002C20.6996 1.6002 21 1.4 21 1.5V10.4004C20.9001 10.4004 20.8001 10.2999 20.7002 10.2998C20.5002 9.20002 19.5002 8.40058 18.4004 8.40039C17.2004 8.40039 16.2 9.20039 16 10.4004C15.6002 10.6003 15.2003 10.7999 14.9004 11.0996C13.9005 11.8995 13.1998 12.9997 12.7998 14.0996H1.7998C0.799896 14.0995 0 13.2997 0 12.2998V1.7002C0 1.5002 0.00019531 1.5002 0.200195 1.7002L8.7002 10.2002C9.20016 10.7001 9.80047 10.9004 10.4004 10.9004C11.0001 10.9003 11.5998 10.6999 12.0996 10.2002L20.5996 1.7002Z\" fill=\"currentColor\"/>\n<path d=\"M19.2002 0C19.5001 2.20689e-08 19.8004 -7.03931e-05 19.9004 0.299805C19.9004 0.299805 19.9004 0.4 19.9004 0.5C19.9004 0.6 19.8998 0.600195 19.7998 0.700195L11.2998 9.2002C11.0998 9.40007 10.7999 9.49999 10.5 9.5C10.2001 9.5 9.9002 9.40005 9.7002 9.2002L1.2998 0.700195L1.2002 0.5C1.2002 0.5 1.2002 0.399805 1.2002 0.299805C1.20033 4.88758e-05 1.49992 7.93393e-09 1.7998 0H19.2002Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18491_32942\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Me = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM8.91699 12.2227C7.48054 12.2227 6.10271 12.793 5.08691 13.8086C4.07116 14.8244 3.50007 16.2022 3.5 17.6387C3.5 17.7344 3.53776 17.8268 3.60547 17.8945C3.67319 17.9623 3.76556 18 3.86133 18H13.9727C14.0682 17.9999 14.1599 17.9621 14.2275 17.8945C14.2953 17.8268 14.333 17.7344 14.333 17.6387C14.3329 16.2022 13.7628 14.8244 12.7471 13.8086C11.7313 12.7928 10.3535 12.2227 8.91699 12.2227ZM15.417 12.2227C14.8332 12.2229 14.253 12.3182 13.7002 12.5059C13.6422 12.5252 13.5902 12.5595 13.5488 12.6045C13.5075 12.6495 13.4773 12.7043 13.4629 12.7637C13.4486 12.8228 13.4499 12.8847 13.4658 12.9434C13.4819 13.0023 13.513 13.0568 13.5557 13.1006C14.7476 14.3103 15.4164 15.9404 15.417 17.6387C15.417 17.7344 15.4547 17.8268 15.5225 17.8945C15.5901 17.9621 15.6818 17.9999 15.7773 18H20.4727C20.5682 17.9999 20.6599 17.9621 20.7275 17.8945C20.7953 17.8268 20.833 17.7344 20.833 17.6387C20.8314 16.2027 20.2605 14.826 19.2451 13.8105C18.2297 12.7951 16.853 12.2243 15.417 12.2227ZM8.91602 5C7.02158 5.00024 5.48633 6.53617 5.48633 8.43066C5.48639 10.3251 7.02162 11.8611 8.91602 11.8613C10.8106 11.8613 12.3466 10.3253 12.3467 8.43066C12.3467 6.53602 10.8107 5 8.91602 5ZM15.416 5C14.5168 5.00219 13.6554 5.36123 13.0205 5.99805C12.9659 6.05117 12.929 6.12025 12.916 6.19531C12.903 6.2704 12.9146 6.34763 12.9482 6.41602C13.2644 7.04045 13.4296 7.73074 13.4307 8.43066C13.4307 9.13026 13.2661 9.8206 12.9512 10.4453C12.9177 10.5136 12.907 10.5911 12.9199 10.666C12.933 10.741 12.9689 10.8102 13.0234 10.8633C13.6574 11.4993 14.518 11.8582 15.416 11.8613C16.3257 11.8613 17.1985 11.4996 17.8418 10.8564C18.4851 10.2131 18.8467 9.34046 18.8467 8.43066C18.8467 7.52082 18.4852 6.64824 17.8418 6.00488C17.1985 5.36164 16.3258 5 15.416 5Z\" fill=\"currentColor\"/>\n</svg>\n", Ne = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1431 0.00038269C15.8449 0.000392947 20.7073 3.14486 20.7075 8.40566C20.8928 8.91444 21.1344 9.40103 21.4282 9.85585C22.1332 11.0908 22.9311 12.4889 22.8481 13.6049V13.7426C22.8662 14.0042 22.7991 14.2649 22.6577 14.4857C22.4342 14.7984 22.0789 14.9909 21.6948 15.0062C21.5209 15.0162 21.33 15.016 21.1431 15.016C20.8669 15.016 20.6431 15.2399 20.6431 15.516V17.5004C20.6428 18.8809 19.5236 20.0004 18.1431 20.0004H16.6431C16.3669 20.0004 16.1431 20.2242 16.1431 20.5004V23.5004C16.1428 23.7763 15.9191 24.0004 15.6431 24.0004H5.64305C5.36704 24.0004 5.14327 23.7763 5.14305 23.5004V18.2914C5.14308 18.1251 5.06028 17.9693 4.92235 17.8764C2.41435 16.1874 1.14305 13.5629 1.14305 10.0629C1.10589 7.39389 2.14541 4.82252 4.02684 2.92909C5.90847 1.03561 8.47371 -0.0200484 11.1431 0.00038269Z\" fill=\"currentColor\"/>\n</svg>\n", Pe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_40321_305873)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2122 11.2816H23.354V12.2698C22.8484 12.2698 22.4293 12.3415 22.1006 12.485C21.7539 12.6376 21.4304 12.8686 21.125 13.1813L18.1595 16.8173L22.0902 22.3814C22.5166 22.8821 23.208 22.9234 23.7206 22.954C23.8218 22.96 23.9161 22.9656 24 22.9742V24H21.3476C19.9658 24 18.6418 23.819 18.0974 23.2812C17.8887 23.0752 16.8898 21.8059 15.5822 19.9788L13.8416 22.1129C13.676 22.333 13.6225 22.5148 13.6846 22.6582C13.7182 22.7766 13.8416 22.8534 14.052 22.8867L14.9957 23.0135V24H9.25096V23.0135C9.90912 22.945 10.4215 22.8267 10.7855 22.6574C11.1478 22.4964 11.5213 22.1921 11.9017 21.7442L14.5489 18.5236C13.5436 17.0986 12.4907 15.5831 11.607 14.311C10.6882 12.9886 9.95216 11.9292 9.64264 11.5084C9.586 11.429 9.5304 11.3354 9.47056 11.2347C9.17656 10.7397 8.78088 10.0737 7.66993 10.0882H6.42868V16.0442C6.41058 16.6938 6.53047 17.1199 6.78665 17.3218C7.05061 17.497 7.64577 17.603 8.57216 17.6379V18.6637H0V17.6379C0.933296 17.603 1.53622 17.497 1.80966 17.3218C2.03823 17.1199 2.14434 16.6938 2.12622 16.0442V2.62026C2.14434 1.93475 2.0391 1.50026 1.80966 1.31596C1.53622 1.12249 0.933296 1.02575 0 1.02575V0H9.35448C10.6716 0 11.7525 0.118419 12.596 0.355259C13.4215 0.583758 14.0745 0.93068 14.5583 1.39602C15.4796 2.30086 15.929 3.44252 15.9109 4.82102C15.8936 6.01522 15.4727 6.99844 14.6506 7.77235C13.8182 8.56296 12.722 9.06328 11.3642 9.27424V9.3268C12.0673 9.4936 12.6418 9.7304 13.0902 10.0382C13.5362 10.3184 13.7802 10.64 14.1158 11.0922L17.1382 15.3721L19.0222 13.0804C19.3293 12.6501 19.2818 12.4099 18.8825 12.3582L18.2122 12.2706V11.2816ZM10.4914 2.08055C9.8816 1.51931 9.10616 1.23744 8.16344 1.23744C7.45696 1.23744 6.98946 1.32166 6.76001 1.48846C6.52194 1.64607 6.41154 1.9146 6.42964 2.29154V8.85304H7.77957C9.1372 8.85304 10.0852 8.4852 10.6234 7.74719C11.1358 7.04417 11.3911 6.126 11.3911 4.99269C11.373 3.62334 11.0728 2.65181 10.4914 2.08055Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_40321_305873\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Fe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8851 0.36489C16.3718 -0.12163 17.1606 -0.12163 17.6471 0.36489L23.6351 6.35283C24.1216 6.83955 24.1216 7.62839 23.6351 8.11491C23.1486 8.60143 22.3597 8.60143 21.873 8.11491L21.5565 7.79836L14.7701 14.5847V18.3149C14.7689 18.738 14.6009 19.1437 14.3023 19.4437C13.6787 20.067 12.6679 20.067 12.0445 19.4437L9.18133 16.5807L3.44169 22.3203C2.62887 23.1329 1.61061 23.7095 0.495658 23.9882C0.359603 24.0219 0.215946 23.9822 0.116926 23.8832C0.0179065 23.7839 -0.0220523 23.6403 0.0118639 23.5044C0.290601 22.3893 0.866982 21.371 1.67961 20.5582L7.41925 14.8186L4.55625 11.9556C3.93289 11.3321 3.93289 10.3212 4.55625 9.69766C4.85623 9.39924 5.26186 9.23102 5.68523 9.22985H9.41524L16.2016 2.44352L15.8851 2.12697C15.3985 1.64045 15.3985 0.851605 15.8851 0.36489Z\" fill=\"currentColor\"/>\n</svg>\n", Ie = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.28711 8.08887C8.03892 7.93778 8.81741 7.97984 9.54785 8.21191L17.2148 10.627C17.4768 10.7093 17.7564 10.7186 18.0234 10.6543C18.2906 10.5899 18.5351 10.4542 18.7295 10.2617L20.4385 8.57031C20.5777 8.43245 20.7429 8.32269 20.9248 8.24805C21.1067 8.17342 21.3021 8.13579 21.499 8.13574C21.6959 8.13574 21.8913 8.1735 22.0732 8.24805C22.2553 8.32271 22.4213 8.43236 22.5605 8.57031C22.6998 8.70808 22.8103 8.87174 22.8857 9.05176C22.9611 9.2318 22.9999 9.42523 23 9.62012C23 9.81502 22.9611 10.0084 22.8857 10.1885C22.8103 10.3687 22.6999 10.533 22.5605 10.6709L20.8516 12.3623C20.2682 12.9415 19.5344 13.3498 18.7314 13.543C17.9286 13.7361 17.0875 13.7065 16.3008 13.457L13.708 12.6406C13.6498 12.6236 13.5864 12.6272 13.5312 12.6523C13.4763 12.6774 13.4321 12.7217 13.4072 12.7764L12.4746 14.8799L14.3213 14.7139C15.0365 14.649 15.7575 14.7549 16.4229 15.0225C17.0881 15.2901 17.6789 15.7118 18.1455 16.252L20.1426 18.5479C20.4016 18.8467 20.5303 19.2353 20.5 19.6279C20.4696 20.0207 20.2825 20.3861 19.9805 20.6426C19.6784 20.8989 19.2854 21.0262 18.8887 20.9961C18.4919 20.966 18.1233 20.7804 17.8643 20.4814L15.8721 18.1807C15.7162 18.001 15.5196 17.8605 15.2979 17.7715C15.0761 17.6825 14.836 17.6474 14.5977 17.6689L11.0977 17.9834L10.374 19.6172C10.2574 19.8816 10.0651 20.1065 9.82129 20.2646C9.57732 20.4228 9.29164 20.5076 9 20.5078H2.5C2.10219 20.5078 1.72075 20.3507 1.43945 20.0723C1.15824 19.7939 1 19.4161 1 19.0225C1.00012 18.629 1.15837 18.2519 1.43945 17.9736C1.72075 17.6952 2.10219 17.5381 2.5 17.5381H7.85645C7.90487 17.5379 7.95261 17.5242 7.99316 17.498C8.03381 17.4717 8.06638 17.4337 8.08594 17.3896L10.5107 11.916C10.5243 11.8847 10.5312 11.8504 10.5312 11.8164C10.5312 11.7825 10.5242 11.7489 10.5107 11.7178C10.4959 11.6864 10.4744 11.6587 10.4482 11.6357C10.4221 11.6128 10.3915 11.5948 10.3584 11.584L8.6377 11.043C8.39449 10.9641 8.13462 10.9487 7.88379 10.999C7.63301 11.0494 7.39999 11.1637 7.20703 11.3301L4.97656 13.2217C4.6746 13.478 4.28242 13.6061 3.88574 13.5762C3.48894 13.5461 3.12044 13.3605 2.86133 13.0615C2.60222 12.7625 2.47353 12.3742 2.50391 11.9814C2.53429 11.5889 2.72062 11.2242 3.02246 10.9678L5.25391 9.0752C5.83506 8.57949 6.53527 8.23998 7.28711 8.08887Z\" fill=\"currentColor\"/>\n<path d=\"M14 3C15.3807 3 16.5 4.11929 16.5 5.5C16.5 6.88071 15.3807 8 14 8C12.6193 8 11.5 6.88071 11.5 5.5C11.5 4.11929 12.6193 3 14 3Z\" fill=\"currentColor\"/>\n</svg>\n", Le = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7852 1C17.176 1 17.4932 1.31621 17.4932 1.70605V3.70605H20.8174C22.0249 3.70605 22.9998 4.68476 23 5.88672V20.8193C22.9999 22.0214 22.0249 23 20.8174 23H3.18262C1.97508 23 1.00009 22.0214 1 20.8193V5.88672C1.00018 4.68476 1.97514 3.70605 3.18262 3.70605H6.64258V1.70605C6.64258 1.31621 6.95978 1 7.35059 1C7.74122 1.00021 8.05762 1.31633 8.05762 1.70605V3.70605H16.0781V1.70605C16.0781 1.31624 16.3944 1.00006 16.7852 1ZM5.8623 17.4736C5.61662 17.4736 5.37614 17.5465 5.17188 17.6826C4.96782 17.8187 4.8088 18.012 4.71484 18.2383C4.62085 18.4646 4.59568 18.7138 4.64355 18.9541C4.69148 19.1945 4.81065 19.4156 4.98438 19.5889C5.15805 19.762 5.37929 19.8799 5.62012 19.9277C5.86104 19.9755 6.11096 19.9512 6.33789 19.8574C6.56476 19.7636 6.75905 19.605 6.89551 19.4014C7.03193 19.1977 7.10441 18.9578 7.10449 18.7129C7.10449 18.3843 6.97319 18.0683 6.74023 17.8359C6.50732 17.6038 6.19156 17.4736 5.8623 17.4736ZM12.2949 17.4736C12.0494 17.4737 11.8096 17.5465 11.6055 17.6826C11.4012 17.8188 11.2415 18.0119 11.1475 18.2383C11.0535 18.4647 11.0292 18.7138 11.0771 18.9541C11.1251 19.1945 11.2433 19.4156 11.417 19.5889C11.5906 19.762 11.8119 19.8799 12.0527 19.9277C12.2936 19.9755 12.5436 19.9512 12.7705 19.8574C12.9974 19.7637 13.1916 19.605 13.3281 19.4014C13.4645 19.1977 13.537 18.9578 13.5371 18.7129C13.5371 18.3843 13.4068 18.0683 13.1738 17.8359C12.9409 17.6036 12.6243 17.4736 12.2949 17.4736ZM18.7285 17.4736C18.4828 17.4736 18.2424 17.5465 18.0381 17.6826C17.834 17.8187 17.6751 18.012 17.5811 18.2383C17.4871 18.4646 17.4619 18.7138 17.5098 18.9541C17.5577 19.1945 17.6759 19.4156 17.8496 19.5889C18.0233 19.7622 18.2454 19.8799 18.4863 19.9277C18.727 19.9754 18.9764 19.951 19.2031 19.8574C19.4299 19.7637 19.6243 19.6049 19.7607 19.4014C19.8972 19.1977 19.9706 18.9578 19.9707 18.7129C19.9707 18.3843 19.8394 18.0683 19.6064 17.8359C19.3736 17.6038 19.0577 17.4737 18.7285 17.4736ZM5.8623 11.9023C5.61663 11.9023 5.37615 11.9752 5.17188 12.1113C4.96783 12.2474 4.80882 12.4408 4.71484 12.667C4.62088 12.8933 4.59573 13.1426 4.64355 13.3828C4.69148 13.6232 4.81065 13.8443 4.98438 14.0176C5.15806 14.1908 5.37925 14.3087 5.62012 14.3564C5.86105 14.4042 6.11094 14.3799 6.33789 14.2861C6.56477 14.1923 6.75906 14.0338 6.89551 13.8301C7.03196 13.6264 7.10445 13.3866 7.10449 13.1416C7.10449 12.813 6.97319 12.498 6.74023 12.2656C6.50728 12.0332 6.19175 11.9023 5.8623 11.9023ZM12.2949 11.9023C12.0494 11.9024 11.8096 11.9753 11.6055 12.1113C11.4012 12.2475 11.2415 12.4406 11.1475 12.667C11.0535 12.8933 11.0293 13.1425 11.0771 13.3828C11.1251 13.6232 11.2433 13.8443 11.417 14.0176C11.5906 14.1908 11.8119 14.3086 12.0527 14.3564C12.2937 14.4043 12.5436 14.3799 12.7705 14.2861C12.9974 14.1924 13.1916 14.0338 13.3281 13.8301C13.4646 13.6264 13.5371 13.3866 13.5371 13.1416C13.5371 12.8131 13.4066 12.498 13.1738 12.2656C12.9409 12.0332 12.6244 11.9023 12.2949 11.9023ZM18.7285 11.9023C18.4828 11.9023 18.2424 11.9752 18.0381 12.1113C17.834 12.2474 17.6751 12.4408 17.5811 12.667C17.4871 12.8933 17.4619 13.1425 17.5098 13.3828C17.5577 13.6231 17.676 13.8443 17.8496 14.0176C18.0233 14.1909 18.2454 14.3086 18.4863 14.3564C18.727 14.4041 18.9764 14.3797 19.2031 14.2861C19.43 14.1924 19.6243 14.0337 19.7607 13.8301C19.8972 13.6264 19.9707 13.3866 19.9707 13.1416C19.9707 12.813 19.8393 12.498 19.6064 12.2656C19.3736 12.0333 19.0579 11.9024 18.7285 11.9023ZM4.48828 5.83789C3.90214 5.83789 3.42688 6.31182 3.42676 6.89648V8.84473H20.3799V6.89648C20.3798 6.31182 19.9045 5.83789 19.3184 5.83789H17.4932V6.41211C17.493 6.8018 17.1759 7.11719 16.7852 7.11719C16.3945 7.11713 16.0783 6.80176 16.0781 6.41211V5.83789H8.05762V6.41211C8.05743 6.80167 7.74111 7.11698 7.35059 7.11719C6.95989 7.11719 6.64277 6.8018 6.64258 6.41211V5.83789H4.48828Z\" fill=\"currentColor\"/>\n</svg>\n", Re = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.86133 2C6.41361 2 6.86133 2.44772 6.86133 3V10.8262C6.88105 10.8256 6.90108 10.8242 6.9209 10.8242H13.9053C13.9446 10.8243 13.9841 10.8184 14.0205 10.8066C14.0569 10.7949 14.0903 10.7778 14.1182 10.7559C14.1458 10.7341 14.1676 10.708 14.1826 10.6797C14.1976 10.6512 14.2052 10.6198 14.2051 10.5889L14.2061 8.6748C14.2062 8.48891 14.2766 8.30693 14.4082 8.15234C14.5401 7.99768 14.7281 7.87685 14.9473 7.80566C15.1663 7.7346 15.4072 7.71578 15.6396 7.75195C15.8724 7.78822 16.0871 7.87729 16.2549 8.00879L20.4971 11.335C20.7221 11.5113 20.8486 11.7507 20.8486 12C20.8486 12.2494 20.7221 12.4887 20.4971 12.665L16.2549 15.9912C16.0871 16.1229 15.8724 16.2126 15.6396 16.249C15.407 16.2853 15.1656 16.2664 14.9463 16.1953C14.727 16.1241 14.5392 16.0042 14.4072 15.8496C14.2754 15.6949 14.2051 15.5123 14.2051 15.3262V13.4121C14.205 13.3813 14.1976 13.3507 14.1826 13.3223C14.1676 13.2937 14.1451 13.2679 14.1172 13.2461C14.0893 13.2242 14.056 13.2062 14.0195 13.1943C13.9834 13.1827 13.9445 13.1768 13.9053 13.1768L6.9209 13.1758C6.90107 13.1758 6.88107 13.1735 6.86133 13.1729V21C6.86133 21.5523 6.41361 22 5.86133 22H4.86133C4.30904 22 3.86133 21.5523 3.86133 21V3C3.86133 2.44772 4.30904 2 4.86133 2H5.86133Z\" fill=\"currentColor\"/>\n</svg>\n", ze = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_45429_312880)\">\n<path d=\"M19.5986 2.07617C20.0362 2.07617 20.4562 2.25013 20.7656 2.55957C21.0749 2.86891 21.2489 3.28814 21.249 3.72559V14.8438C21.249 14.9167 21.2785 14.9865 21.3301 15.0381C21.3816 15.0896 21.4516 15.1191 21.5244 15.1191H22.8994C23.094 15.119 23.2849 15.1706 23.4531 15.2686C23.6215 15.3666 23.7614 15.5073 23.8574 15.6768C23.9533 15.8461 24.0024 16.0379 24 16.2324C23.9975 16.4272 23.9431 16.6182 23.8428 16.7852L20.543 22.2852C20.4379 22.4383 20.2971 22.5639 20.1328 22.6504C19.9685 22.7369 19.7853 22.7822 19.5996 22.7822C19.4139 22.7822 19.2307 22.7369 19.0664 22.6504C18.9021 22.5639 18.7613 22.4383 18.6562 22.2852L15.3564 16.7852C15.2562 16.6183 15.2018 16.428 15.1992 16.2334C15.1967 16.0387 15.2459 15.8462 15.3418 15.6768C15.4377 15.5074 15.577 15.3666 15.7451 15.2686C15.9132 15.1705 16.1043 15.1192 16.2988 15.1191H17.6738C17.71 15.1193 17.7459 15.1114 17.7793 15.0977C17.8127 15.0839 17.8436 15.0637 17.8691 15.0381C17.8945 15.0126 17.915 14.9825 17.9287 14.9492C17.9425 14.9158 17.9494 14.8799 17.9492 14.8438V3.72559C17.9493 3.28814 18.1233 2.86891 18.4326 2.55957C18.7419 2.25025 19.1612 2.0763 19.5986 2.07617Z\" fill=\"currentColor\"/>\n<path d=\"M9.40039 18.5C9.67635 18.5002 9.90039 18.724 9.90039 19V21C9.90039 21.276 9.67635 21.4998 9.40039 21.5H0.5C0.223858 21.5 0 21.2761 0 21V19C3.22128e-08 18.7239 0.223858 18.5 0.5 18.5H9.40039Z\" fill=\"currentColor\"/>\n<path d=\"M11.5996 13C11.8758 13 12.0996 13.2239 12.0996 13.5V15.5C12.0996 15.7761 11.8758 16 11.5996 16H0.5C0.223858 16 0 15.7761 0 15.5V13.5C3.22128e-08 13.2239 0.223858 13 0.5 13H11.5996Z\" fill=\"currentColor\"/>\n<path d=\"M13.7998 7.5C14.0759 7.5 14.2998 7.72386 14.2998 8V10C14.2998 10.2761 14.0759 10.5 13.7998 10.5H0.5C0.223858 10.5 0 10.2761 0 10V8C3.22128e-08 7.72386 0.223858 7.5 0.5 7.5H13.7998Z\" fill=\"currentColor\"/>\n<path d=\"M16 2C16.2761 2 16.5 2.22386 16.5 2.5V4.5C16.5 4.77614 16.2761 5 16 5H0.5C0.223858 5 0 4.77614 0 4.5V2.5C3.22128e-08 2.22386 0.223858 2 0.5 2H16Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_45429_312880\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Be = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 18.0996C6 18.5967 5.55228 19 5 19C4.44771 19 4 18.5967 4 18.0996L4 1.90039C4 1.40333 4.44772 0.999999 5 0.999999C5.55228 0.999999 6 1.40333 6 1.90039L6 18.0996Z\" fill=\"currentColor\"/>\n<path d=\"M13 20.0996C13 20.5967 12.5523 21 12 21C11.4477 21 11 20.5967 11 20.0996L11 3.90039C11 3.40333 11.4477 3 12 3C12.5523 3 13 3.40333 13 3.90039L13 20.0996Z\" fill=\"currentColor\"/>\n<path d=\"M20 22.0996C20 22.5967 19.5523 23 19 23C18.4477 23 18 22.5967 18 22.0996L18 5.90039C18 5.40333 18.4477 5 19 5C19.5523 5 20 5.40333 20 5.90039L20 22.0996Z\" fill=\"currentColor\"/>\n</svg>\n", Ve = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 20.0996C6 20.5967 5.55228 21 5 21C4.44771 21 4 20.5967 4 20.0996L4 3.90039C4 3.40333 4.44772 3 5 3C5.55228 3 6 3.40333 6 3.90039L6 20.0996Z\" fill=\"currentColor\"/>\n<path d=\"M13 20.0996C13 20.5967 12.5523 21 12 21C11.4477 21 11 20.5967 11 20.0996L11 3.90039C11 3.40333 11.4477 3 12 3C12.5523 3 13 3.40333 13 3.90039L13 20.0996Z\" fill=\"currentColor\"/>\n<path d=\"M20 20.0996C20 20.5967 19.5523 21 19 21C18.4477 21 18 20.5967 18 20.0996L18 3.90039C18 3.40333 18.4477 3 19 3C19.5523 3 20 3.40333 20 3.90039L20 20.0996Z\" fill=\"currentColor\"/>\n</svg>\n", He = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0996 18C18.5967 18 19 18.4477 19 19C19 19.5523 18.5967 20 18.0996 20H1.90039C1.40333 20 1 19.5523 1 19C1 18.4477 1.40333 18 1.90039 18H18.0996Z\" fill=\"currentColor\"/>\n<path d=\"M20.0996 11C20.5967 11 21 11.4477 21 12C21 12.5523 20.5967 13 20.0996 13H3.90039C3.40333 13 3 12.5523 3 12C3 11.4477 3.40333 11 3.90039 11H20.0996Z\" fill=\"currentColor\"/>\n<path d=\"M22.0996 4C22.5967 4 23 4.44772 23 5C23 5.55228 22.5967 6 22.0996 6H5.90039C5.40333 6 5 5.55228 5 5C5 4.44772 5.40333 4 5.90039 4H22.0996Z\" fill=\"currentColor\"/>\n</svg>\n", Ue = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0996 18C20.5967 18 21 18.4477 21 19C21 19.5523 20.5967 20 20.0996 20H3.90039C3.40333 20 3 19.5523 3 19C3 18.4477 3.40333 18 3.90039 18H20.0996Z\" fill=\"currentColor\"/>\n<path d=\"M20.0996 11C20.5967 11 21 11.4477 21 12C21 12.5523 20.5967 13 20.0996 13H3.90039C3.40333 13 3 12.5523 3 12C3 11.4477 3.40333 11 3.90039 11H20.0996Z\" fill=\"currentColor\"/>\n<path d=\"M20.0996 4C20.5967 4 21 4.44772 21 5C21 5.55228 20.5967 6 20.0996 6H3.90039C3.40333 6 3 5.55228 3 5C3 4.44772 3.40333 4 3.90039 4H20.0996Z\" fill=\"currentColor\"/>\n</svg>\n", We = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 11C21.0899 11 24 13.9101 24 17.5C23.9999 21.0897 21.0898 24 17.5 24C13.9102 24 11.0001 21.0897 11 17.5C11.0044 13.912 13.912 11.0044 17.5 11ZM17.2158 15.0498C17.0433 14.9668 16.8385 14.9895 16.6885 15.1084L14.1885 17.1084C14.0694 17.2033 14 17.3478 14 17.5C14.0001 17.6521 14.0695 17.7958 14.1885 17.8906L16.6885 19.8906C16.8386 20.0104 17.0437 20.0335 17.2168 19.9502C17.3899 19.8668 17.5 19.6921 17.5 19.5V18.75C17.5 18.6119 17.6119 18.5 17.75 18.5H20.5C21.0522 18.5 21.4999 18.0522 21.5 17.5C21.5 16.9477 21.0523 16.5 20.5 16.5H17.752C17.6129 16.5 17.5002 16.3871 17.5 16.248V15.5C17.4998 15.3081 17.3887 15.1331 17.2158 15.0498Z\" fill=\"currentColor\"/>\n<path d=\"M8.99805 0C10.3509 1.64485e-05 11.6033 0.714438 12.292 1.87891C12.3348 1.9534 12.4141 1.99964 12.5 2H16.5C17.3284 2 18 2.67157 18 3.5V9.28223C18.0006 9.41357 17.8987 9.52326 17.7676 9.53223C16.9393 9.57342 16.1147 9.6713 15.2998 9.8252C15.2262 9.8413 15.1492 9.8221 15.0908 9.77441C15.0325 9.72673 14.9989 9.65537 15 9.58008V5.5C15 5.22386 14.7761 5 14.5 5H3.5C3.22386 5 3 5.22386 3 5.5V18.4941C3.00019 18.7701 3.22397 18.9941 3.5 18.9941H9.44824C9.565 18.9952 9.66426 19.0786 9.68555 19.1934C9.87044 20.0496 10.196 20.8703 10.6475 21.6211C10.6959 21.6967 10.6993 21.7932 10.6562 21.8721C10.6132 21.9508 10.5302 21.9999 10.4404 22H1.5C0.67164 22 0.000109255 21.3283 0 20.5V3.5C0 2.67157 0.671573 2 1.5 2H5.5C5.5845 1.99824 5.66202 1.9522 5.7041 1.87891C6.39282 0.714425 7.64514 0 8.99805 0Z\" fill=\"currentColor\"/>\n<path d=\"M9.54297 14.75C9.87489 14.75 9.91196 14.9787 9.875 15.0947C9.77642 15.4075 9.69697 15.7262 9.6377 16.0488C9.61771 16.1644 9.51768 16.2491 9.40039 16.249L6 16.25C5.58585 16.25 5.2501 15.9141 5.25 15.5C5.25 15.0858 5.58579 14.75 6 14.75H9.54297Z\" fill=\"currentColor\"/>\n<path d=\"M12 11.249C12.2348 11.249 12.3338 11.4004 12.2441 11.4795C11.8417 11.8318 11.4753 12.2236 11.1504 12.6484C11.1058 12.7103 11.0342 12.7479 10.958 12.749H6C5.58587 12.749 5.25013 12.4131 5.25 11.999C5.25 11.5848 5.58579 11.249 6 11.249H12Z\" fill=\"currentColor\"/>\n<path d=\"M12 7.74902C12.4142 7.74902 12.75 8.08481 12.75 8.49902C12.7499 8.91313 12.4141 9.24902 12 9.24902H6C5.58587 9.24902 5.25013 8.91313 5.25 8.49902C5.25 8.08481 5.58579 7.74902 6 7.74902H12Z\" fill=\"currentColor\"/>\n</svg>\n", Ge = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M0 12C0 12.3978 0.158035 12.7794 0.43934 13.0607C0.720644 13.342 1.10218 13.5 1.5 13.5H10.25C10.3163 13.5 10.3799 13.5263 10.4268 13.5732C10.4737 13.6201 10.5 13.6837 10.5 13.75V22.5C10.5 22.8978 10.658 23.2794 10.9393 23.5607C11.2206 23.842 11.6022 24 12 24C12.3978 24 12.7794 23.842 13.0607 23.5607C13.342 23.2794 13.5 22.8978 13.5 22.5V13.75C13.5 13.6837 13.5263 13.6201 13.5732 13.5732C13.6201 13.5263 13.6837 13.5 13.75 13.5H22.5C22.8978 13.5 23.2794 13.342 23.5607 13.0607C23.842 12.7794 24 12.3978 24 12C24 11.6022 23.842 11.2206 23.5607 10.9393C23.2794 10.658 22.8978 10.5 22.5 10.5H13.75C13.6837 10.5 13.6201 10.4737 13.5732 10.4268C13.5263 10.3799 13.5 10.3163 13.5 10.25V1.5C13.5 1.10218 13.342 0.720644 13.0607 0.43934C12.7794 0.158035 12.3978 0 12 0C11.6022 0 11.2206 0.158035 10.9393 0.43934C10.658 0.720644 10.5 1.10218 10.5 1.5V10.25C10.5 10.3163 10.4737 10.3799 10.4268 10.4268C10.3799 10.4737 10.3163 10.5 10.25 10.5H1.5C1.10218 10.5 0.720644 10.658 0.43934 10.9393C0.158035 11.2206 0 11.6022 0 12H0Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Ke = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42906)\">\n<path d=\"M12 5.02249C12.3314 5.0225 12.6494 5.15346 12.8838 5.38772C13.1182 5.62214 13.25 5.94097 13.25 6.27249V10.5C13.25 10.5663 13.2764 10.6299 13.3232 10.6768C13.3701 10.7237 13.4337 10.75 13.5 10.75H17.7266C18.058 10.75 18.3759 10.8819 18.6104 11.1162C18.8448 11.3507 18.9766 11.6685 18.9766 12C18.9766 12.3315 18.8448 12.6494 18.6104 12.8838C18.3759 13.1181 18.058 13.25 17.7266 13.25H13.5C13.4337 13.25 13.3701 13.2764 13.3232 13.3233C13.2764 13.3702 13.25 13.4337 13.25 13.5V17.7266C13.25 18.0581 13.1182 18.3769 12.8838 18.6114C12.6494 18.8456 12.3314 18.9766 12 18.9766C11.6686 18.9766 11.3506 18.8456 11.1162 18.6114C10.8818 18.3769 10.75 18.0581 10.75 17.7266V13.5C10.75 13.4337 10.7236 13.3701 10.6768 13.3233C10.6299 13.2764 10.5663 13.25 10.5 13.25H6.27344C5.94192 13.25 5.62309 13.1182 5.38867 12.8838C5.1544 12.6494 5.02344 12.3314 5.02344 12C5.02344 11.6686 5.1544 11.3506 5.38867 11.1162C5.62309 10.8818 5.94192 10.75 6.27344 10.75H10.5C10.5663 10.75 10.6299 10.7237 10.6768 10.6768C10.7236 10.6299 10.75 10.5663 10.75 10.5V6.27249C10.75 5.94097 10.8818 5.62214 11.1162 5.38772C11.3506 5.15348 11.6686 5.02249 12 5.02249Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.50391 1.14456C9.65074 0.25539 12.0129 0.0223528 14.292 0.475612C16.5713 0.928987 18.6653 2.04817 20.3086 3.69143C21.9519 5.3347 23.071 7.42876 23.5244 9.70803C23.9777 11.9871 23.7446 14.3493 22.8555 16.4961C21.9662 18.643 20.4604 20.4785 18.5283 21.7696C16.596 23.0607 14.3239 23.75 12 23.75C8.88484 23.7463 5.89806 22.5075 3.69531 20.3047C1.49257 18.102 0.253705 15.1152 0.25 12C0.250007 9.67611 0.939368 7.40397 2.23047 5.47171C3.52156 3.53961 5.35702 2.03383 7.50391 1.14456ZM12 2.75003C9.54757 2.75267 7.19605 3.72781 5.46191 5.46194C3.72778 7.19607 2.75266 9.5476 2.75 12C2.75 13.8293 3.29237 15.6176 4.30859 17.1387C5.32496 18.6598 6.76983 19.8458 8.45996 20.5459C10.1502 21.246 12.0104 21.4292 13.8047 21.0723C15.599 20.7154 17.2474 19.8347 18.541 18.541C19.8346 17.2474 20.7153 15.599 21.0723 13.8047C21.4292 12.0104 21.246 10.1502 20.5459 8.45999C19.8458 6.76986 18.6598 5.32498 17.1387 4.30862C15.6176 3.29239 13.8293 2.75003 12 2.75003Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42906\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", qe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_17787_736)\">\n<path d=\"M0.5 12C0.5 14.2745 1.17446 16.4979 2.4381 18.3891C3.70174 20.2802 5.49779 21.7542 7.59914 22.6246C9.70049 23.495 12.0128 23.7228 14.2435 23.279C16.4743 22.8353 18.5234 21.74 20.1317 20.1317C21.74 18.5234 22.8353 16.4743 23.279 14.2435C23.7228 12.0128 23.495 9.70049 22.6246 7.59914C21.7542 5.49779 20.2802 3.70174 18.3891 2.4381C16.4979 1.17446 14.2745 0.5 12 0.5C8.95107 0.503441 6.028 1.71615 3.87207 3.87207C1.71615 6.028 0.503441 8.95107 0.5 12ZM5.5 11.5C5.5 11.2348 5.60536 10.9804 5.79289 10.7929C5.98043 10.6054 6.23478 10.5 6.5 10.5H10.25C10.3163 10.5 10.3799 10.4737 10.4268 10.4268C10.4737 10.3799 10.5 10.3163 10.5 10.25V6.5C10.5 6.23478 10.6054 5.98043 10.7929 5.79289C10.9804 5.60536 11.2348 5.5 11.5 5.5H12.5C12.7652 5.5 13.0196 5.60536 13.2071 5.79289C13.3946 5.98043 13.5 6.23478 13.5 6.5V10.25C13.5 10.3163 13.5263 10.3799 13.5732 10.4268C13.6201 10.4737 13.6837 10.5 13.75 10.5H17.5C17.7652 10.5 18.0196 10.6054 18.2071 10.7929C18.3946 10.9804 18.5 11.2348 18.5 11.5V12.5C18.5 12.7652 18.3946 13.0196 18.2071 13.2071C18.0196 13.3946 17.7652 13.5 17.5 13.5H13.75C13.6837 13.5 13.6201 13.5263 13.5732 13.5732C13.5263 13.6201 13.5 13.6837 13.5 13.75V17.5C13.5 17.7652 13.3946 18.0196 13.2071 18.2071C13.0196 18.3946 12.7652 18.5 12.5 18.5H11.5C11.2348 18.5 10.9804 18.3946 10.7929 18.2071C10.6054 18.0196 10.5 17.7652 10.5 17.5V13.75C10.5 13.6837 10.4737 13.6201 10.4268 13.5732C10.3799 13.5263 10.3163 13.5 10.25 13.5H6.5C6.23478 13.5 5.98043 13.3946 5.79289 13.2071C5.60536 13.0196 5.5 12.7652 5.5 12.5V11.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_17787_736\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Je = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M0 12C0 12.8284 0.671573 13.5 1.5 13.5H10.25C10.3881 13.5 10.5 13.6119 10.5 13.75V22.5C10.5 23.3284 11.1716 24 12 24C12.8284 24 13.5 23.3284 13.5 22.5V13.75C13.5 13.6119 13.6119 13.5 13.75 13.5H22.5C23.3284 13.5 24 12.8284 24 12C24 11.1716 23.3284 10.5 22.5 10.5H13.75C13.6119 10.5 13.5 10.3881 13.5 10.25V1.5C13.5 0.671573 12.8284 0 12 0C11.1716 0 10.5 0.671573 10.5 1.5V10.25C10.5 10.3881 10.3881 10.5 10.25 10.5H1.5C0.671573 10.5 0 11.1716 0 12Z\" fill=\"currentColor\"/>\n</svg>\n", Ye = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_85135_29181)\">\n<path d=\"M12 17.25C11.586 17.25 11.25 16.914 11.25 16.5V12.75H7.5C7.086 12.75 6.75 12.414 6.75 12C6.75 11.586 7.086 11.25 7.5 11.25H11.25V7.5C11.25 7.086 11.586 6.75 12 6.75C12.414 6.75 12.75 7.086 12.75 7.5V11.25H16.5C16.914 11.25 17.25 11.586 17.25 12C17.25 12.414 16.914 12.75 16.5 12.75H12.75V16.5C12.75 16.914 12.414 17.25 12 17.25Z\" fill=\"#181818\"/>\n<path d=\"M12 24C5.383 24 0 18.617 0 12C0 5.383 5.383 0 12 0C18.617 0 24 5.383 24 12C24 18.617 18.617 24 12 24ZM12 1.5C6.21 1.5 1.5 6.21 1.5 12C1.5 17.79 6.21 22.5 12 22.5C17.79 22.5 22.5 17.79 22.5 12C22.5 6.21 17.79 1.5 12 1.5Z\" fill=\"#181818\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_85135_29181\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Xe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2358 21C14.2973 20.9997 14.357 21.0225 14.4028 21.0635C14.4484 21.1044 14.4773 21.1607 14.4839 21.2217C14.4948 21.3139 14.4997 21.4071 14.4995 21.5C14.4995 22.1629 14.2367 22.7988 13.768 23.2676C13.2992 23.7364 12.6625 24 11.9995 24C11.3366 23.9999 10.7006 23.7363 10.2319 23.2676C9.76321 22.7988 9.49948 22.1629 9.49948 21.5C9.49924 21.4071 9.50518 21.3139 9.51608 21.2217C9.52302 21.1608 9.55246 21.1043 9.59811 21.0635C9.64379 21.0228 9.70292 21.0001 9.76413 21H14.2358Z\" fill=\"currentColor\"/>\n<path d=\"M11.9995 0C12.3973 0 12.7797 0.158149 13.061 0.439453C13.3421 0.720731 13.4995 1.10231 13.4995 1.5V2.63574C14.3304 2.78425 15.124 3.09643 15.8335 3.55371C17.0518 4.41136 18.0413 5.55506 18.7153 6.88379C19.3892 8.21252 19.7273 9.68617 19.6997 11.1758V11.9443C19.7034 14.4908 20.3013 17.0016 21.4458 19.2764C21.4841 19.3525 21.5021 19.4363 21.4985 19.5215C21.4948 19.6065 21.4698 19.6892 21.4253 19.7617C21.3806 19.8344 21.3181 19.8949 21.2436 19.9365C21.1692 19.9782 21.0848 19.9999 20.9995 20H2.99948C2.91444 19.9998 2.83052 19.9781 2.75632 19.9365C2.68224 19.895 2.62027 19.8349 2.57565 19.7627C2.53098 19.6902 2.50516 19.6066 2.50143 19.5215C2.49778 19.4366 2.51613 19.3524 2.55417 19.2764C3.69862 17.0016 4.29657 14.4908 4.30026 11.9443V11.1758C4.27786 9.79347 4.56721 8.42402 5.14694 7.16895C5.72675 5.91377 6.58176 4.80492 7.64889 3.92578C8.48592 3.28279 9.46245 2.8459 10.4995 2.64941V1.5C10.4995 1.10227 10.6578 0.720738 10.9389 0.439453C11.2201 0.158246 11.6018 0.000109539 11.9995 0Z\" fill=\"currentColor\"/>\n</svg>\n", Ze = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18475_1)\">\n<path d=\"M14.2412 21C14.3018 21.0009 14.3604 21.0236 14.4052 21.0645C14.4501 21.1053 14.4787 21.1614 14.4853 21.2217C14.4954 21.314 14.5 21.4071 14.5 21.5C14.5 22.163 14.2364 22.7987 13.7675 23.2676C13.2987 23.7364 12.663 24 12 24C11.3369 24 10.7012 23.7364 10.2324 23.2676C9.76355 22.7987 9.49996 22.163 9.49996 21.5C9.50155 21.407 9.50776 21.3139 9.5195 21.2217C9.52642 21.1608 9.55586 21.1044 9.60153 21.0635C9.64715 21.0227 9.70633 21.0002 9.76754 21H14.2412Z\" fill=\"currentColor\"/>\n<path d=\"M12 0C12.3978 0 12.7792 0.158173 13.0605 0.439453C13.3418 0.720758 13.5 1.10218 13.5 1.5V2.63574C14.3327 2.78357 15.1278 3.09571 15.8388 3.55371C16.4837 3.96202 17.0988 4.416 17.6797 4.91113L22.292 0.293945C22.3847 0.20108 22.4949 0.127469 22.6162 0.0771484C22.7376 0.0268241 22.8685 0.000976562 23 0.000976562C23.1312 0.00103209 23.2615 0.0268781 23.3828 0.0771484C23.504 0.12746 23.6142 0.201076 23.707 0.293945C23.8892 0.484189 23.9912 0.737521 23.9912 1.00098C23.9912 1.26444 23.8893 1.51776 23.707 1.70801L1.70699 23.708C1.61424 23.8002 1.50403 23.8729 1.38278 23.9219C1.26135 23.9708 1.13086 23.9952 0.999963 23.9932C0.80322 23.993 0.61068 23.9347 0.447229 23.8252C0.283846 23.7157 0.156979 23.5597 0.0819947 23.3779C0.00703608 23.196 -0.012522 22.9956 0.0263306 22.8027C0.065188 22.6099 0.160253 22.4327 0.299768 22.2939L4.08981 18.5H2.99996C2.91485 18.4998 2.83108 18.4781 2.7568 18.4365C2.68256 18.395 2.61982 18.3351 2.57516 18.2627C2.53048 18.1902 2.50565 18.1066 2.50192 18.0215C2.49827 17.9367 2.51572 17.8523 2.55367 17.7764L2.71871 17.4502C3.77166 15.3683 4.29972 14.3241 4.29977 11.9443V9.67578C4.29984 6.55095 5.7824 5.39175 7.65035 3.92578C8.4874 3.2834 9.4634 2.8465 10.5 2.64941V1.5C10.5 1.10219 10.6581 0.720754 10.9394 0.439453C11.2207 0.158167 11.6022 2.0336e-05 12 0Z\" fill=\"currentColor\"/>\n<path d=\"M19.5507 8.07129C19.6538 8.59982 19.7042 9.13731 19.7002 9.67578V10.4443C19.7043 12.9905 20.3026 15.501 21.4472 17.7754C21.4855 17.8515 21.5036 17.9363 21.5 18.0215C21.4963 18.1068 21.4706 18.19 21.4257 18.2627C21.381 18.3352 21.3185 18.395 21.2441 18.4365C21.1695 18.4781 21.0853 18.5001 21 18.5H9.12594L19.5507 8.07129Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18475_1\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Qe = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18845_35425)\">\n<path d=\"M13.5 21.4997C13.6325 21.4997 13.7598 21.5525 13.8535 21.6462C13.9472 21.7399 13.9999 21.8672 14 21.9997C14 22.5301 13.789 23.0387 13.414 23.4138C13.039 23.7888 12.5304 23.9997 12 23.9997C11.4696 23.9997 10.961 23.7888 10.5859 23.4138C10.2109 23.0387 9.99999 22.5301 9.99999 21.9997C10.0001 21.8672 10.0528 21.7399 10.1465 21.6462C10.2402 21.5525 10.3675 21.4997 10.5 21.4997H13.5Z\" fill=\"currentColor\"/>\n<path d=\"M12 2.9997C12.3977 2.99971 12.7793 3.15794 13.0605 3.43915C13.3418 3.72039 13.4999 4.10198 13.5 4.4997V5.73017C16.4209 6.52118 18.4999 9.50687 18.5 12.9997V13.6472C18.5025 15.7744 18.998 17.8723 19.9473 19.7761C19.9854 19.8523 20.0028 19.937 19.999 20.0222C19.9952 20.1072 19.9704 20.1899 19.9258 20.2624C19.881 20.3349 19.8176 20.3947 19.7432 20.4362C19.6687 20.4777 19.5852 20.4997 19.5 20.4997H4.49999C4.41478 20.4997 4.33124 20.4777 4.25682 20.4362C4.18236 20.3947 4.119 20.3349 4.0742 20.2624C4.02954 20.1899 4.00376 20.1072 3.99999 20.0222C3.99621 19.937 4.01457 19.8523 4.05272 19.7761C5.00211 17.872 5.49766 15.7738 5.49999 13.6462V12.9997C5.5001 9.50683 7.57907 6.52115 10.5 5.73017V4.4997C10.5001 4.10198 10.6582 3.72039 10.9394 3.43915C11.2207 3.15796 11.6022 2.9997 12 2.9997Z\" fill=\"currentColor\"/>\n<path d=\"M6.85448 3.02802C6.98596 3.01116 7.12024 3.02016 7.24803 3.05537C7.37576 3.09057 7.49535 3.15133 7.5996 3.2331C7.70375 3.31484 7.79088 3.41635 7.85545 3.53193C7.92004 3.64758 7.96061 3.77531 7.97557 3.90693C7.99051 4.03863 7.97943 4.17225 7.94237 4.29951C7.90532 4.4267 7.84302 4.54509 7.75975 4.64814C7.67644 4.7512 7.57365 4.83717 7.45702 4.90009C6.58023 5.38984 5.85819 6.11549 5.37303 6.99482C5.28417 7.14773 5.15697 7.27538 5.00389 7.36396C4.85079 7.45252 4.67685 7.49888 4.49999 7.4997C4.32905 7.50153 4.16039 7.45808 4.0117 7.37372C3.78047 7.24416 3.61008 7.02823 3.53807 6.77314C3.46609 6.518 3.4985 6.24472 3.62792 6.01337C4.29283 4.81214 5.2814 3.82108 6.48143 3.154C6.59607 3.08776 6.72316 3.04493 6.85448 3.02802Z\" fill=\"currentColor\"/>\n<path d=\"M16.7353 3.029C16.8676 2.996 17.0052 2.9903 17.1396 3.0124C17.2743 3.03457 17.4038 3.08414 17.5185 3.1579C18.1152 3.49002 18.6632 3.90391 19.1465 4.38642C19.6274 4.86863 20.0397 5.41504 20.3721 6.00947C20.5014 6.2408 20.5339 6.51412 20.4619 6.76923C20.3899 7.0243 20.2195 7.24027 19.9883 7.36982C19.7562 7.49517 19.4843 7.52529 19.2305 7.4538C18.9767 7.3823 18.7604 7.21499 18.6279 6.98701C18.1413 6.11043 17.4191 5.38754 16.543 4.90009C16.4202 4.84087 16.3109 4.75702 16.2217 4.654C16.1324 4.55089 16.0645 4.43053 16.0234 4.30048C15.9824 4.17038 15.9685 4.03287 15.9824 3.89716C15.9963 3.76143 16.0378 3.62951 16.1045 3.51044C16.1711 3.39147 16.2618 3.28759 16.3701 3.20478C16.4785 3.12192 16.603 3.06205 16.7353 3.029Z\" fill=\"currentColor\"/>\n<path d=\"M5.18553 0.0436465C5.43921 -0.0329538 5.71363 -0.0052435 5.94725 0.119818C6.18057 0.244841 6.35468 0.457366 6.43163 0.710639C6.46967 0.836327 6.48266 0.968632 6.46971 1.09931C6.45674 1.23004 6.41847 1.35753 6.35643 1.47333C6.29445 1.58897 6.20987 1.69097 6.10838 1.77412C6.00674 1.85735 5.88942 1.91973 5.76366 1.95771C4.85604 2.21277 4.02894 2.69731 3.36229 3.36396C2.69575 4.03058 2.21204 4.85778 1.95702 5.76533C1.89512 5.97096 1.76798 6.15081 1.59569 6.279C1.42339 6.40715 1.21472 6.47707 0.999986 6.47724C0.902159 6.4766 0.804701 6.46213 0.710923 6.43427C0.585169 6.39629 0.467834 6.3339 0.366197 6.25068C0.264555 6.16744 0.180185 6.06472 0.11815 5.94892C0.0562157 5.83326 0.0178777 5.70642 0.00486858 5.57587C-0.00810247 5.44519 0.00492916 5.3129 0.0429545 5.1872C0.392847 3.96384 1.04854 2.84967 1.94823 1.9499C2.848 1.05013 3.96213 0.393585 5.18553 0.0436465Z\" fill=\"currentColor\"/>\n<path d=\"M18.4209 -0.00322846C18.5537 -0.0138944 18.6879 0.00192767 18.8144 0.0436465C20.0378 0.393596 21.152 1.05017 22.0517 1.9499C22.9514 2.84965 23.6071 3.96388 23.957 5.1872C23.995 5.31288 24.0081 5.44521 23.9951 5.57587C23.9821 5.7064 23.9437 5.83328 23.8818 5.94892C23.8198 6.06469 23.7354 6.16745 23.6338 6.25068C23.5321 6.33391 23.4148 6.39629 23.289 6.43427C23.0353 6.50591 22.7636 6.4759 22.5312 6.35126C22.2989 6.22651 22.1235 6.01643 22.043 5.76533C21.7879 4.85767 21.3034 4.03063 20.6367 3.36396C19.9701 2.69743 19.1438 2.21277 18.2363 1.95771C18.1077 1.92235 17.9866 1.86156 17.8818 1.779C17.7772 1.69652 17.6904 1.59384 17.626 1.47724C17.5615 1.36047 17.5209 1.23197 17.5068 1.09931C17.4927 0.966632 17.5054 0.832507 17.5439 0.704779C17.5825 0.577042 17.6463 0.457889 17.7314 0.35517C17.8165 0.252663 17.9209 0.167637 18.039 0.106147C18.1574 0.0445803 18.2879 0.00751404 18.4209 -0.00322846Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18845_35425\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", $e = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18473_9)\">\n<path d=\"M9.5 21.5C9.63261 21.5 9.75975 21.5527 9.85352 21.6465C9.94728 21.7403 10 21.8674 10 22C10 22.5304 9.78913 23.039 9.41406 23.4141C9.03899 23.7891 8.53043 24 8 24C7.46957 24 6.96101 23.7891 6.58594 23.4141C6.21086 23.039 6 22.5304 6 22C6 21.8674 6.05272 21.7403 6.14648 21.6465C6.24025 21.5527 6.36739 21.5 6.5 21.5H9.5Z\" fill=\"currentColor\"/>\n<path d=\"M8 3.5C8.26522 3.5 8.5195 3.60543 8.70703 3.79297C8.89457 3.9805 9 4.23478 9 4.5V6.12695C9.88774 6.30708 10.718 6.70159 11.4189 7.27539C11.7581 8.78754 12.5895 10.1443 13.7822 11.1338C13.9278 11.7451 14.0007 12.3716 14 13V17.5C14 17.7652 14.1054 18.0195 14.293 18.207C14.4571 18.3712 14.6724 18.4724 14.9014 18.4951L15.0986 18.5049C15.3276 18.5276 15.5429 18.6288 15.707 18.793C15.8946 18.9805 16 19.2348 16 19.5C16 19.7652 15.8946 20.0195 15.707 20.207C15.5195 20.3946 15.2652 20.5 15 20.5H1C0.734784 20.5 0.480505 20.3946 0.292969 20.207C0.105433 20.0195 0 19.7652 0 19.5C0 19.2348 0.105433 18.9805 0.292969 18.793C0.457112 18.6288 0.672368 18.5276 0.901367 18.5049L1.09863 18.4951C1.32763 18.4724 1.54289 18.3712 1.70703 18.207C1.89457 18.0195 2 17.7652 2 17.5V13C2 9.55 4.168 6.68395 7 6.12695V4.5C7 4.23478 7.10543 3.9805 7.29297 3.79297C7.4805 3.60543 7.73478 3.5 8 3.5Z\" fill=\"currentColor\"/>\n<path d=\"M18.25 3.00098C18.4489 3.00098 18.6396 3.08006 18.7803 3.2207C18.9209 3.36135 19 3.55208 19 3.75098V5H19.751L19.75 5.00098C19.9489 5.00098 20.1396 5.08006 20.2803 5.2207C20.4209 5.36135 20.5 5.55208 20.5 5.75098C20.5 5.94988 20.4209 6.1406 20.2803 6.28125C20.1396 6.4219 19.9489 6.50098 19.75 6.50098H18.25C18.0511 6.50098 17.8604 6.4219 17.7197 6.28125C17.5791 6.1406 17.5 5.94988 17.5 5.75098V3.75098C17.5 3.55208 17.5791 3.36135 17.7197 3.2207C17.8604 3.08006 18.0511 3.00098 18.25 3.00098Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.251 8.24804e-08C19.7754 0.00185337 21.2367 0.608484 22.3145 1.68652C23.3923 2.7647 23.9987 4.22648 24 5.75098C23.9998 6.88822 23.6623 7.99984 23.0303 8.94531C22.3983 9.89077 21.5 10.6275 20.4492 11.0625C19.3985 11.4975 18.2422 11.6117 17.127 11.3896C16.0118 11.1676 14.9875 10.6195 14.1836 9.81543C13.3797 9.01121 12.8321 7.9864 12.6104 6.87109C12.3887 5.75567 12.5031 4.59942 12.9385 3.54883C13.3739 2.49823 14.1109 1.6004 15.0566 0.96875C16.0023 0.33715 17.1138 -0.000192582 18.251 8.24804e-08ZM19.6855 2.28516C19.0003 2.00126 18.246 1.92761 17.5186 2.07227C16.7911 2.21695 16.1231 2.57416 15.5986 3.09863C15.0742 3.6231 14.7169 4.29109 14.5723 5.01855C14.4276 5.74608 14.5022 6.50028 14.7861 7.18555C15.0701 7.87062 15.5504 8.45623 16.167 8.86816C16.7838 9.28014 17.5092 9.50019 18.251 9.5C19.2448 9.49841 20.1977 9.10312 20.9004 8.40039C21.6031 7.69766 21.9984 6.74479 22 5.75098C22.0002 5.00922 21.7801 4.28382 21.3682 3.66699C20.9562 3.05029 20.3707 2.56906 19.6855 2.28516Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18473_9\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", et = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9846 0.00267844C8.77816 0.0551707 5.72122 1.36739 3.47456 3.65568C2.35043 4.77486 1.4635 6.10919 0.866776 7.57893C0.270049 9.04867 -0.0242199 10.6236 0.00155839 12.2097C-0.000286081 13.7595 0.303722 15.2944 0.89616 16.7265C1.4886 18.1585 2.35782 19.4596 3.45401 20.5552C4.5502 21.6507 5.85181 22.5192 7.28424 23.1108C8.71668 23.7023 10.2518 24.0054 11.8016 24.0027H12.0156C15.2229 23.9697 18.2862 22.6657 20.5333 20.3768C22.7804 18.0879 24.0277 15.0011 24.0016 11.7937C24.0052 10.2251 23.6953 8.6716 23.0898 7.22457C22.4844 5.77753 21.5957 4.46617 20.4761 3.36758C19.3564 2.269 18.0284 1.40538 16.5702 0.827521C15.1119 0.249657 13.5528 -0.0307881 11.9846 0.00267844ZM10.5016 16.5447C10.4943 16.3486 10.5263 16.1531 10.5956 15.9695C10.6648 15.7859 10.77 15.618 10.9049 15.4755C11.0398 15.3331 11.2018 15.2189 11.3813 15.1398C11.5609 15.0607 11.7544 15.0181 11.9506 15.0147H11.9776C12.3722 15.0154 12.7512 15.1689 13.0351 15.443C13.319 15.717 13.4858 16.0903 13.5006 16.4847C13.5079 16.6808 13.476 16.8764 13.4068 17.06C13.3376 17.2437 13.2325 17.4117 13.0975 17.5541C12.9626 17.6966 12.8006 17.8108 12.621 17.8898C12.4414 17.9689 12.2478 18.0114 12.0516 18.0147H12.0246C11.6301 18.0134 11.2514 17.8598 10.9676 17.5858C10.6837 17.3119 10.5168 16.9388 10.5016 16.5447ZM11.0016 12.5027V6.50268C11.0016 6.23746 11.1069 5.98311 11.2945 5.79557C11.482 5.60804 11.7363 5.50268 12.0016 5.50268C12.2668 5.50268 12.5211 5.60804 12.7087 5.79557C12.8962 5.98311 13.0016 6.23746 13.0016 6.50268V12.5027C13.0016 12.7679 12.8962 13.0222 12.7087 13.2098C12.5211 13.3973 12.2668 13.5027 12.0016 13.5027C11.7363 13.5027 11.482 13.3973 11.2945 13.2098C11.1069 13.0222 11.0016 12.7679 11.0016 12.5027Z\" fill=\"currentColor\"/>\n</svg>\n", tt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0.754395C12.3574 0.75443 12.6899 0.937611 12.8809 1.23975L23.8809 21.7729C24.0472 22.0828 24.0389 22.4574 23.8584 22.7593C23.6779 23.0611 23.3517 23.2455 23 23.2456H1C0.648268 23.2456 0.32215 23.0611 0.141602 22.7593C-0.0389003 22.4574 -0.047218 22.0828 0.119141 21.7729L11.1191 1.23975C11.3101 0.937627 11.6426 0.754395 12 0.754395ZM12 4.10889C11.9079 4.10889 11.8235 4.15948 11.7803 4.24072L2.86816 20.8784C2.82685 20.9558 2.82901 21.0492 2.87402 21.1245C2.91911 21.1997 3.00022 21.2454 3.08789 21.2456H20.9121C20.9997 21.2459 21.0811 21.1998 21.126 21.1245C21.1715 21.0493 21.1737 20.9558 21.1318 20.8784L12.2197 4.24072C12.1765 4.15947 12.092 4.10892 12 4.10889ZM12.25 16.4634C13.0784 16.4634 13.75 17.135 13.75 17.9634C13.7498 18.7916 13.0783 19.4634 12.25 19.4634C11.4217 19.4634 10.7502 18.7916 10.75 17.9634C10.75 17.135 11.4216 16.4634 12.25 16.4634ZM12.25 8.45361C12.8022 8.45361 13.2498 8.9015 13.25 9.45361V14.7134C13.2498 15.2655 12.8022 15.7134 12.25 15.7134C11.6978 15.7134 11.2502 15.2655 11.25 14.7134V9.45361C11.2502 8.9015 11.6978 8.45361 12.25 8.45361Z\" fill=\"currentColor\"/>\n</svg>\n", nt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.1189 20L13.7719 2.14998C13.6025 1.82672 13.3479 1.55598 13.0356 1.36707C12.7234 1.17817 12.3654 1.07831 12.0004 1.07831C11.6355 1.07831 11.2775 1.17817 10.9652 1.36707C10.6529 1.55598 10.3983 1.82672 10.2289 2.14998L0.880918 20C0.721239 20.3048 0.642922 20.6457 0.65354 20.9897C0.664159 21.3337 0.763354 21.6691 0.941533 21.9635C1.11971 22.2579 1.37085 22.5014 1.67065 22.6703C1.97045 22.8393 2.30878 22.928 2.65292 22.928H21.3469C21.6911 22.928 22.0294 22.8393 22.3292 22.6703C22.629 22.5014 22.8801 22.2579 23.0583 21.9635C23.2365 21.6691 23.3357 21.3337 23.3463 20.9897C23.3569 20.6457 23.2786 20.3048 23.1189 20ZM10.9999 8.42298C10.9999 8.15777 11.1053 7.90341 11.2928 7.71588C11.4803 7.52834 11.7347 7.42298 11.9999 7.42298C12.2651 7.42298 12.5195 7.52834 12.707 7.71588C12.8946 7.90341 12.9999 8.15777 12.9999 8.42298V14.423C12.9999 14.6882 12.8946 14.9426 12.707 15.1301C12.5195 15.3176 12.2651 15.423 11.9999 15.423C11.7347 15.423 11.4803 15.3176 11.2928 15.1301C11.1053 14.9426 10.9999 14.6882 10.9999 14.423V8.42298ZM12.0499 19.933H12.0219C11.6276 19.9317 11.249 19.778 10.9653 19.5041C10.6816 19.2301 10.5149 18.8571 10.4999 18.463C10.4927 18.267 10.5246 18.0715 10.5938 17.888C10.663 17.7045 10.7681 17.5366 10.9029 17.3942C11.0377 17.2517 11.1996 17.1376 11.379 17.0584C11.5584 16.9792 11.7518 16.9366 11.9479 16.933H11.9759C12.3702 16.9335 12.749 17.0864 13.0331 17.3599C13.3171 17.6333 13.4844 18.006 13.4999 18.4C13.5077 18.5964 13.4761 18.7924 13.407 18.9765C13.3379 19.1605 13.2327 19.3289 13.0977 19.4717C12.9626 19.6146 12.8003 19.7289 12.6204 19.8082C12.4404 19.8874 12.2465 19.9298 12.0499 19.933Z\" fill=\"currentColor\"/>\n</svg>\n", rt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_28139_226816)\">\n<path d=\"M23 22.25C23.2652 22.25 23.5195 22.3554 23.707 22.543C23.8946 22.7305 24 22.9848 24 23.25C24 23.5152 23.8946 23.7695 23.707 23.957C23.5195 24.1446 23.2652 24.25 23 24.25H1C0.734784 24.25 0.480505 24.1446 0.292969 23.957C0.105433 23.7695 0 23.5152 0 23.25C0 22.9848 0.105433 22.7305 0.292969 22.543C0.480505 22.3554 0.734784 22.25 1 22.25H23Z\" fill=\"currentColor\"/>\n<path d=\"M4 17.75C4.26522 17.75 4.5195 17.8554 4.70703 18.043C4.89457 18.2305 5 18.4848 5 18.75V20.75C5.00013 20.7828 4.99391 20.8154 4.98145 20.8457C4.96893 20.8761 4.95 20.9035 4.92676 20.9268C4.90352 20.95 4.87609 20.9689 4.8457 20.9814C4.81536 20.9939 4.7828 21.0001 4.75 21H1.25C1.2172 21.0001 1.18464 20.9939 1.1543 20.9814C1.12391 20.9689 1.09648 20.95 1.07324 20.9268C1.05 20.9035 1.03107 20.8761 1.01855 20.8457C1.00609 20.8154 0.999868 20.7828 1 20.75V18.75C1 18.4848 1.10543 18.2305 1.29297 18.043C1.4805 17.8554 1.73478 17.75 2 17.75H4Z\" fill=\"currentColor\"/>\n<path d=\"M10 12.75C10.2652 12.75 10.5195 12.8554 10.707 13.043C10.8946 13.2305 11 13.4848 11 13.75V20.75C11.0001 20.7828 10.9939 20.8154 10.9814 20.8457C10.9689 20.8761 10.95 20.9035 10.9268 20.9268C10.9035 20.95 10.8761 20.9689 10.8457 20.9814C10.8154 20.9939 10.7828 21.0001 10.75 21H7.25C7.2172 21.0001 7.18464 20.9939 7.1543 20.9814C7.12391 20.9689 7.09648 20.95 7.07324 20.9268C7.05 20.9035 7.03107 20.8761 7.01855 20.8457C7.00609 20.8154 6.99987 20.7828 7 20.75V13.75C7 13.4848 7.10543 13.2305 7.29297 13.043C7.4805 12.8554 7.73478 12.75 8 12.75H10Z\" fill=\"currentColor\"/>\n<path d=\"M16 14.75C16.2652 14.75 16.5195 14.8554 16.707 15.043C16.8946 15.2305 17 15.4848 17 15.75V20.75C17.0001 20.7828 16.9939 20.8154 16.9814 20.8457C16.9689 20.8761 16.95 20.9035 16.9268 20.9268C16.9035 20.95 16.8761 20.9689 16.8457 20.9814C16.8154 20.9939 16.7828 21.0001 16.75 21H13.25C13.2172 21.0001 13.1846 20.9939 13.1543 20.9814C13.1239 20.9689 13.0965 20.95 13.0732 20.9268C13.05 20.9035 13.0311 20.8761 13.0186 20.8457C13.0061 20.8154 12.9999 20.7828 13 20.75V15.75C13 15.4848 13.1054 15.2305 13.293 15.043C13.4805 14.8554 13.7348 14.75 14 14.75H16Z\" fill=\"currentColor\"/>\n<path d=\"M22 7.75C22.2652 7.75 22.5195 7.85543 22.707 8.04297C22.8946 8.2305 23 8.48478 23 8.75V20.75C23.0001 20.7828 22.9939 20.8154 22.9814 20.8457C22.9689 20.8761 22.95 20.9035 22.9268 20.9268C22.9035 20.95 22.8761 20.9689 22.8457 20.9814C22.8154 20.9939 22.7828 21.0001 22.75 21H19.25C19.2172 21.0001 19.1846 20.9939 19.1543 20.9814C19.1239 20.9689 19.0965 20.95 19.0732 20.9268C19.05 20.9035 19.0311 20.8761 19.0186 20.8457C19.0061 20.8154 18.9999 20.7828 19 20.75V8.75C19 8.48478 19.1054 8.2305 19.293 8.04297C19.4805 7.85543 19.7348 7.75 20 7.75H22Z\" fill=\"currentColor\"/>\n<path d=\"M21 -0.25C21.2966 -0.249878 21.5895 -0.183909 21.8574 -0.0566406C22.1254 0.0706656 22.3614 0.256432 22.5488 0.486328C22.7362 0.716152 22.8706 0.98449 22.9414 1.27246C23.0122 1.56048 23.0175 1.86082 22.958 2.15137C22.8984 2.44197 22.7751 2.71614 22.5967 2.95312C22.4183 3.18997 22.1894 3.38394 21.9268 3.52148C21.6639 3.65907 21.3736 3.73643 21.0771 3.74805C20.7808 3.75961 20.4856 3.70544 20.2129 3.58887C20.164 3.56801 20.1094 3.56316 20.0576 3.5752C20.006 3.58729 19.9594 3.616 19.9248 3.65625L16.8809 7.20801C16.8505 7.24339 16.8305 7.28694 16.8232 7.33301C16.8161 7.3789 16.8219 7.42592 16.8398 7.46875C16.9457 7.71551 17.0003 7.9815 17 8.25C17.0055 8.76044 16.8151 9.25396 16.4688 9.62891C16.1224 10.0036 15.6458 10.2317 15.1367 10.2666C14.6275 10.3015 14.1238 10.1406 13.7295 9.81641C13.3354 9.4923 13.0799 9.02961 13.0156 8.52344C13.0085 8.47797 12.9896 8.43466 12.96 8.39941C12.9304 8.3642 12.8912 8.33814 12.8477 8.32324L10.6709 7.59863C10.6268 7.58374 10.5795 7.58222 10.5342 7.59277C10.4888 7.60338 10.447 7.6262 10.4141 7.65918C10.1293 7.94576 9.76416 8.1397 9.36719 8.21484C8.97039 8.28992 8.56012 8.2426 8.19043 8.08008C8.14793 8.06138 8.10067 8.05508 8.05469 8.06152C8.00857 8.06806 7.96445 8.08732 7.92871 8.11719L5.0293 10.5371C4.99356 10.5669 4.96681 10.6062 4.95215 10.6504C4.93752 10.6945 4.93549 10.7419 4.94629 10.7871C4.98204 10.9388 4.9999 11.0942 5 11.25C5.00002 11.6811 4.86036 12.1008 4.60254 12.4463C4.34476 12.7916 3.98244 13.0443 3.56934 13.167C3.15606 13.2897 2.71417 13.2758 2.30957 13.127C1.90511 12.9782 1.55945 12.7029 1.32422 12.3418C1.08897 11.9805 0.976375 11.5523 1.00391 11.1221C1.03148 10.692 1.19734 10.2823 1.47656 9.9541C1.75594 9.62577 2.13442 9.39683 2.55469 9.30078C2.97477 9.20481 3.41448 9.24668 3.80859 9.4209C3.85147 9.43929 3.89912 9.44598 3.94531 9.43945C3.99148 9.43292 4.0352 9.41331 4.07129 9.38379L6.9707 6.96387C7.00661 6.93417 7.03399 6.89476 7.04883 6.85059C7.06355 6.80653 7.06535 6.75909 7.05469 6.71387C7.01805 6.56199 6.99987 6.40623 7 6.25C7.00203 5.74475 7.19551 5.25927 7.54102 4.89062C7.88648 4.52205 8.35835 4.29747 8.8623 4.2627C9.3663 4.228 9.86505 4.3854 10.2578 4.70312C10.6505 5.02088 10.9092 5.4755 10.9805 5.97559C10.9876 6.02112 11.0064 6.06438 11.0361 6.09961C11.0659 6.13488 11.1056 6.16113 11.1494 6.17578L13.3271 6.90137C13.3711 6.91641 13.4187 6.9188 13.4639 6.9082C13.5091 6.89757 13.5504 6.87388 13.583 6.84082C13.7686 6.65391 13.9894 6.5057 14.2324 6.4043C14.4756 6.30287 14.7365 6.25032 15 6.25C15.1653 6.24932 15.3302 6.26937 15.4902 6.31055C15.5354 6.32169 15.5826 6.32065 15.627 6.30664C15.6714 6.29254 15.7117 6.26664 15.7422 6.23145L19 2.43066C19.0254 2.40069 19.0434 2.3653 19.0527 2.32715C19.0621 2.28878 19.0625 2.24846 19.0537 2.20996C18.9843 1.9164 18.9825 1.61087 19.0479 1.31641C19.1133 1.02186 19.2444 0.745426 19.4316 0.508789C19.6188 0.27226 19.8574 0.0816393 20.1289 -0.0498047C20.4005 -0.181278 20.6983 -0.249942 21 -0.25Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_28139_226816\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", it = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42252)\">\n<path d=\"M5.5 1.26316C5.76522 1.26316 6.0195 1.3697 6.20703 1.55921C6.39457 1.74872 6.5 2.00568 6.5 2.27368V4.58191H7.5C8.03043 4.58191 8.53899 4.79499 8.91406 5.17401C9.28908 5.55303 9.5 6.06699 9.5 6.60296V21.9789C9.5 22.515 9.28913 23.0289 8.91406 23.4079C8.53899 23.7869 8.03043 24 7.5 24H5.5C4.97126 23.9945 4.46569 23.7798 4.0918 23.402C3.7179 23.0241 3.50547 22.5133 3.5 21.9789V6.60296C3.50346 6.2503 3.59735 5.90441 3.77246 5.59934C3.94773 5.29417 4.19856 5.03925 4.5 4.86118V2.27368C4.5 2.00568 4.60543 1.74872 4.79297 1.55921C4.9805 1.3697 5.23478 1.26316 5.5 1.26316Z\" fill=\"currentColor\"/>\n<path d=\"M1.75 6.82105C1.8163 6.82105 1.87987 6.84769 1.92676 6.89507C1.97364 6.94244 2 7.00668 2 7.07368V22.7368C2 22.8038 1.97364 22.8681 1.92676 22.9155C1.87987 22.9628 1.8163 22.9895 1.75 22.9895H1.5C1.10218 22.9895 0.720758 22.8297 0.439453 22.5454C0.158149 22.2611 0 21.8757 0 21.4737V8.33684C0 7.93483 0.158149 7.5494 0.439453 7.26513C0.720758 6.98087 1.10218 6.82105 1.5 6.82105H1.75Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5 6.82105C22.8978 6.82105 23.2792 6.98087 23.5605 7.26513C23.8419 7.5494 24 7.93483 24 8.33684V21.4737C24 21.8757 23.8419 22.2611 23.5605 22.5454C23.2792 22.8297 22.8978 22.9895 22.5 22.9895H11.25C11.1837 22.9895 11.1201 22.9628 11.0732 22.9155C11.0264 22.8681 11 22.8038 11 22.7368V7.07368C11 7.00668 11.0264 6.94244 11.0732 6.89507C11.1201 6.84769 11.1837 6.82105 11.25 6.82105H22.5ZM14.5 18.4421C14.3022 18.4421 14.1088 18.5018 13.9443 18.6128C13.78 18.7238 13.6518 18.8813 13.5762 19.0658C13.5005 19.2504 13.4809 19.454 13.5195 19.65C13.5582 19.8459 13.6532 20.0258 13.793 20.1671C13.9328 20.3084 14.1108 20.4044 14.3047 20.4434C14.4987 20.4824 14.7001 20.4627 14.8828 20.3862C15.0654 20.3097 15.2212 20.1802 15.3311 20.0141C15.4409 19.848 15.5 19.6525 15.5 19.4526C15.5 19.1846 15.3946 18.9277 15.207 18.7382C15.0195 18.5486 14.7652 18.4421 14.5 18.4421ZM17.75 18.4421C17.5522 18.4421 17.3588 18.5018 17.1943 18.6128C17.03 18.7238 16.9018 18.8813 16.8262 19.0658C16.7505 19.2504 16.7309 19.454 16.7695 19.65C16.8082 19.8459 16.9032 20.0258 17.043 20.1671C17.1828 20.3084 17.3608 20.4044 17.5547 20.4434C17.7487 20.4824 17.9501 20.4627 18.1328 20.3862C18.3154 20.3097 18.4712 20.1802 18.5811 20.0141C18.6909 19.848 18.75 19.6525 18.75 19.4526C18.75 19.1846 18.6446 18.9277 18.457 18.7382C18.2695 18.5486 18.0152 18.4421 17.75 18.4421ZM21 18.4421C20.8022 18.4421 20.6088 18.5018 20.4443 18.6128C20.28 18.7238 20.1518 18.8813 20.0762 19.0658C20.0005 19.2504 19.9809 19.454 20.0195 19.65C20.0582 19.8459 20.1532 20.0258 20.293 20.1671C20.4328 20.3084 20.6108 20.4044 20.8047 20.4434C20.9987 20.4824 21.2001 20.4627 21.3828 20.3862C21.5654 20.3097 21.7212 20.1802 21.8311 20.0141C21.9409 19.848 22 19.6525 22 19.4526C22 19.1846 21.8946 18.9277 21.707 18.7382C21.5195 18.5486 21.2652 18.4421 21 18.4421ZM14.3047 14.6724C14.1108 14.7114 13.9328 14.8074 13.793 14.9487C13.6532 15.0899 13.5582 15.2699 13.5195 15.4658C13.4809 15.6618 13.5005 15.8654 13.5762 16.05C13.6518 16.2345 13.78 16.392 13.9443 16.503C14.1088 16.614 14.3022 16.6737 14.5 16.6737C14.7652 16.6737 15.0195 16.5671 15.207 16.3776C15.3946 16.1881 15.5 15.9312 15.5 15.6632C15.5 15.4633 15.4409 15.2678 15.3311 15.1016C15.2212 14.9356 15.0654 14.8061 14.8828 14.7296C14.7001 14.6531 14.4987 14.6334 14.3047 14.6724ZM17.5547 14.6724C17.3608 14.7114 17.1828 14.8074 17.043 14.9487C16.9032 15.0899 16.8082 15.2699 16.7695 15.4658C16.7309 15.6618 16.7505 15.8654 16.8262 16.05C16.9018 16.2345 17.03 16.392 17.1943 16.503C17.3588 16.614 17.5522 16.6737 17.75 16.6737C18.0152 16.6737 18.2695 16.5671 18.457 16.3776C18.6446 16.1881 18.75 15.9312 18.75 15.6632C18.75 15.4633 18.6909 15.2678 18.5811 15.1016C18.4712 14.9356 18.3154 14.8061 18.1328 14.7296C17.9501 14.6531 17.7487 14.6334 17.5547 14.6724ZM20.8047 14.6724C20.6108 14.7114 20.4328 14.8074 20.293 14.9487C20.1532 15.0899 20.0582 15.2699 20.0195 15.4658C19.9809 15.6618 20.0005 15.8654 20.0762 16.05C20.1518 16.2345 20.28 16.392 20.4443 16.503C20.6088 16.614 20.8022 16.6737 21 16.6737C21.2652 16.6737 21.5195 16.5671 21.707 16.3776C21.8946 16.1881 22 15.9312 22 15.6632C22 15.4633 21.9409 15.2678 21.8311 15.1016C21.7212 14.9356 21.5654 14.8061 21.3828 14.7296C21.2001 14.6531 20.9987 14.6334 20.8047 14.6724ZM14.542 9.34737C14.4039 9.34217 14.2695 9.39283 14.168 9.4875C14.0665 9.58216 14.006 9.71323 14 9.85263V11.8737C14.006 12.0131 14.0665 12.1442 14.168 12.2388C14.2695 12.3335 14.4039 12.3841 14.542 12.3789H20.958C21.0961 12.3841 21.2305 12.3335 21.332 12.2388C21.4335 12.1442 21.494 12.0131 21.5 11.8737V9.85263C21.494 9.71323 21.4335 9.58216 21.332 9.4875C21.2305 9.39283 21.0961 9.34217 20.958 9.34737H14.542Z\" fill=\"currentColor\"/>\n<path d=\"M19.6494 1.90268e-08C20.1041 -6.30888e-05 20.5455 0.156862 20.9004 0.444079L22.75 1.94013C22.984 2.12948 23.1729 2.36968 23.3027 2.64276C23.4326 2.91599 23.5001 3.21599 23.5 3.51908V4.8C23.5 5.06801 23.3946 5.32496 23.207 5.51447C23.0195 5.70398 22.7652 5.81053 22.5 5.81053C22.2348 5.81053 21.9805 5.70398 21.793 5.51447C21.6054 5.32496 21.5 5.06801 21.5 4.8V3.64342C21.5005 3.60474 21.4919 3.56593 21.4756 3.53092C21.4594 3.49611 21.4358 3.46534 21.4062 3.44112L19.7168 2.07632C19.6728 2.04022 19.6172 2.02074 19.5605 2.02105H13.75C13.6837 2.02105 13.6201 2.04769 13.5732 2.09507C13.5264 2.14244 13.5 2.20668 13.5 2.27368V4.8C13.5 5.06801 13.3946 5.32496 13.207 5.51447C13.0195 5.70398 12.7652 5.81053 12.5 5.81053C12.2348 5.81053 11.9805 5.70398 11.793 5.51447C11.6054 5.32496 11.5 5.06801 11.5 4.8V2.02105C11.5 1.48504 11.7109 0.971126 12.0859 0.592105C12.461 0.213084 12.9696 1.90268e-08 13.5 1.90268e-08H19.6494Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42252\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", at = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M24 5.87097C24 4.84432 23.6008 3.85973 22.8901 3.13378C22.1794 2.40783 21.2156 2 20.2105 2H3.78947C2.78444 2 1.82058 2.40783 1.10991 3.13378C0.399247 3.85973 0 4.84432 0 5.87097V18.129C0 19.1557 0.399247 20.1403 1.10991 20.8662C1.82058 21.5922 2.78444 22 3.78947 22H20.2105C21.2156 22 22.1794 21.5922 22.8901 20.8662C23.6008 20.1403 24 19.1557 24 18.129V5.87097ZM12.1945 4.58065C12.2999 4.38535 12.4546 4.22251 12.6426 4.10911C12.8306 3.9957 13.0449 3.93588 13.2632 3.93588C13.4815 3.93588 13.6958 3.9957 13.8837 4.10911C14.0717 4.22251 14.2264 4.38535 14.3318 4.58065C14.4585 4.77091 14.5262 4.9957 14.5262 5.22581C14.5262 5.45591 14.4585 5.6807 14.3318 5.87097C14.2264 6.06626 14.0717 6.2291 13.8837 6.34251C13.6958 6.45591 13.4815 6.51574 13.2632 6.51574C13.0449 6.51574 12.8306 6.45591 12.6426 6.34251C12.4546 6.2291 12.2999 6.06626 12.1945 5.87097C12.0678 5.6807 12.0001 5.45591 12.0001 5.22581C12.0001 4.9957 12.0678 4.77091 12.1945 4.58065ZM7.77347 4.58065C7.87885 4.38535 8.03358 4.22251 8.22155 4.10911C8.4095 3.9957 8.62381 3.93588 8.8421 3.93588C9.0604 3.93588 9.2747 3.9957 9.46266 4.10911C9.65063 4.22251 9.80536 4.38535 9.91074 4.58065C10.0374 4.77091 10.1052 4.9957 10.1052 5.22581C10.1052 5.45591 10.0374 5.6807 9.91074 5.87097C9.80536 6.06626 9.65063 6.2291 9.46266 6.34251C9.2747 6.45591 9.0604 6.51574 8.8421 6.51574C8.62381 6.51574 8.4095 6.45591 8.22155 6.34251C8.03358 6.2291 7.87885 6.06626 7.77347 5.87097C7.64678 5.6807 7.57903 5.45591 7.57903 5.22581C7.57903 4.9957 7.64678 4.77091 7.77347 4.58065ZM3.27411 4.69806C3.37336 4.47183 3.53432 4.2796 3.73772 4.14437C3.94113 4.00913 4.17836 3.93661 4.42105 3.93548C4.63893 3.93779 4.85238 3.99862 5.03996 4.11187C5.22753 4.22511 5.38264 4.38678 5.48968 4.58065C5.61638 4.77091 5.68413 4.9957 5.68413 5.22581C5.68413 5.45591 5.61638 5.6807 5.48968 5.87097C5.38431 6.06626 5.22957 6.2291 5.04161 6.34251C4.85365 6.45591 4.63935 6.51574 4.42105 6.51574C4.20275 6.51574 3.98845 6.45591 3.80049 6.34251C3.61253 6.2291 3.4578 6.06626 3.35242 5.87097C3.23107 5.67812 3.1638 5.45498 3.15789 5.22581C3.15919 5.04342 3.19882 4.86345 3.27411 4.69806ZM21.4737 18.129C21.4737 18.4712 21.3406 18.7994 21.1037 19.0414C20.8668 19.2834 20.5455 19.4194 20.2105 19.4194H3.78947C3.45446 19.4194 3.13317 19.2834 2.89629 19.0414C2.6594 18.7994 2.52632 18.4712 2.52632 18.129V8.7729C2.52632 8.68735 2.55959 8.6053 2.61881 8.5448C2.67803 8.48431 2.75835 8.45032 2.84211 8.45032H21.1579C21.2416 8.45032 21.322 8.48431 21.3812 8.5448C21.4404 8.6053 21.4737 8.68735 21.4737 8.7729V18.129Z\" fill=\"currentColor\"/>\n</svg>\n", ot = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0195 14.2207C10.3137 13.9367 10.781 13.9406 11.0703 14.2295C11.3598 14.5187 11.3642 14.9868 11.0801 15.2812L9.58789 16.7734C9.49101 16.871 9.49086 17.0285 9.58789 17.126L9.85938 17.3975C10.0023 17.5403 10.045 17.7556 9.96777 17.9424C9.89038 18.1291 9.70802 18.2509 9.50586 18.251H7.5498C7.41679 18.2517 7.28868 18.1992 7.19434 18.1055C7.10005 18.0116 7.04687 17.884 7.04688 17.751V15.7939C7.04675 15.5919 7.16888 15.4096 7.35547 15.332C7.54235 15.2563 7.75658 15.2991 7.90039 15.4404L8.1748 15.7119C8.27237 15.8092 8.43075 15.8092 8.52832 15.7119L10.0195 14.2207Z\" fill=\"currentColor\"/>\n<path d=\"M13.0283 14.2295C13.3177 13.9403 13.7859 13.9364 14.0801 14.2207L15.5713 15.7119C15.6692 15.8091 15.827 15.8092 15.9248 15.7119L16.1963 15.4404C16.34 15.2988 16.5543 15.2559 16.7412 15.332C16.928 15.4094 17.0498 15.5917 17.0498 15.7939V17.751C17.0498 18.0271 16.8259 18.251 16.5498 18.251H14.5938C14.3913 18.2513 14.2084 18.1294 14.1309 17.9424C14.0534 17.7554 14.0969 17.5404 14.2402 17.3975L14.5107 17.126C14.5577 17.0792 14.584 17.0155 14.584 16.9492C14.5839 16.8831 14.5575 16.8201 14.5107 16.7734L13.0186 15.2812C12.7345 14.9868 12.7389 14.5187 13.0283 14.2295Z\" fill=\"currentColor\"/>\n<path d=\"M9.50586 8.24707C9.70768 8.24752 9.88955 8.36923 9.9668 8.55566C10.0439 8.74206 10.0016 8.95663 9.85938 9.09961L9.58789 9.375C9.49114 9.47314 9.49108 9.63139 9.58789 9.72949L11.0801 11.2207C11.2749 11.409 11.3528 11.6881 11.2842 11.9502C11.2154 12.2124 11.0103 12.4178 10.748 12.4863C10.4861 12.5546 10.2076 12.4759 10.0195 12.2812L8.52832 10.79C8.43075 10.6928 8.27237 10.6928 8.1748 10.79L7.90332 11.0605C7.80978 11.1544 7.6823 11.2077 7.5498 11.208C7.48414 11.2077 7.41921 11.1947 7.3584 11.1699C7.17048 11.0918 7.04808 10.9076 7.0498 10.7041V8.74707C7.0498 8.47102 7.27378 8.24721 7.5498 8.24707H9.50586Z\" fill=\"currentColor\"/>\n<path d=\"M16.5498 8.25098C16.8259 8.25098 17.0498 8.47483 17.0498 8.75098V10.707C17.0497 10.9093 16.928 11.0916 16.7412 11.1689C16.6806 11.1938 16.6153 11.2068 16.5498 11.207C16.417 11.207 16.29 11.1536 16.1963 11.0596L15.9248 10.7891C15.8269 10.6917 15.6692 10.6918 15.5713 10.7891L14.0801 12.2803C13.9399 12.4215 13.7487 12.5005 13.5498 12.5C13.2465 12.5001 12.9727 12.3182 12.8564 12.0381C12.7404 11.758 12.8043 11.4352 13.0186 11.2207L14.5107 9.72852C14.5577 9.68163 14.584 9.61811 14.584 9.55176C14.5839 9.48542 14.5577 9.42185 14.5107 9.375L14.2402 9.10352C14.0977 8.9605 14.0546 8.74609 14.1318 8.55957C14.2093 8.37299 14.3917 8.25109 14.5938 8.25098H16.5498Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 1.75098C22.6569 1.75098 24 3.09412 24 4.75098V19.251C24 20.9078 22.6569 22.251 21 22.251H3C1.34315 22.251 0 20.9078 0 19.251V4.75098C0 3.09412 1.34315 1.75098 3 1.75098H21ZM2.25 6.75C2.11193 6.75 2 6.86193 2 7V19.251C2 19.8033 2.44772 20.251 3 20.251H21C21.5523 20.251 22 19.8033 22 19.251V7C22 6.86193 21.8881 6.75 21.75 6.75H2.25ZM3.5 3.25098C3.10762 3.25276 2.75231 3.48375 2.5918 3.8418C2.5322 3.96997 2.50103 4.10963 2.5 4.25098C2.50467 4.42859 2.55823 4.60152 2.6543 4.75098C2.82422 5.05916 3.14807 5.25098 3.5 5.25098C3.85193 5.25098 4.17578 5.05916 4.3457 4.75098C4.44177 4.60152 4.49533 4.42859 4.5 4.25098C4.49548 4.07334 4.44191 3.90037 4.3457 3.75098C4.1732 3.44527 3.851 3.25461 3.5 3.25098ZM7 3.25098C6.64807 3.25098 6.32422 3.4428 6.1543 3.75098C6.05809 3.90037 6.00452 4.07334 6 4.25098C6.00467 4.42859 6.05823 4.60152 6.1543 4.75098C6.32422 5.05916 6.64807 5.25098 7 5.25098C7.35193 5.25098 7.67578 5.05916 7.8457 4.75098C7.94177 4.60152 7.99533 4.42859 8 4.25098C7.99548 4.07334 7.94191 3.90037 7.8457 3.75098C7.67578 3.4428 7.35193 3.25098 7 3.25098ZM10.5 3.25098C10.1481 3.25098 9.82422 3.4428 9.6543 3.75098C9.55809 3.90037 9.50452 4.07334 9.5 4.25098C9.50467 4.42859 9.55823 4.60152 9.6543 4.75098C9.82422 5.05916 10.1481 5.25098 10.5 5.25098C10.8519 5.25098 11.1758 5.05916 11.3457 4.75098C11.4418 4.60152 11.4953 4.42859 11.5 4.25098C11.4955 4.07334 11.4419 3.90037 11.3457 3.75098C11.1758 3.4428 10.8519 3.25098 10.5 3.25098Z\" fill=\"currentColor\"/>\n</svg>\n", st = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.9092 6C23.1985 6.00002 23.4761 6.11562 23.6807 6.32129C23.8852 6.52694 24 6.80589 24 7.09668V19.71C23.9999 20.5825 23.6547 21.4191 23.041 22.0361C22.4273 22.653 21.5954 22.9999 20.7275 23H7.09082C6.80153 23 6.5239 22.8844 6.31934 22.6787C6.11485 22.4731 6.00002 22.1941 6 21.9033C6 21.6125 6.11488 21.3336 6.31934 21.1279C6.5239 20.9223 6.80153 20.8067 7.09082 20.8066H20.7275C21.0168 20.8066 21.2945 20.691 21.499 20.4854C21.7035 20.2797 21.8183 20.0007 21.8184 19.71V7.09668C21.8184 6.80584 21.9331 6.52695 22.1377 6.32129C22.3423 6.1156 22.6199 6 22.9092 6Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7568 2C17.6169 2.00002 18.4416 2.32651 19.0498 2.90723C19.658 3.48796 20 4.2754 20 5.09668V14.9033C20 15.7246 19.658 16.512 19.0498 17.0928C18.4416 17.6735 17.6169 18 16.7568 18H3.24316C2.38305 18 1.5584 17.6735 0.950195 17.0928C0.341993 16.512 2.64498e-05 15.7246 0 14.9033V5.09668C2.61854e-05 4.2754 0.341993 3.48796 0.950195 2.90723C1.5584 2.32651 2.38305 2.00002 3.24316 2H16.7568ZM2.43262 7.16211C2.36094 7.16211 2.2919 7.18988 2.24121 7.23828C2.19079 7.28655 2.16224 7.35176 2.16211 7.41992V14.9033C2.16214 15.1769 2.27599 15.4393 2.47852 15.6328C2.68124 15.8264 2.95647 15.9355 3.24316 15.9355H16.7568C17.0435 15.9355 17.3188 15.8264 17.5215 15.6328C17.724 15.4393 17.8379 15.1769 17.8379 14.9033V7.41992C17.8378 7.35176 17.8092 7.28655 17.7588 7.23828C17.7081 7.18988 17.6391 7.16211 17.5674 7.16211H2.43262ZM3.78418 3.54883C3.57649 3.54973 3.37329 3.60765 3.19922 3.71582C3.02515 3.824 2.88671 3.97724 2.80176 4.1582C2.73748 4.29019 2.70439 4.4355 2.70312 4.58105C2.70825 4.76421 2.7654 4.94254 2.86914 5.09668C2.95933 5.25291 3.09206 5.38291 3.25293 5.47363C3.41379 5.56435 3.59736 5.6123 3.78418 5.6123C3.97081 5.61224 4.15374 5.56423 4.31445 5.47363C4.47532 5.38291 4.60806 5.25291 4.69824 5.09668C4.80202 4.94251 4.86011 4.76425 4.86523 4.58105C4.86035 4.39769 4.80225 4.21867 4.69824 4.06445C4.60663 3.90941 4.47398 3.78003 4.31348 3.68945C4.15306 3.59893 3.97051 3.55074 3.78418 3.54883ZM7.56738 3.54883C7.38061 3.54886 7.19695 3.5968 7.03613 3.6875C6.87549 3.77818 6.74344 3.90842 6.65332 4.06445C6.54931 4.21867 6.49121 4.39769 6.48633 4.58105C6.49145 4.76425 6.54954 4.94251 6.65332 5.09668C6.74343 5.25275 6.87548 5.38293 7.03613 5.47363C7.19695 5.56433 7.38061 5.61227 7.56738 5.6123C7.75421 5.6123 7.93777 5.56436 8.09863 5.47363C8.25944 5.38291 8.39226 5.25287 8.48242 5.09668C8.58612 4.94256 8.64331 4.76417 8.64844 4.58105C8.64355 4.39772 8.5864 4.21865 8.48242 4.06445C8.39225 3.90824 8.25947 3.77822 8.09863 3.6875C7.93777 3.59677 7.75421 3.54883 7.56738 3.54883ZM11.3516 3.54883C11.1647 3.54883 10.9812 3.59677 10.8203 3.6875C10.6595 3.77822 10.5267 3.90823 10.4365 4.06445C10.3325 4.21865 10.2754 4.39772 10.2705 4.58105C10.2756 4.76418 10.3328 4.94255 10.4365 5.09668C10.5267 5.25288 10.6595 5.38291 10.8203 5.47363C10.9812 5.56436 11.1647 5.6123 11.3516 5.6123C11.5383 5.61227 11.722 5.56432 11.8828 5.47363C12.0435 5.38293 12.1755 5.25275 12.2656 5.09668C12.3694 4.94251 12.4275 4.76425 12.4326 4.58105C12.4277 4.39769 12.3696 4.21867 12.2656 4.06445C12.1755 3.90842 12.0435 3.77818 11.8828 3.6875C11.722 3.59681 11.5383 3.54886 11.3516 3.54883Z\" fill=\"currentColor\"/>\n</svg>\n", ct = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42296)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 0C5.89782 0 6.27924 0.158149 6.56055 0.439453C6.84185 0.720758 7 1.10218 7 1.5V22.5C7 22.8978 6.84185 23.2792 6.56055 23.5605C6.27924 23.8419 5.89782 24 5.5 24H1.5C1.10218 24 0.720758 23.8419 0.439453 23.5605C0.158149 23.2792 0 22.8978 0 22.5V1.5C0 1.10218 0.158149 0.720758 0.439453 0.439453C0.720758 0.158149 1.10218 0 1.5 0H5.5ZM3.5 18.5C3.10218 18.5 2.72076 18.6581 2.43945 18.9395C2.15815 19.2208 2 19.6022 2 20C2 20.2966 2.08818 20.5864 2.25293 20.833C2.41771 21.0796 2.65177 21.2722 2.92578 21.3857C3.19987 21.4993 3.502 21.5286 3.79297 21.4707C4.08378 21.4128 4.35087 21.2702 4.56055 21.0605C4.77023 20.8509 4.91277 20.5838 4.9707 20.293C5.02858 20.002 4.99927 19.6999 4.88574 19.4258C4.7722 19.1518 4.57962 18.9177 4.33301 18.7529C4.08637 18.5882 3.7966 18.5 3.5 18.5ZM2.5 7.75C2.4337 7.75 2.37013 7.77636 2.32324 7.82324C2.27636 7.87013 2.25 7.9337 2.25 8V15C2.25 15.3315 2.38179 15.6494 2.61621 15.8838C2.85063 16.1182 3.16848 16.25 3.5 16.25C3.83152 16.25 4.14937 16.1182 4.38379 15.8838C4.61821 15.6494 4.75 15.3315 4.75 15V8C4.75 7.9337 4.72364 7.87013 4.67676 7.82324C4.62987 7.77636 4.5663 7.75 4.5 7.75H2.5ZM3.5 2.75C3.16848 2.75 2.85063 2.88179 2.61621 3.11621C2.38179 3.35063 2.25 3.66848 2.25 4V5.5C2.25 5.5663 2.27636 5.62987 2.32324 5.67676C2.37013 5.72364 2.4337 5.75 2.5 5.75H4.5C4.5663 5.75 4.62987 5.72364 4.67676 5.67676C4.72364 5.62987 4.75 5.5663 4.75 5.5V4C4.75 3.66848 4.61821 3.35063 4.38379 3.11621C4.14937 2.88179 3.83152 2.75 3.5 2.75Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 0C14.3978 0 14.7792 0.158149 15.0605 0.439453C15.3419 0.720758 15.5 1.10218 15.5 1.5V22.5C15.5 22.8978 15.3419 23.2792 15.0605 23.5605C14.7792 23.8419 14.3978 24 14 24H10C9.60218 24 9.22076 23.8419 8.93945 23.5605C8.65815 23.2792 8.5 22.8978 8.5 22.5V1.5C8.5 1.10218 8.65815 0.720758 8.93945 0.439453C9.22076 0.158149 9.60218 0 10 0H14ZM12 18.5C11.6022 18.5 11.2208 18.6581 10.9395 18.9395C10.6581 19.2208 10.5 19.6022 10.5 20C10.5 20.2966 10.5882 20.5864 10.7529 20.833C10.9177 21.0796 11.1518 21.2722 11.4258 21.3857C11.6999 21.4993 12.002 21.5286 12.293 21.4707C12.5838 21.4128 12.8509 21.2702 13.0605 21.0605C13.2702 20.8509 13.4128 20.5838 13.4707 20.293C13.5286 20.002 13.4993 19.6999 13.3857 19.4258C13.2722 19.1518 13.0796 18.9177 12.833 18.7529C12.5864 18.5882 12.2966 18.5 12 18.5ZM11 7.75C10.9337 7.75 10.8701 7.77636 10.8232 7.82324C10.7764 7.87013 10.75 7.9337 10.75 8V15C10.75 15.3315 10.8818 15.6494 11.1162 15.8838C11.3506 16.1182 11.6685 16.25 12 16.25C12.3315 16.25 12.6494 16.1182 12.8838 15.8838C13.1182 15.6494 13.25 15.3315 13.25 15V8C13.25 7.9337 13.2236 7.87013 13.1768 7.82324C13.1299 7.77636 13.0663 7.75 13 7.75H11ZM12 2.75C11.6685 2.75 11.3506 2.88179 11.1162 3.11621C10.8818 3.35063 10.75 3.66848 10.75 4V5.5C10.75 5.5663 10.7764 5.62987 10.8232 5.67676C10.8701 5.72364 10.9337 5.75 11 5.75H13C13.0663 5.75 13.1299 5.72364 13.1768 5.67676C13.2236 5.62987 13.25 5.5663 13.25 5.5V4C13.25 3.66848 13.1182 3.35063 12.8838 3.11621C12.6494 2.88179 12.3315 2.75 12 2.75Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5 0C22.8978 0 23.2792 0.158149 23.5605 0.439453C23.8419 0.720758 24 1.10218 24 1.5V22.5C24 22.8978 23.8419 23.2792 23.5605 23.5605C23.2792 23.8419 22.8978 24 22.5 24H18.5C18.1022 24 17.7208 23.8419 17.4395 23.5605C17.1581 23.2792 17 22.8978 17 22.5V1.5C17 1.10218 17.1581 0.720758 17.4395 0.439453C17.7208 0.158149 18.1022 0 18.5 0H22.5ZM20.5 18.5C20.1022 18.5 19.7208 18.6581 19.4395 18.9395C19.1581 19.2208 19 19.6022 19 20C19 20.2966 19.0882 20.5864 19.2529 20.833C19.4177 21.0796 19.6518 21.2722 19.9258 21.3857C20.1999 21.4993 20.502 21.5286 20.793 21.4707C21.0838 21.4128 21.3509 21.2702 21.5605 21.0605C21.7702 20.8509 21.9128 20.5838 21.9707 20.293C22.0286 20.002 21.9993 19.6999 21.8857 19.4258C21.7722 19.1518 21.5796 18.9177 21.333 18.7529C21.0864 18.5882 20.7966 18.5 20.5 18.5ZM19.5 7.75C19.4337 7.75 19.3701 7.77636 19.3232 7.82324C19.2764 7.87013 19.25 7.9337 19.25 8V15C19.25 15.3315 19.3818 15.6494 19.6162 15.8838C19.8506 16.1182 20.1685 16.25 20.5 16.25C20.8315 16.25 21.1494 16.1182 21.3838 15.8838C21.6182 15.6494 21.75 15.3315 21.75 15V8C21.75 7.9337 21.7236 7.87013 21.6768 7.82324C21.6299 7.77636 21.5663 7.75 21.5 7.75H19.5ZM20.5 2.75C20.1685 2.75 19.8506 2.88179 19.6162 3.11621C19.3818 3.35063 19.25 3.66848 19.25 4V5.5C19.25 5.5663 19.2764 5.62987 19.3232 5.67676C19.3701 5.72364 19.4337 5.75 19.5 5.75H21.5C21.5663 5.75 21.6299 5.72364 21.6768 5.67676C21.7236 5.62987 21.75 5.5663 21.75 5.5V4C21.75 3.66848 21.6182 3.35063 21.3838 3.11621C21.1494 2.88179 20.8315 2.75 20.5 2.75Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42296\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", lt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.4679 2.984C23.2939 2.67515 23.0408 2.41812 22.7347 2.23924C22.4286 2.06036 22.0805 1.96606 21.7259 1.966H2.27393C1.91959 1.96618 1.57166 2.06048 1.26574 2.23928C0.959813 2.41807 0.706883 2.67493 0.532826 2.98357C0.358769 3.29222 0.269835 3.64156 0.275125 3.99586C0.280415 4.35016 0.379738 4.69669 0.562932 5L10.2889 21.07C10.4671 21.3643 10.7182 21.6078 11.0179 21.7767C11.3176 21.9456 11.6559 22.0344 11.9999 22.0344C12.344 22.0344 12.6822 21.9456 12.982 21.7767C13.2817 21.6078 13.5328 21.3643 13.7109 21.07L23.4369 5C23.6202 4.69682 23.7196 4.35041 23.7251 3.9962C23.7305 3.64198 23.6418 3.29267 23.4679 2.984Z\" fill=\"currentColor\"/>\n</svg>\n", ut = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5664 0.583632C11.26 -0.0873525 12.3635 -0.0782665 13.0459 0.60414C13.7283 1.28655 13.7374 2.39009 13.0664 3.08363L4.32715 11.8229C4.28021 11.8697 4.254 11.9334 4.25391 11.9996C4.25391 12.0661 4.28013 12.1305 4.32715 12.1774L13.0664 20.9157C13.7377 21.6092 13.7284 22.7136 13.0459 23.3961C12.3634 24.0785 11.2599 24.0869 10.5664 23.4157L1.0254 13.8746C0.527912 13.3776 0.248614 12.7029 0.250005 11.9996C0.248706 11.2966 0.527994 10.6216 1.0254 10.1246L10.5664 0.583632Z\" fill=\"currentColor\"/>\n<path d=\"M20.7324 0.583632C21.426 -0.0873524 22.5295 -0.0782664 23.2119 0.60414C23.8943 1.28655 23.9034 2.39009 23.2324 3.08363L14.4932 11.8229C14.4462 11.8697 14.42 11.9334 14.4199 11.9996C14.4199 12.0661 14.4461 12.1305 14.4932 12.1774L23.2324 20.9157C23.9038 21.6092 23.8944 22.7136 23.2119 23.3961C22.5294 24.0785 21.4259 24.0869 20.7324 23.4157L11.1914 13.8746C10.6939 13.3776 10.4146 12.7029 10.416 11.9996C10.4147 11.2966 10.694 10.6216 11.1914 10.1246L20.7324 0.583632Z\" fill=\"currentColor\"/>\n</svg>\n", dt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.016 0.530993C20.7072 0.357302 20.3579 0.268738 20.0037 0.274361C19.6495 0.279983 19.3031 0.37959 19 0.562993L2.92899 10.288C2.63465 10.4662 2.39124 10.7172 2.2223 11.017C2.05336 11.3167 1.9646 11.6549 1.9646 11.999C1.9646 12.3431 2.05336 12.6813 2.2223 12.981C2.39124 13.2808 2.63465 13.5318 2.92899 13.71L19 23.436C19.3033 23.6194 19.65 23.719 20.0044 23.7244C20.3589 23.7298 20.7084 23.6409 21.0172 23.4668C21.326 23.2928 21.583 23.0397 21.7618 22.7337C21.9406 22.4276 22.0349 22.0795 22.035 21.725V2.27399C22.035 1.91919 21.9407 1.57077 21.7616 1.26447C21.5825 0.958173 21.3252 0.705024 21.016 0.530993Z\" fill=\"currentColor\"/>\n</svg>\n", ft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.02447 0.08587C2.4881 0.0822235 2.93444 0.261507 3.26764 0.583917L12.8087 10.1249C13.055 10.371 13.2508 10.6635 13.3838 10.9853C13.5168 11.307 13.5847 11.6518 13.584 11.9999C13.5847 12.348 13.5168 12.6929 13.3838 13.0146C13.2508 13.3364 13.055 13.6289 12.8087 13.8749L3.26764 23.4159C2.93443 23.7384 2.48813 23.9176 2.02447 23.914C1.56056 23.9102 1.11619 23.7235 0.788144 23.3954C0.460258 23.0674 0.274342 22.6239 0.270566 22.1601C0.266801 21.6963 0.445078 21.2493 0.767637 20.9159L9.50689 12.1767C9.53015 12.1535 9.54899 12.126 9.56158 12.0956C9.57413 12.0653 9.58014 12.0327 9.58014 11.9999C9.58013 11.9671 9.57415 11.9346 9.56158 11.9042C9.54898 11.8739 9.53018 11.8464 9.50689 11.8232L0.767637 3.08392C0.445119 2.75061 0.266801 2.30357 0.270566 1.83978C0.274375 1.37601 0.460249 0.932416 0.788144 0.604425C1.11619 0.276376 1.56056 0.0896363 2.02447 0.08587Z\" fill=\"currentColor\"/>\n<path d=\"M12.1905 0.08587C12.6541 0.0822236 13.1005 0.261507 13.4337 0.583917L22.9747 10.1249C23.221 10.371 23.4169 10.6635 23.5499 10.9853C23.6828 11.307 23.7507 11.6518 23.7501 11.9999C23.7507 12.348 23.6828 12.6929 23.5499 13.0146C23.4169 13.3364 23.221 13.6289 22.9747 13.8749L13.4337 23.4159C13.1004 23.7384 12.6541 23.9176 12.1905 23.914C11.7266 23.9102 11.2822 23.7235 10.9542 23.3954C10.6263 23.0674 10.4404 22.6239 10.4366 22.1601C10.4328 21.6963 10.6111 21.2493 10.9337 20.9159L19.6729 12.1767C19.6962 12.1535 19.715 12.126 19.7276 12.0956C19.7401 12.0653 19.7462 12.0327 19.7462 11.9999C19.7461 11.9671 19.7402 11.9346 19.7276 11.9042C19.715 11.8739 19.6962 11.8464 19.6729 11.8232L10.9337 3.08392C10.6111 2.75061 10.4328 2.30357 10.4366 1.83978C10.4404 1.37601 10.6263 0.932416 10.9542 0.604425C11.2822 0.276376 11.7266 0.0896363 12.1905 0.08587Z\" fill=\"currentColor\"/>\n</svg>\n", pt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.058 10.289L5.01403 0.564019C4.71068 0.380316 4.36393 0.280577 4.00933 0.275025C3.65474 0.269474 3.30504 0.358309 2.99609 0.532427C2.68713 0.706544 2.43003 0.959681 2.25114 1.26589C2.07224 1.57211 1.97799 1.92038 1.97803 2.27502V21.725C1.97788 22.0798 2.07211 22.4283 2.25106 22.7346C2.43 23.041 2.68722 23.2942 2.99633 23.4684C3.30544 23.6425 3.65532 23.7313 4.01006 23.7256C4.36481 23.7199 4.71165 23.62 5.01503 23.436L21.058 13.711C21.3524 13.5329 21.5958 13.2818 21.7647 12.9821C21.9337 12.6823 22.0224 12.3441 22.0224 12C22.0224 11.656 21.9337 11.3177 21.7647 11.018C21.5958 10.7183 21.3524 10.4672 21.058 10.289Z\" fill=\"currentColor\"/>\n</svg>\n", mt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.437 19L13.711 2.92997C13.5329 2.63563 13.2818 2.39222 12.9821 2.22328C12.6824 2.05434 12.3441 1.96558 12 1.96558C11.656 1.96558 11.3177 2.05434 11.018 2.22328C10.7183 2.39222 10.4672 2.63563 10.289 2.92997L0.563048 19C0.379599 19.3033 0.280069 19.6499 0.274648 20.0044C0.269227 20.3588 0.358112 20.7084 0.532199 21.0172C0.706286 21.326 0.95932 21.5829 1.26539 21.7618C1.57146 21.9406 1.91956 22.0349 2.27405 22.035H21.726C22.0805 22.0349 22.4286 21.9406 22.7347 21.7618C23.0408 21.5829 23.2938 21.326 23.4679 21.0172C23.642 20.7084 23.7309 20.3588 23.7254 20.0044C23.72 19.6499 23.6205 19.3033 23.437 19Z\" fill=\"currentColor\"/>\n</svg>\n", ht = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C18.6244 0.00716485 23.9928 5.37555 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM15.6289 4.83887C15.2141 4.66796 14.7389 4.73237 14.3848 5.00781L7.03906 10.6416C6.61661 10.9654 6.36914 11.4677 6.36914 12C6.36914 12.5323 6.61661 13.0346 7.03906 13.3584L14.3848 18.9922C14.7389 19.2676 15.2141 19.332 15.6289 19.1611C16.0436 18.9902 16.3353 18.6099 16.3926 18.165C16.4499 17.7201 16.2641 17.2783 15.9062 17.0078L9.63477 12.2002C9.57147 12.1532 9.53418 12.0788 9.53418 12C9.53418 11.9212 9.57147 11.8468 9.63477 11.7998L15.9062 6.99219C16.2641 6.72171 16.4499 6.27989 16.3926 5.83496C16.3353 5.39007 16.0436 5.00983 15.6289 4.83887Z\" fill=\"currentColor\"/>\n</svg>\n", gt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C18.6244 0.00716485 23.9928 5.37555 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM9.61523 5.00781C9.26108 4.73237 8.78592 4.66796 8.37109 4.83887C7.9564 5.00983 7.66474 5.39007 7.60742 5.83496C7.55011 6.27989 7.73585 6.72171 8.09375 6.99219L14.3652 11.7979C14.4285 11.8448 14.4658 11.9192 14.4658 11.998C14.4658 12.0769 14.4285 12.1513 14.3652 12.1982L8.09375 17.0078C7.73585 17.2783 7.55011 17.7201 7.60742 18.165C7.66474 18.6099 7.9564 18.9902 8.37109 19.1611C8.78592 19.332 9.26108 19.2676 9.61523 18.9922L16.9609 13.3584C17.3834 13.0346 17.6309 12.5323 17.6309 12C17.6309 11.4677 17.3834 10.9654 16.9609 10.6416L9.61523 5.00781Z\" fill=\"currentColor\"/>\n</svg>\n", _t = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_17445_2268)\">\n<path d=\"M12 19.5C11.6729 19.5004 11.3495 19.431 11.0513 19.2965C10.7532 19.162 10.4871 18.9655 10.271 18.72L0.459956 7.568C0.149866 7.19846 -0.00333413 6.72225 0.0331156 6.24122C0.0695652 5.76018 0.292771 5.3125 0.655006 4.9939C1.01724 4.67529 1.48975 4.51105 1.9715 4.5363C2.45326 4.56155 2.90601 4.77428 3.23296 5.129L11.812 14.881C11.8354 14.9078 11.8643 14.9292 11.8968 14.9439C11.9292 14.9586 11.9644 14.9662 12 14.9662C12.0356 14.9662 12.0707 14.9586 12.1032 14.9439C12.1356 14.9292 12.1645 14.9078 12.188 14.881L20.767 5.129C20.9252 4.94043 21.1195 4.78539 21.3385 4.67299C21.5575 4.5606 21.7968 4.49312 22.0423 4.47452C22.2877 4.45592 22.5345 4.48657 22.7679 4.56469C23.0013 4.6428 23.2168 4.76678 23.4017 4.92936C23.5865 5.09194 23.737 5.28983 23.8443 5.5114C23.9515 5.73297 24.0134 5.97374 24.0263 6.21957C24.0392 6.4654 24.0028 6.71133 23.9193 6.94289C23.8358 7.17446 23.7068 7.38699 23.54 7.568L13.732 18.716C13.5154 18.9621 13.249 19.1593 12.9504 19.2944C12.6517 19.4296 12.3278 19.4997 12 19.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_17445_2268\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", vt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_21)\">\n<path d=\"M23.2921 10.24C23.0108 9.99244 22.6427 9.86676 22.2688 9.89058C21.8949 9.91439 21.5457 10.0858 21.2981 10.367L13.8501 18.831C13.8163 18.8688 13.7718 18.8954 13.7226 18.9074C13.6733 18.9194 13.6216 18.9162 13.5741 18.8983C13.5267 18.8803 13.4859 18.8484 13.4569 18.8067C13.428 18.7651 13.4124 18.7157 13.4121 18.665V1.41298C13.4121 1.03849 13.2633 0.679343 12.9985 0.414542C12.7337 0.14974 12.3746 0.000976563 12.0001 0.000976562C11.6256 0.000976563 11.2665 0.14974 11.0017 0.414542C10.7369 0.679343 10.5881 1.03849 10.5881 1.41298V18.665C10.5878 18.7157 10.5722 18.7651 10.5433 18.8067C10.5143 18.8484 10.4735 18.8803 10.4261 18.8983C10.3786 18.9162 10.3269 18.9194 10.2776 18.9074C10.2284 18.8954 10.1839 18.8688 10.1501 18.831L2.7001 10.367C2.57982 10.2201 2.43117 10.0989 2.26302 10.0108C2.09488 9.9226 1.9107 9.86923 1.72147 9.85383C1.53224 9.83843 1.34184 9.86132 1.16166 9.92113C0.981472 9.98095 0.815189 10.0765 0.672738 10.202C0.530287 10.3275 0.41459 10.4804 0.332557 10.6516C0.250523 10.8229 0.203836 11.0088 0.195282 11.1985C0.186729 11.3882 0.216485 11.5776 0.282774 11.7555C0.349062 11.9334 0.450523 12.0962 0.581099 12.234L10.2331 23.2C10.4538 23.4512 10.7256 23.6525 11.0303 23.7905C11.335 23.9284 11.6656 23.9997 12.0001 23.9997C12.3346 23.9997 12.6652 23.9284 12.9699 23.7905C13.2746 23.6525 13.5464 23.4512 13.7671 23.2L23.4191 12.233C23.5416 12.0938 23.6356 11.9318 23.6955 11.7563C23.7554 11.5808 23.7802 11.3952 23.7684 11.2102C23.7566 11.0251 23.7085 10.8442 23.6268 10.6777C23.545 10.5112 23.4313 10.3625 23.2921 10.24Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_21\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", yt = "<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 12C4.49959 11.6729 4.56896 11.3495 4.70346 11.0514C4.83796 10.7532 5.03452 10.4872 5.28 10.271L16.432 0.460017C16.8015 0.149927 17.2777 -0.00327307 17.7588 0.0331766C18.2398 0.0696263 18.6875 0.292832 19.0061 0.655067C19.3247 1.0173 19.4889 1.48981 19.4637 1.97156C19.4384 2.45332 19.2257 2.90607 18.871 3.23302L9.119 11.812C9.09223 11.8355 9.07078 11.8644 9.05608 11.8968C9.04139 11.9292 9.03379 11.9644 9.03379 12C9.03379 12.0356 9.04139 12.0708 9.05608 12.1032C9.07078 12.1356 9.09223 12.1646 9.119 12.188L18.871 20.767C19.0596 20.9253 19.2146 21.1196 19.327 21.3386C19.4394 21.5576 19.5069 21.7969 19.5255 22.0423C19.5441 22.2878 19.5134 22.5345 19.4353 22.768C19.3572 23.0014 19.2332 23.2169 19.0706 23.4017C18.9081 23.5866 18.7102 23.737 18.4886 23.8443C18.267 23.9516 18.0263 24.0135 17.7804 24.0264C17.5346 24.0392 17.2887 24.0029 17.0571 23.9193C16.8255 23.8358 16.613 23.7069 16.432 23.54L5.284 13.732C5.03791 13.5155 4.84073 13.249 4.70555 12.9504C4.57038 12.6518 4.50031 12.3278 4.5 12Z\" fill=\"currentColor\"/>\n</svg>\n", bt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_18)\">\n<path d=\"M22.5479 10.561H5.43693C5.38631 10.5605 5.33703 10.5448 5.29554 10.5158C5.25405 10.4868 5.2223 10.4459 5.20446 10.3985C5.18661 10.3511 5.18351 10.2995 5.19555 10.2503C5.20759 10.2012 5.23422 10.1568 5.27193 10.123L13.9089 2.52302C14.1805 2.26701 14.342 1.91559 14.3595 1.54281C14.377 1.17003 14.2491 0.805021 14.0027 0.524699C13.7564 0.244378 13.4108 0.0706434 13.0389 0.0401096C12.667 0.00957575 12.2977 0.124628 12.0089 0.361019L0.82793 10.2C0.572554 10.4252 0.368025 10.7022 0.22793 11.0126C0.087835 11.3229 0.0153809 11.6595 0.0153809 12C0.0153809 12.3405 0.087835 12.6771 0.22793 12.9875C0.368025 13.2978 0.572554 13.5748 0.82793 13.8L12.0069 23.637C12.2959 23.8704 12.664 23.9832 13.0341 23.9516C13.4043 23.92 13.7479 23.7466 13.9932 23.4676C14.2385 23.1886 14.3665 22.8256 14.3504 22.4545C14.3343 22.0833 14.1754 21.7328 13.9069 21.476L5.26993 13.876C5.23222 13.8423 5.20559 13.7979 5.19355 13.7487C5.18151 13.6995 5.18461 13.6479 5.20246 13.6005C5.2203 13.5532 5.25205 13.5123 5.29354 13.4833C5.33503 13.4543 5.38431 13.4385 5.43493 13.438H22.5479C22.9231 13.4281 23.2797 13.2721 23.5415 13.0032C23.8034 12.7344 23.95 12.3739 23.95 11.9985C23.95 11.6232 23.8034 11.2627 23.5415 10.9938C23.2797 10.7249 22.9231 10.5689 22.5479 10.559V10.561Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_18\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", xt = "<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 12.0289C19.5004 12.3559 19.431 12.6794 19.2965 12.9775C19.162 13.2757 18.9655 13.5417 18.72 13.7579L7.568 23.5689C7.19846 23.8789 6.72225 24.0321 6.24122 23.9957C5.76018 23.9592 5.3125 23.736 4.9939 23.3738C4.67529 23.0116 4.51105 22.5391 4.5363 22.0573C4.56155 21.5756 4.77428 21.1228 5.129 20.7959L14.881 12.2169C14.9078 12.1934 14.9292 12.1645 14.9439 12.1321C14.9586 12.0996 14.9662 12.0644 14.9662 12.0289C14.9662 11.9933 14.9586 11.9581 14.9439 11.9256C14.9292 11.8932 14.9078 11.8643 14.881 11.8409L5.129 3.26185C4.94043 3.10362 4.78539 2.90928 4.67299 2.69027C4.5606 2.47126 4.49312 2.23199 4.47452 1.98653C4.45592 1.74106 4.48657 1.49436 4.56468 1.26091C4.64279 1.02746 4.76678 0.811985 4.92936 0.627142C5.09194 0.442299 5.28983 0.291822 5.5114 0.184553C5.73296 0.0772838 5.97374 0.0153884 6.21957 0.00250427C6.4654 -0.0103799 6.71133 0.0260085 6.94289 0.109529C7.17446 0.19305 7.38699 0.322016 7.568 0.488851L18.716 10.2969C18.9621 10.5134 19.1593 10.7798 19.2944 11.0785C19.4296 11.3771 19.4997 11.7011 19.5 12.0289Z\" fill=\"currentColor\"/>\n</svg>\n", St = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_17)\">\n<path d=\"M23.987 12C23.9861 11.6595 23.9131 11.3231 23.7728 11.0128C23.6325 10.7026 23.4281 10.4256 23.173 10.2L11.994 0.361019C11.7052 0.124628 11.3359 0.00957575 10.964 0.0401096C10.5921 0.0706434 10.2465 0.244378 10.0001 0.524699C9.7538 0.805021 9.6259 1.17003 9.6434 1.54281C9.6609 1.91559 9.82243 2.26701 10.094 2.52302L18.731 10.123C18.7688 10.1566 18.7956 10.2009 18.8078 10.2501C18.8199 10.2993 18.8168 10.351 18.7989 10.3983C18.781 10.4457 18.7492 10.4865 18.7076 10.5154C18.666 10.5443 18.6166 10.5598 18.566 10.56H1.45196C1.07005 10.56 0.703781 10.7117 0.433729 10.9818C0.163677 11.2518 0.0119629 11.6181 0.0119629 12C0.0119629 12.3819 0.163677 12.7482 0.433729 13.0183C0.703781 13.2883 1.07005 13.44 1.45196 13.44H18.563C18.6136 13.4405 18.6629 13.4563 18.7044 13.4853C18.7458 13.5143 18.7776 13.5552 18.7954 13.6025C18.8133 13.6499 18.8164 13.7015 18.8043 13.7507C18.7923 13.7999 18.7657 13.8443 18.728 13.878L10.091 21.478C9.93991 21.6 9.8151 21.7513 9.72402 21.9228C9.63294 22.0943 9.57749 22.2824 9.56099 22.4759C9.54449 22.6693 9.56728 22.8642 9.62801 23.0486C9.68873 23.233 9.78613 23.4033 9.91434 23.5491C10.0425 23.6949 10.1989 23.8133 10.3741 23.8971C10.5492 23.9809 10.7395 24.0285 10.9335 24.0369C11.1275 24.0453 11.3211 24.0144 11.5029 23.946C11.6846 23.8776 11.8506 23.7732 11.991 23.639L23.172 13.8C23.4273 13.5747 23.632 13.2977 23.7725 12.9874C23.913 12.6771 23.9861 12.3406 23.987 12Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_17\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Ct = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_23)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM18.639 12.854L12.352 19.14C12.2582 19.2337 12.1311 19.2864 11.9985 19.2864C11.8659 19.2864 11.7388 19.2337 11.645 19.14L5.35901 12.854C5.2889 12.7841 5.24113 12.6949 5.22177 12.5978C5.2024 12.5007 5.2123 12.4 5.25022 12.3085C5.28814 12.2171 5.35236 12.1389 5.43475 12.084C5.51714 12.0291 5.61398 11.9998 5.71301 12H9.50001C9.56631 12 9.6299 11.9737 9.67678 11.9268C9.72367 11.8799 9.75001 11.8163 9.75001 11.75V5.5C9.75001 5.36739 9.80268 5.24021 9.89645 5.14645C9.99022 5.05268 10.1174 5 10.25 5H13.742C13.8746 5 14.0018 5.05268 14.0956 5.14645C14.1893 5.24021 14.242 5.36739 14.242 5.5V11.75C14.242 11.8163 14.2683 11.8799 14.3152 11.9268C14.3621 11.9737 14.4257 12 14.492 12H18.281C18.3804 11.999 18.4778 12.0277 18.5608 12.0823C18.6438 12.1369 18.7086 12.215 18.747 12.3067C18.7855 12.3983 18.7957 12.4993 18.7765 12.5968C18.7572 12.6943 18.7094 12.7838 18.639 12.854Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_23\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", wt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_22)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM19 13.746C19 13.8786 18.9473 14.0058 18.8536 14.0996C18.7598 14.1933 18.6326 14.246 18.5 14.246H12.25C12.1837 14.246 12.1201 14.2723 12.0732 14.3192C12.0263 14.3661 12 14.4297 12 14.496V18.285C12.0002 18.384 11.971 18.4809 11.916 18.5633C11.8611 18.6456 11.7829 18.7099 11.6915 18.7478C11.6 18.7857 11.4993 18.7956 11.4022 18.7762C11.3051 18.7569 11.2159 18.7091 11.146 18.639L4.86001 12.352C4.76627 12.2582 4.71361 12.1311 4.71361 11.9985C4.71361 11.8659 4.76627 11.7388 4.86001 11.645L11.146 5.359C11.2159 5.28889 11.3051 5.24113 11.4022 5.22176C11.4993 5.20239 11.6 5.2123 11.6915 5.25022C11.7829 5.28813 11.8611 5.35236 11.916 5.43475C11.971 5.51714 12.0002 5.61398 12 5.713V9.5C12 9.5663 12.0263 9.62989 12.0732 9.67678C12.1201 9.72366 12.1837 9.75 12.25 9.75H18.5C18.6326 9.75 18.7598 9.80268 18.8536 9.89645C18.9473 9.99021 19 10.1174 19 10.25V13.746Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_22\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Tt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_20)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM19.14 12.352L12.854 18.639C12.7841 18.7091 12.6949 18.7569 12.5978 18.7762C12.5007 18.7956 12.4 18.7857 12.3085 18.7478C12.2171 18.7099 12.1389 18.6456 12.084 18.5633C12.0291 18.4809 11.9998 18.384 12 18.285V14.5C12 14.4337 11.9737 14.3701 11.9268 14.3232C11.8799 14.2763 11.8163 14.25 11.75 14.25H5.50001C5.3674 14.25 5.24022 14.1973 5.14645 14.1036C5.05268 14.0098 5.00001 13.8826 5.00001 13.75V10.254C5.00001 10.1214 5.05268 9.99422 5.14645 9.90045C5.24022 9.80668 5.3674 9.754 5.50001 9.754H11.75C11.7832 9.754 11.816 9.74741 11.8466 9.73459C11.8772 9.72178 11.9049 9.70301 11.9282 9.67937C11.9515 9.65573 11.9698 9.62769 11.9821 9.5969C11.9945 9.56611 12.0005 9.53317 12 9.5V5.713C11.9998 5.61398 12.0291 5.51714 12.084 5.43475C12.1389 5.35236 12.2171 5.28813 12.3085 5.25022C12.4 5.2123 12.5007 5.20239 12.5978 5.22176C12.6949 5.24113 12.7841 5.28889 12.854 5.359L19.14 11.645C19.2337 11.7388 19.2864 11.8659 19.2864 11.9985C19.2864 12.1311 19.2337 12.2582 19.14 12.352Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_20\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Et = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_19)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM18.287 12H14.5C14.4337 12 14.3701 12.0263 14.3232 12.0732C14.2763 12.1201 14.25 12.1837 14.25 12.25V18.5C14.25 18.6326 14.1973 18.7598 14.1036 18.8536C14.0098 18.9473 13.8826 19 13.75 19H10.254C10.1214 19 9.99422 18.9473 9.90045 18.8536C9.80668 18.7598 9.75401 18.6326 9.75401 18.5V12.25C9.75401 12.2168 9.74741 12.184 9.7346 12.1534C9.72179 12.1228 9.70301 12.0951 9.67937 12.0718C9.65573 12.0485 9.6277 12.0302 9.59691 12.0179C9.56611 12.0055 9.53317 11.9995 9.50001 12H5.71501C5.61598 12.0002 5.51914 11.9709 5.43675 11.916C5.35436 11.8611 5.29014 11.7829 5.25222 11.6915C5.2143 11.6 5.2044 11.4993 5.22377 11.4022C5.24313 11.3051 5.2909 11.2159 5.36101 11.146L11.648 4.86C11.7418 4.76626 11.8689 4.71361 12.0015 4.71361C12.1341 4.71361 12.2612 4.76626 12.355 4.86L18.641 11.146C18.7111 11.2159 18.7589 11.3051 18.7782 11.4022C18.7976 11.4993 18.7877 11.6 18.7498 11.6915C18.7119 11.7829 18.6476 11.8611 18.5653 11.916C18.4829 11.9709 18.386 12.0002 18.287 12Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_19\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Dt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.3341 10.127C21.8549 9.62687 21.1959 9.33865 20.5033 9.32626C19.8108 9.31387 19.1419 9.57834 18.6451 10.061L14.9291 13.933C14.8584 14.0063 14.7503 14.0295 14.6558 13.9914C14.5613 13.9534 14.4993 13.8619 14.4991 13.76V2.139C14.439 1.53683 14.1417 0.983345 13.6728 0.600771C13.204 0.218197 12.6021 0.0380084 12.0001 0.0999979C11.1831 0.0999979 9.4841 0.548998 9.5001 2.1V13.781C9.49932 13.8818 9.43833 13.9723 9.34522 14.0109C9.25212 14.0495 9.14496 14.0287 9.0731 13.958L5.3321 10.228C4.28831 9.26041 2.66248 9.30484 1.6731 10.328C0.641436 11.3136 0.596809 12.9465 1.5731 13.987L11.2901 23.61C11.4758 23.7955 11.7276 23.8995 11.9901 23.899H12.0001C12.2658 23.8973 12.5197 23.7893 12.7051 23.599L22.4051 13.808C23.3983 12.7705 23.3666 11.1255 22.3341 10.127Z\" fill=\"currentColor\"/>\n</svg>\n", Ot = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.4101 10.2L12.7061 0.399976C12.5206 0.209161 12.2662 0.101034 12.0001 0.0999756C11.7377 0.0999482 11.486 0.203863 11.3001 0.388976L1.57309 10.02C0.598125 11.0602 0.642735 12.6916 1.67309 13.677C2.65609 14.7127 4.29195 14.7575 5.33009 13.777L9.07309 10.045C9.14482 9.97387 9.25228 9.95291 9.34547 9.99185C9.43866 10.0308 9.49927 10.122 9.49909 10.223V21.889C9.48309 23.448 11.1641 23.9 12.0001 23.9C12.6015 23.9626 13.2031 23.7833 13.6721 23.4017C14.1411 23.0201 14.439 22.4675 14.5001 21.866V10.241C14.4999 10.1387 14.562 10.0465 14.657 10.0084C14.7519 9.9703 14.8605 9.9939 14.9311 10.068L18.6531 13.949C19.7035 14.8892 21.3053 14.8457 22.3032 13.8499C23.3012 12.8541 23.348 11.2524 22.4101 10.2Z\" fill=\"currentColor\"/>\n</svg>\n", kt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18052_54)\">\n<path d=\"M12.0567 4.46923C12.3838 4.46883 12.7072 4.53819 13.0053 4.6727C13.3035 4.8072 13.5695 5.00375 13.7857 5.24923L23.5967 16.4012C23.9068 16.7708 24.06 17.247 24.0235 17.728C23.9871 18.2091 23.7639 18.6567 23.4016 18.9753C23.0394 19.2939 22.5669 19.4582 22.0851 19.4329C21.6034 19.4077 21.1506 19.195 20.8237 18.8402L12.2447 9.08823C12.2212 9.06146 12.1923 9.04002 12.1599 9.02532C12.1275 9.01062 12.0923 9.00302 12.0567 9.00302C12.0211 9.00302 11.9859 9.01062 11.9535 9.02532C11.9211 9.04002 11.8921 9.06146 11.8687 9.08823L3.28968 18.8402C3.13145 19.0288 2.93711 19.1838 2.7181 19.2962C2.49909 19.4086 2.25982 19.4761 2.01436 19.4947C1.76889 19.5133 1.52219 19.4827 1.28874 19.4046C1.0553 19.3264 0.839817 19.2025 0.654974 19.0399C0.470131 18.8773 0.319655 18.6794 0.212385 18.4578C0.105116 18.2363 0.0432207 17.9955 0.0303365 17.7497C0.0174524 17.5038 0.0538408 17.2579 0.137362 17.0263C0.220883 16.7948 0.349848 16.5822 0.516684 16.4012L10.3247 5.25323C10.5412 5.00715 10.8077 4.80996 11.1063 4.67479C11.4049 4.53961 11.7289 4.46954 12.0567 4.46923Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18052_54\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", At = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18409_16)\">\n<path d=\"M23.421 11.765L13.768 0.8C13.3015 0.318633 12.6695 0.0326416 12 0C11.3306 0.0330377 10.6987 0.318967 10.232 0.8L0.578988 11.765C0.452977 11.9037 0.355822 12.0661 0.29318 12.2428C0.230538 12.4194 0.203661 12.6067 0.214113 12.7939C0.224566 12.981 0.272138 13.1642 0.354062 13.3327C0.435986 13.5013 0.550623 13.6519 0.6913 13.7757C0.831977 13.8995 0.995883 13.9941 1.17347 14.054C1.35107 14.1139 1.53879 14.1378 1.72573 14.1245C1.91267 14.1111 2.09508 14.0607 2.26234 13.9761C2.4296 13.8916 2.57837 13.7746 2.69999 13.632L10.15 5.166C10.1837 5.12806 10.2281 5.10126 10.2773 5.08915C10.3266 5.07704 10.3783 5.08021 10.4258 5.09822C10.4732 5.11623 10.514 5.14824 10.5428 5.18999C10.5716 5.23175 10.587 5.28128 10.587 5.332V22.587C10.587 22.9618 10.7359 23.3212 11.0008 23.5861C11.2658 23.8511 11.6252 24 12 24C12.3747 24 12.7341 23.8511 12.9991 23.5861C13.2641 23.3212 13.413 22.9618 13.413 22.587V5.332C13.4129 5.28114 13.4284 5.23147 13.4573 5.18963C13.4863 5.14779 13.5273 5.11577 13.5749 5.09784C13.6225 5.07991 13.6744 5.07692 13.7237 5.08928C13.7731 5.10164 13.8175 5.12875 13.851 5.167L21.3 13.632C21.4216 13.7746 21.5704 13.8916 21.7376 13.9761C21.9049 14.0607 22.0873 14.1111 22.2742 14.1245C22.4612 14.1378 22.6489 14.1139 22.8265 14.054C23.0041 13.9941 23.168 13.8995 23.3087 13.7757C23.4494 13.6519 23.564 13.5013 23.6459 13.3327C23.7278 13.1642 23.7754 12.981 23.7859 12.7939C23.7963 12.6067 23.7694 12.4194 23.7068 12.2428C23.6442 12.0661 23.547 11.9037 23.421 11.765Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18409_16\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", jt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.843 3.455C20.5375 2.14906 18.7666 1.41534 16.92 1.41534C15.0734 1.41534 13.3025 2.14906 11.997 3.455L1.61899 13.832C-0.366873 15.8374 -0.358948 19.0706 1.63672 21.0663C3.63239 23.0619 6.86556 23.0699 8.87099 21.084L17.3 12.653C18.1858 11.8332 18.5522 10.5945 18.2548 9.42474C17.9574 8.255 17.0439 7.34168 15.874 7.04453C14.7042 6.74738 13.4656 7.114 12.646 8L7.45699 13.184C7.20405 13.4366 7.10507 13.8049 7.19734 14.1503C7.28962 14.4956 7.55912 14.7655 7.90434 14.8583C8.24956 14.951 8.61805 14.8526 8.87099 14.6L14.06 9.409C14.5686 8.92374 15.3716 8.93327 15.8685 9.43047C16.3654 9.92768 16.3745 10.7307 15.889 11.239L7.45699 19.67C6.23534 20.8917 4.25464 20.8917 3.03299 19.67C1.81134 18.4484 1.81134 16.4677 3.03299 15.246L13.411 4.869C15.349 2.93104 18.491 2.93104 20.429 4.869C22.367 6.80697 22.367 9.94904 20.429 11.887L12.646 19.67C12.386 19.9211 12.2818 20.2929 12.3733 20.6425C12.4648 20.9921 12.7379 21.2652 13.0875 21.3567C13.4371 21.4482 13.8089 21.344 14.06 21.084L21.843 13.3C23.1492 11.9946 23.8831 10.2237 23.8831 8.377C23.8831 6.53034 23.1492 4.75938 21.843 3.454V3.455Z\" fill=\"currentColor\"/>\n</svg>\n", Mt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.25 4H22C22.2652 4 22.5196 4.10536 22.7071 4.29289C22.8946 4.48043 23 4.73478 23 5C23 5.26522 22.8946 5.51957 22.7071 5.70711C22.5196 5.89464 22.2652 6 22 6H2C1.73478 6 1.48043 5.89464 1.29289 5.70711C1.10536 5.51957 1 5.26522 1 5C1 4.73478 1.10536 4.48043 1.29289 4.29289C1.48043 4.10536 1.73478 4 2 4H6.75C6.8163 4 6.87989 3.97366 6.92678 3.92678C6.97366 3.87989 7 3.8163 7 3.75V2.5C7 1.83696 7.26339 1.20107 7.73223 0.732233C8.20107 0.263392 8.83696 0 9.5 0H14.5C15.163 0 15.7989 0.263392 16.2678 0.732233C16.7366 1.20107 17 1.83696 17 2.5V3.75C17 3.8163 17.0263 3.87989 17.0732 3.92678C17.1201 3.97366 17.1837 4 17.25 4ZM9 2.5V3.75C9 3.8163 9.02634 3.87989 9.07322 3.92678C9.12011 3.97366 9.1837 4 9.25 4H14.75C14.8163 4 14.8799 3.97366 14.9268 3.92678C14.9737 3.87989 15 3.8163 15 3.75V2.5C15 2.36739 14.9473 2.24021 14.8536 2.14645C14.7598 2.05268 14.6326 2 14.5 2H9.5C9.36739 2 9.24021 2.05268 9.14645 2.14645C9.05268 2.24021 9 2.36739 9 2.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 7.5H19.5C19.6326 7.5 19.7598 7.55268 19.8536 7.64645C19.9473 7.74021 20 7.86739 20 8V22C20 22.5304 19.7893 23.0391 19.4142 23.4142C19.0391 23.7893 18.5304 24 18 24H6C5.46957 24 4.96086 23.7893 4.58579 23.4142C4.21071 23.0391 4 22.5304 4 22V8C4 7.86739 4.05268 7.74021 4.14645 7.64645C4.24021 7.55268 4.36739 7.5 4.5 7.5ZM10.0303 21.0303C10.171 20.8897 10.25 20.6989 10.25 20.5V11.5C10.25 11.3011 10.171 11.1103 10.0303 10.9697C9.88968 10.829 9.69891 10.75 9.5 10.75C9.30109 10.75 9.11032 10.829 8.96967 10.9697C8.82902 11.1103 8.75 11.3011 8.75 11.5V20.5C8.75 20.6989 8.82902 20.8897 8.96967 21.0303C9.11032 21.171 9.30109 21.25 9.5 21.25C9.69891 21.25 9.88968 21.171 10.0303 21.0303ZM15.0303 21.0303C15.171 20.8897 15.25 20.6989 15.25 20.5V11.5C15.25 11.3011 15.171 11.1103 15.0303 10.9697C14.8897 10.829 14.6989 10.75 14.5 10.75C14.3011 10.75 14.1103 10.829 13.9697 10.9697C13.829 11.1103 13.75 11.3011 13.75 11.5V20.5C13.75 20.6989 13.829 20.8897 13.9697 21.0303C14.1103 21.171 14.3011 21.25 14.5 21.25C14.6989 21.25 14.8897 21.171 15.0303 21.0303Z\" fill=\"currentColor\"/>\n</svg>\n", Nt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.50684 3.30328C7.03279 3.37528 9.90009 4.61589 11.1621 5.40289C11.2462 5.45496 11.2919 5.55199 11.2783 5.64996C11.2626 5.75328 11.2529 5.85798 11.25 5.96246V21.7837C11.25 21.8727 11.2028 21.9557 11.126 22.0005C11.0494 22.0449 10.9545 22.0449 10.8779 22.0005C9.48694 21.2186 6.64406 20.1339 1.49316 20.0679C1.21976 20.0641 0.999973 19.8414 1 19.5679V3.80328C0.999987 3.66951 1.05322 3.5408 1.14844 3.44683C1.24369 3.3529 1.37308 3.30145 1.50684 3.30328Z\" fill=\"currentColor\"/>\n<path d=\"M22.4932 3.30328C22.6267 3.30146 22.7554 3.35313 22.8506 3.44683C22.9459 3.54081 23 3.66945 23 3.80328V19.5679C23 19.8414 22.7802 20.0641 22.5068 20.0679C19.4637 19.9733 16.4362 20.5418 13.6348 21.7339C13.5367 21.7816 13.4188 21.7603 13.3438 21.6812C13.269 21.6021 13.254 21.4835 13.3066 21.3882C13.5954 20.8757 13.9403 20.3966 14.334 19.9595C15.5122 18.8022 17.0048 18.0161 18.626 17.7007C18.9859 17.639 19.2493 17.3276 19.25 16.9625V3.72808C19.2498 3.60041 19.3458 3.493 19.4727 3.47906C20.3787 3.38206 21.3792 3.31728 22.4932 3.30328Z\" fill=\"currentColor\"/>\n<path d=\"M17.4141 1.01519C17.4908 0.987101 17.5766 0.998646 17.6436 1.04547C17.7103 1.09232 17.7501 1.16901 17.75 1.25055V16.1754C17.7498 16.2871 17.6758 16.3857 17.5684 16.4166C15.9092 16.8494 14.4012 17.7312 13.2109 18.9654L13.1885 18.9908C13.1199 19.0691 13.0095 19.0967 12.9121 19.0601C12.8146 19.0234 12.7499 18.9299 12.75 18.8257V5.97418C12.9429 4.82633 13.498 3.77041 14.334 2.96051C15.1898 2.07452 16.2463 1.40711 17.4141 1.01519Z\" fill=\"currentColor\"/>\n</svg>\n", Pt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_61296_10849)\">\n<path d=\"M12.9835 3C13.5174 3.00071 14.0288 3.21167 14.4063 3.58594C14.7839 3.96032 14.9965 4.46762 14.9972 4.99707V22.4873C15.009 22.6968 14.9777 22.9064 14.9054 23.1035C14.8329 23.3007 14.7212 23.4818 14.5763 23.6348C14.4603 23.7508 14.3225 23.8431 14.171 23.9072C13.8932 24.0122 13.5892 24.0287 13.3019 23.9531C13.0145 23.8775 12.7582 23.7141 12.5694 23.4863L9.36143 20.3047C9.26697 20.211 9.13855 20.1583 9.00498 20.1582C8.87144 20.1582 8.74305 20.2112 8.64853 20.3047L5.43955 23.4863C5.25059 23.7139 4.99446 23.8774 4.70713 23.9531C4.41973 24.0288 4.11504 24.0128 3.83701 23.9082C3.56633 23.7874 3.34047 23.5856 3.1915 23.3311C3.04252 23.0763 2.97819 22.7813 3.00693 22.4883L3.00791 4.99805C3.00684 4.73572 3.05902 4.47577 3.16025 4.2334C3.26149 3.99102 3.40993 3.77071 3.59775 3.58594C3.78426 3.39972 4.00655 3.25184 4.25107 3.15137C4.49554 3.05097 4.75795 3.00014 5.02256 3.00098L12.9835 3ZM5.02451 5L5.02353 21.0713L7.22178 18.8906C7.69452 18.422 8.33644 18.1592 9.00498 18.1592C9.67334 18.1593 10.3146 18.4221 10.7872 18.8906L12.9806 21.0664V5H5.02451ZM17.9835 0C18.5174 0.000714592 19.0288 0.211665 19.4063 0.585938C19.7839 0.960319 19.9965 1.46762 19.9972 1.99707V19.4873C20.009 19.6968 19.9777 19.9064 19.9054 20.1035C19.8329 20.3007 19.7212 20.4818 19.5763 20.6348C19.4603 20.7508 19.3225 20.8431 19.171 20.9072C18.8932 21.0122 18.5892 21.0287 18.3019 20.9531C17.7552 20.8093 16.3856 19.3823 16.0001 19V16.1719L17.9806 18.0664V2H8.00791V1.99805C8.00684 1.73572 8.05902 1.47577 8.16025 1.2334C8.26149 0.991022 8.40993 0.770715 8.59775 0.585938C8.78426 0.399717 9.00655 0.25184 9.25107 0.151367C9.49554 0.0509723 9.75795 0.000136558 10.0226 0.000976562L17.9835 0Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_61296_10849\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Ft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18113_5)\">\n<path d=\"M8.43951 23.4904L11.6481 20.3091C11.7427 20.2153 11.8709 20.1627 12.0046 20.1627C12.1383 20.1627 12.2666 20.2153 12.3611 20.3091L15.5697 23.4904C15.7585 23.7181 16.0146 23.8813 16.302 23.9569C16.5893 24.0325 16.8934 24.0167 17.1712 23.9117C17.3227 23.8475 17.4602 23.7549 17.5762 23.6388C17.7212 23.4859 17.8333 23.3053 17.9057 23.1081C17.9782 22.9108 18.0094 22.701 17.9975 22.4914L17.9976 2.00125C17.9969 1.47178 17.7845 0.964169 17.4069 0.589773C17.0293 0.215378 16.5173 0.00476137 15.9833 0.00411987L8.0224 0.00482719C7.75767 0.0039868 7.49541 0.055298 7.25086 0.155784C7.0063 0.256269 6.78431 0.403926 6.59778 0.590181C6.40996 0.774958 6.2611 0.994942 6.15986 1.23732C6.05863 1.4797 6.00704 1.73962 6.00811 2.00196L6.00669 22.4922C5.97789 22.7853 6.04255 23.08 6.19157 23.3348C6.34058 23.5896 6.56645 23.7916 6.83736 23.9124C7.11538 24.017 7.41949 24.0326 7.70689 23.9569C7.99429 23.8811 8.25052 23.718 8.43951 23.4904Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18113_5\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", It = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18259_7)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.02351 21.075L8.02484 2.00438L15.9808 2.00367V21.0702L13.7872 18.8952C13.3144 18.4265 12.6732 18.1631 12.0046 18.1631C11.336 18.1631 10.6948 18.4265 10.2221 18.8952L8.02351 21.075ZM17.1712 23.9117C16.8934 24.0167 16.5893 24.0325 16.302 23.9569C16.0146 23.8813 15.7585 23.7181 15.5697 23.4904L12.3611 20.3091C12.2666 20.2153 12.1383 20.1627 12.0046 20.1627C11.8709 20.1627 11.7427 20.2153 11.6481 20.3091L8.43951 23.4904C8.25052 23.718 7.99429 23.8811 7.70689 23.9569C7.41949 24.0326 7.11538 24.017 6.83736 23.9124C6.56645 23.7916 6.34058 23.5896 6.19157 23.3348C6.04255 23.08 5.97789 22.7853 6.00669 22.4922L6.00811 2.00196C6.00704 1.73962 6.05863 1.4797 6.15986 1.23732C6.2611 0.994942 6.40996 0.774958 6.59778 0.590181C6.78431 0.403926 7.0063 0.256269 7.25086 0.155784C7.49541 0.055298 7.75767 0.0039868 8.0224 0.00482719L15.9833 0.00411987C16.5173 0.00476137 17.0293 0.215378 17.4069 0.589773C17.7845 0.964169 17.9969 1.47178 17.9976 2.00125L17.9975 22.4914C18.0094 22.701 17.9782 22.9108 17.9057 23.1081C17.8333 23.3053 17.7212 23.4859 17.5762 23.6388C17.4602 23.7549 17.3227 23.8475 17.1712 23.9117Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18259_7\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Lt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4998 0.998047C12.7759 0.997949 12.9996 1.22195 12.9998 1.49805V2.49805C12.9996 2.77403 12.7758 2.99798 12.4998 2.99805L6.02808 2.99902L5.99976 21L8.57397 18.8906C9.08601 18.4221 9.78059 18.1593 10.5046 18.1592C11.2289 18.1592 11.9241 18.422 12.4363 18.8906L14.9998 21V7.5C14.9998 7.22396 15.2238 7.00017 15.4998 7H16.4978C16.7738 7.0002 16.9978 7.22398 16.9978 7.5V22.4873C17.0106 22.6967 16.9765 22.9064 16.8982 23.1035C16.8197 23.3008 16.6979 23.4818 16.5408 23.6348C16.4152 23.7507 16.2663 23.8431 16.1023 23.9072C15.8015 24.0122 15.4721 24.0286 15.1609 23.9531C14.8496 23.8775 14.5714 23.7141 14.3669 23.4863L10.8914 20.3047C10.7889 20.211 10.6495 20.1582 10.5046 20.1582C10.36 20.1583 10.2212 20.2111 10.1189 20.3047L6.64331 23.4863C6.43858 23.7139 6.16069 23.8774 5.84937 23.9531C5.53801 24.0288 5.20818 24.0128 4.90698 23.9082C4.61373 23.7874 4.36916 23.5856 4.20776 23.3311C4.04637 23.0763 3.97643 22.7813 4.00757 22.4883L4.00854 2.99805C4.00738 2.73577 4.06397 2.47573 4.17358 2.2334C4.28321 1.99113 4.44387 1.77066 4.64722 1.58594C4.84929 1.39968 5.09029 1.25185 5.35522 1.15137C5.62014 1.0509 5.90441 1.00014 6.19116 1.00098L12.4998 0.998047ZM18.9998 0C19.552 0 19.9998 0.447715 19.9998 1V3H21.9998C22.552 3 22.9998 3.44772 22.9998 4C22.9998 4.55228 22.552 5 21.9998 5H19.9998V7C19.9998 7.55228 19.552 8 18.9998 8C18.4476 7.99983 17.9998 7.55218 17.9998 7V5H15.9998C15.4476 4.99983 14.9998 4.55218 14.9998 4C14.9998 3.44782 15.4476 3.00018 15.9998 3H17.9998V1C17.9998 0.447823 18.4476 0.000175196 18.9998 0Z\" fill=\"currentColor\"/>\n</svg>\n", Rt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4997 0.998047C11.7758 0.997932 11.9995 1.22194 11.9997 1.49805V2.49805C11.9995 2.77402 11.7757 2.99796 11.4997 2.99805L6.02798 2.99902L5.99966 21L8.57388 18.8906C9.08591 18.4221 9.78049 18.1593 10.5045 18.1592C11.2288 18.1592 11.924 18.422 12.4362 18.8906L14.9997 21V13.5C14.9997 13.224 15.2237 13.0002 15.4997 13H16.4977C16.7737 13.0002 16.9977 13.224 16.9977 13.5V22.4873C17.0105 22.6967 16.9764 22.9064 16.8981 23.1035C16.8196 23.3008 16.6978 23.4818 16.5407 23.6348C16.4152 23.7507 16.2662 23.8431 16.1022 23.9072C15.8014 24.0122 15.472 24.0286 15.1608 23.9531C14.8495 23.8775 14.5713 23.7141 14.3668 23.4863L10.8913 20.3047C10.7888 20.211 10.6494 20.1582 10.5045 20.1582C10.3599 20.1583 10.2211 20.2111 10.1188 20.3047L6.64322 23.4863C6.43848 23.7139 6.1606 23.8774 5.84927 23.9531C5.53792 24.0288 5.20808 24.0128 4.90689 23.9082C4.61364 23.7874 4.36906 23.5856 4.20767 23.3311C4.04628 23.0763 3.97634 22.7813 4.00747 22.4883L4.00845 2.99805C4.00729 2.73578 4.06388 2.47572 4.17349 2.2334C4.28311 1.99113 4.44379 1.77066 4.64712 1.58594C4.84919 1.39968 5.09019 1.25185 5.35513 1.15137C5.62005 1.0509 5.90431 1.00014 6.19107 1.00098L11.4997 0.998047Z\" fill=\"currentColor\"/>\n<path d=\"M20.2497 5C20.6639 5 20.9997 5.44772 20.9997 6C20.9997 6.55228 20.6639 7 20.2497 7H15.7497C15.3356 6.99977 14.9997 6.55214 14.9997 6C14.9997 5.44786 15.3356 5.00023 15.7497 5H20.2497Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9997 0C21.3134 0 23.9997 2.68629 23.9997 6C23.9997 9.31371 21.3134 12 17.9997 12C14.6861 11.9998 11.9997 9.3136 11.9997 6C11.9997 2.6864 14.6861 0.000174715 17.9997 0ZM17.9997 2C15.7907 2.00017 13.9997 3.79097 13.9997 6C13.9997 8.20903 15.7907 9.99983 17.9997 10C20.2088 10 21.9997 8.20914 21.9997 6C21.9997 3.79086 20.2088 2 17.9997 2Z\" fill=\"currentColor\"/>\n</svg>\n", zt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4997 0.998047C11.7758 0.997932 11.9995 1.22194 11.9997 1.49805V2.49805C11.9995 2.77402 11.7757 2.99796 11.4997 2.99805L6.02798 2.99902L5.99966 21L8.57388 18.8906C9.08591 18.4221 9.78049 18.1593 10.5045 18.1592C11.2288 18.1592 11.924 18.422 12.4362 18.8906L14.9997 21V13.5C14.9997 13.224 15.2237 13.0002 15.4997 13H16.4977C16.7737 13.0002 16.9977 13.224 16.9977 13.5V22.4873C17.0105 22.6967 16.9764 22.9064 16.8981 23.1035C16.8196 23.3008 16.6978 23.4818 16.5407 23.6348C16.4152 23.7507 16.2662 23.8431 16.1022 23.9072C15.8014 24.0122 15.472 24.0286 15.1608 23.9531C14.8495 23.8775 14.5713 23.7141 14.3668 23.4863L10.8913 20.3047C10.7888 20.211 10.6494 20.1582 10.5045 20.1582C10.3599 20.1583 10.2211 20.2111 10.1188 20.3047L6.64322 23.4863C6.43848 23.7139 6.1606 23.8774 5.84927 23.9531C5.53792 24.0288 5.20808 24.0128 4.90689 23.9082C4.61364 23.7874 4.36906 23.5856 4.20767 23.3311C4.04628 23.0763 3.97634 22.7813 4.00747 22.4883L4.00845 2.99805C4.00729 2.73578 4.06388 2.47572 4.17349 2.2334C4.28311 1.99113 4.44379 1.77066 4.64712 1.58594C4.84919 1.39968 5.09019 1.25185 5.35513 1.15137C5.62005 1.0509 5.90431 1.00014 6.19107 1.00098L11.4997 0.998047Z\" fill=\"currentColor\"/>\n<path d=\"M17.9997 0C21.3134 0 23.9997 2.68629 23.9997 6C23.9997 9.22976 21.4481 11.8637 18.2506 11.9951C18.1127 12.0008 17.9997 11.8881 17.9997 11.75V10.25C17.9997 10.1121 18.112 10.0009 18.2497 9.99219C20.3423 9.86312 21.9997 8.12516 21.9997 6C21.9997 3.79086 20.2088 2 17.9997 2C15.7907 2.0002 13.9997 3.79098 13.9997 6C13.9997 6.48662 14.0866 6.9534 14.2458 7.38477C14.2971 7.52339 14.4624 7.5759 14.5905 7.50195L16.1071 6.62598C16.2999 6.51487 16.5308 6.69222 16.4733 6.90723L15.4001 10.9121C15.3643 11.0454 15.2277 11.1245 15.0944 11.0889L11.0885 10.0166C10.8736 9.9588 10.8361 9.66991 11.029 9.55859L12.4098 8.76074C12.5238 8.69494 12.5667 8.55193 12.5133 8.43164C12.1834 7.68836 11.9997 6.86561 11.9997 6C11.9997 2.68641 14.6861 0.000195848 17.9997 0Z\" fill=\"currentColor\"/>\n</svg>\n", Bt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2725 7.1416C10.8135 7.14181 11.252 7.58096 11.252 8.12207V16.9375C11.252 17.4786 10.8135 17.9178 10.2725 17.918H8.83105C8.28982 17.918 7.85156 17.4787 7.85156 16.9375V8.12207C7.85156 7.58084 8.28982 7.14161 8.83105 7.1416H10.2725Z\" fill=\"currentColor\"/>\n<path d=\"M15.1973 7.10059C15.7384 7.10076 16.1768 7.53992 16.1768 8.08105V16.8965C16.1768 17.4376 15.7384 17.8768 15.1973 17.877H13.7012C13.1599 17.877 12.7207 17.4377 12.7207 16.8965V8.08105C12.7207 7.53982 13.1599 7.10059 13.7012 7.10059H15.1973Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0C18.6244 0.00716485 23.9928 5.37555 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM15.6553 3.17578C12.0864 1.69729 7.97879 2.51378 5.24707 5.24512C2.51541 7.97649 1.69778 12.0843 3.17578 15.6533C4.65404 19.2224 8.13689 21.5498 12 21.5498C17.272 21.5437 21.5442 17.272 21.5508 12C21.5512 8.13689 19.2242 4.65441 15.6553 3.17578Z\" fill=\"currentColor\"/>\n</svg>\n", Vt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37555 23.9928 0.00716485 18.6244 0 12C0 5.37258 5.37258 0 12 0ZM8.76367 7.04102C7.9354 7.04119 7.26367 7.7127 7.26367 8.54102V16.541C7.26368 17.3693 7.9354 18.0408 8.76367 18.041H9.23633C10.0646 18.0408 10.7363 17.3693 10.7363 16.541V8.54102C10.7363 7.7127 10.0646 7.04119 9.23633 7.04102H8.76367ZM14.708 7.04102C13.8796 7.04102 13.208 7.71259 13.208 8.54102V16.541C13.208 17.3694 13.8796 18.041 14.708 18.041H15.2363C16.0646 18.0408 16.7363 17.3693 16.7363 16.541V8.54102C16.7363 7.7127 16.0646 7.04119 15.2363 7.04102H14.708Z\" fill=\"currentColor\"/>\n</svg>\n", Ht = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18333_17)\">\n<path d=\"M9.92001 7.55273C10.1872 7.54827 10.4506 7.61648 10.6827 7.74902L16.6095 10.7119H16.6056C16.863 10.8146 17.0838 10.9923 17.2393 11.2217C17.3948 11.4511 17.4775 11.7219 17.4776 11.999C17.4776 12.2763 17.3949 12.5478 17.2393 12.7773C17.0838 13.0068 16.863 13.1844 16.6056 13.2871L10.6788 16.25C10.4432 16.3707 10.1828 16.4356 9.91806 16.4385C9.65008 16.4392 9.38742 16.3642 9.15927 16.2236C8.93549 16.0792 8.75272 15.879 8.62997 15.6426C8.50734 15.4063 8.4485 15.142 8.45907 14.876V9.12207C8.4445 8.85496 8.50215 8.58864 8.62606 8.35156C8.74998 8.11452 8.93558 7.91492 9.16317 7.77441C9.39076 7.63395 9.6526 7.55728 9.92001 7.55273Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0C15.1816 0.00344108 18.2318 1.26887 20.4815 3.51855C22.7312 5.76825 23.9966 8.81846 24.0001 12C24.0001 14.3734 23.2962 16.6936 21.9776 18.667C20.6591 20.6403 18.7845 22.1787 16.5919 23.0869C14.3994 23.995 11.9868 24.2324 9.65927 23.7695C7.33149 23.3065 5.19297 22.1636 3.51474 20.4854C1.83651 18.8071 0.693578 16.6686 0.230556 14.3408C-0.23236 12.0133 0.00511932 9.6007 0.913173 7.4082C1.8214 5.21555 3.35978 3.34103 5.3331 2.02246C7.30648 0.703885 9.62671 1.13119e-06 12.0001 0ZM15.6075 3.28809C13.8844 2.57442 11.9884 2.38711 10.1593 2.75098C8.33017 3.11488 6.64986 4.01332 5.33114 5.33203C4.01237 6.65094 3.11383 8.33183 2.75009 10.1611C2.3864 11.9904 2.57334 13.8864 3.2872 15.6094C4.00106 17.3324 5.21002 18.8048 6.76083 19.8408C8.31171 20.8769 10.135 21.4299 12.0001 21.4297C14.4999 21.4268 16.8965 20.4317 18.6642 18.6641C20.4318 16.8964 21.4259 14.4998 21.4288 12C21.4288 10.1349 20.8762 8.31152 19.8399 6.76074C18.8037 5.21 17.3306 4.00179 15.6075 3.28809Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18333_17\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Ut = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.664 20.073C10.3395 20.0058 10.0016 20.0702 9.72462 20.2521C9.44763 20.434 9.25425 20.7185 9.18701 21.043C9.11978 21.3675 9.18421 21.7054 9.36612 21.9824C9.54803 22.2594 9.83252 22.4528 10.157 22.52C12.5044 23.0042 14.9463 22.6892 17.094 21.6252C19.2417 20.5612 20.9717 18.8092 22.0086 16.6483C23.0455 14.4874 23.3297 12.0417 22.816 9.70064C22.3022 7.35953 21.0201 5.25757 19.1736 3.72938C17.3272 2.2012 15.0226 1.33462 12.6267 1.26763C10.2309 1.20063 7.88143 1.93705 5.95248 3.35967C4.02352 4.78228 2.62592 6.8093 1.98216 9.11804C1.3384 11.4268 1.48549 13.8845 2.40001 16.1C2.42203 16.1521 2.42572 16.2102 2.41046 16.2647C2.3952 16.3192 2.3619 16.3669 2.31601 16.4L1.31601 17.126C1.15967 17.2394 1.03953 17.3957 0.970119 17.576C0.900704 17.7563 0.884984 17.9528 0.924858 18.1418C0.964732 18.3308 1.05849 18.5042 1.19481 18.6411C1.33113 18.7779 1.50417 18.8724 1.69301 18.913L5.63901 19.762C5.70811 19.7763 5.77846 19.7837 5.84901 19.784C6.07781 19.7841 6.29971 19.7057 6.47769 19.5619C6.65567 19.4181 6.77897 19.2177 6.82701 18.994L7.77201 14.594C7.81468 14.3961 7.79627 14.1899 7.71922 14.0027C7.64217 13.8155 7.51011 13.656 7.3405 13.5455C7.17088 13.4349 6.97171 13.3785 6.76932 13.3836C6.56693 13.3887 6.37085 13.4551 6.20701 13.574L4.84601 14.563C4.81388 14.5864 4.77661 14.6018 4.73732 14.608C4.69803 14.6141 4.65785 14.6108 4.62011 14.5982C4.58236 14.5857 4.54815 14.5644 4.52031 14.536C4.49246 14.5076 4.47179 14.473 4.46001 14.435C3.92506 12.7052 3.97367 10.8474 4.59838 9.14797C5.22308 7.44849 6.38922 6.00154 7.91715 5.03001C9.44509 4.05848 11.2501 3.61625 13.0541 3.77145C14.8581 3.92664 16.561 4.67066 17.9005 5.88889C19.2401 7.10711 20.142 8.73197 20.4672 10.5132C20.7925 12.2944 20.5231 14.1331 19.7005 15.7461C18.878 17.3592 17.5479 18.657 15.9152 19.4398C14.2825 20.2226 12.4377 20.4468 10.665 20.078L10.664 20.073Z\" fill=\"currentColor\"/>\n</svg>\n", Wt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.3415 4.01316C18.4712 3.99142 18.604 3.9953 18.7321 4.02488L23.1198 5.02488C23.3125 5.06893 23.4879 5.16934 23.6237 5.31297C23.7594 5.45647 23.8493 5.63689 23.8825 5.83152C23.9175 6.02737 23.8936 6.22964 23.8132 6.4116C23.7327 6.59356 23.5997 6.74799 23.4314 6.85399L22.0847 7.69969C22.0359 7.73015 21.9995 7.77699 21.9812 7.83152C21.9629 7.88629 21.9642 7.94664 21.9851 8.00047C22.7408 9.88527 22.9476 11.9456 22.5808 13.9429C22.2139 15.9403 21.2882 17.7933 19.9118 19.2866C18.5354 20.7799 16.7635 21.8532 14.8025 22.3813C12.8415 22.9094 10.7709 22.871 8.83077 22.271C8.67011 22.2259 8.51991 22.1493 8.38937 22.0454C8.25882 21.9414 8.15089 21.812 8.07101 21.6655C7.99111 21.519 7.94117 21.358 7.92452 21.1919C7.9079 21.0259 7.92417 20.8581 7.97335 20.6987C8.02257 20.5392 8.10332 20.391 8.21066 20.2632C8.31793 20.1354 8.4499 20.0306 8.59835 19.9546C8.74688 19.8786 8.90951 19.8331 9.07589 19.8208C9.24235 19.8085 9.40994 19.8299 9.56808 19.8833C11.0114 20.3297 12.55 20.3714 14.0153 20.0034C15.4806 19.6354 16.8166 18.8717 17.8776 17.7964C18.9388 16.7209 19.6846 15.374 20.0329 13.9038C20.3811 12.4339 20.3189 10.8965 19.8532 9.45945C19.8415 9.42308 19.8211 9.38935 19.7946 9.3618C19.7682 9.33431 19.7357 9.31342 19.6999 9.30027C19.664 9.28765 19.6254 9.28289 19.5876 9.28758C19.55 9.29226 19.5138 9.30577 19.4821 9.32664L18.0388 10.2329C17.8714 10.338 17.6768 10.3917 17.4792 10.3862C17.2815 10.3807 17.0897 10.3161 16.9284 10.2016C16.7672 10.0872 16.6435 9.92738 16.573 9.74266C16.5025 9.55799 16.488 9.35627 16.5319 9.16356L17.5319 4.77684C17.5612 4.64863 17.616 4.5276 17.6921 4.42039C17.7683 4.3132 17.8649 4.22166 17.9763 4.15184C18.0877 4.0821 18.2119 4.03493 18.3415 4.01316Z\" fill=\"currentColor\"/>\n<path d=\"M9.28292 1.60106C11.259 1.08259 13.342 1.13769 15.2878 1.76024C15.6034 1.86102 15.8664 2.08299 16.0183 2.37742C16.17 2.67165 16.1989 3.01418 16.0984 3.32957C15.9976 3.64503 15.7754 3.9081 15.4812 4.06004C15.1868 4.21193 14.8436 4.24086 14.528 4.14012C13.0845 3.67619 11.5406 3.61941 10.0671 3.97703C8.59353 4.33471 7.24679 5.09331 6.17648 6.16746C5.10946 7.23933 4.35701 8.58335 4.0007 10.0532C3.64435 11.5234 3.69794 13.0636 4.15597 14.5054C4.16766 14.542 4.18783 14.5753 4.21456 14.603C4.24144 14.6308 4.27481 14.6526 4.31124 14.6655C4.34753 14.6783 4.38634 14.6819 4.42452 14.6772C4.46285 14.6725 4.49971 14.6594 4.53195 14.6382L5.87081 13.7573C6.03598 13.6487 6.22977 13.5909 6.42745 13.5923C6.62517 13.5937 6.81851 13.6541 6.98214 13.7651C7.1456 13.8761 7.273 14.0333 7.34738 14.2163C7.42167 14.3994 7.43993 14.6009 7.40011 14.7944L6.48605 19.1997C6.44002 19.4252 6.31748 19.6282 6.13937 19.7739C5.96099 19.9197 5.73691 20.0003 5.50656 20.0005C5.43961 20.0002 5.37287 19.9927 5.30734 19.979L0.90011 19.0708C0.706059 19.0311 0.527578 18.9353 0.388391 18.7944C0.249261 18.6536 0.155192 18.4742 0.117883 18.2798C0.0806242 18.0853 0.102267 17.884 0.179407 17.7016C0.256562 17.5194 0.386077 17.3639 0.551477 17.2554L1.95187 16.3335C1.99979 16.302 2.03532 16.2544 2.05245 16.1997C2.06957 16.145 2.06702 16.0858 2.04562 16.0327C1.27932 14.1391 1.06814 12.0663 1.43722 10.0571C1.80635 8.04783 2.74115 6.18561 4.13058 4.68797C5.51996 3.19041 7.30702 2.11957 9.28292 1.60106Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4157 7.00047C12.6557 7.00047 12.8797 7.06022 13.0876 7.18016C13.2956 7.29216 13.4524 7.45634 13.5564 7.67234L16.7243 14.1763C16.7962 14.328 16.8317 14.4758 16.8318 14.6196C16.8318 14.8836 16.7235 15.1085 16.5075 15.2925C16.2996 15.4762 16.0596 15.5679 15.7878 15.5679C15.6039 15.5678 15.4358 15.5202 15.2839 15.4243C15.1319 15.3283 15.0115 15.1837 14.9235 14.9917L14.3835 13.7798H10.4958L9.94406 14.9917C9.85606 15.1837 9.73199 15.3283 9.57199 15.4243C9.42005 15.5202 9.25198 15.5678 9.06808 15.5679C8.79617 15.5679 8.54788 15.4763 8.32394 15.2925C8.10794 15.1085 7.99972 14.8836 7.99972 14.6196C7.99978 14.4758 8.03622 14.3281 8.10812 14.1763L11.2761 7.67234C11.3801 7.45634 11.5321 7.29216 11.7321 7.18016C11.9401 7.06022 12.1678 7.0005 12.4157 7.00047ZM11.24 12.1235H13.6403L12.4401 9.44773L11.24 12.1235Z\" fill=\"currentColor\"/>\n</svg>\n", Gt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18333_19)\">\n<path d=\"M14.9395 8.08105C15.4804 8.08128 15.9188 8.51965 15.919 9.06055V14.9385C15.9188 15.4794 15.4804 15.9177 14.9395 15.918H9.06259C8.52151 15.918 8.08238 15.4795 8.08212 14.9385V9.06055C8.08236 8.51951 8.5215 8.08105 9.06259 8.08105H14.9395Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0C15.1816 0.00344108 18.2318 1.26887 20.4815 3.51855C22.7312 5.76825 23.9966 8.81846 24.0001 12C24.0001 14.3734 23.2962 16.6936 21.9776 18.667C20.6591 20.6403 18.7845 22.1787 16.5919 23.0869C14.3994 23.995 11.9868 24.2324 9.65927 23.7695C7.33149 23.3065 5.19297 22.1636 3.51474 20.4854C1.83651 18.8071 0.693578 16.6686 0.230556 14.3408C-0.23236 12.0133 0.00511932 9.6007 0.913173 7.4082C1.8214 5.21555 3.35978 3.34103 5.3331 2.02246C7.30648 0.703885 9.62671 1.13119e-06 12.0001 0ZM15.6554 3.17578C13.9103 2.45284 11.9904 2.26351 10.1378 2.63184C8.28506 3.00024 6.58297 3.90949 5.24716 5.24512C3.91133 6.58081 3.00151 8.283 2.6329 10.1357C2.26442 11.9882 2.4532 13.9083 3.17587 15.6533C3.89871 17.3985 5.12284 18.8909 6.69345 19.9404C8.26412 20.99 10.111 21.5498 12.0001 21.5498C14.532 21.5469 16.9596 20.5402 18.7501 18.75C20.5406 16.9597 21.5477 14.532 21.5509 12C21.5511 10.1109 20.9909 8.26414 19.9415 6.69336C18.8921 5.12271 17.4005 3.89878 15.6554 3.17578Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18333_19\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Q = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.70513 5.02082C8.39538 5.02085 8.955 5.5806 8.95513 6.27082C8.95513 6.96116 8.39546 7.5208 7.70513 7.52082H7.22661C4.75461 7.52383 2.75171 9.52825 2.75005 12.0003C2.75019 14.5512 4.8841 16.4758 7.71294 16.4759H12.4766C13.0221 16.4766 13.505 16.8307 13.669 17.3509C13.8329 17.8711 13.6408 18.4379 13.1944 18.7513L8.42095 22.0911C8.0393 22.3586 7.54037 22.3914 7.12701 22.1761C6.71365 21.9608 6.45464 21.5328 6.45513 21.0667V19.0911C6.45533 18.9693 6.36729 18.8651 6.24712 18.845C2.6271 18.3426 0.0160273 15.1205 0.274467 11.4749C0.532898 7.8295 3.57212 5.00783 7.22661 5.02082H7.70513Z\" fill=\"currentColor\"/>\n<path d=\"M15.584 1.90656C15.9657 1.63987 16.464 1.60674 16.877 1.8216C17.2901 2.03677 17.5496 2.46423 17.5499 2.93V4.90754C17.5507 5.02881 17.6384 5.13178 17.7579 5.15266C21.3806 5.65155 23.9957 8.87503 23.7374 12.5228C23.4787 16.1706 20.4353 18.9929 16.7784 18.9759H16.2999C15.6096 18.9758 15.0499 18.4162 15.0499 17.7259C15.05 17.0357 15.6096 16.476 16.2999 16.4759H16.7735C19.2446 16.4729 21.2472 14.4705 21.2501 11.9993C21.2501 9.44638 19.1161 7.52089 16.2872 7.52082H11.5235C10.9779 7.52087 10.4952 7.16714 10.3311 6.6468C10.1671 6.1266 10.359 5.56033 10.8057 5.24738L15.584 1.90656Z\" fill=\"currentColor\"/>\n</svg>\n", Kt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 10.5H6.5C6.23478 10.5 5.98043 10.6054 5.79289 10.7929C5.60536 10.9804 5.5 11.2348 5.5 11.5C5.5 11.7652 5.60536 12.0196 5.79289 12.2071C5.98043 12.3946 6.23478 12.5 6.5 12.5H7.5C7.76522 12.5 8.01957 12.3946 8.20711 12.2071C8.39464 12.0196 8.5 11.7652 8.5 11.5C8.5 11.2348 8.39464 10.9804 8.20711 10.7929C8.01957 10.6054 7.76522 10.5 7.5 10.5Z\" fill=\"currentColor\"/>\n<path d=\"M12.5 10.5H11.5C11.2348 10.5 10.9804 10.6054 10.7929 10.7929C10.6054 10.9804 10.5 11.2348 10.5 11.5C10.5 11.7652 10.6054 12.0196 10.7929 12.2071C10.9804 12.3946 11.2348 12.5 11.5 12.5H12.5C12.7652 12.5 13.0196 12.3946 13.2071 12.2071C13.3946 12.0196 13.5 11.7652 13.5 11.5C13.5 11.2348 13.3946 10.9804 13.2071 10.7929C13.0196 10.6054 12.7652 10.5 12.5 10.5Z\" fill=\"currentColor\"/>\n<path d=\"M17.5 10.5H16.5C16.2348 10.5 15.9804 10.6054 15.7929 10.7929C15.6054 10.9804 15.5 11.2348 15.5 11.5C15.5 11.7652 15.6054 12.0196 15.7929 12.2071C15.9804 12.3946 16.2348 12.5 16.5 12.5H17.5C17.7652 12.5 18.0196 12.3946 18.2071 12.2071C18.3946 12.0196 18.5 11.7652 18.5 11.5C18.5 11.2348 18.3946 10.9804 18.2071 10.7929C18.0196 10.6054 17.7652 10.5 17.5 10.5Z\" fill=\"currentColor\"/>\n<path d=\"M7.5 14.5H6.5C6.23478 14.5 5.98043 14.6054 5.79289 14.7929C5.60536 14.9804 5.5 15.2348 5.5 15.5C5.5 15.7652 5.60536 16.0196 5.79289 16.2071C5.98043 16.3946 6.23478 16.5 6.5 16.5H7.5C7.76522 16.5 8.01957 16.3946 8.20711 16.2071C8.39464 16.0196 8.5 15.7652 8.5 15.5C8.5 15.2348 8.39464 14.9804 8.20711 14.7929C8.01957 14.6054 7.76522 14.5 7.5 14.5Z\" fill=\"currentColor\"/>\n<path d=\"M12.5 14.5H11.5C11.2348 14.5 10.9804 14.6054 10.7929 14.7929C10.6054 14.9804 10.5 15.2348 10.5 15.5C10.5 15.7652 10.6054 16.0196 10.7929 16.2071C10.9804 16.3946 11.2348 16.5 11.5 16.5H12.5C12.7652 16.5 13.0196 16.3946 13.2071 16.2071C13.3946 16.0196 13.5 15.7652 13.5 15.5C13.5 15.2348 13.3946 14.9804 13.2071 14.7929C13.0196 14.6054 12.7652 14.5 12.5 14.5Z\" fill=\"currentColor\"/>\n<path d=\"M17.5 14.5H16.5C16.2348 14.5 15.9804 14.6054 15.7929 14.7929C15.6054 14.9804 15.5 15.2348 15.5 15.5C15.5 15.7652 15.6054 16.0196 15.7929 16.2071C15.9804 16.3946 16.2348 16.5 16.5 16.5H17.5C17.7652 16.5 18.0196 16.3946 18.2071 16.2071C18.3946 16.0196 18.5 15.7652 18.5 15.5C18.5 15.2348 18.3946 14.9804 18.2071 14.7929C18.0196 14.6054 17.7652 14.5 17.5 14.5Z\" fill=\"currentColor\"/>\n<path d=\"M7.5 18.5H6.5C6.23478 18.5 5.98043 18.6054 5.79289 18.7929C5.60536 18.9804 5.5 19.2348 5.5 19.5C5.5 19.7652 5.60536 20.0196 5.79289 20.2071C5.98043 20.3946 6.23478 20.5 6.5 20.5H7.5C7.76522 20.5 8.01957 20.3946 8.20711 20.2071C8.39464 20.0196 8.5 19.7652 8.5 19.5C8.5 19.2348 8.39464 18.9804 8.20711 18.7929C8.01957 18.6054 7.76522 18.5 7.5 18.5Z\" fill=\"currentColor\"/>\n<path d=\"M12.5 18.5H11.5C11.2348 18.5 10.9804 18.6054 10.7929 18.7929C10.6054 18.9804 10.5 19.2348 10.5 19.5C10.5 19.7652 10.6054 20.0196 10.7929 20.2071C10.9804 20.3946 11.2348 20.5 11.5 20.5H12.5C12.7652 20.5 13.0196 20.3946 13.2071 20.2071C13.3946 20.0196 13.5 19.7652 13.5 19.5C13.5 19.2348 13.3946 18.9804 13.2071 18.7929C13.0196 18.6054 12.7652 18.5 12.5 18.5Z\" fill=\"currentColor\"/>\n<path d=\"M17.5 18.5H16.5C16.2348 18.5 15.9804 18.6054 15.7929 18.7929C15.6054 18.9804 15.5 19.2348 15.5 19.5C15.5 19.7652 15.6054 20.0196 15.7929 20.2071C15.9804 20.3946 16.2348 20.5 16.5 20.5H17.5C17.7652 20.5 18.0196 20.3946 18.2071 20.2071C18.3946 20.0196 18.5 19.7652 18.5 19.5C18.5 19.2348 18.3946 18.9804 18.2071 18.7929C18.0196 18.6054 17.7652 18.5 17.5 18.5Z\" fill=\"currentColor\"/>\n<path d=\"M21.5 3H18.75C18.6837 3 18.6201 2.97366 18.5732 2.92678C18.5263 2.87989 18.5 2.8163 18.5 2.75V1C18.5 0.734784 18.3946 0.48043 18.2071 0.292893C18.0196 0.105357 17.7652 0 17.5 0C17.2348 0 16.9804 0.105357 16.7929 0.292893C16.6054 0.48043 16.5 0.734784 16.5 1V5.75C16.5 5.94891 16.421 6.13968 16.2803 6.28033C16.1397 6.42098 15.9489 6.5 15.75 6.5C15.5511 6.5 15.3603 6.42098 15.2197 6.28033C15.079 6.13968 15 5.94891 15 5.75V3.5C15 3.36739 14.9473 3.24021 14.8536 3.14645C14.7598 3.05268 14.6326 3 14.5 3H8.25C8.18387 3 8.12043 2.9738 8.07358 2.92713C8.02672 2.88046 8.00026 2.81713 8 2.751V1C8 0.734784 7.89464 0.48043 7.70711 0.292893C7.51957 0.105357 7.26522 0 7 0C6.73478 0 6.48043 0.105357 6.29289 0.292893C6.10536 0.48043 6 0.734784 6 1V5.75C6 5.94891 5.92098 6.13968 5.78033 6.28033C5.63968 6.42098 5.44891 6.5 5.25 6.5C5.05109 6.5 4.86032 6.42098 4.71967 6.28033C4.57902 6.13968 4.5 5.94891 4.5 5.75V3.5C4.5 3.36739 4.44732 3.24021 4.35355 3.14645C4.25979 3.05268 4.13261 3 4 3H2.5C1.96957 3 1.46086 3.21071 1.08579 3.58579C0.710714 3.96086 0.5 4.46957 0.5 5V22C0.5 22.5304 0.710714 23.0391 1.08579 23.4142C1.46086 23.7893 1.96957 24 2.5 24H21.5C22.0304 24 22.5391 23.7893 22.9142 23.4142C23.2893 23.0391 23.5 22.5304 23.5 22V5C23.5 4.46957 23.2893 3.96086 22.9142 3.58579C22.5391 3.21071 22.0304 3 21.5 3ZM21.5 21.5C21.5 21.6326 21.4473 21.7598 21.3536 21.8536C21.2598 21.9473 21.1326 22 21 22H3C2.86739 22 2.74021 21.9473 2.64645 21.8536C2.55268 21.7598 2.5 21.6326 2.5 21.5V9.5C2.5 9.36739 2.55268 9.24021 2.64645 9.14645C2.74021 9.05268 2.86739 9 3 9H21C21.1326 9 21.2598 9.05268 21.3536 9.14645C21.4473 9.24021 21.5 9.36739 21.5 9.5V21.5Z\" fill=\"currentColor\"/>\n</svg>\n", qt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_21674_39056)\">\n<path d=\"M23.3741 0.286973C23.0508 0.0551881 22.6487 -0.0386786 22.2562 0.0260207C21.8637 0.0907201 21.5129 0.308686 21.2811 0.631973L7.24613 20.2L2.56113 15.511C2.42186 15.3716 2.25651 15.2611 2.07453 15.1857C1.89254 15.1102 1.69748 15.0714 1.50048 15.0713C1.30348 15.0713 1.1084 15.1101 0.92638 15.1854C0.744358 15.2607 0.57896 15.3712 0.439627 15.5105C0.300295 15.6497 0.189757 15.8151 0.114326 15.9971C0.0388944 16.1791 4.64684e-05 16.3741 4.16624e-08 16.5711C-4.63851e-05 16.7681 0.0387096 16.9632 0.114055 17.1452C0.189401 17.3272 0.29986 17.4926 0.439127 17.632L6.37413 23.566C6.52995 23.7159 6.71587 23.831 6.91956 23.9036C7.12325 23.9762 7.34006 24.0046 7.55558 23.987C7.77111 23.9695 7.98043 23.9062 8.16965 23.8016C8.35888 23.6969 8.52368 23.5532 8.65313 23.38L23.7191 2.37997C23.9509 2.05667 24.0448 1.65453 23.9801 1.26202C23.9154 0.869516 23.6974 0.518781 23.3741 0.286973Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_21674_39056\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Jt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M22.455 0H1.545C1.1354 0.000529196 0.742734 0.163475 0.453105 0.453105C0.163475 0.742734 0.000529196 1.1354 0 1.545L0 22.454C0.000264538 22.8638 0.163094 23.2567 0.452752 23.5465C0.742409 23.8364 1.13523 23.9995 1.545 24H22.455C22.8648 23.9995 23.2576 23.8364 23.5472 23.5465C23.8369 23.2567 23.9997 22.8638 24 22.454V1.545C23.9995 1.1354 23.8365 0.742734 23.5469 0.453105C23.2573 0.163475 22.8646 0.000529196 22.455 0V0ZM18.805 7.844L11.805 17.344C11.7239 17.4509 11.6225 17.5407 11.5064 17.608C11.3904 17.6754 11.2621 17.7191 11.1291 17.7365C10.9961 17.7539 10.8609 17.7447 10.7314 17.7094C10.602 17.6741 10.4808 17.6135 10.375 17.531L5.375 13.531C5.27043 13.4496 5.18307 13.3483 5.118 13.2329C5.05294 13.1175 5.01145 12.9903 4.99596 12.8587C4.98047 12.7271 4.99129 12.5937 5.02778 12.4664C5.06427 12.339 5.12571 12.2201 5.20853 12.1167C5.29135 12.0133 5.39389 11.9274 5.51021 11.8639C5.62652 11.8005 5.75429 11.7607 5.88608 11.7471C6.01787 11.7334 6.15106 11.7461 6.27791 11.7844C6.40476 11.8227 6.52274 11.8857 6.625 11.97L10.812 15.32L17.2 6.656C17.3574 6.4425 17.5932 6.30027 17.8554 6.26061C18.1177 6.22095 18.385 6.28709 18.5985 6.4445C18.812 6.60191 18.9542 6.83768 18.9939 7.09995C19.0336 7.36222 18.9674 7.6295 18.81 7.843L18.805 7.844Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Yt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20781_6)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9963 8.81854 22.7308 5.76845 20.4812 3.51881C18.2316 1.26918 15.1815 0.00370522 12 0V0ZM18.927 8.2L12.082 17.489C12.0012 17.5962 11.8998 17.6863 11.7838 17.7539C11.6678 17.8215 11.5395 17.8654 11.4064 17.8829C11.2733 17.9004 11.138 17.8912 11.0085 17.8558C10.879 17.8205 10.7578 17.7597 10.652 17.677L5.76401 13.769C5.66144 13.6869 5.57605 13.5855 5.5127 13.4704C5.44936 13.3553 5.4093 13.2289 5.39481 13.0983C5.36556 12.8346 5.44224 12.5701 5.60801 12.363C5.77377 12.1559 6.01502 12.0231 6.2787 11.9938C6.54237 11.9646 6.80687 12.0412 7.01401 12.207L11.09 15.468L17.317 7.017C17.392 6.90451 17.489 6.80838 17.6021 6.73443C17.7153 6.66048 17.8423 6.61025 17.9754 6.58676C18.1085 6.56327 18.245 6.56702 18.3767 6.59777C18.5083 6.62853 18.6323 6.68565 18.7413 6.7657C18.8502 6.84574 18.9418 6.94705 19.0105 7.06348C19.0792 7.17992 19.1235 7.30907 19.1409 7.44313C19.1582 7.57719 19.1482 7.71339 19.1115 7.84347C19.0747 7.97356 19.012 8.09485 18.927 8.2Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20781_6\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Xt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20781_5)\">\n<path d=\"M17.5518 6.21973C17.7141 6.19514 17.8799 6.20282 18.0392 6.24219C18.1983 6.28159 18.3486 6.35195 18.4806 6.44922C18.6128 6.54619 18.7245 6.66841 18.8097 6.80859C18.8949 6.94899 18.9517 7.10524 18.9767 7.26758C19.0016 7.42983 18.9942 7.59544 18.9552 7.75488C18.9161 7.91436 18.8463 8.0649 18.7491 8.19727L12.0489 17.2842C11.948 17.4181 11.8216 17.5307 11.6768 17.6152C11.532 17.6997 11.3714 17.7545 11.2052 17.7764C11.0389 17.7982 10.8699 17.7863 10.7081 17.7422C10.5462 17.698 10.394 17.6219 10.2618 17.5186L5.47958 13.6934C5.22853 13.4835 5.06883 13.183 5.03622 12.8574C5.00373 12.532 5.10043 12.2065 5.30477 11.9512C5.50915 11.6959 5.80538 11.5308 6.12997 11.4912C6.45476 11.4517 6.78234 11.5413 7.04208 11.7402L10.8087 14.7539L16.7335 6.71387C16.8306 6.58197 16.9527 6.4705 17.0929 6.38574C17.2333 6.30089 17.3896 6.24434 17.5518 6.21973Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0C15.1816 0.00344108 18.2318 1.26887 20.4815 3.51855C22.7312 5.76825 23.9966 8.81846 24.0001 12C24.0001 14.3734 23.2962 16.6936 21.9776 18.667C20.6591 20.6403 18.7845 22.1787 16.5919 23.0869C14.3994 23.995 11.9868 24.2324 9.65927 23.7695C7.33149 23.3065 5.19297 22.1636 3.51474 20.4854C1.83651 18.8071 0.693578 16.6686 0.230556 14.3408C-0.23236 12.0133 0.00511932 9.6007 0.913173 7.4082C1.8214 5.21555 3.35978 3.34103 5.3331 2.02246C7.30648 0.703885 9.62671 1.13119e-06 12.0001 0ZM15.8272 2.76074C14 2.00387 11.9887 1.80653 10.0489 2.19238C8.10923 2.57827 6.32725 3.53026 4.9288 4.92871C3.53035 6.32716 2.57836 8.10914 2.19247 10.0488C1.80662 11.9886 2.00395 13.9999 2.76083 15.8271C3.5177 17.6543 4.8 19.2157 6.44442 20.3145C8.08891 21.4133 10.0223 22 12.0001 22C14.6514 21.9971 17.1927 20.9421 19.0675 19.0674C20.9422 17.1926 21.9972 14.6513 22.0001 12C22.0001 10.0222 21.4134 8.08883 20.3145 6.44434C19.2157 4.79992 17.6544 3.51761 15.8272 2.76074Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20781_5\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Zt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42909)\">\n<path d=\"M14.2999 12.179C14.2766 12.1558 14.2581 12.1282 14.2455 12.0978C14.2329 12.0674 14.2264 12.0349 14.2264 12.002C14.2264 11.9691 14.2329 11.9365 14.2455 11.9062C14.2581 11.8758 14.2766 11.8482 14.2999 11.825L23.5629 2.56298C23.8441 2.28132 24.002 1.89947 24.0017 1.50142C24.0014 1.10338 23.843 0.721745 23.5614 0.440482C23.2797 0.15922 22.8979 0.00136702 22.4998 0.00164832C22.1018 0.00192962 21.7201 0.160323 21.4389 0.441982L12.1769 9.69998C12.1537 9.72326 12.1261 9.74174 12.0957 9.75434C12.0653 9.76694 12.0328 9.77343 11.9999 9.77343C11.967 9.77343 11.9344 9.76694 11.9041 9.75434C11.8737 9.74174 11.8461 9.72326 11.8229 9.69998L2.56088 0.441982C2.42162 0.30265 2.25627 0.192112 2.07428 0.116681C1.8923 0.0412497 1.69724 0.00240184 1.50024 0.00235541C1.10238 0.00226164 0.720778 0.16022 0.439383 0.441482C0.157988 0.722745 -0.000150331 1.10427 -0.000244099 1.50213C-0.000337867 1.89999 0.157621 2.28159 0.438883 2.56298L9.69988 11.825C9.72316 11.8482 9.74164 11.8758 9.75424 11.9062C9.76684 11.9365 9.77333 11.9691 9.77333 12.002C9.77333 12.0349 9.76684 12.0674 9.75424 12.0978C9.74164 12.1282 9.72316 12.1558 9.69988 12.179L0.438883 21.442C0.299616 21.5813 0.189157 21.7467 0.113811 21.9287C0.0384654 22.1108 -0.000290528 22.3058 -0.000244099 22.5028C-0.000150331 22.9007 0.157988 23.2822 0.439383 23.5635C0.578715 23.7027 0.744114 23.8132 0.926136 23.8886C1.10816 23.9639 1.30324 24.0027 1.50024 24.0026C1.89809 24.0025 2.27962 23.8444 2.56088 23.563L11.8229 14.3C11.8461 14.2767 11.8737 14.2582 11.9041 14.2456C11.9344 14.233 11.967 14.2265 11.9999 14.2265C12.0328 14.2265 12.0653 14.233 12.0957 14.2456C12.1261 14.2582 12.1537 14.2767 12.1769 14.3L21.4389 23.563C21.7201 23.8444 22.1017 24.0025 22.4995 24.0026C22.8974 24.0027 23.279 23.8447 23.5604 23.5635C23.8418 23.2822 23.9999 22.9007 24 22.5028C24.0001 22.105 23.8421 21.7234 23.5609 21.442L14.2999 12.179Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42909\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Qt = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 0C13.8284 0 14.5 0.671573 14.5 1.5V3.36328C15.1392 3.54814 15.7557 3.80381 16.3379 4.12598L17.6562 2.80859C18.242 2.22336 19.1917 2.22316 19.7773 2.80859L21.1924 4.22168C21.4739 4.50301 21.6318 4.88523 21.6318 5.2832C21.6318 5.68097 21.4736 6.0625 21.1924 6.34375L19.875 7.66016C20.1969 8.24315 20.4526 8.86027 20.6377 9.5H22.5C23.3284 9.5 24 10.1716 24 11V13C24.0005 13.398 23.8427 13.7798 23.5615 14.0615C23.2802 14.3433 22.8982 14.502 22.5 14.502H20.6377C20.453 15.1418 20.1973 15.759 19.875 16.3418L21.1924 17.6592C21.7777 18.2449 21.7778 19.1946 21.1924 19.7803L19.7783 21.1943C19.1927 21.7798 18.243 21.7796 17.6572 21.1943L16.3389 19.877C15.7562 20.1987 15.1394 20.4544 14.5 20.6396V22.5C14.5 23.3284 13.8284 24 13 24H11C10.1716 24 9.5 23.3284 9.5 22.5V20.6396C8.86029 20.4541 8.24318 20.1981 7.66016 19.876L6.3418 21.1934C5.74632 21.7556 4.81511 21.7558 4.21973 21.1934L2.80566 19.7793C2.2202 19.1936 2.22037 18.244 2.80566 17.6582L4.125 16.3389C3.80256 15.7565 3.54687 15.1396 3.3623 14.5H1.5C0.671573 14.5 0 13.8284 0 13V11C0 10.1716 0.671573 9.5 1.5 9.5H3.3623C3.54694 8.86073 3.80262 8.24419 4.125 7.66211L2.80664 6.34473C2.52537 6.06347 2.36724 5.68196 2.36719 5.28418C2.36719 4.88619 2.52513 4.50399 2.80664 4.22266L4.22168 2.80859C4.80733 2.22317 5.75701 2.22335 6.34277 2.80859L7.66113 4.12598C8.24386 3.80422 8.86065 3.54856 9.5 3.36328V1.5C9.5 0.671573 10.1716 0 11 0H13ZM12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7601 16.9967 16.9967 14.7601 17 12C17 9.23858 14.7614 7 12 7Z\" fill=\"currentColor\"/>\n</svg>\n", $t = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.414 4.914L17.086 0.586C16.711 0.210901 16.2024 0.000113275 15.672 0L4 0C3.46957 0 2.96086 0.210714 2.58579 0.585786C2.21071 0.960859 2 1.46957 2 2V22C2 22.5304 2.21071 23.0391 2.58579 23.4142C2.96086 23.7893 3.46957 24 4 24H20C20.5304 24 21.0391 23.7893 21.4142 23.4142C21.7893 23.0391 22 22.5304 22 22V6.328C21.9999 5.79761 21.7891 5.28899 21.414 4.914ZM11 19.5H6.5C6.23478 19.5 5.98043 19.3946 5.79289 19.2071C5.60536 19.0196 5.5 18.7652 5.5 18.5C5.5 18.2348 5.60536 17.9804 5.79289 17.7929C5.98043 17.6054 6.23478 17.5 6.5 17.5H11C11.2652 17.5 11.5196 17.6054 11.7071 17.7929C11.8946 17.9804 12 18.2348 12 18.5C12 18.7652 11.8946 19.0196 11.7071 19.2071C11.5196 19.3946 11.2652 19.5 11 19.5ZM15.5 15.5H6.5C6.23478 15.5 5.98043 15.3946 5.79289 15.2071C5.60536 15.0196 5.5 14.7652 5.5 14.5C5.5 14.2348 5.60536 13.9804 5.79289 13.7929C5.98043 13.6054 6.23478 13.5 6.5 13.5H15.5C15.7652 13.5 16.0196 13.6054 16.2071 13.7929C16.3946 13.9804 16.5 14.2348 16.5 14.5C16.5 14.7652 16.3946 15.0196 16.2071 15.2071C16.0196 15.3946 15.7652 15.5 15.5 15.5ZM15.5 11.5H6.5C6.23478 11.5 5.98043 11.3946 5.79289 11.2071C5.60536 11.0196 5.5 10.7652 5.5 10.5C5.5 10.2348 5.60536 9.98043 5.79289 9.79289C5.98043 9.60536 6.23478 9.5 6.5 9.5H15.5C15.7652 9.5 16.0196 9.60536 16.2071 9.79289C16.3946 9.98043 16.5 10.2348 16.5 10.5C16.5 10.7652 16.3946 11.0196 16.2071 11.2071C16.0196 11.3946 15.7652 11.5 15.5 11.5Z\" fill=\"currentColor\"/>\n</svg>\n", en = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5 11C10.088 11.0044 12.9956 13.912 13 17.5C13 21.0899 10.0899 24 6.5 24C2.91015 24 0 21.0899 0 17.5C0 13.9101 2.91015 11 6.5 11ZM6.5 20.5C5.94772 20.5 5.5 20.9477 5.5 21.5C5.5 22.0523 5.94772 22.5 6.5 22.5C7.05228 22.5 7.5 22.0523 7.5 21.5C7.5 20.9477 7.05228 20.5 6.5 20.5ZM6.18262 13.2734C4.86555 13.4338 3.87525 14.5521 3.875 15.8789C3.875 16.2931 4.21079 16.6289 4.625 16.6289C5.03921 16.6289 5.375 16.2931 5.375 15.8789C5.37529 15.2887 5.83214 14.7986 6.4209 14.7568C7.00949 14.7154 7.52978 15.1365 7.61328 15.7207C7.69138 16.2684 7.36062 16.7849 6.84375 16.9502L6.63281 17.0068C6.11414 17.1682 5.75267 17.6488 5.75 18.2002V18.75C5.75 19.1642 6.08579 19.5 6.5 19.5C6.91421 19.5 7.25 19.1642 7.25 18.75V18.5439C7.25943 18.441 7.33252 18.355 7.43262 18.3291V18.333C8.67291 17.8614 9.36694 16.5382 9.04883 15.25C8.73056 13.9617 7.49994 13.1132 6.18262 13.2734Z\" fill=\"currentColor\"/>\n<path d=\"M19.585 8.21618e-08C20.1157 -0.000151923 20.6248 0.210616 21 0.585938L23.4141 3C23.7891 3.37498 23.9999 3.88369 24 4.41406V18.499C24 19.6036 23.1046 20.499 22 20.499H14.2646C14.1846 20.4989 14.1099 20.4594 14.0645 20.3936C14.0189 20.3274 14.0085 20.243 14.0371 20.168C14.2042 19.6946 14.3263 19.2063 14.4014 18.71C14.4187 18.5902 14.5206 18.5009 14.6416 18.5H21.5C21.7761 18.5 22 18.2761 22 18V4.62109C22 4.48876 21.9479 4.36128 21.8545 4.26758L19.7324 2.14648C19.6387 2.05302 19.5113 2.00003 19.3789 2H8.5C8.22386 2 8 2.22386 8 2.5V9.36035C8.0009 9.43073 7.972 9.49854 7.91992 9.5459C7.8677 9.59334 7.79669 9.61615 7.72656 9.6084C7.27964 9.55943 6.60812 9.53139 6.24219 9.52539C6.10692 9.52212 5.99908 9.41065 6 9.27539V2C6 0.895433 6.89543 4.84963e-06 8 8.21618e-08H19.585Z\" fill=\"currentColor\"/>\n<path d=\"M16.5 11C17.0523 11 17.5 11.4477 17.5 12C17.5 12.5523 17.0523 13 16.5 13H13.2383C13.1593 13.0017 13.0842 12.9645 13.0381 12.9004C12.6857 12.4021 12.2778 11.9451 11.8223 11.5391C11.7854 11.4991 11.7675 11.4447 11.7734 11.3906C11.7795 11.3367 11.8089 11.2878 11.8535 11.2568C12.0287 11.0923 12.2597 11.0004 12.5 11H16.5Z\" fill=\"currentColor\"/>\n<path d=\"M19 6.5C19.5523 6.5 20 6.94772 20 7.5C20 8.05229 19.5523 8.5 19 8.5H12C11.4477 8.5 11 8.05229 11 7.5C11 6.94772 11.4477 6.5 12 6.5H19Z\" fill=\"currentColor\"/>\n</svg>\n", tn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.05403 12.6191C3.96469 10.6328 7.00414 10.4634 9.10774 12.2256C11.2112 13.988 11.7043 17.1174 10.2513 19.4873C10.193 19.5823 10.2058 19.7066 10.2816 19.7871L12.6829 22.293C13.0574 22.6837 13.0579 23.3177 12.6829 23.708C12.3079 24.0983 11.6994 24.0974 11.3245 23.707L8.92024 21.2012C8.84294 21.1222 8.72301 21.1096 8.63216 21.1709C6.35449 22.6802 3.35068 22.1618 1.66243 19.9678C-0.0257285 17.7732 0.143363 14.6059 2.05403 12.6191ZM7.08626 13.2998C5.83072 12.7581 4.3851 13.0576 3.42415 14.0586C2.46328 15.0596 2.17559 16.5652 2.69564 17.873C3.21584 19.1806 4.44135 20.0332 5.80013 20.0332C7.65552 20.033 9.16031 18.4659 9.16048 16.5332C9.16043 15.1179 8.34136 13.8417 7.08626 13.2998Z\" fill=\"currentColor\"/>\n<path d=\"M19.0423 8.21998e-08C19.5513 -0.000151866 20.0396 0.210361 20.3997 0.584961L22.7171 3C23.0774 3.37523 23.2807 3.8843 23.2806 4.41504V18.499C23.2806 19.6036 22.4201 20.499 21.3597 20.499H12.2005C12.1025 20.4977 12.0106 20.4498 11.9505 20.3691L11.5931 19.9971C11.5104 19.8854 11.4905 19.7366 11.5404 19.6055C11.6803 19.3036 11.7999 18.9912 11.8978 18.6719C11.9284 18.57 12.0189 18.5004 12.1214 18.5H20.8802C21.1453 18.5 21.3597 18.2761 21.3597 18V4.62109C21.3594 4.4886 21.3092 4.36112 21.2191 4.26758L19.1829 2.14648C19.093 2.05304 18.9711 2.00006 18.8441 2H8.39974C8.13482 2.00022 7.92024 2.22399 7.92024 2.5V9.62402C7.91939 9.7026 7.8816 9.77545 7.81966 9.82031C7.75772 9.86516 7.67875 9.87613 7.60774 9.84961C7.15503 9.69444 6.68738 9.59113 6.21321 9.54102C6.09305 9.53015 6.00086 9.42544 6.00032 9.2998V2C6.00032 0.89543 6.85986 8.21998e-08 7.92024 8.21998e-08H19.0423Z\" fill=\"currentColor\"/>\n<path d=\"M15.8001 11C16.3303 11 16.7601 11.4477 16.7601 12C16.7601 12.5523 16.3303 13 15.8001 13H11.9603C11.4301 13 11.0003 12.5523 11.0003 12C11.0003 11.4477 11.4301 11 11.9603 11H15.8001Z\" fill=\"currentColor\"/>\n<path d=\"M18.2005 6.5C18.7305 6.50021 19.1605 6.94785 19.1605 7.5C19.1605 8.05215 18.7305 8.49979 18.2005 8.5H11.4798C10.9498 8.49982 10.5199 8.05217 10.5199 7.5C10.5199 6.94783 10.9498 6.50018 11.4798 6.5H18.2005Z\" fill=\"currentColor\"/>\n</svg>\n", nn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.49989 11.5C7.03628 11.5001 7.52896 11.7966 7.78016 12.2705L12.8348 21.9053C13.0681 22.3503 13.0503 22.8849 12.788 23.3135C12.5224 23.7389 12.057 23.9985 11.5555 24H1.44422C0.941568 23.9978 0.475086 23.7362 0.210823 23.3086C-0.0514658 22.88 -0.0693872 22.3444 0.163948 21.8994L5.21961 12.2705C5.47085 11.7966 5.96348 11.5 6.49989 11.5ZM6.49891 20.25C5.94683 20.2502 5.49901 20.6979 5.49891 21.25C5.499 21.8021 5.94683 22.2498 6.49891 22.25C7.05074 22.2494 7.49881 21.8018 7.49891 21.25C7.49881 20.6978 7.05113 20.25 6.49891 20.25ZM6.49891 15.25C6.08491 15.2502 5.74901 15.586 5.74891 16V19C5.749 19.414 6.0849 19.7498 6.49891 19.75C6.91306 19.75 7.24881 19.4141 7.24891 19V16C7.24881 15.5859 6.91306 15.25 6.49891 15.25Z\" fill=\"currentColor\"/>\n<path d=\"M19.5848 6.19057e-07C20.1154 -0.000416574 20.6245 0.210047 20.9999 0.584962L23.4139 3C23.7893 3.37523 24 3.8843 23.9999 4.41504V18.5C23.9999 19.6046 23.1045 20.5 21.9999 20.5H13.9432C13.8504 20.4998 13.7646 20.4484 13.7216 20.3662L12.9354 18.8662C12.8949 18.7889 12.8973 18.6959 12.9423 18.6211C12.9874 18.5463 13.0687 18.5002 13.1561 18.5H21.4999C21.776 18.5 21.9999 18.2761 21.9999 18V4.62109C21.9996 4.4886 21.9472 4.36112 21.8534 4.26758L19.7323 2.14649C19.6384 2.05277 19.5105 1.99976 19.3778 2H8.49988C8.22382 2.00009 7.99989 2.22391 7.99989 2.5V10.0459C8.00008 10.1251 7.96217 10.1992 7.89832 10.2461C7.83448 10.2929 7.7521 10.3071 7.67664 10.2832C7.20405 10.1644 6.72096 10.0925 6.23426 10.0684C6.10228 10.0614 5.99881 9.95145 5.99989 9.81934V2C5.99989 0.895485 6.89539 8.63e-05 7.99989 6.19057e-07H19.5848Z\" fill=\"currentColor\"/>\n<path d=\"M16.4999 11C17.0522 11 17.4999 11.4477 17.4999 12C17.4999 12.5523 17.0522 13 16.4999 13H12.4999C11.9477 12.9999 11.4999 12.5522 11.4999 12C11.4999 11.4478 11.9477 11.0001 12.4999 11H16.4999Z\" fill=\"currentColor\"/>\n<path d=\"M18.9999 6.5C19.5522 6.5 19.9999 6.94772 19.9999 7.5C19.9999 8.05229 19.5522 8.5 18.9999 8.5H11.9999C11.4477 8.49992 10.9999 8.05224 10.9999 7.5C10.9999 6.94777 11.4477 6.50008 11.9999 6.5H18.9999Z\" fill=\"currentColor\"/>\n</svg>\n", rn = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>common-file-upload</title><path d=\"M6.5,11A6.5,6.5,0,1,0,13,17.5,6.508,6.508,0,0,0,6.5,11Zm2.391,5.688A.5.5,0,0,1,8.5,17.5H7.75a.25.25,0,0,0-.25.25V20.5a1,1,0,0,1-2,0V17.75a.25.25,0,0,0-.25-.25H4.5a.5.5,0,0,1-.391-.812l2-2.5a.517.517,0,0,1,.782,0Z\"/><path d=\"M24,4.414A2,2,0,0,0,23.414,3L21,.586A2,2,0,0,0,19.585,0H8A2,2,0,0,0,6,2V9.275a.248.248,0,0,0,.242.25c.366.006,1.038.033,1.485.083A.246.246,0,0,0,8,9.36V2.5A.5.5,0,0,1,8.5,2H19.379a.5.5,0,0,1,.353.146l2.122,2.122A.5.5,0,0,1,22,4.621V18a.5.5,0,0,1-.5.5H14.642a.245.245,0,0,0-.241.21,7.956,7.956,0,0,1-.364,1.458.244.244,0,0,0,.228.331H22a2,2,0,0,0,2-2Z\"/></svg>", an = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C15.1826 0 18.2349 1.26421 20.4854 3.51465C22.7358 5.76509 24 8.8174 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 3.34961C11.3098 3.34961 10.7502 3.90943 10.75 4.59961V5.36523C10.7497 5.48912 10.6587 5.59442 10.5361 5.6123C8.91791 5.84307 7.65719 7.1336 7.46484 8.75684C7.27258 10.38 8.19645 11.9296 9.71582 12.5322L13.3564 13.9893C13.8537 14.1885 14.1393 14.7123 14.0381 15.2383C13.9368 15.7643 13.4771 16.1442 12.9414 16.1445H9.35254C8.66255 16.1448 8.10279 16.7045 8.10254 17.3945C8.10254 18.0847 8.6624 18.6443 9.35254 18.6445H10.5C10.5663 18.6443 10.6298 18.671 10.6768 18.7178C10.7236 18.7646 10.7501 18.8283 10.75 18.8945V19.5996C10.75 20.29 11.3096 20.8496 12 20.8496C12.6904 20.8496 13.25 20.29 13.25 19.5996V18.835C13.2501 18.7108 13.3411 18.6053 13.4639 18.5869C15.0821 18.3561 16.3428 17.0666 16.5352 15.4434C16.7275 13.8202 15.8036 12.2706 14.2842 11.668L10.6436 10.2109C10.1454 10.0127 9.85862 9.48842 9.95996 8.96191C10.0614 8.43536 10.5224 8.05471 11.0586 8.05566H14.6475C15.3376 8.05542 15.8975 7.49587 15.8975 6.80566C15.8973 6.11562 15.3375 5.55591 14.6475 5.55566H13.5C13.3619 5.55566 13.25 5.44374 13.25 5.30566V4.59961C13.2498 3.90943 12.6902 3.34961 12 3.34961Z\" fill=\"currentColor\"/>\n</svg>\n", on = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.862 11.5C21.862 9.84315 20.5189 8.5 18.862 8.5H18.594C18.2368 7.88121 17.5765 7.50002 16.862 7.5H15.594C15.2368 6.88121 14.5765 6.50002 13.862 6.5H12.862V3C12.862 1.61929 11.7427 0.5 10.362 0.5C8.98131 0.5 7.86202 1.61929 7.86202 3V13.3L6.64902 11.6C5.82888 10.5642 4.34163 10.3513 3.26377 11.1153C2.18591 11.8793 1.89431 13.3531 2.60002 14.47L8.70002 23.076C8.90399 23.3743 9.25304 23.5394 9.61303 23.5077C9.97302 23.4761 10.2879 23.2527 10.4368 22.9234C10.5856 22.5941 10.5452 22.2101 10.331 21.919L4.23602 13.319C4.08055 13.1006 4.13159 12.7975 4.35002 12.642C4.56845 12.4865 4.87155 12.5376 5.02702 12.756L7.14702 15.732C7.52583 16.2628 8.20422 16.4881 8.82532 16.2893C9.44641 16.0905 9.86789 15.5131 9.86802 14.861V3C9.86802 2.72386 10.0919 2.5 10.368 2.5C10.6442 2.5 10.868 2.72386 10.868 3V10.5C10.868 11.0523 11.3157 11.5 11.868 11.5C12.4203 11.5 12.868 11.0523 12.868 10.5V8.747C12.868 8.60893 12.9799 8.497 13.118 8.497H13.618C13.6844 8.49673 13.7481 8.52299 13.7951 8.56993C13.842 8.61687 13.8683 8.68061 13.868 8.747V10.5C13.868 11.0523 14.3157 11.5 14.868 11.5C15.4203 11.5 15.868 11.0523 15.868 10.5V9.75C15.868 9.61193 15.9799 9.5 16.118 9.5H16.618C16.6844 9.49973 16.7481 9.52599 16.7951 9.57293C16.842 9.61987 16.8683 9.68361 16.868 9.75V11.5C16.868 12.0523 17.3157 12.5 17.868 12.5C18.4203 12.5 18.868 12.0523 18.868 11.5V10.79C18.8696 10.7103 18.9089 10.636 18.974 10.59C19.0403 10.5429 19.1255 10.5313 19.202 10.559C19.601 10.7004 19.8678 11.0777 19.868 11.501V14.101C19.8681 14.9377 19.7516 15.7704 19.522 16.575L17.9 22.223C17.7566 22.7511 18.0643 23.2964 18.5905 23.4466C19.1168 23.5969 19.666 23.2962 19.823 22.772L21.439 17.118C21.7189 16.135 21.8609 15.118 21.861 14.096L21.862 11.5Z\" fill=\"currentColor\"/>\n</svg>\n", sn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.6439 16.813L14.9759 12.146C14.9232 12.0938 14.8966 12.0208 14.9031 11.947C14.9097 11.8731 14.9489 11.806 15.0099 11.764L18.0099 9.68398C18.3258 9.46509 18.4883 9.08456 18.428 8.70502C18.3676 8.32549 18.0951 8.01411 17.7269 7.90398L5.02893 4.09298C4.7647 4.01435 4.47864 4.08681 4.2837 4.28175C4.08877 4.47668 4.01631 4.76275 4.09493 5.02698L7.90593 17.727C8.01631 18.095 8.3278 18.3673 8.70731 18.4274C9.08681 18.4875 9.4672 18.3249 9.68593 18.009L11.7649 15.009C11.807 14.9481 11.874 14.909 11.9478 14.9022C12.0215 14.8954 12.0944 14.9217 12.1469 14.974L16.8149 19.642C17.2054 20.0324 17.8384 20.0324 18.2289 19.642L19.6439 18.227C20.0343 17.8365 20.0343 17.2035 19.6439 16.813Z\" fill=\"currentColor\"/>\n</svg>\n", cn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.48131 5.12402C6.87901 5.12411 7.26063 5.28225 7.54185 5.56348C7.82305 5.84476 7.98131 6.22628 7.98131 6.62402V16.7363C7.98139 16.8025 8.00774 16.8663 8.05455 16.9131C8.1014 16.9598 8.16516 16.9863 8.23131 16.9863H9.48131C9.65805 16.9864 9.8315 17.0331 9.98424 17.1221C10.1371 17.2111 10.2642 17.3392 10.3514 17.4932C10.4386 17.647 10.4834 17.8213 10.4813 17.998C10.4792 18.175 10.4297 18.3482 10.3387 18.5L7.33873 23.5C7.24995 23.6479 7.12456 23.7704 6.97447 23.8555C6.8242 23.9406 6.654 23.9854 6.48131 23.9854C6.30873 23.9853 6.13931 23.9405 5.98912 23.8555C5.83885 23.7704 5.71273 23.6481 5.62389 23.5L2.62389 18.5C2.53233 18.3484 2.48299 18.1751 2.48033 17.998C2.47775 17.8208 2.52205 17.6456 2.60924 17.4912C2.69644 17.3368 2.82325 17.2084 2.97642 17.1191C3.12959 17.0299 3.30403 16.9832 3.48131 16.9834H4.73131C4.76406 16.9835 4.79673 16.9763 4.82701 16.9639C4.85727 16.9514 4.88491 16.9333 4.90807 16.9102C4.93121 16.887 4.94926 16.8593 4.96178 16.8291C4.97425 16.7988 4.98139 16.7661 4.98131 16.7334V6.62402C4.98131 6.2262 5.13946 5.84478 5.42076 5.56348C5.70205 5.28228 6.08356 5.12402 6.48131 5.12402Z\" fill=\"currentColor\"/>\n<path d=\"M17.5184 0.0166016C17.6872 0.0166016 17.8534 0.0580799 18.0028 0.136719C18.1521 0.215336 18.2803 0.328682 18.3758 0.467773L21.3758 5.46777C21.467 5.61944 21.5161 5.79281 21.5184 5.96973C21.5207 6.14671 21.4767 6.32153 21.3895 6.47559C21.3024 6.62961 21.1752 6.75751 21.0223 6.84668C20.8696 6.9357 20.6962 6.98331 20.5194 6.9834H19.2694C19.2366 6.98327 19.204 6.98952 19.1737 7.00195C19.1433 7.01447 19.1149 7.03242 19.0917 7.05566C19.0685 7.07879 19.0505 7.10652 19.0379 7.13672C19.0254 7.16711 19.0193 7.20053 19.0194 7.2334V17.3398C19.0194 17.7376 18.8611 18.1191 18.5799 18.4004C18.2987 18.6816 17.9171 18.8398 17.5194 18.8398C17.1216 18.8398 16.7401 18.6817 16.4588 18.4004C16.1775 18.1191 16.0194 17.7377 16.0194 17.3398V7.2334C16.0194 7.16726 15.9928 7.10349 15.9462 7.05664C15.8993 7.00983 15.8356 6.98348 15.7694 6.9834H14.5194C14.3424 6.98354 14.1685 6.93575 14.0155 6.84668C13.8625 6.75757 13.7356 6.62967 13.6483 6.47559C13.5611 6.32152 13.5161 6.14676 13.5184 5.96973C13.5208 5.79281 13.5699 5.61944 13.661 5.46777L16.661 0.467773C16.7565 0.328665 16.8848 0.215363 17.034 0.136719C17.1834 0.0580755 17.3496 0.0166295 17.5184 0.0166016Z\" fill=\"currentColor\"/>\n</svg>\n", ln = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2197 16.7852C21.2667 16.7795 21.3147 16.7873 21.3574 16.8076C21.4002 16.8279 21.4367 16.8604 21.4619 16.9004C21.4871 16.9403 21.5001 16.987 21.5 17.0342V18.75C21.5 20.96 17.246 22.75 12 22.75C6.75401 22.75 2.5 20.96 2.5 18.75V17.0342C2.49971 16.9869 2.51301 16.9404 2.53809 16.9004C2.56318 16.8604 2.59899 16.828 2.64161 16.8076C2.68431 16.7873 2.73235 16.7794 2.7793 16.7852C2.82621 16.7909 2.87071 16.8099 2.90723 16.8398C4.84424 18.4168 8.50004 19.25 12 19.25C15.5 19.25 19.1548 18.4168 21.0918 16.8398C21.1284 16.81 21.1729 16.7909 21.2197 16.7852ZM21.2197 12.2852C21.2667 12.2795 21.3147 12.2873 21.3574 12.3076C21.4002 12.3279 21.4367 12.3604 21.4619 12.4004C21.4871 12.4403 21.5001 12.487 21.5 12.5342V14.25C21.5 16.46 17.246 18.25 12 18.25C6.75401 18.25 2.5 16.46 2.5 14.25V12.5342C2.49971 12.4869 2.51301 12.4404 2.53809 12.4004C2.56318 12.3604 2.59899 12.328 2.64161 12.3076C2.68431 12.2873 2.73235 12.2794 2.7793 12.2852C2.82621 12.2909 2.87071 12.3099 2.90723 12.3398C4.84424 13.9168 8.50004 14.75 12 14.75C15.5 14.75 19.1548 13.9168 21.0918 12.3398C21.1284 12.31 21.1729 12.2909 21.2197 12.2852ZM2.7793 7.78418C2.8262 7.78993 2.87071 7.80888 2.90723 7.83887C4.84425 9.41683 8.50005 10.25 12 10.25C15.5 10.25 19.1538 9.4178 21.0918 7.84082C21.1284 7.81098 21.1729 7.79184 21.2197 7.78613C21.2665 7.78045 21.3139 7.78855 21.3565 7.80859C21.3991 7.82875 21.4356 7.86064 21.4609 7.90039C21.4863 7.94025 21.4999 7.98695 21.5 8.03418V9.75C21.5 11.96 17.246 13.75 12 13.75C6.75401 13.75 2.50001 11.96 2.5 9.75V8.0332C2.49971 7.98595 2.51302 7.93947 2.53809 7.89941C2.56317 7.8594 2.59899 7.827 2.64161 7.80664C2.68431 7.78629 2.73235 7.77845 2.7793 7.78418ZM12 1.25C17.2467 1.25 21.5 3.04086 21.5 5.25C21.5 7.45914 17.2467 9.25 12 9.25C6.7533 9.25 2.5 7.45914 2.5 5.25C2.5 3.04086 6.7533 1.25 12 1.25Z\" fill=\"currentColor\"/>\n</svg>\n", un = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_21674_39066)\">\n<path d=\"M12 0.627991C6.916 0.627991 1.513 2.37599 1.5 5.61799V5.62799V18.378C1.5 21.626 6.909 23.378 12 23.378C17.091 23.378 22.5 21.626 22.5 18.378V5.62799C22.5 2.37999 17.091 0.627991 12 0.627991ZM20.5 18.378C20.5 19.601 17.188 21.378 12 21.378C6.812 21.378 3.5 19.601 3.5 18.378V17.589C3.49991 17.5454 3.51128 17.5025 3.53296 17.4647C3.55464 17.4269 3.58587 17.3954 3.62354 17.3734C3.6612 17.3514 3.70397 17.3397 3.74758 17.3395C3.79118 17.3392 3.83409 17.3505 3.872 17.372C6.40201 18.5986 9.18925 19.2008 12 19.128C14.8104 19.2007 17.5973 18.5986 20.127 17.372C20.1649 17.3501 20.2078 17.3386 20.2515 17.3386C20.2952 17.3386 20.3381 17.3501 20.376 17.372C20.4135 17.3941 20.4446 17.4255 20.4663 17.4632C20.488 17.5008 20.4996 17.5435 20.5 17.587V18.378ZM20.5 14.128C20.5 15.351 17.188 17.128 12 17.128C6.812 17.128 3.5 15.351 3.5 14.128V13.339C3.49991 13.2954 3.51128 13.2525 3.53296 13.2147C3.55464 13.1769 3.58587 13.1454 3.62354 13.1234C3.6612 13.1014 3.70397 13.0897 3.74758 13.0895C3.79118 13.0892 3.83409 13.1005 3.872 13.122C6.40201 14.3486 9.18925 14.9508 12 14.878C14.8104 14.9507 17.5973 14.3486 20.127 13.122C20.1649 13.1001 20.2078 13.0886 20.2515 13.0886C20.2952 13.0886 20.3381 13.1001 20.376 13.122C20.4135 13.1441 20.4446 13.1755 20.4663 13.2132C20.488 13.2508 20.4996 13.2935 20.5 13.337V14.128ZM20.5 9.87799C20.5 11.101 17.188 12.878 12 12.878C6.812 12.878 3.5 11.101 3.5 9.87799V9.08899C3.49974 9.0453 3.51097 9.00231 3.53258 8.96434C3.55419 8.92637 3.58541 8.89475 3.6231 8.87266C3.6608 8.85057 3.70364 8.83879 3.74733 8.83849C3.79102 8.8382 3.83401 8.84941 3.872 8.87099C6.40176 10.0985 9.18912 10.701 12 10.628C14.8104 10.7008 17.5974 10.0987 20.127 8.87199C20.1651 8.85048 20.2081 8.83933 20.2518 8.83965C20.2955 8.83996 20.3384 8.85174 20.3761 8.8738C20.4139 8.89586 20.4452 8.92743 20.4669 8.96537C20.4887 9.0033 20.5001 9.04627 20.5 9.08999V9.87799ZM20.5 5.62799C20.489 6.85199 17.181 8.62799 12 8.62799C6.819 8.62799 3.5 6.85099 3.5 5.62799C3.5 4.40499 6.812 2.62799 12 2.62799C17.188 2.62799 20.5 4.40099 20.5 5.62799Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_21674_39066\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", dn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.5777 12.9803C23.8486 12.7205 24.0008 12.3678 24.0008 12C24.0008 11.6322 23.8486 11.2794 23.5777 11.0197L20.6977 8.25045C20.2856 7.85472 19.6663 7.73662 19.1283 7.95119C18.5904 8.16577 18.2398 8.67077 18.2401 9.23075V10.3846C18.2401 10.512 18.1327 10.6154 18.0001 10.6154H14.1601C14.0276 10.6154 13.9201 10.512 13.9201 10.3846V6.69229C13.9201 6.63109 13.9454 6.57239 13.9904 6.52911C14.0354 6.48584 14.0965 6.46152 14.1601 6.46152H15.3601C15.9427 6.46178 16.4681 6.12442 16.6911 5.60686C16.9141 5.0893 16.7908 4.49353 16.3787 4.09752L13.4987 1.32829C13.2285 1.06787 12.8617 0.921509 12.4791 0.921509C12.0966 0.921509 11.7298 1.06787 11.4596 1.32829L8.57963 4.09752C8.16727 4.49377 8.04406 5.08999 8.26755 5.60772C8.49104 6.12544 9.01713 6.46252 9.60011 6.46152H10.8001C10.9327 6.46152 11.0401 6.56484 11.0401 6.69229V10.3846C11.0401 10.512 10.9327 10.6154 10.8001 10.6154H6.96011C6.89646 10.6154 6.83541 10.5911 6.7904 10.5478C6.7454 10.5045 6.72011 10.4458 6.72011 10.3846V9.23075C6.72037 8.67053 6.36953 8.16536 5.83126 7.95094C5.293 7.73652 4.6734 7.85511 4.26155 8.25137L1.38155 11.0206C1.11071 11.2804 0.958496 11.6331 0.958496 12.0009C0.958496 12.3687 1.11071 12.7214 1.38155 12.9812L4.26155 15.7504C4.67365 16.1469 5.29371 16.2654 5.83215 16.0505C6.37059 15.8356 6.72115 15.3298 6.72011 14.7692V13.6154C6.72011 13.4879 6.82756 13.3846 6.96011 13.3846H10.8001C10.9327 13.3846 11.0401 13.4879 11.0401 13.6154V17.3077C11.0401 17.4351 10.9327 17.5384 10.8001 17.5384H9.60011C9.01748 17.5382 8.49211 17.8755 8.26911 18.3931C8.04611 18.9107 8.16944 19.5064 8.58155 19.9024L11.4615 22.6717C11.7317 22.9321 12.0985 23.0785 12.4811 23.0785C12.8636 23.0785 13.2304 22.9321 13.5006 22.6717L16.3806 19.9024C16.793 19.5062 16.9162 18.91 16.6927 18.3923C16.4692 17.8745 15.9431 17.5374 15.3601 17.5384H14.1601C14.0276 17.5384 13.9201 17.4351 13.9201 17.3077V13.6154C13.9201 13.4879 14.0276 13.3846 14.1601 13.3846H18.0001C18.1327 13.3846 18.2401 13.4879 18.2401 13.6154V14.7692C18.2398 15.3294 18.5907 15.8346 19.129 16.049C19.6672 16.2634 20.2868 16.1449 20.6987 15.7486L23.5777 12.9803Z\" fill=\"currentColor\"/>\n</svg>\n", fn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.24 6.06001C18.2384 7.253 17.7638 8.39667 16.9202 9.24024C16.0767 10.0838 14.933 10.5584 13.74 10.56H1.44C1.05809 10.56 0.691819 10.7117 0.421766 10.9818C0.151714 11.2518 0 11.6181 0 12C0 12.3819 0.151714 12.7482 0.421766 13.0182C0.691819 13.2883 1.05809 13.44 1.44 13.44H13.74C14.933 13.4416 16.0767 13.9162 16.9202 14.7598C17.7638 15.6034 18.2384 16.747 18.24 17.94V17.99C18.24 18.0563 18.2137 18.1199 18.1668 18.1668C18.1199 18.2137 18.0563 18.24 17.99 18.24H16.8C16.5149 18.2397 16.236 18.3241 15.9989 18.4824C15.7617 18.6407 15.5769 18.8659 15.4679 19.1294C15.3589 19.3929 15.3305 19.6828 15.3864 19.9624C15.4423 20.242 15.58 20.4987 15.782 20.7L18.66 23.578C18.7937 23.7124 18.9527 23.819 19.1277 23.8918C19.3027 23.9645 19.4904 24.002 19.68 24.002C19.8696 24.002 20.0573 23.9645 20.2323 23.8918C20.4073 23.819 20.5663 23.7124 20.7 23.578L23.578 20.7C23.78 20.4987 23.9177 20.242 23.9736 19.9624C24.0295 19.6828 24.0011 19.3929 23.8921 19.1294C23.7831 18.8659 23.5983 18.6407 23.3611 18.4824C23.124 18.3241 22.8451 18.2397 22.56 18.24H21.37C21.3037 18.24 21.2401 18.2137 21.1932 18.1668C21.1463 18.1199 21.12 18.0563 21.12 17.99V17.94C21.1185 16.8371 20.8692 15.7487 20.3904 14.7551C19.9117 13.7616 19.2157 12.8884 18.354 12.2C18.325 12.1765 18.3015 12.1468 18.2855 12.113C18.2694 12.0793 18.261 12.0424 18.261 12.005C18.261 11.9676 18.2694 11.9307 18.2855 11.897C18.3015 11.8633 18.325 11.8335 18.354 11.81C19.217 11.1206 19.9138 10.2458 20.3926 9.25039C20.8714 8.255 21.12 7.16459 21.12 6.06001V6.01001C21.12 5.94371 21.1463 5.88012 21.1932 5.83324C21.2401 5.78635 21.3037 5.76001 21.37 5.76001H22.56C22.8451 5.76032 23.124 5.67596 23.3611 5.51762C23.5983 5.35929 23.7831 5.13411 23.8921 4.87063C24.0011 4.60715 24.0295 4.31723 23.9736 4.03762C23.9177 3.75801 23.78 3.50129 23.578 3.30001L20.7 0.424014C20.5663 0.289648 20.4073 0.183025 20.2323 0.110269C20.0573 0.0375144 19.8696 6.10352e-05 19.68 6.10352e-05C19.4904 6.10352e-05 19.3027 0.0375144 19.1277 0.110269C18.9527 0.183025 18.7937 0.289648 18.66 0.424014L15.782 3.30001C15.58 3.50129 15.4423 3.75801 15.3864 4.03762C15.3305 4.31723 15.3589 4.60715 15.4679 4.87063C15.5769 5.13411 15.7617 5.35929 15.9989 5.51762C16.236 5.67596 16.5149 5.76032 16.8 5.76001H17.99C18.0563 5.76001 18.1199 5.78635 18.1668 5.83324C18.2137 5.88012 18.24 5.94371 18.24 6.01001V6.06001Z\" fill=\"currentColor\"/>\n</svg>\n", pn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.667 16.2607C22.9893 16.2595 23.299 16.3813 23.5273 16.5996C23.7557 16.8179 23.8837 17.1145 23.8838 17.4238V19.2051C23.8836 21.3257 22.0928 23.0449 19.8838 23.0449H4.11621C1.90911 23.0423 0.121233 21.3239 0.121094 19.2051V17.4238C0.121206 16.7814 0.663748 16.2608 1.33301 16.2607C2.00231 16.2607 2.54481 16.7813 2.54492 17.4238V19.2051C2.54616 20.0373 3.24928 20.7114 4.11621 20.7119H19.8838C20.7507 20.7114 21.4538 20.0373 21.4551 19.2051V17.4238C21.4552 16.7814 21.9977 16.2608 22.667 16.2607Z\" fill=\"currentColor\"/>\n<path d=\"M12 0C13.0708 4.2056e-06 13.9394 0.833337 13.9395 1.86133V10.5645C13.9395 10.697 14.0514 10.8047 14.1895 10.8047H16.8477C17.2275 10.8048 17.5729 11.0178 17.7305 11.3496C17.888 11.6814 17.8292 12.0713 17.5801 12.3467L12.7324 17.6992C12.5484 17.9029 12.2809 18.0205 12 18.0205C11.7191 18.0205 11.4516 17.9029 11.2676 17.6992L6.41992 12.3467C6.17085 12.0713 6.11198 11.6814 6.26953 11.3496C6.42709 11.0178 6.7725 10.8048 7.15234 10.8047H9.81055C9.94862 10.8047 10.0605 10.697 10.0605 10.5645V1.86133C10.0606 0.833335 10.9292 0 12 0Z\" fill=\"currentColor\"/>\n</svg>\n", mn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 6.50002H16C15.4477 6.50002 15 6.94774 15 7.50002C15 8.05231 15.4477 8.50002 16 8.50002H18.25C18.3881 8.50002 18.5 8.61195 18.5 8.75002V21.25C18.5 21.3881 18.3881 21.5 18.25 21.5H5.75C5.61193 21.5 5.5 21.3881 5.5 21.25V8.74902C5.5 8.61095 5.61193 8.49902 5.75 8.49902H8C8.55228 8.49902 9 8.05131 9 7.49902C9 6.94674 8.55228 6.49902 8 6.49902H5.5C4.39543 6.49902 3.5 7.39445 3.5 8.49902V21.499C3.5 22.6036 4.39543 23.499 5.5 23.499H18.5C19.6046 23.499 20.5 22.6036 20.5 21.499V8.50002C20.5 7.39545 19.6046 6.50002 18.5 6.50002Z\" fill=\"currentColor\"/>\n<path d=\"M11.2928 16.706C11.6833 17.0964 12.3163 17.0964 12.7068 16.706L16.2068 13.206C16.492 12.9199 16.5771 12.4903 16.4224 12.1172C16.2678 11.744 15.9038 11.5005 15.4998 11.5H13.7498C13.6117 11.5 13.4998 11.3881 13.4998 11.25V2C13.4998 1.17157 12.8282 0.5 11.9998 0.5C11.1714 0.5 10.4998 1.17157 10.4998 2V11.25C10.4998 11.3881 10.3879 11.5 10.2498 11.5H8.49982C8.09542 11.5001 7.73088 11.7437 7.57614 12.1173C7.42139 12.491 7.50691 12.921 7.79282 13.207L11.2928 16.706Z\" fill=\"currentColor\"/>\n</svg>\n", hn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.806 5.763L23.876 11.263C23.9507 11.4149 23.993 11.5808 24 11.75V17.75C24 18.5784 23.3284 19.25 22.5 19.25H1.5C0.671573 19.25 0 18.5784 0 17.75V11.75C0.013113 11.5811 0.0571791 11.416 0.13 11.263L3.2 5.759C3.54338 5.14137 4.19334 4.75713 4.9 4.754H19.106C19.8134 4.75815 20.4635 5.14398 20.806 5.763ZM5.048 6.75C4.9572 6.74985 4.87357 6.79933 4.83 6.879L2.625 10.879C2.58279 10.9565 2.58442 11.0506 2.6293 11.1266C2.67418 11.2026 2.75571 11.2495 2.844 11.25H6.5C7.32843 11.25 8 11.9216 8 12.75C8 13.5784 8.67157 14.25 9.5 14.25H14.5C15.3284 14.25 16 13.5784 16 12.75C16.0009 12.3523 16.1587 11.9711 16.439 11.689C16.7199 11.4069 17.1019 11.2488 17.5 11.25H21.154C21.2427 11.2499 21.3247 11.2029 21.3695 11.1264C21.4143 11.0499 21.4153 10.9554 21.372 10.878L19.131 6.862C19.0872 6.78272 19.0036 6.73365 18.913 6.734L5.048 6.75Z\" fill=\"currentColor\"/>\n</svg>\n", gn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_27)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 6.5C20.6326 6.5 20.7597 6.55272 20.8535 6.64648C20.9473 6.74025 21 6.86739 21 7V20.5C21 21.4283 20.631 22.3182 19.9746 22.9746C19.3182 23.631 18.4283 24 17.5 24H6.5C5.57174 24 4.68177 23.631 4.02539 22.9746C3.36901 22.3182 3 21.4283 3 20.5V7C3 6.86739 3.05272 6.74025 3.14648 6.64648C3.24025 6.55272 3.36739 6.5 3.5 6.5H20.5ZM10.8887 9.5C10.7416 9.50009 10.6002 9.55822 10.4961 9.66211C10.3919 9.76609 10.3334 9.90751 10.333 10.0547V12.333C10.333 12.4656 10.2803 12.5928 10.1865 12.6865C10.0928 12.7803 9.96561 12.833 9.83301 12.833H7.55566C7.40832 12.8331 7.26728 12.8919 7.16309 12.9961C7.0589 13.1003 7.00009 13.2413 7 13.3887V15.6113C7.00009 15.7587 7.0589 15.8997 7.16309 16.0039C7.26728 16.1081 7.40832 16.1669 7.55566 16.167H9.83301C9.96561 16.167 10.0928 16.2197 10.1865 16.3135C10.2803 16.4072 10.333 16.5344 10.333 16.667V18.9443C10.3331 19.0917 10.3919 19.2327 10.4961 19.3369C10.6003 19.4411 10.7413 19.4999 10.8887 19.5H13.1113C13.2587 19.4999 13.3997 19.4411 13.5039 19.3369C13.6081 19.2327 13.6669 19.0917 13.667 18.9443V16.667C13.667 16.5344 13.7197 16.4072 13.8135 16.3135C13.9072 16.2197 14.0344 16.167 14.167 16.167H16.4443C16.5917 16.1669 16.7327 16.1081 16.8369 16.0039C16.9411 15.8997 16.9999 15.7587 17 15.6113V13.3887C16.9999 13.2413 16.9411 13.1003 16.8369 12.9961C16.7327 12.8919 16.5917 12.8331 16.4443 12.833H14.167C14.0344 12.833 13.9072 12.7803 13.8135 12.6865C13.7197 12.5928 13.667 12.4656 13.667 12.333V10.0547C13.6666 9.90751 13.6081 9.76609 13.5039 9.66211C13.3998 9.55822 13.2584 9.50009 13.1113 9.5H10.8887Z\" fill=\"currentColor\"/>\n<path d=\"M20 0C20.5304 0 21.039 0.210865 21.4141 0.585938C21.7891 0.96101 22 1.46957 22 2V4C22 4.26522 21.8946 4.5195 21.707 4.70703C21.5195 4.89457 21.2652 5 21 5H3C2.73478 5 2.48051 4.89457 2.29297 4.70703C2.10543 4.5195 2 4.26522 2 4V2C2 1.46957 2.21086 0.96101 2.58594 0.585938C2.96101 0.210865 3.46957 0 4 0H20Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_27\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", _n = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2549 10.2979C16.652 9.90069 17.348 9.90069 17.7451 10.2979L23.7021 16.2549C24.0993 16.652 24.0993 17.2487 23.7021 17.7451L17.7451 23.7021C17.348 24.0993 16.652 24.0993 16.2549 23.7021L10.2979 17.7451C9.90069 17.348 9.90069 16.652 10.2979 16.2549L16.2549 10.2979ZM17.0498 19.5322C16.5534 19.5322 16.2549 19.929 16.2549 20.3262C16.2549 20.8226 16.6526 21.1201 17.0498 21.1201C17.4469 21.12 17.8438 20.8226 17.8438 20.3262C17.8437 19.8298 17.5461 19.5323 17.0498 19.5322ZM17.0498 12.8799C16.5534 12.8799 16.2549 13.2767 16.2549 13.6738V18.1416C16.2549 18.6381 16.5534 18.9365 17.0498 18.9365C17.5462 18.9364 17.8438 18.5387 17.8438 18.1416V13.6738C17.8438 13.1774 17.5462 12.8799 17.0498 12.8799Z\" fill=\"currentColor\"/>\n<path d=\"M20.5996 1.7002C20.6996 1.6002 21 1.4 21 1.5V11.5L18.7998 9.2998C18.2998 8.79992 17.6999 8.5 17 8.5C16.3001 8.5 15.7002 8.79992 15.2002 9.2998L10.2998 14.0996H1.7998C0.799896 14.0995 0 13.2997 0 12.2998V1.7002C0 1.5002 0.00019531 1.5002 0.200195 1.7002L8.7002 10.2002C9.20016 10.7001 9.80047 10.9004 10.4004 10.9004C11.0001 10.9003 11.5998 10.6999 12.0996 10.2002L20.5996 1.7002Z\" fill=\"currentColor\"/>\n<path d=\"M19.2002 0C19.5001 2.20689e-08 19.8004 -7.03931e-05 19.9004 0.299805C19.9004 0.299805 19.9004 0.4 19.9004 0.5C19.9004 0.6 19.8998 0.600195 19.7998 0.700195L11.2998 9.2002C11.0998 9.40007 10.7999 9.49999 10.5 9.5C10.2001 9.5 9.9002 9.40005 9.7002 9.2002L1.2998 0.700195L1.2002 0.5C1.2002 0.5 1.2002 0.399805 1.2002 0.299805C1.20033 4.88758e-05 1.49992 7.93393e-09 1.7998 0H19.2002Z\" fill=\"currentColor\"/>\n</svg>\n", vn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.8877 5.83203C23.9209 5.84574 23.9498 5.86949 23.9697 5.89942C23.9895 5.92925 24.0001 5.9642 24 6V18C24 18.5304 23.7891 19.039 23.4141 19.4141C23.039 19.7891 22.5304 20 22 20H2C1.46957 20 0.96101 19.7891 0.585938 19.4141C0.210865 19.039 1.57852e-07 18.5304 0 18V6C0.000391746 5.96444 0.01137 5.92988 0.03125 5.90039C0.0511567 5.87089 0.0794496 5.84767 0.112305 5.83399C0.145514 5.81965 0.182259 5.81541 0.217773 5.82227C0.253377 5.82921 0.286062 5.84722 0.311523 5.87305L6.51172 12.0732C6.5585 12.1203 6.58496 12.1837 6.58496 12.25C6.58496 12.3163 6.5585 12.3797 6.51172 12.4268L1.46875 17.4697C1.33215 17.611 1.2563 17.8006 1.25781 17.9971C1.25943 18.1937 1.33855 18.3824 1.47754 18.5215C1.61644 18.6605 1.80447 18.7393 2.00098 18.7412C2.19762 18.743 2.38778 18.6678 2.5293 18.5313L7.57227 13.4883C7.6193 13.4415 7.68269 13.415 7.74902 13.415C7.81535 13.415 7.87876 13.4415 7.92578 13.4883L10.0566 15.6152C10.5723 16.1306 11.2719 16.4199 12.001 16.4199C12.7301 16.4199 13.4296 16.1306 13.9453 15.6152L16.0742 13.4863C16.0974 13.463 16.1249 13.4442 16.1553 13.4316C16.1856 13.4191 16.2181 13.4121 16.251 13.4121C16.2838 13.4121 16.3163 13.4191 16.3467 13.4316C16.3771 13.4442 16.4045 13.463 16.4277 13.4863L21.4707 18.5293C21.5399 18.6009 21.6233 18.658 21.7148 18.6973C21.8062 18.7364 21.9045 18.757 22.0039 18.7578C22.1035 18.7586 22.2028 18.7399 22.2949 18.7021C22.387 18.6644 22.4707 18.6085 22.541 18.5381C22.6114 18.4676 22.6664 18.3832 22.7041 18.291C22.7417 18.1989 22.7607 18.1005 22.7598 18.001C22.7589 17.9014 22.7386 17.8024 22.6992 17.7109C22.6599 17.6196 22.6028 17.5368 22.5312 17.4678L17.4883 12.4248C17.4415 12.3778 17.4151 12.3144 17.415 12.248C17.415 12.1817 17.4415 12.1183 17.4883 12.0713L23.6885 5.8711C23.7141 5.84549 23.7467 5.82822 23.7822 5.82129C23.8177 5.81439 23.8544 5.81794 23.8877 5.83203Z\" fill=\"currentColor\"/>\n<path d=\"M22 4C22.0961 3.99998 22.1921 4.00748 22.2871 4.02149C22.3789 4.03485 22.465 4.07323 22.5361 4.13281C22.6072 4.19237 22.6603 4.27043 22.6895 4.3584C22.7186 4.44653 22.7227 4.54153 22.7012 4.63184C22.6796 4.72199 22.634 4.80468 22.5684 4.87012L12.8818 14.5557C12.6471 14.7897 12.3295 14.9219 11.998 14.9219C11.6666 14.9219 11.3489 14.7897 11.1143 14.5557L1.42969 4.87012C1.36405 4.80468 1.31839 4.72199 1.29688 4.63184C1.27537 4.54153 1.27943 4.44653 1.30859 4.3584C1.33779 4.27042 1.39088 4.19237 1.46191 4.13281C1.533 4.07323 1.61916 4.03486 1.71094 4.02149C1.80661 4.00739 1.9033 3.99989 2 4H22Z\" fill=\"currentColor\"/>\n</svg>\n", yn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.11621 15.1162C7.43193 14.8005 7.89194 14.6766 8.32324 14.792C8.75466 14.9076 9.09241 15.2453 9.20801 15.6768C9.32342 16.1081 9.19951 16.5681 8.88379 16.8838L5.26758 20.5C5.22075 20.5467 5.19434 20.6106 5.19434 20.6768C5.1944 20.7427 5.22096 20.8059 5.26758 20.8525L6.70703 22.293C6.99294 22.579 7.07857 23.0092 6.92383 23.3828C6.76907 23.7564 6.40437 23.9999 6 24H1C0.447716 24 3.03313e-07 23.5523 3.03313e-07 23V18C-0.000313882 17.5954 0.243482 17.2302 0.617188 17.0752C0.990809 16.9204 1.421 17.0061 1.70703 17.292L3.14648 18.7314C3.19334 18.7782 3.25705 18.8047 3.32324 18.8047C3.38947 18.8046 3.45318 18.7783 3.5 18.7314L7.11621 15.1162Z\" fill=\"currentColor\"/>\n<path d=\"M15.1162 15.1162C15.6044 14.628 16.3956 14.628 16.8838 15.1162L20.5 18.7324C20.5468 18.7792 20.6105 18.8056 20.6768 18.8057C20.743 18.8057 20.8067 18.7792 20.8535 18.7324L22.293 17.293C22.579 17.0071 23.0092 16.9214 23.3828 17.0762C23.7563 17.231 23.9999 17.5957 24 18V23C24 23.5522 23.5522 24 23 24H18C17.5956 23.9999 17.2309 23.7564 17.0762 23.3828C16.9214 23.0092 17.0071 22.579 17.293 22.293L18.7314 20.8525C18.7783 20.8059 18.8056 20.7429 18.8057 20.6768C18.8057 20.6105 18.7784 20.5467 18.7314 20.5L15.1162 16.8838C14.628 16.3956 14.628 15.6044 15.1162 15.1162Z\" fill=\"currentColor\"/>\n<path d=\"M6 0C6.40396 0.000489233 6.7682 0.244007 6.92285 0.617188C7.07744 0.990341 6.9922 1.42 6.70703 1.70605L5.26758 3.14648C5.22084 3.19334 5.19434 3.25704 5.19434 3.32324C5.1944 3.38947 5.22075 3.45318 5.26758 3.5L8.88379 7.11523C9.19951 7.43096 9.32343 7.89096 9.20801 8.32227C9.09241 8.75369 8.75466 9.09143 8.32324 9.20703C7.89195 9.32244 7.43193 9.19852 7.11621 8.88281L3.32324 5.08984L1.70703 6.70703C1.51954 6.89458 1.26519 6.99994 1 7C0.868582 7.00042 0.738491 6.97439 0.617188 6.92383C0.243597 6.76893 -0.000101182 6.40443 3.03313e-07 6V1C3.03313e-07 0.447715 0.447716 0 1 0H6Z\" fill=\"currentColor\"/>\n<path d=\"M23 0C23.5522 4.27761e-05 24 0.447742 24 1V6C24.0001 6.40443 23.7564 6.76893 23.3828 6.92383C23.2615 6.9744 23.1314 7.00041 23 7C22.7347 6.99968 22.4803 6.89394 22.293 6.70605L20.8535 5.2666C20.8067 5.21983 20.743 5.19336 20.6768 5.19336C20.6105 5.1934 20.5468 5.21977 20.5 5.2666L16.8838 8.88281C16.3956 9.37101 15.6044 9.37098 15.1162 8.88281C14.628 8.39459 14.628 7.60345 15.1162 7.11523L18.7314 3.5C18.7784 3.45315 18.8056 3.38957 18.8057 3.32324C18.8057 3.25683 18.7785 3.19339 18.7314 3.14648L17.293 1.70703C17.0071 1.42104 16.9214 0.990805 17.0762 0.617188C17.2309 0.243632 17.5956 8.63396e-05 18 0H23Z\" fill=\"currentColor\"/>\n</svg>\n", bn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 17.25C5.66417 17.25 5.82685 17.2819 5.97852 17.3447C6.13019 17.4076 6.26771 17.5001 6.38379 17.6162C6.49988 17.7323 6.59245 17.8698 6.65528 18.0215C6.7181 18.1732 6.75 18.3358 6.75 18.5C6.75 18.6642 6.7181 18.8268 6.65528 18.9785C6.59245 19.1302 6.49988 19.2677 6.38379 19.3838L4.41407 21.3525C4.39078 21.3758 4.37198 21.4042 4.35938 21.4346C4.34689 21.4648 4.34082 21.4975 4.34082 21.5303C4.34086 21.5631 4.34681 21.5957 4.35938 21.626C4.37198 21.6563 4.39079 21.6838 4.41407 21.707L5.8545 23.1465C5.92434 23.2163 5.97189 23.3055 5.99121 23.4023C6.01054 23.4994 6.00076 23.6 5.96289 23.6914C5.92498 23.7829 5.86069 23.8611 5.77832 23.916C5.69593 23.9709 5.59902 24.0002 5.5 24H0.500004C0.367397 24 0.240255 23.9473 0.146488 23.8535C0.0527245 23.7597 3.50703e-06 23.6326 3.50703e-06 23.5V18.5C-0.000370275 18.4009 0.0291439 18.3042 0.0839879 18.2217C0.138782 18.1392 0.216231 18.0742 0.307621 18.0361C0.399135 17.9981 0.500458 17.9885 0.59766 18.0078C0.694591 18.0271 0.783631 18.0747 0.853519 18.1445L2.29297 19.5859C2.34007 19.6324 2.40358 19.6581 2.46973 19.6582C2.53598 19.6582 2.60031 19.6325 2.64746 19.5859L4.61621 17.6162C4.7323 17.5001 4.86981 17.4076 5.02149 17.3447C5.17316 17.2819 5.33583 17.25 5.5 17.25Z\" fill=\"currentColor\"/>\n<path d=\"M18.5 17.25C18.8315 17.25 19.1494 17.3818 19.3838 17.6162L21.3525 19.5859C21.3997 19.6325 21.464 19.6582 21.5303 19.6582C21.5964 19.6581 21.66 19.6324 21.707 19.5859L23.1455 18.1465C23.2154 18.0764 23.3052 18.0282 23.4023 18.0088C23.4994 17.9895 23.6 17.9992 23.6914 18.0371C23.7829 18.075 23.8611 18.1393 23.916 18.2217C23.9709 18.3041 24.0002 18.401 24 18.5V23.5C24 23.6326 23.9473 23.7598 23.8535 23.8535C23.7598 23.9473 23.6326 24 23.5 24H18.5C18.401 24.0002 18.3041 23.9709 18.2217 23.916C18.1393 23.8611 18.075 23.7829 18.0371 23.6914C17.9992 23.6 17.9895 23.4994 18.0088 23.4023C18.0281 23.3054 18.0756 23.2163 18.1455 23.1465L19.5859 21.707C19.6092 21.6838 19.628 21.6563 19.6406 21.626C19.6532 21.5957 19.6591 21.5631 19.6592 21.5303C19.6592 21.4975 19.6531 21.4648 19.6406 21.4346C19.628 21.4042 19.6092 21.3758 19.5859 21.3525L17.6162 19.3838C17.3818 19.1493 17.25 18.8316 17.25 18.5C17.25 18.1684 17.3818 17.8507 17.6162 17.6162C17.8507 17.3818 18.1685 17.25 18.5 17.25Z\" fill=\"currentColor\"/>\n<path d=\"M15.5 6.99902C16.3284 6.99902 17 7.6706 17 8.49902V15.499C17 16.3274 16.3284 16.999 15.5 16.999H8.5C7.67159 16.999 7.00002 16.3274 7 15.499V8.49902C7 7.6706 7.67158 6.99902 8.5 6.99902H15.5Z\" fill=\"currentColor\"/>\n<path d=\"M23.5 0C23.6326 2.12108e-05 23.7598 0.0527351 23.8535 0.146484C23.9473 0.240249 24 0.367411 24 0.5V5.5C24 5.59894 23.971 5.69608 23.916 5.77832C23.8611 5.86039 23.7826 5.92411 23.6914 5.96191C23.6308 5.98667 23.5655 5.99966 23.5 6C23.4343 5.99999 23.3693 5.98705 23.3086 5.96191C23.2479 5.93669 23.1919 5.89912 23.1455 5.85254L21.707 4.41406C21.6838 4.39081 21.6563 4.37198 21.626 4.35938C21.5957 4.34682 21.563 4.34087 21.5303 4.34082C21.4976 4.34082 21.4648 4.34691 21.4346 4.35938C21.4042 4.37198 21.3758 4.39078 21.3525 4.41406L19.3838 6.38379C19.1494 6.61822 18.8315 6.74998 18.5 6.75C18.1685 6.75 17.8507 6.61822 17.6162 6.38379C17.3818 6.14934 17.25 5.83156 17.25 5.5C17.25 5.16844 17.3818 4.85066 17.6162 4.61621L19.5859 2.64648C19.6092 2.62339 19.628 2.59566 19.6406 2.56543C19.6532 2.53521 19.6592 2.50245 19.6592 2.46973C19.6592 2.43701 19.6532 2.40425 19.6406 2.37402C19.628 2.34373 19.6092 2.31611 19.5859 2.29297L18.1455 0.852539C18.076 0.782623 18.0289 0.693416 18.0098 0.59668C17.9907 0.499913 18.0003 0.399712 18.0381 0.308594C18.076 0.217326 18.1405 0.138864 18.2227 0.0839844C18.3048 0.0292424 18.4013 2.09029e-05 18.5 0H23.5Z\" fill=\"currentColor\"/>\n<path d=\"M5.5 0C5.59861 0.000216704 5.69539 0.029154 5.77735 0.0839844C5.85926 0.138811 5.92312 0.217566 5.96094 0.308594C5.99861 0.399528 6.0082 0.500083 5.98926 0.59668C5.97022 0.693248 5.92282 0.781654 5.85352 0.851562L4.41407 2.29199C4.39081 2.31513 4.37197 2.34276 4.35938 2.37305C4.34685 2.40327 4.34082 2.43603 4.34082 2.46875C4.34086 2.50147 4.34682 2.53424 4.35938 2.56445C4.37193 2.59457 4.39096 2.62149 4.41407 2.64453L6.38379 4.61523C6.49988 4.73132 6.59245 4.86884 6.65528 5.02051C6.71809 5.17218 6.75 5.33486 6.75 5.49902C6.75 5.66319 6.7181 5.82587 6.65528 5.97754C6.59245 6.12921 6.49988 6.26673 6.38379 6.38281C6.26771 6.4989 6.13019 6.59147 5.97852 6.6543C5.82685 6.71712 5.66417 6.74902 5.5 6.74902C5.16844 6.74902 4.85066 6.61726 4.61621 6.38281L2.64746 4.41309C2.62424 4.3898 2.59581 4.371 2.56543 4.3584C2.53518 4.34591 2.50246 4.33984 2.46973 4.33984C2.43694 4.33988 2.40432 4.34583 2.37403 4.3584C2.34367 4.371 2.31618 4.38982 2.29297 4.41309L0.853519 5.85254C0.807084 5.89912 0.752151 5.93669 0.69141 5.96191C0.630737 5.98707 0.565686 5.99999 0.500004 6C0.434492 5.99967 0.369246 5.98668 0.308597 5.96191C0.217363 5.92412 0.138914 5.8604 0.0839879 5.77832C0.0289828 5.69608 1.95678e-05 5.59894 3.50703e-06 5.5V0.5C3.50703e-06 0.367392 0.0527197 0.240253 0.146488 0.146484C0.240256 0.0527162 0.367395 0 0.500004 0H5.5Z\" fill=\"currentColor\"/>\n</svg>\n", xn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5 16.4756C23.1902 16.4756 23.7498 17.0354 23.75 17.7256V21.5449C23.7494 22.7625 22.7625 23.7494 21.5449 23.75H15.8184C15.128 23.75 14.5684 23.1904 14.5684 22.5C14.5684 21.8097 15.128 21.25 15.8184 21.25H21C21.1381 21.25 21.25 21.1381 21.25 21V17.7256C21.2502 17.0355 21.8098 16.4756 22.5 16.4756Z\" fill=\"currentColor\"/>\n<path d=\"M1.5 16.4756C2.19021 16.4756 2.74977 17.0354 2.75 17.7256V21C2.75272 21.1361 2.86386 21.2451 3 21.2451H8.18164C8.872 21.2451 9.43164 21.8048 9.43164 22.4951C9.43158 23.1854 8.87196 23.7451 8.18164 23.7451H2.45508C1.23947 23.7446 0.253306 22.7605 0.25 21.5449V17.7256C0.250231 17.0354 0.809786 16.4756 1.5 16.4756Z\" fill=\"currentColor\"/>\n<path d=\"M16.7734 8.13574C17.8523 8.136 18.7265 9.01091 18.7266 10.0898V13.9092C18.7265 14.9881 17.8523 15.863 16.7734 15.8633H7.22656C6.14764 15.8631 5.27354 14.9881 5.27344 13.9092V10.0898C5.27351 9.01087 6.14762 8.13595 7.22656 8.13574H16.7734Z\" fill=\"currentColor\"/>\n<path d=\"M8.18164 0.249023C8.872 0.249023 9.43164 0.808667 9.43164 1.49902C9.43164 2.18938 8.872 2.74902 8.18164 2.74902H3C2.93369 2.74902 2.87012 2.77539 2.82324 2.82227C2.77633 2.86936 2.74974 2.93353 2.75 3V6.27148C2.74975 6.96163 2.1902 7.52148 1.5 7.52148C0.809798 7.52148 0.250249 6.96163 0.25 6.27148L0.254883 2.44922C0.258179 1.23556 1.24142 0.25232 2.45508 0.249023H8.18164Z\" fill=\"currentColor\"/>\n<path d=\"M21.5498 0.25293C22.7635 0.256226 23.7467 1.23947 23.75 2.45312V6.27051C23.75 6.96086 23.1904 7.52051 22.5 7.52051C21.8097 7.52045 21.25 6.96082 21.25 6.27051V3.00293C21.25 2.86489 21.1381 2.75293 21 2.75293H15.8184C15.128 2.75293 14.5684 2.19329 14.5684 1.50293C14.5684 0.812602 15.128 0.25293 15.8184 0.25293H21.5498Z\" fill=\"currentColor\"/>\n</svg>\n", Sn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5 4.54395C23.1903 4.54395 23.75 5.10362 23.75 5.79395V18.2041C23.7499 18.8944 23.1903 19.4541 22.5 19.4541C22.1678 19.4541 21.8488 19.3222 21.6143 19.0869C21.3798 18.8517 21.249 18.5323 21.25 18.2002V5.79395C21.25 5.10362 21.8097 4.54395 22.5 4.54395Z\" fill=\"currentColor\"/>\n<path d=\"M1.5 4.54395C2.19034 4.54395 2.74997 5.10362 2.75 5.79395V18.2002C2.7499 18.8905 2.19029 19.4502 1.5 19.4502C0.809707 19.4502 0.250102 18.8905 0.25 18.2002V5.79395C0.250033 5.10362 0.809664 4.54395 1.5 4.54395Z\" fill=\"currentColor\"/>\n<path d=\"M16.3906 8.21094C16.7642 8.05639 17.1946 8.14191 17.4805 8.42773L20.3428 11.291C20.7332 11.6815 20.7332 12.3146 20.3428 12.7051L17.4805 15.5703C17.1945 15.8565 16.7634 15.9419 16.3896 15.7871C16.017 15.6325 15.7742 15.2687 15.7734 14.8652V13.5C15.7734 13.3621 15.6613 13.2502 15.5234 13.25H8.47656C8.33872 13.2503 8.22657 13.3621 8.22656 13.5V14.8633C8.22637 15.2676 7.98291 15.6324 7.60938 15.7871C7.23602 15.9415 6.80639 15.8558 6.52051 15.5703L3.65723 12.7051C3.26684 12.3146 3.26684 11.6815 3.65723 11.291L6.52051 8.42773C6.8064 8.14223 7.23601 8.0565 7.60938 8.21094C7.98292 8.36565 8.22638 8.73047 8.22656 9.13477V10.5C8.2263 10.5663 8.25302 10.6298 8.2998 10.6768C8.34663 10.7236 8.41035 10.7501 8.47656 10.75H15.5234C15.5897 10.7502 15.6533 10.7236 15.7002 10.6768C15.747 10.6298 15.7737 10.5663 15.7734 10.5V9.13477C15.7736 8.73047 16.0171 8.36565 16.3906 8.21094Z\" fill=\"currentColor\"/>\n</svg>\n", Cn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0911 0.25C10.7815 0.25 11.3411 0.809644 11.3411 1.5V22.5C11.3411 23.1904 10.7815 23.75 10.0911 23.75C9.40078 23.75 8.84113 23.1904 8.84113 22.5V13.5C8.84113 13.3619 8.7292 13.25 8.59113 13.25H5.61456C5.47649 13.25 5.36456 13.3619 5.36456 13.5V14.8623C5.36436 15.2666 5.11992 15.6314 4.7464 15.7861C4.37306 15.9405 3.9434 15.8548 3.65753 15.5693L0.793275 12.7061C0.402893 12.3156 0.402893 11.6825 0.793275 11.292L3.65753 8.42871C3.9434 8.1432 4.37304 8.0575 4.7464 8.21191C5.11994 8.36662 5.36437 8.73145 5.36456 9.13574V10.5C5.36456 10.6381 5.47649 10.75 5.61456 10.75H8.59113C8.7292 10.75 8.84113 10.6381 8.84113 10.5V1.5C8.84113 0.809648 9.40078 0.250007 10.0911 0.25Z\" fill=\"currentColor\"/>\n<path d=\"M14.8646 0.249023C15.196 0.24914 15.514 0.380775 15.7484 0.615234C15.9828 0.849871 16.1148 1.16831 16.1146 1.5V10.5C16.1146 10.6381 16.2265 10.75 16.3646 10.75H18.386C18.5241 10.75 18.636 10.6381 18.636 10.5V9.13574C18.6362 8.73147 18.8797 8.36664 19.2532 8.21191C19.6268 8.0572 20.0571 8.14293 20.3431 8.42871L23.2073 11.292C23.5976 11.6825 23.5976 12.3156 23.2073 12.7061L20.3431 15.5693C20.0571 15.8553 19.6269 15.9408 19.2532 15.7861C18.8797 15.6313 18.6361 15.2666 18.636 14.8623V13.499C18.636 13.361 18.5241 13.249 18.386 13.249H16.3646C16.2265 13.249 16.1146 13.361 16.1146 13.499V22.499C16.1145 23.1892 15.5547 23.7488 14.8646 23.749C14.1742 23.749 13.6146 23.1894 13.6146 22.499V1.49902C13.6146 0.808667 14.1742 0.249023 14.8646 0.249023Z\" fill=\"currentColor\"/>\n</svg>\n", wn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5 11C10.088 11.0044 12.9956 13.912 13 17.5C13 21.0899 10.0899 24 6.5 24C2.91015 24 0 21.0899 0 17.5C0 13.9101 2.91015 11 6.5 11ZM8.84863 15.5762C8.37851 14.3756 7.07258 13.7292 5.83301 14.084C5.01179 14.2851 4.35885 14.9066 4.11719 15.7168C3.74003 16.8814 4.25672 18.1484 5.34082 18.7168C5.43076 18.762 5.48357 18.8589 5.47266 18.959C5.46158 19.0588 5.38942 19.1413 5.29199 19.166C4.30221 19.4558 3.42598 20.0441 2.7832 20.8506C2.70097 20.954 2.70743 21.1029 2.79883 21.1982C3.77367 22.1916 5.10723 22.751 6.49902 22.751C7.89082 22.751 9.22438 22.1916 10.1992 21.1982C10.2911 21.1028 10.2979 20.9536 10.2158 20.8496C9.57453 20.0442 8.70045 19.456 7.71289 19.165C7.61664 19.1416 7.54456 19.0619 7.53027 18.9639C7.51599 18.8658 7.56284 18.7687 7.64844 18.7188C8.79893 18.1373 9.31859 16.7765 8.84863 15.5762Z\" fill=\"currentColor\"/>\n<path d=\"M19.5859 8.22744e-08C20.1162 -0.000151892 20.6249 0.210242 21 0.584961L23.4141 3C23.7891 3.37498 23.9999 3.88369 24 4.41406V18.499C24 19.6036 23.1046 20.499 22 20.499H14.2646C14.1846 20.4989 14.1099 20.4594 14.0645 20.3936C14.0189 20.3274 14.0085 20.243 14.0371 20.168C14.2043 19.6946 14.3264 19.2064 14.4014 18.71C14.4186 18.5905 14.52 18.5014 14.6406 18.5H21.5C21.7761 18.5 22 18.2761 22 18V4.62109C22 4.48874 21.947 4.36128 21.8535 4.26758L19.7324 2.14648C19.6387 2.05302 19.5113 2.00003 19.3789 2H8.5C8.22386 2 8 2.22386 8 2.5V9.35938C8.00086 9.42976 7.97188 9.49742 7.91992 9.54492C7.86774 9.59252 7.7968 9.61584 7.72656 9.6084C7.27964 9.55943 6.60812 9.53239 6.24219 9.52539C6.1073 9.52213 5.99961 9.41125 6 9.27637V2C6 0.895431 6.89543 1.37078e-06 8 8.22744e-08H19.5859Z\" fill=\"currentColor\"/>\n</svg>\n", Tn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 0C23.3783 1.26946e-05 23.7239 0.213633 23.8935 0.551758C24.0633 0.890612 24.0271 1.29635 23.7998 1.59961L15 13.4229V20.5C14.9989 21.1291 14.7027 21.7212 14.2001 22.0996L12.2001 23.5996C11.8542 23.8597 11.4328 24.0005 11 24C9.89879 23.9918 9.00812 23.1012 8.99995 22V13.4229L0.200146 1.59961C-0.0270098 1.29661 -0.0639412 0.891459 0.10542 0.552734C0.274811 0.213952 0.621181 2.15525e-06 0.999951 0H23ZM4.01948 2C3.83036 2.00018 3.65786 2.10723 3.57319 2.27637C3.48851 2.44573 3.50648 2.6483 3.62007 2.7998L8.55562 9.2998C8.68474 9.47198 8.91004 9.54267 9.11421 9.47461C9.31836 9.40654 9.45601 9.2152 9.45601 9V7.75C9.45601 7.64195 9.42115 7.53668 9.3564 7.4502L5.41694 2.2002C5.32315 2.07513 5.1758 2.00094 5.01948 2H4.01948Z\" fill=\"currentColor\"/>\n</svg>\n", En = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4.85269e-06H5.914C5.38316 -0.00116778 4.87394 0.210226 4.5 0.587005L0.586 4.5C0.211491 4.87579 0.000832754 5.38446 0 5.915V22C0 23.1046 0.89543 24 2 24H22C23.1046 24 24 23.1046 24 22V2C24 0.895435 23.1046 4.85269e-06 22 4.85269e-06ZM18.5 2C18.7761 2 19 2.22386 19 2.5V6.5C19 7.32843 18.3284 8 17.5 8H7.5C6.67157 8 6 7.32843 6 6.5V2.5C6 2.22386 6.22386 2 6.5 2H18.5ZM4.5 21.5C4.5 21.7761 4.72386 22 5 22H20C20.2761 22 20.5 21.7761 20.5 21.5V13.5C20.5 12.6716 19.8284 12 19 12H6C5.17157 12 4.5 12.6716 4.5 13.5V21.5Z\" fill=\"currentColor\"/>\n<path d=\"M15 4.25098V5.75098C15 6.16519 15.3358 6.50098 15.75 6.50098C16.1642 6.50098 16.5 6.16519 16.5 5.75098V4.25098C16.5 3.83676 16.1642 3.50098 15.75 3.50098C15.3358 3.50098 15 3.83676 15 4.25098Z\" fill=\"currentColor\"/>\n<path d=\"M7 16.251H13.5C13.9142 16.251 14.25 15.9152 14.25 15.501C14.25 15.0868 13.9142 14.751 13.5 14.751H7C6.58579 14.751 6.25 15.0868 6.25 15.501C6.25 15.9152 6.58579 16.251 7 16.251Z\" fill=\"currentColor\"/>\n<path d=\"M7 20.251H18C18.4142 20.251 18.75 19.9152 18.75 19.501C18.75 19.0868 18.4142 18.751 18 18.751H7C6.58579 18.751 6.25 19.0868 6.25 19.501C6.25 19.9152 6.58579 20.251 7 20.251Z\" fill=\"currentColor\"/>\n</svg>\n", Dn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 2C9.25554 1.99964 9.94702 2.42496 10.2871 3.09961L11.0967 4.71973C11.1805 4.89075 11.3545 4.99959 11.5449 5H22C23.1046 5 24 5.89543 24 7V20C24 21.1046 23.1046 22 22 22H2C0.89543 22 0 21.1046 0 20V4C1.28851e-07 2.89543 0.895431 2 2 2H8.5ZM2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V7.5C22 7.22386 21.7761 7 21.5 7H11.2363C10.4805 7.00073 9.78851 6.57528 9.44824 5.90039L8.6377 4.28125C8.55439 4.11026 8.38159 4.0011 8.19141 4H2.5Z\" fill=\"currentColor\"/>\n</svg>\n", On = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7078 17.7535C21.6229 17.7207 21.5652 17.6439 21.5592 17.556C21.3172 14.1707 18.3977 11.5426 14.8749 11.5385H13.1978C13.0655 11.5385 12.9582 11.4351 12.9582 11.3077V6.44861C12.9582 6.35563 13.016 6.27168 13.1048 6.23538C14.3702 5.72798 15.0877 4.43076 14.8191 3.13616C14.5505 1.84156 13.3705 0.909607 11.9999 0.909607C10.6292 0.909607 9.4492 1.84156 9.18061 3.13616C8.91201 4.43076 9.62955 5.72798 10.8949 6.23538C10.9838 6.27168 11.0415 6.35563 11.0415 6.44861V11.3068C11.0415 11.4342 10.9343 11.5375 10.8019 11.5375H8.64569C5.21899 11.5772 2.45722 14.2542 2.43761 17.5551C2.43184 17.6437 2.37421 17.7214 2.28907 17.7554C1.02159 18.2543 0.295311 19.545 0.553185 20.8403C0.811059 22.1356 1.98152 23.076 3.35072 23.0879C4.71991 23.0998 5.90785 22.18 6.19003 20.8895C6.4722 19.5989 5.7703 18.2957 4.5124 17.7748C4.41881 17.7352 4.36124 17.6431 4.36865 17.5449C4.37886 15.2671 6.28111 13.4168 8.64569 13.3846H10.8019C10.9343 13.3846 11.0415 13.4879 11.0415 13.6154V17.5505C11.0415 17.6434 10.9838 17.7274 10.8949 17.7637C9.62955 18.2711 8.91201 19.5683 9.18061 20.8629C9.4492 22.1575 10.6292 23.0895 11.9999 23.0895C13.3705 23.0895 14.5505 22.1575 14.8191 20.8629C15.0877 19.5683 14.3702 18.2711 13.1048 17.7637C13.0156 17.7273 12.9578 17.6428 12.9582 17.5495V13.6145C12.9582 13.487 13.0655 13.3837 13.1978 13.3837H14.8749C17.3314 13.3905 19.3833 15.1882 19.6224 17.5431C19.6328 17.6428 19.5751 17.7375 19.4797 17.7775C18.2239 18.302 17.5261 19.6065 17.8116 20.8959C18.0971 22.1853 19.2868 23.102 20.6555 23.0873C22.0242 23.0725 23.1923 22.1304 23.4478 20.8352C23.7033 19.54 22.9754 18.2508 21.7078 17.7535Z\" fill=\"currentColor\"/>\n</svg>\n", kn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.043 0.00601196C23.1194 0.00709078 23.9934 0.876821 24 1.95328L23.9883 9.20035C23.9977 16.2553 19.1338 22.382 12.2607 23.9738C12.129 24.0013 11.9931 24.0013 11.8613 23.9738C4.97349 22.4444 0.0540271 16.3612 0 9.30582L0.0117188 1.96402C0.0127976 0.887004 0.88297 0.0126264 1.95996 0.00601196H22.043ZM10.0498 4.00601C9.69091 4.00612 9.40039 4.29748 9.40039 4.6564V7.40347C9.40014 7.67927 9.1762 7.90326 8.90039 7.90347H6.15039C5.79145 7.90347 5.50007 8.19396 5.5 8.55289V12.4533C5.50007 12.6255 5.56869 12.7904 5.69043 12.9123C5.81233 13.0342 5.978 13.1027 6.15039 13.1027H8.90039C9.17625 13.1029 9.40022 13.3268 9.40039 13.6027V16.3527C9.40039 16.7116 9.69091 17.003 10.0498 17.0031H13.9502C14.3091 17.003 14.5996 16.7116 14.5996 16.3527V13.6027C14.5998 13.3268 14.8238 13.1029 15.0996 13.1027H17.8496C18.2085 13.1027 18.4999 12.8121 18.5 12.4533V8.55582C18.4999 8.19692 18.2085 7.9064 17.8496 7.9064H15.0996C14.8238 7.90619 14.5998 7.68224 14.5996 7.4064V4.6564C14.5996 4.29748 14.3091 4.00612 13.9502 4.00601H10.0498Z\" fill=\"currentColor\"/>\n</svg>\n", An = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20695_6)\">\n<path d=\"M23.707 11.293L12.707 0.293C12.5195 0.105529 12.2652 0.000213623 12 0.000213623C11.7349 0.000213623 11.4806 0.105529 11.293 0.293L0.293031 11.293C0.153222 11.4329 0.0580152 11.611 0.0194476 11.805C-0.0191199 11.9989 0.000683047 12.2 0.0763531 12.3827C0.152023 12.5654 0.280163 12.7215 0.444573 12.8314C0.608982 12.9413 0.802281 13 1.00003 13H2.25003C2.31634 13 2.37992 13.0263 2.42681 13.0732C2.47369 13.1201 2.50003 13.1837 2.50003 13.25V23C2.50003 23.2652 2.60539 23.5196 2.79292 23.7071C2.98046 23.8946 3.23481 24 3.50003 24H9.25003C9.31634 24 9.37992 23.9737 9.42681 23.9268C9.47369 23.8799 9.50003 23.8163 9.50003 23.75V19C9.50003 18.337 9.76342 17.7011 10.2323 17.2322C10.7011 16.7634 11.337 16.5 12 16.5C12.6631 16.5 13.299 16.7634 13.7678 17.2322C14.2366 17.7011 14.5 18.337 14.5 19V23.75C14.5 23.8163 14.5264 23.8799 14.5733 23.9268C14.6201 23.9737 14.6837 24 14.75 24H20.5C20.7652 24 21.0196 23.8946 21.2071 23.7071C21.3947 23.5196 21.5 23.2652 21.5 23V13.25C21.5 13.1837 21.5264 13.1201 21.5733 13.0732C21.6201 13.0263 21.6837 13 21.75 13H23C23.1978 13 23.3911 12.9413 23.5555 12.8314C23.7199 12.7215 23.848 12.5654 23.9237 12.3827C23.9994 12.2 24.0192 11.9989 23.9806 11.805C23.942 11.611 23.8468 11.4329 23.707 11.293Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20695_6\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", jn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20695_7)\">\n<path d=\"M12.707 0.293C12.5195 0.105529 12.2652 0.000213623 12 0.000213623C11.7349 0.000213623 11.4806 0.105529 11.293 0.293L0.293031 11.293C0.153222 11.4329 0.0580152 11.611 0.0194476 11.805C-0.0191199 11.9989 0.000683047 12.2 0.0763531 12.3827C0.152023 12.5654 0.280163 12.7215 0.444573 12.8314C0.608982 12.9413 0.802281 13 1.00003 13H2.25003C2.31634 13 2.37992 13.0263 2.42681 13.0732C2.47369 13.1201 2.50003 13.1837 2.50003 13.25V23C2.50003 23.2652 2.60539 23.5196 2.79292 23.7071C2.98046 23.8946 3.23481 24 3.50003 24H9.00003C9.26525 24 9.5196 23.8946 9.70714 23.7071C9.89467 23.5196 10 23.2652 10 23V18C10 17.4696 10.2107 16.9609 10.5858 16.5858C10.9609 16.2107 11.4696 16 12 16C12.5305 16 13.0392 16.2107 13.4142 16.5858C13.7893 16.9609 14 17.4696 14 18V23C14 23.2652 14.1054 23.5196 14.2929 23.7071C14.4805 23.8946 14.7348 24 15 24H20.5C20.7652 24 21.0196 23.8946 21.2071 23.7071C21.3947 23.5196 21.5 23.2652 21.5 23V13.25C21.5 13.1837 21.5264 13.1201 21.5733 13.0732C21.6201 13.0263 21.6837 13 21.75 13H23C23.1978 13 23.3911 12.9413 23.5555 12.8314C23.7199 12.7215 23.848 12.5654 23.9237 12.3827C23.9994 12.2 24.0192 11.9989 23.9806 11.805C23.942 11.611 23.8468 11.4329 23.707 11.293L12.707 0.293ZM20.245 10.659C20.2748 10.6888 20.2966 10.7256 20.3083 10.766C20.3201 10.8064 20.3214 10.8492 20.3123 10.8903C20.3031 10.9314 20.2837 10.9695 20.2558 11.0011C20.228 11.0327 20.1926 11.0567 20.153 11.071C19.9605 11.1379 19.7939 11.2635 19.6768 11.4302C19.5596 11.5969 19.4978 11.7962 19.5 12V21.75C19.5 21.8163 19.4737 21.8799 19.4268 21.9268C19.3799 21.9737 19.3163 22 19.25 22H16.25C16.1837 22 16.1201 21.9737 16.0733 21.9268C16.0264 21.8799 16 21.8163 16 21.75V18C16 16.9391 15.5786 15.9217 14.8285 15.1716C14.0783 14.4214 13.0609 14 12 14C10.9392 14 9.92175 14.4214 9.1716 15.1716C8.42146 15.9217 8.00003 16.9391 8.00003 18V21.75C8.00003 21.8163 7.97369 21.8799 7.92681 21.9268C7.87992 21.9737 7.81634 22 7.75003 22H4.75003C4.68373 22 4.62014 21.9737 4.57325 21.9268C4.52637 21.8799 4.50003 21.8163 4.50003 21.75V12C4.5026 11.7962 4.4409 11.5967 4.32368 11.43C4.20646 11.2632 4.03968 11.1376 3.84703 11.071C3.80742 11.0567 3.77205 11.0327 3.74421 11.0011C3.71637 10.9695 3.69697 10.9314 3.68779 10.8903C3.67861 10.8492 3.67997 10.8064 3.69172 10.766C3.70348 10.7256 3.72525 10.6888 3.75503 10.659L11.823 2.591C11.8463 2.56772 11.8738 2.54925 11.9042 2.53664C11.9346 2.52404 11.9671 2.51755 12 2.51755C12.0329 2.51755 12.0655 2.52404 12.0958 2.53664C12.1262 2.54925 12.1538 2.56772 12.177 2.591L20.245 10.659Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20695_7\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Mn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_17445_2299)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM12.25 5C12.5467 5 12.8367 5.08797 13.0834 5.2528C13.33 5.41762 13.5223 5.65189 13.6358 5.92597C13.7494 6.20006 13.7791 6.50166 13.7212 6.79264C13.6633 7.08361 13.5204 7.35088 13.3107 7.56066C13.1009 7.77044 12.8336 7.9133 12.5426 7.97118C12.2517 8.02906 11.9501 7.99935 11.676 7.88582C11.4019 7.77229 11.1676 7.58003 11.0028 7.33336C10.838 7.08668 10.75 6.79667 10.75 6.5C10.75 6.10218 10.908 5.72064 11.1893 5.43934C11.4706 5.15804 11.8522 5 12.25 5ZM14.5 18.5H10.5C10.2348 18.5 9.98044 18.3946 9.7929 18.2071C9.60536 18.0196 9.50001 17.7652 9.50001 17.5C9.50001 17.2348 9.60536 16.9804 9.7929 16.7929C9.98044 16.6054 10.2348 16.5 10.5 16.5H11.25C11.3163 16.5 11.3799 16.4737 11.4268 16.4268C11.4737 16.3799 11.5 16.3163 11.5 16.25V11.75C11.5 11.6837 11.4737 11.6201 11.4268 11.5732C11.3799 11.5263 11.3163 11.5 11.25 11.5H10.5C10.2348 11.5 9.98044 11.3946 9.7929 11.2071C9.60536 11.0196 9.50001 10.7652 9.50001 10.5C9.50001 10.2348 9.60536 9.98043 9.7929 9.79289C9.98044 9.60536 10.2348 9.5 10.5 9.5H11.5C12.0304 9.5 12.5391 9.71071 12.9142 10.0858C13.2893 10.4609 13.5 10.9696 13.5 11.5V16.25C13.5 16.3163 13.5263 16.3799 13.5732 16.4268C13.6201 16.4737 13.6837 16.5 13.75 16.5H14.5C14.7652 16.5 15.0196 16.6054 15.2071 16.7929C15.3946 16.9804 15.5 17.2348 15.5 17.5C15.5 17.7652 15.3946 18.0196 15.2071 18.2071C15.0196 18.3946 14.7652 18.5 14.5 18.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_17445_2299\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Nn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM12.25 5C12.5467 5 12.8367 5.08797 13.0834 5.2528C13.33 5.41762 13.5223 5.65189 13.6358 5.92597C13.7494 6.20006 13.7791 6.50166 13.7212 6.79264C13.6633 7.08361 13.5204 7.35088 13.3107 7.56066C13.1009 7.77044 12.8336 7.9133 12.5426 7.97118C12.2517 8.02906 11.9501 7.99935 11.676 7.88582C11.4019 7.77229 11.1676 7.58003 11.0028 7.33336C10.838 7.08668 10.75 6.79667 10.75 6.5C10.75 6.10218 10.908 5.72064 11.1893 5.43934C11.4706 5.15804 11.8522 5 12.25 5ZM14.5 18.5H10.5C10.2348 18.5 9.98044 18.3946 9.7929 18.2071C9.60536 18.0196 9.50001 17.7652 9.50001 17.5C9.50001 17.2348 9.60536 16.9804 9.7929 16.7929C9.98044 16.6054 10.2348 16.5 10.5 16.5H11.25C11.3163 16.5 11.3799 16.4737 11.4268 16.4268C11.4737 16.3799 11.5 16.3163 11.5 16.25V11.75C11.5 11.6837 11.4737 11.6201 11.4268 11.5732C11.3799 11.5263 11.3163 11.5 11.25 11.5H10.5C10.2348 11.5 9.98044 11.3946 9.7929 11.2071C9.60536 11.0196 9.50001 10.7652 9.50001 10.5C9.50001 10.2348 9.60536 9.98043 9.7929 9.79289C9.98044 9.60536 10.2348 9.5 10.5 9.5H11.5C12.0304 9.5 12.5391 9.71071 12.9142 10.0858C13.2893 10.4609 13.5 10.9696 13.5 11.5V16.25C13.5 16.3163 13.5263 16.3799 13.5732 16.4268C13.6201 16.4737 13.6837 16.5 13.75 16.5H14.5C14.7652 16.5 15.0196 16.6054 15.2071 16.7929C15.3946 16.9804 15.5 17.2348 15.5 17.5C15.5 17.7652 15.3946 18.0196 15.2071 18.2071C15.0196 18.3946 14.7652 18.5 14.5 18.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Pn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5012 1.95203H11.7485C10.9532 1.95203 10.3085 2.6236 10.3085 3.45203C10.3085 4.28045 10.9532 4.95203 11.7485 4.95203H15.5012C17.1965 4.90131 18.7843 5.81446 19.6463 7.33592C20.5083 8.85738 20.5083 10.7467 19.6463 12.2681C18.7843 13.7896 17.1965 14.7027 15.5012 14.652H6.85156C6.71901 14.652 6.61156 14.5401 6.61156 14.402V11.27C6.61148 10.8656 6.37758 10.5011 6.01891 10.3463C5.66023 10.1916 5.24739 10.2771 4.97284 10.563L0.281319 15.449C-0.0934475 15.8395 -0.0934475 16.4725 0.281319 16.863L4.97284 21.75C5.24739 22.0359 5.66023 22.1214 6.01891 21.9667C6.37758 21.812 6.61148 21.4474 6.61156 21.043V17.906C6.61156 17.768 6.71901 17.656 6.85156 17.656H15.5012C18.2341 17.7203 20.7862 16.2383 22.1708 13.7831C23.5553 11.3278 23.5553 8.28421 22.1708 5.82898C20.7862 3.37375 18.2341 1.89176 15.5012 1.95603V1.95203Z\" fill=\"currentColor\"/>\n</svg>\n", Fn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18148_7)\">\n<path d=\"M5.25 0.49707C6.07843 0.49707 6.75 1.16864 6.75 1.99707V21.9971C6.74993 22.8254 6.07839 23.4971 5.25 23.4971H1.75C0.921614 23.4971 0.250066 22.8254 0.25 21.9971V1.99707C0.25 1.16864 0.921573 0.49707 1.75 0.49707H5.25Z\" fill=\"currentColor\"/>\n<path d=\"M13.75 0.49707C14.5784 0.49707 15.25 1.16864 15.25 1.99707V21.9971C15.2499 22.8254 14.5784 23.4971 13.75 23.4971H10.25C9.42161 23.4971 8.75007 22.8254 8.75 21.9971V1.99707C8.75 1.16864 9.42157 0.49707 10.25 0.49707H13.75Z\" fill=\"currentColor\"/>\n<path d=\"M22.25 0.49707C23.0784 0.49707 23.75 1.16864 23.75 1.99707V21.9971C23.7499 22.8254 23.0784 23.4971 22.25 23.4971H18.75C17.9216 23.4971 17.2501 22.8254 17.25 21.9971V1.99707C17.25 1.16864 17.9216 0.49707 18.75 0.49707H22.25Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18148_7\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", In = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20897_46914)\">\n<path d=\"M22.5 10.5078C22.7652 10.5078 23.0195 10.6133 23.207 10.8008C23.3945 10.9883 23.5 11.2427 23.5 11.5078V22.4941C23.5 22.7593 23.3945 23.0137 23.207 23.2012C23.0195 23.3887 22.7652 23.4941 22.5 23.4941L14.5 23.5078C14.2348 23.5078 13.9805 23.4024 13.793 23.2148C13.6055 23.0273 13.5 22.773 13.5 22.5078V11.5078C13.5 11.2427 13.6055 10.9883 13.793 10.8008C13.9805 10.6133 14.2348 10.5078 14.5 10.5078H22.5Z\" fill=\"currentColor\"/>\n<path d=\"M9.5 16.5068C9.76518 16.5068 10.0195 16.6123 10.207 16.7998C10.3945 16.9873 10.5 17.2417 10.5 17.5068V22.5068C10.4999 22.772 10.3945 23.0264 10.207 23.2139C10.0194 23.4011 9.76505 23.5061 9.5 23.5059L1.5 23.4922C1.23483 23.4922 0.980496 23.3867 0.792969 23.1992C0.605479 23.0117 0.500053 22.7573 0.5 22.4922V17.5068C0.50004 17.2417 0.605468 16.9873 0.792969 16.7998C0.980498 16.6123 1.23482 16.5068 1.5 16.5068H9.5Z\" fill=\"currentColor\"/>\n<path d=\"M9.5 0.507812C9.76517 0.507812 10.0195 0.613307 10.207 0.800781C10.3945 0.988271 10.4999 1.24267 10.5 1.50781V12.5078C10.5 12.773 10.3945 13.0273 10.207 13.2148C10.0195 13.4024 9.76522 13.5078 9.5 13.5078H1.5C1.23478 13.5078 0.980505 13.4024 0.792969 13.2148C0.605495 13.0273 0.5 12.773 0.5 12.5078V1.49316C0.500057 1.22801 0.605467 0.973618 0.792969 0.786133C0.980461 0.598583 1.23481 0.493221 1.5 0.493164L9.5 0.507812Z\" fill=\"currentColor\"/>\n<path d=\"M22.5 0.493164C22.7652 0.493164 23.0195 0.598596 23.207 0.786133C23.3945 0.973662 23.5 1.22798 23.5 1.49316V6.50684C23.5 6.77201 23.3945 7.02634 23.207 7.21387C23.0195 7.4014 22.7652 7.50684 22.5 7.50684H14.5C14.2348 7.50684 13.9805 7.4014 13.793 7.21387C13.6055 7.02634 13.5 6.77201 13.5 6.50684V1.50684C13.5 1.24168 13.6055 0.9873 13.793 0.799805C13.9805 0.612323 14.2348 0.506836 14.5 0.506836L22.5 0.493164Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20897_46914\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Ln = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18148_4)\">\n<path d=\"M22.5 17.7471C23.3284 17.7471 24 18.4186 24 19.2471V21.7471C23.9999 22.5754 23.3284 23.2471 22.5 23.2471H1.5C0.671614 23.2471 6.59678e-05 22.5754 0 21.7471V19.2471C0 18.4186 0.671573 17.7471 1.5 17.7471H22.5Z\" fill=\"currentColor\"/>\n<path d=\"M22.5 9.24707C23.3284 9.24707 24 9.91864 24 10.7471V13.2471C23.9999 14.0754 23.3284 14.7471 22.5 14.7471H1.5C0.671614 14.7471 6.59678e-05 14.0754 0 13.2471V10.7471C0 9.91864 0.671573 9.24707 1.5 9.24707H22.5Z\" fill=\"currentColor\"/>\n<path d=\"M22.5 0.74707C23.3284 0.74707 24 1.41864 24 2.24707V4.74707C23.9999 5.57544 23.3284 6.24707 22.5 6.24707H1.5C0.671614 6.24707 6.59678e-05 5.57544 0 4.74707V2.24707C0 1.41864 0.671573 0.74707 1.5 0.74707H22.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18148_4\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Rn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18148_5)\">\n<path d=\"M5.25 17.2471C6.07843 17.2471 6.75 17.9186 6.75 18.7471V22.2471C6.74993 23.0754 6.07839 23.7471 5.25 23.7471H1.75C0.921614 23.7471 0.250066 23.0754 0.25 22.2471V18.7471C0.25 17.9186 0.921573 17.2471 1.75 17.2471H5.25Z\" fill=\"currentColor\"/>\n<path d=\"M13.75 17.2471C14.5784 17.2471 15.25 17.9186 15.25 18.7471V22.2471C15.2499 23.0754 14.5784 23.7471 13.75 23.7471H10.25C9.42161 23.7471 8.75007 23.0754 8.75 22.2471V18.7471C8.75 17.9186 9.42157 17.2471 10.25 17.2471H13.75Z\" fill=\"currentColor\"/>\n<path d=\"M22.25 17.2471C23.0784 17.2471 23.75 17.9186 23.75 18.7471V22.2471C23.7499 23.0754 23.0784 23.7471 22.25 23.7471H18.75C17.9216 23.7471 17.2501 23.0754 17.25 22.2471V18.7471C17.25 17.9186 17.9216 17.2471 18.75 17.2471H22.25Z\" fill=\"currentColor\"/>\n<path d=\"M5.25 8.74707C6.07843 8.74707 6.75 9.41864 6.75 10.2471V13.7471C6.74993 14.5754 6.07839 15.2471 5.25 15.2471H1.75C0.921614 15.2471 0.250066 14.5754 0.25 13.7471V10.2471C0.25 9.41864 0.921573 8.74707 1.75 8.74707H5.25Z\" fill=\"currentColor\"/>\n<path d=\"M13.75 8.74707C14.5784 8.74707 15.25 9.41864 15.25 10.2471V13.7471C15.2499 14.5754 14.5784 15.2471 13.75 15.2471H10.25C9.42161 15.2471 8.75007 14.5754 8.75 13.7471V10.2471C8.75 9.41864 9.42157 8.74707 10.25 8.74707H13.75Z\" fill=\"currentColor\"/>\n<path d=\"M22.25 8.74707C23.0784 8.74707 23.75 9.41864 23.75 10.2471V13.7471C23.7499 14.5754 23.0784 15.2471 22.25 15.2471H18.75C17.9216 15.2471 17.2501 14.5754 17.25 13.7471V10.2471C17.25 9.41864 17.9216 8.74707 18.75 8.74707H22.25Z\" fill=\"currentColor\"/>\n<path d=\"M5.25 0.24707C6.07843 0.24707 6.75 0.918643 6.75 1.74707V5.24707C6.74993 6.07544 6.07839 6.74707 5.25 6.74707H1.75C0.921614 6.74707 0.250066 6.07544 0.25 5.24707V1.74707C0.25 0.918643 0.921573 0.24707 1.75 0.24707H5.25Z\" fill=\"currentColor\"/>\n<path d=\"M13.75 0.24707C14.5784 0.24707 15.25 0.918643 15.25 1.74707V5.24707C15.2499 6.07544 14.5784 6.74707 13.75 6.74707H10.25C9.42161 6.74707 8.75007 6.07544 8.75 5.24707V1.74707C8.75 0.918643 9.42157 0.24707 10.25 0.24707H13.75Z\" fill=\"currentColor\"/>\n<path d=\"M22.25 0.24707C23.0784 0.24707 23.75 0.918643 23.75 1.74707V5.24707C23.7499 6.07544 23.0784 6.74707 22.25 6.74707H18.75C17.9216 6.74707 17.2501 6.07544 17.25 5.24707V1.74707C17.25 0.918643 17.9216 0.24707 18.75 0.24707H22.25Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18148_5\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", zn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18148_6)\">\n<path d=\"M9.5 12.9971C10.3284 12.9971 11 13.6686 11 14.4971V22.4971C10.9999 23.3254 10.3284 23.9971 9.5 23.9971H1.5C0.671614 23.9971 6.59678e-05 23.3254 0 22.4971V14.4971C0 13.6686 0.671573 12.9971 1.5 12.9971H9.5Z\" fill=\"currentColor\"/>\n<path d=\"M22.5 12.9971C23.3284 12.9971 24 13.6686 24 14.4971V22.4971C23.9999 23.3254 23.3284 23.9971 22.5 23.9971H14.5C13.6716 23.9971 13.0001 23.3254 13 22.4971V14.4971C13 13.6686 13.6716 12.9971 14.5 12.9971H22.5Z\" fill=\"currentColor\"/>\n<path d=\"M9.5 -0.00292969C10.3284 -0.00292969 11 0.668643 11 1.49707V9.49707C10.9999 10.3254 10.3284 10.9971 9.5 10.9971H1.5C0.671614 10.9971 6.59678e-05 10.3254 0 9.49707V1.49707C0 0.668643 0.671573 -0.00292969 1.5 -0.00292969H9.5Z\" fill=\"currentColor\"/>\n<path d=\"M22.5 -0.00292969C23.3284 -0.00292969 24 0.668643 24 1.49707V9.49707C23.9999 10.3254 23.3284 10.9971 22.5 10.9971H14.5C13.6716 10.9971 13.0001 10.3254 13 9.49707V1.49707C13 0.668643 13.6716 -0.00292969 14.5 -0.00292969H22.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18148_6\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Bn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_18)\">\n<path d=\"M9.0166 8.29004C9.24636 8.29488 9.46535 8.39037 9.625 8.55566C9.7905 8.71528 9.88592 8.93417 9.89062 9.16406C9.89531 9.3941 9.80845 9.61693 9.64941 9.7832L8.36133 11.0234C8.34945 11.035 8.34133 11.0502 8.33789 11.0664C8.33457 11.0824 8.33574 11.0991 8.3418 11.1143C8.34803 11.1297 8.35925 11.1431 8.37305 11.1523C8.38683 11.1616 8.40333 11.167 8.41992 11.167H12.2881C12.488 11.1881 12.6721 11.2874 12.7988 11.4434C12.9254 11.5993 12.9851 11.7992 12.9648 11.999C12.9648 12.2774 12.8165 12.8359 12.2979 12.8359H8.40723C8.39072 12.8359 8.37408 12.8405 8.36035 12.8496C8.34686 12.8587 8.33636 12.8717 8.33008 12.8867C8.32376 12.902 8.32197 12.9194 8.3252 12.9355C8.32845 12.9516 8.33701 12.9659 8.34863 12.9775L9.59082 14.2227C9.74193 14.3915 9.8226 14.6114 9.81641 14.8379C9.81017 15.0644 9.71783 15.2801 9.55762 15.4404C9.39741 15.6007 9.18161 15.6938 8.95508 15.7002C8.72872 15.7065 8.50869 15.6255 8.33984 15.4746L5.13086 12.2334C5.06921 12.1707 5.03478 12.086 5.03516 11.998C5.03566 11.9099 5.07125 11.8248 5.13379 11.7627L8.39746 8.53027C8.56391 8.37177 8.78681 8.28523 9.0166 8.29004Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 0C22.5304 0 23.039 0.210865 23.4141 0.585938C23.7891 0.96101 24 1.46957 24 2V22C24 22.5304 23.7891 23.039 23.4141 23.4141C23.039 23.7891 22.5304 24 22 24H2C1.46957 24 0.96101 23.7891 0.585938 23.4141C0.210865 23.039 0 22.5304 0 22V2C0 1.46957 0.210865 0.96101 0.585938 0.585938C0.96101 0.210865 1.46957 0 2 0H22ZM2.5 2C2.36739 2 2.24025 2.05272 2.14648 2.14648C2.05272 2.24025 2 2.36739 2 2.5V21.5C2 21.6326 2.05272 21.7597 2.14648 21.8535C2.24025 21.9473 2.36739 22 2.5 22H14.5C14.6326 22 14.7597 21.9473 14.8535 21.8535C14.9473 21.7597 15 21.6326 15 21.5V2.5C15 2.36739 14.9473 2.24025 14.8535 2.14648C14.7597 2.05272 14.6326 2 14.5 2H2.5ZM17.5 2C17.3674 2 17.2403 2.05272 17.1465 2.14648C17.0527 2.24025 17 2.36739 17 2.5V21.5C17 21.6326 17.0527 21.7597 17.1465 21.8535C17.2403 21.9473 17.3674 22 17.5 22H21.5C21.6326 22 21.7597 21.9473 21.8535 21.8535C21.9473 21.7597 22 21.6326 22 21.5V2.5C22 2.36739 21.9473 2.24025 21.8535 2.14648C21.7597 2.05272 21.6326 2 21.5 2H17.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_18\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Vn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_23)\">\n<path d=\"M9.04492 8.2998C9.27128 8.29354 9.49131 8.3745 9.66016 8.52539L12.8691 11.7666C12.9308 11.8293 12.9652 11.914 12.9648 12.002C12.9643 12.0901 12.9288 12.1752 12.8662 12.2373L9.60254 15.4697C9.43609 15.6282 9.21319 15.7148 8.9834 15.71C8.75364 15.7051 8.53465 15.6096 8.375 15.4443C8.2095 15.2847 8.11408 15.0658 8.10938 14.8359C8.10469 14.6059 8.19155 14.3831 8.35059 14.2168L9.63867 12.9766C9.65055 12.965 9.65867 12.9498 9.66211 12.9336C9.66543 12.9176 9.66426 12.9009 9.6582 12.8857C9.65197 12.8703 9.64075 12.8569 9.62695 12.8477C9.61318 12.8384 9.59667 12.833 9.58008 12.833H5.71191C5.51203 12.8119 5.32793 12.7126 5.20117 12.5566C5.07456 12.4007 5.01493 12.2008 5.03516 12.001C5.03518 11.7226 5.18352 11.1641 5.70215 11.1641H9.59277C9.60928 11.1641 9.62592 11.1595 9.63965 11.1504C9.65314 11.1413 9.66364 11.1283 9.66992 11.1133C9.67624 11.098 9.67803 11.0806 9.6748 11.0645C9.67155 11.0484 9.66299 11.0341 9.65137 11.0225L8.40918 9.77734C8.25807 9.60851 8.1774 9.3886 8.18359 9.16211C8.18983 8.93556 8.28217 8.71987 8.44238 8.55957C8.60259 8.39928 8.81839 8.30616 9.04492 8.2998Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 0C22.5304 0 23.039 0.210865 23.4141 0.585938C23.7891 0.96101 24 1.46957 24 2V22C24 22.5304 23.7891 23.039 23.4141 23.4141C23.039 23.7891 22.5304 24 22 24H2C1.46957 24 0.96101 23.7891 0.585938 23.4141C0.210865 23.039 0 22.5304 0 22V2C0 1.46957 0.210865 0.96101 0.585938 0.585938C0.96101 0.210865 1.46957 0 2 0H22ZM2.5 2C2.36739 2 2.24025 2.05272 2.14648 2.14648C2.05272 2.24025 2 2.36739 2 2.5V21.5C2 21.6326 2.05272 21.7597 2.14648 21.8535C2.24025 21.9473 2.36739 22 2.5 22H14.5C14.6326 22 14.7597 21.9473 14.8535 21.8535C14.9473 21.7597 15 21.6326 15 21.5V2.5C15 2.36739 14.9473 2.24025 14.8535 2.14648C14.7597 2.05272 14.6326 2 14.5 2H2.5ZM17.5 2C17.3674 2 17.2403 2.05272 17.1465 2.14648C17.0527 2.24025 17 2.36739 17 2.5V21.5C17 21.6326 17.0527 21.7597 17.1465 21.8535C17.2403 21.9473 17.3674 22 17.5 22H21.5C21.6326 22 21.7597 21.9473 21.8535 21.8535C21.9473 21.7597 22 21.6326 22 21.5V2.5C22 2.36739 21.9473 2.24025 21.8535 2.14648C21.7597 2.05272 21.6326 2 21.5 2H17.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_23\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Hn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 17.498C3.88071 17.498 5 18.6173 5 19.998C5 21.3788 3.88071 22.498 2.5 22.498C1.11929 22.498 0 21.3788 0 19.998C0 18.6173 1.11929 17.498 2.5 17.498Z\" fill=\"currentColor\"/>\n<path d=\"M23 19C23.2652 19 23.5195 19.1054 23.707 19.293C23.8946 19.4805 24 19.7348 24 20C24 20.2652 23.8946 20.5195 23.707 20.707C23.5195 20.8946 23.2652 21 23 21H8.5C8.23478 21 7.9805 20.8946 7.79297 20.707C7.60543 20.5195 7.5 20.2652 7.5 20C7.5 19.7348 7.60543 19.4805 7.79297 19.293C7.9805 19.1054 8.23478 19 8.5 19H23Z\" fill=\"currentColor\"/>\n<path d=\"M2.5 9.49805C3.88071 9.49805 5 10.6173 5 11.998C5 13.3788 3.88071 14.498 2.5 14.498C1.11929 14.498 0 13.3788 0 11.998C0 10.6173 1.11929 9.49805 2.5 9.49805Z\" fill=\"currentColor\"/>\n<path d=\"M23 11C23.2652 11 23.5195 11.1054 23.707 11.293C23.8946 11.4805 24 11.7348 24 12C24 12.2652 23.8946 12.5195 23.707 12.707C23.5195 12.8946 23.2652 13 23 13H8.5C8.23478 13 7.9805 12.8946 7.79297 12.707C7.60543 12.5195 7.5 12.2652 7.5 12C7.5 11.7348 7.60543 11.4805 7.79297 11.293C7.9805 11.1054 8.23478 11 8.5 11H23Z\" fill=\"currentColor\"/>\n<path d=\"M2.5 1.49805C3.88071 1.49805 5 2.61733 5 3.99805C5 5.37876 3.88071 6.49805 2.5 6.49805C1.11929 6.49805 0 5.37876 0 3.99805C0 2.61733 1.11929 1.49805 2.5 1.49805Z\" fill=\"currentColor\"/>\n<path d=\"M23 3C23.2652 3 23.5195 3.10543 23.707 3.29297C23.8946 3.48051 24 3.73478 24 4C24 4.26522 23.8946 4.5195 23.707 4.70703C23.5195 4.89457 23.2652 5 23 5H8.5C8.23478 5 7.9805 4.89457 7.79297 4.70703C7.60543 4.5195 7.5 4.26522 7.5 4C7.5 3.73478 7.60543 3.48051 7.79297 3.29297C7.9805 3.10543 8.23478 3 8.5 3H23Z\" fill=\"currentColor\"/>\n</svg>\n", Un = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0C12.5523 0 13 0.447715 13 1V2.62305C13.0004 2.86838 13.1787 3.07742 13.4209 3.11621C17.2567 3.73609 20.2639 6.74331 20.8838 10.5791C20.9226 10.8213 21.1316 10.9996 21.377 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13H21.377C21.1316 13.0004 20.9226 13.1787 20.8838 13.4209C20.2639 17.2567 17.2567 20.2639 13.4209 20.8838C13.1787 20.9226 13.0004 21.1316 13 21.377V23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23V21.377C10.9996 21.1316 10.8213 20.9226 10.5791 20.8838C6.74331 20.2639 3.73609 17.2567 3.11621 13.4209C3.07742 13.1787 2.86838 13.0004 2.62305 13H1C0.447715 13 0 12.5523 0 12C0 11.4477 0.447715 11 1 11H2.62305C2.86838 10.9996 3.07742 10.8213 3.11621 10.5791C3.73609 6.74331 6.74331 3.73609 10.5791 3.11621C10.8213 3.07742 10.9996 2.86838 11 2.62305V1C11 0.447715 11.4477 0 12 0ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.8642 18.9956 18.9956 15.8642 19 12C19 8.13401 15.866 5 12 5Z\" fill=\"currentColor\"/>\n</svg>\n", Wn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C15.7279 0 18.75 3.02208 18.75 6.75V9.5H19.5C20.6046 9.5 21.5 10.3954 21.5 11.5V22C21.5 23.1046 20.6046 24 19.5 24H4.5C3.39543 24 2.5 23.1046 2.5 22V11.5C2.5 10.3954 3.39543 9.5 4.5 9.5H5.25V6.75C5.25 3.02208 8.27208 0 12 0ZM13.8779 14.8037C13.5441 13.8914 12.6028 13.3509 11.6465 13.5225C10.6902 13.6942 9.99561 14.5284 10 15.5C10.002 16.2116 10.3832 16.8679 11 17.2227V19.5C11 20.0523 11.4477 20.5 12 20.5C12.5523 20.5 13 20.0523 13 19.5V17.2227C13.8414 16.7368 14.2116 15.7163 13.8779 14.8037ZM12 2.5C9.65279 2.5 7.75 4.40279 7.75 6.75V9C7.75 9.27614 7.97386 9.5 8.25 9.5H15.75C16.0261 9.5 16.25 9.27614 16.25 9V6.75C16.25 4.40279 14.3472 2.5 12 2.5Z\" fill=\"currentColor\"/>\n</svg>\n", Gn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.7501 11.256V6.48C18.7501 2.9012 15.728 0 12.0001 0C8.27216 0 5.25008 2.9012 5.25008 6.48V11.256C3.11973 14.471 3.7669 18.6993 6.77054 21.1901C9.77418 23.6808 14.226 23.6808 17.2296 21.1901C20.2333 18.6993 20.8804 14.471 18.7501 11.256ZM13.0001 16.056V18.24C13.0001 18.7702 12.5524 19.2 12.0001 19.2C11.4478 19.2 11.0001 18.7702 11.0001 18.24V16.0541C10.2161 15.6196 9.83395 14.7338 10.0682 13.8944C10.3025 13.055 11.0949 12.4713 12.0001 12.4713C12.9053 12.4713 13.6976 13.055 13.9319 13.8944C14.1662 14.7338 13.784 15.6196 13.0001 16.0541V16.056ZM16.0137 8.45553C16.1607 8.36798 16.2501 8.21373 16.2501 8.04768V6.48C16.2501 4.22668 14.3473 2.4 12.0001 2.4C9.65287 2.4 7.75008 4.22668 7.75008 6.48V8.04768C7.75009 8.21373 7.83949 8.36798 7.98646 8.45553C8.13343 8.54308 8.3171 8.55149 8.47208 8.47776C10.6942 7.4167 13.3059 7.4167 15.5281 8.47776C15.6831 8.55149 15.8667 8.54308 16.0137 8.45553Z\" fill=\"currentColor\"/>\n</svg>\n", Kn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 0.5C13.6046 0.5 14.5 1.39543 14.5 2.5V5.5C14.5 6.05228 14.0523 6.5 13.5 6.5C12.9477 6.5 12.5 6.05228 12.5 5.5V3C12.5 2.72386 12.2761 2.5 12 2.5H2.5C2.22386 2.5 2 2.72386 2 3V21C2 21.2761 2.22386 21.5 2.5 21.5H12C12.2761 21.5 12.5 21.2761 12.5 21V18.5C12.5 17.9477 12.9477 17.5 13.5 17.5C14.0523 17.5 14.5 17.9477 14.5 18.5V21.5C14.5 22.6046 13.6046 23.5 12.5 23.5H2C0.89543 23.5 0 22.6046 0 21.5V2.5C0 1.39543 0.89543 0.5 2 0.5H12.5Z\" fill=\"currentColor\"/>\n<path d=\"M16.5283 7.61914C16.8534 7.44541 17.248 7.46447 17.5547 7.66895L23.5547 11.6689C23.8328 11.8544 24 12.1657 24 12.5C24 12.8343 23.8328 13.1466 23.5547 13.332L17.5547 17.332C17.3904 17.4415 17.1974 17.5 17 17.5C16.4509 17.4925 16.0075 17.0491 16 16.5V14H7C6.46413 14 5.96913 13.7141 5.70117 13.25C5.43322 12.7859 5.43322 12.2141 5.70117 11.75C5.96913 11.286 6.46414 11 7 11H16V8.5C16.0003 8.13144 16.2034 7.79298 16.5283 7.61914Z\" fill=\"currentColor\"/>\n</svg>\n", qn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_30)\">\n<path d=\"M13.2861 8.5C13.4566 8.50004 13.6197 8.56801 13.7402 8.68848C13.8607 8.80896 13.9286 8.9722 13.9287 9.14258V11.0713C13.9288 11.2038 13.9815 11.3311 14.0752 11.4248C14.1689 11.5185 14.2962 11.5712 14.4287 11.5713H16.3574C16.5278 11.5714 16.691 11.6393 16.8115 11.7598C16.932 11.8803 17 12.0434 17 12.2139V14.7861C17 14.9566 16.932 15.1197 16.8115 15.2402C16.691 15.3607 16.5278 15.4286 16.3574 15.4287H14.4287C14.2962 15.4288 14.1689 15.4815 14.0752 15.5752C13.9815 15.6689 13.9288 15.7962 13.9287 15.9287V17.8574C13.9286 18.0278 13.8607 18.191 13.7402 18.3115C13.6197 18.432 13.4566 18.5 13.2861 18.5H10.7139C10.6295 18.5 10.5457 18.4835 10.4678 18.4512C10.3899 18.4188 10.3193 18.3712 10.2598 18.3115C10.2001 18.2518 10.1523 18.1805 10.1201 18.1025C10.0881 18.0248 10.0722 17.9415 10.0723 17.8574V15.9287C10.0722 15.7962 10.0195 15.6689 9.92578 15.5752C9.83208 15.4815 9.70477 15.4288 9.57227 15.4287H7.64258C7.4722 15.4286 7.30896 15.3607 7.18848 15.2402C7.06801 15.1197 7.00004 14.9566 7 14.7861V12.2139C7.00004 12.0434 7.06801 11.8803 7.18848 11.7598C7.30896 11.6393 7.4722 11.5714 7.64258 11.5713H9.57227C9.70477 11.5712 9.83208 11.5185 9.92578 11.4248C10.0195 11.3311 10.0722 11.2038 10.0723 11.0713V9.14258C10.0722 9.05853 10.0881 8.97518 10.1201 8.89746C10.1523 8.81946 10.2001 8.7482 10.2598 8.68848C10.3193 8.62881 10.3899 8.58115 10.4678 8.54883C10.5457 8.51652 10.6295 8.50002 10.7139 8.5H13.2861Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 0C14.7652 5.66374e-05 15.0195 0.105419 15.207 0.292969L21.207 6.29297C21.3946 6.48046 21.4999 6.73481 21.5 7V22C21.5 22.5304 21.2891 23.039 20.9141 23.4141C20.539 23.7891 20.0304 24 19.5 24H4.5C3.96957 24 3.46101 23.7891 3.08594 23.4141C2.71086 23.039 2.5 22.5304 2.5 22V2C2.5 1.46957 2.71086 0.96101 3.08594 0.585938C3.46101 0.210865 3.96957 0 4.5 0H14.5ZM5 2C4.86739 2 4.74025 2.05272 4.64648 2.14648C4.55272 2.24025 4.5 2.36739 4.5 2.5V21.5C4.5 21.6326 4.55272 21.7597 4.64648 21.8535C4.74025 21.9473 4.86739 22 5 22H19C19.1326 22 19.2597 21.9473 19.3535 21.8535C19.4473 21.7597 19.5 21.6326 19.5 21.5V8C19.5 7.86739 19.4473 7.74025 19.3535 7.64648C19.2597 7.55272 19.1326 7.5 19 7.5H16C15.4696 7.5 14.961 7.28914 14.5859 6.91406C14.2109 6.53899 14 6.03043 14 5.5V2.5C14 2.36739 13.9473 2.24025 13.8535 2.14648C13.7597 2.05272 13.6326 2 13.5 2H5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_30\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Jn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M24 9.00001C24 8.60218 23.842 8.22065 23.5607 7.93935C23.2794 7.65804 22.8978 7.50001 22.5 7.50001H6.5C6.10218 7.50001 5.72064 7.65804 5.43934 7.93935C5.15804 8.22065 5 8.60218 5 9.00001V19C5 19.3978 4.84196 19.7794 4.56066 20.0607C4.27936 20.342 3.89782 20.5 3.5 20.5C3.10218 20.5 2.72064 20.342 2.43934 20.0607C2.15804 19.7794 2 19.3978 2 19V4.00001C2 3.8674 2.05268 3.74022 2.14645 3.64645C2.24021 3.55269 2.36739 3.50001 2.5 3.50001H6.586L8.5 5.41401C8.68521 5.60036 8.90556 5.74811 9.14828 5.8487C9.391 5.94929 9.65126 6.00072 9.914 6.00001H20.5C20.7652 6.00001 21.0196 5.89465 21.2071 5.70711C21.3946 5.51958 21.5 5.26522 21.5 5.00001C21.5 4.73479 21.3946 4.48044 21.2071 4.2929C21.0196 4.10536 20.7652 4.00001 20.5 4.00001H9.914L8 2.08601C7.81479 1.89965 7.59444 1.7519 7.35172 1.65131C7.109 1.55072 6.84874 1.4993 6.586 1.50001H1.5C1.10218 1.50001 0.720644 1.65804 0.43934 1.93935C0.158035 2.22065 0 2.60218 0 3.00001L0 19C0 19.9283 0.368749 20.8185 1.02513 21.4749C1.6815 22.1313 2.57174 22.5 3.5 22.5H20C21.0609 22.5 22.0783 22.0786 22.8284 21.3284C23.5786 20.5783 24 19.5609 24 18.5V9.00001ZM18.5 16C18.5 16.1326 18.4473 16.2598 18.3536 16.3536C18.2598 16.4473 18.1326 16.5 18 16.5H16.5C16.3674 16.5 16.2402 16.5527 16.1464 16.6465C16.0527 16.7402 16 16.8674 16 17V18.5C16 18.6326 15.9473 18.7598 15.8536 18.8536C15.7598 18.9473 15.6326 19 15.5 19H13.5C13.3674 19 13.2402 18.9473 13.1464 18.8536C13.0527 18.7598 13 18.6326 13 18.5V17C13 16.8674 12.9473 16.7402 12.8536 16.6465C12.7598 16.5527 12.6326 16.5 12.5 16.5H11C10.8674 16.5 10.7402 16.4473 10.6464 16.3536C10.5527 16.2598 10.5 16.1326 10.5 16V14C10.5 13.8674 10.5527 13.7402 10.6464 13.6465C10.7402 13.5527 10.8674 13.5 11 13.5H12.5C12.6326 13.5 12.7598 13.4473 12.8536 13.3536C12.9473 13.2598 13 13.1326 13 13V11.5C13 11.3674 13.0527 11.2402 13.1464 11.1465C13.2402 11.0527 13.3674 11 13.5 11H15.5C15.6326 11 15.7598 11.0527 15.8536 11.1465C15.9473 11.2402 16 11.3674 16 11.5V13C16 13.1326 16.0527 13.2598 16.1464 13.3536C16.2402 13.4473 16.3674 13.5 16.5 13.5H18C18.1326 13.5 18.2598 13.5527 18.3536 13.6465C18.4473 13.7402 18.5 13.8674 18.5 14V16Z\" fill=\"currentColor\"/>\n</svg>\n", Yn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_8)\">\n<path d=\"M5.49966 19.7713C6.02837 19.7713 6.53601 19.9804 6.9108 20.3534C7.28546 20.7262 7.49691 21.2321 7.49966 21.7606C7.49966 22.1536 7.38372 22.5381 7.16568 22.8651C6.94748 23.1921 6.63707 23.4476 6.27408 23.5985C5.91107 23.7494 5.51135 23.7897 5.12564 23.7137C4.73989 23.6377 4.38481 23.449 4.10611 23.1717C3.8275 22.8944 3.63713 22.5404 3.55923 22.1551C3.48142 21.77 3.51967 21.3703 3.66861 21.0067C3.81768 20.6429 4.07123 20.331 4.39712 20.1112C4.72293 19.8914 5.10667 19.7734 5.49966 19.7713Z\" fill=\"currentColor\"/>\n<path d=\"M18.4997 19.7713C19.0284 19.7713 19.536 19.9804 19.9108 20.3534C20.2855 20.7262 20.4969 21.2321 20.4997 21.7606C20.4997 22.1536 20.3837 22.5381 20.1657 22.8651C19.9475 23.1921 19.6371 23.4476 19.2741 23.5985C18.9111 23.7494 18.5113 23.7897 18.1256 23.7137C17.7399 23.6377 17.3848 23.449 17.1061 23.1717C16.8275 22.8944 16.6371 22.5404 16.5592 22.1551C16.4814 21.77 16.5197 21.3703 16.6686 21.0067C16.8177 20.6429 17.0712 20.331 17.3971 20.1112C17.7229 19.8914 18.1067 19.7734 18.4997 19.7713Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6432 15.2498C10.7416 15.25 10.8377 15.2793 10.9196 15.3338L11.7204 15.8651C11.8023 15.9195 11.8984 15.949 11.9967 15.9491C12.0953 15.9491 12.192 15.9197 12.2741 15.8651L13.0739 15.3338C13.1559 15.2791 13.2526 15.2499 13.3512 15.2498H15.986C16.0395 15.25 16.0915 15.2677 16.1344 15.2997C16.1773 15.3316 16.2088 15.3764 16.2243 15.4276C16.2397 15.4789 16.2385 15.5344 16.2204 15.5848C16.2022 15.6351 16.1682 15.6782 16.1237 15.7079L14.111 17.0516C14.077 17.0747 14.0493 17.1062 14.0299 17.1424C14.0107 17.1785 14 17.2187 13.9997 17.2596C13.9996 17.3006 14.0097 17.3416 14.029 17.3778C14.0483 17.414 14.0769 17.4448 14.111 17.4676L16.2692 18.912C16.3302 18.9526 16.3816 19.0065 16.4196 19.0692C16.4575 19.1318 16.4811 19.2024 16.4889 19.2752C16.4967 19.348 16.4883 19.4219 16.4645 19.4911C16.4407 19.5601 16.402 19.6231 16.3512 19.6756C15.8068 20.2327 15.5009 20.9807 15.4997 21.7596C15.4997 21.8922 15.4469 22.0194 15.3532 22.1131C15.2594 22.2069 15.1323 22.2596 14.9997 22.2596H8.99966C8.86718 22.2595 8.73984 22.2068 8.64615 22.1131C8.55261 22.0194 8.49966 21.892 8.49966 21.7596C8.49841 20.9807 8.19348 20.2327 7.64908 19.6756C7.59824 19.6231 7.55963 19.5602 7.5358 19.4911C7.51199 19.4218 7.50363 19.348 7.51138 19.2752C7.5192 19.2024 7.54276 19.1318 7.58072 19.0692C7.61873 19.0065 7.67008 18.9526 7.73111 18.912L9.88931 17.4676C9.92344 17.4449 9.95106 17.4139 9.97037 17.3778C9.98973 17.3415 9.99987 17.3008 9.99966 17.2596C9.99937 17.2187 9.98958 17.1785 9.97037 17.1424C9.95103 17.1062 9.9233 17.0747 9.88931 17.0516L7.87564 15.7079C7.83123 15.6781 7.79705 15.6351 7.77896 15.5848C7.76089 15.5344 7.75955 15.4789 7.77505 15.4276C7.79064 15.3762 7.82274 15.3306 7.86587 15.2987C7.90898 15.2668 7.96169 15.2498 8.01529 15.2498H10.6432ZM11.9997 18.5614C11.9012 18.5614 11.8053 18.5908 11.7233 18.6454L9.98697 19.8016C9.94232 19.8314 9.9084 19.8751 9.89029 19.9256C9.87218 19.9762 9.87079 20.0315 9.88638 20.0829C9.90199 20.1341 9.93412 20.1789 9.9772 20.2108C10.0202 20.2426 10.0721 20.2596 10.1256 20.2596L13.8737 20.2577C13.9274 20.2577 13.98 20.2408 14.0231 20.2088C14.0662 20.1769 14.0983 20.1322 14.1139 20.0809C14.1295 20.0296 14.1281 19.9742 14.11 19.9237C14.0919 19.8732 14.058 19.8294 14.0133 19.7997L12.277 18.6454C12.1949 18.5907 12.0982 18.5614 11.9997 18.5614Z\" fill=\"currentColor\"/>\n<path d=\"M1.76333 1.26156C2.2448 1.21549 2.72722 1.34086 3.12564 1.61508C3.52404 1.88933 3.81318 2.29539 3.94205 2.76156L5.68033 8.67367C5.77285 8.98368 5.96228 9.25627 6.22134 9.45004C6.48042 9.64376 6.79531 9.7487 7.1188 9.74985H21.9997C22.5301 9.74985 23.0396 9.96071 23.4147 10.3358C23.7896 10.7108 23.9996 11.2196 23.9997 11.7498C23.9997 12.2801 23.7895 12.7889 23.4147 13.1639C23.0396 13.539 22.5301 13.7498 21.9997 13.7498H6.37076C5.4 13.7459 4.45581 13.4298 3.67837 12.8485C2.90113 12.2671 2.33159 11.4512 2.05337 10.5213L0.0807178 3.81332C-0.0014304 3.5344 -0.0217354 3.24056 0.0211475 2.95297C0.064105 2.66533 0.169689 2.39013 0.329741 2.14731C0.48986 1.90446 0.7014 1.69957 0.948882 1.54672C1.19641 1.39386 1.47445 1.29597 1.76333 1.26156Z\" fill=\"currentColor\"/>\n<path d=\"M6.04654 0.311369C6.42823 0.199161 6.83885 0.242952 7.18814 0.433439C7.53739 0.623974 7.79653 0.945327 7.90884 1.32699L8.93814 4.82699C9.05037 5.20836 9.00619 5.61849 8.81607 5.96762C8.62598 6.31668 8.30562 6.57662 7.92447 6.6893C7.78689 6.73042 7.64326 6.75083 7.49966 6.75082C7.17557 6.75113 6.85989 6.64695 6.60025 6.45297C6.34045 6.2588 6.1507 5.98485 6.05923 5.67367L5.02994 2.17367C4.91776 1.79203 4.96157 1.38132 5.15201 1.03207C5.34254 0.682692 5.66476 0.423688 6.04654 0.311369Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_8\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Xn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_14)\">\n<path d=\"M7.25 3.00033C7.3163 3.00033 7.37987 3.02669 7.42676 3.07357C7.47353 3.12044 7.5 3.1841 7.5 3.25033V4.75033C7.50009 4.78308 7.49392 4.81575 7.48145 4.84603C7.46893 4.87638 7.44997 4.90387 7.42676 4.92709C7.40356 4.95024 7.376 4.96831 7.3457 4.9808C7.31531 4.99331 7.28287 5.00046 7.25 5.00033H5C4.86739 5.00033 4.74025 5.05304 4.64648 5.14681C4.55282 5.24056 4.5 5.3678 4.5 5.50033V21.5003C4.50009 21.6328 4.5528 21.7602 4.64648 21.8538C4.74024 21.9475 4.86747 22.0003 5 22.0003H19C19.1325 22.0003 19.2598 21.9475 19.3535 21.8538C19.4472 21.7602 19.4999 21.6328 19.5 21.5003V5.50033C19.5 5.3678 19.4472 5.24056 19.3535 5.14681C19.2597 5.05304 19.1326 5.00033 19 5.00033H16.75C16.7171 5.00046 16.6847 4.99331 16.6543 4.9808C16.624 4.96831 16.5964 4.95023 16.5732 4.92709C16.55 4.90387 16.5311 4.87638 16.5186 4.84603C16.5061 4.81575 16.4999 4.78308 16.5 4.75033V3.25033C16.5 3.1841 16.5265 3.12044 16.5732 3.07357C16.6201 3.02669 16.6837 3.00033 16.75 3.00033H19.5C20.0303 3.00033 20.539 3.21041 20.9141 3.58529C21.2891 3.96036 21.5 4.4699 21.5 5.00033V22.0003C21.4999 22.5306 21.2891 23.0394 20.9141 23.4144C20.539 23.7894 20.0304 24.0003 19.5 24.0003H4.5C3.96965 24.0003 3.46099 23.7894 3.08594 23.4144C2.71095 23.0394 2.50009 22.5306 2.5 22.0003V5.00033C2.5 4.4699 2.71086 3.96036 3.08594 3.58529C3.46098 3.21041 3.96972 3.00033 4.5 3.00033H7.25Z\" fill=\"currentColor\"/>\n<path d=\"M13.2861 9.00033C13.4564 9.00036 13.6197 9.06756 13.7402 9.18783C13.8608 9.30818 13.9284 9.47159 13.9287 9.64193V11.5706C13.9287 11.7031 13.9816 11.8304 14.0752 11.9242C14.1689 12.0179 14.2962 12.0706 14.4287 12.0706H16.3574C16.4417 12.0707 16.5256 12.0872 16.6035 12.1195C16.6814 12.1517 16.7519 12.1995 16.8115 12.2591C16.8712 12.3188 16.9189 12.3901 16.9512 12.4681C16.9834 12.5461 17 12.6298 17 12.7142V15.2845C17 15.455 16.9321 15.619 16.8115 15.7396C16.691 15.86 16.5278 15.928 16.3574 15.9281H14.4287C14.2962 15.9281 14.1689 15.9808 14.0752 16.0745C13.9815 16.1683 13.9287 16.2955 13.9287 16.4281V18.3568C13.9287 18.4412 13.9122 18.5249 13.8799 18.6029C13.8476 18.6808 13.7999 18.7513 13.7402 18.8109C13.6806 18.8705 13.6102 18.9183 13.5322 18.9505C13.4543 18.9827 13.3705 18.9995 13.2861 18.9994H10.7139C10.6296 18.9995 10.5457 18.9827 10.4678 18.9505C10.3899 18.9183 10.3193 18.8704 10.2598 18.8109C10.2002 18.7513 10.1523 18.6807 10.1201 18.6029C10.0879 18.525 10.0721 18.4411 10.0723 18.3568V16.4281C10.0723 16.2955 10.0194 16.1683 9.92578 16.0745C9.83208 15.9808 9.70478 15.9281 9.57227 15.9281H7.64258C7.47221 15.928 7.30896 15.86 7.18848 15.7396C7.06789 15.619 7 15.455 7 15.2845V12.7142C7.00026 12.5439 7.06803 12.3804 7.18848 12.2601C7.30893 12.1398 7.47237 12.0717 7.64258 12.0716H9.57227C9.70478 12.0715 9.83208 12.0188 9.92578 11.9251C10.0194 11.8314 10.0723 11.7041 10.0723 11.5716V9.64291C10.0721 9.55854 10.0879 9.47479 10.1201 9.39681C10.1523 9.31888 10.2002 9.24849 10.2598 9.1888C10.3193 9.12917 10.39 9.08148 10.4678 9.04916C10.5457 9.01685 10.6295 9.00035 10.7139 9.00033H13.2861Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1924 0.106774C11.6382 -0.0159645 12.1065 -0.0344554 12.5605 0.0530627C13.0148 0.140646 13.4431 0.331792 13.8115 0.611656C14.1799 0.891526 14.4784 1.25316 14.6846 1.66732C14.8907 2.08144 14.9988 2.53775 15 3.00033V5.50033C14.9999 5.76542 14.8945 6.01991 14.707 6.20736C14.5195 6.39478 14.2651 6.50033 14 6.50033H10C9.73487 6.50032 9.48048 6.39479 9.29297 6.20736C9.10552 6.01991 9.00009 5.76542 9 5.50033V3.08724C8.98771 2.41881 9.19566 1.76445 9.5918 1.22591C9.98793 0.687427 10.5507 0.294086 11.1924 0.106774ZM12 2.00033C11.8011 2.00034 11.6104 2.07941 11.4697 2.22005C11.3292 2.36069 11.25 2.55151 11.25 2.75033C11.2501 2.89837 11.2938 3.0432 11.376 3.16634C11.4584 3.28963 11.5759 3.38594 11.7129 3.44271C11.8499 3.49948 12.001 3.51462 12.1465 3.48568C12.2918 3.45674 12.4254 3.38536 12.5303 3.2806C12.6352 3.17571 12.7064 3.04132 12.7354 2.89584C12.7642 2.7506 12.7499 2.60004 12.6934 2.46322C12.6366 2.32624 12.5402 2.20871 12.417 2.1263C12.2937 2.04389 12.1483 2.00033 12 2.00033Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_14\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Zn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.26465 16.999C8.05703 16.999 8.69996 17.6413 8.7002 18.4336V22.5645C8.69996 23.3568 8.05703 23.999 7.26465 23.999H3.13477C2.34247 23.9989 1.70043 23.3567 1.7002 22.5645V18.4336C1.70043 17.6413 2.34247 16.9991 3.13477 16.999H7.26465Z\" fill=\"currentColor\"/>\n<path d=\"M16.8506 1.48926C17.244 1.51912 17.6102 1.70236 17.8691 2C19.6136 4.09947 20.7291 6.64937 21.0869 9.35547C21.4447 12.0617 21.0297 14.8141 19.8906 17.2949C19.8687 17.3442 19.8633 17.3995 19.875 17.4521C19.8867 17.5049 19.9153 17.5525 19.9561 17.5879L22.0381 19.375C22.143 19.4659 22.2209 19.5844 22.2627 19.7168C22.3044 19.8491 22.3081 19.9904 22.2744 20.125C22.2407 20.2596 22.1705 20.3825 22.0713 20.4795C21.972 20.5765 21.8474 20.6441 21.7119 20.6748L15.1729 22.1221C15.0592 22.1475 14.9411 22.1463 14.8281 22.1182C14.715 22.0899 14.61 22.0349 14.5215 21.959C14.4332 21.8831 14.3634 21.7881 14.3184 21.6807C14.2733 21.5731 14.2538 21.4562 14.2617 21.3398L14.7031 14.6582C14.7124 14.5194 14.76 14.3857 14.8408 14.2725C14.9217 14.1592 15.0328 14.0705 15.1611 14.0166C15.2895 13.9627 15.4308 13.9451 15.5684 13.9668C15.7058 13.9885 15.8349 14.048 15.9404 14.1387L17.1572 15.1826C17.1882 15.2091 17.2249 15.2282 17.2646 15.2373C17.3042 15.2463 17.3455 15.2458 17.3848 15.2354C17.4239 15.2245 17.4605 15.2044 17.4902 15.1768C17.5199 15.1492 17.5419 15.1143 17.5557 15.0762C18.221 13.2082 18.3892 11.1986 18.043 9.24609C17.6967 7.29388 16.848 5.46555 15.5811 3.94043C15.3298 3.6363 15.2083 3.24454 15.2432 2.85156C15.2781 2.45875 15.4668 2.09587 15.7676 1.84082C16.0684 1.58574 16.4573 1.45947 16.8506 1.48926Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.26562 8.5C7.64569 8.50027 8.01046 8.65128 8.2793 8.91992C8.54807 9.1887 8.69982 9.5535 8.7002 9.93359V14.0645C8.70008 14.4448 8.54904 14.81 8.28027 15.0791C8.01141 15.3483 7.64608 15.4995 7.26562 15.5H3.13477C2.75424 15.4994 2.3891 15.3483 2.12012 15.0791C1.8512 14.81 1.70058 14.4449 1.7002 14.0645V9.93359C1.70083 9.55341 1.85216 9.18867 2.12109 8.91992C2.39005 8.65129 2.75462 8.50031 3.13477 8.5H7.26562ZM3.9502 10.499C3.88394 10.499 3.82031 10.5255 3.77344 10.5723C3.72655 10.6192 3.7002 10.6827 3.7002 10.749V13.249C3.7002 13.3153 3.72656 13.3789 3.77344 13.4258C3.82031 13.4726 3.88395 13.499 3.9502 13.499H6.4502C6.48298 13.4991 6.51558 13.493 6.5459 13.4805C6.57628 13.468 6.60372 13.449 6.62695 13.4258C6.65014 13.4026 6.66914 13.3751 6.68164 13.3447C6.69409 13.3144 6.70032 13.2818 6.7002 13.249V10.749C6.70033 10.7163 6.69408 10.6836 6.68164 10.6533C6.66915 10.623 6.65013 10.5955 6.62695 10.5723C6.60372 10.549 6.57627 10.5301 6.5459 10.5176C6.51558 10.5051 6.48298 10.4989 6.4502 10.499H3.9502Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.26562 0C7.64569 0.000264763 8.01046 0.151281 8.2793 0.419922C8.54807 0.688696 8.69982 1.0535 8.7002 1.43359V5.56445C8.70008 5.94479 8.54904 6.30996 8.28027 6.5791C8.01141 6.84829 7.64608 6.99947 7.26562 7H3.13477C2.75424 6.99942 2.3891 6.84827 2.12012 6.5791C1.8512 6.30999 1.70058 5.94488 1.7002 5.56445V1.43359C1.70083 1.05341 1.85216 0.688667 2.12109 0.419922C2.39005 0.151285 2.75462 0.000313388 3.13477 0H7.26562ZM3.9502 2C3.88406 2 3.82029 2.02657 3.77344 2.07324C3.72673 2.11989 3.70046 2.183 3.7002 2.24902V4.75C3.7002 4.8163 3.72655 4.87987 3.77344 4.92676C3.82031 4.97357 3.88395 5 3.9502 5H6.4502C6.48298 5.0001 6.51558 4.99393 6.5459 4.98145C6.57628 4.96893 6.60372 4.94999 6.62695 4.92676C6.65014 4.90354 6.66915 4.87604 6.68164 4.8457C6.69409 4.81539 6.70033 4.78277 6.7002 4.75V2.25C6.70033 2.21723 6.69409 2.18461 6.68164 2.1543C6.66915 2.12396 6.65014 2.09646 6.62695 2.07324C6.60372 2.05001 6.57628 2.03107 6.5459 2.01855C6.51558 2.00607 6.48298 1.9999 6.4502 2H3.9502Z\" fill=\"currentColor\"/>\n</svg>\n", Qn = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_23142_37312)\">\n<path d=\"M20.7502 12.7613C20.8285 12.7613 20.9063 12.7798 20.9767 12.814C21.0469 12.8482 21.1082 12.8981 21.1564 12.9595L23.6564 16.4595C23.7099 16.5342 23.7425 16.6218 23.7492 16.7134C23.7559 16.8051 23.7366 16.8973 23.6945 16.979C23.6525 17.0606 23.5892 17.1295 23.5109 17.1773C23.4325 17.2251 23.342 17.2505 23.2502 17.2505H22.2502C22.1176 17.2505 21.9904 17.3032 21.8967 17.397C21.8029 17.4908 21.7502 17.6179 21.7502 17.7505V22.7505C21.7501 23.0156 21.6446 23.2701 21.4572 23.4576C21.2698 23.645 21.0152 23.7504 20.7502 23.7505C20.4851 23.7505 20.2306 23.6448 20.0431 23.4576C19.8557 23.2701 19.7503 23.0156 19.7502 22.7505V17.7505C19.7502 17.6181 19.6972 17.4907 19.6037 17.397C19.51 17.3033 19.3827 17.2506 19.2502 17.2505H18.2502C18.1583 17.2504 18.0678 17.2242 17.9894 17.1763C17.9112 17.1284 17.8477 17.0597 17.8058 16.9781C17.764 16.8964 17.7454 16.805 17.7521 16.7134C17.7589 16.6219 17.7906 16.5342 17.8439 16.4595L20.3439 12.9595C20.3923 12.8979 20.4542 12.8482 20.5246 12.814C20.595 12.7798 20.6719 12.7613 20.7502 12.7613Z\" fill=\"currentColor\"/>\n<path d=\"M14.7502 12.7505C15.0152 12.7506 15.2698 12.8551 15.4572 13.0425C15.6447 13.2301 15.7502 13.4853 15.7502 13.7505V18.7505C15.7503 18.883 15.803 19.0104 15.8967 19.104C15.9904 19.1976 16.1178 19.2505 16.2502 19.2505H17.2502C17.342 19.2505 17.4325 19.275 17.5109 19.3228C17.5892 19.3706 17.6525 19.4395 17.6945 19.521C17.7366 19.6028 17.7559 19.695 17.7492 19.7867C17.7425 19.8783 17.7099 19.9668 17.6564 20.0415L15.1564 23.5415C15.1102 23.6059 15.0492 23.6586 14.9787 23.6949C14.9081 23.7311 14.8296 23.7495 14.7502 23.7495C14.6707 23.7495 14.5923 23.7312 14.5217 23.6949C14.4511 23.6586 14.3902 23.606 14.3439 23.5415L11.8439 20.0415C11.7905 19.9668 11.7589 19.8783 11.7521 19.7867C11.7454 19.6951 11.764 19.6037 11.8058 19.522C11.8478 19.4404 11.9112 19.3717 11.9894 19.3238C12.0678 19.2758 12.1583 19.2506 12.2502 19.2505H13.2502C13.3826 19.2504 13.51 19.1977 13.6037 19.104C13.6974 19.0104 13.7501 18.883 13.7502 18.7505V13.7505C13.7502 13.4853 13.8556 13.2301 14.0431 13.0425C14.2306 12.8552 14.4852 12.7505 14.7502 12.7505Z\" fill=\"currentColor\"/>\n<path d=\"M6.37323 8.25248C7.87398 8.28601 9.30893 8.87905 10.3957 9.91459C11.4822 10.9501 12.1433 12.3539 12.2492 13.8511C12.2525 13.9022 12.2451 13.9534 12.2277 14.0015C12.2103 14.0497 12.1828 14.0942 12.1476 14.1314C12.1124 14.1688 12.0698 14.1989 12.0226 14.2193C11.9755 14.2396 11.9246 14.2495 11.8732 14.2495H0.853694C0.769012 14.25 0.685063 14.233 0.6076 14.1988C0.530199 14.1645 0.461098 14.1142 0.404475 14.0513C0.347825 13.9883 0.304388 13.9142 0.278499 13.8335C0.252615 13.7528 0.244618 13.6668 0.254085 13.5826C0.426841 12.0916 1.1497 10.7188 2.28143 9.73295C3.41328 8.74705 4.87258 8.21902 6.37323 8.25248Z\" fill=\"currentColor\"/>\n<path d=\"M14.7385 8.24564C15.7704 8.24511 16.7856 8.51048 17.6857 9.01517C18.5858 9.51986 19.3413 10.2478 19.8791 11.1285C19.936 11.2208 19.9614 11.329 19.9514 11.437C19.9413 11.5452 19.8966 11.6478 19.8234 11.7281C19.5634 12.0161 18.9857 12.662 17.6857 14.105C17.652 14.1426 17.6078 14.1693 17.5588 14.1812C17.5096 14.193 17.4576 14.1895 17.4103 14.1714C17.3632 14.1533 17.3228 14.1212 17.2941 14.0796C17.2655 14.038 17.2502 13.9886 17.2502 13.938V13.7495C17.2501 13.0867 16.9865 12.4507 16.5178 11.982C16.049 11.5133 15.4131 11.2496 14.7502 11.2495C14.4111 11.249 14.0752 11.3183 13.7639 11.4527C13.6434 11.505 13.5075 11.5077 13.3849 11.4605C13.2624 11.4131 13.1626 11.3195 13.1086 11.1997C12.8428 10.6084 12.5011 10.0543 12.092 9.5513C12.0437 9.49192 12.0095 9.4218 11.9924 9.3472C11.9753 9.27267 11.9758 9.19506 11.9933 9.12064C12.0109 9.0462 12.0453 8.97656 12.0939 8.91752C12.1425 8.85855 12.204 8.81133 12.2736 8.77982C13.0475 8.42778 13.8882 8.24551 14.7385 8.24564Z\" fill=\"currentColor\"/>\n<path d=\"M5.08612 0.287633C5.76863 0.153674 6.47557 0.2256 7.11737 0.493688C7.75922 0.761802 8.30715 1.21476 8.69158 1.79447C9.07588 2.37411 9.27932 3.05506 9.27655 3.75052C9.26394 4.67716 8.8892 5.56236 8.2326 6.21634C7.57593 6.87021 6.68953 7.24173 5.76287 7.25052C5.0673 7.25051 4.38693 7.04351 3.80877 6.65677C3.23077 6.27004 2.78032 5.72045 2.51483 5.07767C2.24929 4.43478 2.18085 3.72745 2.31756 3.04545C2.45429 2.36342 2.79054 1.7375 3.28338 1.24662C3.77622 0.755738 4.40355 0.421636 5.08612 0.287633Z\" fill=\"currentColor\"/>\n<path d=\"M12.9074 0.518102C13.5461 0.252836 14.2494 0.181995 14.9279 0.315953C15.6065 0.449951 16.2299 0.782847 16.7199 1.27103C17.2098 1.75916 17.5443 2.38115 17.6808 3.05912C17.8174 3.73719 17.7504 4.44084 17.4875 5.0806C17.2246 5.72024 16.778 6.26772 16.2043 6.65384C15.6304 7.03999 14.9545 7.24698 14.2629 7.24955C13.333 7.25112 12.4402 6.88342 11.7814 6.22709C11.1228 5.57077 10.752 4.67934 10.7502 3.74955C10.7503 3.05808 10.9552 2.38229 11.339 1.80716C11.723 1.23196 12.2687 0.7834 12.9074 0.518102Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_23142_37312\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", $n = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 13C9.48912 13 11.3972 13.7898 12.8037 15.1963C14.2102 16.6028 15 18.5109 15 20.5C15 20.6326 14.9473 20.7597 14.8535 20.8535C14.7597 20.9473 14.6326 21 14.5 21H0.5C0.367392 21 0.240253 20.9473 0.146484 20.8535C0.0527163 20.7597 0 20.6326 0 20.5C0 18.5109 0.789766 16.6028 2.19629 15.1963C3.60281 13.7898 5.51088 13 7.5 13Z\" fill=\"currentColor\"/>\n<path d=\"M16.5 13C18.4884 13.0021 20.3947 13.7932 21.8008 15.1992C23.2068 16.6053 23.9979 18.5115 24 20.5C24 20.6326 23.9473 20.7598 23.8535 20.8535C23.7598 20.9473 23.6326 21 23.5 21H17C16.8674 21 16.7402 20.9473 16.6465 20.8535C16.5527 20.7597 16.5 20.6326 16.5 20.5C16.4993 18.1483 15.5735 15.891 13.9229 14.2158C13.8639 14.1552 13.8211 14.0806 13.7988 13.999C13.7765 13.9174 13.7749 13.8312 13.7949 13.749C13.8149 13.6669 13.856 13.5915 13.9131 13.5293C13.9704 13.467 14.0428 13.4194 14.123 13.3926C14.8885 13.1327 15.6916 13.0003 16.5 13Z\" fill=\"currentColor\"/>\n<path d=\"M7.5 3C10.1234 3 12.25 5.12665 12.25 7.75C12.25 10.3734 10.1234 12.5 7.5 12.5C4.87665 12.5 2.75 10.3734 2.75 7.75C2.75 5.12665 4.87665 3 7.5 3Z\" fill=\"currentColor\"/>\n<path d=\"M16.5 3C17.7598 3 18.9676 3.50083 19.8584 4.3916C20.7492 5.2824 21.25 6.49022 21.25 7.75C21.25 9.00978 20.7492 10.2176 19.8584 11.1084C18.9676 11.9992 17.7598 12.5 16.5 12.5C15.2565 12.4958 14.0654 11.9988 13.1875 11.1182C13.1119 11.0446 13.0609 10.9487 13.043 10.8447C13.025 10.7408 13.0404 10.6337 13.0869 10.5391C13.523 9.67403 13.7501 8.71872 13.75 7.75C13.7486 6.78088 13.5198 5.82554 13.082 4.96094C13.0355 4.86624 13.0201 4.75925 13.0381 4.65527C13.056 4.55133 13.1061 4.45542 13.1816 4.38184C14.0608 3.49977 15.2546 3.00288 16.5 3Z\" fill=\"currentColor\"/>\n</svg>\n", er = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18629_1157)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM8.50001 12C8.50001 12.3956 8.38271 12.7822 8.16294 13.1111C7.94318 13.44 7.63082 13.6964 7.26537 13.8478C6.89992 13.9991 6.49779 14.0387 6.10982 13.9616C5.72186 13.8844 5.3655 13.6939 5.08579 13.4142C4.80609 13.1345 4.6156 12.7781 4.53843 12.3902C4.46126 12.0022 4.50087 11.6001 4.65225 11.2346C4.80362 10.8692 5.05997 10.5568 5.38886 10.3371C5.71776 10.1173 6.10444 10 6.50001 10C7.03044 10 7.53915 10.2107 7.91422 10.5858C8.28929 10.9609 8.50001 11.4696 8.50001 12ZM12 10C12.3956 10 12.7822 10.1173 13.1111 10.3371C13.44 10.5568 13.6964 10.8692 13.8478 11.2346C13.9991 11.6001 14.0387 12.0022 13.9616 12.3902C13.8844 12.7781 13.6939 13.1345 13.4142 13.4142C13.1345 13.6939 12.7781 13.8844 12.3902 13.9616C12.0022 14.0387 11.6001 13.9991 11.2346 13.8478C10.8692 13.6964 10.5568 13.44 10.3371 13.1111C10.1173 12.7822 10 12.3956 10 12C10 11.4696 10.2107 10.9609 10.5858 10.5858C10.9609 10.2107 11.4696 10 12 10ZM17.5 14C17.1044 14 16.7178 13.8827 16.3889 13.6629C16.06 13.4432 15.8036 13.1308 15.6522 12.7654C15.5009 12.3999 15.4613 11.9978 15.5384 11.6098C15.6156 11.2219 15.8061 10.8655 16.0858 10.5858C16.3655 10.3061 16.7219 10.1156 17.1098 10.0384C17.4978 9.96126 17.8999 10.0009 18.2654 10.1522C18.6308 10.3036 18.9432 10.56 19.1629 10.8889C19.3827 11.2178 19.5 11.6044 19.5 12C19.5 12.5304 19.2893 13.0391 18.9142 13.4142C18.5391 13.7893 18.0304 14 17.5 14Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18629_1157\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", tr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6.5C13.7949 6.5 15.25 5.04493 15.25 3.25C15.25 1.45507 13.7949 0 12 0C10.2051 0 8.75 1.45507 8.75 3.25C8.75 5.04493 10.2051 6.5 12 6.5Z\" fill=\"currentColor\"/>\n<path d=\"M12 15.25C13.7949 15.25 15.25 13.7949 15.25 12C15.25 10.2051 13.7949 8.75 12 8.75C10.2051 8.75 8.75 10.2051 8.75 12C8.75 13.7949 10.2051 15.25 12 15.25Z\" fill=\"currentColor\"/>\n<path d=\"M12 24C13.7949 24 15.25 22.5449 15.25 20.75C15.25 18.9551 13.7949 17.5 12 17.5C10.2051 17.5 8.75 18.9551 8.75 20.75C8.75 22.5449 10.2051 24 12 24Z\" fill=\"currentColor\"/>\n</svg>\n", nr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20780_46768)\">\n<path d=\"M8.10059 12.9434C8.89059 12.9434 9.6501 13.2476 10.2217 13.793C10.4091 13.9804 10.6636 14.0859 10.9287 14.0859C11.1938 14.0859 11.4482 13.9804 11.6357 13.793C11.8243 13.6108 12.0776 13.5104 12.3398 13.5127C12.6018 13.5151 12.8528 13.6194 13.0381 13.8047C13.2235 13.9901 13.3288 14.2417 13.3311 14.5039C13.3332 14.766 13.2319 15.0185 13.0498 15.207C12.4872 15.7694 11.7242 16.085 10.9287 16.085C10.1333 16.0849 9.37014 15.7694 8.80762 15.207C8.61715 15.0253 8.36383 14.9238 8.10059 14.9238C7.83741 14.9239 7.58394 15.0253 7.39355 15.207L6.39355 16.207C6.20607 16.3945 5.95168 16.4999 5.68652 16.5C5.42137 16.5 5.16706 16.3945 4.97949 16.207C4.79199 16.0195 4.68662 15.7652 4.68652 15.5C4.68652 15.235 4.79123 14.9805 4.97852 14.793L5.97852 13.793C6.55013 13.2475 7.31047 12.9434 8.10059 12.9434Z\" fill=\"currentColor\"/>\n<path d=\"M19.0039 6.4873C19.1365 6.4862 19.2679 6.5123 19.3906 6.5625C19.5135 6.61278 19.6258 6.68638 19.7197 6.78027C19.8136 6.87417 19.8872 6.98648 19.9375 7.10938C19.9877 7.23212 20.0138 7.36348 20.0127 7.49609C20.0115 7.62887 19.9831 7.76081 19.9307 7.88281C19.8783 8.00462 19.8024 8.11491 19.707 8.20703L18.707 9.20703C18.4284 9.48566 18.0974 9.70663 17.7334 9.85742C17.3696 10.0081 16.9797 10.0859 16.5859 10.0859C16.192 10.0859 15.8015 10.0082 15.4375 9.85742C15.0735 9.70663 14.7424 9.48566 14.4639 9.20703C14.2734 9.02526 14.0201 8.92383 13.7568 8.92383C13.4936 8.92387 13.2403 9.02526 13.0498 9.20703C12.4872 9.76939 11.7242 10.085 10.9287 10.085C10.1333 10.0849 9.37014 9.76938 8.80762 9.20703C8.61715 9.02534 8.36382 8.92383 8.10059 8.92383C7.83741 8.92393 7.58394 9.02532 7.39355 9.20703L6.39355 10.207C6.20607 10.3945 5.95169 10.4999 5.68652 10.5C5.42148 10.5 5.16704 10.3953 4.97949 10.208C4.79185 10.0205 4.68662 9.76527 4.68652 9.5C4.68653 9.23496 4.79123 8.9805 4.97852 8.79297L5.97852 7.79297C6.55013 7.2475 7.31047 6.94336 8.10059 6.94336C8.89058 6.94339 9.65011 7.24763 10.2217 7.79297C10.4091 7.98038 10.6636 8.08587 10.9287 8.08594C11.1938 8.08594 11.4482 7.98038 11.6357 7.79297C12.2072 7.24759 12.9669 6.9434 13.7568 6.94336C14.5468 6.94336 15.3065 7.24759 15.8779 7.79297C15.9707 7.88583 16.0809 7.95945 16.2021 8.00977C16.3235 8.06009 16.4545 8.08594 16.5859 8.08594C16.7172 8.08588 16.8475 8.06003 16.9688 8.00977C17.09 7.95944 17.2002 7.88585 17.293 7.79297L18.293 6.79297C18.3851 6.69759 18.4954 6.62173 18.6172 6.56934C18.7392 6.51693 18.8711 6.48846 19.0039 6.4873Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 0C22.5304 0 23.039 0.210865 23.4141 0.585938C23.7891 0.96101 24 1.46957 24 2V16C23.9999 16.2652 23.8946 16.5195 23.707 16.707L16.707 23.707C16.5195 23.8946 16.2652 23.9999 16 24H2C1.46957 24 0.96101 23.7891 0.585938 23.4141C0.210865 23.039 0 22.5304 0 22V2C0 1.46957 0.210865 0.96101 0.585938 0.585938C0.96101 0.210865 1.46957 0 2 0H22ZM2.5 2C2.36739 2 2.24025 2.05272 2.14648 2.14648C2.05272 2.24025 2 2.36739 2 2.5V21.5C2 21.6326 2.05272 21.7597 2.14648 21.8535C2.24025 21.9473 2.36739 22 2.5 22H15C15.1326 22 15.2597 21.9473 15.3535 21.8535C15.4473 21.7597 15.5 21.6326 15.5 21.5V17.5C15.5 16.9696 15.7109 16.461 16.0859 16.0859C16.461 15.7109 16.9696 15.5 17.5 15.5H21.5C21.6326 15.5 21.7597 15.4473 21.8535 15.3535C21.9473 15.2597 22 15.1326 22 15V2.5C22 2.36739 21.9473 2.24025 21.8535 2.14648C21.7597 2.05272 21.6326 2 21.5 2H2.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20780_46768\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", rr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.585 3.88999e-06C17.8502 -0.000735526 18.1049 0.103964 18.293 0.29102L23.707 5.70508C23.8945 5.89257 23.9999 6.14694 24 6.41211V22C24 23.1046 23.1046 24 22 24H6C4.89543 24 4 23.1046 4 22V21.25C4 21.1119 4.11193 21 4.25 21H5.75098C5.81727 20.9997 5.88095 21.0263 5.92773 21.0732C5.97443 21.1202 6.00053 21.1838 6 21.25V21.75C6 21.8881 6.11193 22 6.25 22H21.5C21.7761 22 22 21.7761 22 21.5V7.25C22 7.11193 21.8881 7 21.75 7H19C17.8954 7 17 6.10457 17 5V2.25C17 2.11193 16.8881 2 16.75 2H6.5C6.22386 2 6 2.22386 6 2.5V7.74805C6.00052 7.81456 5.9745 7.8785 5.92773 7.92579C5.88079 7.9731 5.81665 8.00001 5.75 8H4.25C4.11193 8 4 7.88807 4 7.75V2C4 0.895436 4.89543 3.88999e-06 6 3.88999e-06H17.585Z\" fill=\"currentColor\"/>\n<path d=\"M4 12.1231C4.48325 12.1231 4.875 12.5148 4.875 12.9981C4.87497 13.4813 4.48323 13.8731 4 13.8731H3.37695C3.31015 13.873 3.24646 13.8461 3.19922 13.7988C3.15198 13.7516 3.12503 13.6879 3.125 13.6211V12.375C3.125 12.2358 3.2378 12.1231 3.37695 12.1231H4Z\" fill=\"currentColor\"/>\n<path d=\"M8.125 12.4863C8.125 12.2743 8.34617 12.2763 8.45117 12.3223C9.31567 12.7005 9.875 13.5544 9.875 14.4981C9.87499 15.4417 9.31665 16.2957 8.45215 16.6738C8.38054 16.7028 8.29938 16.6951 8.23438 16.6533C8.16937 16.6116 8.12845 16.541 8.125 16.4639V12.4863Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 9C17.5523 9 18 9.44772 18 10V19C18 19.5523 17.5523 20 17 20H1C0.447715 20 0 19.5523 0 19V10C0 9.44772 0.447715 9 1 9H17ZM2.5 10.875C2.15482 10.875 1.875 11.1548 1.875 11.5V17.5C1.875 17.8452 2.15482 18.125 2.5 18.125C2.84518 18.125 3.125 17.8452 3.125 17.5V15.375C3.125 15.3082 3.15197 15.2445 3.19922 15.1973C3.24647 15.15 3.31014 15.1231 3.37695 15.1231H4V15.125C5.1736 15.125 6.125 14.1736 6.125 13C6.125 11.8264 5.1736 10.875 4 10.875H2.5ZM13.5 10.8731C12.6022 10.8742 11.875 11.6022 11.875 12.5V17.5C11.875 17.8452 12.1548 18.125 12.5 18.125C12.8452 18.125 13.125 17.8452 13.125 17.5V15.375C13.125 15.2358 13.2378 15.1231 13.377 15.1231H14.5C14.8452 15.1231 15.125 14.8432 15.125 14.4981C15.125 14.1529 14.8452 13.8731 14.5 13.8731H13.377C13.3101 13.873 13.2465 13.8461 13.1992 13.7988C13.152 13.7516 13.125 13.6879 13.125 13.6211V12.4981C13.125 12.2909 13.2929 12.1231 13.5 12.1231H15.5C15.8452 12.1231 16.125 11.8432 16.125 11.4981C16.125 11.1529 15.8452 10.8731 15.5 10.8731H13.5ZM7.5 10.8731C7.15482 10.8731 6.875 11.1529 6.875 11.4981V17.4981C6.87503 17.8432 7.15484 18.1231 7.5 18.1231C9.50202 18.1231 11.125 16.5001 11.125 14.4981C11.125 12.496 9.50203 10.8731 7.5 10.8731Z\" fill=\"currentColor\"/>\n</svg>\n", ir = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.293 0.291003L21.707 5.705C21.8946 5.8925 21.9999 6.14681 22 6.412V22C22 23.1046 21.1046 24 20 24H4C2.89543 24 2 23.1046 2 22V2C2 0.895434 2.89543 1.59336e-06 4 1.59336e-06H15.586C15.8509 -0.000470965 16.1052 0.104187 16.293 0.291003ZM19.5 22C19.7761 22 20 21.7761 20 21.5V7.25C20 7.11193 19.8881 7 19.75 7H17C15.8954 7 15 6.10457 15 5V2.25C15 2.11193 14.8881 2 14.75 2H4.5C4.22386 2 4 2.22386 4 2.5V21.5C4 21.7761 4.22386 22 4.5 22H19.5Z\" fill=\"currentColor\"/>\n<path d=\"M6.5 10.998C6.5 10.7218 6.72386 10.498 7 10.498H9C9.27614 10.498 9.5 10.7218 9.5 10.998V11.998C9.5 12.2741 9.27614 12.498 9 12.498H7C6.72386 12.498 6.5 12.2741 6.5 11.998V10.998Z\" fill=\"currentColor\"/>\n<path d=\"M6.5 14.498C6.5 14.2218 6.72386 13.998 7 13.998H9C9.27614 13.998 9.5 14.2218 9.5 14.498V15.498C9.5 15.7741 9.27614 15.998 9 15.998H7C6.72386 15.998 6.5 15.7741 6.5 15.498V14.498Z\" fill=\"currentColor\"/>\n<path d=\"M6.5 17.998C6.5 17.7218 6.72386 17.498 7 17.498H9C9.27614 17.498 9.5 17.7218 9.5 17.998V18.998C9.5 19.2741 9.27614 19.498 9 19.498H7C6.72386 19.498 6.5 19.2741 6.5 18.998V17.998Z\" fill=\"currentColor\"/>\n<path d=\"M11 10.998C11 10.7218 11.2239 10.498 11.5 10.498H17C17.2761 10.498 17.5 10.7218 17.5 10.998V11.998C17.5 12.2741 17.2761 12.498 17 12.498H11.5C11.2239 12.498 11 12.2741 11 11.998V10.998Z\" fill=\"currentColor\"/>\n<path d=\"M11 14.498C11 14.2218 11.2239 13.998 11.5 13.998H17C17.2761 13.998 17.5 14.2218 17.5 14.498V15.498C17.5 15.7741 17.2761 15.998 17 15.998H11.5C11.2239 15.998 11 15.7741 11 15.498V14.498Z\" fill=\"currentColor\"/>\n<path d=\"M11 17.998C11 17.7218 11.2239 17.498 11.5 17.498H17C17.2761 17.498 17.5 17.7218 17.5 17.998V18.998C17.5 19.2741 17.2761 19.498 17 19.498H11.5C11.2239 19.498 11 19.2741 11 18.998V17.998Z\" fill=\"currentColor\"/>\n</svg>\n", ar = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19729_43142)\">\n<path d=\"M17.5859 1.60381e-06C17.8508 -0.000472552 18.1052 0.104206 18.293 0.291017L23.707 5.70508C23.8945 5.89257 23.9999 6.14694 24 6.41211V22C24 22.5304 23.7891 23.039 23.4141 23.4141C23.039 23.7891 22.5304 24 22 24H6C5.46957 24 4.96101 23.7891 4.58594 23.4141C4.21087 23.039 4 22.5304 4 22V21.25C4 21.1837 4.02636 21.1201 4.07324 21.0732C4.12013 21.0264 4.1837 21 4.25 21H5.74902C5.81524 21 5.87877 21.0266 5.92578 21.0732C5.97266 21.1199 5.99947 21.1829 6 21.249V21.749C5.99974 21.7819 6.00619 21.8143 6.01855 21.8447C6.03095 21.8752 6.04912 21.9034 6.07227 21.9268C6.09535 21.95 6.12311 21.9679 6.15332 21.9805C6.18366 21.9931 6.21616 22 6.24902 22H21.5C21.6326 22 21.7597 21.9473 21.8535 21.8535C21.9473 21.7597 22 21.6326 22 21.5V7.25C22 7.1837 21.9736 7.12013 21.9268 7.07324C21.8799 7.02636 21.8163 7 21.75 7H19C18.4696 7 17.961 6.78914 17.5859 6.41406C17.2109 6.03899 17 5.53043 17 5V2.25C17 2.1837 16.9736 2.12013 16.9268 2.07324C16.8799 2.02636 16.8163 2 16.75 2H6.5C6.36739 2 6.24025 2.05272 6.14648 2.14649C6.05272 2.24025 6 2.36739 6 2.5V7.74805C6.00026 7.78103 5.99389 7.81418 5.98145 7.84473C5.96905 7.87501 5.95074 7.90252 5.92773 7.92578C5.90449 7.94921 5.87617 7.96778 5.8457 7.98047C5.81531 7.99309 5.78291 8 5.75 8H4.25C4.1837 8 4.12013 7.97364 4.07324 7.92676C4.02636 7.87988 4 7.81631 4 7.75V2C4 1.46957 4.21087 0.961012 4.58594 0.585939C4.96101 0.210867 5.46957 1.60381e-06 6 1.60381e-06H17.5859Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 9C17.2652 9 17.5195 9.10543 17.707 9.29297C17.8946 9.48051 18 9.73479 18 10V19C18 19.2652 17.8946 19.5195 17.707 19.707C17.5195 19.8946 17.2652 20 17 20H1C0.734784 20 0.480505 19.8946 0.292969 19.707C0.105433 19.5195 0 19.2652 0 19V10C0 9.73479 0.105432 9.48051 0.292969 9.29297C0.480505 9.10543 0.734784 9 1 9H17ZM7.5 10.875C7.33424 10.875 7.17483 10.9404 7.05762 11.0576C6.94041 11.1748 6.875 11.3342 6.875 11.5V16.5C6.87685 16.9298 7.04906 17.3411 7.35352 17.6445C7.65803 17.9479 8.07014 18.1189 8.5 18.1191H10.5V18.125C10.6658 18.125 10.8252 18.0596 10.9424 17.9424C11.0596 17.8252 11.125 17.6658 11.125 17.5C11.125 17.3342 11.0596 17.1748 10.9424 17.0576C10.8252 16.9404 10.6658 16.875 10.5 16.875H8.5C8.40054 16.875 8.3047 16.836 8.23438 16.7656C8.16405 16.6953 8.125 16.5995 8.125 16.5V11.5C8.125 11.3342 8.05959 11.1748 7.94238 11.0576C7.82517 10.9404 7.66576 10.875 7.5 10.875ZM5.77637 10.9541C5.63083 10.8815 5.4626 10.8686 5.30762 10.918C5.15267 10.9674 5.02302 11.0754 4.94629 11.2188L4.07129 12.9688C4.06577 12.9814 4.05639 12.9923 4.04492 13C4.0332 13.0077 4.0189 13.0127 4.00488 13.0127C3.99091 13.0127 3.97751 13.0077 3.96582 13C3.95411 12.9923 3.94505 12.9816 3.93945 12.9688C3.91023 12.9083 3.06445 11.2188 3.06445 11.2188C2.98775 11.0752 2.85721 10.9674 2.70215 10.918C2.5472 10.8687 2.37889 10.8815 2.2334 10.9541C2.08784 11.0268 1.97656 11.154 1.92285 11.3076C1.86924 11.4612 1.87774 11.6299 1.94629 11.7773L3.24609 14.3857C3.26336 14.4206 3.27246 14.4592 3.27246 14.498C3.27245 14.5369 3.26336 14.5756 3.24609 14.6104L1.94141 17.2158C1.90467 17.2892 1.88277 17.3693 1.87695 17.4512C1.87114 17.533 1.88122 17.6155 1.90723 17.6934C1.93324 17.7711 1.97453 17.8434 2.02832 17.9053C2.08203 17.9669 2.14751 18.0172 2.2207 18.0537C2.30724 18.0973 2.40311 18.1203 2.5 18.1201C2.61612 18.1201 2.73036 18.0875 2.8291 18.0264C2.92752 17.9654 3.00681 17.878 3.05859 17.7744C3.05859 17.7744 3.91145 16.0686 3.93945 16.0147C3.94424 16.0027 3.9523 15.9926 3.96289 15.9854C3.97355 15.9781 3.98613 15.9737 3.99902 15.9736C4.01208 15.9736 4.02534 15.978 4.03613 15.9854C4.04671 15.9926 4.05479 16.0027 4.05957 16.0147C4.07957 16.0667 4.94141 17.7773 4.94141 17.7773C4.99318 17.8809 5.07247 17.9683 5.1709 18.0293C5.26964 18.0904 5.38388 18.123 5.5 18.123C5.59689 18.1232 5.69276 18.1002 5.7793 18.0566C5.85249 18.0202 5.91797 17.9699 5.97168 17.9082C6.02549 17.8463 6.06676 17.7741 6.09277 17.6963C6.11878 17.6185 6.12886 17.536 6.12305 17.4541C6.11723 17.3723 6.09532 17.2921 6.05859 17.2188L4.75391 14.6104C4.73664 14.5756 4.72755 14.5369 4.72754 14.498C4.72754 14.4592 4.73664 14.4206 4.75391 14.3857L6.06445 11.7773C6.13301 11.6298 6.14055 11.4612 6.08691 11.3076C6.03319 11.154 5.92198 11.0268 5.77637 10.9541ZM13.8027 10.8691C13.389 10.8688 12.9858 11.0017 12.6533 11.248C12.321 11.4944 12.077 11.8414 11.957 12.2373C11.837 12.6334 11.8475 13.0578 11.9873 13.4473C12.1271 13.8367 12.389 14.1711 12.7334 14.4004L14.5762 15.627C14.6971 15.7076 14.7888 15.8251 14.8379 15.9619C14.887 16.0989 14.8908 16.2485 14.8486 16.3877C14.8065 16.5268 14.7203 16.6487 14.6035 16.7354C14.4868 16.8219 14.3455 16.869 14.2002 16.8691H12.5C12.3342 16.8691 12.1748 16.9345 12.0576 17.0518C11.9405 17.169 11.875 17.3284 11.875 17.4941C11.875 17.6597 11.9407 17.8184 12.0576 17.9355C12.1748 18.0528 12.3342 18.1191 12.5 18.1191H14.1973C14.611 18.1195 15.0142 17.9866 15.3467 17.7402C15.679 17.4939 15.923 17.1469 16.043 16.751C16.163 16.3549 16.1525 15.9305 16.0127 15.541C15.8729 15.1515 15.6111 14.8172 15.2666 14.5879L13.4268 13.3613H13.4238C13.3028 13.2806 13.2112 13.1623 13.1621 13.0254C13.1131 12.8886 13.1093 12.7397 13.1514 12.6006C13.1935 12.4614 13.2797 12.3396 13.3965 12.2529C13.5132 12.1663 13.6544 12.1192 13.7998 12.1191H15.5029C15.6687 12.1191 15.8281 12.0528 15.9453 11.9355C16.0623 11.8184 16.1279 11.6597 16.1279 11.4941C16.1279 11.3284 16.0625 11.169 15.9453 11.0518C15.8281 10.9345 15.6687 10.8691 15.5029 10.8691H13.8027Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19729_43142\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", or = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19729_43141)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.75 1.28011e-10C14.8158 -2.10651e-06 14.879 0.0259818 14.9258 0.0722656C14.9726 0.118718 14.9995 0.18209 15 0.248047V4.5C15 5.16304 15.2636 5.79874 15.7324 6.26758C16.2013 6.73642 16.837 7 17.5 7H21.75C21.8158 7 21.879 7.02598 21.9258 7.07227C21.9726 7.11872 21.9995 7.18209 22 7.24805V22C22 22.5304 21.7891 23.039 21.4141 23.4141C21.039 23.7891 20.5304 24 20 24H4C3.46957 24 2.96101 23.7891 2.58594 23.4141C2.21086 23.039 2 22.5304 2 22V2C2 1.46957 2.21086 0.96101 2.58594 0.585938C2.96101 0.210865 3.46957 1.28012e-10 4 1.28011e-10H14.75ZM8.54785 11.8252C8.46406 11.82 8.37993 11.8314 8.30078 11.8594C8.22169 11.8874 8.14876 11.9316 8.08691 11.9883C8.02498 12.0452 7.97514 12.1148 7.94043 12.1914L7.06543 13.9424C7.06019 13.9555 7.05073 13.9667 7.03906 13.9746C7.0273 13.9826 7.01324 13.9873 6.99902 13.9873C6.9848 13.9873 6.97075 13.9826 6.95898 13.9746C6.9473 13.9667 6.93786 13.9555 6.93262 13.9424C6.90379 13.8827 6.06665 12.2114 6.05664 12.1914C5.97882 12.0498 5.84953 11.9436 5.69531 11.8955C5.54105 11.8474 5.37399 11.8613 5.22949 11.9336C5.08512 12.0059 4.97388 12.131 4.91992 12.2832C4.86595 12.4355 4.87376 12.6028 4.94043 12.75L6.24121 15.3633C6.25832 15.3979 6.26752 15.436 6.26758 15.4746C6.26758 15.5134 6.25843 15.5521 6.24121 15.5869L4.94141 18.1953C4.90477 18.2685 4.88281 18.348 4.87695 18.4297C4.87115 18.5115 4.88126 18.5941 4.90723 18.6719C4.93324 18.7497 4.97446 18.8219 5.02832 18.8838C5.08212 18.9456 5.14732 18.9967 5.2207 19.0332C5.30713 19.0772 5.40302 19.0995 5.5 19.0996C5.61644 19.0987 5.73067 19.0661 5.8291 19.0039C5.92744 18.9417 6.0059 18.8527 6.05664 18.748L6.93848 16.9883C6.94358 16.9766 6.95127 16.966 6.96191 16.959C6.97253 16.952 6.98536 16.9483 6.99805 16.9482C7.01073 16.9482 7.02353 16.9521 7.03418 16.959C7.04493 16.966 7.05346 16.9765 7.05859 16.9883C7.07879 17.0436 7.94043 18.75 7.94043 18.75C7.97513 18.8265 8.02502 18.8953 8.08691 18.9521C8.14882 19.009 8.22157 19.053 8.30078 19.0811C8.37998 19.1091 8.46399 19.1214 8.54785 19.1162C8.63179 19.111 8.71385 19.0884 8.78906 19.0508C8.86422 19.0131 8.93091 18.9605 8.98535 18.8965C9.03977 18.8324 9.08144 18.758 9.10645 18.6777C9.13136 18.5976 9.13924 18.5132 9.13086 18.4297C9.12245 18.3461 9.09711 18.2651 9.05664 18.1914L7.75684 15.583C7.73958 15.5482 7.73047 15.5095 7.73047 15.4707C7.73051 15.4321 7.73973 15.394 7.75684 15.3594L9.05664 12.75C9.09712 12.6764 9.12241 12.5953 9.13086 12.5117C9.13928 12.428 9.13147 12.343 9.10645 12.2627C9.08142 12.1824 9.03979 12.108 8.98535 12.0439C8.93092 11.98 8.86419 11.9272 8.78906 11.8896C8.71389 11.852 8.63175 11.8304 8.54785 11.8252ZM10.5 11.8496C10.3342 11.8496 10.1748 11.916 10.0576 12.0332C9.94068 12.1503 9.8751 12.3091 9.875 12.4746V17.4746C9.87553 17.9053 10.0471 18.3184 10.3516 18.623C10.6562 18.9277 11.0692 19.0991 11.5 19.0996H13.5C13.6658 19.0996 13.8252 19.0342 13.9424 18.917C14.0595 18.7998 14.125 18.6403 14.125 18.4746C14.1249 18.3091 14.0593 18.1503 13.9424 18.0332C13.8252 17.916 13.6658 17.8496 13.5 17.8496H11.5C11.4005 17.8496 11.3047 17.8106 11.2344 17.7402C11.1642 17.6699 11.125 17.574 11.125 17.4746V12.4746C11.1249 12.3091 11.0593 12.1503 10.9424 12.0332C10.8252 11.916 10.6658 11.8496 10.5 11.8496ZM16.8057 11.8496C16.3919 11.8492 15.9887 11.9822 15.6562 12.2285C15.3239 12.4748 15.08 12.8219 14.96 13.2178C14.84 13.6138 14.8505 14.0383 14.9902 14.4277C15.13 14.8173 15.3918 15.1515 15.7363 15.3809L17.5762 16.6084C17.697 16.6891 17.7888 16.8065 17.8379 16.9434C17.8869 17.0802 17.8907 17.2291 17.8486 17.3682C17.8065 17.5074 17.7203 17.6301 17.6035 17.7168C17.4868 17.8033 17.3454 17.8495 17.2002 17.8496H15.5C15.3342 17.8496 15.1748 17.916 15.0576 18.0332C14.9407 18.1503 14.8751 18.3091 14.875 18.4746C14.875 18.6403 14.9405 18.7998 15.0576 18.917C15.1748 19.0342 15.3342 19.0996 15.5 19.0996H17.2002C17.6137 19.099 18.0159 18.9655 18.3477 18.7188C18.6794 18.472 18.9234 18.1253 19.043 17.7295C19.1625 17.3337 19.1514 16.9097 19.0117 16.5205C18.872 16.1314 18.6106 15.7978 18.2666 15.5684L16.4268 14.3418H16.4238C16.3029 14.2611 16.2112 14.1437 16.1621 14.0068C16.1131 13.87 16.1094 13.7211 16.1514 13.582C16.1935 13.4428 16.2797 13.3201 16.3965 13.2334C16.5132 13.1469 16.6545 13.0997 16.7998 13.0996H18.5059C18.6716 13.0996 18.831 13.0342 18.9482 12.917C19.0654 12.7998 19.1309 12.6403 19.1309 12.4746C19.1308 12.3091 19.0652 12.1503 18.9482 12.0332C18.831 11.916 18.6716 11.8496 18.5059 11.8496H16.8057Z\" fill=\"currentColor\"/>\n<path d=\"M16.2998 0.356445C16.3479 0.366222 16.392 0.390088 16.4268 0.424805L21.5771 5.57324C21.6121 5.60818 21.6358 5.6527 21.6455 5.70117C21.6552 5.74965 21.6507 5.80003 21.6318 5.8457C21.6129 5.89144 21.5803 5.93054 21.5391 5.95801C21.498 5.98538 21.4498 6.00001 21.4004 6H17.5C17.1022 6 16.7208 5.84185 16.4395 5.56055C16.1582 5.27924 16 4.89782 16 4.5V0.599609C16.0004 0.550459 16.0155 0.502665 16.043 0.461914C16.0706 0.421025 16.1096 0.388828 16.1553 0.370117C16.2009 0.351445 16.2515 0.346706 16.2998 0.356445Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19729_43141\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", sr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.47891 6.58887C5.01703 6.36624 5.63658 6.48944 6.04824 6.90137L9.32949 10.1787C9.41997 10.2682 9.54209 10.319 9.66934 10.3193H11.7533C12.5485 10.3194 13.1926 10.9637 13.1928 11.7588C13.1928 12.554 12.5485 13.1991 11.7533 13.1992L9.66934 13.2021C8.77775 13.2047 7.92214 12.8499 7.29336 12.2178L6.88321 11.8076C6.81493 11.7393 6.71194 11.7184 6.62246 11.7549C6.53306 11.7913 6.4742 11.8781 6.47305 11.9746V14.1582C6.47311 14.4232 6.68846 14.6377 6.95352 14.6377H9.07656C10.3939 14.6394 11.5894 15.4099 12.1361 16.6084L14.0248 21.0039C14.3542 21.7279 14.0339 22.5816 13.31 22.9111C12.5861 23.2405 11.7323 22.9211 11.4027 22.1973C11.4027 22.1973 9.87479 18.6681 9.54141 17.9053C9.50398 17.8172 9.41737 17.7596 9.32168 17.7598H3.31192C3.20333 17.7598 3.10808 17.8327 3.07949 17.9375L1.91348 22.3311C1.76269 22.828 1.24367 23.1157 0.742581 22.9795C0.24141 22.8431 -0.0609336 22.332 0.06094 21.8271L1.40567 16.791C1.4125 16.7595 1.41255 16.7268 1.40567 16.6953L0.0179712 7.83008C-0.0497132 7.4853 0.0767737 7.13073 0.347073 6.90625C0.617348 6.6819 0.988443 6.62312 1.31485 6.75293C1.64133 6.88278 1.87119 7.18049 1.91348 7.5293L3.18203 15.6387C3.20017 15.7554 3.30118 15.8412 3.41934 15.8408H3.66446C3.74565 15.8407 3.82148 15.7996 3.86563 15.7314C3.90976 15.6632 3.91636 15.5771 3.88321 15.5029C3.69064 15.081 3.59028 14.6229 3.58926 14.1592V7.91895C3.58942 7.33653 3.94076 6.81161 4.47891 6.58887Z\" fill=\"currentColor\"/>\n<path d=\"M22.0736 11.5205C22.6036 11.5207 23.0336 11.9504 23.0336 12.4805C23.0334 13.0103 22.6035 13.4402 22.0736 13.4404H17.9936C17.8611 13.4404 17.7535 13.5473 17.7533 13.6797V22.0801C17.7533 22.6102 17.3235 23.04 16.7934 23.04C16.2632 23.04 15.8334 22.6102 15.8334 22.0801V13.6797C15.8336 13.6161 15.8081 13.5548 15.7631 13.5098C15.718 13.4648 15.6568 13.4402 15.5932 13.4404H13.9672C13.879 13.4403 13.798 13.3912 13.7563 13.3135C13.7145 13.2357 13.7183 13.141 13.767 13.0674C14.0229 12.6819 14.1556 12.2273 14.1459 11.7646C14.145 11.7002 14.1692 11.6378 14.2143 11.5918C14.2591 11.5459 14.321 11.5206 14.3852 11.5205H22.0736Z\" fill=\"currentColor\"/>\n<path d=\"M21.9066 3.35254C22.2498 3.28872 22.6005 3.41635 22.8227 3.68555C23.0448 3.95487 23.104 4.32366 22.976 4.64844L21.2846 9.29688C21.0085 10.0551 20.2878 10.5594 19.4809 10.5596H15.3529C14.8229 10.5594 14.393 10.1297 14.393 9.59961C14.3932 9.06969 14.823 8.63979 15.3529 8.63965H19.3129C19.4141 8.64044 19.5049 8.57759 19.5395 8.48242L21.1713 3.99219C21.2818 3.66124 21.5636 3.41643 21.9066 3.35254Z\" fill=\"currentColor\"/>\n<path d=\"M5.0336 0.239258C6.35878 0.239481 7.43283 1.31348 7.43301 2.63867C7.43301 3.96402 6.35889 5.03884 5.0336 5.03906C3.70811 5.03906 2.63321 3.96416 2.63321 2.63867C2.63339 1.31335 3.70823 0.239258 5.0336 0.239258Z\" fill=\"currentColor\"/>\n</svg>\n", cr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.34473 17.0947C9.64023 16.8194 10.1011 16.8277 10.3867 17.1133C10.6723 17.3989 10.6806 17.8598 10.4053 18.1553L9.43652 19.125L10.4053 20.0947C10.6059 20.2817 10.688 20.5634 10.6201 20.8291C10.5523 21.0948 10.3448 21.3023 10.0791 21.3701C9.81343 21.4379 9.53165 21.3559 9.34473 21.1553L8.375 20.1855L7.40527 21.1553C7.10976 21.4306 6.64888 21.4223 6.36328 21.1367C6.07772 20.8511 6.06943 20.3902 6.34473 20.0947L7.31445 19.125L6.34473 18.1553C6.06941 17.8598 6.07773 17.3989 6.36328 17.1133C6.64889 16.8277 7.10976 16.8194 7.40527 17.0947L8.375 18.0654L9.34473 17.0947Z\" fill=\"currentColor\"/>\n<path d=\"M20 19.875C20.4142 19.875 20.75 20.2108 20.75 20.625C20.75 21.0392 20.4142 21.375 20 21.375H17.875C17.4608 21.375 17.125 21.0392 17.125 20.625C17.125 20.2108 17.4608 19.875 17.875 19.875H20Z\" fill=\"currentColor\"/>\n<path d=\"M14.8447 17.0947C15.1402 16.8194 15.6011 16.8277 15.8867 17.1133C16.1723 17.3989 16.1806 17.8598 15.9053 18.1553L14.9355 19.125L15.9053 20.0947C16.046 20.2352 16.125 20.4262 16.125 20.625C16.125 20.8238 16.046 21.0148 15.9053 21.1553C15.6105 21.4429 15.1395 21.4429 14.8447 21.1553L13.875 20.1855L12.9053 21.1553C12.6102 21.4423 12.1398 21.4423 11.8447 21.1553C11.704 21.0148 11.625 20.8238 11.625 20.625C11.625 20.4262 11.704 20.2352 11.8447 20.0947L12.8145 19.125L11.8447 18.1553C11.5694 17.8598 11.5777 17.3989 11.8633 17.1133C12.1489 16.8277 12.6098 16.8194 12.9053 17.0947L13.875 18.0654L14.8447 17.0947Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.125 14.375C23.091 14.3761 23.8739 15.159 23.875 16.125V22.125C23.8739 23.091 23.091 23.8739 22.125 23.875H5.125C4.15896 23.8739 3.3761 23.091 3.375 22.125V16.125C3.3761 15.159 4.15896 14.3761 5.125 14.375H22.125ZM5.125 15.875C4.98693 15.875 4.875 15.9869 4.875 16.125V22.125C4.875 22.2631 4.98693 22.375 5.125 22.375H22.125C22.2631 22.375 22.375 22.2631 22.375 22.125V16.125C22.375 15.9869 22.2631 15.875 22.125 15.875H5.125Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.625 0.0810547C9.11028 0.0810547 11.125 2.09577 11.125 4.58105V5.65625H11.5C12.3932 5.65293 13.1204 6.37341 13.125 7.2666V12.625H4.125C2.74624 12.625 1.62776 13.7414 1.625 15.1201V16.1201C0.78232 16.0595 0.128572 15.3595 0.125 14.5146V7.2666C0.129619 6.37341 0.856757 5.65293 1.75 5.65625H2.125V4.58105C2.125 2.09577 4.13972 0.0810547 6.625 0.0810547ZM6.625 2.08105C5.24429 2.08105 4.125 3.20034 4.125 4.58105V5.65625H9.125V4.58105C9.125 3.20034 8.00571 2.08105 6.625 2.08105Z\" fill=\"currentColor\"/>\n</svg>\n", lr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18175_4)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1307 0.734764L23.2662 2.87126C23.7361 3.34263 24 3.98106 24 4.64664C24 5.31222 23.7361 5.95065 23.2662 6.42202L21.8419 7.84937C21.7476 7.94365 21.6197 7.99662 21.4863 7.99662C21.3529 7.99662 21.225 7.94365 21.1307 7.84937L16.1515 2.87126C16.0572 2.77694 16.0042 2.64904 16.0042 2.51568C16.0042 2.38232 16.0572 2.25441 16.1515 2.1601L17.5779 0.734764C18.0493 0.264252 18.6882 0 19.3543 0C20.0204 0 20.6592 0.264252 21.1307 0.734764ZM15.0851 3.93953C15.0384 3.89249 14.983 3.85513 14.9219 3.82958C14.8608 3.80403 14.7952 3.7908 14.729 3.79066C14.6628 3.79067 14.5973 3.80374 14.5362 3.82911C14.4751 3.85449 14.4196 3.89167 14.3729 3.93852L3.38647 14.9278C3.29218 15.0221 3.23921 15.15 3.23921 15.2834C3.23921 15.4167 3.29218 15.5446 3.38647 15.6389L8.36365 20.616C8.45797 20.7103 8.58587 20.7633 8.71924 20.7633C8.8526 20.7633 8.98051 20.7103 9.07482 20.616L20.0562 9.63483C20.1502 9.54056 20.203 9.41287 20.203 9.27975C20.203 9.14664 20.1502 9.01895 20.0562 8.92468L15.0851 3.93953ZM2.37361 16.8289C2.31035 16.7658 2.23144 16.7208 2.14499 16.6983C2.05854 16.6759 1.96767 16.6768 1.88173 16.7011C1.79564 16.7253 1.71755 16.7719 1.65549 16.8363C1.59343 16.9006 1.54965 16.9804 1.52865 17.0673L0.0137713 23.3812C-0.00622073 23.4649 -0.00441931 23.5523 0.0190034 23.635C0.042426 23.7178 0.0866871 23.7932 0.147556 23.854C0.208817 23.9141 0.284265 23.9578 0.366909 23.981C0.449552 24.0042 0.536718 24.0062 0.620328 23.9867L6.92932 22.4779C7.01632 22.4571 7.09619 22.4135 7.1607 22.3515C7.22521 22.2895 7.27202 22.2115 7.29631 22.1254C7.3206 22.0393 7.32149 21.9483 7.29889 21.8617C7.27629 21.7752 7.23101 21.6962 7.16772 21.633L2.37361 16.8289Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18175_4\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", ur = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20780_46758)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0.97754C13.5522 0.977625 14 1.42574 14 1.97852C13.9998 2.53108 13.5521 2.97941 13 2.97949H3C2.44772 2.97949 2 3.42764 2 3.98047V20.9971C2.00023 21.5497 2.44786 21.998 3 21.998H18C18.552 21.9979 18.9998 21.5496 19 20.9971V12.4883C19 11.9355 19.4477 11.4873 20 11.4873C20.5522 11.4874 21 11.9356 21 12.4883V20.9971C20.9998 22.6553 19.6566 23.9999 18 24H3C1.34331 24 0.000228139 22.6554 0 20.9971V3.98047C0 2.32199 1.34317 0.97754 3 0.97754H13ZM10.3486 11.2344C10.5124 11.2018 10.6818 11.2529 10.7998 11.3711L12.6211 13.1914C12.7398 13.3103 12.7906 13.4808 12.7568 13.6455C12.723 13.8103 12.6091 13.9473 12.4531 14.0098L9.42285 15.2227C9.23664 15.2894 9.02855 15.2472 8.88379 15.1123C8.74237 14.9709 8.6984 14.7581 8.77246 14.5723L9.98438 11.5342C10.0488 11.3802 10.1854 11.2683 10.3486 11.2344ZM17.7217 3.43262C17.9203 3.24562 18.2301 3.24562 18.4287 3.43262L20.5508 5.55664C20.6448 5.65053 20.6973 5.7782 20.6973 5.91113C20.6972 6.04401 20.6448 6.17178 20.5508 6.26563L14.1865 12.6357C13.9913 12.8308 13.6746 12.831 13.4795 12.6357L11.3584 10.5127C11.1634 10.3173 11.1635 10.0001 11.3584 9.80469L17.7217 3.43262ZM20.5869 0.566407C21.3783 -0.189499 22.6237 -0.18953 23.415 0.566407C24.1958 1.34815 24.1957 2.61569 23.415 3.39746L22.3535 4.45996C22.1582 4.6549 21.8416 4.65518 21.6465 4.45996L19.5264 2.33594C19.3312 2.14049 19.3312 1.82434 19.5264 1.62891L20.5869 0.566407Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20780_46758\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", dr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.61168 4.30371C3.34548 4.1551 4.10559 4.38379 4.63511 4.91309L8.22496 8.49512C9.43723 9.71114 9.43711 11.6784 8.22496 12.8945L7.39488 13.7236C6.30205 15.0364 4.52906 15.5674 2.89488 15.0703C4.04477 17.7885 6.20874 19.9512 8.92711 21.1006C8.43102 19.4665 8.96081 17.6938 10.2728 16.6006L11.1 15.7734C12.3161 14.561 14.2842 14.561 15.5003 15.7734L19.0794 19.3584C19.6088 19.8876 19.8379 20.6462 19.6898 21.3799C19.5416 22.1136 19.0363 22.7245 18.3431 23.0068C13.3814 25.0307 7.69004 23.8826 3.90074 20.0938C0.111575 16.305 -1.03739 10.6141 0.985699 5.65234C1.26749 4.95889 1.8781 4.45245 2.61168 4.30371Z\" fill=\"currentColor\"/>\n<path d=\"M17.5003 3.25977C17.9143 3.25996 18.2502 3.59578 18.2503 4.00977V5.75977H19.5003C19.9143 5.75996 20.2502 6.09578 20.2503 6.50977C20.2503 6.92386 19.9144 7.25957 19.5003 7.25977H17.5003C17.0861 7.25977 16.7503 6.92398 16.7503 6.50977V4.00977C16.7505 3.59566 17.0862 3.25977 17.5003 3.25977Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5003 0.00976562C21.0881 0.0143691 23.9958 2.92198 24.0003 6.50977C24.0003 10.0995 21.09 13.0096 17.5003 13.0098C13.9105 13.0098 11.0003 10.0996 11.0003 6.50977C11.0005 2.92003 13.9106 0.00976562 17.5003 0.00976562ZM19.222 2.35254C17.5405 1.65604 15.6047 2.04114 14.3177 3.32812C13.0309 4.61512 12.6457 6.55097 13.3421 8.23242C14.0387 9.91387 15.6803 11.0098 17.5003 11.0098C19.9843 11.0068 21.9976 8.99378 22.0003 6.50977C22.0002 4.68978 20.9035 3.04902 19.222 2.35254Z\" fill=\"currentColor\"/>\n</svg>\n", fr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5003 15.1517C14.2842 13.9878 12.3164 13.9878 11.1003 15.1517L10.2733 15.9466C8.96096 16.996 8.43074 18.6977 8.92728 20.2666C6.20937 19.1623 4.04595 17.0858 2.89528 14.4768C4.52947 14.9535 6.30214 14.4445 7.39528 13.1846L8.22528 12.3888C9.4377 11.2213 9.4377 9.33226 8.22528 8.1648L4.63528 4.72608C4.1062 4.217 3.34637 3.99665 2.61218 4.13939C1.87799 4.28214 1.26735 4.76892 0.986282 5.43552C-1.03748 10.1989 0.110986 15.6628 3.90049 19.3001C7.68999 22.9374 13.3818 24.039 18.3433 22.0954C19.0366 21.8246 19.5425 21.2385 19.6907 20.5342C19.8389 19.8299 19.6097 19.1012 19.0803 18.5933L15.5003 15.1517Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0003 12C21.314 12 24.0003 9.31371 24.0003 6C24.0003 2.68629 21.314 0 18.0003 0C14.6866 0 12.0003 2.68629 12.0003 6C12.0003 9.31371 14.6866 12 18.0003 12ZM21.6588 5.07619C21.977 4.71251 21.9402 4.15972 21.5765 3.8415C21.2128 3.52327 20.66 3.56013 20.3418 3.92381L17.5385 7.1276L15.6898 4.76131C15.3923 4.3805 14.8424 4.31297 14.4616 4.61048C14.0808 4.90799 14.0133 5.45788 14.3108 5.83869L16.8108 9.03869C16.9713 9.24422 17.2152 9.36741 17.4759 9.37466C17.7367 9.38192 17.987 9.27248 18.1588 9.07619L21.6588 5.07619Z\" fill=\"currentColor\"/>\n</svg>\n", pr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.61228 4.13965C3.3462 3.99706 4.10574 4.21683 4.63474 4.72559L8.22458 8.16504C9.437 9.3325 9.437 11.2212 8.22458 12.3887L7.39548 13.1846C6.30242 14.4443 4.52957 14.9531 2.89548 14.4766C4.04612 17.0855 6.20892 19.1624 8.92673 20.2666C8.43021 18.6978 8.9611 16.9957 10.2734 15.9463L11.0996 15.1514C12.3156 13.9875 14.2839 13.9876 15.5 15.1514L19.08 18.5938C19.6093 19.1016 19.8386 19.83 19.6904 20.5342C19.5422 21.2385 19.036 21.825 18.3427 22.0957C13.3813 24.0391 7.68978 22.937 3.90036 19.2998C0.110917 15.6625 -1.03745 10.1989 0.9863 5.43555C1.26738 4.76899 1.87811 4.28239 2.61228 4.13965Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 0C21.088 0.00423158 23.9956 2.79573 24 6.24023C23.9998 9.68638 21.0897 12.4805 17.5 12.4805C13.9102 12.4805 11.0001 9.68638 11 6.24023C11 2.79398 13.9101 0 17.5 0ZM19.8252 3.48828C19.5595 3.42317 19.2777 3.50271 19.0908 3.69531L17.6767 5.05273C17.5787 5.14537 17.4213 5.14537 17.3232 5.05273L15.9092 3.69531C15.6136 3.43097 15.1528 3.4387 14.8672 3.71289C14.5818 3.98708 14.5734 4.42927 14.8486 4.71289L16.2627 6.07031C16.3595 6.16452 16.3595 6.31595 16.2627 6.41016L14.8486 7.76758C14.7081 7.90243 14.6289 8.08562 14.6289 8.27637C14.6289 8.46713 14.708 8.65034 14.8486 8.78516C15.1432 9.06175 15.6146 9.06175 15.9092 8.78516L17.3232 7.42773C17.4213 7.3348 17.5786 7.3348 17.6767 7.42773L19.0908 8.78516C19.3858 9.06074 19.8563 9.06074 20.1513 8.78516C20.2919 8.65034 20.371 8.46713 20.3711 8.27637C20.3711 8.08562 20.2918 7.90243 20.1513 7.76758L18.7373 6.41016C18.6404 6.31595 18.6404 6.16452 18.7373 6.07031L20.1513 4.71289C20.3519 4.53341 20.434 4.26287 20.3662 4.00781C20.2983 3.75271 20.0909 3.55343 19.8252 3.48828Z\" fill=\"currentColor\"/>\n</svg>\n", mr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.1666 17.973L19.0914 13.728C17.592 12.1671 15.162 12.1671 13.6626 13.728L12.7189 14.711C11.696 15.6785 11.0442 16.9994 10.8844 18.429C10.8517 18.8562 10.874 19.286 10.9506 19.707C8.38317 18.4147 6.3116 16.2547 5.07348 13.579C6.87053 13.8746 8.68697 13.1845 9.87924 11.753L10.821 10.772C11.5412 10.0218 11.9458 9.00439 11.9458 7.94349C11.9458 6.88259 11.5412 5.86515 10.821 5.11499L6.7458 0.867994C6.0723 0.166143 5.10598 -0.137451 4.17225 0.0594486C3.23853 0.256348 2.46165 0.92754 2.10324 1.84699C-0.245948 7.83896 1.08698 14.7143 5.48436 19.287C8.39022 22.2809 12.3048 23.9723 16.3919 24C18.392 23.9981 20.3729 23.5936 22.2258 22.809C23.1086 22.4359 23.7532 21.6267 23.9424 20.6541C24.1316 19.6814 23.8403 18.6747 23.1666 17.973Z\" fill=\"currentColor\"/>\n</svg>\n", hr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 6C23.5523 6 24 6.44772 24 7V22C24 23.1046 23.1046 24 22 24H7C6.44772 24 6 23.5523 6 23C6 22.4477 6.44772 22 7 22H21.5C21.7761 22 22 21.7761 22 21.5V7C22 6.44772 22.4477 6 23 6Z\" fill=\"currentColor\"/>\n<path d=\"M13.501 9.00586C13.9065 9.01534 14.252 9.30308 14.335 9.7002L16.9639 16.2705C17.0256 16.4245 17.007 16.5998 16.9141 16.7373C16.8211 16.8747 16.6659 16.957 16.5 16.957H5.5C5.31994 16.957 5.15421 16.8598 5.06543 16.7031C4.97671 16.5465 4.97878 16.3546 5.07129 16.2002L7.55566 12.0557C7.7411 11.7 8.09721 11.4657 8.49707 11.4346C8.89702 11.4035 9.28521 11.5806 9.52344 11.9033L10.623 13.2168C10.678 13.2831 10.7633 13.317 10.8486 13.3057C10.9339 13.2943 11.0073 13.2394 11.043 13.1611L12.6348 9.66113C12.7359 9.26811 13.0953 8.99655 13.501 9.00586Z\" fill=\"currentColor\"/>\n<path d=\"M6 4C7.10457 4 8 4.89543 8 6C8 7.10457 7.10457 8 6 8C4.89543 8 4 7.10457 4 6C4 4.89543 4.89543 4 6 4Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5 0C19.6046 0 20.5 0.89543 20.5 2V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H2C0.89543 20.5 0 19.6046 0 18.5V2C0 0.89543 0.89543 0 2 0H18.5ZM2.5 2C2.22386 2 2 2.22386 2 2.5V18C2 18.2761 2.22386 18.5 2.5 18.5H18C18.2761 18.5 18.5 18.2761 18.5 18V2.5C18.5 2.22386 18.2761 2 18 2H2.5Z\" fill=\"currentColor\"/>\n</svg>\n", gr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5.75C14.7614 5.75001 17 7.98858 17 10.75C17 13.5114 14.7614 15.75 12 15.75C9.23856 15.75 6.99998 13.5114 6.99998 10.75C6.99998 7.98858 9.23856 5.75 12 5.75ZM12 7.25C11.7238 7.25 11.5 7.47386 11.5 7.75V10.75C11.5 11.0261 11.7238 11.25 12 11.25H14C14.2761 11.25 14.5 11.0261 14.5 10.75C14.5 10.4739 14.2761 10.25 14 10.25H12.75C12.6119 10.25 12.5 10.1381 12.5 10V7.75C12.5 7.47386 12.2761 7.25001 12 7.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.499 0.25C23.3274 0.25 23.999 0.921573 23.999 1.75C23.9987 2.49541 23.4516 3.12788 22.7139 3.23438C22.5912 3.25288 22.4991 3.35834 22.499 3.48242V18.0254C22.4988 18.1439 22.5831 18.2458 22.6992 18.2695C23.2027 18.3718 23.5467 18.8394 23.4951 19.3506C23.4434 19.8617 23.0127 20.2505 22.499 20.25H12.999C12.933 20.25 12.869 20.2765 12.8223 20.3232C12.7756 20.3701 12.7487 20.4338 12.749 20.5V20.8145C12.7506 20.8941 12.7911 20.9681 12.8564 21.0137C13.3943 21.3881 13.6269 22.069 13.4306 22.6943C13.2343 23.3195 12.6543 23.7451 11.999 23.7451C11.344 23.7447 10.7645 23.3193 10.5683 22.6943C10.3722 22.0691 10.6049 21.3882 11.1426 21.0137C11.208 20.9681 11.2474 20.8942 11.249 20.8145V20.5C11.2493 20.4337 11.2235 20.3702 11.1767 20.3232C11.1298 20.2764 11.0653 20.2497 10.999 20.25H1.49901C0.985709 20.25 0.555546 19.8614 0.503891 19.3506C0.4523 18.8396 0.796567 18.3719 1.29979 18.2695C1.41566 18.2453 1.49846 18.1438 1.49901 18.0254V3.48242C1.49931 3.35803 1.40824 3.25229 1.28514 3.23438C0.508828 3.11971 -0.0483257 2.42538 0.0077968 1.64258C0.0639891 0.859881 0.714393 0.252815 1.49901 0.25H22.499ZM3.74901 3.25C3.68296 3.24998 3.61897 3.27652 3.57225 3.32324C3.5256 3.37014 3.49874 3.43384 3.49901 3.5V18C3.49901 18.1378 3.61137 18.2495 3.74901 18.25H20.249C20.3871 18.25 20.499 18.1381 20.499 18V3.5C20.4993 3.43373 20.4735 3.37016 20.4267 3.32324C20.3798 3.27644 20.3153 3.24973 20.249 3.25H3.74901Z\" fill=\"currentColor\"/>\n</svg>\n", _r = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42267)\">\n<path d=\"M21.5 7C21.8283 7 22.1537 7.06479 22.457 7.19043C22.7602 7.31606 23.0355 7.50036 23.2676 7.73242C23.4996 7.96449 23.6839 8.23978 23.8096 8.54297C23.9352 8.84628 24 9.1717 24 9.5V14C24 14.3283 23.9352 14.6537 23.8096 14.957C23.6839 15.2602 23.4996 15.5355 23.2676 15.7676C23.0355 15.9996 22.7602 16.1839 22.457 16.3096C22.1537 16.4352 21.8283 16.5 21.5 16.5H19.5V22.75C19.4997 23.0814 19.3682 23.3994 19.1338 23.6338C18.8994 23.8682 18.5814 23.9997 18.25 24H6.25C5.91856 23.9997 5.60057 23.8682 5.36621 23.6338C5.13185 23.3994 5.00026 23.0814 5 22.75V16.5H2.5C1.83696 16.5 1.20126 16.2364 0.732422 15.7676C0.263581 15.2987 0 14.663 0 14V9.5C0 8.83696 0.263581 8.20126 0.732422 7.73242C1.20126 7.26358 1.83696 7 2.5 7H21.5ZM7.5 11.957C7.36739 11.957 7.24025 12.0097 7.14648 12.1035C7.05273 12.1973 7 12.3244 7 12.457V21.5C7 21.6326 7.05272 21.7597 7.14648 21.8535C7.24025 21.9473 7.36739 22 7.5 22H17C17.1326 22 17.2597 21.9473 17.3535 21.8535C17.4473 21.7597 17.5 21.6326 17.5 21.5V12.457C17.5 12.3244 17.4473 12.1973 17.3535 12.1035C17.2597 12.0097 17.1326 11.957 17 11.957H7.5ZM13.25 18.249C13.4489 18.249 13.6396 18.3281 13.7803 18.4688C13.9209 18.6094 14 18.8001 14 18.999C14 19.1979 13.9209 19.3887 13.7803 19.5293C13.6396 19.6699 13.4489 19.749 13.25 19.749H9.5C9.3011 19.749 9.11038 19.6699 8.96973 19.5293C8.82908 19.3887 8.75001 19.1979 8.75 18.999C8.75 18.8001 8.82908 18.6094 8.96973 18.4688C9.11038 18.3281 9.30109 18.249 9.5 18.249H13.25ZM15 14.749C15.1989 14.749 15.3896 14.8281 15.5303 14.9688C15.6709 15.1094 15.75 15.3001 15.75 15.499C15.75 15.6979 15.6709 15.8887 15.5303 16.0293C15.3896 16.1699 15.1989 16.249 15 16.249H9.5C9.3011 16.249 9.11038 16.1699 8.96973 16.0293C8.82908 15.8887 8.75001 15.6979 8.75 15.499C8.75 15.3001 8.82908 15.1094 8.96973 14.9688C9.11038 14.8281 9.30109 14.749 9.5 14.749H15ZM3.30469 9.51953C3.11081 9.55815 2.93276 9.65318 2.79297 9.79297C2.65318 9.93276 2.55815 10.1108 2.51953 10.3047C2.48095 10.4987 2.50048 10.7001 2.57617 10.8828C2.65183 11.0654 2.78005 11.2212 2.94434 11.3311C3.10879 11.4409 3.30222 11.5 3.5 11.5C3.76522 11.5 4.0195 11.3946 4.20703 11.207C4.39457 11.0195 4.5 10.7652 4.5 10.5C4.5 10.3022 4.44094 10.1088 4.33105 9.94434C4.22121 9.78005 4.06539 9.65183 3.88281 9.57617C3.70009 9.50048 3.49867 9.48095 3.30469 9.51953ZM15.5859 0C16.1162 0.00147083 16.6246 0.212402 17 0.586914L19.457 3.04199C19.6446 3.22948 19.7499 3.48383 19.75 3.74902V5C19.75 5.26522 19.6446 5.5195 19.457 5.70703C19.2695 5.89457 19.0152 6 18.75 6C18.4848 6 18.2305 5.89457 18.043 5.70703C17.8554 5.5195 17.75 5.26522 17.75 5V4.16309L15.5859 2H6.75V5C6.75 5.26522 6.64457 5.5195 6.45703 5.70703C6.2695 5.89457 6.01522 6 5.75 6C5.48478 6 5.2305 5.89457 5.04297 5.70703C4.85543 5.5195 4.75 5.26522 4.75 5V2C4.75 1.46957 4.96086 0.96101 5.33594 0.585938C5.71101 0.210865 6.21957 0 6.75 0H15.5859Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42267\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", vr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 1.5C23.1032 1.50329 23.9967 2.3968 24 3.5V20.5C23.9967 21.6032 23.1032 22.4967 22 22.5H2C0.896798 22.4967 0.0032948 21.6032 0 20.5V3.5C0 2.39543 0.89543 1.5 2 1.5H22ZM3.5 3.75C2.8101 3.7511 2.2511 4.3101 2.25 5V19.5C2.25055 20.1901 2.80987 20.7494 3.5 20.75H21C21.6901 20.7494 22.2494 20.1901 22.25 19.5V5C22.2489 4.3101 21.6899 3.7511 21 3.75H3.5ZM20.25 5.25C20.5261 5.25 20.75 5.47386 20.75 5.75V18.75C20.75 19.0261 20.5261 19.25 20.25 19.25H4.25C3.97386 19.25 3.75 19.0261 3.75 18.75V5.75C3.75 5.47386 3.97386 5.25 4.25 5.25H20.25ZM8.20703 8.29297C7.95596 8.03301 7.584 7.92899 7.23438 8.02051C6.88488 8.11205 6.61205 8.38488 6.52051 8.73438C6.42899 9.084 6.53301 9.45596 6.79297 9.70703L8.40918 11.3232C8.45607 11.3701 8.48242 11.4337 8.48242 11.5C8.48242 11.5663 8.45607 11.6299 8.40918 11.6768L6.79297 13.293C6.53301 13.544 6.42899 13.916 6.52051 14.2656C6.61205 14.6151 6.88488 14.8879 7.23438 14.9795C7.584 15.071 7.95596 14.967 8.20703 14.707L10.707 12.207C11.0974 11.8165 11.0974 11.1835 10.707 10.793L8.20703 8.29297ZM12.5 12.5C11.9477 12.5 11.5 12.9477 11.5 13.5C11.5 14.0523 11.9477 14.5 12.5 14.5H16.5C17.0523 14.5 17.5 14.0523 17.5 13.5C17.5 12.9477 17.0523 12.5 16.5 12.5H12.5Z\" fill=\"currentColor\"/>\n</svg>\n", yr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.7461C12.8284 15.7461 13.5 16.4177 13.5 17.2461C13.4999 18.0745 12.8284 18.7461 12 18.7461C11.1716 18.7461 10.5001 18.0745 10.5 17.2461C10.5 16.4177 11.1716 15.7461 12 15.7461Z\" fill=\"currentColor\"/>\n<path d=\"M12 5C13.894 5.00007 15.528 6.32858 15.915 8.18262C16.302 10.0368 15.3356 11.9083 13.5996 12.666C13.2352 12.8252 12.9998 13.1853 13 13.583C13 14.1353 12.5523 14.583 12 14.583C11.4477 14.583 11 14.1353 11 13.583C10.9998 12.39 11.7065 11.3103 12.7998 10.833C13.7153 10.4334 14.1954 9.41955 13.9248 8.45801C13.6541 7.49662 12.716 6.88202 11.7266 7.01855C10.7371 7.15516 9.99998 8.00111 10 9C10 9.55228 9.55228 10 9 10C8.44771 10 8 9.55228 8 9C8 6.79086 9.79086 5 12 5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z\" fill=\"currentColor\"/>\n</svg>\n", br = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM12 19C11.7033 19 11.4133 18.912 11.1667 18.7472C10.92 18.5824 10.7277 18.3481 10.6142 18.074C10.5007 17.7999 10.471 17.4983 10.5288 17.2074C10.5867 16.9164 10.7296 16.6491 10.9393 16.4393C11.1491 16.2296 11.4164 16.0867 11.7074 16.0288C11.9983 15.9709 12.2999 16.0007 12.574 16.1142C12.8481 16.2277 13.0824 16.42 13.2472 16.6666C13.412 16.9133 13.5 17.2033 13.5 17.5C13.5 17.8978 13.342 18.2794 13.0607 18.5607C12.7794 18.842 12.3978 19 12 19ZM13.6 12.92C13.4216 12.9979 13.2698 13.1261 13.1632 13.289C13.0566 13.4519 12.9999 13.6423 13 13.837C13 14.1022 12.8946 14.3566 12.7071 14.5441C12.5196 14.7316 12.2652 14.837 12 14.837C11.7348 14.837 11.4804 14.7316 11.2929 14.5441C11.1054 14.3566 11 14.1022 11 13.837C10.9999 13.2532 11.1702 12.682 11.4899 12.1936C11.8096 11.7051 12.2649 11.3205 12.8 11.087C13.1305 10.9428 13.4159 10.7118 13.6259 10.4187C13.8359 10.1255 13.9627 9.78099 13.993 9.42164C14.0232 9.06228 13.9557 8.70144 13.7976 8.37731C13.6396 8.05317 13.3968 7.77781 13.095 7.58037C12.7932 7.38292 12.4437 7.27075 12.0834 7.25571C11.7231 7.24067 11.3654 7.32334 11.0482 7.49495C10.7311 7.66656 10.4662 7.92074 10.2817 8.23058C10.0971 8.54041 9.99982 8.89438 10 9.255C10 9.52022 9.89465 9.77457 9.70711 9.96211C9.51958 10.1496 9.26522 10.255 9.00001 10.255C8.73479 10.255 8.48044 10.1496 8.2929 9.96211C8.10536 9.77457 8.00001 9.52022 8.00001 9.255C7.99999 8.53384 8.19495 7.82609 8.56424 7.20665C8.93352 6.58721 9.46341 6.07913 10.0978 5.73619C10.7322 5.39324 11.4475 5.22818 12.168 5.25847C12.8886 5.28877 13.5875 5.51329 14.1909 5.90828C14.7942 6.30328 15.2796 6.85404 15.5956 7.50229C15.9116 8.15054 16.0464 8.87216 15.9859 9.59077C15.9253 10.3094 15.6716 10.9983 15.2516 11.5845C14.8316 12.1707 14.261 12.6325 13.6 12.921V12.92Z\" fill=\"currentColor\"/>\n</svg>\n", xr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18112_3)\">\n<path d=\"M23.9041 8.66153C23.7941 8.36845 23.5965 8.11562 23.3377 7.9368C23.0789 7.75798 22.7713 7.66167 22.4558 7.66075H16.1857C16.0791 7.66082 15.975 7.62805 15.8879 7.56695C15.8008 7.50585 15.735 7.41944 15.6995 7.31966L13.4488 0.995335C13.3386 0.703027 13.1409 0.451074 12.8823 0.273196C12.6236 0.0953175 12.3164 0 12.0016 0C11.6868 0 11.3795 0.0953175 11.1209 0.273196C10.8622 0.451074 10.6646 0.703027 10.5543 0.995335L10.5492 1.01167L8.30359 7.31966C8.26822 7.41927 8.20258 7.50557 8.11569 7.56665C8.0288 7.62774 7.92494 7.66061 7.81842 7.66075H1.54628C1.22883 7.66051 0.919006 7.75722 0.658953 7.93772C0.3989 8.11821 0.201238 8.37374 0.0928505 8.66955C-0.0155371 8.96535 -0.0293896 9.28708 0.0531771 9.59096C0.135744 9.89485 0.310722 10.1661 0.554314 10.368L5.89424 14.7591C5.97411 14.8249 6.0321 14.913 6.06059 15.0119C6.08908 15.1109 6.08675 15.216 6.0539 15.3137L3.81039 21.9832C3.70671 22.2915 3.70466 22.6246 3.80454 22.9342C3.90443 23.2438 4.10106 23.5139 4.36601 23.7054C4.63096 23.8968 4.95048 23.9998 5.27835 23.9994C5.60623 23.9989 5.92546 23.8951 6.18987 23.7029L11.6967 19.6997C11.785 19.6356 11.8916 19.601 12.0011 19.601C12.1105 19.601 12.2171 19.6356 12.3054 19.6997L17.8102 23.7018C18.0745 23.8947 18.3939 23.9991 18.722 24C19.0502 24.0009 19.3701 23.8981 19.6354 23.7066C19.9008 23.5152 20.0977 23.2449 20.1977 22.935C20.2977 22.6252 20.2956 22.2918 20.1917 21.9832L17.9482 15.3096C17.9154 15.212 17.913 15.1068 17.9415 15.0078C17.97 14.9089 18.028 14.8208 18.1079 14.7551L23.4581 10.3577C23.6986 10.1542 23.8703 9.88246 23.95 9.57914C24.0298 9.27582 24.0138 8.95554 23.9041 8.66153Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18112_3\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Sr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_48011_6193)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.1917 21.9832L17.9482 15.3096C17.9154 15.212 17.913 15.1068 17.9415 15.0078C17.97 14.9089 18.028 14.8208 18.1079 14.7551L23.4581 10.3577C23.6986 10.1542 23.8703 9.88246 23.95 9.57914C24.0298 9.27582 24.0138 8.95554 23.9041 8.66153C23.7941 8.36845 23.5965 8.11562 23.3377 7.9368C23.0789 7.75798 22.7713 7.66167 22.4558 7.66075H16.1857C16.0791 7.66082 15.975 7.62805 15.8879 7.56695C15.8008 7.50585 15.735 7.41944 15.6995 7.31966L13.4488 0.995335C13.3386 0.703027 13.1409 0.451074 12.8823 0.273196C12.6236 0.0953175 12.3164 0 12.0016 0C11.6868 0 11.3795 0.0953175 11.1209 0.273196C10.8622 0.451074 10.6646 0.703027 10.5543 0.995335L10.5492 1.01167L8.30359 7.31966C8.26822 7.41927 8.20258 7.50557 8.11569 7.56665C8.0288 7.62774 7.92494 7.66061 7.81842 7.66075H1.54628C1.22883 7.66051 0.919006 7.75722 0.658953 7.93772C0.3989 8.11821 0.201238 8.37374 0.0928505 8.66955C-0.0155371 8.96535 -0.0293896 9.28708 0.0531772 9.59096C0.135744 9.89485 0.310722 10.1661 0.554314 10.368L5.89424 14.7591C5.97411 14.8249 6.0321 14.913 6.06059 15.0119C6.08908 15.1109 6.08675 15.216 6.0539 15.3137L3.81039 21.9832C3.70671 22.2915 3.70466 22.6246 3.80454 22.9342C3.90443 23.2438 4.10106 23.5139 4.36601 23.7054C4.63096 23.8968 4.95048 23.9998 5.27835 23.9994C5.60623 23.9989 5.92546 23.8951 6.18987 23.7029L11.6967 19.6997C11.785 19.6356 11.8916 19.601 12.0011 19.601C12.1105 19.601 12.2171 19.6356 12.3054 19.6997L17.8102 23.7018C18.0745 23.8947 18.3939 23.9991 18.722 24C19.0502 24.0009 19.3701 23.8981 19.6354 23.7066C19.9008 23.5152 20.0977 23.2449 20.1977 22.935C20.2977 22.6252 20.2956 22.2918 20.1917 21.9832ZM6.47665 20.5129C6.41453 20.6976 6.62622 20.853 6.78381 20.7385L10.4784 18.0527C10.92 17.732 11.4537 17.5586 12.0011 17.5586C12.5484 17.5586 13.0815 17.7315 13.523 18.0522L17.219 20.7393C17.3766 20.8539 17.5883 20.6985 17.5262 20.5138L15.9939 15.9559C15.8299 15.468 15.8181 14.9418 15.9605 14.4472C16.1029 13.9525 16.3929 13.5119 16.7922 13.1834L20.5953 10.0577C20.7403 9.93846 20.656 9.70316 20.4683 9.70316L16.1872 9.70316C15.6543 9.70323 15.1329 9.53937 14.6979 9.23416C14.2628 8.92896 13.934 8.49747 13.7568 7.99921L12.1902 3.59736C12.1271 3.42011 11.8765 3.4201 11.8134 3.59734L10.2469 7.99774C10.0699 8.4951 9.74136 8.92759 9.30738 9.23268C8.87294 9.53811 8.35366 9.70248 7.82106 9.70316L7.81842 9.70316L3.53088 9.70316C3.34317 9.70316 3.25886 9.93841 3.40385 10.0576L7.2095 13.1871C7.60888 13.5157 7.89916 13.9566 8.04161 14.4513C8.18405 14.946 8.17241 15.4718 8.00824 15.9598L6.47665 20.5129Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_48011_6193\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Cr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7648 6.375C15.8132 6.34754 15.8727 6.34754 15.9211 6.375C15.9694 6.40078 15.9999 6.45109 16.0002 6.50586V9.34961C15.9968 9.59173 15.8974 9.82341 15.7238 9.99219C15.5503 10.1609 15.3164 10.2533 15.0744 10.25H8.92109C8.41878 10.2545 8.00733 9.8519 8.00019 9.34961V6.50586C8.00189 6.45303 8.03124 6.40479 8.07734 6.37891C8.12565 6.3521 8.18432 6.35207 8.23262 6.37891L11.2639 8.22559C11.7151 8.49752 12.2795 8.49751 12.7307 8.22559L15.7648 6.375Z\" fill=\"currentColor\"/>\n<path d=\"M15.0773 4.25C15.5802 4.24466 15.9931 4.64746 16.0002 5.15039C15.9994 5.16628 15.9899 5.18106 15.9758 5.18848L12.2424 7.46289C12.0921 7.55389 11.9034 7.55386 11.7531 7.46289L8.02168 5.18848C8.00836 5.18056 8.00056 5.16587 8.00019 5.15039C8.00733 4.64811 8.41878 4.24555 8.92109 4.25H15.0773Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8312 0.250003C19.5392 0.249027 20.2187 0.529305 20.7199 1.0293C21.2213 1.52951 21.5036 2.20879 21.5041 2.91699V11.583C21.5014 12.214 21.2728 12.8231 20.8605 13.3008C21.0138 13.4599 21.1304 13.6518 21.2004 13.8613L23.3 20.6904C23.6106 21.3446 23.5623 22.1126 23.1721 22.7227C22.7787 23.3631 22.0799 23.7526 21.3283 23.75H2.66621C1.91532 23.7499 1.21726 23.3614 0.822459 22.7227C0.427733 22.0839 0.392081 21.2859 0.727733 20.6143L2.80195 13.8613C2.87221 13.6516 2.98784 13.4595 3.14082 13.2998C2.72891 12.8225 2.50179 12.2135 2.50019 11.583V2.91699C2.50185 1.44591 3.69317 0.253307 5.16426 0.250003H18.8312ZM9.50019 18.5547C9.28507 18.5549 9.09356 18.6934 9.02558 18.8975L8.42598 20.6973C8.37531 20.8496 8.40049 21.0172 8.49433 21.1475C8.58816 21.2777 8.7391 21.3552 8.89961 21.3555H15.1066C15.2652 21.3538 15.4141 21.2768 15.507 21.1484H15.5002C15.5964 21.0191 15.6244 20.8508 15.5754 20.6973L14.9748 18.8975C14.9067 18.6931 14.7156 18.5545 14.5002 18.5547H9.50019ZM5.16719 2.25C4.79882 2.25 4.5002 2.54863 4.50019 2.91699L4.49726 11.583C4.49727 11.9514 4.79588 12.25 5.16426 12.25H18.8312C19.1991 12.2493 19.4973 11.9509 19.4973 11.583V2.91699C19.4973 2.54913 19.1991 2.25073 18.8312 2.25H5.16719Z\" fill=\"currentColor\"/>\n</svg>\n", wr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42916)\">\n<path d=\"M7.20907 5.94043C7.37626 5.94291 7.5414 5.97949 7.69442 6.04688C7.84731 6.11424 7.98507 6.21146 8.0997 6.33301L11.8233 10.0547C11.8701 10.1013 11.9331 10.1278 11.9991 10.1279C12.0653 10.1279 12.129 10.1014 12.1759 10.0547L15.8985 6.33301C16.0145 6.21688 16.1522 6.1244 16.3038 6.06152C16.4554 5.99868 16.6182 5.9668 16.7823 5.9668C16.9464 5.96683 17.1092 5.99864 17.2608 6.06152C17.4124 6.12444 17.5501 6.21683 17.6661 6.33301C17.7821 6.44895 17.8738 6.58677 17.9366 6.73828C17.9994 6.88988 18.0323 7.0527 18.0323 7.2168C18.0323 7.38074 17.9994 7.54288 17.9366 7.69434C17.8738 7.84584 17.7821 7.98366 17.6661 8.09961L13.9464 11.8223C13.9231 11.8455 13.9043 11.8729 13.8917 11.9033C13.8791 11.9337 13.8722 11.9662 13.8722 11.999C13.8722 12.0319 13.8791 12.0644 13.8917 12.0947C13.9043 12.1251 13.9231 12.1526 13.9464 12.1758L17.6681 15.8984C17.9022 16.133 18.0343 16.4508 18.0343 16.7822C18.0342 17.1136 17.9022 17.4315 17.6681 17.666C17.4309 17.8952 17.114 18.0234 16.7843 18.0234C16.4545 18.0234 16.1376 17.8951 15.9005 17.666L12.1759 13.9463C12.1527 13.923 12.1251 13.9042 12.0948 13.8916C12.0646 13.8791 12.0318 13.873 11.9991 13.873C11.9666 13.8731 11.9344 13.8792 11.9044 13.8916C11.8741 13.9042 11.8465 13.923 11.8233 13.9463L8.10067 17.668C7.86387 17.8978 7.54688 18.0264 7.21688 18.0264C6.88687 18.0263 6.56987 17.8979 6.3331 17.668C6.0989 17.4335 5.96694 17.1156 5.96688 16.7842C5.96688 16.4528 6.09897 16.1349 6.3331 15.9004L10.0548 12.1758C10.0781 12.1526 10.0969 12.1251 10.1095 12.0947C10.122 12.0644 10.128 12.0319 10.128 11.999C10.128 11.9662 10.122 11.9336 10.1095 11.9033C10.0969 11.873 10.078 11.8455 10.0548 11.8223L6.3331 8.09961C6.21155 7.98498 6.11433 7.84722 6.04696 7.69434C5.97958 7.54131 5.943 7.37617 5.94052 7.20898C5.93805 7.04177 5.96946 6.87568 6.03231 6.7207C6.09518 6.56572 6.18846 6.42491 6.30673 6.30664C6.42499 6.18838 6.5658 6.09509 6.72079 6.03223C6.87576 5.96937 7.04186 5.93797 7.20907 5.94043Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0C15.1816 0.00344108 18.2318 1.26887 20.4815 3.51855C22.7312 5.76825 23.9966 8.81846 24.0001 12C24.0001 14.3734 23.2962 16.6936 21.9776 18.667C20.6591 20.6403 18.7845 22.1787 16.5919 23.0869C14.3994 23.995 11.9868 24.2324 9.65927 23.7695C7.33149 23.3065 5.19297 22.1636 3.51474 20.4854C1.83651 18.8071 0.693578 16.6686 0.230556 14.3408C-0.23236 12.0133 0.00511932 9.6007 0.913173 7.4082C1.8214 5.21555 3.35978 3.34103 5.3331 2.02246C7.30648 0.703885 9.62671 1.13119e-06 12.0001 0ZM15.8272 2.76074C14 2.00387 11.9887 1.80653 10.0489 2.19238C8.10923 2.57827 6.32725 3.53026 4.9288 4.92871C3.53035 6.32716 2.57836 8.10914 2.19247 10.0488C1.80662 11.9886 2.00395 13.9999 2.76083 15.8271C3.5177 17.6543 4.8 19.2157 6.44442 20.3145C8.08891 21.4133 10.0223 22 12.0001 22C14.6514 21.9971 17.1927 20.9421 19.0675 19.0674C20.9422 17.1926 21.9972 14.6513 22.0001 12C22.0001 10.0222 21.4134 8.08883 20.3145 6.44434C19.2157 4.79992 17.6544 3.51761 15.8272 2.76074Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42916\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Tr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 23.5C14.2745 23.5 16.4979 22.8255 18.3891 21.5619C20.2802 20.2983 21.7542 18.5022 22.6246 16.4009C23.495 14.2995 23.7228 11.9872 23.279 9.75647C22.8353 7.52568 21.74 5.47658 20.1317 3.86828C18.5234 2.25997 16.4743 1.1647 14.2435 0.720974C12.0128 0.277244 9.70049 0.504983 7.59914 1.37539C5.49779 2.2458 3.70174 3.71978 2.4381 5.61095C1.17446 7.50211 0.5 9.72552 0.5 12C0.503441 15.0489 1.71615 17.972 3.87207 20.1279C6.028 22.2839 8.95107 23.4966 12 23.5ZM7.05 9.172C6.95702 9.07913 6.88326 8.96884 6.83294 8.84745C6.78262 8.72605 6.75671 8.59592 6.75671 8.46451C6.75671 8.33309 6.78262 8.20296 6.83294 8.08156C6.88326 7.96017 6.95702 7.84988 7.05 7.75701L7.757 7.05001C7.84987 6.95703 7.96016 6.88327 8.08156 6.83295C8.20296 6.78262 8.33309 6.75672 8.4645 6.75672C8.59592 6.75672 8.72604 6.78262 8.84744 6.83295C8.96884 6.88327 9.07913 6.95703 9.172 7.05001L11.823 9.7C11.8462 9.72329 11.8738 9.74176 11.9042 9.75436C11.9346 9.76696 11.9671 9.77345 12 9.77345C12.0329 9.77345 12.0654 9.76696 12.0958 9.75436C12.1262 9.74176 12.1538 9.72329 12.177 9.7L14.828 7.05001C14.9209 6.95703 15.0312 6.88327 15.1526 6.83295C15.274 6.78262 15.4041 6.75672 15.5355 6.75672C15.6669 6.75672 15.797 6.78262 15.9184 6.83295C16.0398 6.88327 16.1501 6.95703 16.243 7.05001L16.95 7.75701C17.043 7.84988 17.1167 7.96017 17.1671 8.08156C17.2174 8.20296 17.2433 8.33309 17.2433 8.46451C17.2433 8.59592 17.2174 8.72605 17.1671 8.84745C17.1167 8.96884 17.043 9.07913 16.95 9.172L14.3 11.823C14.2767 11.8462 14.2582 11.8738 14.2456 11.9042C14.233 11.9346 14.2266 11.9671 14.2266 12C14.2266 12.0329 14.233 12.0654 14.2456 12.0958C14.2582 12.1262 14.2767 12.1538 14.3 12.177L16.952 14.828C17.045 14.9209 17.1187 15.0312 17.1691 15.1526C17.2194 15.274 17.2453 15.4041 17.2453 15.5355C17.2453 15.6669 17.2194 15.797 17.1691 15.9184C17.1187 16.0398 17.045 16.1501 16.952 16.243L16.245 16.95C16.1521 17.043 16.0418 17.1167 15.9204 17.1671C15.799 17.2174 15.6689 17.2433 15.5375 17.2433C15.4061 17.2433 15.276 17.2174 15.1546 17.1671C15.0332 17.1167 14.9229 17.043 14.83 16.95L12.177 14.3C12.1298 14.2535 12.0663 14.2274 12 14.2274C11.9337 14.2274 11.8702 14.2535 11.823 14.3L9.172 16.95C9.07913 17.043 8.96884 17.1167 8.84744 17.1671C8.72604 17.2174 8.59592 17.2433 8.4645 17.2433C8.33309 17.2433 8.20296 17.2174 8.08156 17.1671C7.96016 17.1167 7.84987 17.043 7.757 16.95L7.05 16.243C6.95702 16.1501 6.88326 16.0398 6.83294 15.9184C6.78262 15.797 6.75671 15.6669 6.75671 15.5355C6.75671 15.4041 6.78262 15.274 6.83294 15.1526C6.88326 15.0312 6.95702 14.9209 7.05 14.828L9.7 12.177C9.72328 12.1538 9.74175 12.1262 9.75436 12.0958C9.76696 12.0654 9.77345 12.0329 9.77345 12C9.77345 11.9671 9.76696 11.9346 9.75436 11.9042C9.74175 11.8738 9.72328 11.8462 9.7 11.823L7.05 9.172Z\" fill=\"currentColor\"/>\n</svg>\n", Er = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.501 10.0003C21.0886 10.0048 23.9956 12.9117 24 16.4994C24 20.0889 21.0905 22.9983 17.501 22.9984C13.9114 22.9984 11.002 20.0889 11.002 16.4994C11.002 12.9098 13.9115 10.0003 17.501 10.0003ZM17.5 11.5023C17.0858 11.5023 16.75 11.8381 16.75 12.2523V12.4798C16.7568 12.6245 16.6696 12.7575 16.5342 12.8089C15.6335 12.9966 14.9621 13.7527 14.8828 14.6693C14.8035 15.5857 15.3346 16.4458 16.1895 16.7855L18.2529 17.6107C18.5153 17.7167 18.6659 17.9939 18.6123 18.2718C18.5586 18.5497 18.3153 18.7506 18.0322 18.7513H16C15.5858 18.7513 15.25 19.0871 15.25 19.5013C15.25 19.9155 15.5858 20.2513 16 20.2513H16.502C16.6388 20.2514 16.75 20.3625 16.75 20.4994V20.7494C16.7501 21.1635 17.0859 21.4994 17.5 21.4994C17.914 21.4992 18.2499 21.1634 18.25 20.7494V20.4701C18.2501 20.2852 18.4441 20.2001 18.5381 20.1771C19.4183 19.9609 20.058 19.1995 20.1201 18.2952C20.1822 17.3908 19.6522 16.5496 18.8096 16.2152L16.7471 15.391C16.4831 15.2859 16.331 15.0078 16.3848 14.7288C16.4385 14.4499 16.6827 14.2479 16.9668 14.2484H19C19.414 14.2481 19.749 13.9124 19.749 13.4984C19.7488 13.0846 19.4138 12.7496 19 12.7494H18.5C18.4338 12.7496 18.3701 12.7228 18.3232 12.6761C18.2764 12.6295 18.2501 12.5664 18.25 12.5003V12.2523C18.25 11.8382 17.914 11.5024 17.5 11.5023Z\" fill=\"currentColor\"/>\n<path d=\"M12.499 1.01986H16.499C17.3271 1.0201 17.998 1.69173 17.998 2.51986V8.30111C17.9989 8.43257 17.8977 8.54205 17.7666 8.55111C16.9384 8.59233 17.1135 8.64241 16.2988 8.79623C16.2251 8.81243 16.1473 8.79416 16.0889 8.74642C16.0306 8.69868 15.9979 8.62642 15.999 8.55111V3.51986C15.9989 3.24399 15.7749 3.02006 15.499 3.01986H2.5C2.22398 3.01986 2.00015 3.24387 2 3.51986V18.5189C2.00002 18.795 2.22389 19.0189 2.5 19.0189H9.44727C9.56425 19.0199 9.66445 19.104 9.68555 19.2191C9.99937 20.0186 9.99966 20.0184 10.6465 20.639C10.6951 20.7146 10.6982 20.8111 10.6553 20.89C10.6122 20.9688 10.5293 21.0188 10.4395 21.0189H1.5C0.671754 21.0189 0.000176885 20.3471 0 19.5189V2.51986C9.0961e-05 1.69158 0.671701 1.01986 1.5 1.01986H5.5C7.39309 0.980353 9.94274 1.00924 12.499 1.01986Z\" fill=\"currentColor\"/>\n<path d=\"M9.54199 13.7689C9.87378 13.7689 9.91092 13.9976 9.87402 14.1136C9.77548 14.4263 9.69696 14.7452 9.6377 15.0677C9.61771 15.1835 9.51688 15.2682 9.39941 15.2679L3.75 15.2689C3.33598 15.2689 3.00025 14.9338 3 14.5199C3 14.1057 3.33582 13.7699 3.75 13.7699L9.54199 13.7689Z\" fill=\"currentColor\"/>\n<path d=\"M5.25 10.2699C5.66409 10.27 6 10.6057 6 11.0199C5.99981 11.4338 5.66397 11.7698 5.25 11.7699H3.75C3.33594 11.7699 3.00019 11.4339 3 11.0199C3 10.6057 3.33582 10.2699 3.75 10.2699H5.25Z\" fill=\"currentColor\"/>\n<path d=\"M12.001 10.2679C12.236 10.2679 12.3351 10.4204 12.2451 10.4994C11.8426 10.8517 11.4763 11.2434 11.1514 11.6683C11.1068 11.7301 11.0352 11.7668 10.959 11.7679L7.75098 11.7699C7.33685 11.7699 7.00106 11.434 7.00098 11.0199C7.00098 10.6057 7.3368 10.2699 7.75098 10.2699L12.001 10.2679Z\" fill=\"currentColor\"/>\n<path d=\"M5.25 6.76791C5.664 6.76801 5.99986 7.10391 6 7.51791C6 7.93202 5.66409 8.2678 5.25 8.26791H3.75C3.33582 8.26791 3 7.93208 3 7.51791C3.00014 7.10385 3.33591 6.76791 3.75 6.76791H5.25Z\" fill=\"currentColor\"/>\n<path d=\"M13.75 6.76791C14.1641 6.76791 14.4999 7.10385 14.5 7.51791C14.5 7.93208 14.1642 8.26791 13.75 8.26791H7.75098C7.3368 8.26791 7.00098 7.93208 7.00098 7.51791C7.00112 7.10385 7.33689 6.76791 7.75098 6.76791H13.75Z\" fill=\"currentColor\"/>\n</svg>\n", Dr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.2285 5.70315V4.59573C11.0939 4.54525 10.9633 4.48452 10.8379 4.41408C10.3469 4.12266 9.97719 3.6644 9.79611 3.12295C9.61503 2.58151 9.63471 1.993 9.85156 1.46487C9.97206 1.17685 10.1472 0.914873 10.3672 0.693381C10.5866 0.473984 10.8466 0.2995 11.1328 0.179709C11.4212 0.0597676 11.7306 -0.00132485 12.043 2.17868e-05C12.5122 -4.43571e-05 12.9709 0.13911 13.361 0.39987C13.7511 0.660629 14.055 1.03127 14.2344 1.46487C14.4739 2.04462 14.4739 2.69566 14.2344 3.27541C14.115 3.56347 13.9398 3.82502 13.7188 4.04494L13.707 4.05666C13.5679 4.19346 13.4132 4.31343 13.2461 4.41408C13.1221 4.48727 12.9913 4.54811 12.8555 4.59573V5.70315H18.418C19.2163 5.70572 19.9811 6.02412 20.5454 6.5888C21.1097 7.15347 21.4276 7.91851 21.4297 8.71682V9.16408H22.4609C22.87 9.16563 23.2619 9.32896 23.551 9.61841C23.84 9.90786 24.0029 10.2999 24.0039 10.709V14.2969C24.0029 14.706 23.84 15.098 23.551 15.3875C23.2619 15.6769 22.87 15.8403 22.4609 15.8418H21.4355V16.2461C21.433 17.0453 21.1141 17.8109 20.5486 18.3756C19.9832 18.9404 19.2171 19.2582 18.418 19.2598H10.7871L6.21289 23.1875C6.16246 23.2308 6.10397 23.2637 6.04077 23.2843C5.97757 23.305 5.91092 23.3128 5.84466 23.3076C5.77839 23.3023 5.71383 23.284 5.65467 23.2537C5.59552 23.2233 5.54295 23.1816 5.5 23.1309C5.4141 23.0307 5.37004 22.9013 5.37695 22.7696L5.62109 19.2539H5.58008C4.78281 19.2519 4.01876 18.9344 3.45482 18.3708C2.89088 17.8072 2.57289 17.0434 2.57031 16.2461V15.8418H1.54492C1.1355 15.8408 0.743142 15.6777 0.453636 15.3882C0.164131 15.0987 0.00103129 14.7063 0 14.2969L0 10.709C0.00102882 10.2999 0.16386 9.90786 0.452944 9.61841C0.742028 9.32896 1.13389 9.16563 1.54297 9.16408H2.57031V8.71486C2.57186 7.91692 2.88939 7.15207 3.45344 6.58766C4.01749 6.02324 4.78214 5.70521 5.58008 5.70315H11.2285ZM16.1602 9.24221C16.5217 9.24221 16.8752 9.34943 17.1758 9.5503C17.4764 9.75118 17.7108 10.0367 17.8491 10.3707C17.9875 10.7048 18.0237 11.0724 17.9532 11.427C17.8826 11.7816 17.7085 12.1073 17.4528 12.363C17.1972 12.6187 16.8714 12.7928 16.5168 12.8633C16.1622 12.9339 15.7946 12.8977 15.4606 12.7593C15.1265 12.6209 14.841 12.3866 14.6401 12.086C14.4392 11.7854 14.332 11.4319 14.332 11.0703C14.332 10.5855 14.5246 10.1205 14.8675 9.77765C15.2103 9.43481 15.6753 9.24221 16.1602 9.24221ZM7.84375 9.24221C8.20532 9.24221 8.55877 9.34943 8.8594 9.5503C9.16004 9.75118 9.39435 10.0367 9.53272 10.3707C9.67108 10.7048 9.70729 11.0724 9.63675 11.427C9.56621 11.7816 9.3921 12.1073 9.13643 12.363C8.88076 12.6187 8.55502 12.7928 8.2004 12.8633C7.84578 12.9339 7.4782 12.8977 7.14416 12.7593C6.81011 12.6209 6.5246 12.3866 6.32372 12.086C6.12284 11.7854 6.01562 11.4319 6.01562 11.0703C6.01562 10.5855 6.20823 10.1205 6.55107 9.77765C6.89391 9.43481 7.3589 9.24221 7.84375 9.24221ZM9.08984 15.3672C9.06227 15.3455 9.03735 15.3206 9.01562 15.293C8.95233 15.2187 8.91647 15.1249 8.91406 15.0274C8.91229 14.9293 8.94398 14.8335 9.00391 14.7559C9.02629 14.7276 9.05184 14.7021 9.08008 14.6797C9.18751 14.5951 9.31962 14.5477 9.45637 14.5449C9.59312 14.5421 9.72706 14.5839 9.83789 14.6641C10.1717 14.9274 10.5421 15.1406 10.9375 15.2969C11.2782 15.4286 11.6406 15.4949 12.0059 15.4922C12.3757 15.4844 12.7413 15.4116 13.0859 15.2774C13.486 15.1174 13.8635 14.906 14.209 14.6485C14.3223 14.5712 14.4577 14.5328 14.5947 14.5392C14.7318 14.5455 14.863 14.5962 14.9688 14.6836C14.9952 14.708 15.0194 14.7348 15.041 14.7637C15.0984 14.843 15.1274 14.9393 15.123 15.0371C15.1147 15.1349 15.075 15.2274 15.0098 15.3008C14.985 15.329 14.9568 15.3539 14.9258 15.375C14.4865 15.6997 14.0048 15.9625 13.4941 16.1563C13.0237 16.3336 12.5261 16.4281 12.0234 16.4356C11.5202 16.4426 11.0198 16.3579 10.5469 16.1856C10.0256 15.9906 9.53751 15.7165 9.09961 15.3731L9.08984 15.3672ZM18.416 6.71877H5.58008C5.05098 6.72083 4.54416 6.93206 4.17021 7.30638C3.79626 7.6807 3.58553 8.18772 3.58398 8.71682V16.2461C3.58553 16.7752 3.79626 17.2822 4.17021 17.6566C4.54416 18.0309 5.05098 18.2421 5.58008 18.2442H6.19922C6.33312 18.2542 6.45765 18.3166 6.54579 18.4179C6.63392 18.5192 6.67853 18.6512 6.66992 18.7852L6.47461 21.6328L10.2441 18.3887C10.291 18.3418 10.3468 18.3047 10.4081 18.2795C10.4695 18.2544 10.5352 18.2417 10.6016 18.2422H18.4141C18.9432 18.2402 19.45 18.0289 19.8239 17.6546C20.1979 17.2803 20.4086 16.7733 20.4102 16.2442V8.71486C20.4091 8.18612 20.1988 7.6793 19.8251 7.30524C19.4514 6.93118 18.9448 6.72032 18.416 6.71877Z\" fill=\"currentColor\"/>\n</svg>\n", Or = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5005 16.9912C16.6935 16.9915 16.8827 17.0472 17.0444 17.1523C17.2062 17.2576 17.3341 17.4077 17.4126 17.584C17.4912 17.7603 17.5168 17.9558 17.4868 18.1465C17.4568 18.3372 17.3717 18.5155 17.2427 18.6592L12.7427 23.6592C12.649 23.7631 12.5346 23.8464 12.4067 23.9033C12.2789 23.9602 12.1405 23.9892 12.0005 23.9893C11.8604 23.9893 11.7213 23.9603 11.5933 23.9033C11.4654 23.8464 11.351 23.7631 11.2573 23.6592L6.75733 18.6592C6.62834 18.5155 6.54323 18.3372 6.51319 18.1465C6.48318 17.9558 6.50887 17.7603 6.58741 17.584C6.66598 17.4076 6.79466 17.2576 6.95655 17.1523C7.11836 17.0472 7.30754 16.9914 7.50049 16.9912H16.5005Z\" fill=\"currentColor\"/>\n<path d=\"M12.0005 9.57617C13.381 9.57642 14.5005 10.6956 14.5005 12.0762C14.5004 13.4566 13.3809 14.5759 12.0005 14.5762C10.6198 14.5762 9.50059 13.4568 9.50049 12.0762C9.50049 10.6955 10.6198 9.57617 12.0005 9.57617Z\" fill=\"currentColor\"/>\n<path d=\"M12.0005 0.00585938C12.139 0.00592293 12.2763 0.0346729 12.4038 0.0888672C12.5314 0.143114 12.6465 0.222484 12.7427 0.322266L17.2427 5.32227C17.372 5.46593 17.4576 5.64405 17.4878 5.83496C17.5179 6.02565 17.492 6.22107 17.4136 6.39746C17.335 6.57404 17.2065 6.72478 17.0444 6.83008C16.8825 6.93517 16.6935 6.99107 16.5005 6.99121H7.50049C7.30731 6.99116 7.1176 6.93526 6.95557 6.83008C6.79348 6.72478 6.66504 6.57404 6.58643 6.39746C6.50798 6.22108 6.4821 6.02564 6.51221 5.83496C6.54244 5.64405 6.62802 5.46593 6.75733 5.32227L11.2573 0.322266C11.3535 0.222483 11.4687 0.143117 11.5962 0.0888672C11.7239 0.0346112 11.8618 0.00585938 12.0005 0.00585938Z\" fill=\"currentColor\"/>\n</svg>\n", kr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.8549 15.09L23.3839 21.619C23.8717 22.1074 23.8717 22.8985 23.3839 23.387C22.8922 23.8666 22.1076 23.8666 21.6159 23.387L15.0869 16.858C11.1996 19.8151 5.68583 19.2546 2.47309 15.5758C-0.739651 11.8969 -0.552543 6.35786 2.90113 2.90418C6.35481 -0.549491 11.8939 -0.736599 15.5727 2.47614C19.2516 5.68888 19.8121 11.2027 16.8549 15.09ZM9.4999 2.74995C5.77198 2.74995 2.7499 5.77203 2.7499 9.49995C2.75431 13.226 5.77381 16.2455 9.4999 16.25C13.2278 16.25 16.2499 13.2279 16.2499 9.49995C16.2499 5.77203 13.2278 2.74995 9.4999 2.74995Z\" fill=\"currentColor\"/>\n</svg>\n", Ar = "<svg width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_84297_14083)\">\n<path d=\"M19.25 37.125C29.1221 37.125 37.125 29.1221 37.125 19.25C37.125 9.37791 29.1221 1.375 19.25 1.375C9.37791 1.375 1.375 9.37791 1.375 19.25C1.375 29.1221 9.37791 37.125 19.25 37.125Z\" fill=\"white\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2498 1.83329C9.63088 1.83329 1.83317 9.631 1.83317 19.25C1.83317 28.8689 9.63088 36.6666 19.2498 36.6666C28.8688 36.6666 36.6665 28.8689 36.6665 19.25C36.6665 9.631 28.8688 1.83329 19.2498 1.83329ZM0.916504 19.25C0.916504 9.12474 9.12462 0.916626 19.2498 0.916626C29.3751 0.916626 37.5832 9.12474 37.5832 19.25C37.5832 29.3752 29.3751 37.5833 19.2498 37.5833C9.12462 37.5833 0.916504 29.3752 0.916504 19.25Z\" fill=\"#3C5C6E\" stroke=\"#3C5C6E\" stroke-width=\"0.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M31.5649 31.5649C31.7439 31.3859 32.0341 31.3859 32.2131 31.5649L42.9491 42.3009C43.1281 42.4799 43.1281 42.7701 42.9491 42.9491C42.7701 43.1281 42.4799 43.1281 42.3009 42.9491L31.5649 32.2131C31.3859 32.0341 31.3859 31.7439 31.5649 31.5649Z\" fill=\"#3C5C6E\" stroke=\"#3C5C6E\" stroke-width=\"0.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M26.0559 24.1114C26.3138 23.8535 26.4586 23.5038 26.4586 23.1391C26.4586 22.7744 26.3138 22.4247 26.0559 22.1668L23.1391 19.25L26.0559 16.3332C26.3138 16.0753 26.4586 15.7256 26.4586 15.3609C26.4586 14.9963 26.3138 14.6465 26.0559 14.3887L24.1114 12.4441C23.8535 12.1863 23.5038 12.0414 23.1391 12.0414C22.7744 12.0414 22.4247 12.1863 22.1668 12.4441L19.25 15.3609L16.3332 12.4441C16.0753 12.1863 15.7256 12.0414 15.3609 12.0414C14.9962 12.0414 14.6465 12.1863 14.3886 12.4441L12.4441 14.3887C12.1862 14.6465 12.0414 14.9963 12.0414 15.3609C12.0414 15.7256 12.1862 16.0753 12.4441 16.3332L15.3609 19.25L12.4441 22.1668C12.1862 22.4247 12.0414 22.7744 12.0414 23.1391C12.0414 23.5038 12.1862 23.8535 12.4441 24.1114L14.3886 26.0559C14.6465 26.3138 14.9962 26.4587 15.3609 26.4587C15.7256 26.4587 16.0753 26.3138 16.3332 26.0559L19.25 23.1391L22.1668 26.0559C22.4247 26.3138 22.7744 26.4587 23.1391 26.4587C23.5038 26.4587 23.8535 26.3138 24.1114 26.0559L26.0559 24.1114Z\" fill=\"#F3F2F1\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1391 11.5831C23.6253 11.583 24.0916 11.7762 24.4354 12.12L26.38 14.0646C26.7238 14.4084 26.917 14.8747 26.917 15.3609C26.917 15.8472 26.7238 16.3135 26.38 16.6573L23.7873 19.25L26.38 21.8427C26.7238 22.1866 26.917 22.6529 26.917 23.1391C26.917 23.6253 26.7238 24.0916 26.38 24.4355L24.4354 26.38C24.0916 26.7238 23.6253 26.917 23.1391 26.917C22.6529 26.917 22.1865 26.7238 21.8427 26.38L19.25 23.7873L16.6573 26.38C16.3135 26.7238 15.8471 26.917 15.3609 26.917C14.8747 26.917 14.4084 26.7238 14.0646 26.38L12.12 24.4355C11.7762 24.0916 11.583 23.6253 11.583 23.1391C11.583 22.6529 11.7762 22.1866 12.12 21.8427L14.7127 19.25L12.12 16.6573C11.7762 16.3135 11.583 15.8472 11.583 15.3609C11.583 14.8747 11.7762 14.4084 12.12 14.0646L14.0646 12.12C14.4084 11.7762 14.8747 11.583 15.3609 11.583C15.8471 11.583 16.3135 11.7762 16.6573 12.12L19.25 14.7127L21.8427 12.12C22.1865 11.7762 22.6529 11.583 23.1391 11.5831ZM23.7873 12.7682C23.6154 12.5963 23.3822 12.4997 23.1391 12.4997C22.896 12.4997 22.6628 12.5963 22.4909 12.7682L19.5741 15.685C19.3951 15.864 19.1049 15.864 18.9259 15.685L16.0091 12.7682C15.8372 12.5963 15.604 12.4997 15.3609 12.4997C15.1178 12.4997 14.8846 12.5963 14.7127 12.7682L12.7682 14.7127C12.5963 14.8847 12.4997 15.1178 12.4997 15.3609C12.4997 15.604 12.5963 15.8372 12.7682 16.0091L15.685 18.9259C15.864 19.1049 15.864 19.3951 15.685 19.5741L12.7682 22.4909C12.5963 22.6628 12.4997 22.896 12.4997 23.1391C12.4997 23.3822 12.5963 23.6154 12.7682 23.7873L14.7127 25.7318C14.8846 25.9037 15.1178 26.0003 15.3609 26.0003C15.604 26.0003 15.8372 25.9037 16.0091 25.7318L18.9259 22.815C19.1049 22.636 19.3951 22.636 19.5741 22.815L22.4909 25.7318C22.6628 25.9037 22.896 26.0003 23.1391 26.0003C23.3822 26.0003 23.6154 25.9037 23.7873 25.7318L25.7318 23.7873C25.9037 23.6154 26.0003 23.3822 26.0003 23.1391C26.0003 22.896 25.9037 22.6628 25.7318 22.4909L22.815 19.5741C22.636 19.3951 22.636 19.1049 22.815 18.9259L25.7318 16.0091C25.9037 15.8372 26.0003 15.604 26.0003 15.3609C26.0003 15.1178 25.9037 14.8847 25.7318 14.7127L23.7873 12.7682Z\" fill=\"#3C5C6E\" stroke=\"#3C5C6E\" stroke-width=\"0.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_84297_14083\">\n<rect width=\"44\" height=\"44\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", jr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_2)\">\n<path d=\"M23.663 6.763C23.7034 6.61481 23.7091 6.4593 23.6797 6.30854C23.6503 6.15778 23.5866 6.01582 23.4934 5.89367C23.4003 5.77152 23.2803 5.67247 23.1427 5.6042C23.0051 5.53593 22.8536 5.50028 22.7 5.5H5.54703C5.489 5.50067 5.43257 5.48105 5.38747 5.44453C5.34237 5.40802 5.31144 5.35689 5.30003 5.3L4.72803 2.58C4.57204 1.85215 4.17196 1.19948 3.59412 0.730219C3.01628 0.260963 2.2954 0.00331441 1.55103 0C1.2195 0 0.901562 0.131696 0.667142 0.366117C0.432721 0.600537 0.301025 0.918479 0.301025 1.25C0.301025 1.58152 0.432721 1.89946 0.667142 2.13388C0.901562 2.3683 1.2195 2.5 1.55103 2.5C1.72348 2.5008 1.89042 2.56085 2.02387 2.67008C2.15732 2.77932 2.24917 2.9311 2.28403 3.1L5.45003 18.169C5.6142 18.9415 6.05389 19.6279 6.68703 20.1C6.71701 20.1223 6.74158 20.1511 6.75891 20.1843C6.77624 20.2174 6.78589 20.254 6.78714 20.2914C6.78839 20.3287 6.78121 20.3659 6.76613 20.4001C6.75104 20.4343 6.72845 20.4647 6.70003 20.489C6.41714 20.7338 6.20857 21.053 6.09801 21.4104C5.98746 21.7677 5.97935 22.149 6.07461 22.5107C6.16987 22.8725 6.36468 23.2003 6.63691 23.4568C6.90914 23.7134 7.24787 23.8885 7.61462 23.9622C7.98138 24.0359 8.36145 24.0053 8.71167 23.8738C9.06189 23.7423 9.36821 23.5152 9.59583 23.2184C9.82345 22.9215 9.96325 22.5667 9.99935 22.1944C10.0354 21.8221 9.96639 21.4471 9.80003 21.112C9.78083 21.074 9.77176 21.0316 9.77369 20.9891C9.77561 20.9465 9.78847 20.9051 9.81103 20.869C9.83367 20.8329 9.86508 20.8032 9.90233 20.7826C9.93958 20.7619 9.98145 20.7511 10.024 20.751H15.994C16.0366 20.751 16.0784 20.7619 16.1156 20.7825C16.1527 20.8032 16.184 20.833 16.2064 20.8692C16.2289 20.9053 16.2417 20.9466 16.2437 20.9891C16.2458 21.0316 16.2369 21.0739 16.218 21.112C16.067 21.4168 15.9962 21.755 16.0123 22.0948C16.0284 22.4345 16.1309 22.7645 16.3101 23.0536C16.4893 23.3427 16.7393 23.5814 17.0364 23.747C17.3335 23.9126 17.6679 23.9997 18.008 24C18.3494 23.9998 18.685 23.9123 18.983 23.7457C19.2809 23.5791 19.5313 23.3391 19.7102 23.0484C19.8891 22.7577 19.9907 22.426 20.0052 22.085C20.0197 21.7439 19.9466 21.4048 19.793 21.1C19.7744 21.0633 19.7655 21.0223 19.7672 20.9812C19.7688 20.94 19.7811 20.9 19.8026 20.8649C19.8242 20.8298 19.8544 20.8008 19.8904 20.7807C19.9263 20.7605 19.9668 20.75 20.008 20.75C20.3395 20.75 20.6575 20.6183 20.8919 20.3839C21.1263 20.1495 21.258 19.8315 21.258 19.5C21.258 19.1685 21.1263 18.8505 20.8919 18.6161C20.6575 18.3817 20.3395 18.25 20.008 18.25H8.63103C8.45914 18.2495 8.29261 18.1902 8.15909 18.082C8.02557 17.9737 7.93309 17.8231 7.89703 17.655L7.71803 16.8C7.71061 16.7637 7.71137 16.7262 7.72024 16.6902C7.72912 16.6542 7.74589 16.6206 7.76934 16.5919C7.79279 16.5631 7.82234 16.54 7.85584 16.5241C7.88934 16.5082 7.92595 16.5 7.96303 16.5H18.717C19.3751 16.4999 20.015 16.2834 20.5379 15.8839C21.0609 15.4844 21.4379 14.9239 21.611 14.289L23.663 6.763Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_2\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Mr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7477 14.9102C18.5761 14.9102 19.2476 15.5544 19.2477 16.3496C19.2477 17.1449 18.5761 17.79 17.7477 17.79C16.9194 17.7899 16.2477 17.1448 16.2477 16.3496C16.2478 15.5545 16.9195 14.9103 17.7477 14.9102Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7477 9.65918C18.5304 9.65918 19.2212 10.1519 19.4479 10.8711L19.8717 12.208C19.9404 12.4262 20.1732 12.5568 20.4049 12.5068L21.816 12.1924C22.5786 12.0265 23.3652 12.3574 23.7555 13.0078C24.1456 13.6584 24.0485 14.4775 23.5162 15.0273L22.5299 16.0488C22.3682 16.2186 22.3683 16.4796 22.5299 16.6494L23.5172 17.6699C24.0498 18.2198 24.1466 19.0397 23.7565 19.6904C23.3662 20.341 22.5797 20.6708 21.817 20.5049L20.4059 20.1914C20.174 20.1412 19.9406 20.2725 19.8727 20.4912L19.4488 21.8271C19.2235 22.5477 18.5323 23.041 17.7487 23.041C16.9651 23.0409 16.2738 22.5476 16.0485 21.8271L15.6246 20.4912C15.5558 20.2731 15.3232 20.142 15.0914 20.1914L13.6813 20.5049C12.9186 20.6708 12.1311 20.3411 11.7408 19.6904C11.3508 19.0397 11.4486 18.2197 11.9811 17.6699L12.9684 16.6494C13.1301 16.4796 13.1302 16.2186 12.9684 16.0488L11.9811 15.0264C11.4487 14.4765 11.3507 13.6575 11.7408 13.0068C12.1311 12.3563 12.9186 12.0255 13.6813 12.1914L15.0905 12.5068C15.3221 12.5563 15.5546 12.4259 15.6237 12.208L16.0475 10.8711C16.2741 10.1519 16.965 9.65932 17.7477 9.65918ZM17.7477 13.4697C16.0911 13.4699 14.7479 14.7593 14.7477 16.3496C14.7478 17.94 16.091 19.2293 17.7477 19.2295C19.4045 19.2295 20.7476 17.9401 20.7477 16.3496C20.7475 14.7592 19.4044 13.4697 17.7477 13.4697Z\" fill=\"currentColor\"/>\n<path d=\"M7.20471 10.0801C8.44803 10.0847 9.67066 10.3909 10.7574 10.9707C10.8929 11.0421 10.9861 11.1699 11.0104 11.3164C11.0346 11.463 10.9873 11.6125 10.8815 11.7207C10.7153 11.8897 10.5694 12.0763 10.4479 12.2773C9.91247 13.1577 9.85881 14.2334 10.3033 15.1592C10.3746 15.3079 10.3613 15.4813 10.2692 15.6191C10.1771 15.7568 10.0187 15.84 9.84826 15.8398H0.499631C0.341865 15.8397 0.193498 15.768 0.0992399 15.6465C0.00498456 15.5249 -0.024031 15.3679 0.0211149 15.2227C0.980304 12.1806 3.89393 10.0948 7.20471 10.0801Z\" fill=\"currentColor\"/>\n<path d=\"M6.99865 0C9.62186 0 11.7484 2.04135 11.7487 4.55957C11.7487 7.07799 9.62201 9.12012 6.99865 9.12012C4.37547 9.11993 2.24865 7.07787 2.24865 4.55957C2.2489 2.04147 4.37562 0.00018809 6.99865 0Z\" fill=\"currentColor\"/>\n</svg>\n", Nr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9998 12.6367C21.1585 12.6367 21.3086 12.7096 21.4071 12.834L23.9071 16.334C24.0161 16.4863 24.0307 16.6869 23.9451 16.8535C23.8594 17.0202 23.6873 17.1252 23.4998 17.125H22.7498C22.4738 17.1251 22.2499 17.3489 22.2498 17.625V22.625C22.2498 23.3154 21.6902 23.875 20.9998 23.875C20.3096 23.8749 19.7498 23.3153 19.7498 22.625V17.625C19.7498 17.3489 19.526 17.125 19.2498 17.125H18.4998C18.3124 17.1251 18.1403 17.0201 18.0545 16.8535C17.969 16.687 17.9837 16.4863 18.0926 16.334L20.5926 12.834C20.691 12.7096 20.8413 12.6368 20.9998 12.6367Z\" fill=\"currentColor\"/>\n<path d=\"M14.7498 12.375C15.4402 12.375 15.9998 12.9346 15.9998 13.625V18.625C15.9998 18.9011 16.2238 19.1249 16.4998 19.125H17.2498C17.4373 19.1248 17.6094 19.2298 17.6951 19.3965C17.7808 19.5631 17.7661 19.7637 17.6571 19.916L15.1571 23.416C15.0632 23.5475 14.9114 23.626 14.7498 23.626C14.5883 23.6259 14.4364 23.5475 14.3426 23.416L11.8426 19.916C11.7337 19.7637 11.719 19.563 11.8045 19.3965C11.8903 19.2299 12.0624 19.1249 12.2498 19.125H12.9998C13.276 19.125 13.4998 18.9011 13.4998 18.625V13.625C13.4998 12.9347 14.0596 12.3751 14.7498 12.375Z\" fill=\"currentColor\"/>\n<path d=\"M7.20784 10.625C8.87935 10.6345 10.4999 11.2051 11.8084 12.2451C11.9294 12.3398 11.9998 12.4851 11.9998 12.6387V16.125C11.9998 16.4011 11.776 16.625 11.4998 16.625H0.49983C0.342073 16.6249 0.193755 16.5503 0.0994393 16.4238C0.00516529 16.2973 -0.0237223 16.1337 0.0213143 15.9824C0.981098 12.8126 3.89595 10.6392 7.20784 10.625Z\" fill=\"currentColor\"/>\n<path d=\"M6.99983 0.125C9.62318 0.125 11.7498 2.25165 11.7498 4.875C11.7498 7.49835 9.62318 9.625 6.99983 9.625C4.37659 9.62486 2.24983 7.49827 2.24983 4.875C2.24983 2.25173 4.37659 0.125137 6.99983 0.125Z\" fill=\"currentColor\"/>\n</svg>\n", Pr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_19651_42876)\">\n<path d=\"M12 0C9.62663 0 7.30655 0.703788 5.33316 2.02236C3.35977 3.34094 1.8217 5.21509 0.913451 7.4078C0.00519943 9.60051 -0.232441 12.0133 0.230582 14.3411C0.693605 16.6689 1.83649 18.8071 3.51472 20.4853C5.19295 22.1635 7.33115 23.3064 9.65892 23.7694C11.9867 24.2324 14.3995 23.9948 16.5922 23.0866C18.7849 22.1783 20.6591 20.6402 21.9776 18.6668C23.2962 16.6935 24 14.3734 24 12C23.9966 8.81846 22.7312 5.76821 20.4815 3.51852C18.2318 1.26883 15.1815 0.00344108 12 0V0ZM18.134 17.9C18.0665 18.0072 17.973 18.0955 17.8621 18.1567C17.7512 18.2179 17.6267 18.25 17.5 18.25H6.50001C6.37346 18.2499 6.24898 18.2179 6.13817 18.1567C6.02735 18.0956 5.93381 18.0075 5.86623 17.9005C5.79866 17.7935 5.75926 17.6711 5.7517 17.5448C5.74415 17.4185 5.76867 17.2923 5.82301 17.178C6.37669 16.0082 7.25117 15.0197 8.34468 14.3275C9.4382 13.6352 10.7058 13.2677 12 13.2677C13.2942 13.2677 14.5618 13.6352 15.6553 14.3275C16.7488 15.0197 17.6233 16.0082 18.177 17.178C18.2315 17.2922 18.2561 17.4183 18.2486 17.5445C18.2411 17.6708 18.2016 17.7931 18.134 17.9ZM12 4.35C12.7318 4.35 13.4472 4.567 14.0556 4.97356C14.6641 5.38012 15.1383 5.95798 15.4184 6.63407C15.6984 7.31016 15.7717 8.0541 15.6289 8.77183C15.4861 9.48956 15.1338 10.1488 14.6163 10.6663C14.0988 11.1837 13.4396 11.5361 12.7218 11.6789C12.0041 11.8217 11.2602 11.7484 10.5841 11.4684C9.90799 11.1883 9.33013 10.7141 8.92357 10.1056C8.51701 9.49715 8.30001 8.78179 8.30001 8.05C8.30001 7.0687 8.68983 6.12759 9.38371 5.4337C10.0776 4.73982 11.0187 4.35 12 4.35Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_19651_42876\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Fr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9633 17.1085C19.1133 17.0926 19.2628 17.1446 19.3696 17.2511L21.1958 19.0792L21.2006 19.0822C21.846 18.5985 22.7389 18.6187 23.3618 19.131C23.9847 19.6434 24.1767 20.5157 23.8266 21.2423C23.689 21.5288 23.4232 21.7332 23.1108 21.7921L22.3364 21.9367C22.1332 21.9745 21.9738 22.1339 21.936 22.3371L21.7895 23.1115C21.7307 23.4238 21.527 23.6895 21.2407 23.8273C20.5142 24.176 19.6434 23.9837 19.1313 23.3615C18.6194 22.7392 18.5986 21.8481 19.0805 21.2023L17.3803 19.5021C17.2853 19.4067 17.233 19.2764 17.2348 19.1417C17.2365 19.0072 17.2927 18.8791 17.3901 18.7863C17.8477 18.3509 18.2521 17.8628 18.5961 17.3332C18.6781 17.2066 18.8134 17.1245 18.9633 17.1085Z\" fill=\"currentColor\"/>\n<path d=\"M5.03169 17.1085C5.18166 17.1245 5.31686 17.2066 5.39888 17.3332C5.74456 17.8614 6.15107 18.3478 6.60982 18.7814C6.7071 18.8742 6.76243 19.0024 6.76412 19.1369C6.76596 19.2716 6.71379 19.4018 6.61861 19.4972L4.91841 21.1964C5.40211 21.842 5.38279 22.7353 4.87056 23.3585C4.35834 23.9817 3.48626 24.1739 2.75923 23.8244C2.47291 23.6865 2.26922 23.4208 2.21041 23.1085L2.06392 22.3341C2.02609 22.131 1.8676 21.9716 1.66451 21.9337L0.889117 21.7892C0.576735 21.7301 0.310843 21.5251 0.173296 21.2384C-0.17645 20.512 0.0154876 19.6403 0.63814 19.1281C1.26104 18.6157 2.15384 18.5956 2.79927 19.0792L4.62544 17.2511C4.73218 17.1445 4.8817 17.0927 5.03169 17.1085Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.32466 7.82534C7.76847 5.24351 10.7747 3.96298 13.6372 4.70913C16.4995 5.45561 18.4972 8.04102 18.4965 10.9992C18.4989 12.7697 17.776 14.4648 16.4965 15.6886V18.5031C16.4961 19.331 15.8246 20.0021 14.9965 20.0021C14.1688 20.0018 13.497 19.3308 13.4965 18.5031C13.4961 19.3309 12.8254 20.0019 11.9975 20.0021C11.1697 20.0019 10.498 19.3308 10.4975 18.5031C10.4971 19.331 9.82553 20.0021 8.99751 20.0021C8.16979 20.0018 7.49796 19.3308 7.49752 18.5031V15.6867C5.36335 13.6387 4.88129 10.4071 6.32466 7.82534ZM9.69185 9.61343C9.13148 9.38142 8.48596 9.50975 8.05709 9.93862C7.62874 10.3674 7.50011 11.0124 7.73189 11.5724C7.96401 12.1326 8.51131 12.498 9.11763 12.4982C9.94569 12.4982 10.6173 11.8271 10.6176 10.9992C10.6176 10.3927 10.2521 9.84562 9.69185 9.61343ZM15.6909 9.61343C15.1305 9.38142 14.485 9.50975 14.0561 9.93862C13.6277 10.3674 13.4991 11.0123 13.7309 11.5724C13.9629 12.1323 14.5097 12.4966 15.1157 12.4972C15.5134 12.4975 15.8958 12.3407 16.1772 12.0597C16.4584 11.7786 16.6165 11.3968 16.6167 10.9992C16.6167 10.3927 16.2511 9.84562 15.6909 9.61343Z\" fill=\"currentColor\"/>\n<path d=\"M2.75826 0.172999C3.48508 -0.176545 4.35721 0.0159573 4.86959 0.63882C5.38186 1.26172 5.40162 2.15422 4.91841 2.79995L6.6147 4.49429C6.70989 4.58969 6.76206 4.71989 6.76021 4.85464C6.7586 4.98912 6.70316 5.11722 6.60591 5.21011C6.14779 5.64577 5.74243 6.13448 5.39888 6.66519C5.31655 6.7913 5.1815 6.87325 5.03169 6.88882C4.88162 6.90453 4.73206 6.85205 4.62544 6.74527L2.79927 4.91812C2.15342 5.40029 1.26147 5.37948 0.639117 4.86734C0.0170413 4.35519 -0.175408 3.48439 0.173296 2.75796C0.311312 2.47214 0.577208 2.26881 0.889117 2.21011L1.66353 2.06362C1.86655 2.02573 2.02507 1.86724 2.06294 1.66421L2.20943 0.88882C2.26835 0.576717 2.47206 0.310766 2.75826 0.172999Z\" fill=\"currentColor\"/>\n<path d=\"M19.1264 0.63882C19.6388 0.0161769 20.5101 -0.176429 21.2368 0.172999C21.523 0.310763 21.7267 0.576728 21.7856 0.88882L21.9311 1.66323C21.969 1.86622 22.1276 2.02472 22.3305 2.06265L23.1059 2.21011C23.4179 2.26877 23.6837 2.4721 23.8217 2.75796C24.1705 3.48443 23.9781 4.35519 23.3559 4.86734C22.7336 5.37948 21.8416 5.40029 21.1958 4.91812L19.3696 6.74527C19.2629 6.85207 19.1134 6.90457 18.9633 6.88882C18.8135 6.87324 18.6785 6.7913 18.5961 6.66519C18.251 6.13604 17.8444 5.64983 17.3852 5.21597C17.2877 5.12304 17.2325 4.9942 17.2309 4.85952C17.2291 4.7248 17.2813 4.59456 17.3764 4.49917L19.0766 2.79995C18.5934 2.15416 18.614 1.26173 19.1264 0.63882Z\" fill=\"currentColor\"/>\n</svg>\n", Ir = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18612_0)\">\n<path d=\"M12.5 0C6.71 0 2 4.262 2 9.5C2 15.247 9.3 21.785 11.54 23.652C11.8096 23.8768 12.1495 23.9999 12.5005 23.9999C12.8515 23.9999 13.1914 23.8768 13.461 23.652C15.7 21.784 23 15.246 23 9.5C23 4.262 18.29 0 12.5 0ZM18 10.5C18 10.7652 17.8946 11.0196 17.7071 11.2071C17.5196 11.3946 17.2652 11.5 17 11.5H15C14.8674 11.5 14.7402 11.5527 14.6464 11.6464C14.5527 11.7402 14.5 11.8674 14.5 12V14C14.5 14.2652 14.3946 14.5196 14.2071 14.7071C14.0196 14.8946 13.7652 15 13.5 15H11.5C11.2348 15 10.9804 14.8946 10.7929 14.7071C10.6054 14.5196 10.5 14.2652 10.5 14V12C10.5 11.8674 10.4473 11.7402 10.3536 11.6464C10.2598 11.5527 10.1326 11.5 10 11.5H8C7.73478 11.5 7.48043 11.3946 7.29289 11.2071C7.10536 11.0196 7 10.7652 7 10.5V8.5C7 8.23478 7.10536 7.98043 7.29289 7.79289C7.48043 7.60536 7.73478 7.5 8 7.5H10C10.1326 7.5 10.2598 7.44732 10.3536 7.35355C10.4473 7.25979 10.5 7.13261 10.5 7V5C10.5 4.73478 10.6054 4.48043 10.7929 4.29289C10.9804 4.10536 11.2348 4 11.5 4H13.5C13.7652 4 14.0196 4.10536 14.2071 4.29289C14.3946 4.48043 14.5 4.73478 14.5 5V7C14.5 7.13261 14.5527 7.25979 14.6464 7.35355C14.7402 7.44732 14.8674 7.5 15 7.5H17C17.2652 7.5 17.5196 7.60536 17.7071 7.79289C17.8946 7.98043 18 8.23478 18 8.5V10.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18612_0\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Lr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1592 6.0293C15.2471 6.00313 15.3423 6.02691 15.4072 6.0918C15.4721 6.1567 15.4959 6.25189 15.4697 6.33984L14.2002 10.6396L14.0791 11.0547C14.054 11.1392 13.9858 11.2046 13.9004 11.2266C13.8151 11.2483 13.7248 11.2239 13.6621 11.1621L10.3379 7.83789C10.2759 7.77537 10.2515 7.68488 10.2734 7.59961C10.2954 7.51431 10.3608 7.44669 10.4453 7.42188L10.8604 7.2998L15.1592 6.0293Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0C17.79 0 22.5 4.26 22.5 9.5C22.5 15.25 15.2 21.7804 12.96 23.6504C12.405 24.1166 11.595 24.1166 11.04 23.6504C8.80004 21.7904 1.5 15.25 1.5 9.5C1.5 4.26 6.21 0 12 0ZM16.9053 4.59473C16.6006 4.29009 16.1532 4.17707 15.7402 4.2998L9.61328 6.09961C9.12577 6.24379 8.74379 6.62577 8.59961 7.11328L6.7998 13.2402C6.67877 13.6556 6.79359 14.1043 7.09961 14.4102C7.40723 14.7194 7.86231 14.8313 8.27832 14.7002L14.3887 12.9004C14.8798 12.7563 15.2641 12.3713 15.4072 11.8799C15.9383 10.0698 17.2002 5.75977 17.2002 5.75977C17.3229 5.34681 17.2099 4.89936 16.9053 4.59473Z\" fill=\"currentColor\"/>\n</svg>\n", Rr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7266 10.75C18.4169 10.75 18.9766 11.3096 18.9766 12C18.9766 12.6904 18.4169 13.25 17.7266 13.25H6.27344C5.58308 13.25 5.02344 12.6904 5.02344 12C5.02344 11.3096 5.58308 10.75 6.27344 10.75H17.7266Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0.25C18.4864 0.257165 23.7428 5.51362 23.75 12C23.75 18.4893 18.4893 23.75 12 23.75C5.51065 23.75 0.25 18.4893 0.25 12C0.25 5.51065 5.51065 0.25 12 0.25ZM12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1063 21.2445 21.2445 17.1063 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75Z\" fill=\"currentColor\"/>\n</svg>\n", zr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_85135_29182)\">\n<path d=\"M7.5 12.75C7.086 12.75 6.75 12.414 6.75 12C6.75 11.586 7.086 11.25 7.5 11.25C12.823 11.25 10.7107 11.25 16.5 11.25C16.914 11.25 17.25 11.586 17.25 12C17.25 12.414 16.914 12.75 16.5 12.75C10.7361 12.75 12.802 12.75 7.5 12.75Z\" fill=\"#181818\"/>\n<path d=\"M12 24C5.383 24 0 18.617 0 12C0 5.383 5.383 0 12 0C18.617 0 24 5.383 24 12C24 18.617 18.617 24 12 24ZM12 1.5C6.21 1.5 1.5 6.21 1.5 12C1.5 17.79 6.21 22.5 12 22.5C17.79 22.5 22.5 17.79 22.5 12C22.5 6.21 17.79 1.5 12 1.5Z\" fill=\"#181818\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_85135_29182\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Br = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 5.5C13.4493 5.51631 13.8778 5.69379 14.207 6L15.5 7.29297C15.6419 7.41091 15.8162 7.48311 16 7.5H17.5C18.6046 7.5 19.5 8.39543 19.5 9.5V14.5C19.5 15.6046 18.6046 16.5 17.5 16.5H6.5C5.39543 16.5 4.5 15.6046 4.5 14.5V9.5C4.5 8.39543 5.39543 7.5 6.5 7.5H8C8.18376 7.48311 8.35808 7.41091 8.5 7.29297L9.79297 6C10.1222 5.69379 10.5507 5.51631 11 5.5H13ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0C18.6244 0.00716485 23.9928 5.37555 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5203 21.9939 21.9939 17.5203 22 12C22 6.47715 17.5228 2 12 2Z\" fill=\"currentColor\"/>\n</svg>\n", Vr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.25 3.59994C3.38784 3.60046 3.49945 3.70784 3.5 3.84017V5.27962C3.49945 5.4118 3.38768 5.51888 3.25 5.51888H2.5C2.22386 5.51888 2 5.73425 2 5.99935V21.599C2 21.8641 2.22386 22.0794 2.5 22.0794H10.7598C10.8395 22.0809 10.9139 22.1185 10.96 22.181C11.3407 22.6972 11.7866 23.1662 12.2871 23.5775C12.3666 23.6427 12.3955 23.7489 12.3594 23.8431C12.3232 23.9373 12.2295 24.0001 12.125 24.0003H2C0.895589 24.0003 0.000256853 23.1406 0 22.0804V5.51986C5.12031e-05 4.45951 0.895462 3.59994 2 3.59994H3.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 11.5199C21.088 11.5241 23.9956 14.3156 24 17.7601C23.9999 21.2063 21.0898 24.0003 17.5 24.0003C13.9102 24.0003 11.0001 21.2063 11 17.7601C11 14.3138 13.9101 11.5199 17.5 11.5199ZM19.9961 14.7679C19.7301 14.7371 19.4664 14.8453 19.3057 15.0511L16.5742 18.5482C16.5312 18.6041 16.4647 18.6388 16.3926 18.6439C16.3204 18.6489 16.2492 18.6238 16.1982 18.5745L14.8984 17.3265C14.7115 17.1339 14.4297 17.0544 14.1641 17.1195C13.8983 17.1846 13.6909 17.3839 13.623 17.639C13.5552 17.8941 13.6373 18.1646 13.8379 18.3441L15.3379 19.7835C15.645 20.0794 16.0709 20.2325 16.5049 20.2035C16.9388 20.1744 17.3383 19.966 17.5996 19.6322L20.5 15.9134L20.5059 15.9144C20.6664 15.7087 20.7007 15.4369 20.5957 15.2005C20.4905 14.9641 20.262 14.7988 19.9961 14.7679Z\" fill=\"currentColor\"/>\n<path d=\"M7.75 16.0804C8.16421 16.0804 8.5 16.4025 8.5 16.8001C8.49992 17.1977 8.16416 17.5199 7.75 17.5199H5C4.58583 17.5199 4.25008 17.1977 4.25 16.8001C4.25 16.4025 4.58579 16.0804 5 16.0804H7.75Z\" fill=\"currentColor\"/>\n<path d=\"M8 12.7191C8.41413 12.7191 8.74987 13.0413 8.75 13.4388C8.75 13.8364 8.41421 14.1595 8 14.1595H5C4.58579 14.1595 4.25 13.8364 4.25 13.4388C4.25013 13.0413 4.58587 12.7191 5 12.7191H8Z\" fill=\"currentColor\"/>\n<path d=\"M11.5 9.35873C11.9142 9.35873 12.25 9.68178 12.25 10.0794C12.2498 10.4769 11.9141 10.7992 11.5 10.7992H5C4.58592 10.7992 4.25022 10.4769 4.25 10.0794C4.25 9.68178 4.58579 9.35873 5 9.35873H11.5Z\" fill=\"currentColor\"/>\n<path d=\"M17 3.59798C18.1045 3.59798 18.9999 4.45759 19 5.51791V9.93392C19.0011 10.0048 18.9697 10.0728 18.9141 10.1195C18.8584 10.1661 18.784 10.1869 18.7109 10.1761C18.3105 10.1136 17.9057 10.0815 17.5 10.0794C17.421 10.0794 17.3427 10.0863 17.2637 10.0863C17.1952 10.0899 17.128 10.067 17.0781 10.0218C17.0282 9.97647 17 9.91295 17 9.84701V6.00033C17 5.73523 16.7761 5.51986 16.5 5.51986H15.75C15.6119 5.51986 15.5 5.41217 15.5 5.27962V3.84017C15.4997 3.77626 15.5264 3.71464 15.5732 3.66927C15.6201 3.62405 15.6835 3.59824 15.75 3.59798H17Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.82129 1.04623C9.57518 0.845773 10.3834 0.994875 11.0068 1.44857C11.6301 1.90228 11.9974 2.60882 12 3.3597V3.59994H13.75C13.8878 3.60046 13.9995 3.70784 14 3.84017V6.72005C13.9994 6.8522 13.8877 6.95931 13.75 6.95931H5.25C5.11234 6.95931 5.00059 6.8522 5 6.72005V3.84017C5 3.70747 5.11177 3.59949 5.25 3.59896H7V3.44369C6.97912 2.34326 7.72348 1.36345 8.82129 1.04623ZM9.5 2.39974C9.08579 2.39974 8.75 2.7228 8.75 3.12045C8.75026 3.51788 9.08594 3.84017 9.5 3.84017C9.91406 3.84017 10.2497 3.51788 10.25 3.12045C10.25 2.7228 9.91421 2.39974 9.5 2.39974Z\" fill=\"currentColor\"/>\n</svg>\n", Hr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1641 15.2812C14.4232 14.9581 14.8946 14.9052 15.2188 15.1631C15.3746 15.2872 15.4747 15.4681 15.4971 15.666C15.5194 15.864 15.4622 16.063 15.3379 16.2188L13.3379 18.7188C13.2029 18.8828 13.0051 18.9825 12.793 18.9941C12.581 19.0056 12.3737 18.9285 12.2217 18.7803L11.2217 17.7803C11.0267 17.5921 10.9482 17.313 11.0166 17.0508C11.0851 16.7885 11.2905 16.5834 11.5527 16.5146C11.8148 16.446 12.0939 16.524 12.2822 16.7188L12.4922 16.9287C12.5425 16.979 12.6116 17.0057 12.6826 17.002C12.7536 16.998 12.8202 16.964 12.8643 16.9082L14.1641 15.2812Z\" fill=\"currentColor\"/>\n<path d=\"M19.25 16.999C19.6642 16.999 20 17.3348 20 17.749C20 18.1632 19.6642 18.499 19.25 18.499H17.25C16.8358 18.499 16.5 18.1632 16.5 17.749C16.5 17.3348 16.8358 16.999 17.25 16.999H19.25Z\" fill=\"currentColor\"/>\n<path d=\"M14.1641 9.78125C14.4232 9.45806 14.8946 9.40517 15.2188 9.66309C15.3746 9.7872 15.4747 9.96808 15.4971 10.166C15.5194 10.364 15.4622 10.563 15.3379 10.7188L13.3379 13.2188C13.2029 13.3828 13.0051 13.4825 12.793 13.4941C12.581 13.5056 12.3737 13.4285 12.2217 13.2803L11.2217 12.2803C11.0267 12.0921 10.9482 11.813 11.0166 11.5508C11.0851 11.2885 11.2905 11.0834 11.5527 11.0146C11.8148 10.946 12.0939 11.024 12.2822 11.2188L12.4922 11.4287C12.5425 11.479 12.6116 11.5057 12.6826 11.502C12.7536 11.498 12.8202 11.464 12.8643 11.4082L14.1641 9.78125Z\" fill=\"currentColor\"/>\n<path d=\"M19.25 11.5C19.6642 11.5 20 11.8358 20 12.25C20 12.6642 19.6642 13 19.25 13H17.25C16.8358 13 16.5 12.6642 16.5 12.25C16.5 11.8358 16.8358 11.5 17.25 11.5H19.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 0C15.0671 4.87249e-05 16.3703 1.20619 16.4912 2.76855C16.5007 2.899 16.6094 3.00034 16.7402 3H17C18.5671 3.00005 19.8703 4.20619 19.9912 5.76855C20.0007 5.899 20.1094 6.00034 20.2402 6H20.5C22.1569 6 23.5 7.34315 23.5 9V21C23.5 22.6569 22.1569 24 20.5 24H10.5C8.93292 24 7.62967 22.7938 7.50879 21.2314C7.4984 21.1015 7.39017 21.0006 7.25977 21H7C5.43292 21 4.12967 19.7938 4.00879 18.2314C3.99886 18.1012 3.89036 18.0001 3.75977 18H3.5C1.84315 18 0.5 16.6569 0.5 15V3C0.5 1.34315 1.84315 0 3.5 0H13.5ZM10.5 8C9.94771 8 9.5 8.44771 9.5 9V21C9.5 21.5523 9.94771 22 10.5 22H20.5C21.0523 22 21.5 21.5523 21.5 21V9C21.5 8.44771 21.0523 8 20.5 8H10.5ZM7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19H7.25C7.31639 19.0003 7.37982 18.9737 7.42676 18.9268C7.4737 18.8798 7.50027 18.8164 7.5 18.75V9C7.5 7.34315 8.84315 6 10.5 6H17.707C17.7881 6.00005 17.8642 5.96071 17.9111 5.89453C17.958 5.82837 17.9702 5.74349 17.9434 5.66699C17.8022 5.26725 17.4239 4.99997 17 5H7ZM3.5 2C2.94772 2 2.5 2.44772 2.5 3V15C2.5 15.5523 2.94772 16 3.5 16H3.75C3.81639 16.0003 3.87982 15.9737 3.92676 15.9268C3.9737 15.8798 4.00027 15.8164 4 15.75V6C4 4.34315 5.34315 3 7 3H14.207C14.2881 3.00005 14.3642 2.96071 14.4111 2.89453C14.458 2.82837 14.4702 2.74349 14.4434 2.66699C14.3022 2.26725 13.9239 1.99997 13.5 2H3.5Z\" fill=\"currentColor\"/>\n</svg>\n", Ur = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18337_5)\">\n<path d=\"M6.75 3.5127C6.94884 3.5127 7.13964 3.59187 7.28027 3.73242C7.42085 3.873 7.49992 4.06389 7.5 4.2627V6.7627C7.5 6.82893 7.52645 6.89258 7.57324 6.93945C7.62013 6.98634 7.6837 7.0127 7.75 7.0127H19.75C19.9488 7.0127 20.1396 7.09187 20.2803 7.23242C20.4209 7.373 20.4999 7.56389 20.5 7.7627C20.5 7.96154 20.4208 8.15233 20.2803 8.29297C20.1396 8.43362 19.9489 8.5127 19.75 8.5127H7.75C7.68377 8.5127 7.62011 8.53915 7.57324 8.58594C7.52643 8.63275 7.50008 8.6965 7.5 8.7627V11.0127C7.5 11.0789 7.52645 11.1426 7.57324 11.1895C7.62013 11.2363 7.6837 11.2627 7.75 11.2627H19.75C19.9488 11.2627 20.1396 11.3419 20.2803 11.4824C20.4209 11.623 20.4999 11.8139 20.5 12.0127C20.5 12.2115 20.4208 12.4023 20.2803 12.543C20.1396 12.6836 19.9489 12.7627 19.75 12.7627H7.75C7.68377 12.7627 7.62011 12.7891 7.57324 12.8359C7.52643 12.8828 7.50008 12.9465 7.5 13.0127V15.2627C7.5 15.3289 7.52645 15.3926 7.57324 15.4395C7.62013 15.4863 7.6837 15.5127 7.75 15.5127H14.25C14.4488 15.5127 14.6396 15.5919 14.7803 15.7324C14.9209 15.873 14.9999 16.0639 15 16.2627C15 16.4615 14.9208 16.6523 14.7803 16.793C14.6396 16.9336 14.4489 17.0127 14.25 17.0127H7.75C7.68377 17.0127 7.62011 17.0391 7.57324 17.0859C7.52643 17.1327 7.50008 17.1965 7.5 17.2627V19.7627C7.5 19.9615 7.42083 20.1523 7.28027 20.293C7.13962 20.4336 6.94891 20.5127 6.75 20.5127C6.55109 20.5127 6.36038 20.4336 6.21973 20.293C6.07917 20.1523 6 19.9615 6 19.7627V17.2627C5.99992 17.1965 5.97357 17.1327 5.92676 17.0859C5.87989 17.0391 5.81623 17.0127 5.75 17.0127H4.25C4.05109 17.0127 3.86038 16.9336 3.71973 16.793C3.57917 16.6523 3.5 16.4615 3.5 16.2627C3.50008 16.0639 3.57915 15.873 3.71973 15.7324C3.86036 15.5919 4.05116 15.5127 4.25 15.5127H5.75C5.8163 15.5127 5.87987 15.4863 5.92676 15.4395C5.97355 15.3926 6 15.3289 6 15.2627V13.0127C5.99992 12.9465 5.97357 12.8828 5.92676 12.8359C5.87989 12.7891 5.81623 12.7627 5.75 12.7627H4.25C4.05109 12.7627 3.86038 12.6836 3.71973 12.543C3.57917 12.4023 3.5 12.2115 3.5 12.0127C3.50008 11.8139 3.57915 11.623 3.71973 11.4824C3.86036 11.3419 4.05116 11.2627 4.25 11.2627H5.75C5.8163 11.2627 5.87987 11.2363 5.92676 11.1895C5.97355 11.1426 6 11.0789 6 11.0127V8.7627C5.99992 8.6965 5.97357 8.63275 5.92676 8.58594C5.87989 8.53915 5.81623 8.5127 5.75 8.5127H4.25C4.05109 8.5127 3.86038 8.43362 3.71973 8.29297C3.57917 8.15233 3.5 7.96154 3.5 7.7627C3.50008 7.56389 3.57915 7.373 3.71973 7.23242C3.86036 7.09187 4.05116 7.0127 4.25 7.0127H5.75C5.8163 7.0127 5.87987 6.98634 5.92676 6.93945C5.97355 6.89258 6 6.82893 6 6.7627V4.2627C6.00008 4.06389 6.07915 3.873 6.21973 3.73242C6.36036 3.59187 6.55116 3.5127 6.75 3.5127Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 0.0126953C22.5304 0.0126953 23.039 0.223655 23.4141 0.598633C23.7891 0.973634 23.9999 1.48237 24 2.0127V17.0127C24.0023 17.9287 23.8232 18.8364 23.4727 19.6826C23.122 20.529 22.6066 21.2983 21.957 21.9443C20.6463 23.2481 18.8741 23.9823 17.0254 23.9873H2C1.46964 23.9873 0.960996 23.7763 0.585938 23.4014C0.210937 23.0264 8.08037e-05 22.5176 0 21.9873V2.0127C8.08039e-05 1.48237 0.210937 0.973634 0.585938 0.598633C0.960996 0.223655 1.46964 0.0126953 2 0.0126953H22ZM2.5 2.0127C2.36746 2.0127 2.24024 2.06551 2.14648 2.15918C2.05279 2.25288 2.00008 2.3802 2 2.5127V21.4873C2.00008 21.6198 2.05279 21.7471 2.14648 21.8408C2.24024 21.9345 2.36746 21.9873 2.5 21.9873H16.5C16.5662 21.9873 16.6299 21.9609 16.6768 21.9141C16.7236 21.8673 16.7499 21.8035 16.75 21.7373V18.4873C16.7505 18.0234 16.9347 17.5781 17.2627 17.25C17.5908 16.9219 18.036 16.7378 18.5 16.7373H21.75C21.8162 16.7373 21.8799 16.7109 21.9268 16.6641C21.9736 16.6173 21.9999 16.5535 22 16.4873V2.5127C21.9999 2.3802 21.9472 2.25288 21.8535 2.15918C21.7598 2.06551 21.6325 2.0127 21.5 2.0127H2.5ZM18.5 18.2373C18.4339 18.2381 18.3709 18.2648 18.3242 18.3115C18.2776 18.3582 18.2508 18.4213 18.25 18.4873V21.499C18.2501 21.5384 18.2594 21.5772 18.2773 21.6123C18.2953 21.6474 18.3215 21.6781 18.3535 21.7012C18.3855 21.7243 18.4229 21.7391 18.4619 21.7451C18.5008 21.7511 18.5407 21.7486 18.5781 21.7363L18.5752 21.7324C19.316 21.4898 19.9894 21.0761 20.541 20.5254C21.0927 19.9746 21.5071 19.301 21.751 18.5605C21.7633 18.5232 21.7668 18.4832 21.7607 18.4443C21.7546 18.4055 21.739 18.3687 21.7158 18.3369C21.6925 18.3061 21.6625 18.281 21.6279 18.2637C21.5932 18.2463 21.5544 18.2375 21.5156 18.2373H18.5Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18337_5\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n", Wr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6244 0.00716485 23.9928 5.37555 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM15.787 17.283C16.1974 17.6474 16.8231 17.6199 17.2 17.221C17.379 17.0249 17.4726 16.7666 17.4602 16.5013C17.4479 16.2361 17.3305 15.9866 17.134 15.808L12.5 11.56V6.5C12.5 5.94772 12.0523 5.5 11.5 5.5C10.9477 5.5 10.5 5.94772 10.5 6.5V12C10.501 12.2808 10.62 12.5483 10.828 12.737L15.787 17.283Z\" fill=\"currentColor\"/>\n</svg>\n", Gr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5 1.5H1.5C1.10218 1.5 0.720644 1.65804 0.43934 1.93934C0.158035 2.22064 0 2.60218 0 3L0 16.5C0 16.8978 0.158035 17.2794 0.43934 17.5607C0.720644 17.842 1.10218 18 1.5 18H10.25C10.3163 18 10.3799 18.0263 10.4268 18.0732C10.4737 18.1201 10.5 18.1837 10.5 18.25V20.25C10.5 20.3163 10.4737 20.3799 10.4268 20.4268C10.3799 20.4737 10.3163 20.5 10.25 20.5H7C6.73478 20.5 6.48043 20.6054 6.29289 20.7929C6.10536 20.9804 6 21.2348 6 21.5C6 21.7652 6.10536 22.0196 6.29289 22.2071C6.48043 22.3946 6.73478 22.5 7 22.5H17C17.2652 22.5 17.5196 22.3946 17.7071 22.2071C17.8946 22.0196 18 21.7652 18 21.5C18 21.2348 17.8946 20.9804 17.7071 20.7929C17.5196 20.6054 17.2652 20.5 17 20.5H13.75C13.6837 20.5 13.6201 20.4737 13.5732 20.4268C13.5263 20.3799 13.5 20.3163 13.5 20.25V18.25C13.5 18.1837 13.5263 18.1201 13.5732 18.0732C13.6201 18.0263 13.6837 18 13.75 18H22.5C22.8978 18 23.2794 17.842 23.5607 17.5607C23.842 17.2794 24 16.8978 24 16.5V3C24 2.60218 23.842 2.22064 23.5607 1.93934C23.2794 1.65804 22.8978 1.5 22.5 1.5ZM21 15.5H3C2.86739 15.5 2.74021 15.4473 2.64645 15.3536C2.55268 15.2598 2.5 15.1326 2.5 15V4.5C2.5 4.36739 2.55268 4.24021 2.64645 4.14645C2.74021 4.05268 2.86739 4 3 4H21C21.1326 4 21.2598 4.05268 21.3536 4.14645C21.4473 4.24021 21.5 4.36739 21.5 4.5V15C21.5 15.1326 21.4473 15.2598 21.3536 15.3536C21.2598 15.4473 21.1326 15.5 21 15.5Z\" fill=\"currentColor\"/>\n</svg>\n", Kr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.227 16.626C22.5957 16.3995 23.0537 16.3994 23.4223 16.626C23.7909 16.8526 24.0117 17.2702 23.9995 17.7158V19.5898C23.9974 21.8174 22.2648 23.6227 20.1265 23.625H4.83348C2.69505 23.6228 0.961576 21.8174 0.959459 19.5898V17.7158C0.947315 17.2701 1.16897 16.8526 1.53758 16.626C1.90626 16.3993 2.36419 16.3994 2.7329 16.626C3.10157 16.8526 3.32317 17.2701 3.31102 17.7158V19.5898C3.31208 20.4653 3.99306 21.1747 4.83348 21.1758H20.1265C20.9668 21.1746 21.6479 20.4653 21.6489 19.5898V17.7158C21.6368 17.2701 21.8584 16.8526 22.227 16.626Z\" fill=\"currentColor\"/>\n<path d=\"M12.48 0.378906C12.7489 0.378937 13.0054 0.495454 13.189 0.700195L17.8931 6.32812C18.1351 6.61759 18.1923 7.02763 18.0395 7.37695C17.8867 7.72611 17.5524 7.95041 17.1841 7.9502H14.6001C14.4677 7.95043 14.3608 8.06227 14.3608 8.2002V17.3633C14.3607 18.445 13.5185 19.3222 12.48 19.3223C11.4414 19.3223 10.5993 18.4451 10.5991 17.3633V8.20117C10.5991 8.0631 10.4914 7.95117 10.3589 7.95117H7.77587C7.4089 7.95012 7.07581 7.7266 6.92333 7.37891C6.77086 7.03117 6.82734 6.62263 7.06688 6.33301L11.77 0.700195C11.9536 0.495394 12.211 0.378906 12.48 0.378906Z\" fill=\"currentColor\"/>\n</svg>\n", qr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 9.99997C13.1048 10.0002 14.0004 10.8956 14.0004 12C14.0004 13.1044 13.1048 13.9997 12.0004 14C10.8959 14 10.0005 13.1045 10.0004 12C10.0004 10.8954 10.8959 9.99997 12.0004 9.99997Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9995 4.59958C16.3994 4.53758 20.7871 7.61345 23.4321 10.5234C24.1834 11.3615 24.1845 12.6309 23.435 13.4707C20.818 16.3507 16.4939 19.4003 12.1469 19.4004H11.8393C7.50731 19.4004 3.18183 16.3506 0.56783 13.4716C-0.182719 12.6323 -0.182814 11.3627 0.56783 10.5234C3.21277 7.61457 7.59973 4.53678 11.9995 4.59958ZM11.9995 7.40036C9.45915 7.40058 7.39986 9.45959 7.39986 12C7.3999 14.5403 9.45917 16.5994 11.9995 16.5996C14.54 16.5996 16.6 14.5404 16.6001 12C16.6001 9.45946 14.54 7.40036 11.9995 7.40036Z\" fill=\"currentColor\"/>\n</svg>\n", Jr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 8C14.209 8 15.9998 9.79086 15.9998 12C15.9998 14.2091 14.209 16 11.9998 16C9.79073 16 7.99983 14.2091 7.99983 12C8.00191 11.7257 8.03507 11.4522 8.09944 11.1855C8.11934 11.1022 8.18146 11.0346 8.26253 11.0068C8.34352 10.9793 8.43314 10.9952 8.49983 11.0488C9.26306 11.6727 10.3682 11.6454 11.0994 10.9844C11.8305 10.3233 11.9684 9.22733 11.4246 8.40527C11.3766 8.33255 11.3707 8.23987 11.408 8.16113C11.4455 8.08237 11.5215 8.02821 11.6082 8.01953C11.7383 8.00632 11.8691 8.00009 11.9998 8Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9998 4C12.1998 4 12.3889 3.99973 12.5838 4.01172C16.5938 4.19972 20.4626 6.77009 23.0916 9.66504C24.3018 10.9854 24.3026 13.0116 23.0936 14.333C21.8863 15.6622 17.5275 20 12.1278 20H11.8719C6.47099 20 2.1131 15.6621 0.908035 14.333C-0.301702 13.0118 -0.301702 10.9853 0.908035 9.66406C0.958014 9.60909 1.00845 9.55398 1.05843 9.5C3.87638 6.47014 7.74699 4.03404 11.9998 4ZM11.9998 6C8.33187 5.91505 4.75157 8.39977 2.3846 11.0107C1.8775 11.5726 1.8775 12.4275 2.3846 12.9893C2.49253 13.1085 2.60244 13.2259 2.7137 13.3418C5.15967 15.8898 8.36988 17.915 11.9998 18C12.3243 18.004 12.6488 17.989 12.9715 17.9551C16.2935 17.6421 19.4441 15.3753 21.6141 12.9873C22.1227 12.4261 22.1239 11.5706 21.617 11.0078C20.8652 10.1809 20.0385 9.42534 19.1473 8.75098C18.1041 7.948 16.9608 7.28388 15.7469 6.77441C14.5641 6.26245 13.2887 5.99859 11.9998 6Z\" fill=\"currentColor\"/>\n</svg>\n", Yr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4858 1.53969C21.7369 1.27983 22.1089 1.17578 22.4585 1.26723C22.8081 1.35874 23.0808 1.63244 23.1723 1.98207C23.2637 2.33156 23.1597 2.70276 22.8999 2.95375L18.8999 6.94887C20.488 7.95077 21.9341 9.1622 23.1997 10.5495C23.9407 11.3722 23.9443 12.6205 23.2075 13.4469C20.6455 16.2629 16.4117 19.2467 12.1557 19.2467H11.8559C10.3716 19.2209 8.90694 18.9022 7.54636 18.3082L3.39988 22.4538C3.06261 22.7898 2.53523 22.842 2.13913 22.5778C1.74306 22.3135 1.58825 21.8063 1.76902 21.3659C1.77316 21.3618 1.77804 21.3595 1.78269 21.3571C1.78684 21.3549 1.79169 21.3525 1.79538 21.3493L21.2954 1.84926C21.3748 1.76703 21.4339 1.66729 21.4682 1.55824L21.4858 1.53969ZM15.9262 10.07C15.8452 10.0566 15.762 10.0836 15.7046 10.1422L10.145 15.7008C10.0869 15.7586 10.0602 15.8416 10.0737 15.9225C10.0873 16.0032 10.1397 16.0723 10.2134 16.108C11.1868 16.5553 12.2922 16.6235 13.313 16.2985C14.7502 15.8442 15.872 14.7116 16.313 13.2702C16.6246 12.2598 16.5528 11.1696 16.1118 10.2086C16.0761 10.135 16.007 10.0833 15.9262 10.07Z\" fill=\"currentColor\"/>\n<path d=\"M11.9995 4.74965C13.0993 4.74344 14.1935 4.91162 15.2407 5.2477C15.3244 5.27527 15.3882 5.34457 15.4087 5.43031C15.429 5.51596 15.4034 5.60627 15.3413 5.66859L13.3999 7.61098C13.3371 7.67377 13.245 7.69801 13.1596 7.67348C12.7828 7.56282 12.3922 7.50376 11.9995 7.49965C9.5145 7.49985 7.49969 9.51466 7.49949 11.9996C7.50506 12.3925 7.56505 12.783 7.67624 13.1598C7.70103 13.2449 7.67715 13.3371 7.61472 13.4L4.5698 16.4498C4.48231 16.5368 4.34509 16.5493 4.24363 16.4791C2.99161 15.5963 1.83929 14.58 0.806126 13.4489C0.0580952 12.626 0.0610794 11.3688 0.812962 10.5495C3.39988 7.70054 7.69961 4.69183 11.9995 4.74965Z\" fill=\"currentColor\"/>\n</svg>\n", Xr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3035 2.15044C22.655 1.79897 23.2255 1.79897 23.577 2.15044C23.9282 2.50186 23.9282 3.07146 23.577 3.42291L20.0633 6.9356C21.1849 7.75686 22.2083 8.69244 23.0916 9.66509C24.3018 10.9855 24.3026 13.0116 23.0936 14.3331C21.8863 15.6623 17.5275 20.0001 12.1278 20.0001H11.8719C10.4239 20 9.05119 19.6872 7.79377 19.2051L3.63654 23.3633C3.28507 23.7148 2.71457 23.7148 2.3631 23.3633C2.01208 23.0119 2.01205 22.4423 2.3631 22.0909L9.40802 15.045C8.54701 14.3113 7.99983 13.2199 7.99982 12.0001C7.99982 11.7294 8.0267 11.4646 8.07795 11.209C8.11057 11.0471 8.2775 10.9561 8.44123 10.9786C8.54213 10.9924 8.64511 11 8.74982 11.0001C9.99245 11.0001 10.9998 9.99268 10.9998 8.75005C10.9998 8.64511 10.9932 8.54161 10.9793 8.44048C10.9569 8.27673 11.0477 8.11067 11.2098 8.07818C11.4652 8.02699 11.7294 8.00008 11.9998 8.00005C13.2197 8.00005 14.3111 8.54721 15.0447 9.40826L22.3035 2.15044ZM15.8973 11.1016C15.9636 11.3905 15.9998 11.691 15.9998 12.0001C15.9998 14.2092 14.2089 16.0001 11.9998 16.0001C11.6908 16 11.3903 15.9639 11.1014 15.8975L9.39533 17.6036C10.2345 17.8394 11.1043 17.9791 11.9998 18.0001C12.3243 18.004 12.6488 17.9891 12.9715 17.9551C16.2934 17.6421 19.4441 15.3753 21.6141 12.9874C22.1227 12.4262 22.1239 11.5706 21.617 11.0079C20.8652 10.1809 20.0385 9.42539 19.1473 8.75103C18.9773 8.62019 18.8039 8.49359 18.6287 8.37017L15.8973 11.1016Z\" fill=\"currentColor\"/>\n<path d=\"M11.9998 4.00005C12.1998 4.00005 12.3889 3.99978 12.5838 4.01177C14.1749 4.08637 15.7444 4.53632 17.2225 5.23248L15.7 6.75396C14.5304 6.25523 13.2716 5.99866 11.9998 6.00005C8.33186 5.91511 4.75156 8.39982 2.38459 11.0108C1.87752 11.5726 1.87748 12.4275 2.38459 12.9893C2.49252 13.1086 2.60242 13.2259 2.71369 13.3419C3.75913 14.4309 4.9443 15.4246 6.24201 16.212L4.8006 17.6544C2.8938 16.4064 1.50886 14.9957 0.908023 14.3331C-0.301705 13.0118 -0.30169 10.9854 0.908023 9.66412C0.958 9.60914 1.00844 9.55403 1.05841 9.50005C3.87637 6.47018 7.74696 4.03409 11.9998 4.00005Z\" fill=\"currentColor\"/>\n</svg>\n", Zr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.582 4.986C23.5287 4.81963 23.3926 4.69309 23.2227 4.65222C23.0529 4.61134 22.8741 4.66206 22.751 4.786L19.194 8.341C19.0887 8.44612 18.9421 8.4989 18.794 8.485L16.2 8.249C15.9597 8.22735 15.7692 8.03722 15.747 7.797L15.513 5.2C15.4993 5.05173 15.5525 4.9051 15.658 4.8L19.216 1.242C19.3394 1.11888 19.3898 0.940355 19.349 0.770861C19.3081 0.601367 19.1819 0.465386 19.016 0.412004C16.4788 -0.333276 13.7374 0.3759 11.88 2.258C9.90368 4.21835 9.2798 7.1649 10.292 9.758C10.3685 9.93933 10.3291 10.1488 10.192 10.29L0.911966 19.563C0.145414 20.2983 -0.0926626 21.4279 0.311966 22.41C0.649883 23.1591 1.33256 23.6957 2.14024 23.8471C2.94791 23.9986 3.77863 23.7458 4.36497 23.17L13.7 13.834C13.8415 13.6976 14.0506 13.6583 14.232 13.734C16.8205 14.7553 19.7684 14.1397 21.732 12.168C23.6248 10.2977 24.3357 7.538 23.582 4.986Z\" fill=\"currentColor\"/>\n</svg>\n", Qr = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.582 4.98594C23.5287 4.81957 23.3926 4.69303 23.2227 4.65216C23.0529 4.61128 22.8741 4.662 22.751 4.78594L19.194 8.34094C19.0887 8.44606 18.9421 8.49884 18.794 8.48494L16.2 8.24894C15.9597 8.22729 15.7692 8.03716 15.747 7.79694L15.513 5.19994C15.4993 5.05167 15.5525 4.90503 15.658 4.79994L19.216 1.24194C19.3394 1.11882 19.3898 0.940294 19.349 0.7708C19.3081 0.601305 19.1819 0.465325 19.016 0.411943C16.4788 -0.333337 13.7374 0.375839 11.88 2.25794C9.90368 4.21829 9.2798 7.16484 10.292 9.75794C10.3685 9.93927 10.3291 10.1488 10.192 10.2899L0.911966 19.5629C0.145414 20.2982 -0.0926626 21.4279 0.311966 22.4099C0.649883 23.159 1.33256 23.6956 2.14024 23.8471C2.94791 23.9985 3.77863 23.7457 4.36497 23.1699L13.7 13.8339C13.8415 13.6975 14.0506 13.6582 14.232 13.7339C16.8205 14.7552 19.7684 14.1397 21.732 12.1679C23.6248 10.2977 24.3357 7.53794 23.582 4.98594Z\" fill=\"currentColor\"/>\n</svg>\n", $r = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0398 6.72509C11.57 6.72509 11.9998 7.15486 11.9998 7.68505V10.0845H14.4002C14.9302 10.0845 15.3599 10.5145 15.3601 11.0444C15.3601 11.5746 14.9303 12.0053 14.4002 12.0054H11.9998V14.4048C11.9998 14.935 11.57 15.3647 11.0398 15.3647C10.5097 15.3646 10.0799 14.9349 10.0799 14.4048V12.0054H7.68046C7.15026 12.0054 6.72049 11.5746 6.72049 11.0444C6.72074 10.5144 7.15041 10.0845 7.68046 10.0845H10.0799V7.68505C10.0799 7.15492 10.5097 6.7252 11.0398 6.72509Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.90799 3.88525C7.58744 0.212317 13.456 -0.0630846 17.4637 3.24853C21.4713 6.56059 22.3066 12.3765 19.3924 16.6821L23.4373 20.727C24.1836 21.4762 24.1835 22.6878 23.4373 23.437C22.6818 24.1725 21.4779 24.1725 20.7224 23.437L16.6775 19.3921C12.3668 22.2987 6.5528 21.4534 3.24784 17.4399C-0.0570006 13.4264 0.228449 7.5583 3.90799 3.88525ZM11.0398 2.88427C6.53566 2.88973 2.88518 6.54027 2.87967 11.0444C2.87967 15.551 6.53334 19.2044 11.0398 19.2046C15.5465 19.2046 19.2 15.5511 19.2 11.0444C19.1998 6.53796 15.5463 2.88427 11.0398 2.88427Z\" fill=\"currentColor\"/>\n</svg>\n", ei = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0001 10.0801C14.5524 10.0802 15.0001 10.5099 15.0001 11.0401C15.0001 11.5702 14.5523 11.9999 14.0001 12H7.00014C6.44788 12 6.00018 11.5702 6.00014 11.0401C6.00014 10.5099 6.44786 10.0801 7.00014 10.0801H14.0001Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.08315 3.90138C6.91126 0.23184 13.0174 -0.0451791 17.1886 3.26173C21.3598 6.56911 22.2307 12.3784 19.2003 16.6807L23.4142 20.7266C24.1912 21.4758 24.1914 22.6874 23.4142 23.4365C22.6282 24.174 21.3722 24.1739 20.5861 23.4365L16.3722 19.3916C11.8864 22.2951 5.83603 21.4515 2.39663 17.4424C-1.04243 13.4333 -0.745016 7.57122 3.08315 3.90138ZM10.5001 2.87989C5.80825 2.88528 2.00592 6.53588 2.00014 11.0401C2.00031 15.5465 5.80591 19.2001 10.5001 19.2002C15.1944 19.2001 19 15.5465 19.0001 11.0401C18.9999 6.5337 15.1943 2.88001 10.5001 2.87989Z\" fill=\"currentColor\"/>\n</svg>\n", ti = {
|
|
6
|
+
callBackRequest: "Call back request.svg",
|
|
7
|
+
clipboard: "Clipboard.svg",
|
|
8
|
+
messages: "Messages.svg",
|
|
9
|
+
newMessage: "New message.svg",
|
|
10
|
+
expandLeft: "Expand 1.svg",
|
|
11
|
+
externalCloseLeft: "External Close-Left.svg",
|
|
12
|
+
externalCloseRight: "External Close-Right.svg",
|
|
13
|
+
externalOpenLeft: "External Open-Left.svg",
|
|
14
|
+
externalOpenRight: "External Open-Right.svg",
|
|
15
|
+
filterAllDigital: "Filter All-Digital.svg",
|
|
16
|
+
filterDigital: "Filter-Digital.svg",
|
|
17
|
+
moreOptionHorizontal1: "More Option - Horizontal 1.svg",
|
|
18
|
+
moreOptionHorizontal2: "More Option - Horizontal 2.svg",
|
|
19
|
+
moreOptionVertical1: "More Option - Vertical 1.svg",
|
|
20
|
+
moreOptionVertical2: "More Option - Vertical 2.svg",
|
|
21
|
+
navigationMenuVertical: "navigation-menu-vertical 1.svg",
|
|
22
|
+
drawerOpen: "drawer-open.svg",
|
|
23
|
+
shrink: "Shrink.svg",
|
|
24
|
+
inProgress: "In Progress.svg",
|
|
25
|
+
taskListUpload: "Task-list-upload-1.svg",
|
|
26
|
+
patientList: "Patient List.svg",
|
|
27
|
+
patient: "Patient.svg",
|
|
28
|
+
scheduling: "Scheduling.svg",
|
|
29
|
+
runningMan: "Running man.svg",
|
|
30
|
+
tableColumnReorderActive: "Table Column Reorder - Active.svg",
|
|
31
|
+
tableColumnReorderNormal: "Table Column Reorder - Normal.svg",
|
|
32
|
+
tableRowReorderActive: "Table Row Reorder - Active.svg",
|
|
33
|
+
tableRowReorderNormal: "Table Row Reorder - Normal.svg",
|
|
34
|
+
prescription: "Prescription-Rx.svg",
|
|
35
|
+
pushPin: "Push Pin.svg",
|
|
36
|
+
robot: "Robot.svg",
|
|
37
|
+
medicalFile: "medical-file 1.svg",
|
|
38
|
+
medicalFolder: "medical-folder 1.svg",
|
|
39
|
+
medicalInstrumentAmbulanceBed: "medical-instrument-ambulance-bed 1.svg",
|
|
40
|
+
medicalNotes: "medical-notes 3.svg",
|
|
41
|
+
hospitalShield: "hospital-shield.svg",
|
|
42
|
+
drugsBox: "drugs-box 1.svg",
|
|
43
|
+
add: "add 1.svg",
|
|
44
|
+
addCircleAlternate: "add-circle-alternate 1.svg",
|
|
45
|
+
addCircleBold: "add-circle-bold 1.svg",
|
|
46
|
+
addCircle1: "addCircle1.svg",
|
|
47
|
+
alarmBell: "alarm-bell-1 1.svg",
|
|
48
|
+
alarmBellOff: "alarm-bell-off 1.svg",
|
|
49
|
+
alarmBellRing: "alarm-bell-ring-1 1.svg",
|
|
50
|
+
alarmBellTimer: "alarm-bell-timer-1 1.svg",
|
|
51
|
+
alertCircle: "alert-circle 1.svg",
|
|
52
|
+
alertTriangle: "alert-triangle 2.svg",
|
|
53
|
+
analyticsGraphBar: "analytics-graph-bar 2.svg",
|
|
54
|
+
arrowButtonDown: "arrow-button-down-2 2.svg",
|
|
55
|
+
arrowButtonLeft1: "arrow-button-left-1.svg",
|
|
56
|
+
arrowButtonLeft2: "arrow-button-left-2.svg",
|
|
57
|
+
arrowButtonRight1: "arrow-button-right-1 2.svg",
|
|
58
|
+
arrowButtonRight2: "arrow-button-right-2.svg",
|
|
59
|
+
arrowButtonUp: "arrow-button-up-2.svg",
|
|
60
|
+
arrowDown1: "arrow-down-1 1.svg",
|
|
61
|
+
arrowDown: "arrow-down.svg",
|
|
62
|
+
arrowLeft1: "arrow-left-1 3.svg",
|
|
63
|
+
arrowLeft: "arrow-left.svg",
|
|
64
|
+
arrowRight1: "arrow-right-1 2.svg",
|
|
65
|
+
arrowRight: "arrow-right.svg",
|
|
66
|
+
arrowUp1: "arrow-up-1 4.svg",
|
|
67
|
+
arrowUp: "arrow-up.svg",
|
|
68
|
+
arrowThickCircleDown: "arrow-thick-circle-down.svg",
|
|
69
|
+
arrowThickCircleLeft: "arrow-thick-circle-left.svg",
|
|
70
|
+
arrowThickCircleRight: "arrow-thick-circle-right.svg",
|
|
71
|
+
arrowThickCircleUp: "arrow-thick-circle-up.svg",
|
|
72
|
+
arrowThickDown: "arrow-thick-down-2.svg",
|
|
73
|
+
arrowThickUp: "arrow-thick-up-2.svg",
|
|
74
|
+
attachment: "attachment.svg",
|
|
75
|
+
bin: "bin 1.svg",
|
|
76
|
+
bookFlipPage: "book-flip-page.svg",
|
|
77
|
+
bookmarks: "bookmarks-1 1.svg",
|
|
78
|
+
bookmarksAlt: "bookmarks-1 3.svg",
|
|
79
|
+
commonFileText: "common-file-text 2.svg",
|
|
80
|
+
commonFileTextSearch: "common-file-text-search.svg",
|
|
81
|
+
commonFileUpload: "common-file-upload.svg",
|
|
82
|
+
officeFileSheet: "office-file-sheet.svg",
|
|
83
|
+
officeFileXls1: "office-file-xls-1.svg",
|
|
84
|
+
officeFileXls: "office-file-xls.svg",
|
|
85
|
+
requestFormIcon: "request-form-icon.svg",
|
|
86
|
+
appWindow: "app-window-1 1.svg",
|
|
87
|
+
appWindowMultiple: "app-window-multiple 1.svg",
|
|
88
|
+
archiveBooks: "archive-books 1.svg",
|
|
89
|
+
buttonPlayAlternate: "button-play-alternate 1.svg",
|
|
90
|
+
buttonRefreshArrow: "button-refresh-arrow 1.svg",
|
|
91
|
+
buttonRefreshArrows: "button-refresh-arrows 2.svg",
|
|
92
|
+
buttonStopAlternate: "button-stop-alternate 1.svg",
|
|
93
|
+
buttonSyncing: "button-syncing.svg",
|
|
94
|
+
answerMachinePaper: "answer-machine-paper 1.svg",
|
|
95
|
+
calendar: "calendar-3 2.svg",
|
|
96
|
+
timeClock: "time-clock-circle.svg",
|
|
97
|
+
phoneActionsClock: "phone-actions-clock-1.svg",
|
|
98
|
+
check1: "check-1 1.svg",
|
|
99
|
+
check2: "check-2 1.svg",
|
|
100
|
+
checkCircle1: "check-circle-1 1.svg",
|
|
101
|
+
checkCircle1Alternate: "check-circle-1-alternate 1.svg",
|
|
102
|
+
close: "close 1.svg",
|
|
103
|
+
cog: "cog.svg",
|
|
104
|
+
wrench: "wrench.svg",
|
|
105
|
+
cursor: "cursor.svg",
|
|
106
|
+
singleNeutralActionsSetting: "single-neutral-actions-setting.svg",
|
|
107
|
+
singleNeutralActionsUpDown: "single-neutral-actions-up-down.svg",
|
|
108
|
+
dataTransferVertical: "data-transfer-vertical 1.svg",
|
|
109
|
+
database: "database-2 1.svg",
|
|
110
|
+
databaseAlternate: "database-2-alternate 1.svg",
|
|
111
|
+
searchAlternate: "search-alternate.svg",
|
|
112
|
+
searchNoResult: "searchNoResult.svg",
|
|
113
|
+
diagramSplitHorizontal: "diagram-split-horizontal 2.svg",
|
|
114
|
+
downloadBottom: "download-bottom.svg",
|
|
115
|
+
uploadTop: "common-file-upload.svg",
|
|
116
|
+
uploadBottom: "upload-bottom.svg",
|
|
117
|
+
currencyDollarCircle: "currency-dollar-circle.svg",
|
|
118
|
+
shoppingCartEmpty: "shopping-cart-empty-1 1.svg",
|
|
119
|
+
officeWorkWireless: "office-work-wireless.svg",
|
|
120
|
+
envelope: "envelope 2.svg",
|
|
121
|
+
emailActionWarning: "email-action-warning 2.svg",
|
|
122
|
+
phoneActionsRecord: "phone-actions-record.svg",
|
|
123
|
+
phoneActionsRemove: "phone-actions-remove-1.svg",
|
|
124
|
+
phoneActionsVoiceMail: "phone-actions-voice-mail.svg",
|
|
125
|
+
layoutColumn: "layout-column 1.svg",
|
|
126
|
+
layoutDashboard: "layout-dashboard 1.svg",
|
|
127
|
+
layoutHeadline: "layout-headline 1.svg",
|
|
128
|
+
layoutModule: "layout-module 1.svg",
|
|
129
|
+
layoutModule1: "layout-module-1 1.svg",
|
|
130
|
+
layoutRightOpen: "layout-right 1 - Open.svg",
|
|
131
|
+
layoutRightClose: "layout-right 2 - Close.svg",
|
|
132
|
+
listBullets: "list-bullets 3.svg",
|
|
133
|
+
picturStackLandscape: "picture-stack-landscape.svg",
|
|
134
|
+
tvFlatScreen: "tv-flat-screen 1.svg",
|
|
135
|
+
view1: "view-1.svg",
|
|
136
|
+
view2: "view-2.svg",
|
|
137
|
+
viewOff1: "view-off-1.svg",
|
|
138
|
+
viewOff2: "view-off-2.svg",
|
|
139
|
+
scrollVertical: "scroll-vertical-1 1.svg",
|
|
140
|
+
informationCircle: "information-circle 2.svg",
|
|
141
|
+
questionCircle: "question-circle 2.svg",
|
|
142
|
+
pencil: "pencil-1 1.svg",
|
|
143
|
+
pencilWrite: "pencil-write-1-alternate 1.svg",
|
|
144
|
+
moveToBottom: "move-to-bottom 1.svg",
|
|
145
|
+
multipleActionsUpDown: "multiple-actions-up-down 1.svg",
|
|
146
|
+
multipleNeutral: "multiple-neutral-1 3.svg",
|
|
147
|
+
singleNeutralCircle: "single-neutral-circle 1.svg",
|
|
148
|
+
printText: "print-text 1.svg",
|
|
149
|
+
ratingStarStar: "rating-star 1.svg",
|
|
150
|
+
removeCircleAlternate: "remove-circle-alternate 1.svg",
|
|
151
|
+
removeCircleBold: "remove-circle-bold 2.svg",
|
|
152
|
+
subtractCircleAlternate: "subtract-circle-alternate.svg",
|
|
153
|
+
subtractCircle1: "subtractCircle1.svg",
|
|
154
|
+
takingPicturesCircleAlternate: "taking-pictures-circle-alternate.svg",
|
|
155
|
+
taskChecklistCheck: "task-checklist-check.svg",
|
|
156
|
+
taskListMultiple: "task-list-multiple.svg",
|
|
157
|
+
taskListTextAlternate: "task-list-text-alternate 1.svg",
|
|
158
|
+
locationTarget: "location-target.svg",
|
|
159
|
+
hierarchy: "hierarchy.svg",
|
|
160
|
+
styleThreePinNavigation: "style-three-pin-navigation-location-1.svg",
|
|
161
|
+
styleThreePinHospital: "style-three-pin-hospital 2.svg",
|
|
162
|
+
lock: "lock-4.svg",
|
|
163
|
+
logout: "logout-1-alternate.svg",
|
|
164
|
+
house: "house-2 1.svg",
|
|
165
|
+
houseAlternate: "house-2-alternate 1.svg",
|
|
166
|
+
folderEmpty: "folder-empty-1-alternate.svg",
|
|
167
|
+
expand: "expand-5 1.svg",
|
|
168
|
+
expandHorizontal: "expand-horizontal-left-right.svg",
|
|
169
|
+
notesPaperText: "notes-paper-text 1.svg",
|
|
170
|
+
skull: "skull-2.svg",
|
|
171
|
+
filter: "filter-2.svg",
|
|
172
|
+
placeholder: "00_Placeholder.svg",
|
|
173
|
+
arrowCustomDropdownDown: "Arrow - Custom Dropdown - Down.svg",
|
|
174
|
+
arrowCustomDropdownUp: "Arrow - Custom Dropdown - Up.svg",
|
|
175
|
+
buttonLoading: "Button Loading.svg",
|
|
176
|
+
buttonPause: "button-pause.svg",
|
|
177
|
+
buttonPauseAlternate: "button-pause-alternate.svg",
|
|
178
|
+
addAlt: "add.svg",
|
|
179
|
+
alertTriangleAlt: "alert-triangle 2-alt.svg",
|
|
180
|
+
appWindowExpand: "app-window-expand-1.svg",
|
|
181
|
+
cursorHandAlternate: "cursor-hand-1-alternate.svg",
|
|
182
|
+
expandFull: "expand-full.svg",
|
|
183
|
+
expandHorizontal4: "expand-horizontal-4.svg",
|
|
184
|
+
fileCopyrightUser: "file-copyright-user.svg",
|
|
185
|
+
floppyDisk: "floppy-disk.svg",
|
|
186
|
+
keyboardArrowReturn: "keyboard-arrow-return.svg",
|
|
187
|
+
lock1: "lock-1.svg",
|
|
188
|
+
navigationMenuHorizontal: "navigation-menu-horizontal-1 1.svg",
|
|
189
|
+
officeFilePdf: "office-file-pdf-1.svg",
|
|
190
|
+
passwordLock: "password-lock.svg",
|
|
191
|
+
presentationProjectorScreenClock: "presentation-projector-screen-clock.svg",
|
|
192
|
+
programmingCode: "programming-code.svg",
|
|
193
|
+
questionAlt: "question - alt.svg",
|
|
194
|
+
ratingStarOutline: "rating-star-outline 1.svg",
|
|
195
|
+
readEmailLaptop: "read-email-laptop.svg",
|
|
196
|
+
robotIcon: "robot.svg",
|
|
197
|
+
sorting: "Sorting.svg",
|
|
198
|
+
wench: "wench.svg",
|
|
199
|
+
zoomIn: "zoom-in-1.svg",
|
|
200
|
+
zoomOut: "zoom-out-1.svg",
|
|
201
|
+
bookmarksList: "bookmarks List.svg",
|
|
202
|
+
bookmarksAdd: "bookmarks-Add.svg",
|
|
203
|
+
bookmarksDelete: "bookmarks-Delete.svg",
|
|
204
|
+
diagramAllDirectionExpand: "diagram-all-direction-expand.svg",
|
|
205
|
+
commonFileTextQuestion: "common-file-text-question.svg",
|
|
206
|
+
commonFileTextWarning: "common-file-text-warning.svg",
|
|
207
|
+
downloadButtonAlternate: "download-button-alternate.svg",
|
|
208
|
+
expand1: "expand-1.svg"
|
|
209
|
+
}, ni = /* @__PURE__ */ Object.assign({
|
|
210
|
+
"../assets/icons/individual/00_Placeholder.svg": fe,
|
|
211
|
+
"../assets/icons/individual/Arrow - Custom Dropdown - Down.svg": pe,
|
|
212
|
+
"../assets/icons/individual/Arrow - Custom Dropdown - Up.svg": me,
|
|
213
|
+
"../assets/icons/individual/Button Loading.svg": he,
|
|
214
|
+
"../assets/icons/individual/Call back request.svg": ge,
|
|
215
|
+
"../assets/icons/individual/Clipboard.svg": _e,
|
|
216
|
+
"../assets/icons/individual/Expand 1.svg": ve,
|
|
217
|
+
"../assets/icons/individual/External Close-Left.svg": ye,
|
|
218
|
+
"../assets/icons/individual/External Close-Right.svg": be,
|
|
219
|
+
"../assets/icons/individual/External Open-Left.svg": xe,
|
|
220
|
+
"../assets/icons/individual/External Open-Right.svg": Se,
|
|
221
|
+
"../assets/icons/individual/Filter All-Digital.svg": Ce,
|
|
222
|
+
"../assets/icons/individual/Filter-Digital.svg": we,
|
|
223
|
+
"../assets/icons/individual/In Progress.svg": Te,
|
|
224
|
+
"../assets/icons/individual/Messages.svg": Ee,
|
|
225
|
+
"../assets/icons/individual/More Option - Horizontal 1.svg": De,
|
|
226
|
+
"../assets/icons/individual/More Option - Horizontal 2.svg": Oe,
|
|
227
|
+
"../assets/icons/individual/More Option - Vertical 1.svg": ke,
|
|
228
|
+
"../assets/icons/individual/More Option - Vertical 2.svg": Ae,
|
|
229
|
+
"../assets/icons/individual/New message.svg": je,
|
|
230
|
+
"../assets/icons/individual/Patient List.svg": Me,
|
|
231
|
+
"../assets/icons/individual/Patient.svg": Ne,
|
|
232
|
+
"../assets/icons/individual/Prescription-Rx.svg": Pe,
|
|
233
|
+
"../assets/icons/individual/Push Pin.svg": Fe,
|
|
234
|
+
"../assets/icons/individual/Running man.svg": Ie,
|
|
235
|
+
"../assets/icons/individual/Scheduling.svg": Le,
|
|
236
|
+
"../assets/icons/individual/Shrink.svg": Re,
|
|
237
|
+
"../assets/icons/individual/Sorting.svg": ze,
|
|
238
|
+
"../assets/icons/individual/Table Column Reorder - Active.svg": Be,
|
|
239
|
+
"../assets/icons/individual/Table Column Reorder - Normal.svg": Ve,
|
|
240
|
+
"../assets/icons/individual/Table Row Reorder - Active.svg": He,
|
|
241
|
+
"../assets/icons/individual/Table Row Reorder - Normal.svg": Ue,
|
|
242
|
+
"../assets/icons/individual/Task-list-upload-1.svg": We,
|
|
243
|
+
"../assets/icons/individual/add 1.svg": Ge,
|
|
244
|
+
"../assets/icons/individual/add-circle-alternate 1.svg": Ke,
|
|
245
|
+
"../assets/icons/individual/add-circle-bold 1.svg": qe,
|
|
246
|
+
"../assets/icons/individual/add.svg": Je,
|
|
247
|
+
"../assets/icons/individual/addCircle1.svg": Ye,
|
|
248
|
+
"../assets/icons/individual/alarm-bell-1 1.svg": Xe,
|
|
249
|
+
"../assets/icons/individual/alarm-bell-off 1.svg": Ze,
|
|
250
|
+
"../assets/icons/individual/alarm-bell-ring-1 1.svg": Qe,
|
|
251
|
+
"../assets/icons/individual/alarm-bell-timer-1 1.svg": $e,
|
|
252
|
+
"../assets/icons/individual/alert-circle 1.svg": et,
|
|
253
|
+
"../assets/icons/individual/alert-triangle 2-alt.svg": tt,
|
|
254
|
+
"../assets/icons/individual/alert-triangle 2.svg": nt,
|
|
255
|
+
"../assets/icons/individual/analytics-graph-bar 2.svg": rt,
|
|
256
|
+
"../assets/icons/individual/answer-machine-paper 1.svg": it,
|
|
257
|
+
"../assets/icons/individual/app-window-1 1.svg": at,
|
|
258
|
+
"../assets/icons/individual/app-window-expand-1.svg": ot,
|
|
259
|
+
"../assets/icons/individual/app-window-multiple 1.svg": st,
|
|
260
|
+
"../assets/icons/individual/archive-books 1.svg": ct,
|
|
261
|
+
"../assets/icons/individual/arrow-button-down-2 2.svg": lt,
|
|
262
|
+
"../assets/icons/individual/arrow-button-left-1.svg": ut,
|
|
263
|
+
"../assets/icons/individual/arrow-button-left-2.svg": dt,
|
|
264
|
+
"../assets/icons/individual/arrow-button-right-1 2.svg": ft,
|
|
265
|
+
"../assets/icons/individual/arrow-button-right-2.svg": pt,
|
|
266
|
+
"../assets/icons/individual/arrow-button-up-2.svg": mt,
|
|
267
|
+
"../assets/icons/individual/arrow-circle-left.svg": ht,
|
|
268
|
+
"../assets/icons/individual/arrow-circle-right.svg": gt,
|
|
269
|
+
"../assets/icons/individual/arrow-down-1 1.svg": _t,
|
|
270
|
+
"../assets/icons/individual/arrow-down.svg": vt,
|
|
271
|
+
"../assets/icons/individual/arrow-left-1 3.svg": yt,
|
|
272
|
+
"../assets/icons/individual/arrow-left.svg": bt,
|
|
273
|
+
"../assets/icons/individual/arrow-right-1 2.svg": xt,
|
|
274
|
+
"../assets/icons/individual/arrow-right.svg": St,
|
|
275
|
+
"../assets/icons/individual/arrow-thick-circle-down.svg": Ct,
|
|
276
|
+
"../assets/icons/individual/arrow-thick-circle-left.svg": wt,
|
|
277
|
+
"../assets/icons/individual/arrow-thick-circle-right.svg": Tt,
|
|
278
|
+
"../assets/icons/individual/arrow-thick-circle-up.svg": Et,
|
|
279
|
+
"../assets/icons/individual/arrow-thick-down-2.svg": Dt,
|
|
280
|
+
"../assets/icons/individual/arrow-thick-up-2.svg": Ot,
|
|
281
|
+
"../assets/icons/individual/arrow-up-1 4.svg": kt,
|
|
282
|
+
"../assets/icons/individual/arrow-up.svg": At,
|
|
283
|
+
"../assets/icons/individual/attachment.svg": jt,
|
|
284
|
+
"../assets/icons/individual/bin 1.svg": Mt,
|
|
285
|
+
"../assets/icons/individual/book-flip-page.svg": Nt,
|
|
286
|
+
"../assets/icons/individual/bookmarks List.svg": Pt,
|
|
287
|
+
"../assets/icons/individual/bookmarks-1 1.svg": Ft,
|
|
288
|
+
"../assets/icons/individual/bookmarks-1 3.svg": It,
|
|
289
|
+
"../assets/icons/individual/bookmarks-Add.svg": Lt,
|
|
290
|
+
"../assets/icons/individual/bookmarks-Delete.svg": Rt,
|
|
291
|
+
"../assets/icons/individual/bookmarks-Rename.svg": zt,
|
|
292
|
+
"../assets/icons/individual/button-pause-alternate.svg": Bt,
|
|
293
|
+
"../assets/icons/individual/button-pause.svg": Vt,
|
|
294
|
+
"../assets/icons/individual/button-play-alternate 1.svg": Ht,
|
|
295
|
+
"../assets/icons/individual/button-refresh-arrow 1.svg": Ut,
|
|
296
|
+
"../assets/icons/individual/button-refresh-arrows 2.svg": Wt,
|
|
297
|
+
"../assets/icons/individual/button-stop-alternate 1.svg": Gt,
|
|
298
|
+
"../assets/icons/individual/button-syncing.svg": Q,
|
|
299
|
+
"../assets/icons/individual/calendar-3 2.svg": Kt,
|
|
300
|
+
"../assets/icons/individual/check-1 1.svg": qt,
|
|
301
|
+
"../assets/icons/individual/check-2 1.svg": Jt,
|
|
302
|
+
"../assets/icons/individual/check-circle-1 1.svg": Yt,
|
|
303
|
+
"../assets/icons/individual/check-circle-1-alternate 1.svg": Xt,
|
|
304
|
+
"../assets/icons/individual/close 1.svg": Zt,
|
|
305
|
+
"../assets/icons/individual/cog.svg": Qt,
|
|
306
|
+
"../assets/icons/individual/common-file-text 2.svg": $t,
|
|
307
|
+
"../assets/icons/individual/common-file-text-question.svg": en,
|
|
308
|
+
"../assets/icons/individual/common-file-text-search.svg": tn,
|
|
309
|
+
"../assets/icons/individual/common-file-text-warning.svg": nn,
|
|
310
|
+
"../assets/icons/individual/common-file-upload.svg": rn,
|
|
311
|
+
"../assets/icons/individual/currency-dollar-circle.svg": an,
|
|
312
|
+
"../assets/icons/individual/cursor-hand-1-alternate.svg": on,
|
|
313
|
+
"../assets/icons/individual/cursor.svg": sn,
|
|
314
|
+
"../assets/icons/individual/data-transfer-vertical 1.svg": cn,
|
|
315
|
+
"../assets/icons/individual/database-2 1.svg": ln,
|
|
316
|
+
"../assets/icons/individual/database-2-alternate 1.svg": un,
|
|
317
|
+
"../assets/icons/individual/diagram-all-direction-expand.svg": dn,
|
|
318
|
+
"../assets/icons/individual/diagram-split-horizontal 2.svg": fn,
|
|
319
|
+
"../assets/icons/individual/download-bottom.svg": pn,
|
|
320
|
+
"../assets/icons/individual/download-button-alternate.svg": mn,
|
|
321
|
+
"../assets/icons/individual/drawer-open.svg": hn,
|
|
322
|
+
"../assets/icons/individual/drugs-box 1.svg": gn,
|
|
323
|
+
"../assets/icons/individual/email-action-warning 2.svg": _n,
|
|
324
|
+
"../assets/icons/individual/envelope 2.svg": vn,
|
|
325
|
+
"../assets/icons/individual/expand-1.svg": yn,
|
|
326
|
+
"../assets/icons/individual/expand-5 1.svg": bn,
|
|
327
|
+
"../assets/icons/individual/expand-full.svg": xn,
|
|
328
|
+
"../assets/icons/individual/expand-horizontal-4.svg": Sn,
|
|
329
|
+
"../assets/icons/individual/expand-horizontal-left-right.svg": Cn,
|
|
330
|
+
"../assets/icons/individual/file-copyright-user.svg": wn,
|
|
331
|
+
"../assets/icons/individual/filter-2.svg": Tn,
|
|
332
|
+
"../assets/icons/individual/floppy-disk.svg": En,
|
|
333
|
+
"../assets/icons/individual/folder-empty-1-alternate.svg": Dn,
|
|
334
|
+
"../assets/icons/individual/hierarchy.svg": On,
|
|
335
|
+
"../assets/icons/individual/hospital-shield.svg": kn,
|
|
336
|
+
"../assets/icons/individual/house-2 1.svg": An,
|
|
337
|
+
"../assets/icons/individual/house-2-alternate 1.svg": jn,
|
|
338
|
+
"../assets/icons/individual/information-circle 1.svg": Mn,
|
|
339
|
+
"../assets/icons/individual/information-circle 2.svg": Nn,
|
|
340
|
+
"../assets/icons/individual/keyboard-arrow-return.svg": Pn,
|
|
341
|
+
"../assets/icons/individual/layout-column 1.svg": Fn,
|
|
342
|
+
"../assets/icons/individual/layout-dashboard 1.svg": In,
|
|
343
|
+
"../assets/icons/individual/layout-headline 1.svg": Ln,
|
|
344
|
+
"../assets/icons/individual/layout-module 1.svg": Rn,
|
|
345
|
+
"../assets/icons/individual/layout-module-1 1.svg": zn,
|
|
346
|
+
"../assets/icons/individual/layout-right 1 - Open.svg": Bn,
|
|
347
|
+
"../assets/icons/individual/layout-right 2 - Close.svg": Vn,
|
|
348
|
+
"../assets/icons/individual/list-bullets 3.svg": Hn,
|
|
349
|
+
"../assets/icons/individual/location-target.svg": Un,
|
|
350
|
+
"../assets/icons/individual/lock-1.svg": Wn,
|
|
351
|
+
"../assets/icons/individual/lock-4.svg": Gn,
|
|
352
|
+
"../assets/icons/individual/logout-1-alternate.svg": Kn,
|
|
353
|
+
"../assets/icons/individual/medical-file 1.svg": qn,
|
|
354
|
+
"../assets/icons/individual/medical-folder 1.svg": Jn,
|
|
355
|
+
"../assets/icons/individual/medical-instrument-ambulance-bed 1.svg": Yn,
|
|
356
|
+
"../assets/icons/individual/medical-notes 3.svg": Xn,
|
|
357
|
+
"../assets/icons/individual/move-to-bottom 1.svg": Zn,
|
|
358
|
+
"../assets/icons/individual/multiple-actions-up-down 1.svg": Qn,
|
|
359
|
+
"../assets/icons/individual/multiple-neutral-1 3.svg": $n,
|
|
360
|
+
"../assets/icons/individual/navigation-menu-horizontal-1 1.svg": er,
|
|
361
|
+
"../assets/icons/individual/navigation-menu-vertical 1.svg": tr,
|
|
362
|
+
"../assets/icons/individual/notes-paper-text 1.svg": nr,
|
|
363
|
+
"../assets/icons/individual/office-file-pdf-1.svg": rr,
|
|
364
|
+
"../assets/icons/individual/office-file-sheet.svg": ir,
|
|
365
|
+
"../assets/icons/individual/office-file-xls-1.svg": ar,
|
|
366
|
+
"../assets/icons/individual/office-file-xls.svg": or,
|
|
367
|
+
"../assets/icons/individual/office-work-wireless.svg": sr,
|
|
368
|
+
"../assets/icons/individual/password-lock.svg": cr,
|
|
369
|
+
"../assets/icons/individual/pencil-1 1.svg": lr,
|
|
370
|
+
"../assets/icons/individual/pencil-write-1-alternate 1.svg": ur,
|
|
371
|
+
"../assets/icons/individual/phone-actions-clock-1.svg": dr,
|
|
372
|
+
"../assets/icons/individual/phone-actions-record.svg": fr,
|
|
373
|
+
"../assets/icons/individual/phone-actions-remove-1.svg": pr,
|
|
374
|
+
"../assets/icons/individual/phone-actions-voice-mail.svg": mr,
|
|
375
|
+
"../assets/icons/individual/picture-stack-landscape.svg": hr,
|
|
376
|
+
"../assets/icons/individual/presentation-projector-screen-clock.svg": gr,
|
|
377
|
+
"../assets/icons/individual/print-text 1.svg": _r,
|
|
378
|
+
"../assets/icons/individual/programming-code.svg": vr,
|
|
379
|
+
"../assets/icons/individual/question - alt.svg": yr,
|
|
380
|
+
"../assets/icons/individual/question-circle 2.svg": br,
|
|
381
|
+
"../assets/icons/individual/rating-star 1.svg": xr,
|
|
382
|
+
"../assets/icons/individual/rating-star-outline 1.svg": Sr,
|
|
383
|
+
"../assets/icons/individual/read-email-laptop.svg": Cr,
|
|
384
|
+
"../assets/icons/individual/remove-circle-alternate 1.svg": wr,
|
|
385
|
+
"../assets/icons/individual/remove-circle-bold 2.svg": Tr,
|
|
386
|
+
"../assets/icons/individual/request-form-icon.svg": Er,
|
|
387
|
+
"../assets/icons/individual/robot.svg": Dr,
|
|
388
|
+
"../assets/icons/individual/scroll-vertical-1 1.svg": Or,
|
|
389
|
+
"../assets/icons/individual/search-alternate.svg": kr,
|
|
390
|
+
"../assets/icons/individual/searchNoResult.svg": Ar,
|
|
391
|
+
"../assets/icons/individual/shopping-cart-empty-1 1.svg": jr,
|
|
392
|
+
"../assets/icons/individual/single-neutral-actions-setting.svg": Mr,
|
|
393
|
+
"../assets/icons/individual/single-neutral-actions-up-down.svg": Nr,
|
|
394
|
+
"../assets/icons/individual/single-neutral-circle 1.svg": Pr,
|
|
395
|
+
"../assets/icons/individual/skull-2.svg": Fr,
|
|
396
|
+
"../assets/icons/individual/style-three-pin-hospital 2.svg": Ir,
|
|
397
|
+
"../assets/icons/individual/style-three-pin-navigation-location-1.svg": Lr,
|
|
398
|
+
"../assets/icons/individual/subtract-circle-alternate.svg": Rr,
|
|
399
|
+
"../assets/icons/individual/subtractCircle1.svg": zr,
|
|
400
|
+
"../assets/icons/individual/taking-pictures-circle-alternate.svg": Br,
|
|
401
|
+
"../assets/icons/individual/task-checklist-check.svg": Vr,
|
|
402
|
+
"../assets/icons/individual/task-list-multiple.svg": Hr,
|
|
403
|
+
"../assets/icons/individual/task-list-text-alternate 1.svg": Ur,
|
|
404
|
+
"../assets/icons/individual/time-clock-circle.svg": Wr,
|
|
405
|
+
"../assets/icons/individual/tv-flat-screen 1.svg": Gr,
|
|
406
|
+
"../assets/icons/individual/upload-bottom.svg": Kr,
|
|
407
|
+
"../assets/icons/individual/view-1.svg": qr,
|
|
408
|
+
"../assets/icons/individual/view-2.svg": Jr,
|
|
409
|
+
"../assets/icons/individual/view-off-1.svg": Yr,
|
|
410
|
+
"../assets/icons/individual/view-off-2.svg": Xr,
|
|
411
|
+
"../assets/icons/individual/wench.svg": Zr,
|
|
412
|
+
"../assets/icons/individual/wrench.svg": Qr,
|
|
413
|
+
"../assets/icons/individual/zoom-in-1.svg": $r,
|
|
414
|
+
"../assets/icons/individual/zoom-out-1.svg": ei
|
|
415
|
+
}), ri = {
|
|
416
|
+
smile: Y,
|
|
417
|
+
frown: E,
|
|
418
|
+
meh: I,
|
|
419
|
+
checkCircle: ee,
|
|
420
|
+
closeCircle: d,
|
|
421
|
+
exclamation: v,
|
|
422
|
+
exclamationCircle: v,
|
|
423
|
+
info: k,
|
|
424
|
+
infoCircle: k,
|
|
425
|
+
question: U,
|
|
426
|
+
questionCircle: U,
|
|
427
|
+
search: G,
|
|
428
|
+
filter: C,
|
|
429
|
+
delete: re,
|
|
430
|
+
add: V,
|
|
431
|
+
plus: V,
|
|
432
|
+
minus: R,
|
|
433
|
+
edit: _,
|
|
434
|
+
pencil: _,
|
|
435
|
+
copy: m,
|
|
436
|
+
download: ie,
|
|
437
|
+
upload: ce,
|
|
438
|
+
save: W,
|
|
439
|
+
settings: K,
|
|
440
|
+
setting: K,
|
|
441
|
+
cog: K,
|
|
442
|
+
tool: Z,
|
|
443
|
+
wrench: Z,
|
|
444
|
+
lock: N,
|
|
445
|
+
unlock: se,
|
|
446
|
+
logout: P,
|
|
447
|
+
menu: L,
|
|
448
|
+
home: D,
|
|
449
|
+
house: D,
|
|
450
|
+
file: S,
|
|
451
|
+
folder: w,
|
|
452
|
+
loading: M,
|
|
453
|
+
sync: ae,
|
|
454
|
+
clock: u,
|
|
455
|
+
check: te,
|
|
456
|
+
close: f,
|
|
457
|
+
x: f,
|
|
458
|
+
calendar: l,
|
|
459
|
+
time: u,
|
|
460
|
+
bell: o,
|
|
461
|
+
mail: F,
|
|
462
|
+
email: F,
|
|
463
|
+
phone: z,
|
|
464
|
+
user: le,
|
|
465
|
+
team: X,
|
|
466
|
+
users: X,
|
|
467
|
+
dashboard: g,
|
|
468
|
+
table: oe,
|
|
469
|
+
barChart: a,
|
|
470
|
+
lineChart: A,
|
|
471
|
+
pieChart: B,
|
|
472
|
+
api: i,
|
|
473
|
+
cloud: p,
|
|
474
|
+
database: ne,
|
|
475
|
+
bug: c,
|
|
476
|
+
creditCard: h,
|
|
477
|
+
shoppingCart: q,
|
|
478
|
+
shopping: J,
|
|
479
|
+
print: H,
|
|
480
|
+
export: y,
|
|
481
|
+
import: O,
|
|
482
|
+
link: j,
|
|
483
|
+
eye: x,
|
|
484
|
+
eyeOff: b,
|
|
485
|
+
eyeInvisible: b,
|
|
486
|
+
zoomIn: ue,
|
|
487
|
+
zoomOut: de,
|
|
488
|
+
alignLeft: n,
|
|
489
|
+
alignCenter: t,
|
|
490
|
+
alignRight: r,
|
|
491
|
+
bgColors: s,
|
|
492
|
+
fontColors: T
|
|
493
|
+
}, ii = ({ fileName: t, size: n = 24, className: r, style: i }) => {
|
|
494
|
+
let a = ni[`../assets/icons/individual/${t}`];
|
|
495
|
+
return a ? /* @__PURE__ */ e("span", {
|
|
496
|
+
className: r,
|
|
497
|
+
style: {
|
|
498
|
+
width: n,
|
|
499
|
+
height: n,
|
|
500
|
+
display: "inline-flex",
|
|
501
|
+
alignItems: "center",
|
|
502
|
+
justifyContent: "center",
|
|
503
|
+
contain: "paint",
|
|
504
|
+
isolation: "isolate",
|
|
505
|
+
lineHeight: 0,
|
|
506
|
+
overflow: "hidden",
|
|
507
|
+
...i
|
|
508
|
+
},
|
|
509
|
+
dangerouslySetInnerHTML: { __html: a }
|
|
510
|
+
}) : (console.warn(`Custom SVG icon file "${t}" was not bundled`), /* @__PURE__ */ e("span", {
|
|
511
|
+
className: r,
|
|
512
|
+
children: "⚠️"
|
|
513
|
+
}));
|
|
514
|
+
}, $ = (t, n) => {
|
|
515
|
+
let { size: r = 24, className: i, style: a } = n || {}, o = ri[t];
|
|
516
|
+
if (o) return /* @__PURE__ */ e(o, {
|
|
517
|
+
style: {
|
|
518
|
+
fontSize: r,
|
|
519
|
+
...a
|
|
520
|
+
},
|
|
521
|
+
className: i
|
|
522
|
+
});
|
|
523
|
+
let s = ti[t];
|
|
524
|
+
return s ? /* @__PURE__ */ e(ii, {
|
|
525
|
+
fileName: s,
|
|
526
|
+
size: r,
|
|
527
|
+
className: i,
|
|
528
|
+
style: a
|
|
529
|
+
}) : (console.warn(`Icon "${t}" not found in custom or Ant Design icons`), /* @__PURE__ */ e("span", {
|
|
530
|
+
className: i,
|
|
531
|
+
children: "❌"
|
|
532
|
+
}));
|
|
533
|
+
}, ai = ({ name: e, size: t = 24, className: n, style: r }) => $(e, {
|
|
534
|
+
size: t,
|
|
535
|
+
className: n,
|
|
536
|
+
style: r
|
|
537
|
+
});
|
|
538
|
+
//#endregion
|
|
539
|
+
export { $ as n, ai as t };
|
|
540
|
+
|
|
541
|
+
//# sourceMappingURL=useCustomIcon-B-VUK-84.js.map
|