@dnb/eufemia 10.0.0 → 10.2.0
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/CHANGELOG.md +49 -0
- package/assets/icons/dnb/accounting.svg +1 -0
- package/assets/icons/dnb/accounting_medium.svg +1 -0
- package/assets/icons/dnb/candle_stick.svg +1 -0
- package/assets/icons/dnb/candle_stick_medium.svg +1 -0
- package/assets/icons/dnb/eufemia-icons-xml-categorized.tgz +0 -0
- package/assets/icons/dnb/eufemia-icons-xml.tgz +0 -0
- package/assets/icons/dnb/fortune_ball.svg +1 -0
- package/assets/icons/dnb/fortune_ball_medium.svg +1 -0
- package/assets/icons/dnb/scan.svg +1 -0
- package/assets/icons/dnb/scan_medium.svg +1 -0
- package/assets/icons/dnb/shield_lock.svg +1 -1
- package/assets/icons/dnb/shield_lock_medium.svg +1 -1
- package/cjs/components/anchor/Anchor.d.ts +3 -3
- package/cjs/components/anchor/style/deps.scss +9 -0
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
- package/cjs/components/autocomplete/Autocomplete.js +5 -2
- package/cjs/components/avatar/Avatar.d.ts +1 -0
- package/cjs/components/button/style/dnb-button--tertiary.css +4 -0
- package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/cjs/components/button/style/dnb-button--tertiary.scss +3 -0
- package/cjs/components/button/style/themes/button-mixins.scss +3 -3
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +8 -4
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
- package/cjs/components/button/style/themes/dnb-button-theme-ui.css +8 -4
- package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +5 -5
- package/cjs/components/checkbox/Checkbox.d.ts +1 -1
- package/cjs/components/date-picker/DatePicker.d.ts +1 -1
- package/cjs/components/drawer/Drawer.d.ts +2 -1
- package/cjs/components/dropdown/Dropdown.d.ts +1 -1
- package/cjs/components/form-label/FormLabel.d.ts +1 -1
- package/cjs/components/form-row/FormRow.d.ts +1 -1
- package/cjs/components/form-set/FormSet.d.ts +1 -1
- package/cjs/components/form-status/FormStatus.d.ts +1 -1
- package/cjs/components/global-error/GlobalError.d.ts +1 -1
- package/cjs/components/global-status/GlobalStatus.d.ts +4 -4
- package/cjs/components/heading/Heading.d.ts +89 -106
- package/cjs/components/heading/Heading.js +119 -184
- package/cjs/components/heading/HeadingContext.d.ts +12 -5
- package/cjs/components/heading/HeadingContext.js +2 -2
- package/cjs/components/heading/HeadingCounter.d.ts +38 -14
- package/cjs/components/heading/HeadingCounter.js +20 -17
- package/cjs/components/heading/HeadingHelpers.d.ts +45 -23
- package/cjs/components/heading/HeadingHelpers.js +29 -24
- package/cjs/components/heading/HeadingProvider.d.ts +9 -12
- package/cjs/components/heading/HeadingProvider.js +47 -90
- package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
- package/cjs/components/icon/Icon.d.ts +1 -1
- package/cjs/components/icon/Icon.js +1 -1
- package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
- package/cjs/components/info-card/style/dnb-info-card.css +1 -1
- package/cjs/components/info-card/style/dnb-info-card.min.css +1 -1
- package/cjs/components/info-card/style/dnb-info-card.scss +1 -1
- package/cjs/components/input/Input.d.ts +2 -2
- package/cjs/components/input/InputPassword.d.ts +1 -1
- package/cjs/components/input-masked/InputMasked.d.ts +2 -2
- package/cjs/components/input-masked/InputMasked.js +1 -1
- package/cjs/components/input-masked/InputMaskedHooks.js +17 -9
- package/cjs/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
- package/cjs/components/lib.d.ts +2 -2
- package/cjs/components/logo/Logo.d.ts +1 -1
- package/cjs/components/number-format/NumberFormat.js +2 -12
- package/cjs/components/number-format/NumberUtils.d.ts +12 -0
- package/cjs/components/pagination/Pagination.d.ts +1 -1
- package/cjs/components/radio/Radio.d.ts +1 -1
- package/cjs/components/radio/RadioGroup.d.ts +1 -1
- package/cjs/components/section/Section.d.ts +1 -1
- package/cjs/components/skeleton/Skeleton.d.ts +1 -1
- package/cjs/components/space/Space.d.ts +1 -1
- package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
- package/cjs/components/step-indicator/StepIndicatorItem.d.ts +1 -1
- package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
- package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
- package/cjs/components/switch/Switch.d.ts +1 -1
- package/cjs/components/tabs/Tabs.d.ts +1 -1
- package/cjs/components/textarea/Textarea.d.ts +1 -1
- package/cjs/components/toggle-button/ToggleButton.d.ts +1 -1
- package/cjs/core/jest/jestSetupScreenshots.css +1 -0
- package/cjs/elements/Element.d.ts +3 -3
- package/cjs/elements/Link.d.ts +2 -2
- package/cjs/elements/img/style/dnb-img.scss +2 -24
- package/cjs/elements/img/style/img-mixins.scss +29 -0
- package/cjs/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
- package/cjs/elements/lib.d.ts +2 -2
- package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
- package/cjs/icons/{document_csv.d.ts → accounting.d.ts} +1 -1
- package/cjs/icons/{document_pdf.js → accounting.js} +2 -2
- package/cjs/icons/{document_contract.d.ts → accounting_medium.d.ts} +1 -1
- package/cjs/icons/{document_contract.js → accounting_medium.js} +2 -2
- package/cjs/icons/{document_pdf.d.ts → candle_stick.d.ts} +1 -1
- package/cjs/icons/{document_add.js → candle_stick.js} +2 -2
- package/cjs/icons/{document_add_medium.d.ts → candle_stick_medium.d.ts} +1 -1
- package/cjs/icons/{document_add_medium.js → candle_stick_medium.js} +2 -2
- package/cjs/icons/dnb/{document_pdf.d.ts → accounting.d.ts} +2 -2
- package/cjs/icons/dnb/{document_rejected.js → accounting.js} +8 -8
- package/cjs/icons/dnb/accounting_medium.d.ts +4 -0
- package/cjs/icons/dnb/accounting_medium.js +31 -0
- package/cjs/icons/dnb/{document_add.d.ts → candle_stick.d.ts} +2 -2
- package/cjs/icons/dnb/{document.js → candle_stick.js} +7 -8
- package/cjs/icons/dnb/candle_stick_medium.d.ts +4 -0
- package/cjs/icons/dnb/{document_medium.js → candle_stick_medium.js} +7 -8
- package/cjs/icons/dnb/{document_csv.d.ts → fortune_ball.d.ts} +2 -2
- package/cjs/icons/dnb/fortune_ball.js +31 -0
- package/cjs/icons/dnb/fortune_ball_medium.d.ts +4 -0
- package/cjs/icons/dnb/fortune_ball_medium.js +31 -0
- package/cjs/icons/dnb/icons-svg.lock +1174 -1070
- package/cjs/icons/dnb/index.d.ts +9 -25
- package/cjs/icons/dnb/index.js +64 -192
- package/cjs/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
- package/cjs/icons/dnb/scan.js +28 -0
- package/cjs/icons/dnb/scan_medium.d.ts +4 -0
- package/cjs/icons/dnb/scan_medium.js +35 -0
- package/cjs/icons/dnb/secondary_icons.d.ts +5 -1
- package/cjs/icons/dnb/secondary_icons.js +32 -0
- package/cjs/icons/dnb/secondary_icons_medium.d.ts +5 -1
- package/cjs/icons/dnb/secondary_icons_medium.js +32 -0
- package/cjs/icons/dnb/shield_lock.js +17 -2
- package/cjs/icons/dnb/shield_lock_medium.js +17 -2
- package/cjs/icons/{document_add.d.ts → fortune_ball.d.ts} +1 -1
- package/cjs/icons/{document_csv.js → fortune_ball.js} +2 -2
- package/cjs/icons/fortune_ball_medium.d.ts +3 -0
- package/cjs/icons/fortune_ball_medium.js +13 -0
- package/cjs/icons/icons-meta.json +3748 -0
- package/cjs/icons/index.d.ts +9 -25
- package/cjs/icons/index.js +64 -192
- package/{es/icons/document.d.ts → cjs/icons/scan.d.ts} +1 -1
- package/cjs/icons/{document.js → scan.js} +2 -2
- package/cjs/icons/scan_medium.d.ts +3 -0
- package/cjs/icons/scan_medium.js +13 -0
- package/cjs/shared/Eufemia.d.ts +1 -1
- package/cjs/shared/Eufemia.js +2 -2
- package/cjs/shared/index.d.ts +2 -1
- package/cjs/style/dnb-ui-components.css +1 -1
- package/cjs/style/dnb-ui-components.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +17 -9
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +29 -29
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-basis.css +4 -4
- package/cjs/style/themes/theme-ui/ui-theme-components.css +9 -5
- package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-elements.css +4 -4
- package/cjs/style/themes/theme-ui/ui-theme-tags.css +98 -1
- package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-tags.scss +15 -1
- package/components/anchor/Anchor.d.ts +3 -3
- package/components/anchor/style/deps.scss +9 -0
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
- package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
- package/components/autocomplete/Autocomplete.js +5 -2
- package/components/avatar/Avatar.d.ts +1 -0
- package/components/button/style/dnb-button--tertiary.css +4 -0
- package/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/components/button/style/dnb-button--tertiary.scss +3 -0
- package/components/button/style/themes/button-mixins.scss +3 -3
- package/components/button/style/themes/dnb-button-theme-eiendom.css +8 -4
- package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
- package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
- package/components/button/style/themes/dnb-button-theme-ui.css +8 -4
- package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-ui.scss +5 -5
- package/components/checkbox/Checkbox.d.ts +1 -1
- package/components/date-picker/DatePicker.d.ts +1 -1
- package/components/drawer/Drawer.d.ts +2 -1
- package/components/dropdown/Dropdown.d.ts +1 -1
- package/components/form-label/FormLabel.d.ts +1 -1
- package/components/form-row/FormRow.d.ts +1 -1
- package/components/form-set/FormSet.d.ts +1 -1
- package/components/form-status/FormStatus.d.ts +1 -1
- package/components/global-error/GlobalError.d.ts +1 -1
- package/components/global-status/GlobalStatus.d.ts +4 -4
- package/components/heading/Heading.d.ts +89 -106
- package/components/heading/Heading.js +115 -183
- package/components/heading/HeadingContext.d.ts +12 -5
- package/components/heading/HeadingContext.js +2 -2
- package/components/heading/HeadingCounter.d.ts +38 -14
- package/components/heading/HeadingCounter.js +20 -17
- package/components/heading/HeadingHelpers.d.ts +45 -23
- package/components/heading/HeadingHelpers.js +27 -13
- package/components/heading/HeadingProvider.d.ts +9 -12
- package/components/heading/HeadingProvider.js +46 -90
- package/components/height-animation/HeightAnimation.d.ts +1 -1
- package/components/icon/Icon.d.ts +1 -1
- package/components/icon/Icon.js +1 -1
- package/components/icon-primary/IconPrimary.d.ts +1 -1
- package/components/info-card/style/dnb-info-card.css +1 -1
- package/components/info-card/style/dnb-info-card.min.css +1 -1
- package/components/info-card/style/dnb-info-card.scss +1 -1
- package/components/input/Input.d.ts +2 -2
- package/components/input/InputPassword.d.ts +1 -1
- package/components/input-masked/InputMasked.d.ts +2 -2
- package/components/input-masked/InputMasked.js +1 -1
- package/components/input-masked/InputMaskedHooks.js +16 -11
- package/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
- package/components/lib.d.ts +2 -2
- package/components/logo/Logo.d.ts +1 -1
- package/components/number-format/NumberFormat.js +2 -10
- package/components/number-format/NumberUtils.d.ts +12 -0
- package/components/pagination/Pagination.d.ts +1 -1
- package/components/radio/Radio.d.ts +1 -1
- package/components/radio/RadioGroup.d.ts +1 -1
- package/components/section/Section.d.ts +1 -1
- package/components/skeleton/Skeleton.d.ts +1 -1
- package/components/space/Space.d.ts +1 -1
- package/components/step-indicator/StepIndicator.d.ts +1 -1
- package/components/step-indicator/StepIndicatorItem.d.ts +1 -1
- package/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
- package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
- package/components/switch/Switch.d.ts +1 -1
- package/components/tabs/Tabs.d.ts +1 -1
- package/components/textarea/Textarea.d.ts +1 -1
- package/components/toggle-button/ToggleButton.d.ts +1 -1
- package/core/jest/jestSetupScreenshots.css +1 -0
- package/elements/Element.d.ts +3 -3
- package/elements/Link.d.ts +2 -2
- package/elements/img/style/dnb-img.scss +2 -24
- package/elements/img/style/img-mixins.scss +29 -0
- package/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
- package/elements/lib.d.ts +2 -2
- package/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
- package/es/components/anchor/Anchor.d.ts +3 -3
- package/es/components/anchor/style/deps.scss +9 -0
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
- package/es/components/autocomplete/Autocomplete.js +5 -2
- package/es/components/avatar/Avatar.d.ts +1 -0
- package/es/components/button/style/dnb-button--tertiary.css +4 -0
- package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/es/components/button/style/dnb-button--tertiary.scss +3 -0
- package/es/components/button/style/themes/button-mixins.scss +3 -3
- package/es/components/button/style/themes/dnb-button-theme-eiendom.css +8 -4
- package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
- package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
- package/es/components/button/style/themes/dnb-button-theme-ui.css +8 -4
- package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-ui.scss +5 -5
- package/es/components/checkbox/Checkbox.d.ts +1 -1
- package/es/components/date-picker/DatePicker.d.ts +1 -1
- package/es/components/drawer/Drawer.d.ts +2 -1
- package/es/components/dropdown/Dropdown.d.ts +1 -1
- package/es/components/form-label/FormLabel.d.ts +1 -1
- package/es/components/form-row/FormRow.d.ts +1 -1
- package/es/components/form-set/FormSet.d.ts +1 -1
- package/es/components/form-status/FormStatus.d.ts +1 -1
- package/es/components/global-error/GlobalError.d.ts +1 -1
- package/es/components/global-status/GlobalStatus.d.ts +4 -4
- package/es/components/heading/Heading.d.ts +89 -106
- package/es/components/heading/Heading.js +115 -183
- package/es/components/heading/HeadingContext.d.ts +12 -5
- package/es/components/heading/HeadingContext.js +2 -2
- package/es/components/heading/HeadingCounter.d.ts +38 -14
- package/es/components/heading/HeadingCounter.js +19 -18
- package/es/components/heading/HeadingHelpers.d.ts +45 -23
- package/es/components/heading/HeadingHelpers.js +27 -13
- package/es/components/heading/HeadingProvider.d.ts +9 -12
- package/es/components/heading/HeadingProvider.js +46 -90
- package/es/components/height-animation/HeightAnimation.d.ts +1 -1
- package/es/components/icon/Icon.d.ts +1 -1
- package/es/components/icon/Icon.js +1 -1
- package/es/components/icon-primary/IconPrimary.d.ts +1 -1
- package/es/components/info-card/style/dnb-info-card.css +1 -1
- package/es/components/info-card/style/dnb-info-card.min.css +1 -1
- package/es/components/info-card/style/dnb-info-card.scss +1 -1
- package/es/components/input/Input.d.ts +2 -2
- package/es/components/input/InputPassword.d.ts +1 -1
- package/es/components/input-masked/InputMasked.d.ts +2 -2
- package/es/components/input-masked/InputMasked.js +1 -1
- package/es/components/input-masked/InputMaskedHooks.js +10 -5
- package/es/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
- package/es/components/lib.d.ts +2 -2
- package/es/components/logo/Logo.d.ts +1 -1
- package/es/components/number-format/NumberFormat.js +2 -10
- package/es/components/number-format/NumberUtils.d.ts +12 -0
- package/es/components/pagination/Pagination.d.ts +1 -1
- package/es/components/radio/Radio.d.ts +1 -1
- package/es/components/radio/RadioGroup.d.ts +1 -1
- package/es/components/section/Section.d.ts +1 -1
- package/es/components/skeleton/Skeleton.d.ts +1 -1
- package/es/components/space/Space.d.ts +1 -1
- package/es/components/step-indicator/StepIndicator.d.ts +1 -1
- package/es/components/step-indicator/StepIndicatorItem.d.ts +1 -1
- package/es/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
- package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
- package/es/components/switch/Switch.d.ts +1 -1
- package/es/components/tabs/Tabs.d.ts +1 -1
- package/es/components/textarea/Textarea.d.ts +1 -1
- package/es/components/toggle-button/ToggleButton.d.ts +1 -1
- package/es/core/jest/jestSetupScreenshots.css +1 -0
- package/es/elements/Element.d.ts +3 -3
- package/es/elements/Link.d.ts +2 -2
- package/es/elements/img/style/dnb-img.scss +2 -24
- package/es/elements/img/style/img-mixins.scss +29 -0
- package/es/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
- package/es/elements/lib.d.ts +2 -2
- package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
- package/es/icons/accounting.d.ts +3 -0
- package/es/icons/accounting.js +2 -0
- package/es/icons/accounting_medium.d.ts +3 -0
- package/es/icons/accounting_medium.js +2 -0
- package/es/icons/candle_stick.d.ts +3 -0
- package/es/icons/candle_stick.js +2 -0
- package/es/icons/candle_stick_medium.d.ts +3 -0
- package/es/icons/candle_stick_medium.js +2 -0
- package/es/icons/dnb/accounting.d.ts +4 -0
- package/es/icons/dnb/accounting.js +21 -0
- package/es/icons/dnb/accounting_medium.d.ts +4 -0
- package/es/icons/dnb/accounting_medium.js +21 -0
- package/es/icons/dnb/candle_stick.d.ts +4 -0
- package/es/icons/dnb/candle_stick.js +20 -0
- package/es/icons/dnb/candle_stick_medium.d.ts +4 -0
- package/es/icons/dnb/candle_stick_medium.js +20 -0
- package/es/icons/dnb/fortune_ball.d.ts +4 -0
- package/es/icons/dnb/fortune_ball.js +21 -0
- package/es/icons/dnb/fortune_ball_medium.d.ts +4 -0
- package/es/icons/dnb/fortune_ball_medium.js +21 -0
- package/es/icons/dnb/icons-svg.lock +1174 -1070
- package/es/icons/dnb/index.d.ts +9 -25
- package/es/icons/dnb/index.js +9 -25
- package/es/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
- package/es/icons/dnb/scan.js +18 -0
- package/es/icons/dnb/scan_medium.d.ts +4 -0
- package/es/icons/dnb/scan_medium.js +25 -0
- package/es/icons/dnb/secondary_icons.d.ts +5 -1
- package/es/icons/dnb/secondary_icons.js +5 -1
- package/es/icons/dnb/secondary_icons_medium.d.ts +5 -1
- package/es/icons/dnb/secondary_icons_medium.js +5 -1
- package/es/icons/dnb/shield_lock.js +17 -2
- package/es/icons/dnb/shield_lock_medium.js +17 -2
- package/es/icons/fortune_ball.d.ts +3 -0
- package/es/icons/fortune_ball.js +2 -0
- package/es/icons/fortune_ball_medium.d.ts +3 -0
- package/es/icons/fortune_ball_medium.js +2 -0
- package/es/icons/icons-meta.json +3748 -0
- package/es/icons/index.d.ts +9 -25
- package/es/icons/index.js +9 -25
- package/{cjs/icons/document.d.ts → es/icons/scan.d.ts} +1 -1
- package/es/icons/scan.js +2 -0
- package/es/icons/scan_medium.d.ts +3 -0
- package/es/icons/scan_medium.js +2 -0
- package/es/shared/Eufemia.d.ts +1 -1
- package/es/shared/Eufemia.js +2 -2
- package/es/shared/index.d.ts +2 -1
- package/es/style/dnb-ui-components.css +1 -1
- package/es/style/dnb-ui-components.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
- package/es/style/themes/theme-eiendom/eiendom-theme-components.css +17 -9
- package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
- package/es/style/themes/theme-sbanken/sbanken-theme-components.css +29 -29
- package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-basis.css +4 -4
- package/es/style/themes/theme-ui/ui-theme-components.css +9 -5
- package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-elements.css +4 -4
- package/es/style/themes/theme-ui/ui-theme-tags.css +98 -1
- package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-tags.scss +15 -1
- package/esm/dnb-ui-basis.min.mjs +1 -1
- package/esm/dnb-ui-components.min.mjs +1 -1
- package/esm/dnb-ui-elements.min.mjs +1 -1
- package/esm/dnb-ui-extensions.min.mjs +1 -1
- package/esm/dnb-ui-lib.min.mjs +1 -1
- package/icons/accounting.d.ts +3 -0
- package/icons/accounting.js +2 -0
- package/icons/accounting_medium.d.ts +3 -0
- package/icons/accounting_medium.js +2 -0
- package/icons/candle_stick.d.ts +3 -0
- package/icons/candle_stick.js +2 -0
- package/icons/candle_stick_medium.d.ts +3 -0
- package/icons/candle_stick_medium.js +2 -0
- package/icons/dnb/accounting.d.ts +4 -0
- package/icons/dnb/accounting.js +21 -0
- package/icons/dnb/accounting_medium.d.ts +4 -0
- package/icons/dnb/accounting_medium.js +21 -0
- package/icons/dnb/candle_stick.d.ts +4 -0
- package/icons/dnb/candle_stick.js +20 -0
- package/icons/dnb/candle_stick_medium.d.ts +4 -0
- package/icons/dnb/candle_stick_medium.js +20 -0
- package/icons/dnb/fortune_ball.d.ts +4 -0
- package/icons/dnb/fortune_ball.js +21 -0
- package/icons/dnb/fortune_ball_medium.d.ts +4 -0
- package/icons/dnb/fortune_ball_medium.js +21 -0
- package/icons/dnb/icons-svg.lock +1174 -1070
- package/icons/dnb/index.d.ts +9 -25
- package/icons/dnb/index.js +9 -25
- package/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
- package/icons/dnb/scan.js +18 -0
- package/icons/dnb/scan_medium.d.ts +4 -0
- package/icons/dnb/scan_medium.js +25 -0
- package/icons/dnb/secondary_icons.d.ts +5 -1
- package/icons/dnb/secondary_icons.js +5 -1
- package/icons/dnb/secondary_icons_medium.d.ts +5 -1
- package/icons/dnb/secondary_icons_medium.js +5 -1
- package/icons/dnb/shield_lock.js +17 -2
- package/icons/dnb/shield_lock_medium.js +17 -2
- package/icons/fortune_ball.d.ts +3 -0
- package/icons/fortune_ball.js +2 -0
- package/icons/fortune_ball_medium.d.ts +3 -0
- package/icons/fortune_ball_medium.js +2 -0
- package/icons/icons-meta.json +3748 -0
- package/icons/index.d.ts +9 -25
- package/icons/index.js +9 -25
- package/icons/{document.d.ts → scan.d.ts} +1 -1
- package/icons/scan.js +2 -0
- package/icons/scan_medium.d.ts +3 -0
- package/icons/scan_medium.js +2 -0
- package/package.json +1 -1
- package/shared/Eufemia.d.ts +1 -1
- package/shared/Eufemia.js +2 -2
- package/shared/index.d.ts +2 -1
- package/style/dnb-ui-components.css +1 -1
- package/style/dnb-ui-components.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
- package/style/themes/theme-eiendom/eiendom-theme-components.css +17 -9
- package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
- package/style/themes/theme-sbanken/sbanken-theme-components.css +29 -29
- package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-basis.css +4 -4
- package/style/themes/theme-ui/ui-theme-components.css +9 -5
- package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-elements.css +4 -4
- package/style/themes/theme-ui/ui-theme-tags.css +98 -1
- package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-tags.scss +15 -1
- package/umd/dnb-ui-basis.min.js +1 -1
- package/umd/dnb-ui-components.min.js +1 -1
- package/umd/dnb-ui-elements.min.js +1 -1
- package/umd/dnb-ui-extensions.min.js +1 -1
- package/umd/dnb-ui-lib.min.js +1 -1
- package/assets/icons/dnb/document.svg +0 -3
- package/assets/icons/dnb/document_add.svg +0 -3
- package/assets/icons/dnb/document_add_medium.svg +0 -3
- package/assets/icons/dnb/document_contract.svg +0 -3
- package/assets/icons/dnb/document_contract_medium.svg +0 -3
- package/assets/icons/dnb/document_csv.svg +0 -6
- package/assets/icons/dnb/document_csv_medium.svg +0 -6
- package/assets/icons/dnb/document_loupe.svg +0 -3
- package/assets/icons/dnb/document_loupe_medium.svg +0 -3
- package/assets/icons/dnb/document_medium.svg +0 -3
- package/assets/icons/dnb/document_pdf.svg +0 -6
- package/assets/icons/dnb/document_pdf_medium.svg +0 -6
- package/assets/icons/dnb/document_rejected.svg +0 -3
- package/assets/icons/dnb/document_rejected_medium.svg +0 -3
- package/assets/icons/dnb/document_signing.svg +0 -3
- package/assets/icons/dnb/document_signing_medium.svg +0 -3
- package/assets/icons/dnb/document_txt.svg +0 -6
- package/assets/icons/dnb/document_txt_medium.svg +0 -6
- package/assets/icons/dnb/document_warning.svg +0 -4
- package/assets/icons/dnb/document_warning_medium.svg +0 -4
- package/assets/icons/dnb/document_word.svg +0 -6
- package/assets/icons/dnb/document_word_medium.svg +0 -6
- package/assets/icons/dnb/document_xls.svg +0 -6
- package/assets/icons/dnb/document_xls_medium.svg +0 -6
- package/cjs/icons/dnb/document_add.js +0 -28
- package/cjs/icons/dnb/document_add_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_add_medium.js +0 -28
- package/cjs/icons/dnb/document_contract.d.ts +0 -4
- package/cjs/icons/dnb/document_contract.js +0 -31
- package/cjs/icons/dnb/document_contract_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_contract_medium.js +0 -31
- package/cjs/icons/dnb/document_csv.js +0 -37
- package/cjs/icons/dnb/document_csv_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_csv_medium.js +0 -40
- package/cjs/icons/dnb/document_loupe.d.ts +0 -4
- package/cjs/icons/dnb/document_loupe.js +0 -28
- package/cjs/icons/dnb/document_loupe_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_loupe_medium.js +0 -28
- package/cjs/icons/dnb/document_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_pdf.js +0 -37
- package/cjs/icons/dnb/document_pdf_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_pdf_medium.js +0 -40
- package/cjs/icons/dnb/document_rejected.d.ts +0 -4
- package/cjs/icons/dnb/document_rejected_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_rejected_medium.js +0 -31
- package/cjs/icons/dnb/document_signing.d.ts +0 -4
- package/cjs/icons/dnb/document_signing.js +0 -28
- package/cjs/icons/dnb/document_signing_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_signing_medium.js +0 -28
- package/cjs/icons/dnb/document_txt.d.ts +0 -4
- package/cjs/icons/dnb/document_txt.js +0 -37
- package/cjs/icons/dnb/document_txt_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_txt_medium.js +0 -40
- package/cjs/icons/dnb/document_warning.d.ts +0 -4
- package/cjs/icons/dnb/document_warning.js +0 -34
- package/cjs/icons/dnb/document_warning_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_warning_medium.js +0 -34
- package/cjs/icons/dnb/document_word.d.ts +0 -4
- package/cjs/icons/dnb/document_word.js +0 -37
- package/cjs/icons/dnb/document_word_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_word_medium.js +0 -40
- package/cjs/icons/dnb/document_xls.d.ts +0 -4
- package/cjs/icons/dnb/document_xls.js +0 -37
- package/cjs/icons/dnb/document_xls_medium.d.ts +0 -4
- package/cjs/icons/dnb/document_xls_medium.js +0 -40
- package/cjs/icons/document_contract_medium.d.ts +0 -3
- package/cjs/icons/document_contract_medium.js +0 -13
- package/cjs/icons/document_csv_medium.d.ts +0 -3
- package/cjs/icons/document_csv_medium.js +0 -13
- package/cjs/icons/document_loupe.d.ts +0 -3
- package/cjs/icons/document_loupe.js +0 -13
- package/cjs/icons/document_loupe_medium.d.ts +0 -3
- package/cjs/icons/document_loupe_medium.js +0 -13
- package/cjs/icons/document_medium.d.ts +0 -3
- package/cjs/icons/document_medium.js +0 -13
- package/cjs/icons/document_pdf_medium.d.ts +0 -3
- package/cjs/icons/document_pdf_medium.js +0 -13
- package/cjs/icons/document_rejected.d.ts +0 -3
- package/cjs/icons/document_rejected.js +0 -13
- package/cjs/icons/document_rejected_medium.d.ts +0 -3
- package/cjs/icons/document_rejected_medium.js +0 -13
- package/cjs/icons/document_signing.d.ts +0 -3
- package/cjs/icons/document_signing.js +0 -13
- package/cjs/icons/document_signing_medium.d.ts +0 -3
- package/cjs/icons/document_signing_medium.js +0 -13
- package/cjs/icons/document_txt.d.ts +0 -3
- package/cjs/icons/document_txt.js +0 -13
- package/cjs/icons/document_txt_medium.d.ts +0 -3
- package/cjs/icons/document_txt_medium.js +0 -13
- package/cjs/icons/document_warning.d.ts +0 -3
- package/cjs/icons/document_warning.js +0 -13
- package/cjs/icons/document_warning_medium.d.ts +0 -3
- package/cjs/icons/document_warning_medium.js +0 -13
- package/cjs/icons/document_word.d.ts +0 -3
- package/cjs/icons/document_word.js +0 -13
- package/cjs/icons/document_word_medium.d.ts +0 -3
- package/cjs/icons/document_word_medium.js +0 -13
- package/cjs/icons/document_xls.d.ts +0 -3
- package/cjs/icons/document_xls.js +0 -13
- package/cjs/icons/document_xls_medium.d.ts +0 -3
- package/cjs/icons/document_xls_medium.js +0 -13
- package/es/icons/dnb/document.js +0 -21
- package/es/icons/dnb/document_add.d.ts +0 -4
- package/es/icons/dnb/document_add.js +0 -18
- package/es/icons/dnb/document_add_medium.d.ts +0 -4
- package/es/icons/dnb/document_add_medium.js +0 -18
- package/es/icons/dnb/document_contract.d.ts +0 -4
- package/es/icons/dnb/document_contract.js +0 -21
- package/es/icons/dnb/document_contract_medium.d.ts +0 -4
- package/es/icons/dnb/document_contract_medium.js +0 -21
- package/es/icons/dnb/document_csv.d.ts +0 -4
- package/es/icons/dnb/document_csv.js +0 -27
- package/es/icons/dnb/document_csv_medium.d.ts +0 -4
- package/es/icons/dnb/document_csv_medium.js +0 -30
- package/es/icons/dnb/document_loupe.d.ts +0 -4
- package/es/icons/dnb/document_loupe.js +0 -18
- package/es/icons/dnb/document_loupe_medium.d.ts +0 -4
- package/es/icons/dnb/document_loupe_medium.js +0 -18
- package/es/icons/dnb/document_medium.d.ts +0 -4
- package/es/icons/dnb/document_medium.js +0 -21
- package/es/icons/dnb/document_pdf.d.ts +0 -4
- package/es/icons/dnb/document_pdf.js +0 -27
- package/es/icons/dnb/document_pdf_medium.d.ts +0 -4
- package/es/icons/dnb/document_pdf_medium.js +0 -30
- package/es/icons/dnb/document_rejected.d.ts +0 -4
- package/es/icons/dnb/document_rejected.js +0 -21
- package/es/icons/dnb/document_rejected_medium.d.ts +0 -4
- package/es/icons/dnb/document_rejected_medium.js +0 -21
- package/es/icons/dnb/document_signing.d.ts +0 -4
- package/es/icons/dnb/document_signing.js +0 -18
- package/es/icons/dnb/document_signing_medium.d.ts +0 -4
- package/es/icons/dnb/document_signing_medium.js +0 -18
- package/es/icons/dnb/document_txt.d.ts +0 -4
- package/es/icons/dnb/document_txt.js +0 -27
- package/es/icons/dnb/document_txt_medium.d.ts +0 -4
- package/es/icons/dnb/document_txt_medium.js +0 -30
- package/es/icons/dnb/document_warning.d.ts +0 -4
- package/es/icons/dnb/document_warning.js +0 -24
- package/es/icons/dnb/document_warning_medium.d.ts +0 -4
- package/es/icons/dnb/document_warning_medium.js +0 -24
- package/es/icons/dnb/document_word.d.ts +0 -4
- package/es/icons/dnb/document_word.js +0 -27
- package/es/icons/dnb/document_word_medium.d.ts +0 -4
- package/es/icons/dnb/document_word_medium.js +0 -30
- package/es/icons/dnb/document_xls.d.ts +0 -4
- package/es/icons/dnb/document_xls.js +0 -27
- package/es/icons/dnb/document_xls_medium.d.ts +0 -4
- package/es/icons/dnb/document_xls_medium.js +0 -30
- package/es/icons/document.js +0 -2
- package/es/icons/document_add.d.ts +0 -3
- package/es/icons/document_add.js +0 -2
- package/es/icons/document_add_medium.d.ts +0 -3
- package/es/icons/document_add_medium.js +0 -2
- package/es/icons/document_contract.d.ts +0 -3
- package/es/icons/document_contract.js +0 -2
- package/es/icons/document_contract_medium.d.ts +0 -3
- package/es/icons/document_contract_medium.js +0 -2
- package/es/icons/document_csv.d.ts +0 -3
- package/es/icons/document_csv.js +0 -2
- package/es/icons/document_csv_medium.d.ts +0 -3
- package/es/icons/document_csv_medium.js +0 -2
- package/es/icons/document_loupe.d.ts +0 -3
- package/es/icons/document_loupe.js +0 -2
- package/es/icons/document_loupe_medium.d.ts +0 -3
- package/es/icons/document_loupe_medium.js +0 -2
- package/es/icons/document_medium.d.ts +0 -3
- package/es/icons/document_medium.js +0 -2
- package/es/icons/document_pdf.d.ts +0 -3
- package/es/icons/document_pdf.js +0 -2
- package/es/icons/document_pdf_medium.d.ts +0 -3
- package/es/icons/document_pdf_medium.js +0 -2
- package/es/icons/document_rejected.d.ts +0 -3
- package/es/icons/document_rejected.js +0 -2
- package/es/icons/document_rejected_medium.d.ts +0 -3
- package/es/icons/document_rejected_medium.js +0 -2
- package/es/icons/document_signing.d.ts +0 -3
- package/es/icons/document_signing.js +0 -2
- package/es/icons/document_signing_medium.d.ts +0 -3
- package/es/icons/document_signing_medium.js +0 -2
- package/es/icons/document_txt.d.ts +0 -3
- package/es/icons/document_txt.js +0 -2
- package/es/icons/document_txt_medium.d.ts +0 -3
- package/es/icons/document_txt_medium.js +0 -2
- package/es/icons/document_warning.d.ts +0 -3
- package/es/icons/document_warning.js +0 -2
- package/es/icons/document_warning_medium.d.ts +0 -3
- package/es/icons/document_warning_medium.js +0 -2
- package/es/icons/document_word.d.ts +0 -3
- package/es/icons/document_word.js +0 -2
- package/es/icons/document_word_medium.d.ts +0 -3
- package/es/icons/document_word_medium.js +0 -2
- package/es/icons/document_xls.d.ts +0 -3
- package/es/icons/document_xls.js +0 -2
- package/es/icons/document_xls_medium.d.ts +0 -3
- package/es/icons/document_xls_medium.js +0 -2
- package/icons/dnb/document.js +0 -21
- package/icons/dnb/document_add.d.ts +0 -4
- package/icons/dnb/document_add.js +0 -18
- package/icons/dnb/document_add_medium.d.ts +0 -4
- package/icons/dnb/document_add_medium.js +0 -18
- package/icons/dnb/document_contract.d.ts +0 -4
- package/icons/dnb/document_contract.js +0 -21
- package/icons/dnb/document_contract_medium.d.ts +0 -4
- package/icons/dnb/document_contract_medium.js +0 -21
- package/icons/dnb/document_csv.d.ts +0 -4
- package/icons/dnb/document_csv.js +0 -27
- package/icons/dnb/document_csv_medium.d.ts +0 -4
- package/icons/dnb/document_csv_medium.js +0 -30
- package/icons/dnb/document_loupe.d.ts +0 -4
- package/icons/dnb/document_loupe.js +0 -18
- package/icons/dnb/document_loupe_medium.d.ts +0 -4
- package/icons/dnb/document_loupe_medium.js +0 -18
- package/icons/dnb/document_medium.d.ts +0 -4
- package/icons/dnb/document_medium.js +0 -21
- package/icons/dnb/document_pdf.d.ts +0 -4
- package/icons/dnb/document_pdf.js +0 -27
- package/icons/dnb/document_pdf_medium.d.ts +0 -4
- package/icons/dnb/document_pdf_medium.js +0 -30
- package/icons/dnb/document_rejected.d.ts +0 -4
- package/icons/dnb/document_rejected.js +0 -21
- package/icons/dnb/document_rejected_medium.d.ts +0 -4
- package/icons/dnb/document_rejected_medium.js +0 -21
- package/icons/dnb/document_signing.d.ts +0 -4
- package/icons/dnb/document_signing.js +0 -18
- package/icons/dnb/document_signing_medium.d.ts +0 -4
- package/icons/dnb/document_signing_medium.js +0 -18
- package/icons/dnb/document_txt.d.ts +0 -4
- package/icons/dnb/document_txt.js +0 -27
- package/icons/dnb/document_txt_medium.d.ts +0 -4
- package/icons/dnb/document_txt_medium.js +0 -30
- package/icons/dnb/document_warning.d.ts +0 -4
- package/icons/dnb/document_warning.js +0 -24
- package/icons/dnb/document_warning_medium.d.ts +0 -4
- package/icons/dnb/document_warning_medium.js +0 -24
- package/icons/dnb/document_word.d.ts +0 -4
- package/icons/dnb/document_word.js +0 -27
- package/icons/dnb/document_word_medium.d.ts +0 -4
- package/icons/dnb/document_word_medium.js +0 -30
- package/icons/dnb/document_xls.d.ts +0 -4
- package/icons/dnb/document_xls.js +0 -27
- package/icons/dnb/document_xls_medium.d.ts +0 -4
- package/icons/dnb/document_xls_medium.js +0 -30
- package/icons/document.js +0 -2
- package/icons/document_add.d.ts +0 -3
- package/icons/document_add.js +0 -2
- package/icons/document_add_medium.d.ts +0 -3
- package/icons/document_add_medium.js +0 -2
- package/icons/document_contract.d.ts +0 -3
- package/icons/document_contract.js +0 -2
- package/icons/document_contract_medium.d.ts +0 -3
- package/icons/document_contract_medium.js +0 -2
- package/icons/document_csv.d.ts +0 -3
- package/icons/document_csv.js +0 -2
- package/icons/document_csv_medium.d.ts +0 -3
- package/icons/document_csv_medium.js +0 -2
- package/icons/document_loupe.d.ts +0 -3
- package/icons/document_loupe.js +0 -2
- package/icons/document_loupe_medium.d.ts +0 -3
- package/icons/document_loupe_medium.js +0 -2
- package/icons/document_medium.d.ts +0 -3
- package/icons/document_medium.js +0 -2
- package/icons/document_pdf.d.ts +0 -3
- package/icons/document_pdf.js +0 -2
- package/icons/document_pdf_medium.d.ts +0 -3
- package/icons/document_pdf_medium.js +0 -2
- package/icons/document_rejected.d.ts +0 -3
- package/icons/document_rejected.js +0 -2
- package/icons/document_rejected_medium.d.ts +0 -3
- package/icons/document_rejected_medium.js +0 -2
- package/icons/document_signing.d.ts +0 -3
- package/icons/document_signing.js +0 -2
- package/icons/document_signing_medium.d.ts +0 -3
- package/icons/document_signing_medium.js +0 -2
- package/icons/document_txt.d.ts +0 -3
- package/icons/document_txt.js +0 -2
- package/icons/document_txt_medium.d.ts +0 -3
- package/icons/document_txt_medium.js +0 -2
- package/icons/document_warning.d.ts +0 -3
- package/icons/document_warning.js +0 -2
- package/icons/document_warning_medium.d.ts +0 -3
- package/icons/document_warning_medium.js +0 -2
- package/icons/document_word.d.ts +0 -3
- package/icons/document_word.js +0 -2
- package/icons/document_word_medium.d.ts +0 -3
- package/icons/document_word_medium.js +0 -2
- package/icons/document_xls.d.ts +0 -3
- package/icons/document_xls.js +0 -2
- package/icons/document_xls_medium.d.ts +0 -3
- package/icons/document_xls_medium.js +0 -2
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.5 3.54545H8.09091M5.5 6H10M5.5 12.4545H9.36364M13.8182 5.50267V14C13.8182 14.5523 13.3705 15 12.8182 15H4C3.44772 15 3 14.5523 3 14V2C3 1.44772 3.44772 1 4 1L9.85438 1C10.1485 1 10.4278 1.12951 10.6178 1.35406L13.5816 4.85673C13.7343 5.03729 13.8182 5.26615 13.8182 5.50267Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.61958 1.35383L8.04718 1.83846L8.61958 1.35383ZM9.0176 2.98463C9.28526 3.30075 9.7585 3.34005 10.0746 3.07239C10.3908 2.80474 10.43 2.3315 10.1624 2.01537L9.0176 2.98463ZM4 15.75C4.41421 15.75 4.75 15.4142 4.75 15C4.75 14.5858 4.41421 14.25 4 14.25V15.75ZM9.5 12.4375C9.5 12.8517 9.83579 13.1875 10.25 13.1875C10.6642 13.1875 11 12.8517 11 12.4375H9.5ZM11 8.0625C11 7.64829 10.6642 7.3125 10.25 7.3125C9.83579 7.3125 9.5 7.64829 9.5 8.0625H11ZM12.4375 11C12.8517 11 13.1875 10.6642 13.1875 10.25C13.1875 9.83579 12.8517 9.5 12.4375 9.5V11ZM8.0625 9.5C7.64829 9.5 7.3125 9.83579 7.3125 10.25C7.3125 10.6642 7.64829 11 8.0625 11V9.5ZM2 1.75H7.85638V0.25H2V1.75ZM1.75 14V2H0.25V14H1.75ZM8.04718 1.83846L9.0176 2.98463L10.1624 2.01537L9.19197 0.869202L8.04718 1.83846ZM4 14.25H2V15.75H4V14.25ZM0.25 14C0.25 14.9665 1.0335 15.75 2 15.75V14.25C1.86193 14.25 1.75 14.1381 1.75 14H0.25ZM7.85638 1.75C7.92989 1.75 7.99968 1.78235 8.04718 1.83846L9.19197 0.869202C8.85946 0.476478 8.37096 0.25 7.85638 0.25V1.75ZM2 0.25C1.0335 0.25 0.25 1.0335 0.25 2H1.75C1.75 1.86193 1.86193 1.75 2 1.75V0.25ZM14.4219 10.25C14.4219 12.5541 12.5541 14.4219 10.25 14.4219V15.9219C13.3825 15.9219 15.9219 13.3825 15.9219 10.25H14.4219ZM10.25 14.4219C7.94594 14.4219 6.07812 12.5541 6.07812 10.25H4.57812C4.57812 13.3825 7.11751 15.9219 10.25 15.9219V14.4219ZM6.07812 10.25C6.07812 7.94594 7.94594 6.07812 10.25 6.07812V4.57812C7.11751 4.57812 4.57812 7.11751 4.57812 10.25H6.07812ZM10.25 6.07812C12.5541 6.07812 14.4219 7.94594 14.4219 10.25H15.9219C15.9219 7.11751 13.3825 4.57812 10.25 4.57812V6.07812ZM11 12.4375V8.0625H9.5V12.4375H11ZM12.4375 9.5H8.0625V11H12.4375V9.5Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5 4.25C4.58579 4.25 4.25 4.58579 4.25 5C4.25 5.41421 4.58579 5.75 5 5.75V4.25ZM10.5 5.75C10.9142 5.75 11.25 5.41421 11.25 5C11.25 4.58579 10.9142 4.25 10.5 4.25V5.75ZM5 7.25C4.58579 7.25 4.25 7.58579 4.25 8C4.25 8.41421 4.58579 8.75 5 8.75V7.25ZM13.5 8.75C13.9142 8.75 14.25 8.41421 14.25 8C14.25 7.58579 13.9142 7.25 13.5 7.25V8.75ZM5 18.25C4.58579 18.25 4.25 18.5858 4.25 19C4.25 19.4142 4.58579 19.75 5 19.75V18.25ZM8.5 19.75C8.91421 19.75 9.25 19.4142 9.25 19C9.25 18.5858 8.91421 18.25 8.5 18.25V19.75ZM17.75 9C17.75 9.41421 18.0858 9.75 18.5 9.75C18.9142 9.75 19.25 9.41421 19.25 9H17.75ZM2.5 1.00001L2.5 1.75001L2.5 1.00001ZM12.5362 1V0.25H12.5362L12.5362 1ZM11 23.75C11.4142 23.75 11.75 23.4142 11.75 23C11.75 22.5858 11.4142 22.25 11 22.25V23.75ZM18.2634 7.22037L18.8359 6.73591L18.2634 7.22037ZM13.2996 1.35406L12.727 1.83851L12.727 1.83852L13.2996 1.35406ZM16.85 20.1001C16.85 20.5143 17.1858 20.8501 17.6 20.8501C18.0142 20.8501 18.35 20.5143 18.35 20.1001H16.85ZM18.35 15.1001C18.35 14.6859 18.0142 14.3501 17.6 14.3501C17.1858 14.3501 16.85 14.6859 16.85 15.1001H18.35ZM20.1 18.3501C20.5142 18.3501 20.85 18.0143 20.85 17.6001C20.85 17.1859 20.5142 16.8501 20.1 16.8501V18.3501ZM15.1 16.8501C14.6858 16.8501 14.35 17.1859 14.35 17.6001C14.35 18.0143 14.6858 18.3501 15.1 18.3501V16.8501ZM5 5.75H10.5V4.25H5V5.75ZM5 8.75H13.5V7.25H5V8.75ZM5 19.75H8.5V18.25H5V19.75ZM17.75 7.86631V9H19.25V7.86631H17.75ZM2.5 1.75001L12.5362 1.75L12.5362 0.25L2.5 0.250013L2.5 1.75001ZM2.5 23.75H11V22.25H2.5V23.75ZM0.75 2.00001V22H2.25V2.00001H0.75ZM18.8359 6.73591L13.8721 0.869602L12.727 1.83852L17.6908 7.70482L18.8359 6.73591ZM2.5 22.25C2.36193 22.25 2.25 22.1381 2.25 22H0.75C0.75 22.9665 1.5335 23.75 2.5 23.75V22.25ZM12.5362 1.75C12.6097 1.75 12.6795 1.78238 12.727 1.83851L13.8721 0.869602C13.5396 0.476638 13.051 0.25 12.5362 0.25V1.75ZM2.5 0.250013C1.5335 0.250014 0.75 1.03352 0.75 2.00001H2.25C2.25 1.86194 2.36193 1.75001 2.5 1.75001L2.5 0.250013ZM19.25 7.86631C19.25 7.45239 19.1033 7.05188 18.8359 6.73591L17.6908 7.70482C17.729 7.74996 17.75 7.80718 17.75 7.86631H19.25ZM22.475 17.6001C22.475 20.2925 20.2924 22.4751 17.6 22.4751V23.9751C21.1208 23.9751 23.975 21.1209 23.975 17.6001H22.475ZM17.6 22.4751C14.9076 22.4751 12.725 20.2925 12.725 17.6001H11.225C11.225 21.1209 14.0792 23.9751 17.6 23.9751V22.4751ZM12.725 17.6001C12.725 14.9077 14.9076 12.7251 17.6 12.7251V11.2251C14.0792 11.2251 11.225 14.0793 11.225 17.6001H12.725ZM17.6 12.7251C20.2924 12.7251 22.475 14.9077 22.475 17.6001H23.975C23.975 14.0793 21.1208 11.2251 17.6 11.2251V12.7251ZM18.35 20.1001V15.1001H16.85V20.1001H18.35ZM20.1 16.8501H15.1V18.3501H20.1V16.8501Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.59 3.5L8.61761 1.32777C8.42808 1.11903 8.15923 1 7.87727 1H2C1.44772 1 1 1.44772 1 2V14C1 14.5523 1.44772 15 2 15H6M10.2417 11.3554L9.84785 14.7544C9.81477 14.9304 9.90194 15.1071 10.0629 15.1902C10.2238 15.2734 10.4209 15.2435 10.5491 15.1166L11.6834 14L12.8177 15.1166C12.9461 15.2431 13.143 15.2728 13.3039 15.1898C13.4647 15.1068 13.5521 14.9304 13.5196 14.7544L13.1207 11.3333M11.6666 11.8334C12.9552 11.8334 13.9999 10.8044 13.9999 9.53517C13.9999 8.26589 12.9552 7.23693 11.6666 7.23693C10.3779 7.23693 9.33325 8.26589 9.33325 9.53517C9.33325 10.8044 10.3779 11.8334 11.6666 11.8334Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5 5H10.5M5 8H13.5M5 19H11.5M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2.00001C1.5 1.44773 1.94771 1.00001 2.5 1.00001L12.5362 1C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22037C18.4162 7.40092 18.5 7.62979 18.5 7.86631M16.8627 17.1776L16.2719 22.2762C16.2223 22.5402 16.353 22.8053 16.5944 22.93C16.8358 23.0546 17.1315 23.0099 17.3238 22.8196L19.0252 21.1446L20.7267 22.8196C20.9192 23.0093 21.2147 23.0538 21.4559 22.9293C21.6972 22.8047 21.8283 22.5402 21.7795 22.2762L21.1812 17.1445M19 17.8947C20.933 17.8947 22.5 16.3513 22.5 14.4473C22.5 12.5434 20.933 11 19 11C17.067 11 15.5 12.5434 15.5 14.4473C15.5 16.3513 17.067 17.8947 19 17.8947Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z" fill="black"/>
|
|
3
|
-
<path d="M5.04112 10.3336C5.04112 9.40693 5.36112 8.80026 5.86112 8.80026C6.28779 8.80026 6.51445 9.05359 6.58112 9.60693L7.50778 9.28026C7.36779 8.42693 6.78112 7.93359 5.90778 7.93359C4.73445 7.93359 4.02112 8.84026 4.02112 10.3336C4.02112 11.8536 4.71445 12.7336 5.90778 12.7336C6.72779 12.7336 7.24779 12.3603 7.52779 11.5669L6.69445 11.1069C6.52779 11.6869 6.33445 11.8669 5.87445 11.8669C5.34112 11.8669 5.04112 11.3136 5.04112 10.3336Z" fill="black"/>
|
|
4
|
-
<path d="M9.89851 12.7336C10.9252 12.7336 11.5718 12.1803 11.5718 11.3003C11.5718 10.6069 11.1452 10.1469 10.2718 9.91359L9.82518 9.79359C9.42518 9.68693 9.27185 9.54026 9.27185 9.26026C9.27185 8.96026 9.53185 8.76026 9.92518 8.76026C10.2652 8.76026 10.5385 8.98026 10.6052 9.32026L11.4585 8.92026C11.3385 8.33359 10.7118 7.93359 9.91185 7.93359C8.95185 7.93359 8.27185 8.51359 8.27185 9.32026C8.27185 10.0203 8.67851 10.4669 9.51851 10.6936L9.96518 10.8136C10.4118 10.9336 10.5718 11.0936 10.5718 11.3936C10.5718 11.7136 10.3185 11.9069 9.89851 11.9069C9.47185 11.9069 9.24518 11.7136 9.01851 11.1403L8.18518 11.6269C8.43185 12.3669 9.00518 12.7336 9.89851 12.7336Z" fill="black"/>
|
|
5
|
-
<path d="M14.8892 8.00026L14.0226 11.4336L13.1492 8.00026H12.1026L13.5292 12.6669H14.4759L15.9026 8.00026H14.8892Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2C1.5 1.44772 1.94772 1 2.5 1H12.5362C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22036C18.4162 7.40092 18.5 7.62979 18.5 7.86631V9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M7.56172 15.4999C7.56172 14.1099 8.04172 13.1999 8.79172 13.1999C9.43172 13.1999 9.77172 13.5799 9.87172 14.4099L11.2617 13.9199C11.0517 12.6399 10.1717 11.8999 8.86172 11.8999C7.10172 11.8999 6.03172 13.2599 6.03172 15.4999C6.03172 17.7799 7.07172 19.0999 8.86172 19.0999C10.0917 19.0999 10.8717 18.5399 11.2917 17.3499L10.0417 16.6599C9.79172 17.5299 9.50172 17.7999 8.81172 17.7999C8.01172 17.7999 7.56172 16.9699 7.56172 15.4999Z" fill="black"/>
|
|
4
|
-
<path d="M14.8478 19.0999C16.3878 19.0999 17.3578 18.2699 17.3578 16.9499C17.3578 15.9099 16.7178 15.2199 15.4078 14.8699L14.7378 14.6899C14.1378 14.5299 13.9078 14.3099 13.9078 13.8899C13.9078 13.4399 14.2978 13.1399 14.8878 13.1399C15.3978 13.1399 15.8078 13.4699 15.9078 13.9799L17.1878 13.3799C17.0078 12.4999 16.0678 11.8999 14.8678 11.8999C13.4278 11.8999 12.4078 12.7699 12.4078 13.9799C12.4078 15.0299 13.0178 15.6999 14.2778 16.0399L14.9478 16.2199C15.6178 16.3999 15.8578 16.6399 15.8578 17.0899C15.8578 17.5699 15.4778 17.8599 14.8478 17.8599C14.2078 17.8599 13.8678 17.5699 13.5278 16.7099L12.2778 17.4399C12.6478 18.5499 13.5078 19.0999 14.8478 19.0999Z" fill="black"/>
|
|
5
|
-
<path d="M22.3339 11.9999L21.0339 17.1499L19.7239 11.9999H18.1539L20.2939 18.9999H21.7139L23.8539 11.9999H22.3339Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.61958 1.35383L8.04718 1.83846L8.61958 1.35383ZM9.0176 2.98463C9.28526 3.30075 9.7585 3.34005 10.0746 3.07239C10.3908 2.80474 10.43 2.3315 10.1624 2.01537L9.0176 2.98463ZM5 15.75C5.41421 15.75 5.75 15.4142 5.75 15C5.75 14.5858 5.41421 14.25 5 14.25V15.75ZM14.4697 15.5303C14.7626 15.8232 15.2374 15.8232 15.5303 15.5303C15.8232 15.2374 15.8232 14.7626 15.5303 14.4697L14.4697 15.5303ZM13.9758 12.9151C13.6829 12.6222 13.208 12.6222 12.9151 12.9151C12.6222 13.208 12.6222 13.6829 12.9151 13.9758L13.9758 12.9151ZM2 1.75H7.85638V0.25H2V1.75ZM1.75 14V2H0.25V14H1.75ZM8.04718 1.83846L9.0176 2.98463L10.1624 2.01537L9.19197 0.869202L8.04718 1.83846ZM5 14.25H2V15.75H5V14.25ZM0.25 14C0.25 14.9665 1.0335 15.75 2 15.75V14.25C1.86193 14.25 1.75 14.1381 1.75 14H0.25ZM7.85638 1.75C7.92989 1.75 7.99968 1.78235 8.04718 1.83846L9.19197 0.869202C8.85946 0.476478 8.37096 0.25 7.85638 0.25V1.75ZM2 0.25C1.0335 0.25 0.25 1.0335 0.25 2H1.75C1.75 1.86193 1.86193 1.75 2 1.75V0.25ZM12.2045 9.47727C12.2045 10.9835 10.9835 12.2045 9.47727 12.2045V13.7045C11.8119 13.7045 13.7045 11.8119 13.7045 9.47727H12.2045ZM9.47727 12.2045C7.97104 12.2045 6.75 10.9835 6.75 9.47727H5.25C5.25 11.8119 7.14261 13.7045 9.47727 13.7045V12.2045ZM6.75 9.47727C6.75 7.97104 7.97104 6.75 9.47727 6.75V5.25C7.14261 5.25 5.25 7.14261 5.25 9.47727H6.75ZM9.47727 6.75C10.9835 6.75 12.2045 7.97104 12.2045 9.47727H13.7045C13.7045 7.14261 11.8119 5.25 9.47727 5.25V6.75ZM12.9151 13.9758L14.4697 15.5303L15.5303 14.4697L13.9758 12.9151L12.9151 13.9758Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M2.5 1.00001L2.5 1.75001L2.5 1.00001ZM12.5362 1V0.25H12.5362L12.5362 1ZM17.5044 7.48446C17.7719 7.80066 18.2452 7.8401 18.5614 7.57254C18.8776 7.30498 18.917 6.83175 18.6495 6.51554L17.5044 7.48446ZM13.2996 1.35406L13.8721 0.869602L13.8721 0.869601L13.2996 1.35406ZM21.9697 23.0303C22.2626 23.3232 22.7374 23.3232 23.0303 23.0303C23.3232 22.7374 23.3232 22.2626 23.0303 21.9697L21.9697 23.0303ZM20.5303 19.4697C20.2374 19.1768 19.7626 19.1768 19.4697 19.4697C19.1768 19.7626 19.1768 20.2374 19.4697 20.5303L20.5303 19.4697ZM5 5.75H10.5V4.25H5V5.75ZM5 8.75H11.5V7.25H5V8.75ZM5 19.75H8.5V18.25H5V19.75ZM2.5 1.75001L12.5362 1.75L12.5362 0.25L2.5 0.250013L2.5 1.75001ZM2.5 23.75H12V22.25H2.5V23.75ZM0.75 2.00001V22H2.25V2.00001H0.75ZM18.6495 6.51554L13.8721 0.869602L12.727 1.83852L17.5044 7.48446L18.6495 6.51554ZM2.5 22.25C2.36193 22.25 2.25 22.1381 2.25 22H0.75C0.75 22.9665 1.5335 23.75 2.5 23.75V22.25ZM12.5362 1.75C12.6097 1.75 12.6795 1.78238 12.727 1.83852L13.8721 0.869601C13.5396 0.476638 13.051 0.25 12.5362 0.25V1.75ZM2.5 0.250013C1.5335 0.250014 0.75 1.03352 0.75 2.00001H2.25C2.25 1.86194 2.36193 1.75001 2.5 1.75001L2.5 0.250013ZM19.0227 15.1364C19.0227 17.2827 17.2827 19.0227 15.1364 19.0227V20.5227C18.1112 20.5227 20.5227 18.1112 20.5227 15.1364H19.0227ZM15.1364 19.0227C12.99 19.0227 11.25 17.2827 11.25 15.1364H9.75C9.75 18.1112 12.1616 20.5227 15.1364 20.5227V19.0227ZM11.25 15.1364C11.25 12.99 12.99 11.25 15.1364 11.25V9.75C12.1616 9.75 9.75 12.1616 9.75 15.1364H11.25ZM15.1364 11.25C17.2827 11.25 19.0227 12.99 19.0227 15.1364H20.5227C20.5227 12.1616 18.1112 9.75 15.1364 9.75V11.25ZM19.4697 20.5303L21.9697 23.0303L23.0303 21.9697L20.5303 19.4697L19.4697 20.5303Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 5H12.5M7 8H15.5M7 19H14.5M20.5 7.86631V22C20.5 22.5523 20.0523 23 19.5 23H4.5C3.94772 23 3.5 22.5523 3.5 22V2C3.5 1.44772 3.94772 1 4.5 1L14.5362 1C14.8304 1 15.1096 1.12951 15.2996 1.35406L20.2634 7.22036C20.4162 7.40092 20.5 7.62979 20.5 7.86631Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z" fill="black"/>
|
|
3
|
-
<path d="M5.81445 8H4.14111V12.6667H5.14111V10.8667H5.81445C6.82111 10.8667 7.40778 10.34 7.40778 9.43333C7.40778 8.52667 6.82111 8 5.81445 8ZM5.65445 10.0667H5.14111V8.8H5.65445C6.16111 8.8 6.39445 9 6.39445 9.43333C6.39445 9.86667 6.16111 10.0667 5.65445 10.0667Z" fill="black"/>
|
|
4
|
-
<path d="M9.50518 8H8.27184V12.6667H9.50518C10.8185 12.6667 11.6052 11.82 11.6052 10.3333C11.6052 8.84667 10.8185 8 9.50518 8ZM9.41184 11.8667H9.27184V8.8H9.41184C10.1785 8.8 10.5852 9.3 10.5852 10.3333C10.5852 11.3667 10.1785 11.8667 9.41184 11.8667Z" fill="black"/>
|
|
5
|
-
<path d="M15.4759 8.8V8H12.5359V12.6667H13.5359V10.74H15.2092V9.94H13.5359V8.8H15.4759Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2C1.5 1.44772 1.94772 1 2.5 1H12.5362C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22036C18.4162 7.40092 18.5 7.62979 18.5 7.86631V9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M8.72167 12H6.21167V19H7.71167V16.3H8.72167C10.2317 16.3 11.1117 15.51 11.1117 14.15C11.1117 12.79 10.2317 12 8.72167 12ZM8.48167 15.1H7.71167V13.2H8.48167C9.24167 13.2 9.59167 13.5 9.59167 14.15C9.59167 14.8 9.24167 15.1 8.48167 15.1Z" fill="black"/>
|
|
4
|
-
<path d="M14.2578 12H12.4078V19H14.2578C16.2278 19 17.4078 17.73 17.4078 15.5C17.4078 13.27 16.2278 12 14.2578 12ZM14.1178 17.8H13.9078V13.2H14.1178C15.2678 13.2 15.8778 13.95 15.8778 15.5C15.8778 17.05 15.2678 17.8 14.1178 17.8Z" fill="black"/>
|
|
5
|
-
<path d="M23.2139 13.2V12H18.8039V19H20.3039V16.11H22.8139V14.91H20.3039V13.2H23.2139Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.59 2.5L8.61958 1.35383C8.42957 1.12942 8.15043 1 7.85638 1H2C1.44772 1 1 1.44772 1 2V14C1 14.5523 1.44772 15 2 15H4M8.6875 11.8125L10.25 10.25M10.25 10.25L11.8125 8.6875M10.25 10.25L11.8125 11.8125M10.25 10.25L8.6875 8.6875M15.17 10.25C15.17 12.9673 12.9672 15.17 10.25 15.17C7.53275 15.17 5.32999 12.9673 5.32999 10.25C5.32999 7.53278 7.53275 5.33002 10.25 5.33002C12.9672 5.33002 15.17 7.53278 15.17 10.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5 5H10.5M5 8H13.5M5 19H8.5M18.5 9V7.86631C18.5 7.62979 18.4162 7.40092 18.2634 7.22037L13.2996 1.35406C13.1096 1.12951 12.8304 1 12.5362 1L2.5 1.00001C1.94771 1.00001 1.5 1.44773 1.5 2.00001V22C1.5 22.5523 1.94772 23 2.5 23H11M16.125 19.875L18 18M18 18L19.875 16.125M18 18L19.875 19.875M18 18L16.125 16.125M23.2001 17.95C23.2001 20.8495 20.8496 23.2 17.9501 23.2C15.0506 23.2 12.7001 20.8495 12.7001 17.95C12.7001 15.0505 15.0506 12.7 17.9501 12.7C20.8496 12.7 23.2001 15.0505 23.2001 17.95Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.2953 9.7272L13.7653 9.19645L13.7649 9.19687L14.2953 9.7272ZM9.49436 14.5281L9.64145 15.2635C9.78664 15.2345 9.91999 15.1631 10.0247 15.0584L9.49436 14.5281ZM7.13482 15L6.39938 14.8529C6.3502 15.0988 6.42717 15.353 6.60449 15.5303C6.78181 15.7076 7.03601 15.7846 7.28191 15.7354L7.13482 15ZM7.60673 12.6405L7.0764 12.1101C6.9717 12.2148 6.90033 12.3482 6.87129 12.4934L7.60673 12.6405ZM12.4076 7.83956L12.9379 8.36989L12.9384 8.36948L12.4076 7.83956ZM14.2902 7.83956L13.7595 8.36948L13.7599 8.36986L14.2902 7.83956ZM14.5841 8.27639L13.8913 8.56367L14.5841 8.27639ZM13.5073 10.5151L14.0377 11.0455H14.0377L13.5073 10.5151ZM10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM9.34728 13.7927L6.98773 14.2646L7.28191 15.7354L9.64145 15.2635L9.34728 13.7927ZM7.87025 15.1471L8.34216 12.7875L6.87129 12.4934L6.39938 14.8529L7.87025 15.1471ZM12.9384 8.36948C12.9922 8.31551 13.0562 8.27269 13.1267 8.24348L12.5521 6.85789C12.2995 6.96263 12.0701 7.11614 11.8769 7.30965L12.9384 8.36948ZM13.1267 8.24348C13.1971 8.21427 13.2727 8.19923 13.3489 8.19923V6.69923C13.0755 6.69923 12.8047 6.75315 12.5521 6.85789L13.1267 8.24348ZM13.3489 8.19923C13.4252 8.19923 13.5007 8.21427 13.5711 8.24348L14.1457 6.85789C13.8931 6.75315 13.6224 6.69923 13.3489 6.69923V8.19923ZM13.5711 8.24348C13.6416 8.27269 13.7056 8.31551 13.7595 8.36948L14.821 7.30965C14.6278 7.11614 14.3983 6.96263 14.1457 6.85789L13.5711 8.24348ZM13.8913 8.56367C13.9206 8.63412 13.9356 8.70963 13.9356 8.7859H15.4356C15.4356 8.51246 15.3817 8.24169 15.2769 7.9891L13.8913 8.56367ZM13.9356 8.7859C13.9356 8.86216 13.9206 8.93768 13.8913 9.00813L15.2769 9.5827C15.3817 9.33011 15.4356 9.05934 15.4356 8.7859H13.9356ZM13.8913 9.00813C13.8621 9.07857 13.8193 9.14257 13.7653 9.19645L14.8252 10.2579C15.0187 10.0647 15.1722 9.83529 15.2769 9.5827L13.8913 9.00813ZM13.7599 8.36986C13.8189 8.42894 13.8629 8.49501 13.8913 8.56367L15.2769 7.9891C15.1695 7.73011 15.012 7.50076 14.8206 7.30927L13.7599 8.36986ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.13706 13.1708L12.15 9.15783L11.0894 8.09717L7.0764 12.1101L8.13706 13.1708ZM12.977 9.9848L8.96403 13.9978L10.0247 15.0584L14.0377 11.0455L12.977 9.9848ZM11.0894 9.15783L12.977 11.0455L14.0377 9.9848L12.15 8.09717L11.0894 9.15783ZM13.7649 9.19687L12.977 9.9848L14.0377 11.0455L14.8256 10.2575L13.7649 9.19687ZM12.15 9.15783L12.9379 8.36989L11.8773 7.30923L11.0894 8.09717L12.15 9.15783ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M22.6297 14.8698L22.0998 14.3391L22.0993 14.3395L22.6297 14.8698ZM14.9998 22.4997L15.1469 23.2351C15.2921 23.2061 15.4254 23.1347 15.5301 23.03L14.9998 22.4997ZM11.2498 23.2497L10.5144 23.1026C10.4652 23.3485 10.5422 23.6027 10.7195 23.78C10.8968 23.9573 11.151 24.0343 11.3969 23.9851L11.2498 23.2497ZM11.9998 19.4998L11.4695 18.9694C11.3648 19.0741 11.2934 19.2075 11.2644 19.3527L11.9998 19.4998ZM19.6297 11.8699L20.16 12.4002L20.1604 12.3998L19.6297 11.8699ZM22.6217 11.8699L22.0909 12.3998L22.0913 12.4002L22.6217 11.8699ZM23.0888 12.5641L22.396 12.8514L23.0888 12.5641ZM22.1997 15.2998L22.73 15.8301L22.1997 15.2998ZM4.99993 4.24994C4.58572 4.24994 4.24994 4.58572 4.24994 4.99993C4.24994 5.41413 4.58572 5.74992 4.99993 5.74992V4.24994ZM10.4998 5.74992C10.9141 5.74992 11.2498 5.41413 11.2498 4.99993C11.2498 4.58572 10.9141 4.24994 10.4998 4.24994V5.74992ZM4.99993 7.24989C4.58572 7.24989 4.24994 7.58568 4.24994 7.99988C4.24994 8.41409 4.58572 8.74987 4.99993 8.74987V7.24989ZM13.4998 8.74987C13.914 8.74987 14.2498 8.41409 14.2498 7.99988C14.2498 7.58568 13.914 7.24989 13.4998 7.24989V8.74987ZM4.99993 18.2497C4.58572 18.2497 4.24994 18.5855 4.24994 18.9997C4.24994 19.4139 4.58572 19.7497 4.99993 19.7497V18.2497ZM8.49988 19.7497C8.91408 19.7497 9.24986 19.4139 9.24986 18.9997C9.24986 18.5855 8.91408 18.2497 8.49988 18.2497V19.7497ZM17.7497 8.99987C17.7497 9.41407 18.0855 9.74986 18.4997 9.74986C18.9139 9.74986 19.2497 9.41407 19.2497 8.99987H17.7497ZM7.99988 23.7497C8.41409 23.7497 8.74987 23.4139 8.74987 22.9997C8.74987 22.5855 8.41409 22.2497 7.99988 22.2497V23.7497ZM18.2631 7.22026L18.8357 6.73581L18.2631 7.22026ZM2.49996 0.999999L2.49996 0.25001L2.49996 0.999999ZM12.536 0.999986L12.536 0.249997L12.536 0.999986ZM13.2994 1.35404L12.7269 1.83849L13.2994 1.35404ZM14.8527 21.7643L11.1027 22.5143L11.3969 23.9851L15.1469 23.2351L14.8527 21.7643ZM11.9853 23.3968L12.7352 19.6468L11.2644 19.3527L10.5144 23.1026L11.9853 23.3968ZM20.1604 12.3998C20.2871 12.2729 20.4376 12.1722 20.6032 12.1035L20.0287 10.718C19.6809 10.8622 19.365 11.0735 19.099 11.34L20.1604 12.3998ZM20.6032 12.1035C20.7688 12.0349 20.9464 11.9995 21.1257 11.9995V10.4995C20.7492 10.4995 20.3764 10.5738 20.0287 10.718L20.6032 12.1035ZM21.1257 11.9995C21.305 11.9995 21.4825 12.0349 21.6482 12.1035L22.2227 10.718C21.875 10.5738 21.5022 10.4995 21.1257 10.4995V11.9995ZM21.6482 12.1035C21.8138 12.1722 21.9642 12.2729 22.0909 12.3998L23.1524 11.34C22.8864 11.0735 22.5705 10.8622 22.2227 10.718L21.6482 12.1035ZM22.396 12.8514C22.4647 13.017 22.5 13.1945 22.5 13.3738H24C24 12.9974 23.9258 12.6246 23.7816 12.2768L22.396 12.8514ZM22.5 13.3738C22.5 13.5532 22.4647 13.7307 22.396 13.8963L23.7816 14.4709C23.9258 14.1231 24 13.7503 24 13.3738H22.5ZM22.396 13.8963C22.3273 14.0619 22.2266 14.2124 22.0998 14.3391L23.1596 15.4006C23.426 15.1346 23.6374 14.8186 23.7816 14.4709L22.396 13.8963ZM12.5301 20.0301L19.7301 12.8301L18.6694 11.7695L11.4695 18.9694L12.5301 20.0301ZM19.7301 12.8301L20.16 12.4002L19.0994 11.3395L18.6694 11.7695L19.7301 12.8301ZM22.0993 14.3395L21.6694 14.7695L22.73 15.8301L23.16 15.4001L22.0993 14.3395ZM21.6694 14.7695L14.4695 21.9694L15.5301 23.03L22.73 15.8301L21.6694 14.7695ZM18.6694 12.8301L21.6694 15.8301L22.73 14.7695L19.7301 11.7695L18.6694 12.8301ZM22.0913 12.4002C22.2242 12.5331 22.3275 12.6862 22.396 12.8514L23.7816 12.2768C23.6341 11.9213 23.4173 11.6049 23.152 11.3396L22.0913 12.4002ZM4.99993 5.74992H10.4998V4.24994H4.99993V5.74992ZM4.99993 8.74987H13.4998V7.24989H4.99993V8.74987ZM4.99993 19.7497H8.49988V18.2497H4.99993V19.7497ZM2.24997 21.9997V1.99998H0.749989V21.9997H2.24997ZM17.7497 7.86619V8.99987H19.2497V7.86619H17.7497ZM2.49996 1.74999L12.536 1.74998L12.536 0.249997L2.49996 0.25001L2.49996 1.74999ZM2.49996 23.7497H7.99988V22.2497H2.49996V23.7497ZM12.7269 1.83849L17.6906 7.70471L18.8357 6.73581L13.8719 0.869589L12.7269 1.83849ZM19.2497 7.86619C19.2497 7.45229 19.103 7.05178 18.8357 6.73581L17.6906 7.70471C17.7288 7.74985 17.7497 7.80706 17.7497 7.86619H19.2497ZM2.24997 1.99998C2.24997 1.86191 2.36189 1.74999 2.49996 1.74999L2.49996 0.25001C1.53348 0.250011 0.749989 1.0335 0.749989 1.99998H2.24997ZM0.749989 21.9997C0.749989 22.9662 1.53348 23.7497 2.49996 23.7497V22.2497C2.36189 22.2497 2.24997 22.1377 2.24997 21.9997H0.749989ZM12.536 1.74998C12.6096 1.74997 12.6794 1.78235 12.7269 1.83849L13.8719 0.869589C13.5394 0.476631 13.0508 0.249996 12.536 0.249997L12.536 1.74998Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z" fill="black"/>
|
|
3
|
-
<path d="M7.50782 8H3.97449V8.8H5.24115V12.6667H6.24115V8.8H7.50782V8Z" fill="black"/>
|
|
4
|
-
<path d="M11.7385 12.6667L10.3919 10.2667L11.6785 8H10.5785L9.87855 9.40667L9.20522 8H8.06522L9.34522 10.3333L8.00522 12.6667H9.15188L9.86522 11.24L10.5519 12.6667H11.7385Z" fill="black"/>
|
|
5
|
-
<path d="M15.7693 8H12.2359V8.8H13.5026V12.6667H14.5026V8.8H15.7693V8Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2C1.5 1.44772 1.94772 1 2.5 1H12.5362C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22036C18.4162 7.40092 18.5 7.62979 18.5 7.86631V9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M11.2617 12H5.96173V13.2H7.86173V19H9.36173V13.2H11.2617V12Z" fill="black"/>
|
|
4
|
-
<path d="M17.6078 19L15.5878 15.4L17.5178 12H15.8678L14.8178 14.11L13.8078 12H12.0978L14.0178 15.5L12.0078 19H13.7278L14.7978 16.86L15.8278 19H17.6078Z" fill="black"/>
|
|
5
|
-
<path d="M23.6539 12H18.3539V13.2H20.2539V19H21.7539V13.2H23.6539V12Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.59 3.5L8.61761 1.32777C8.42808 1.11903 8.15923 1 7.87727 1H2C1.44772 1 1 1.44772 1 2V14C1 14.5523 1.44772 15 2 15H3M10.4998 11.7272V9.72737M14.8593 13.1324C14.9608 13.3291 15.0088 13.5478 14.9987 13.7676C14.9885 13.9873 14.9206 14.2009 14.8013 14.3881C14.6821 14.5752 14.5154 14.7297 14.3173 14.8368C14.1191 14.9439 13.896 15.0001 13.6691 15H7.33058C7.1037 15.0002 6.88056 14.944 6.68238 14.8369C6.4842 14.7298 6.31758 14.5753 6.19836 14.3881C6.07915 14.2009 6.01131 13.9873 6.0013 13.7675C5.99128 13.5477 6.03943 13.3291 6.14116 13.1324L9.30969 7.7136C9.42014 7.49919 9.59 7.31885 9.80022 7.19281C10.0104 7.06676 10.2527 7 10.4999 7C10.747 7 10.9893 7.06676 11.1995 7.19281C11.4097 7.31885 11.5796 7.49919 11.69 7.7136L14.8593 13.1324Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M10.5117 12.8594C10.4074 12.8594 10.3055 12.8903 10.2187 12.9482C10.132 13.0062 10.0644 13.0886 10.0245 13.1849C9.9846 13.2813 9.97416 13.3873 9.99451 13.4896C10.0149 13.5919 10.0651 13.6859 10.1388 13.7596C10.2126 13.8334 10.3065 13.8836 10.4088 13.9039C10.5111 13.9243 10.6172 13.9138 10.7135 13.8739C10.8099 13.834 10.8922 13.7664 10.9502 13.6797C11.0081 13.593 11.0391 13.491 11.0391 13.3867C11.0391 13.2469 10.9835 13.1127 10.8846 13.0138C10.7857 12.9149 10.6516 12.8594 10.5117 12.8594Z" fill="black"/>
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5 5H10.5M5 8H13.5M5 19H7.5M18.5 8.5V7.86631C18.5 7.62979 18.4162 7.40092 18.2634 7.22037L13.2996 1.35406C13.1096 1.12951 12.8304 1 12.5362 1L2.5 1.00001C1.94771 1.00001 1.5 1.44773 1.5 2.00001V22C1.5 22.5523 1.94772 23 2.5 23H7M16.7998 18.4226V15.6104M22.794 20.3987C22.9337 20.6753 22.9996 20.9828 22.9857 21.2919C22.9717 21.6009 22.8783 21.9013 22.7143 22.1645C22.5503 22.4277 22.3212 22.6449 22.0487 22.7955C21.7763 22.9461 21.4695 23.0251 21.1576 23.025H12.442C12.1301 23.0252 11.8233 22.9463 11.5508 22.7956C11.2783 22.645 11.0492 22.4278 10.8853 22.1645C10.7213 21.9013 10.628 21.6009 10.6143 21.2918C10.6005 20.9827 10.6667 20.6752 10.8066 20.3987L15.1633 12.7785C15.3152 12.477 15.5487 12.2234 15.8378 12.0461C16.1268 11.8689 16.46 11.775 16.7998 11.775C17.1396 11.775 17.4728 11.8689 17.7618 12.0461C18.0509 12.2234 18.2844 12.477 18.4363 12.7785L22.794 20.3987Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M16.8 19.8105C16.657 19.8105 16.5171 19.853 16.3982 19.9324C16.2793 20.0119 16.1866 20.1248 16.1318 20.257C16.0771 20.3891 16.0628 20.5346 16.0907 20.6749C16.1186 20.8151 16.1875 20.944 16.2886 21.0452C16.3898 21.1463 16.5186 21.2152 16.6589 21.2431C16.7992 21.271 16.9446 21.2567 17.0768 21.2019C17.2089 21.1472 17.3219 21.0545 17.4013 20.9356C17.4808 20.8166 17.5232 20.6768 17.5232 20.5338C17.5232 20.342 17.447 20.158 17.3114 20.0224C17.1758 19.8867 16.9918 19.8105 16.8 19.8105Z" fill="black"/>
|
|
4
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z" fill="black"/>
|
|
3
|
-
<path d="M5.37445 8.00026H4.14111V12.6669H5.37445C6.68778 12.6669 7.47445 11.8203 7.47445 10.3336C7.47445 8.84693 6.68778 8.00026 5.37445 8.00026ZM5.28111 11.8669H5.14111V8.80026H5.28111C6.04778 8.80026 6.45445 9.30026 6.45445 10.3336C6.45445 11.3669 6.04778 11.8669 5.28111 11.8669Z" fill="black"/>
|
|
4
|
-
<path d="M9.87184 7.93359C10.9918 7.93359 11.5918 8.77359 11.5918 10.3336C11.5918 11.8936 10.9918 12.7336 9.87184 12.7336C8.75184 12.7336 8.15184 11.8936 8.15184 10.3336C8.15184 8.77359 8.75184 7.93359 9.87184 7.93359ZM9.87184 11.8669C10.3185 11.8669 10.5718 11.3136 10.5718 10.3336C10.5718 9.35359 10.3185 8.80026 9.87184 8.80026C9.42518 8.80026 9.17184 9.35359 9.17184 10.3336C9.17184 11.3136 9.42518 11.8669 9.87184 11.8669Z" fill="black"/>
|
|
5
|
-
<path d="M13.3026 10.3336C13.3026 9.40693 13.6226 8.80026 14.1226 8.80026C14.5492 8.80026 14.7759 9.05359 14.8426 9.60693L15.7692 9.28026C15.6292 8.42693 15.0426 7.93359 14.1692 7.93359C12.9959 7.93359 12.2826 8.84026 12.2826 10.3336C12.2826 11.8536 12.9759 12.7336 14.1692 12.7336C14.9892 12.7336 15.5092 12.3603 15.7892 11.5669L14.9559 11.1069C14.7892 11.6869 14.5959 11.8669 14.1359 11.8669C13.6026 11.8669 13.3026 11.3136 13.3026 10.3336Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2C1.5 1.44772 1.94772 1 2.5 1H12.5362C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22036C18.4162 7.40092 18.5 7.62979 18.5 7.86631V9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M8.06173 11.9999H6.21173V18.9999H8.06173C10.0317 18.9999 11.2117 17.7299 11.2117 15.4999C11.2117 13.2699 10.0317 11.9999 8.06173 11.9999ZM7.92173 17.7999H7.71173V13.1999H7.92173C9.07173 13.1999 9.68173 13.9499 9.68173 15.4999C9.68173 17.0499 9.07173 17.7999 7.92173 17.7999Z" fill="black"/>
|
|
4
|
-
<path d="M14.8078 11.8999C16.4878 11.8999 17.3878 13.1599 17.3878 15.4999C17.3878 17.8399 16.4878 19.0999 14.8078 19.0999C13.1278 19.0999 12.2278 17.8399 12.2278 15.4999C12.2278 13.1599 13.1278 11.8999 14.8078 11.8999ZM14.8078 17.7999C15.4778 17.7999 15.8578 16.9699 15.8578 15.4999C15.8578 14.0299 15.4778 13.1999 14.8078 13.1999C14.1378 13.1999 13.7578 14.0299 13.7578 15.4999C13.7578 16.9699 14.1378 17.7999 14.8078 17.7999Z" fill="black"/>
|
|
5
|
-
<path d="M19.9539 15.4999C19.9539 14.1099 20.4339 13.1999 21.1839 13.1999C21.8239 13.1999 22.1639 13.5799 22.2639 14.4099L23.6539 13.9199C23.4439 12.6399 22.5639 11.8999 21.2539 11.8999C19.4939 11.8999 18.4239 13.2599 18.4239 15.4999C18.4239 17.7799 19.4639 19.0999 21.2539 19.0999C22.4839 19.0999 23.2639 18.5399 23.6839 17.3499L22.4339 16.6599C22.1839 17.5299 21.8939 17.7999 21.2039 17.7999C20.4039 17.7999 19.9539 16.9699 19.9539 15.4999Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z" fill="black"/>
|
|
3
|
-
<path d="M7.60785 12.6669L6.26118 10.2669L7.54785 8.00026H6.44785L5.74785 9.40693L5.07451 8.00026H3.93451L5.21451 10.3336L3.87451 12.6669H5.02118L5.73451 11.2403L6.42118 12.6669H7.60785Z" fill="black"/>
|
|
4
|
-
<path d="M9.40524 11.8669V8.00026H8.40524V12.6669H11.4719V11.8669H9.40524Z" fill="black"/>
|
|
5
|
-
<path d="M14.0293 12.7336C15.056 12.7336 15.7026 12.1803 15.7026 11.3003C15.7026 10.6069 15.276 10.1469 14.4026 9.91359L13.956 9.79359C13.556 9.68693 13.4026 9.54026 13.4026 9.26026C13.4026 8.96026 13.6626 8.76026 14.056 8.76026C14.396 8.76026 14.6693 8.98026 14.736 9.32026L15.5893 8.92026C15.4693 8.33359 14.8426 7.93359 14.0426 7.93359C13.0826 7.93359 12.4026 8.51359 12.4026 9.32026C12.4026 10.0203 12.8093 10.4669 13.6493 10.6936L14.096 10.8136C14.5426 10.9336 14.7026 11.0936 14.7026 11.3936C14.7026 11.7136 14.4493 11.9069 14.0293 11.9069C13.6026 11.9069 13.376 11.7136 13.1493 11.1403L12.316 11.6269C12.5626 12.3669 13.136 12.7336 14.0293 12.7336Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2C1.5 1.44772 1.94772 1 2.5 1H12.5362C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22036C18.4162 7.40092 18.5 7.62979 18.5 7.86631V9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M11.4118 18.9999L9.39177 15.3999L11.3218 11.9999H9.67177L8.62177 14.1099L7.61177 11.9999H5.90177L7.82177 15.4999L5.81177 18.9999H7.53177L8.60177 16.8599L9.63177 18.9999H11.4118Z" fill="black"/>
|
|
4
|
-
<path d="M14.1079 17.7999V11.9999H12.6079V18.9999H17.2079V17.7999H14.1079Z" fill="black"/>
|
|
5
|
-
<path d="M21.044 19.0999C22.584 19.0999 23.554 18.2699 23.554 16.9499C23.554 15.9099 22.914 15.2199 21.604 14.8699L20.934 14.6899C20.334 14.5299 20.104 14.3099 20.104 13.8899C20.104 13.4399 20.494 13.1399 21.084 13.1399C21.594 13.1399 22.004 13.4699 22.104 13.9799L23.384 13.3799C23.204 12.4999 22.264 11.8999 21.064 11.8999C19.624 11.8999 18.604 12.7699 18.604 13.9799C18.604 15.0299 19.214 15.6999 20.474 16.0399L21.144 16.2199C21.814 16.3999 22.054 16.6399 22.054 17.0899C22.054 17.5699 21.674 17.8599 21.044 17.8599C20.404 17.8599 20.064 17.5699 19.724 16.7099L18.474 17.4399C18.844 18.5499 19.704 19.0999 21.044 19.0999Z" fill="black"/>
|
|
6
|
-
</svg>
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_add = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 16,
|
|
18
|
-
height: 16,
|
|
19
|
-
viewBox: "0 0 16 16",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M8.61958 1.35383L8.04718 1.83846L8.61958 1.35383ZM9.0176 2.98463C9.28526 3.30075 9.7585 3.34005 10.0746 3.07239C10.3908 2.80474 10.43 2.3315 10.1624 2.01537L9.0176 2.98463ZM4 15.75C4.41421 15.75 4.75 15.4142 4.75 15C4.75 14.5858 4.41421 14.25 4 14.25V15.75ZM9.5 12.4375C9.5 12.8517 9.83579 13.1875 10.25 13.1875C10.6642 13.1875 11 12.8517 11 12.4375H9.5ZM11 8.0625C11 7.64829 10.6642 7.3125 10.25 7.3125C9.83579 7.3125 9.5 7.64829 9.5 8.0625H11ZM12.4375 11C12.8517 11 13.1875 10.6642 13.1875 10.25C13.1875 9.83579 12.8517 9.5 12.4375 9.5V11ZM8.0625 9.5C7.64829 9.5 7.3125 9.83579 7.3125 10.25C7.3125 10.6642 7.64829 11 8.0625 11V9.5ZM2 1.75H7.85638V0.25H2V1.75ZM1.75 14V2H0.25V14H1.75ZM8.04718 1.83846L9.0176 2.98463L10.1624 2.01537L9.19197 0.869202L8.04718 1.83846ZM4 14.25H2V15.75H4V14.25ZM0.25 14C0.25 14.9665 1.0335 15.75 2 15.75V14.25C1.86193 14.25 1.75 14.1381 1.75 14H0.25ZM7.85638 1.75C7.92989 1.75 7.99968 1.78235 8.04718 1.83846L9.19197 0.869202C8.85946 0.476478 8.37096 0.25 7.85638 0.25V1.75ZM2 0.25C1.0335 0.25 0.25 1.0335 0.25 2H1.75C1.75 1.86193 1.86193 1.75 2 1.75V0.25ZM14.4219 10.25C14.4219 12.5541 12.5541 14.4219 10.25 14.4219V15.9219C13.3825 15.9219 15.9219 13.3825 15.9219 10.25H14.4219ZM10.25 14.4219C7.94594 14.4219 6.07812 12.5541 6.07812 10.25H4.57812C4.57812 13.3825 7.11751 15.9219 10.25 15.9219V14.4219ZM6.07812 10.25C6.07812 7.94594 7.94594 6.07812 10.25 6.07812V4.57812C7.11751 4.57812 4.57812 7.11751 4.57812 10.25H6.07812ZM10.25 6.07812C12.5541 6.07812 14.4219 7.94594 14.4219 10.25H15.9219C15.9219 7.11751 13.3825 4.57812 10.25 4.57812V6.07812ZM11 12.4375V8.0625H9.5V12.4375H11ZM12.4375 9.5H8.0625V11H12.4375V9.5Z",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})));
|
|
26
|
-
|
|
27
|
-
var _default = document_add;
|
|
28
|
-
exports.default = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_add_medium = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 24,
|
|
18
|
-
height: 24,
|
|
19
|
-
viewBox: "0 0 24 24",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M5 4.25C4.58579 4.25 4.25 4.58579 4.25 5C4.25 5.41421 4.58579 5.75 5 5.75V4.25ZM10.5 5.75C10.9142 5.75 11.25 5.41421 11.25 5C11.25 4.58579 10.9142 4.25 10.5 4.25V5.75ZM5 7.25C4.58579 7.25 4.25 7.58579 4.25 8C4.25 8.41421 4.58579 8.75 5 8.75V7.25ZM13.5 8.75C13.9142 8.75 14.25 8.41421 14.25 8C14.25 7.58579 13.9142 7.25 13.5 7.25V8.75ZM5 18.25C4.58579 18.25 4.25 18.5858 4.25 19C4.25 19.4142 4.58579 19.75 5 19.75V18.25ZM8.5 19.75C8.91421 19.75 9.25 19.4142 9.25 19C9.25 18.5858 8.91421 18.25 8.5 18.25V19.75ZM17.75 9C17.75 9.41421 18.0858 9.75 18.5 9.75C18.9142 9.75 19.25 9.41421 19.25 9H17.75ZM2.5 1.00001L2.5 1.75001L2.5 1.00001ZM12.5362 1V0.25H12.5362L12.5362 1ZM11 23.75C11.4142 23.75 11.75 23.4142 11.75 23C11.75 22.5858 11.4142 22.25 11 22.25V23.75ZM18.2634 7.22037L18.8359 6.73591L18.2634 7.22037ZM13.2996 1.35406L12.727 1.83851L12.727 1.83852L13.2996 1.35406ZM16.85 20.1001C16.85 20.5143 17.1858 20.8501 17.6 20.8501C18.0142 20.8501 18.35 20.5143 18.35 20.1001H16.85ZM18.35 15.1001C18.35 14.6859 18.0142 14.3501 17.6 14.3501C17.1858 14.3501 16.85 14.6859 16.85 15.1001H18.35ZM20.1 18.3501C20.5142 18.3501 20.85 18.0143 20.85 17.6001C20.85 17.1859 20.5142 16.8501 20.1 16.8501V18.3501ZM15.1 16.8501C14.6858 16.8501 14.35 17.1859 14.35 17.6001C14.35 18.0143 14.6858 18.3501 15.1 18.3501V16.8501ZM5 5.75H10.5V4.25H5V5.75ZM5 8.75H13.5V7.25H5V8.75ZM5 19.75H8.5V18.25H5V19.75ZM17.75 7.86631V9H19.25V7.86631H17.75ZM2.5 1.75001L12.5362 1.75L12.5362 0.25L2.5 0.250013L2.5 1.75001ZM2.5 23.75H11V22.25H2.5V23.75ZM0.75 2.00001V22H2.25V2.00001H0.75ZM18.8359 6.73591L13.8721 0.869602L12.727 1.83852L17.6908 7.70482L18.8359 6.73591ZM2.5 22.25C2.36193 22.25 2.25 22.1381 2.25 22H0.75C0.75 22.9665 1.5335 23.75 2.5 23.75V22.25ZM12.5362 1.75C12.6097 1.75 12.6795 1.78238 12.727 1.83851L13.8721 0.869602C13.5396 0.476638 13.051 0.25 12.5362 0.25V1.75ZM2.5 0.250013C1.5335 0.250014 0.75 1.03352 0.75 2.00001H2.25C2.25 1.86194 2.36193 1.75001 2.5 1.75001L2.5 0.250013ZM19.25 7.86631C19.25 7.45239 19.1033 7.05188 18.8359 6.73591L17.6908 7.70482C17.729 7.74996 17.75 7.80718 17.75 7.86631H19.25ZM22.475 17.6001C22.475 20.2925 20.2924 22.4751 17.6 22.4751V23.9751C21.1208 23.9751 23.975 21.1209 23.975 17.6001H22.475ZM17.6 22.4751C14.9076 22.4751 12.725 20.2925 12.725 17.6001H11.225C11.225 21.1209 14.0792 23.9751 17.6 23.9751V22.4751ZM12.725 17.6001C12.725 14.9077 14.9076 12.7251 17.6 12.7251V11.2251C14.0792 11.2251 11.225 14.0793 11.225 17.6001H12.725ZM17.6 12.7251C20.2924 12.7251 22.475 14.9077 22.475 17.6001H23.975C23.975 14.0793 21.1208 11.2251 17.6 11.2251V12.7251ZM18.35 20.1001V15.1001H16.85V20.1001H18.35ZM20.1 16.8501H15.1V18.3501H20.1V16.8501Z",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})));
|
|
26
|
-
|
|
27
|
-
var _default = document_add_medium;
|
|
28
|
-
exports.default = _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_contract = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 16,
|
|
18
|
-
height: 16,
|
|
19
|
-
viewBox: "0 0 16 16",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M10.59 3.5L8.61761 1.32777C8.42808 1.11903 8.15923 1 7.87727 1H2C1.44772 1 1 1.44772 1 2V14C1 14.5523 1.44772 15 2 15H6M10.2417 11.3554L9.84785 14.7544C9.81477 14.9304 9.90194 15.1071 10.0629 15.1902C10.2238 15.2734 10.4209 15.2435 10.5491 15.1166L11.6834 14L12.8177 15.1166C12.9461 15.2431 13.143 15.2728 13.3039 15.1898C13.4647 15.1068 13.5521 14.9304 13.5196 14.7544L13.1207 11.3333M11.6666 11.8334C12.9552 11.8334 13.9999 10.8044 13.9999 9.53517C13.9999 8.26589 12.9552 7.23693 11.6666 7.23693C10.3779 7.23693 9.33325 8.26589 9.33325 9.53517C9.33325 10.8044 10.3779 11.8334 11.6666 11.8334Z",
|
|
24
|
-
stroke: "black",
|
|
25
|
-
strokeWidth: 1.5,
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
})));
|
|
29
|
-
|
|
30
|
-
var _default = document_contract;
|
|
31
|
-
exports.default = _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_contract_medium = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 24,
|
|
18
|
-
height: 24,
|
|
19
|
-
viewBox: "0 0 24 24",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M5 5H10.5M5 8H13.5M5 19H11.5M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2.00001C1.5 1.44773 1.94771 1.00001 2.5 1.00001L12.5362 1C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22037C18.4162 7.40092 18.5 7.62979 18.5 7.86631M16.8627 17.1776L16.2719 22.2762C16.2223 22.5402 16.353 22.8053 16.5944 22.93C16.8358 23.0546 17.1315 23.0099 17.3238 22.8196L19.0252 21.1446L20.7267 22.8196C20.9192 23.0093 21.2147 23.0538 21.4559 22.9293C21.6972 22.8047 21.8283 22.5402 21.7795 22.2762L21.1812 17.1445M19 17.8947C20.933 17.8947 22.5 16.3513 22.5 14.4473C22.5 12.5434 20.933 11 19 11C17.067 11 15.5 12.5434 15.5 14.4473C15.5 16.3513 17.067 17.8947 19 17.8947Z",
|
|
24
|
-
stroke: "black",
|
|
25
|
-
strokeWidth: 1.5,
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
})));
|
|
29
|
-
|
|
30
|
-
var _default = document_contract_medium;
|
|
31
|
-
exports.default = _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path, _path2, _path3, _path4;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_csv = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 16,
|
|
18
|
-
height: 16,
|
|
19
|
-
viewBox: "0 0 16 16",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})), _path2 || (_path2 = _react.default.createElement("path", {
|
|
26
|
-
d: "M5.04112 10.3336C5.04112 9.40693 5.36112 8.80026 5.86112 8.80026C6.28779 8.80026 6.51445 9.05359 6.58112 9.60693L7.50778 9.28026C7.36779 8.42693 6.78112 7.93359 5.90778 7.93359C4.73445 7.93359 4.02112 8.84026 4.02112 10.3336C4.02112 11.8536 4.71445 12.7336 5.90778 12.7336C6.72779 12.7336 7.24779 12.3603 7.52779 11.5669L6.69445 11.1069C6.52779 11.6869 6.33445 11.8669 5.87445 11.8669C5.34112 11.8669 5.04112 11.3136 5.04112 10.3336Z",
|
|
27
|
-
fill: "black"
|
|
28
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
29
|
-
d: "M9.89851 12.7336C10.9252 12.7336 11.5718 12.1803 11.5718 11.3003C11.5718 10.6069 11.1452 10.1469 10.2718 9.91359L9.82518 9.79359C9.42518 9.68693 9.27185 9.54026 9.27185 9.26026C9.27185 8.96026 9.53185 8.76026 9.92518 8.76026C10.2652 8.76026 10.5385 8.98026 10.6052 9.32026L11.4585 8.92026C11.3385 8.33359 10.7118 7.93359 9.91185 7.93359C8.95185 7.93359 8.27185 8.51359 8.27185 9.32026C8.27185 10.0203 8.67851 10.4669 9.51851 10.6936L9.96518 10.8136C10.4118 10.9336 10.5718 11.0936 10.5718 11.3936C10.5718 11.7136 10.3185 11.9069 9.89851 11.9069C9.47185 11.9069 9.24518 11.7136 9.01851 11.1403L8.18518 11.6269C8.43185 12.3669 9.00518 12.7336 9.89851 12.7336Z",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
32
|
-
d: "M14.8892 8.00026L14.0226 11.4336L13.1492 8.00026H12.1026L13.5292 12.6669H14.4759L15.9026 8.00026H14.8892Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})));
|
|
35
|
-
|
|
36
|
-
var _default = document_csv;
|
|
37
|
-
exports.default = _default;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path, _path2, _path3, _path4;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_csv_medium = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 24,
|
|
18
|
-
height: 24,
|
|
19
|
-
viewBox: "0 0 24 24",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M13 23H2.5C1.94772 23 1.5 22.5523 1.5 22V2C1.5 1.44772 1.94772 1 2.5 1H12.5362C12.8304 1 13.1096 1.12951 13.2996 1.35406L18.2634 7.22036C18.4162 7.40092 18.5 7.62979 18.5 7.86631V9",
|
|
24
|
-
stroke: "black",
|
|
25
|
-
strokeWidth: 1.5,
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
})), _path2 || (_path2 = _react.default.createElement("path", {
|
|
29
|
-
d: "M7.56172 15.4999C7.56172 14.1099 8.04172 13.1999 8.79172 13.1999C9.43172 13.1999 9.77172 13.5799 9.87172 14.4099L11.2617 13.9199C11.0517 12.6399 10.1717 11.8999 8.86172 11.8999C7.10172 11.8999 6.03172 13.2599 6.03172 15.4999C6.03172 17.7799 7.07172 19.0999 8.86172 19.0999C10.0917 19.0999 10.8717 18.5399 11.2917 17.3499L10.0417 16.6599C9.79172 17.5299 9.50172 17.7999 8.81172 17.7999C8.01172 17.7999 7.56172 16.9699 7.56172 15.4999Z",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
32
|
-
d: "M14.8478 19.0999C16.3878 19.0999 17.3578 18.2699 17.3578 16.9499C17.3578 15.9099 16.7178 15.2199 15.4078 14.8699L14.7378 14.6899C14.1378 14.5299 13.9078 14.3099 13.9078 13.8899C13.9078 13.4399 14.2978 13.1399 14.8878 13.1399C15.3978 13.1399 15.8078 13.4699 15.9078 13.9799L17.1878 13.3799C17.0078 12.4999 16.0678 11.8999 14.8678 11.8999C13.4278 11.8999 12.4078 12.7699 12.4078 13.9799C12.4078 15.0299 13.0178 15.6999 14.2778 16.0399L14.9478 16.2199C15.6178 16.3999 15.8578 16.6399 15.8578 17.0899C15.8578 17.5699 15.4778 17.8599 14.8478 17.8599C14.2078 17.8599 13.8678 17.5699 13.5278 16.7099L12.2778 17.4399C12.6478 18.5499 13.5078 19.0999 14.8478 19.0999Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
35
|
-
d: "M22.3339 11.9999L21.0339 17.1499L19.7239 11.9999H18.1539L20.2939 18.9999H21.7139L23.8539 11.9999H22.3339Z",
|
|
36
|
-
fill: "black"
|
|
37
|
-
})));
|
|
38
|
-
|
|
39
|
-
var _default = document_csv_medium;
|
|
40
|
-
exports.default = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_loupe = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 16,
|
|
18
|
-
height: 16,
|
|
19
|
-
viewBox: "0 0 16 16",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M8.61958 1.35383L8.04718 1.83846L8.61958 1.35383ZM9.0176 2.98463C9.28526 3.30075 9.7585 3.34005 10.0746 3.07239C10.3908 2.80474 10.43 2.3315 10.1624 2.01537L9.0176 2.98463ZM5 15.75C5.41421 15.75 5.75 15.4142 5.75 15C5.75 14.5858 5.41421 14.25 5 14.25V15.75ZM14.4697 15.5303C14.7626 15.8232 15.2374 15.8232 15.5303 15.5303C15.8232 15.2374 15.8232 14.7626 15.5303 14.4697L14.4697 15.5303ZM13.9758 12.9151C13.6829 12.6222 13.208 12.6222 12.9151 12.9151C12.6222 13.208 12.6222 13.6829 12.9151 13.9758L13.9758 12.9151ZM2 1.75H7.85638V0.25H2V1.75ZM1.75 14V2H0.25V14H1.75ZM8.04718 1.83846L9.0176 2.98463L10.1624 2.01537L9.19197 0.869202L8.04718 1.83846ZM5 14.25H2V15.75H5V14.25ZM0.25 14C0.25 14.9665 1.0335 15.75 2 15.75V14.25C1.86193 14.25 1.75 14.1381 1.75 14H0.25ZM7.85638 1.75C7.92989 1.75 7.99968 1.78235 8.04718 1.83846L9.19197 0.869202C8.85946 0.476478 8.37096 0.25 7.85638 0.25V1.75ZM2 0.25C1.0335 0.25 0.25 1.0335 0.25 2H1.75C1.75 1.86193 1.86193 1.75 2 1.75V0.25ZM12.2045 9.47727C12.2045 10.9835 10.9835 12.2045 9.47727 12.2045V13.7045C11.8119 13.7045 13.7045 11.8119 13.7045 9.47727H12.2045ZM9.47727 12.2045C7.97104 12.2045 6.75 10.9835 6.75 9.47727H5.25C5.25 11.8119 7.14261 13.7045 9.47727 13.7045V12.2045ZM6.75 9.47727C6.75 7.97104 7.97104 6.75 9.47727 6.75V5.25C7.14261 5.25 5.25 7.14261 5.25 9.47727H6.75ZM9.47727 6.75C10.9835 6.75 12.2045 7.97104 12.2045 9.47727H13.7045C13.7045 7.14261 11.8119 5.25 9.47727 5.25V6.75ZM12.9151 13.9758L14.4697 15.5303L15.5303 14.4697L13.9758 12.9151L12.9151 13.9758Z",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})));
|
|
26
|
-
|
|
27
|
-
var _default = document_loupe;
|
|
28
|
-
exports.default = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_loupe_medium = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 24,
|
|
18
|
-
height: 24,
|
|
19
|
-
viewBox: "0 0 24 24",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M2.5 1.00001L2.5 1.75001L2.5 1.00001ZM12.5362 1V0.25H12.5362L12.5362 1ZM17.5044 7.48446C17.7719 7.80066 18.2452 7.8401 18.5614 7.57254C18.8776 7.30498 18.917 6.83175 18.6495 6.51554L17.5044 7.48446ZM13.2996 1.35406L13.8721 0.869602L13.8721 0.869601L13.2996 1.35406ZM21.9697 23.0303C22.2626 23.3232 22.7374 23.3232 23.0303 23.0303C23.3232 22.7374 23.3232 22.2626 23.0303 21.9697L21.9697 23.0303ZM20.5303 19.4697C20.2374 19.1768 19.7626 19.1768 19.4697 19.4697C19.1768 19.7626 19.1768 20.2374 19.4697 20.5303L20.5303 19.4697ZM5 5.75H10.5V4.25H5V5.75ZM5 8.75H11.5V7.25H5V8.75ZM5 19.75H8.5V18.25H5V19.75ZM2.5 1.75001L12.5362 1.75L12.5362 0.25L2.5 0.250013L2.5 1.75001ZM2.5 23.75H12V22.25H2.5V23.75ZM0.75 2.00001V22H2.25V2.00001H0.75ZM18.6495 6.51554L13.8721 0.869602L12.727 1.83852L17.5044 7.48446L18.6495 6.51554ZM2.5 22.25C2.36193 22.25 2.25 22.1381 2.25 22H0.75C0.75 22.9665 1.5335 23.75 2.5 23.75V22.25ZM12.5362 1.75C12.6097 1.75 12.6795 1.78238 12.727 1.83852L13.8721 0.869601C13.5396 0.476638 13.051 0.25 12.5362 0.25V1.75ZM2.5 0.250013C1.5335 0.250014 0.75 1.03352 0.75 2.00001H2.25C2.25 1.86194 2.36193 1.75001 2.5 1.75001L2.5 0.250013ZM19.0227 15.1364C19.0227 17.2827 17.2827 19.0227 15.1364 19.0227V20.5227C18.1112 20.5227 20.5227 18.1112 20.5227 15.1364H19.0227ZM15.1364 19.0227C12.99 19.0227 11.25 17.2827 11.25 15.1364H9.75C9.75 18.1112 12.1616 20.5227 15.1364 20.5227V19.0227ZM11.25 15.1364C11.25 12.99 12.99 11.25 15.1364 11.25V9.75C12.1616 9.75 9.75 12.1616 9.75 15.1364H11.25ZM15.1364 11.25C17.2827 11.25 19.0227 12.99 19.0227 15.1364H20.5227C20.5227 12.1616 18.1112 9.75 15.1364 9.75V11.25ZM19.4697 20.5303L21.9697 23.0303L23.0303 21.9697L20.5303 19.4697L19.4697 20.5303Z",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})));
|
|
26
|
-
|
|
27
|
-
var _default = document_loupe_medium;
|
|
28
|
-
exports.default = _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _path, _path2, _path3, _path4;
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
|
|
16
|
-
const document_pdf = props => _react.default.createElement("svg", _extends({
|
|
17
|
-
width: 16,
|
|
18
|
-
height: 16,
|
|
19
|
-
viewBox: "0 0 16 16",
|
|
20
|
-
fill: "none",
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
-
}, props), _path || (_path = _react.default.createElement("path", {
|
|
23
|
-
d: "M10.7181 4.98526C10.9861 5.30109 11.4594 5.33986 11.7753 5.07186C12.0911 4.80385 12.1299 4.33057 11.8619 4.01474L10.7181 4.98526ZM4 15.5927C4.41421 15.5927 4.75 15.2569 4.75 14.8427C4.75 14.4285 4.41421 14.0927 4 14.0927V15.5927ZM2 1.00001L2 1.75001L2 1.00001ZM7.85706 1L7.85706 1.75L7.85706 1ZM8.61953 1.35298L8.04768 1.83825L8.61953 1.35298ZM1.75 13.8427V2.00001H0.25V13.8427H1.75ZM2 1.75001L7.85706 1.75L7.85705 0.250001L2 0.250008L2 1.75001ZM8.04768 1.83825L10.7181 4.98526L11.8619 4.01474L9.19139 0.867723L8.04768 1.83825ZM2 15.5927H4V14.0927H2V15.5927ZM1.75 2.00001C1.75 1.86194 1.86193 1.75001 2 1.75001L2 0.250008C1.0335 0.250009 0.25 1.03351 0.25 2.00001H1.75ZM0.25 13.8427C0.25 14.8092 1.0335 15.5927 2 15.5927V14.0927C1.86193 14.0927 1.75 13.9807 1.75 13.8427H0.25ZM7.85706 1.75C7.93047 1.75 8.00017 1.78227 8.04768 1.83825L9.19139 0.867723C8.85889 0.475884 8.37096 0.25 7.85705 0.250001L7.85706 1.75Z",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})), _path2 || (_path2 = _react.default.createElement("path", {
|
|
26
|
-
d: "M5.81445 8H4.14111V12.6667H5.14111V10.8667H5.81445C6.82111 10.8667 7.40778 10.34 7.40778 9.43333C7.40778 8.52667 6.82111 8 5.81445 8ZM5.65445 10.0667H5.14111V8.8H5.65445C6.16111 8.8 6.39445 9 6.39445 9.43333C6.39445 9.86667 6.16111 10.0667 5.65445 10.0667Z",
|
|
27
|
-
fill: "black"
|
|
28
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
29
|
-
d: "M9.50518 8H8.27184V12.6667H9.50518C10.8185 12.6667 11.6052 11.82 11.6052 10.3333C11.6052 8.84667 10.8185 8 9.50518 8ZM9.41184 11.8667H9.27184V8.8H9.41184C10.1785 8.8 10.5852 9.3 10.5852 10.3333C10.5852 11.3667 10.1785 11.8667 9.41184 11.8667Z",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
32
|
-
d: "M15.4759 8.8V8H12.5359V12.6667H13.5359V10.74H15.2092V9.94H13.5359V8.8H15.4759Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})));
|
|
35
|
-
|
|
36
|
-
var _default = document_pdf;
|
|
37
|
-
exports.default = _default;
|