@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,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_pdf_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: "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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
32
|
-
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",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
35
|
-
d: "M23.2139 13.2V12H18.8039V19H20.3039V16.11H22.8139V14.91H20.3039V13.2H23.2139Z",
|
|
36
|
-
fill: "black"
|
|
37
|
-
})));
|
|
38
|
-
|
|
39
|
-
var _default = document_pdf_medium;
|
|
40
|
-
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_rejected_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 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",
|
|
24
|
-
stroke: "black",
|
|
25
|
-
strokeWidth: 1.5,
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
})));
|
|
29
|
-
|
|
30
|
-
var _default = document_rejected_medium;
|
|
31
|
-
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_signing = 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: "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",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})));
|
|
26
|
-
|
|
27
|
-
var _default = document_signing;
|
|
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_signing_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: "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",
|
|
24
|
-
fill: "black"
|
|
25
|
-
})));
|
|
26
|
-
|
|
27
|
-
var _default = document_signing_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_txt = 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: "M7.50782 8H3.97449V8.8H5.24115V12.6667H6.24115V8.8H7.50782V8Z",
|
|
27
|
-
fill: "black"
|
|
28
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
29
|
-
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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
32
|
-
d: "M15.7693 8H12.2359V8.8H13.5026V12.6667H14.5026V8.8H15.7693V8Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})));
|
|
35
|
-
|
|
36
|
-
var _default = document_txt;
|
|
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_txt_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: "M11.2617 12H5.96173V13.2H7.86173V19H9.36173V13.2H11.2617V12Z",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
32
|
-
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",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
35
|
-
d: "M23.6539 12H18.3539V13.2H20.2539V19H21.7539V13.2H23.6539V12Z",
|
|
36
|
-
fill: "black"
|
|
37
|
-
})));
|
|
38
|
-
|
|
39
|
-
var _default = document_txt_medium;
|
|
40
|
-
exports.default = _default;
|
|
@@ -1,34 +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;
|
|
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_warning = 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 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",
|
|
24
|
-
stroke: "black",
|
|
25
|
-
strokeWidth: 1.5,
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
})), _path2 || (_path2 = _react.default.createElement("path", {
|
|
29
|
-
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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})));
|
|
32
|
-
|
|
33
|
-
var _default = document_warning;
|
|
34
|
-
exports.default = _default;
|
|
@@ -1,34 +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;
|
|
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_warning_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 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",
|
|
24
|
-
stroke: "black",
|
|
25
|
-
strokeWidth: 1.5,
|
|
26
|
-
strokeLinecap: "round",
|
|
27
|
-
strokeLinejoin: "round"
|
|
28
|
-
})), _path2 || (_path2 = _react.default.createElement("path", {
|
|
29
|
-
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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})));
|
|
32
|
-
|
|
33
|
-
var _default = document_warning_medium;
|
|
34
|
-
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_word = 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.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",
|
|
27
|
-
fill: "black"
|
|
28
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
29
|
-
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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
32
|
-
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",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})));
|
|
35
|
-
|
|
36
|
-
var _default = document_word;
|
|
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_word_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: "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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
32
|
-
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",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
35
|
-
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",
|
|
36
|
-
fill: "black"
|
|
37
|
-
})));
|
|
38
|
-
|
|
39
|
-
var _default = document_word_medium;
|
|
40
|
-
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_xls = 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: "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",
|
|
27
|
-
fill: "black"
|
|
28
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
29
|
-
d: "M9.40524 11.8669V8.00026H8.40524V12.6669H11.4719V11.8669H9.40524Z",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
32
|
-
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",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})));
|
|
35
|
-
|
|
36
|
-
var _default = document_xls;
|
|
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_xls_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: "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",
|
|
30
|
-
fill: "black"
|
|
31
|
-
})), _path3 || (_path3 = _react.default.createElement("path", {
|
|
32
|
-
d: "M14.1079 17.7999V11.9999H12.6079V18.9999H17.2079V17.7999H14.1079Z",
|
|
33
|
-
fill: "black"
|
|
34
|
-
})), _path4 || (_path4 = _react.default.createElement("path", {
|
|
35
|
-
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",
|
|
36
|
-
fill: "black"
|
|
37
|
-
})));
|
|
38
|
-
|
|
39
|
-
var _default = document_xls_medium;
|
|
40
|
-
exports.default = _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _document_contract_medium = _interopRequireDefault(require("./dnb/document_contract_medium"));
|
|
9
|
-
|
|
10
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
12
|
-
var _default = _document_contract_medium.default;
|
|
13
|
-
exports.default = _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _document_csv_medium = _interopRequireDefault(require("./dnb/document_csv_medium"));
|
|
9
|
-
|
|
10
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
12
|
-
var _default = _document_csv_medium.default;
|
|
13
|
-
exports.default = _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _document_loupe = _interopRequireDefault(require("./dnb/document_loupe"));
|
|
9
|
-
|
|
10
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
12
|
-
var _default = _document_loupe.default;
|
|
13
|
-
exports.default = _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _document_loupe_medium = _interopRequireDefault(require("./dnb/document_loupe_medium"));
|
|
9
|
-
|
|
10
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
12
|
-
var _default = _document_loupe_medium.default;
|
|
13
|
-
exports.default = _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _document_medium = _interopRequireDefault(require("./dnb/document_medium"));
|
|
9
|
-
|
|
10
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
12
|
-
var _default = _document_medium.default;
|
|
13
|
-
exports.default = _default;
|