@mozaic-ds/web-components 0.11.0 → 0.12.0-beta.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/README.md +2 -1
- package/package.json +5 -5
- package/public/ClickOutside-63071e7a.js +15 -1
- package/public/ClickOutside-63071e7a.js.map +1 -1
- package/public/DataTableDefaultAction.nested-46712849.js +762 -0
- package/public/DataTableDefaultAction.nested-46712849.js.map +1 -0
- package/public/DataTableUtilities-313a448d.js +386 -0
- package/public/DataTableUtilities-313a448d.js.map +1 -0
- package/public/EventForward-8492ff62.js +109 -1
- package/public/EventForward-8492ff62.js.map +1 -1
- package/public/EventHandler-02058705.js +15 -1
- package/public/EventHandler-02058705.js.map +1 -1
- package/public/adeo/components/autocomplete/Autocomplete.js +1 -1
- package/public/adeo/components/autocomplete/Autocomplete.js.map +1 -1
- package/public/adeo/components/autocomplete/Autocomplete.svelte +7 -5
- package/public/adeo/components/header/Header.js +1 -1
- package/public/adeo/components/header/Header.js.map +1 -1
- package/public/adeo/components/pagination/Pagination.js +1 -1
- package/public/adeo/components/pagination/Pagination.js.map +1 -1
- package/public/adeo/components/pagination/Pagination.svelte +5 -4
- package/public/adeo/components/sidebar/sidebar-feature-group.nested.js +1 -1
- package/public/adeo/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
- package/public/adeo/components/sidebar/sidebar-segment.nested.js +1 -1
- package/public/adeo/components/sidebar/sidebar-segment.nested.js.map +1 -1
- package/public/adeo/components/sidebar-feature-group/sidebar-feature-group.nested.svelte +1 -1
- package/public/adeo/components/sidebar-segment/sidebar-segment.nested.svelte +1 -1
- package/public/array-5b770a93.js +13 -1
- package/public/array-5b770a93.js.map +1 -1
- package/public/axis-fbc0f7b5.js +174 -1
- package/public/axis-fbc0f7b5.js.map +1 -1
- package/public/band-d7a07d2c.js +186 -1
- package/public/band-d7a07d2c.js.map +1 -1
- package/public/bricoman/components/autocomplete/Autocomplete.js +1 -1
- package/public/bricoman/components/autocomplete/Autocomplete.js.map +1 -1
- package/public/bricoman/components/autocomplete/Autocomplete.svelte +7 -5
- package/public/bricoman/components/header/Header.js +1 -1
- package/public/bricoman/components/header/Header.js.map +1 -1
- package/public/bricoman/components/pagination/Pagination.js +1 -1
- package/public/bricoman/components/pagination/Pagination.js.map +1 -1
- package/public/bricoman/components/pagination/Pagination.svelte +5 -4
- package/public/bricoman/components/sidebar/sidebar-feature-group.nested.js +1 -1
- package/public/bricoman/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
- package/public/bricoman/components/sidebar/sidebar-segment.nested.js +1 -1
- package/public/bricoman/components/sidebar/sidebar-segment.nested.js.map +1 -1
- package/public/bricoman/components/sidebar-feature-group/sidebar-feature-group.nested.svelte +1 -1
- package/public/bricoman/components/sidebar-segment/sidebar-segment.nested.svelte +1 -1
- package/public/bundle.js +56 -60
- package/public/components/accordion/Accordion.js +365 -1
- package/public/components/accordion/Accordion.js.map +1 -1
- package/public/components/autocomplete/Autocomplete.js +1515 -1
- package/public/components/autocomplete/Autocomplete.js.map +1 -1
- package/public/components/autocomplete/Autocomplete.svelte +15 -34
- package/public/components/badge/Badge.js +155 -1
- package/public/components/badge/Badge.js.map +1 -1
- package/public/components/badge/Badge.nested.js +101 -1
- package/public/components/badge/Badge.nested.js.map +1 -1
- package/public/components/breadcrumb/Breadcrumb.js +372 -1
- package/public/components/breadcrumb/Breadcrumb.js.map +1 -1
- package/public/components/breadcrumb/Breadcrumb.nested.js +319 -1
- package/public/components/breadcrumb/Breadcrumb.nested.js.map +1 -1
- package/public/components/button/Button.js +1141 -1
- package/public/components/button/Button.js.map +1 -1
- package/public/components/button/Button.nested.js +1005 -0
- package/public/components/button/Button.nested.js.map +1 -0
- package/public/components/button/Button.nested.svelte +173 -0
- package/public/components/button/Button.svelte +2 -2
- package/public/components/card/Card.js +369 -1
- package/public/components/card/Card.js.map +1 -1
- package/public/components/carousel/Carousel.js +710 -0
- package/public/components/carousel/Carousel.js.map +1 -0
- package/public/components/carousel/Carousel.svelte +408 -0
- package/public/components/carousel/CarouselCard.nested.js +140 -0
- package/public/components/carousel/CarouselCard.nested.js.map +1 -0
- package/public/components/carousel/carousel.types.d.ts +20 -0
- package/public/components/carousel/carousel.types.d.ts.map +1 -0
- package/public/components/carouselcard/CarouselCard.nested.svelte +54 -0
- package/public/components/chart/BarChart.js +583 -1
- package/public/components/chart/BarChart.js.map +1 -1
- package/public/components/chart/Donut.js +1189 -1
- package/public/components/chart/Donut.js.map +1 -1
- package/public/components/chart/GroupedBarChart.js +750 -1
- package/public/components/chart/GroupedBarChart.js.map +1 -1
- package/public/components/chart/LineChart.js +1731 -1
- package/public/components/chart/LineChart.js.map +1 -1
- package/public/components/chart/Radar.js +729 -1
- package/public/components/chart/Radar.js.map +1 -1
- package/public/components/chart/StackedBarChart.js +745 -1
- package/public/components/chart/StackedBarChart.js.map +1 -1
- package/public/components/checkbox/Checkbox.js +307 -1
- package/public/components/checkbox/Checkbox.js.map +1 -1
- package/public/components/checkboxgroup/checkboxGroup.js +404 -1
- package/public/components/checkboxgroup/checkboxGroup.js.map +1 -1
- package/public/components/checkboxgroup/checkboxgroup.types.d.ts.map +1 -1
- package/public/components/datatable/DataTable.js +3098 -1
- package/public/components/datatable/DataTable.js.map +1 -1
- package/public/components/datatable/DataTable.svelte +19 -44
- package/public/components/datatable/DataTableDefaultAction.nested.js +4 -1
- package/public/components/datatable/DataTableDefaultAction.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultEdtion.nested.js +164 -1
- package/public/components/datatable/DataTableDefaultEdtion.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultFilterTags.nested.js +380 -1
- package/public/components/datatable/DataTableDefaultFilterTags.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultSelection.nested.js +424 -1
- package/public/components/datatable/DataTableDefaultSelection.nested.js.map +1 -1
- package/public/components/datatable/DataTableDefaultSelectionLabel.nested.js +263 -1
- package/public/components/datatable/DataTableDefaultSelectionLabel.nested.js.map +1 -1
- package/public/components/datatable/DataTableFooter.nested.js +637 -1
- package/public/components/datatable/DataTableFooter.nested.js.map +1 -1
- package/public/components/datatable/data.d.ts.map +1 -1
- package/public/components/datatable/datatable.types.d.ts +2 -16
- package/public/components/datatable/datatable.types.d.ts.map +1 -1
- package/public/components/datatabledefaultaction/DataTableDefaultAction.nested.svelte +0 -18
- package/public/components/dropdown/Dropdown.js +1426 -1
- package/public/components/dropdown/Dropdown.js.map +1 -1
- package/public/components/field/Field.js +375 -1
- package/public/components/field/Field.js.map +1 -1
- package/public/components/fileuploader/FileUploader.js +603 -1
- package/public/components/fileuploader/FileUploader.js.map +1 -1
- package/public/components/fileuploader/ResultFile.nested.js +344 -1
- package/public/components/fileuploader/ResultFile.nested.js.map +1 -1
- package/public/components/flag/Flag.js +174 -1
- package/public/components/flag/Flag.js.map +1 -1
- package/public/components/header/Header.js +918 -1
- package/public/components/header/Header.js.map +1 -1
- package/public/components/header/Header.types.d.ts.map +1 -1
- package/public/components/hero/Hero.js +271 -1
- package/public/components/hero/Hero.js.map +1 -1
- package/public/components/kpi/Kpi.js +404 -1
- package/public/components/kpi/Kpi.js.map +1 -1
- package/public/components/layer/Layer.js +471 -1
- package/public/components/layer/Layer.js.map +1 -1
- package/public/components/link/Link.js +380 -1
- package/public/components/link/Link.js.map +1 -1
- package/public/components/link/Link.nested.js +285 -0
- package/public/components/link/Link.nested.js.map +1 -0
- package/public/components/link/Link.nested.svelte +78 -0
- package/public/components/listbox/Listbox.js +595 -1
- package/public/components/listbox/Listbox.js.map +1 -1
- package/public/components/listbox/Listbox.nested.js +629 -1
- package/public/components/listbox/Listbox.nested.js.map +1 -1
- package/public/components/loader/Loader.js +246 -1
- package/public/components/loader/Loader.js.map +1 -1
- package/public/components/loader/Loader.nested.js +176 -1
- package/public/components/loader/Loader.nested.js.map +1 -1
- package/public/components/modal/Modal.js +395 -1
- package/public/components/modal/Modal.js.map +1 -1
- package/public/components/notification/Notification.js +458 -1
- package/public/components/notification/Notification.js.map +1 -1
- package/public/components/optionbutton/OptionButton.js +316 -1
- package/public/components/optionbutton/OptionButton.js.map +1 -1
- package/public/components/overlay/Overlay.js +104 -1
- package/public/components/overlay/Overlay.js.map +1 -1
- package/public/components/overlay/OverlayLoader.js +151 -1
- package/public/components/overlay/OverlayLoader.js.map +1 -1
- package/public/components/pagination/Pagination.js +613 -1
- package/public/components/pagination/Pagination.js.map +1 -1
- package/public/components/passwordinput/PasswordInput.js +291 -1
- package/public/components/passwordinput/PasswordInput.js.map +1 -1
- package/public/components/phonenumber/PhoneNumber.js +6894 -1
- package/public/components/phonenumber/PhoneNumber.js.map +1 -1
- package/public/components/phonenumber/PhoneNumber.svelte +1 -1
- package/public/components/price/Price.js +768 -1
- package/public/components/price/Price.js.map +1 -1
- package/public/components/progressbar/ProgressBar.js +278 -1
- package/public/components/progressbar/ProgressBar.js.map +1 -1
- package/public/components/quantityselector/QuantitySelector.js +397 -1
- package/public/components/quantityselector/QuantitySelector.js.map +1 -1
- package/public/components/radio/Radio.js +273 -1
- package/public/components/radio/Radio.js.map +1 -1
- package/public/components/radiogroup/RadioGroup.js +414 -1
- package/public/components/radiogroup/RadioGroup.js.map +1 -1
- package/public/components/radiogroup/radioGroup.types.d.ts.map +1 -1
- package/public/components/ratings/StarsInput.js +292 -1
- package/public/components/ratings/StarsInput.js.map +1 -1
- package/public/components/ratings/StarsResult.js +246 -1
- package/public/components/ratings/StarsResult.js.map +1 -1
- package/public/components/select/Select.js +451 -1
- package/public/components/select/Select.js.map +1 -1
- package/public/components/sidebar/Sidebar.js +784 -1
- package/public/components/sidebar/Sidebar.js.map +1 -1
- package/public/components/sidebar/sidebar-feature-group.nested.js +592 -1
- package/public/components/sidebar/sidebar-feature-group.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-feature.nested.js +402 -1
- package/public/components/sidebar/sidebar-feature.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-section.nested.js +394 -1
- package/public/components/sidebar/sidebar-section.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-segment.nested.js +198 -1
- package/public/components/sidebar/sidebar-segment.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-separator.nested.js +49 -1
- package/public/components/sidebar/sidebar-separator.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-service.d.ts.map +1 -1
- package/public/components/sidebar/sidebar-sub-features.nested.js +312 -1
- package/public/components/sidebar/sidebar-sub-features.nested.js.map +1 -1
- package/public/components/sidebar/sidebar-user.nested.js +733 -1
- package/public/components/sidebar/sidebar-user.nested.js.map +1 -1
- package/public/components/sidebar/sidebar.types.d.ts.map +1 -1
- package/public/components/sidebar-user/sidebar-user.nested.svelte +0 -1
- package/public/components/starsinput/StarsInput.svelte +2 -9
- package/public/components/stepper/Stepper.js +371 -1
- package/public/components/stepper/Stepper.js.map +1 -1
- package/public/components/tabs/Tabs.js +615 -1
- package/public/components/tabs/Tabs.js.map +1 -1
- package/public/components/tabs/Tabs.nested.js +472 -1
- package/public/components/tabs/Tabs.nested.js.map +1 -1
- package/public/components/tag/Tag.js +665 -1
- package/public/components/tag/Tag.js.map +1 -1
- package/public/components/tag/Tag.nested.js +554 -1
- package/public/components/tag/Tag.nested.js.map +1 -1
- package/public/components/tag/Tag.nested.svelte +5 -5
- package/public/components/tag/Tag.svelte +5 -5
- package/public/components/taglist/TagList.js +475 -1
- package/public/components/taglist/TagList.js.map +1 -1
- package/public/components/textarea/Textarea.js +303 -1
- package/public/components/textarea/Textarea.js.map +1 -1
- package/public/components/textinput/Textinput.js +497 -1
- package/public/components/textinput/Textinput.js.map +1 -1
- package/public/components/textinput/Textinput.nested.js +320 -1
- package/public/components/textinput/Textinput.nested.js.map +1 -1
- package/public/components/toggle/Toggle.js +278 -1
- package/public/components/toggle/Toggle.js.map +1 -1
- package/public/components/tooltip/Tooltip.js +173 -1
- package/public/components/tooltip/Tooltip.js.map +1 -1
- package/public/icons/Billzloty24.js +2 -0
- package/public/icons/Billzloty24.js.map +1 -0
- package/public/icons/Billzloty32.js +2 -0
- package/public/icons/Billzloty32.js.map +1 -0
- package/public/icons/Billzloty48.js +2 -0
- package/public/icons/Billzloty48.js.map +1 -0
- package/public/icons/Billzloty64.js +2 -0
- package/public/icons/Billzloty64.js.map +1 -0
- package/public/icons/CardFundingzloty24.js +2 -0
- package/public/icons/CardFundingzloty24.js.map +1 -0
- package/public/icons/CardFundingzloty32.js +2 -0
- package/public/icons/CardFundingzloty32.js.map +1 -0
- package/public/icons/CardFundingzloty48.js +2 -0
- package/public/icons/CardFundingzloty48.js.map +1 -0
- package/public/icons/CardFundingzloty64.js +2 -0
- package/public/icons/CardFundingzloty64.js.map +1 -0
- package/public/icons/Fundingzloty24.js +2 -0
- package/public/icons/Fundingzloty24.js.map +1 -0
- package/public/icons/Fundingzloty32.js +2 -0
- package/public/icons/Fundingzloty32.js.map +1 -0
- package/public/icons/Fundingzloty48.js +2 -0
- package/public/icons/Fundingzloty48.js.map +1 -0
- package/public/icons/Fundingzloty64.js +2 -0
- package/public/icons/Fundingzloty64.js.map +1 -0
- package/public/icons/MonochromeStoreLocationbm24.js +2 -0
- package/public/icons/MonochromeStoreLocationbm24.js.map +1 -0
- package/public/icons/MonochromeStoreLocationbm32.js +2 -0
- package/public/icons/MonochromeStoreLocationbm32.js.map +1 -0
- package/public/icons/MonochromeStoreLocationbm48.js +2 -0
- package/public/icons/MonochromeStoreLocationbm48.js.map +1 -0
- package/public/icons/MonochromeStoreLocationbm64.js +2 -0
- package/public/icons/MonochromeStoreLocationbm64.js.map +1 -0
- package/public/icons/PaymentMonochromeBonificoBancario24.js +2 -0
- package/public/icons/PaymentMonochromeBonificoBancario24.js.map +1 -0
- package/public/icons/PaymentMonochromeBonificoBancario32.js +2 -0
- package/public/icons/PaymentMonochromeBonificoBancario32.js.map +1 -0
- package/public/icons/PaymentMonochromeBonificoBancario48.js +2 -0
- package/public/icons/PaymentMonochromeBonificoBancario48.js.map +1 -0
- package/public/icons/PaymentMonochromeBonificoBancario64.js +2 -0
- package/public/icons/PaymentMonochromeBonificoBancario64.js.map +1 -0
- package/public/icons/Receiptzloty24.js +2 -0
- package/public/icons/Receiptzloty24.js.map +1 -0
- package/public/icons/Receiptzloty32.js +2 -0
- package/public/icons/Receiptzloty32.js.map +1 -0
- package/public/icons/Receiptzloty48.js +2 -0
- package/public/icons/Receiptzloty48.js.map +1 -0
- package/public/icons/Receiptzloty64.js +2 -0
- package/public/icons/Receiptzloty64.js.map +1 -0
- package/public/icons/Renewableenergy24.js +2 -0
- package/public/icons/Renewableenergy24.js.map +1 -0
- package/public/icons/Renewableenergy32.js +2 -0
- package/public/icons/Renewableenergy32.js.map +1 -0
- package/public/icons/Renewableenergy48.js +2 -0
- package/public/icons/Renewableenergy48.js.map +1 -0
- package/public/icons/Renewableenergy64.js +2 -0
- package/public/icons/Renewableenergy64.js.map +1 -0
- package/public/icons/StoreBM24.js +2 -0
- package/public/icons/StoreBM24.js.map +1 -0
- package/public/icons/StoreBM32.js +2 -0
- package/public/icons/StoreBM32.js.map +1 -0
- package/public/icons/StoreBM48.js +2 -0
- package/public/icons/StoreBM48.js.map +1 -0
- package/public/icons/StoreBM64.js +2 -0
- package/public/icons/StoreBM64.js.map +1 -0
- package/public/icons/Wood24.js +2 -0
- package/public/icons/Wood24.js.map +1 -0
- package/public/icons/Wood32.js +2 -0
- package/public/icons/Wood32.js.map +1 -0
- package/public/icons/Wood48.js +2 -0
- package/public/icons/Wood48.js.map +1 -0
- package/public/icons/Wood64.js +2 -0
- package/public/icons/Wood64.js.map +1 -0
- package/public/icons/Woodflooring24.js +2 -0
- package/public/icons/Woodflooring24.js.map +1 -0
- package/public/icons/Woodflooring32.js +2 -0
- package/public/icons/Woodflooring32.js.map +1 -0
- package/public/icons/Woodflooring48.js +2 -0
- package/public/icons/Woodflooring48.js.map +1 -0
- package/public/icons/Woodflooring64.js +2 -0
- package/public/icons/Woodflooring64.js.map +1 -0
- package/public/icons/Woodflooringalt24.js +2 -0
- package/public/icons/Woodflooringalt24.js.map +1 -0
- package/public/icons/Woodflooringalt32.js +2 -0
- package/public/icons/Woodflooringalt32.js.map +1 -0
- package/public/icons/Woodflooringalt48.js +2 -0
- package/public/icons/Woodflooringalt48.js.map +1 -0
- package/public/icons/Woodflooringalt64.js +2 -0
- package/public/icons/Woodflooringalt64.js.map +1 -0
- package/public/icons/Zloty24.js +2 -0
- package/public/icons/Zloty24.js.map +1 -0
- package/public/icons/Zloty32.js +2 -0
- package/public/icons/Zloty32.js.map +1 -0
- package/public/icons/Zloty48.js +2 -0
- package/public/icons/Zloty48.js.map +1 -0
- package/public/icons/Zloty64.js +2 -0
- package/public/icons/Zloty64.js.map +1 -0
- package/public/icons.js +888 -696
- package/public/index-c33b3772.js +873 -1
- package/public/index-c33b3772.js.map +1 -1
- package/public/linear-f46d7e9e.js +700 -1
- package/public/linear-f46d7e9e.js.map +1 -1
- package/public/main.d.ts +1 -0
- package/public/main.d.ts.map +1 -1
- package/public/path-1b5da959.js +186 -1
- package/public/path-1b5da959.js.map +1 -1
- package/public/sidebar-service-275bf9ef.js +129 -1
- package/public/sidebar-service-275bf9ef.js.map +1 -1
- package/public/sidebar-service-589b271b.js +125 -0
- package/public/sidebar-service-589b271b.js.map +1 -0
- package/public/stories/carousel/items.d.ts +3 -0
- package/public/stories/carousel/items.d.ts.map +1 -0
- package/public/symbol-b05a6e2b.js +169 -1
- package/public/symbol-b05a6e2b.js.map +1 -1
- package/public/transform-15d69d5d.js +2743 -1
- package/public/transform-15d69d5d.js.map +1 -1
- package/public/utilities/DataTableUtilities.d.ts.map +1 -1
- package/public/utilities/DataTableUtilities.ts +0 -12
- package/public/utilities/EventForward.js +136 -1
- package/public/utilities/EventForward.js.map +1 -1
- package/public/utilities/EventHandler.js +36 -1
- package/public/utilities/EventHandler.js.map +1 -1
- package/public/utilities/components/carousel/carousel.types.d.ts +20 -0
- package/public/utilities/components/carousel/carousel.types.d.ts.map +1 -0
- package/public/utilities/components/datatable/data.d.ts.map +1 -1
- package/public/utilities/components/datatable/datatable.types.d.ts +2 -16
- package/public/utilities/components/datatable/datatable.types.d.ts.map +1 -1
- package/public/utilities/main.d.ts +1 -0
- package/public/utilities/main.d.ts.map +1 -1
- package/public/utilities/stories/carousel/Carousel.stories.d.ts +8 -0
- package/public/utilities/stories/carousel/Carousel.stories.d.ts.map +1 -0
- package/public/utilities/stories/carousel/items.d.ts +3 -0
- package/public/utilities/stories/carousel/items.d.ts.map +1 -0
- package/public/utilities/stories/datatable/DataTable.stories.d.ts.map +1 -1
- package/public/utilities/stories/ratings/StarsResult.stories.d.ts.map +1 -1
- package/public/utilities/utilities/DataTableUtilities.d.ts.map +1 -1
package/public/icons.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import FullScreen16 from './icons/FullScreen16.js';
|
|
2
|
+
import ArrowArrowRight16 from './icons/ArrowArrowRight16.js';
|
|
2
3
|
import ReduceScreen16 from './icons/ReduceScreen16.js';
|
|
3
4
|
import ArrowArrowBottom16 from './icons/ArrowArrowBottom16.js';
|
|
4
|
-
import ArrowArrowLeft16 from './icons/ArrowArrowLeft16.js';
|
|
5
|
-
import ArrowArrowRight16 from './icons/ArrowArrowRight16.js';
|
|
6
|
-
import ArrowArrowTop16 from './icons/ArrowArrowTop16.js';
|
|
7
5
|
import ArrowArrowBottomLeft16 from './icons/ArrowArrowBottomLeft16.js';
|
|
8
6
|
import ArrowArrowBottomRight16 from './icons/ArrowArrowBottomRight16.js';
|
|
9
7
|
import ArrowArrowTopLeft16 from './icons/ArrowArrowTopLeft16.js';
|
|
@@ -36,23 +34,22 @@ import Mobile24 from './icons/Mobile24.js';
|
|
|
36
34
|
import Tablet24 from './icons/Tablet24.js';
|
|
37
35
|
import HygieneCleaned24 from './icons/HygieneCleaned24.js';
|
|
38
36
|
import HygieneDanger24 from './icons/HygieneDanger24.js';
|
|
39
|
-
import HygieneDistance24 from './icons/HygieneDistance24.js';
|
|
40
37
|
import HygieneGel24 from './icons/HygieneGel24.js';
|
|
38
|
+
import HygieneDistance24 from './icons/HygieneDistance24.js';
|
|
41
39
|
import HygieneMask24 from './icons/HygieneMask24.js';
|
|
42
|
-
import HygieneNoContact24 from './icons/HygieneNoContact24.js';
|
|
43
40
|
import HygienePlexiglas24 from './icons/HygienePlexiglas24.js';
|
|
41
|
+
import HygieneNoContact24 from './icons/HygieneNoContact24.js';
|
|
44
42
|
import PaymentCheckout24 from './icons/PaymentCheckout24.js';
|
|
45
43
|
import PaymentNoContact24 from './icons/PaymentNoContact24.js';
|
|
46
44
|
import ServicePurchaseHelpCarOpenBoot24 from './icons/ServicePurchaseHelpCarOpenBoot24.js';
|
|
47
45
|
import ServicePurchaseHelpCarStandInLine24 from './icons/ServicePurchaseHelpCarStandInLine24.js';
|
|
48
|
-
import ServicePurchaseHelpCarStayInside24 from './icons/ServicePurchaseHelpCarStayInside24.js';
|
|
49
46
|
import ServicePurchaseHelpLoading24 from './icons/ServicePurchaseHelpLoading24.js';
|
|
50
47
|
import ServicePurchaseHelpNoCarRent24 from './icons/ServicePurchaseHelpNoCarRent24.js';
|
|
51
48
|
import ServicePurchaseHelpRequest24 from './icons/ServicePurchaseHelpRequest24.js';
|
|
52
49
|
import ServicePurchaseHelpTruck24 from './icons/ServicePurchaseHelpTruck24.js';
|
|
53
50
|
import UniverseEssentialProduct24 from './icons/UniverseEssentialProduct24.js';
|
|
54
51
|
import PaymentMonochromeBizum24 from './icons/PaymentMonochromeBizum24.js';
|
|
55
|
-
import
|
|
52
|
+
import PaymentMonochromeBonificoBancario24 from './icons/PaymentMonochromeBonificoBancario24.js';
|
|
56
53
|
import PaymentMonochromeMBMultibanco24 from './icons/PaymentMonochromeMBMultibanco24.js';
|
|
57
54
|
import PaymentMonochromeMBWay24 from './icons/PaymentMonochromeMBWay24.js';
|
|
58
55
|
import PaymentMonochromeOney24 from './icons/PaymentMonochromeOney24.js';
|
|
@@ -61,28 +58,28 @@ import PaymentMonochromeOney3x4x24 from './icons/PaymentMonochromeOney3x4x24.js'
|
|
|
61
58
|
import PaymentMonochromeOney4x24 from './icons/PaymentMonochromeOney4x24.js';
|
|
62
59
|
import PaymentMonochromePayPal24 from './icons/PaymentMonochromePayPal24.js';
|
|
63
60
|
import API24 from './icons/API24.js';
|
|
64
|
-
import
|
|
61
|
+
import ArrowArrowTop16 from './icons/ArrowArrowTop16.js';
|
|
62
|
+
import ArrowArrowLeft16 from './icons/ArrowArrowLeft16.js';
|
|
65
63
|
import Camera24 from './icons/Camera24.js';
|
|
66
64
|
import Code24 from './icons/Code24.js';
|
|
67
|
-
import Document24 from './icons/Document24.js';
|
|
68
65
|
import DownloadApp24 from './icons/DownloadApp24.js';
|
|
69
66
|
import DownloadWeb24 from './icons/DownloadWeb24.js';
|
|
70
67
|
import FullScreen24 from './icons/FullScreen24.js';
|
|
71
68
|
import Gauge24 from './icons/Gauge24.js';
|
|
72
69
|
import Group24 from './icons/Group24.js';
|
|
70
|
+
import Document24 from './icons/Document24.js';
|
|
73
71
|
import Imagealt24 from './icons/Imagealt24.js';
|
|
74
72
|
import NoPicture24 from './icons/NoPicture24.js';
|
|
75
73
|
import Pdf24 from './icons/Pdf24.js';
|
|
76
|
-
import
|
|
77
|
-
import Play24 from './icons/Play24.js';
|
|
78
|
-
import Player24 from './icons/Player24.js';
|
|
74
|
+
import BookStore24 from './icons/BookStore24.js';
|
|
79
75
|
import Policies24 from './icons/Policies24.js';
|
|
76
|
+
import Play24 from './icons/Play24.js';
|
|
80
77
|
import Print24 from './icons/Print24.js';
|
|
81
|
-
import Project24 from './icons/Project24.js';
|
|
82
78
|
import Pushpinoff24 from './icons/Pushpinoff24.js';
|
|
79
|
+
import Project24 from './icons/Project24.js';
|
|
83
80
|
import Read24 from './icons/Read24.js';
|
|
84
|
-
import ReduceScreen24 from './icons/ReduceScreen24.js';
|
|
85
81
|
import Release24 from './icons/Release24.js';
|
|
82
|
+
import ReduceScreen24 from './icons/ReduceScreen24.js';
|
|
86
83
|
import Server24 from './icons/Server24.js';
|
|
87
84
|
import Slideshow24 from './icons/Slideshow24.js';
|
|
88
85
|
import Sound24 from './icons/Sound24.js';
|
|
@@ -91,57 +88,61 @@ import TimeRead24 from './icons/TimeRead24.js';
|
|
|
91
88
|
import Upload24 from './icons/Upload24.js';
|
|
92
89
|
import View36024 from './icons/View36024.js';
|
|
93
90
|
import ArrowArrowBottom24 from './icons/ArrowArrowBottom24.js';
|
|
94
|
-
import ArrowArrowLeft24 from './icons/ArrowArrowLeft24.js';
|
|
95
91
|
import ArrowArrowRight24 from './icons/ArrowArrowRight24.js';
|
|
92
|
+
import ArrowArrowLeft24 from './icons/ArrowArrowLeft24.js';
|
|
96
93
|
import ArrowArrowTop24 from './icons/ArrowArrowTop24.js';
|
|
97
94
|
import ArrowArrowBottomLeft24 from './icons/ArrowArrowBottomLeft24.js';
|
|
98
95
|
import ArrowArrowBottomRight24 from './icons/ArrowArrowBottomRight24.js';
|
|
99
96
|
import ArrowArrowTopLeft24 from './icons/ArrowArrowTopLeft24.js';
|
|
100
97
|
import ArrowArrowTopRight24 from './icons/ArrowArrowTopRight24.js';
|
|
101
98
|
import ArrowBack24 from './icons/ArrowBack24.js';
|
|
99
|
+
import Picker24 from './icons/Picker24.js';
|
|
102
100
|
import ArrowDoubleArrowLeft24 from './icons/ArrowDoubleArrowLeft24.js';
|
|
103
101
|
import ArrowDoubleArrowRight24 from './icons/ArrowDoubleArrowRight24.js';
|
|
104
102
|
import ArrowDown24 from './icons/ArrowDown24.js';
|
|
105
|
-
import
|
|
106
|
-
import ArrowUp24 from './icons/ArrowUp24.js';
|
|
103
|
+
import ServicePurchaseHelpCarStayInside24 from './icons/ServicePurchaseHelpCarStayInside24.js';
|
|
107
104
|
import ControlCircleCross24 from './icons/ControlCircleCross24.js';
|
|
108
|
-
import ControlCircleLess24 from './icons/ControlCircleLess24.js';
|
|
109
105
|
import ControlCircleMore24 from './icons/ControlCircleMore24.js';
|
|
106
|
+
import ControlCircleLess24 from './icons/ControlCircleLess24.js';
|
|
110
107
|
import ControlCross24 from './icons/ControlCross24.js';
|
|
111
108
|
import ControlLess24 from './icons/ControlLess24.js';
|
|
112
109
|
import ControlMore24 from './icons/ControlMore24.js';
|
|
113
110
|
import ControlTagCross24 from './icons/ControlTagCross24.js';
|
|
111
|
+
import ArrowNext24 from './icons/ArrowNext24.js';
|
|
114
112
|
import DisplayBlink24 from './icons/DisplayBlink24.js';
|
|
115
113
|
import DisplayCalendar24 from './icons/DisplayCalendar24.js';
|
|
116
114
|
import DisplayConnect24 from './icons/DisplayConnect24.js';
|
|
117
115
|
import DisplayDisplayFullFilled24 from './icons/DisplayDisplayFullFilled24.js';
|
|
118
116
|
import DisplayDisplayFullOutline24 from './icons/DisplayDisplayFullOutline24.js';
|
|
119
117
|
import DisplayDisplayListFilled24 from './icons/DisplayDisplayListFilled24.js';
|
|
120
|
-
import DisplayDisplayListOutline24 from './icons/DisplayDisplayListOutline24.js';
|
|
121
118
|
import DisplayDisplayMobileHorizontal24 from './icons/DisplayDisplayMobileHorizontal24.js';
|
|
122
119
|
import DisplayDisplayMobileVertical24 from './icons/DisplayDisplayMobileVertical24.js';
|
|
123
120
|
import DisplayDisplayProductX4Filled24 from './icons/DisplayDisplayProductX4Filled24.js';
|
|
124
|
-
import DisplayDisplayProductX4Outline24 from './icons/DisplayDisplayProductX4Outline24.js';
|
|
125
121
|
import DisplayDisplayProductX924 from './icons/DisplayDisplayProductX924.js';
|
|
126
122
|
import DisplayExternalLink24 from './icons/DisplayExternalLink24.js';
|
|
127
123
|
import DisplayFilter24 from './icons/DisplayFilter24.js';
|
|
128
124
|
import DisplayHome24 from './icons/DisplayHome24.js';
|
|
129
125
|
import DisplayLogOut24 from './icons/DisplayLogOut24.js';
|
|
126
|
+
import PaymentMonochromeFintecture24 from './icons/PaymentMonochromeFintecture24.js';
|
|
130
127
|
import DisplayMenu24 from './icons/DisplayMenu24.js';
|
|
131
128
|
import DisplayMovingBlock24 from './icons/DisplayMovingBlock24.js';
|
|
132
|
-
import
|
|
129
|
+
import DisplayDisplayProductX4Outline24 from './icons/DisplayDisplayProductX4Outline24.js';
|
|
133
130
|
import DisplayOther24 from './icons/DisplayOther24.js';
|
|
131
|
+
import DisplayOptions24 from './icons/DisplayOptions24.js';
|
|
134
132
|
import DisplayProductNumb24 from './icons/DisplayProductNumb24.js';
|
|
135
|
-
import DisplayRefresh24 from './icons/DisplayRefresh24.js';
|
|
136
133
|
import DisplayScreenRotation24 from './icons/DisplayScreenRotation24.js';
|
|
137
|
-
import
|
|
134
|
+
import ArrowUp24 from './icons/ArrowUp24.js';
|
|
138
135
|
import DisplaySearchList24 from './icons/DisplaySearchList24.js';
|
|
139
136
|
import DisplaySearchProduct24 from './icons/DisplaySearchProduct24.js';
|
|
140
137
|
import DisplaySetting24 from './icons/DisplaySetting24.js';
|
|
141
138
|
import DisplayView24 from './icons/DisplayView24.js';
|
|
142
139
|
import DisplayVocalSearch24 from './icons/DisplayVocalSearch24.js';
|
|
140
|
+
import Player24 from './icons/Player24.js';
|
|
143
141
|
import NotificationAvailable24 from './icons/NotificationAvailable24.js';
|
|
142
|
+
import DisplaySearch24 from './icons/DisplaySearch24.js';
|
|
143
|
+
import DisplayDisplayListOutline24 from './icons/DisplayDisplayListOutline24.js';
|
|
144
144
|
import NotificationBell24 from './icons/NotificationBell24.js';
|
|
145
|
+
import DisplayRefresh24 from './icons/DisplayRefresh24.js';
|
|
145
146
|
import NotificationCircleAvailable24 from './icons/NotificationCircleAvailable24.js';
|
|
146
147
|
import NotificationInformation24 from './icons/NotificationInformation24.js';
|
|
147
148
|
import NotificationQuestion24 from './icons/NotificationQuestion24.js';
|
|
@@ -153,14 +154,12 @@ import PublishFavoriteFull24 from './icons/PublishFavoriteFull24.js';
|
|
|
153
154
|
import PublishLock24 from './icons/PublishLock24.js';
|
|
154
155
|
import PublishSend24 from './icons/PublishSend24.js';
|
|
155
156
|
import PublishTrashbin24 from './icons/PublishTrashbin24.js';
|
|
156
|
-
import Split24 from './icons/Split24.js';
|
|
157
|
-
import Bill24 from './icons/Bill24.js';
|
|
158
|
-
import CardsMonochromeAmericanExpress24 from './icons/CardsMonochromeAmericanExpress24.js';
|
|
159
157
|
import CardsMonochromeCB24 from './icons/CardsMonochromeCB24.js';
|
|
160
158
|
import CardsMonochromeCheque24 from './icons/CardsMonochromeCheque24.js';
|
|
161
|
-
import
|
|
159
|
+
import Bill24 from './icons/Bill24.js';
|
|
162
160
|
import CardsMonochromeIllicado24 from './icons/CardsMonochromeIllicado24.js';
|
|
163
161
|
import CardsMonochromeLoyalty24 from './icons/CardsMonochromeLoyalty24.js';
|
|
162
|
+
import Split24 from './icons/Split24.js';
|
|
164
163
|
import CardsMonochromeMaestro24 from './icons/CardsMonochromeMaestro24.js';
|
|
165
164
|
import CardsMonochromeMastercard24 from './icons/CardsMonochromeMastercard24.js';
|
|
166
165
|
import CardsMonochromeOney24 from './icons/CardsMonochromeOney24.js';
|
|
@@ -168,48 +167,50 @@ import CardsMonochromeOneyX324 from './icons/CardsMonochromeOneyX324.js';
|
|
|
168
167
|
import CardsMonochromeOneyX424 from './icons/CardsMonochromeOneyX424.js';
|
|
169
168
|
import CardsMonochromePaylib24 from './icons/CardsMonochromePaylib24.js';
|
|
170
169
|
import CardsMonochromePaypal24 from './icons/CardsMonochromePaypal24.js';
|
|
171
|
-
import
|
|
170
|
+
import Billzloty24 from './icons/Billzloty24.js';
|
|
172
171
|
import DetailsOrder24 from './icons/DetailsOrder24.js';
|
|
173
172
|
import Euro24 from './icons/Euro24.js';
|
|
174
173
|
import Receipt24 from './icons/Receipt24.js';
|
|
174
|
+
import Receiptzloty24 from './icons/Receiptzloty24.js';
|
|
175
175
|
import SafePayment124 from './icons/SafePayment124.js';
|
|
176
176
|
import SafePayment224 from './icons/SafePayment224.js';
|
|
177
|
+
import Zloty24 from './icons/Zloty24.js';
|
|
177
178
|
import AspectQuantity24 from './icons/AspectQuantity24.js';
|
|
178
179
|
import AspectSize24 from './icons/AspectSize24.js';
|
|
179
180
|
import AspectWeight24 from './icons/AspectWeight24.js';
|
|
180
181
|
import BasketAdd24 from './icons/BasketAdd24.js';
|
|
181
182
|
import BasketHandbag24 from './icons/BasketHandbag24.js';
|
|
182
|
-
import
|
|
183
|
+
import CardsMonochromeGift24 from './icons/CardsMonochromeGift24.js';
|
|
183
184
|
import BasketSave24 from './icons/BasketSave24.js';
|
|
184
185
|
import BasketStandard24 from './icons/BasketStandard24.js';
|
|
185
186
|
import ListAdd24 from './icons/ListAdd24.js';
|
|
186
187
|
import ListStandard24 from './icons/ListStandard24.js';
|
|
187
188
|
import PromiseCertification24 from './icons/PromiseCertification24.js';
|
|
188
189
|
import PromiseCircularEconomy24 from './icons/PromiseCircularEconomy24.js';
|
|
189
|
-
import
|
|
190
|
+
import CardsMonochromeVisa24 from './icons/CardsMonochromeVisa24.js';
|
|
190
191
|
import PromiseEcoProduct24 from './icons/PromiseEcoProduct24.js';
|
|
191
192
|
import PromiseFashionChoice24 from './icons/PromiseFashionChoice24.js';
|
|
192
|
-
import PromiseFunding24 from './icons/PromiseFunding24.js';
|
|
193
193
|
import PromiseMadeInEurope24 from './icons/PromiseMadeInEurope24.js';
|
|
194
194
|
import PromiseMadeInFrance24 from './icons/PromiseMadeInFrance24.js';
|
|
195
|
-
import PromiseModular24 from './icons/PromiseModular24.js';
|
|
196
195
|
import PromiseProductOnPicture24 from './icons/PromiseProductOnPicture24.js';
|
|
197
|
-
import
|
|
198
|
-
import PromiseScan24 from './icons/PromiseScan24.js';
|
|
196
|
+
import PromiseModular24 from './icons/PromiseModular24.js';
|
|
199
197
|
import PromiseWarranty24 from './icons/PromiseWarranty24.js';
|
|
198
|
+
import PromiseDestocking24 from './icons/PromiseDestocking24.js';
|
|
199
|
+
import PromiseProductSheet24 from './icons/PromiseProductSheet24.js';
|
|
200
|
+
import PromiseFunding24 from './icons/PromiseFunding24.js';
|
|
200
201
|
import DescribeProject24 from './icons/DescribeProject24.js';
|
|
201
202
|
import Inspiration24 from './icons/Inspiration24.js';
|
|
202
|
-
import
|
|
203
|
+
import BasketMulti24 from './icons/BasketMulti24.js';
|
|
203
204
|
import AfterSalesAfterSalesService24 from './icons/AfterSalesAfterSalesService24.js';
|
|
204
205
|
import AfterSalesHelpline24 from './icons/AfterSalesHelpline24.js';
|
|
205
206
|
import AfterSalesPayback24 from './icons/AfterSalesPayback24.js';
|
|
206
207
|
import AfterSalesSatisfaction24 from './icons/AfterSalesSatisfaction24.js';
|
|
207
|
-
import CustomCopyKey24 from './icons/CustomCopyKey24.js';
|
|
208
208
|
import CustomCourse24 from './icons/CustomCourse24.js';
|
|
209
|
+
import CustomCopyKey24 from './icons/CustomCopyKey24.js';
|
|
210
|
+
import CardsMonochromeAmericanExpress24 from './icons/CardsMonochromeAmericanExpress24.js';
|
|
209
211
|
import CustomCutWoodGlass24 from './icons/CustomCutWoodGlass24.js';
|
|
210
|
-
import CustomSample24 from './icons/CustomSample24.js';
|
|
211
212
|
import CustomSharpening24 from './icons/CustomSharpening24.js';
|
|
212
|
-
import
|
|
213
|
+
import Fundingzloty24 from './icons/Fundingzloty24.js';
|
|
213
214
|
import DeliveryDeliveryPickupStore24 from './icons/DeliveryDeliveryPickupStore24.js';
|
|
214
215
|
import DeliveryDeliveryHome24 from './icons/DeliveryDeliveryHome24.js';
|
|
215
216
|
import DeliveryDeliveryLocker24 from './icons/DeliveryDeliveryLocker24.js';
|
|
@@ -218,6 +219,7 @@ import PurchaseHelpCarRent24 from './icons/PurchaseHelpCarRent24.js';
|
|
|
218
219
|
import PurchaseHelpHomeDIY24 from './icons/PurchaseHelpHomeDIY24.js';
|
|
219
220
|
import PurchaseHelpHomeInstall24 from './icons/PurchaseHelpHomeInstall24.js';
|
|
220
221
|
import PurchaseHelpToolRent24 from './icons/PurchaseHelpToolRent24.js';
|
|
222
|
+
import DeliveryDeliveryPickupRelayPoint24 from './icons/DeliveryDeliveryPickupRelayPoint24.js';
|
|
221
223
|
import TimeDelivery2h24 from './icons/TimeDelivery2h24.js';
|
|
222
224
|
import TimeDelivery3h24 from './icons/TimeDelivery3h24.js';
|
|
223
225
|
import TimeDelivery48h24 from './icons/TimeDelivery48h24.js';
|
|
@@ -231,29 +233,31 @@ import CommentQuestionArticle24 from './icons/CommentQuestionArticle24.js';
|
|
|
231
233
|
import CommentReport24 from './icons/CommentReport24.js';
|
|
232
234
|
import ShareShareAndroid24 from './icons/ShareShareAndroid24.js';
|
|
233
235
|
import ShareShareIOS24 from './icons/ShareShareIOS24.js';
|
|
236
|
+
import MakeProject24 from './icons/MakeProject24.js';
|
|
237
|
+
import CustomSample24 from './icons/CustomSample24.js';
|
|
234
238
|
import SocialNetworkFacebook24 from './icons/SocialNetworkFacebook24.js';
|
|
235
|
-
import SocialNetworkInstagram24 from './icons/SocialNetworkInstagram24.js';
|
|
236
|
-
import SocialNetworkLinkedin24 from './icons/SocialNetworkLinkedin24.js';
|
|
237
239
|
import SocialNetworkPinterest24 from './icons/SocialNetworkPinterest24.js';
|
|
238
240
|
import SocialNetworkTwitter24 from './icons/SocialNetworkTwitter24.js';
|
|
239
|
-
import
|
|
241
|
+
import SocialNetworkInstagram24 from './icons/SocialNetworkInstagram24.js';
|
|
240
242
|
import ViewLikeNegative24 from './icons/ViewLikeNegative24.js';
|
|
241
|
-
import ViewLikePositive24 from './icons/ViewLikePositive24.js';
|
|
242
243
|
import ViewStarEmpty24 from './icons/ViewStarEmpty24.js';
|
|
243
|
-
import
|
|
244
|
+
import SocialNetworkYoutube24 from './icons/SocialNetworkYoutube24.js';
|
|
244
245
|
import ViewStarHalf24 from './icons/ViewStarHalf24.js';
|
|
245
|
-
import ViewTesterView24 from './icons/ViewTesterView24.js';
|
|
246
246
|
import Itinerary24 from './icons/Itinerary24.js';
|
|
247
|
+
import ViewLikePositive24 from './icons/ViewLikePositive24.js';
|
|
247
248
|
import Locator24 from './icons/Locator24.js';
|
|
248
|
-
import Logo24 from './icons/Logo24.js';
|
|
249
249
|
import Map24 from './icons/Map24.js';
|
|
250
|
+
import Logo24 from './icons/Logo24.js';
|
|
251
|
+
import ViewStarFull24 from './icons/ViewStarFull24.js';
|
|
250
252
|
import MonochromeRelayLocation24 from './icons/MonochromeRelayLocation24.js';
|
|
251
253
|
import MonochromeStoreLocation24 from './icons/MonochromeStoreLocation24.js';
|
|
254
|
+
import ViewTesterView24 from './icons/ViewTesterView24.js';
|
|
255
|
+
import StoreBM24 from './icons/StoreBM24.js';
|
|
252
256
|
import StoreLM24 from './icons/StoreLM24.js';
|
|
253
257
|
import Attic24 from './icons/Attic24.js';
|
|
254
258
|
import Bathroom24 from './icons/Bathroom24.js';
|
|
259
|
+
import PromiseScan24 from './icons/PromiseScan24.js';
|
|
255
260
|
import Bedroom24 from './icons/Bedroom24.js';
|
|
256
|
-
import Carpentry24 from './icons/Carpentry24.js';
|
|
257
261
|
import ChristmasTree24 from './icons/ChristmasTree24.js';
|
|
258
262
|
import ConnectedHome24 from './icons/ConnectedHome24.js';
|
|
259
263
|
import Curtains24 from './icons/Curtains24.js';
|
|
@@ -262,201 +266,207 @@ import Drillalt24 from './icons/Drillalt24.js';
|
|
|
262
266
|
import Electricity24 from './icons/Electricity24.js';
|
|
263
267
|
import Enki24 from './icons/Enki24.js';
|
|
264
268
|
import Floor24 from './icons/Floor24.js';
|
|
265
|
-
import
|
|
266
|
-
import Garden24 from './icons/Garden24.js';
|
|
269
|
+
import Carpentry24 from './icons/Carpentry24.js';
|
|
267
270
|
import Garden124 from './icons/Garden124.js';
|
|
268
271
|
import Garden224 from './icons/Garden224.js';
|
|
269
272
|
import Glass24 from './icons/Glass24.js';
|
|
273
|
+
import Garden24 from './icons/Garden24.js';
|
|
270
274
|
import Hardhatalt24 from './icons/Hardhatalt24.js';
|
|
271
275
|
import HardwareStore24 from './icons/HardwareStore24.js';
|
|
272
276
|
import Heater24 from './icons/Heater24.js';
|
|
273
|
-
import
|
|
274
|
-
import Kids24 from './icons/Kids24.js';
|
|
277
|
+
import MonochromeStoreLocationbm24 from './icons/MonochromeStoreLocationbm24.js';
|
|
275
278
|
import Kitchen24 from './icons/Kitchen24.js';
|
|
276
279
|
import Kitchenalt24 from './icons/Kitchenalt24.js';
|
|
277
|
-
import Kitchen224 from './icons/Kitchen224.js';
|
|
278
|
-
import Leak24 from './icons/Leak24.js';
|
|
279
280
|
import Lighting24 from './icons/Lighting24.js';
|
|
281
|
+
import Leak24 from './icons/Leak24.js';
|
|
282
|
+
import Kitchen224 from './icons/Kitchen224.js';
|
|
283
|
+
import Insulationalt24 from './icons/Insulationalt24.js';
|
|
280
284
|
import Living24 from './icons/Living24.js';
|
|
281
|
-
import MakeIt24 from './icons/MakeIt24.js';
|
|
282
285
|
import Masonryalt24 from './icons/Masonryalt24.js';
|
|
283
|
-
import
|
|
286
|
+
import MakeIt24 from './icons/MakeIt24.js';
|
|
284
287
|
import Pool24 from './icons/Pool24.js';
|
|
288
|
+
import Renewableenergy24 from './icons/Renewableenergy24.js';
|
|
285
289
|
import Security24 from './icons/Security24.js';
|
|
286
290
|
import Stairs24 from './icons/Stairs24.js';
|
|
287
291
|
import Terrace24 from './icons/Terrace24.js';
|
|
288
292
|
import Tool24 from './icons/Tool24.js';
|
|
289
293
|
import Wallpaper24 from './icons/Wallpaper24.js';
|
|
294
|
+
import Wood24 from './icons/Wood24.js';
|
|
295
|
+
import Paint24 from './icons/Paint24.js';
|
|
296
|
+
import Woodflooring24 from './icons/Woodflooring24.js';
|
|
297
|
+
import Woodflooringalt24 from './icons/Woodflooringalt24.js';
|
|
290
298
|
import WoodSaw24 from './icons/WoodSaw24.js';
|
|
291
299
|
import AccountCustomerCollaborator24 from './icons/AccountCustomerCollaborator24.js';
|
|
292
300
|
import AccountCustomerPassion24 from './icons/AccountCustomerPassion24.js';
|
|
293
|
-
import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
|
|
294
|
-
import AccountProfileMan24 from './icons/AccountProfileMan24.js';
|
|
295
301
|
import AccountProfileView24 from './icons/AccountProfileView24.js';
|
|
296
|
-
import
|
|
302
|
+
import AccountProfileMan24 from './icons/AccountProfileMan24.js';
|
|
303
|
+
import CardFundingzloty24 from './icons/CardFundingzloty24.js';
|
|
297
304
|
import CardFunding24 from './icons/CardFunding24.js';
|
|
305
|
+
import AccountProfileWoman24 from './icons/AccountProfileWoman24.js';
|
|
306
|
+
import AccountCustomerPro24 from './icons/AccountCustomerPro24.js';
|
|
298
307
|
import CardGift24 from './icons/CardGift24.js';
|
|
299
308
|
import CardIDCard24 from './icons/CardIDCard24.js';
|
|
300
|
-
import CardLoyaltyCard24 from './icons/CardLoyaltyCard24.js';
|
|
301
|
-
import ContactMail24 from './icons/ContactMail24.js';
|
|
302
309
|
import ContactPhone24 from './icons/ContactPhone24.js';
|
|
303
310
|
import ContactWebsite24 from './icons/ContactWebsite24.js';
|
|
304
311
|
import SituationOwner24 from './icons/SituationOwner24.js';
|
|
305
312
|
import SituationTenant24 from './icons/SituationTenant24.js';
|
|
313
|
+
import CardLoyaltyCard24 from './icons/CardLoyaltyCard24.js';
|
|
306
314
|
import A11y24 from './icons/A11y24.js';
|
|
307
315
|
import Administration24 from './icons/Administration24.js';
|
|
308
|
-
import
|
|
316
|
+
import ContactMail24 from './icons/ContactMail24.js';
|
|
309
317
|
import Balcony24 from './icons/Balcony24.js';
|
|
310
318
|
import Blower24 from './icons/Blower24.js';
|
|
311
|
-
import Company24 from './icons/Company24.js';
|
|
312
|
-
import Door24 from './icons/Door24.js';
|
|
313
319
|
import EcoSaving24 from './icons/EcoSaving24.js';
|
|
320
|
+
import Door24 from './icons/Door24.js';
|
|
321
|
+
import Apartment24 from './icons/Apartment24.js';
|
|
314
322
|
import Heat24 from './icons/Heat24.js';
|
|
323
|
+
import Company24 from './icons/Company24.js';
|
|
315
324
|
import House24 from './icons/House24.js';
|
|
316
325
|
import IncreaseValue24 from './icons/IncreaseValue24.js';
|
|
317
|
-
import Insulation24 from './icons/Insulation24.js';
|
|
318
326
|
import LessonDIY24 from './icons/LessonDIY24.js';
|
|
319
|
-
import Level24 from './icons/Level24.js';
|
|
320
327
|
import PaintCan24 from './icons/PaintCan24.js';
|
|
321
328
|
import PartnerCompany24 from './icons/PartnerCompany24.js';
|
|
322
|
-
import PartnerWorker24 from './icons/PartnerWorker24.js';
|
|
323
329
|
import Pipe24 from './icons/Pipe24.js';
|
|
330
|
+
import PartnerWorker24 from './icons/PartnerWorker24.js';
|
|
331
|
+
import Level24 from './icons/Level24.js';
|
|
332
|
+
import Insulation24 from './icons/Insulation24.js';
|
|
324
333
|
import Premium24 from './icons/Premium24.js';
|
|
325
334
|
import Shutter24 from './icons/Shutter24.js';
|
|
326
|
-
import Survey24 from './icons/Survey24.js';
|
|
327
|
-
import Temperature24 from './icons/Temperature24.js';
|
|
328
335
|
import ToolBox24 from './icons/ToolBox24.js';
|
|
329
336
|
import ThermalControl24 from './icons/ThermalControl24.js';
|
|
330
|
-
import
|
|
337
|
+
import Survey24 from './icons/Survey24.js';
|
|
338
|
+
import Temperature24 from './icons/Temperature24.js';
|
|
331
339
|
import Laptop32 from './icons/Laptop32.js';
|
|
332
|
-
import
|
|
333
|
-
import Tablet32 from './icons/Tablet32.js';
|
|
340
|
+
import Desktop32 from './icons/Desktop32.js';
|
|
334
341
|
import HygieneCleaned32 from './icons/HygieneCleaned32.js';
|
|
335
342
|
import HygieneDanger32 from './icons/HygieneDanger32.js';
|
|
336
|
-
import HygieneDistance32 from './icons/HygieneDistance32.js';
|
|
337
343
|
import HygieneGel32 from './icons/HygieneGel32.js';
|
|
344
|
+
import HygieneDistance32 from './icons/HygieneDistance32.js';
|
|
345
|
+
import Mobile32 from './icons/Mobile32.js';
|
|
338
346
|
import HygieneMask32 from './icons/HygieneMask32.js';
|
|
339
347
|
import HygieneNoContact32 from './icons/HygieneNoContact32.js';
|
|
340
|
-
import
|
|
348
|
+
import Tablet32 from './icons/Tablet32.js';
|
|
341
349
|
import PaymentCheckout32 from './icons/PaymentCheckout32.js';
|
|
342
350
|
import PaymentNoContact32 from './icons/PaymentNoContact32.js';
|
|
343
|
-
import ServicePurchaseHelpCarOpenBoot32 from './icons/ServicePurchaseHelpCarOpenBoot32.js';
|
|
344
351
|
import ServicePurchaseHelpCarStandInLine32 from './icons/ServicePurchaseHelpCarStandInLine32.js';
|
|
345
352
|
import ServicePurchaseHelpCarStayInside32 from './icons/ServicePurchaseHelpCarStayInside32.js';
|
|
353
|
+
import ServicePurchaseHelpCarOpenBoot32 from './icons/ServicePurchaseHelpCarOpenBoot32.js';
|
|
354
|
+
import HygienePlexiglas32 from './icons/HygienePlexiglas32.js';
|
|
346
355
|
import ServicePurchaseHelpLoading32 from './icons/ServicePurchaseHelpLoading32.js';
|
|
347
356
|
import ServicePurchaseHelpNoCarRent32 from './icons/ServicePurchaseHelpNoCarRent32.js';
|
|
348
|
-
import ServicePurchaseHelpRequest32 from './icons/ServicePurchaseHelpRequest32.js';
|
|
349
|
-
import ServicePurchaseHelpTruck32 from './icons/ServicePurchaseHelpTruck32.js';
|
|
350
357
|
import UniverseEssentialProduct32 from './icons/UniverseEssentialProduct32.js';
|
|
351
358
|
import PaymentMonochromeBizum32 from './icons/PaymentMonochromeBizum32.js';
|
|
359
|
+
import ServicePurchaseHelpRequest32 from './icons/ServicePurchaseHelpRequest32.js';
|
|
360
|
+
import PaymentMonochromeBonificoBancario32 from './icons/PaymentMonochromeBonificoBancario32.js';
|
|
352
361
|
import PaymentMonochromeFintecture32 from './icons/PaymentMonochromeFintecture32.js';
|
|
353
|
-
import PaymentMonochromeMBMultibanco32 from './icons/PaymentMonochromeMBMultibanco32.js';
|
|
354
362
|
import PaymentMonochromeMBWay32 from './icons/PaymentMonochromeMBWay32.js';
|
|
363
|
+
import ServicePurchaseHelpTruck32 from './icons/ServicePurchaseHelpTruck32.js';
|
|
355
364
|
import PaymentMonochromeOney32 from './icons/PaymentMonochromeOney32.js';
|
|
356
365
|
import PaymentMonochromeOney3x32 from './icons/PaymentMonochromeOney3x32.js';
|
|
357
|
-
import
|
|
358
|
-
import PaymentMonochromeOney4x32 from './icons/PaymentMonochromeOney4x32.js';
|
|
366
|
+
import PaymentMonochromeMBMultibanco32 from './icons/PaymentMonochromeMBMultibanco32.js';
|
|
359
367
|
import PaymentMonochromePayPal32 from './icons/PaymentMonochromePayPal32.js';
|
|
360
|
-
import
|
|
368
|
+
import PaymentMonochromeOney4x32 from './icons/PaymentMonochromeOney4x32.js';
|
|
369
|
+
import PaymentMonochromeOney3x4x32 from './icons/PaymentMonochromeOney3x4x32.js';
|
|
361
370
|
import BookStore32 from './icons/BookStore32.js';
|
|
362
371
|
import Camera32 from './icons/Camera32.js';
|
|
363
|
-
import Code32 from './icons/Code32.js';
|
|
364
372
|
import Document32 from './icons/Document32.js';
|
|
365
373
|
import DownloadApp32 from './icons/DownloadApp32.js';
|
|
366
|
-
import DownloadWeb32 from './icons/DownloadWeb32.js';
|
|
367
374
|
import FullScreen32 from './icons/FullScreen32.js';
|
|
375
|
+
import SocialNetworkLinkedin24 from './icons/SocialNetworkLinkedin24.js';
|
|
376
|
+
import API32 from './icons/API32.js';
|
|
377
|
+
import Code32 from './icons/Code32.js';
|
|
368
378
|
import Gauge32 from './icons/Gauge32.js';
|
|
369
379
|
import Group32 from './icons/Group32.js';
|
|
370
|
-
import
|
|
371
|
-
import NoPicture32 from './icons/NoPicture32.js';
|
|
380
|
+
import Garage24 from './icons/Garage24.js';
|
|
372
381
|
import Pdf32 from './icons/Pdf32.js';
|
|
373
|
-
import
|
|
382
|
+
import DownloadWeb32 from './icons/DownloadWeb32.js';
|
|
374
383
|
import Play32 from './icons/Play32.js';
|
|
375
|
-
import
|
|
376
|
-
import Policies32 from './icons/Policies32.js';
|
|
384
|
+
import Kids24 from './icons/Kids24.js';
|
|
377
385
|
import Print32 from './icons/Print32.js';
|
|
386
|
+
import Picker32 from './icons/Picker32.js';
|
|
378
387
|
import Project32 from './icons/Project32.js';
|
|
379
|
-
import
|
|
380
|
-
import Pushpinoff32 from './icons/Pushpinoff32.js';
|
|
388
|
+
import Imagealt32 from './icons/Imagealt32.js';
|
|
381
389
|
import Read32 from './icons/Read32.js';
|
|
382
|
-
import
|
|
390
|
+
import NoPicture32 from './icons/NoPicture32.js';
|
|
383
391
|
import Release32 from './icons/Release32.js';
|
|
384
|
-
import
|
|
392
|
+
import Player32 from './icons/Player32.js';
|
|
385
393
|
import Slideshow32 from './icons/Slideshow32.js';
|
|
386
394
|
import Sound32 from './icons/Sound32.js';
|
|
387
|
-
import
|
|
395
|
+
import Pushpinoff32 from './icons/Pushpinoff32.js';
|
|
396
|
+
import Policies32 from './icons/Policies32.js';
|
|
397
|
+
import Server32 from './icons/Server32.js';
|
|
388
398
|
import TimeRead32 from './icons/TimeRead32.js';
|
|
389
|
-
import
|
|
390
|
-
import View36032 from './icons/View36032.js';
|
|
391
|
-
import ArrowArrowBottom32 from './icons/ArrowArrowBottom32.js';
|
|
399
|
+
import ReduceScreen32 from './icons/ReduceScreen32.js';
|
|
392
400
|
import ArrowArrowLeft32 from './icons/ArrowArrowLeft32.js';
|
|
393
|
-
import
|
|
394
|
-
import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
|
|
401
|
+
import ArrowArrowBottom32 from './icons/ArrowArrowBottom32.js';
|
|
395
402
|
import ArrowArrowBottomLeft32 from './icons/ArrowArrowBottomLeft32.js';
|
|
403
|
+
import View36032 from './icons/View36032.js';
|
|
404
|
+
import Stop32 from './icons/Stop32.js';
|
|
405
|
+
import Upload32 from './icons/Upload32.js';
|
|
396
406
|
import ArrowArrowBottomRight32 from './icons/ArrowArrowBottomRight32.js';
|
|
397
407
|
import ArrowArrowTopLeft32 from './icons/ArrowArrowTopLeft32.js';
|
|
398
408
|
import ArrowArrowTopRight32 from './icons/ArrowArrowTopRight32.js';
|
|
399
|
-
import
|
|
409
|
+
import ArrowArrowTop32 from './icons/ArrowArrowTop32.js';
|
|
400
410
|
import ArrowDoubleArrowLeft32 from './icons/ArrowDoubleArrowLeft32.js';
|
|
401
|
-
import ArrowDoubleArrowRight32 from './icons/ArrowDoubleArrowRight32.js';
|
|
402
411
|
import ArrowDown32 from './icons/ArrowDown32.js';
|
|
403
|
-
import
|
|
404
|
-
import ArrowUp32 from './icons/ArrowUp32.js';
|
|
412
|
+
import ArrowDoubleArrowRight32 from './icons/ArrowDoubleArrowRight32.js';
|
|
405
413
|
import ControlCircleCross32 from './icons/ControlCircleCross32.js';
|
|
414
|
+
import ArrowArrowRight32 from './icons/ArrowArrowRight32.js';
|
|
415
|
+
import ArrowBack32 from './icons/ArrowBack32.js';
|
|
416
|
+
import ArrowUp32 from './icons/ArrowUp32.js';
|
|
406
417
|
import ControlCircleLess32 from './icons/ControlCircleLess32.js';
|
|
407
418
|
import ControlCircleMore32 from './icons/ControlCircleMore32.js';
|
|
408
419
|
import ControlCross32 from './icons/ControlCross32.js';
|
|
409
|
-
import ControlLess32 from './icons/ControlLess32.js';
|
|
410
420
|
import ControlMore32 from './icons/ControlMore32.js';
|
|
411
|
-
import ControlTagCross32 from './icons/ControlTagCross32.js';
|
|
412
421
|
import DisplayBlink32 from './icons/DisplayBlink32.js';
|
|
413
|
-
import
|
|
414
|
-
import
|
|
415
|
-
import DisplayDisplayFullFilled32 from './icons/DisplayDisplayFullFilled32.js';
|
|
422
|
+
import ControlTagCross32 from './icons/ControlTagCross32.js';
|
|
423
|
+
import ControlLess32 from './icons/ControlLess32.js';
|
|
416
424
|
import DisplayDisplayFullOutline32 from './icons/DisplayDisplayFullOutline32.js';
|
|
417
|
-
import
|
|
425
|
+
import ArrowNext32 from './icons/ArrowNext32.js';
|
|
426
|
+
import DisplayDisplayFullFilled32 from './icons/DisplayDisplayFullFilled32.js';
|
|
418
427
|
import DisplayDisplayListOutline32 from './icons/DisplayDisplayListOutline32.js';
|
|
419
428
|
import DisplayDisplayMobileHorizontal32 from './icons/DisplayDisplayMobileHorizontal32.js';
|
|
420
429
|
import DisplayDisplayMobileVertical32 from './icons/DisplayDisplayMobileVertical32.js';
|
|
421
430
|
import DisplayDisplayProductX4Filled32 from './icons/DisplayDisplayProductX4Filled32.js';
|
|
422
431
|
import DisplayDisplayProductX4Outline32 from './icons/DisplayDisplayProductX4Outline32.js';
|
|
423
432
|
import DisplayDisplayProductX932 from './icons/DisplayDisplayProductX932.js';
|
|
424
|
-
import
|
|
433
|
+
import DisplayConnect32 from './icons/DisplayConnect32.js';
|
|
434
|
+
import DisplayCalendar32 from './icons/DisplayCalendar32.js';
|
|
425
435
|
import DisplayFilter32 from './icons/DisplayFilter32.js';
|
|
426
436
|
import DisplayHome32 from './icons/DisplayHome32.js';
|
|
427
437
|
import DisplayLogOut32 from './icons/DisplayLogOut32.js';
|
|
428
|
-
import DisplayMenu32 from './icons/DisplayMenu32.js';
|
|
429
|
-
import DisplayMovingBlock32 from './icons/DisplayMovingBlock32.js';
|
|
430
438
|
import DisplayOptions32 from './icons/DisplayOptions32.js';
|
|
431
|
-
import
|
|
439
|
+
import DisplayMovingBlock32 from './icons/DisplayMovingBlock32.js';
|
|
440
|
+
import DisplayExternalLink32 from './icons/DisplayExternalLink32.js';
|
|
432
441
|
import DisplayProductNumb32 from './icons/DisplayProductNumb32.js';
|
|
433
|
-
import DisplayRefresh32 from './icons/DisplayRefresh32.js';
|
|
434
442
|
import DisplayScreenRotation32 from './icons/DisplayScreenRotation32.js';
|
|
443
|
+
import DisplayRefresh32 from './icons/DisplayRefresh32.js';
|
|
435
444
|
import DisplaySearch32 from './icons/DisplaySearch32.js';
|
|
436
|
-
import
|
|
445
|
+
import DisplayOther32 from './icons/DisplayOther32.js';
|
|
437
446
|
import DisplaySearchProduct32 from './icons/DisplaySearchProduct32.js';
|
|
438
447
|
import DisplaySetting32 from './icons/DisplaySetting32.js';
|
|
439
|
-
import
|
|
448
|
+
import DisplaySearchList32 from './icons/DisplaySearchList32.js';
|
|
440
449
|
import DisplayVocalSearch32 from './icons/DisplayVocalSearch32.js';
|
|
441
|
-
import NotificationAvailable32 from './icons/NotificationAvailable32.js';
|
|
442
450
|
import NotificationBell32 from './icons/NotificationBell32.js';
|
|
451
|
+
import NotificationAvailable32 from './icons/NotificationAvailable32.js';
|
|
443
452
|
import NotificationCircleAvailable32 from './icons/NotificationCircleAvailable32.js';
|
|
444
|
-
import
|
|
453
|
+
import DisplayDisplayListFilled32 from './icons/DisplayDisplayListFilled32.js';
|
|
445
454
|
import NotificationQuestion32 from './icons/NotificationQuestion32.js';
|
|
446
455
|
import NotificationWarning32 from './icons/NotificationWarning32.js';
|
|
447
456
|
import PublishCopy32 from './icons/PublishCopy32.js';
|
|
457
|
+
import DisplayView32 from './icons/DisplayView32.js';
|
|
448
458
|
import PublishEdit32 from './icons/PublishEdit32.js';
|
|
449
459
|
import PublishFavorite32 from './icons/PublishFavorite32.js';
|
|
450
460
|
import PublishFavoriteFull32 from './icons/PublishFavoriteFull32.js';
|
|
451
|
-
import PublishLock32 from './icons/PublishLock32.js';
|
|
452
461
|
import PublishSend32 from './icons/PublishSend32.js';
|
|
453
462
|
import PublishTrashbin32 from './icons/PublishTrashbin32.js';
|
|
454
|
-
import
|
|
463
|
+
import Billzloty32 from './icons/Billzloty32.js';
|
|
455
464
|
import Bill32 from './icons/Bill32.js';
|
|
456
|
-
import
|
|
465
|
+
import PublishLock32 from './icons/PublishLock32.js';
|
|
466
|
+
import Split32 from './icons/Split32.js';
|
|
457
467
|
import CardsMonochromeCB32 from './icons/CardsMonochromeCB32.js';
|
|
458
468
|
import CardsMonochromeCheque32 from './icons/CardsMonochromeCheque32.js';
|
|
459
|
-
import
|
|
469
|
+
import CardsMonochromeAmericanExpress32 from './icons/CardsMonochromeAmericanExpress32.js';
|
|
460
470
|
import CardsMonochromeIllicado32 from './icons/CardsMonochromeIllicado32.js';
|
|
461
471
|
import CardsMonochromeLoyalty32 from './icons/CardsMonochromeLoyalty32.js';
|
|
462
472
|
import CardsMonochromeMaestro32 from './icons/CardsMonochromeMaestro32.js';
|
|
@@ -468,87 +478,93 @@ import CardsMonochromePaylib32 from './icons/CardsMonochromePaylib32.js';
|
|
|
468
478
|
import CardsMonochromePaypal32 from './icons/CardsMonochromePaypal32.js';
|
|
469
479
|
import CardsMonochromeVisa32 from './icons/CardsMonochromeVisa32.js';
|
|
470
480
|
import DetailsOrder32 from './icons/DetailsOrder32.js';
|
|
481
|
+
import Pushpin32 from './icons/Pushpin32.js';
|
|
471
482
|
import Euro32 from './icons/Euro32.js';
|
|
472
483
|
import Receipt32 from './icons/Receipt32.js';
|
|
473
|
-
import
|
|
474
|
-
import
|
|
484
|
+
import Receiptzloty32 from './icons/Receiptzloty32.js';
|
|
485
|
+
import CardsMonochromeGift32 from './icons/CardsMonochromeGift32.js';
|
|
486
|
+
import Zloty32 from './icons/Zloty32.js';
|
|
475
487
|
import AspectQuantity32 from './icons/AspectQuantity32.js';
|
|
476
488
|
import AspectSize32 from './icons/AspectSize32.js';
|
|
477
489
|
import AspectWeight32 from './icons/AspectWeight32.js';
|
|
478
|
-
import
|
|
490
|
+
import NotificationInformation32 from './icons/NotificationInformation32.js';
|
|
479
491
|
import BasketHandbag32 from './icons/BasketHandbag32.js';
|
|
480
492
|
import BasketMulti32 from './icons/BasketMulti32.js';
|
|
493
|
+
import SafePayment132 from './icons/SafePayment132.js';
|
|
481
494
|
import BasketSave32 from './icons/BasketSave32.js';
|
|
482
495
|
import BasketStandard32 from './icons/BasketStandard32.js';
|
|
483
|
-
import
|
|
484
|
-
import ListStandard32 from './icons/ListStandard32.js';
|
|
496
|
+
import DisplayMenu32 from './icons/DisplayMenu32.js';
|
|
485
497
|
import PromiseCertification32 from './icons/PromiseCertification32.js';
|
|
486
498
|
import PromiseCircularEconomy32 from './icons/PromiseCircularEconomy32.js';
|
|
487
|
-
import PromiseDestocking32 from './icons/PromiseDestocking32.js';
|
|
488
499
|
import PromiseEcoProduct32 from './icons/PromiseEcoProduct32.js';
|
|
489
500
|
import PromiseFashionChoice32 from './icons/PromiseFashionChoice32.js';
|
|
501
|
+
import ListAdd32 from './icons/ListAdd32.js';
|
|
490
502
|
import PromiseFunding32 from './icons/PromiseFunding32.js';
|
|
491
|
-
import
|
|
503
|
+
import ListStandard32 from './icons/ListStandard32.js';
|
|
492
504
|
import PromiseMadeInFrance32 from './icons/PromiseMadeInFrance32.js';
|
|
493
|
-
import
|
|
505
|
+
import PromiseDestocking32 from './icons/PromiseDestocking32.js';
|
|
494
506
|
import PromiseProductOnPicture32 from './icons/PromiseProductOnPicture32.js';
|
|
495
507
|
import PromiseProductSheet32 from './icons/PromiseProductSheet32.js';
|
|
496
|
-
import
|
|
508
|
+
import PromiseModular32 from './icons/PromiseModular32.js';
|
|
497
509
|
import PromiseWarranty32 from './icons/PromiseWarranty32.js';
|
|
498
510
|
import DescribeProject32 from './icons/DescribeProject32.js';
|
|
499
511
|
import Inspiration32 from './icons/Inspiration32.js';
|
|
500
512
|
import MakeProject32 from './icons/MakeProject32.js';
|
|
513
|
+
import Fundingzloty32 from './icons/Fundingzloty32.js';
|
|
501
514
|
import AfterSalesAfterSalesService32 from './icons/AfterSalesAfterSalesService32.js';
|
|
502
|
-
import
|
|
515
|
+
import BasketAdd32 from './icons/BasketAdd32.js';
|
|
503
516
|
import AfterSalesPayback32 from './icons/AfterSalesPayback32.js';
|
|
504
517
|
import AfterSalesSatisfaction32 from './icons/AfterSalesSatisfaction32.js';
|
|
518
|
+
import PromiseScan32 from './icons/PromiseScan32.js';
|
|
505
519
|
import CustomCopyKey32 from './icons/CustomCopyKey32.js';
|
|
506
520
|
import CustomCourse32 from './icons/CustomCourse32.js';
|
|
507
|
-
import
|
|
508
|
-
import
|
|
521
|
+
import AfterSalesHelpline32 from './icons/AfterSalesHelpline32.js';
|
|
522
|
+
import PromiseMadeInEurope32 from './icons/PromiseMadeInEurope32.js';
|
|
509
523
|
import CustomSharpening32 from './icons/CustomSharpening32.js';
|
|
510
524
|
import DeliveryDeliveryPickupRelayPoint32 from './icons/DeliveryDeliveryPickupRelayPoint32.js';
|
|
511
525
|
import DeliveryDeliveryPickupStore32 from './icons/DeliveryDeliveryPickupStore32.js';
|
|
512
|
-
import
|
|
526
|
+
import CustomSample32 from './icons/CustomSample32.js';
|
|
513
527
|
import DeliveryDeliveryLocker32 from './icons/DeliveryDeliveryLocker32.js';
|
|
514
528
|
import Pallet32 from './icons/Pallet32.js';
|
|
515
|
-
import
|
|
516
|
-
import
|
|
529
|
+
import CustomCutWoodGlass32 from './icons/CustomCutWoodGlass32.js';
|
|
530
|
+
import SafePayment232 from './icons/SafePayment232.js';
|
|
517
531
|
import PurchaseHelpHomeInstall32 from './icons/PurchaseHelpHomeInstall32.js';
|
|
518
532
|
import PurchaseHelpToolRent32 from './icons/PurchaseHelpToolRent32.js';
|
|
533
|
+
import DeliveryDeliveryHome32 from './icons/DeliveryDeliveryHome32.js';
|
|
534
|
+
import PurchaseHelpHomeDIY32 from './icons/PurchaseHelpHomeDIY32.js';
|
|
519
535
|
import TimeDelivery2h32 from './icons/TimeDelivery2h32.js';
|
|
520
|
-
import TimeDelivery3h32 from './icons/TimeDelivery3h32.js';
|
|
521
|
-
import TimeDelivery48h32 from './icons/TimeDelivery48h32.js';
|
|
522
|
-
import TimeTimeDecline32 from './icons/TimeTimeDecline32.js';
|
|
523
536
|
import ToolsCalculator32 from './icons/ToolsCalculator32.js';
|
|
524
|
-
import
|
|
537
|
+
import TimeTimeDecline32 from './icons/TimeTimeDecline32.js';
|
|
538
|
+
import Tools3d32 from './icons/Tools3d32.js';
|
|
525
539
|
import CommentComment32 from './icons/CommentComment32.js';
|
|
526
540
|
import CommentCommunity32 from './icons/CommentCommunity32.js';
|
|
527
541
|
import CommentQuestionArticle32 from './icons/CommentQuestionArticle32.js';
|
|
528
|
-
import
|
|
529
|
-
import ShareShareAndroid32 from './icons/ShareShareAndroid32.js';
|
|
542
|
+
import TimeDelivery3h32 from './icons/TimeDelivery3h32.js';
|
|
530
543
|
import ShareShareIOS32 from './icons/ShareShareIOS32.js';
|
|
544
|
+
import ShareShareAndroid32 from './icons/ShareShareAndroid32.js';
|
|
531
545
|
import SocialNetworkFacebook32 from './icons/SocialNetworkFacebook32.js';
|
|
546
|
+
import ToolsComparator32 from './icons/ToolsComparator32.js';
|
|
532
547
|
import SocialNetworkInstagram32 from './icons/SocialNetworkInstagram32.js';
|
|
533
|
-
import SocialNetworkLinkedin32 from './icons/SocialNetworkLinkedin32.js';
|
|
534
548
|
import SocialNetworkPinterest32 from './icons/SocialNetworkPinterest32.js';
|
|
535
|
-
import
|
|
549
|
+
import SocialNetworkLinkedin32 from './icons/SocialNetworkLinkedin32.js';
|
|
536
550
|
import SocialNetworkYoutube32 from './icons/SocialNetworkYoutube32.js';
|
|
537
551
|
import ViewLikeNegative32 from './icons/ViewLikeNegative32.js';
|
|
538
552
|
import ViewLikePositive32 from './icons/ViewLikePositive32.js';
|
|
539
|
-
import
|
|
540
|
-
import ViewStarFull32 from './icons/ViewStarFull32.js';
|
|
553
|
+
import CommentReport32 from './icons/CommentReport32.js';
|
|
541
554
|
import ViewStarHalf32 from './icons/ViewStarHalf32.js';
|
|
555
|
+
import ViewStarEmpty32 from './icons/ViewStarEmpty32.js';
|
|
556
|
+
import SocialNetworkTwitter32 from './icons/SocialNetworkTwitter32.js';
|
|
542
557
|
import ViewTesterView32 from './icons/ViewTesterView32.js';
|
|
543
558
|
import Itinerary32 from './icons/Itinerary32.js';
|
|
544
559
|
import Locator32 from './icons/Locator32.js';
|
|
545
|
-
import
|
|
546
|
-
import Map32 from './icons/Map32.js';
|
|
560
|
+
import PurchaseHelpCarRent32 from './icons/PurchaseHelpCarRent32.js';
|
|
547
561
|
import MonochromeRelayLocation32 from './icons/MonochromeRelayLocation32.js';
|
|
548
|
-
import
|
|
549
|
-
import
|
|
562
|
+
import TimeDelivery48h32 from './icons/TimeDelivery48h32.js';
|
|
563
|
+
import MonochromeStoreLocationbm32 from './icons/MonochromeStoreLocationbm32.js';
|
|
564
|
+
import StoreBM32 from './icons/StoreBM32.js';
|
|
565
|
+
import ViewStarFull32 from './icons/ViewStarFull32.js';
|
|
550
566
|
import Attic32 from './icons/Attic32.js';
|
|
551
|
-
import
|
|
567
|
+
import Logo32 from './icons/Logo32.js';
|
|
552
568
|
import Bathroom32 from './icons/Bathroom32.js';
|
|
553
569
|
import Bedroom32 from './icons/Bedroom32.js';
|
|
554
570
|
import Carpentry32 from './icons/Carpentry32.js';
|
|
@@ -559,515 +575,535 @@ import Dressing32 from './icons/Dressing32.js';
|
|
|
559
575
|
import Drillalt32 from './icons/Drillalt32.js';
|
|
560
576
|
import Electricity32 from './icons/Electricity32.js';
|
|
561
577
|
import Enki32 from './icons/Enki32.js';
|
|
562
|
-
import Floor32 from './icons/Floor32.js';
|
|
563
578
|
import Garage32 from './icons/Garage32.js';
|
|
564
|
-
import
|
|
565
|
-
import Garden132 from './icons/Garden132.js';
|
|
579
|
+
import Floor32 from './icons/Floor32.js';
|
|
566
580
|
import Garden232 from './icons/Garden232.js';
|
|
581
|
+
import Garden132 from './icons/Garden132.js';
|
|
567
582
|
import Glass32 from './icons/Glass32.js';
|
|
568
583
|
import Hardhatalt32 from './icons/Hardhatalt32.js';
|
|
569
|
-
import
|
|
584
|
+
import Map32 from './icons/Map32.js';
|
|
570
585
|
import Heater32 from './icons/Heater32.js';
|
|
571
586
|
import Insulationalt32 from './icons/Insulationalt32.js';
|
|
587
|
+
import Garden32 from './icons/Garden32.js';
|
|
572
588
|
import Kids32 from './icons/Kids32.js';
|
|
573
589
|
import Kitchen32 from './icons/Kitchen32.js';
|
|
574
|
-
import Kitchenalt32 from './icons/Kitchenalt32.js';
|
|
575
|
-
import Kitchen232 from './icons/Kitchen232.js';
|
|
576
590
|
import Leak32 from './icons/Leak32.js';
|
|
591
|
+
import Kitchenalt32 from './icons/Kitchenalt32.js';
|
|
577
592
|
import Lighting32 from './icons/Lighting32.js';
|
|
578
593
|
import Living32 from './icons/Living32.js';
|
|
579
|
-
import
|
|
580
|
-
import Masonryalt32 from './icons/Masonryalt32.js';
|
|
594
|
+
import Kitchen232 from './icons/Kitchen232.js';
|
|
581
595
|
import Paint32 from './icons/Paint32.js';
|
|
582
|
-
import
|
|
583
|
-
import
|
|
596
|
+
import Masonryalt32 from './icons/Masonryalt32.js';
|
|
597
|
+
import Renewableenergy32 from './icons/Renewableenergy32.js';
|
|
598
|
+
import MakeIt32 from './icons/MakeIt32.js';
|
|
584
599
|
import Stairs32 from './icons/Stairs32.js';
|
|
585
|
-
import
|
|
586
|
-
import
|
|
600
|
+
import Security32 from './icons/Security32.js';
|
|
601
|
+
import HardwareStore32 from './icons/HardwareStore32.js';
|
|
587
602
|
import Wallpaper32 from './icons/Wallpaper32.js';
|
|
588
|
-
import
|
|
603
|
+
import Wood32 from './icons/Wood32.js';
|
|
604
|
+
import StoreLM32 from './icons/StoreLM32.js';
|
|
605
|
+
import Woodflooringalt32 from './icons/Woodflooringalt32.js';
|
|
606
|
+
import Tool32 from './icons/Tool32.js';
|
|
607
|
+
import Pool32 from './icons/Pool32.js';
|
|
608
|
+
import Terrace32 from './icons/Terrace32.js';
|
|
589
609
|
import AccountCustomerPassion32 from './icons/AccountCustomerPassion32.js';
|
|
590
610
|
import AccountCustomerCollaborator32 from './icons/AccountCustomerCollaborator32.js';
|
|
591
|
-
import AccountCustomerPro32 from './icons/AccountCustomerPro32.js';
|
|
592
|
-
import AccountProfileMan32 from './icons/AccountProfileMan32.js';
|
|
593
611
|
import AccountProfileView32 from './icons/AccountProfileView32.js';
|
|
594
|
-
import
|
|
612
|
+
import WoodSaw32 from './icons/WoodSaw32.js';
|
|
595
613
|
import CardFunding32 from './icons/CardFunding32.js';
|
|
596
|
-
import
|
|
614
|
+
import AccountProfileWoman32 from './icons/AccountProfileWoman32.js';
|
|
615
|
+
import AccountCustomerPro32 from './icons/AccountCustomerPro32.js';
|
|
597
616
|
import CardIDCard32 from './icons/CardIDCard32.js';
|
|
598
|
-
import
|
|
617
|
+
import CardFundingzloty32 from './icons/CardFundingzloty32.js';
|
|
618
|
+
import CardGift32 from './icons/CardGift32.js';
|
|
599
619
|
import ContactMail32 from './icons/ContactMail32.js';
|
|
600
|
-
import
|
|
620
|
+
import CardLoyaltyCard32 from './icons/CardLoyaltyCard32.js';
|
|
601
621
|
import ContactWebsite32 from './icons/ContactWebsite32.js';
|
|
602
622
|
import SituationOwner32 from './icons/SituationOwner32.js';
|
|
623
|
+
import Administration32 from './icons/Administration32.js';
|
|
603
624
|
import SituationTenant32 from './icons/SituationTenant32.js';
|
|
604
625
|
import A11y32 from './icons/A11y32.js';
|
|
605
|
-
import Administration32 from './icons/Administration32.js';
|
|
606
626
|
import Apartment32 from './icons/Apartment32.js';
|
|
607
|
-
import Balcony32 from './icons/Balcony32.js';
|
|
608
627
|
import Blower32 from './icons/Blower32.js';
|
|
628
|
+
import Balcony32 from './icons/Balcony32.js';
|
|
629
|
+
import ContactPhone32 from './icons/ContactPhone32.js';
|
|
609
630
|
import Company32 from './icons/Company32.js';
|
|
610
|
-
import
|
|
631
|
+
import Woodflooring32 from './icons/Woodflooring32.js';
|
|
611
632
|
import EcoSaving32 from './icons/EcoSaving32.js';
|
|
612
|
-
import Heat32 from './icons/Heat32.js';
|
|
613
633
|
import House32 from './icons/House32.js';
|
|
614
|
-
import
|
|
615
|
-
import Insulation32 from './icons/Insulation32.js';
|
|
616
|
-
import LessonDIY32 from './icons/LessonDIY32.js';
|
|
634
|
+
import Heat32 from './icons/Heat32.js';
|
|
617
635
|
import Level32 from './icons/Level32.js';
|
|
636
|
+
import Insulation32 from './icons/Insulation32.js';
|
|
637
|
+
import IncreaseValue32 from './icons/IncreaseValue32.js';
|
|
618
638
|
import PaintCan32 from './icons/PaintCan32.js';
|
|
639
|
+
import Door32 from './icons/Door32.js';
|
|
619
640
|
import PartnerCompany32 from './icons/PartnerCompany32.js';
|
|
620
|
-
import PartnerWorker32 from './icons/PartnerWorker32.js';
|
|
621
641
|
import Pipe32 from './icons/Pipe32.js';
|
|
622
|
-
import Premium32 from './icons/Premium32.js';
|
|
623
642
|
import Shutter32 from './icons/Shutter32.js';
|
|
624
|
-
import
|
|
643
|
+
import PartnerWorker32 from './icons/PartnerWorker32.js';
|
|
644
|
+
import Premium32 from './icons/Premium32.js';
|
|
645
|
+
import AccountProfileMan32 from './icons/AccountProfileMan32.js';
|
|
625
646
|
import Temperature32 from './icons/Temperature32.js';
|
|
626
647
|
import ThermalControl32 from './icons/ThermalControl32.js';
|
|
627
648
|
import ToolBox32 from './icons/ToolBox32.js';
|
|
628
|
-
import
|
|
629
|
-
import Laptop48 from './icons/Laptop48.js';
|
|
649
|
+
import MonochromeStoreLocation32 from './icons/MonochromeStoreLocation32.js';
|
|
630
650
|
import Mobile48 from './icons/Mobile48.js';
|
|
631
|
-
import Tablet48 from './icons/Tablet48.js';
|
|
632
651
|
import HygieneCleaned48 from './icons/HygieneCleaned48.js';
|
|
652
|
+
import Desktop48 from './icons/Desktop48.js';
|
|
633
653
|
import HygieneDanger48 from './icons/HygieneDanger48.js';
|
|
634
|
-
import
|
|
635
|
-
import
|
|
654
|
+
import LessonDIY32 from './icons/LessonDIY32.js';
|
|
655
|
+
import Tablet48 from './icons/Tablet48.js';
|
|
636
656
|
import HygieneMask48 from './icons/HygieneMask48.js';
|
|
637
657
|
import HygieneNoContact48 from './icons/HygieneNoContact48.js';
|
|
638
|
-
import
|
|
658
|
+
import Laptop48 from './icons/Laptop48.js';
|
|
639
659
|
import PaymentCheckout48 from './icons/PaymentCheckout48.js';
|
|
640
660
|
import PaymentNoContact48 from './icons/PaymentNoContact48.js';
|
|
661
|
+
import HygienePlexiglas48 from './icons/HygienePlexiglas48.js';
|
|
662
|
+
import ServicePurchaseHelpCarStayInside48 from './icons/ServicePurchaseHelpCarStayInside48.js';
|
|
641
663
|
import ServicePurchaseHelpCarOpenBoot48 from './icons/ServicePurchaseHelpCarOpenBoot48.js';
|
|
642
664
|
import ServicePurchaseHelpCarStandInLine48 from './icons/ServicePurchaseHelpCarStandInLine48.js';
|
|
643
|
-
import ServicePurchaseHelpCarStayInside48 from './icons/ServicePurchaseHelpCarStayInside48.js';
|
|
644
|
-
import ServicePurchaseHelpLoading48 from './icons/ServicePurchaseHelpLoading48.js';
|
|
645
|
-
import ServicePurchaseHelpNoCarRent48 from './icons/ServicePurchaseHelpNoCarRent48.js';
|
|
646
665
|
import ServicePurchaseHelpRequest48 from './icons/ServicePurchaseHelpRequest48.js';
|
|
647
|
-
import
|
|
666
|
+
import ServicePurchaseHelpLoading48 from './icons/ServicePurchaseHelpLoading48.js';
|
|
648
667
|
import UniverseEssentialProduct48 from './icons/UniverseEssentialProduct48.js';
|
|
649
|
-
import
|
|
668
|
+
import PaymentMonochromeBonificoBancario48 from './icons/PaymentMonochromeBonificoBancario48.js';
|
|
669
|
+
import ServicePurchaseHelpNoCarRent48 from './icons/ServicePurchaseHelpNoCarRent48.js';
|
|
650
670
|
import PaymentMonochromeFintecture48 from './icons/PaymentMonochromeFintecture48.js';
|
|
671
|
+
import ServicePurchaseHelpTruck48 from './icons/ServicePurchaseHelpTruck48.js';
|
|
651
672
|
import PaymentMonochromeMBMultibanco48 from './icons/PaymentMonochromeMBMultibanco48.js';
|
|
673
|
+
import PaymentMonochromeBizum48 from './icons/PaymentMonochromeBizum48.js';
|
|
652
674
|
import PaymentMonochromeMBWay48 from './icons/PaymentMonochromeMBWay48.js';
|
|
653
|
-
import
|
|
654
|
-
import PaymentMonochromeOney3x48 from './icons/PaymentMonochromeOney3x48.js';
|
|
655
|
-
import PaymentMonochromeOney3x4x48 from './icons/PaymentMonochromeOney3x4x48.js';
|
|
675
|
+
import HygieneGel48 from './icons/HygieneGel48.js';
|
|
656
676
|
import PaymentMonochromeOney4x48 from './icons/PaymentMonochromeOney4x48.js';
|
|
657
|
-
import
|
|
677
|
+
import PaymentMonochromeOney3x48 from './icons/PaymentMonochromeOney3x48.js';
|
|
658
678
|
import API48 from './icons/API48.js';
|
|
679
|
+
import PaymentMonochromeOney48 from './icons/PaymentMonochromeOney48.js';
|
|
680
|
+
import PaymentMonochromePayPal48 from './icons/PaymentMonochromePayPal48.js';
|
|
659
681
|
import BookStore48 from './icons/BookStore48.js';
|
|
660
682
|
import Camera48 from './icons/Camera48.js';
|
|
661
|
-
import Code48 from './icons/Code48.js';
|
|
662
|
-
import Document48 from './icons/Document48.js';
|
|
663
683
|
import DownloadApp48 from './icons/DownloadApp48.js';
|
|
664
684
|
import DownloadWeb48 from './icons/DownloadWeb48.js';
|
|
665
685
|
import FullScreen48 from './icons/FullScreen48.js';
|
|
666
686
|
import Gauge48 from './icons/Gauge48.js';
|
|
687
|
+
import Code48 from './icons/Code48.js';
|
|
688
|
+
import Document48 from './icons/Document48.js';
|
|
667
689
|
import Group48 from './icons/Group48.js';
|
|
668
690
|
import Imagealt48 from './icons/Imagealt48.js';
|
|
669
|
-
import NoPicture48 from './icons/NoPicture48.js';
|
|
670
|
-
import Pdf48 from './icons/Pdf48.js';
|
|
671
691
|
import Picker48 from './icons/Picker48.js';
|
|
672
692
|
import Play48 from './icons/Play48.js';
|
|
673
693
|
import Player48 from './icons/Player48.js';
|
|
674
694
|
import Policies48 from './icons/Policies48.js';
|
|
675
|
-
import
|
|
695
|
+
import Pdf48 from './icons/Pdf48.js';
|
|
696
|
+
import NoPicture48 from './icons/NoPicture48.js';
|
|
676
697
|
import Project48 from './icons/Project48.js';
|
|
677
|
-
import
|
|
678
|
-
import Pushpinoff48 from './icons/Pushpinoff48.js';
|
|
698
|
+
import Print48 from './icons/Print48.js';
|
|
679
699
|
import Read48 from './icons/Read48.js';
|
|
680
|
-
import
|
|
681
|
-
import Release48 from './icons/Release48.js';
|
|
700
|
+
import PaymentMonochromeOney3x4x48 from './icons/PaymentMonochromeOney3x4x48.js';
|
|
682
701
|
import Server48 from './icons/Server48.js';
|
|
683
|
-
import
|
|
702
|
+
import Survey32 from './icons/Survey32.js';
|
|
684
703
|
import Sound48 from './icons/Sound48.js';
|
|
685
|
-
import
|
|
704
|
+
import Slideshow48 from './icons/Slideshow48.js';
|
|
705
|
+
import Pushpinoff48 from './icons/Pushpinoff48.js';
|
|
706
|
+
import Pushpin48 from './icons/Pushpin48.js';
|
|
686
707
|
import TimeRead48 from './icons/TimeRead48.js';
|
|
687
|
-
import Upload48 from './icons/Upload48.js';
|
|
688
708
|
import View36048 from './icons/View36048.js';
|
|
709
|
+
import Stop48 from './icons/Stop48.js';
|
|
689
710
|
import ArrowArrowBottom48 from './icons/ArrowArrowBottom48.js';
|
|
690
|
-
import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
|
|
691
|
-
import ArrowArrowRight48 from './icons/ArrowArrowRight48.js';
|
|
692
711
|
import ArrowArrowTop48 from './icons/ArrowArrowTop48.js';
|
|
693
|
-
import
|
|
712
|
+
import ArrowArrowRight48 from './icons/ArrowArrowRight48.js';
|
|
713
|
+
import ArrowArrowLeft48 from './icons/ArrowArrowLeft48.js';
|
|
714
|
+
import Upload48 from './icons/Upload48.js';
|
|
715
|
+
import ReduceScreen48 from './icons/ReduceScreen48.js';
|
|
716
|
+
import Release48 from './icons/Release48.js';
|
|
694
717
|
import ArrowArrowBottomRight48 from './icons/ArrowArrowBottomRight48.js';
|
|
695
|
-
import ArrowArrowTopLeft48 from './icons/ArrowArrowTopLeft48.js';
|
|
696
|
-
import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
|
|
697
718
|
import ArrowBack48 from './icons/ArrowBack48.js';
|
|
698
|
-
import ArrowDoubleArrowLeft48 from './icons/ArrowDoubleArrowLeft48.js';
|
|
699
719
|
import ArrowDoubleArrowRight48 from './icons/ArrowDoubleArrowRight48.js';
|
|
700
|
-
import
|
|
720
|
+
import ArrowArrowTopLeft48 from './icons/ArrowArrowTopLeft48.js';
|
|
721
|
+
import ArrowArrowTopRight48 from './icons/ArrowArrowTopRight48.js';
|
|
701
722
|
import ArrowNext48 from './icons/ArrowNext48.js';
|
|
702
|
-
import
|
|
723
|
+
import ArrowDown48 from './icons/ArrowDown48.js';
|
|
703
724
|
import ControlCircleCross48 from './icons/ControlCircleCross48.js';
|
|
704
|
-
import ControlCircleLess48 from './icons/ControlCircleLess48.js';
|
|
705
725
|
import ControlCircleMore48 from './icons/ControlCircleMore48.js';
|
|
706
726
|
import ControlCross48 from './icons/ControlCross48.js';
|
|
707
727
|
import ControlLess48 from './icons/ControlLess48.js';
|
|
708
728
|
import ControlMore48 from './icons/ControlMore48.js';
|
|
729
|
+
import ArrowUp48 from './icons/ArrowUp48.js';
|
|
730
|
+
import ControlCircleLess48 from './icons/ControlCircleLess48.js';
|
|
709
731
|
import ControlTagCross48 from './icons/ControlTagCross48.js';
|
|
732
|
+
import HygieneDistance48 from './icons/HygieneDistance48.js';
|
|
733
|
+
import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
|
|
710
734
|
import DisplayBlink48 from './icons/DisplayBlink48.js';
|
|
711
|
-
import
|
|
735
|
+
import ArrowArrowBottomLeft48 from './icons/ArrowArrowBottomLeft48.js';
|
|
736
|
+
import ArrowDoubleArrowLeft48 from './icons/ArrowDoubleArrowLeft48.js';
|
|
712
737
|
import DisplayConnect48 from './icons/DisplayConnect48.js';
|
|
713
|
-
import DisplayDisplayFullFilled48 from './icons/DisplayDisplayFullFilled48.js';
|
|
714
|
-
import DisplayDisplayFullOutline48 from './icons/DisplayDisplayFullOutline48.js';
|
|
715
738
|
import DisplayDisplayListFilled48 from './icons/DisplayDisplayListFilled48.js';
|
|
716
|
-
import
|
|
739
|
+
import DisplayDisplayProductX4Outline48 from './icons/DisplayDisplayProductX4Outline48.js';
|
|
740
|
+
import DisplayDisplayProductX4Filled48 from './icons/DisplayDisplayProductX4Filled48.js';
|
|
717
741
|
import DisplayDisplayMobileHorizontal48 from './icons/DisplayDisplayMobileHorizontal48.js';
|
|
718
742
|
import DisplayDisplayMobileVertical48 from './icons/DisplayDisplayMobileVertical48.js';
|
|
719
|
-
import DisplayDisplayProductX4Filled48 from './icons/DisplayDisplayProductX4Filled48.js';
|
|
720
|
-
import DisplayDisplayProductX4Outline48 from './icons/DisplayDisplayProductX4Outline48.js';
|
|
721
743
|
import DisplayDisplayProductX948 from './icons/DisplayDisplayProductX948.js';
|
|
722
744
|
import DisplayExternalLink48 from './icons/DisplayExternalLink48.js';
|
|
723
|
-
import
|
|
724
|
-
import DisplayHome48 from './icons/DisplayHome48.js';
|
|
745
|
+
import DisplayCalendar48 from './icons/DisplayCalendar48.js';
|
|
725
746
|
import DisplayLogOut48 from './icons/DisplayLogOut48.js';
|
|
726
|
-
import DisplayMenu48 from './icons/DisplayMenu48.js';
|
|
727
|
-
import DisplayMovingBlock48 from './icons/DisplayMovingBlock48.js';
|
|
728
747
|
import DisplayOptions48 from './icons/DisplayOptions48.js';
|
|
748
|
+
import DisplayHome48 from './icons/DisplayHome48.js';
|
|
749
|
+
import DisplayFilter48 from './icons/DisplayFilter48.js';
|
|
750
|
+
import DisplayMenu48 from './icons/DisplayMenu48.js';
|
|
729
751
|
import DisplayOther48 from './icons/DisplayOther48.js';
|
|
730
752
|
import DisplayProductNumb48 from './icons/DisplayProductNumb48.js';
|
|
731
|
-
import DisplayRefresh48 from './icons/DisplayRefresh48.js';
|
|
732
|
-
import DisplayScreenRotation48 from './icons/DisplayScreenRotation48.js';
|
|
733
|
-
import DisplaySearch48 from './icons/DisplaySearch48.js';
|
|
734
753
|
import DisplaySearchList48 from './icons/DisplaySearchList48.js';
|
|
735
|
-
import
|
|
754
|
+
import DisplaySearch48 from './icons/DisplaySearch48.js';
|
|
755
|
+
import DisplayRefresh48 from './icons/DisplayRefresh48.js';
|
|
736
756
|
import DisplaySetting48 from './icons/DisplaySetting48.js';
|
|
757
|
+
import DisplayScreenRotation48 from './icons/DisplayScreenRotation48.js';
|
|
737
758
|
import DisplayView48 from './icons/DisplayView48.js';
|
|
738
|
-
import DisplayVocalSearch48 from './icons/DisplayVocalSearch48.js';
|
|
739
759
|
import NotificationAvailable48 from './icons/NotificationAvailable48.js';
|
|
760
|
+
import DisplayVocalSearch48 from './icons/DisplayVocalSearch48.js';
|
|
740
761
|
import NotificationBell48 from './icons/NotificationBell48.js';
|
|
741
762
|
import NotificationCircleAvailable48 from './icons/NotificationCircleAvailable48.js';
|
|
742
|
-
import NotificationInformation48 from './icons/NotificationInformation48.js';
|
|
743
|
-
import NotificationQuestion48 from './icons/NotificationQuestion48.js';
|
|
744
763
|
import NotificationWarning48 from './icons/NotificationWarning48.js';
|
|
764
|
+
import NotificationQuestion48 from './icons/NotificationQuestion48.js';
|
|
765
|
+
import DisplaySearchProduct48 from './icons/DisplaySearchProduct48.js';
|
|
745
766
|
import PublishCopy48 from './icons/PublishCopy48.js';
|
|
767
|
+
import NotificationInformation48 from './icons/NotificationInformation48.js';
|
|
768
|
+
import DisplayMovingBlock48 from './icons/DisplayMovingBlock48.js';
|
|
746
769
|
import PublishEdit48 from './icons/PublishEdit48.js';
|
|
747
770
|
import PublishFavorite48 from './icons/PublishFavorite48.js';
|
|
748
|
-
import
|
|
749
|
-
import PublishLock48 from './icons/PublishLock48.js';
|
|
750
|
-
import PublishSend48 from './icons/PublishSend48.js';
|
|
751
|
-
import PublishTrashbin48 from './icons/PublishTrashbin48.js';
|
|
771
|
+
import DisplayDisplayListOutline48 from './icons/DisplayDisplayListOutline48.js';
|
|
752
772
|
import Split48 from './icons/Split48.js';
|
|
773
|
+
import PublishLock48 from './icons/PublishLock48.js';
|
|
774
|
+
import PublishFavoriteFull48 from './icons/PublishFavoriteFull48.js';
|
|
775
|
+
import Billzloty48 from './icons/Billzloty48.js';
|
|
753
776
|
import Bill48 from './icons/Bill48.js';
|
|
754
777
|
import CardsMonochromeAmericanExpress48 from './icons/CardsMonochromeAmericanExpress48.js';
|
|
755
|
-
import CardsMonochromeCB48 from './icons/CardsMonochromeCB48.js';
|
|
756
778
|
import CardsMonochromeCheque48 from './icons/CardsMonochromeCheque48.js';
|
|
757
|
-
import CardsMonochromeGift48 from './icons/CardsMonochromeGift48.js';
|
|
758
779
|
import CardsMonochromeIllicado48 from './icons/CardsMonochromeIllicado48.js';
|
|
759
780
|
import CardsMonochromeLoyalty48 from './icons/CardsMonochromeLoyalty48.js';
|
|
781
|
+
import CardsMonochromeCB48 from './icons/CardsMonochromeCB48.js';
|
|
760
782
|
import CardsMonochromeMaestro48 from './icons/CardsMonochromeMaestro48.js';
|
|
761
783
|
import CardsMonochromeMastercard48 from './icons/CardsMonochromeMastercard48.js';
|
|
762
|
-
import CardsMonochromeOney48 from './icons/CardsMonochromeOney48.js';
|
|
763
784
|
import CardsMonochromeOneyX348 from './icons/CardsMonochromeOneyX348.js';
|
|
764
785
|
import CardsMonochromeOneyX448 from './icons/CardsMonochromeOneyX448.js';
|
|
786
|
+
import CardsMonochromeGift48 from './icons/CardsMonochromeGift48.js';
|
|
765
787
|
import CardsMonochromePaylib48 from './icons/CardsMonochromePaylib48.js';
|
|
766
788
|
import CardsMonochromePaypal48 from './icons/CardsMonochromePaypal48.js';
|
|
767
|
-
import
|
|
789
|
+
import CardsMonochromeOney48 from './icons/CardsMonochromeOney48.js';
|
|
768
790
|
import DetailsOrder48 from './icons/DetailsOrder48.js';
|
|
769
791
|
import Euro48 from './icons/Euro48.js';
|
|
770
|
-
import
|
|
792
|
+
import Receiptzloty48 from './icons/Receiptzloty48.js';
|
|
771
793
|
import SafePayment148 from './icons/SafePayment148.js';
|
|
772
|
-
import
|
|
794
|
+
import Receipt48 from './icons/Receipt48.js';
|
|
795
|
+
import CardsMonochromeVisa48 from './icons/CardsMonochromeVisa48.js';
|
|
796
|
+
import Zloty48 from './icons/Zloty48.js';
|
|
773
797
|
import AspectQuantity48 from './icons/AspectQuantity48.js';
|
|
774
|
-
import
|
|
798
|
+
import SafePayment248 from './icons/SafePayment248.js';
|
|
775
799
|
import AspectWeight48 from './icons/AspectWeight48.js';
|
|
776
800
|
import BasketAdd48 from './icons/BasketAdd48.js';
|
|
777
801
|
import BasketHandbag48 from './icons/BasketHandbag48.js';
|
|
778
802
|
import BasketMulti48 from './icons/BasketMulti48.js';
|
|
779
|
-
import BasketSave48 from './icons/BasketSave48.js';
|
|
780
803
|
import BasketStandard48 from './icons/BasketStandard48.js';
|
|
804
|
+
import BasketSave48 from './icons/BasketSave48.js';
|
|
781
805
|
import ListAdd48 from './icons/ListAdd48.js';
|
|
806
|
+
import AspectSize48 from './icons/AspectSize48.js';
|
|
782
807
|
import ListStandard48 from './icons/ListStandard48.js';
|
|
783
|
-
import PromiseCertification48 from './icons/PromiseCertification48.js';
|
|
784
808
|
import PromiseCircularEconomy48 from './icons/PromiseCircularEconomy48.js';
|
|
785
809
|
import PromiseDestocking48 from './icons/PromiseDestocking48.js';
|
|
810
|
+
import PromiseCertification48 from './icons/PromiseCertification48.js';
|
|
786
811
|
import PromiseEcoProduct48 from './icons/PromiseEcoProduct48.js';
|
|
787
812
|
import PromiseFashionChoice48 from './icons/PromiseFashionChoice48.js';
|
|
788
813
|
import PromiseFunding48 from './icons/PromiseFunding48.js';
|
|
789
|
-
import PromiseMadeInEurope48 from './icons/PromiseMadeInEurope48.js';
|
|
790
814
|
import PromiseMadeInFrance48 from './icons/PromiseMadeInFrance48.js';
|
|
791
|
-
import PromiseModular48 from './icons/PromiseModular48.js';
|
|
792
815
|
import PromiseProductOnPicture48 from './icons/PromiseProductOnPicture48.js';
|
|
816
|
+
import PromiseModular48 from './icons/PromiseModular48.js';
|
|
793
817
|
import PromiseProductSheet48 from './icons/PromiseProductSheet48.js';
|
|
818
|
+
import PromiseMadeInEurope48 from './icons/PromiseMadeInEurope48.js';
|
|
794
819
|
import PromiseScan48 from './icons/PromiseScan48.js';
|
|
795
820
|
import PromiseWarranty48 from './icons/PromiseWarranty48.js';
|
|
796
|
-
import DescribeProject48 from './icons/DescribeProject48.js';
|
|
797
821
|
import Inspiration48 from './icons/Inspiration48.js';
|
|
798
|
-
import
|
|
799
|
-
import AfterSalesAfterSalesService48 from './icons/AfterSalesAfterSalesService48.js';
|
|
822
|
+
import DescribeProject48 from './icons/DescribeProject48.js';
|
|
800
823
|
import AfterSalesHelpline48 from './icons/AfterSalesHelpline48.js';
|
|
824
|
+
import AfterSalesAfterSalesService48 from './icons/AfterSalesAfterSalesService48.js';
|
|
825
|
+
import MakeProject48 from './icons/MakeProject48.js';
|
|
826
|
+
import Fundingzloty48 from './icons/Fundingzloty48.js';
|
|
801
827
|
import AfterSalesPayback48 from './icons/AfterSalesPayback48.js';
|
|
802
828
|
import AfterSalesSatisfaction48 from './icons/AfterSalesSatisfaction48.js';
|
|
803
829
|
import CustomCopyKey48 from './icons/CustomCopyKey48.js';
|
|
804
|
-
import CustomCourse48 from './icons/CustomCourse48.js';
|
|
805
830
|
import CustomCutWoodGlass48 from './icons/CustomCutWoodGlass48.js';
|
|
806
831
|
import CustomSample48 from './icons/CustomSample48.js';
|
|
807
|
-
import CustomSharpening48 from './icons/CustomSharpening48.js';
|
|
808
|
-
import DeliveryDeliveryPickupRelayPoint48 from './icons/DeliveryDeliveryPickupRelayPoint48.js';
|
|
809
832
|
import DeliveryDeliveryPickupStore48 from './icons/DeliveryDeliveryPickupStore48.js';
|
|
810
|
-
import
|
|
833
|
+
import DeliveryDeliveryPickupRelayPoint48 from './icons/DeliveryDeliveryPickupRelayPoint48.js';
|
|
834
|
+
import CustomCourse48 from './icons/CustomCourse48.js';
|
|
811
835
|
import DeliveryDeliveryLocker48 from './icons/DeliveryDeliveryLocker48.js';
|
|
812
|
-
import
|
|
836
|
+
import PublishSend48 from './icons/PublishSend48.js';
|
|
837
|
+
import DisplayDisplayFullFilled48 from './icons/DisplayDisplayFullFilled48.js';
|
|
813
838
|
import PurchaseHelpCarRent48 from './icons/PurchaseHelpCarRent48.js';
|
|
814
839
|
import PurchaseHelpHomeDIY48 from './icons/PurchaseHelpHomeDIY48.js';
|
|
815
|
-
import
|
|
840
|
+
import PublishTrashbin48 from './icons/PublishTrashbin48.js';
|
|
841
|
+
import DeliveryDeliveryHome48 from './icons/DeliveryDeliveryHome48.js';
|
|
816
842
|
import PurchaseHelpToolRent48 from './icons/PurchaseHelpToolRent48.js';
|
|
817
|
-
import TimeDelivery2h48 from './icons/TimeDelivery2h48.js';
|
|
818
843
|
import TimeDelivery3h48 from './icons/TimeDelivery3h48.js';
|
|
819
|
-
import TimeDelivery48h48 from './icons/TimeDelivery48h48.js';
|
|
820
844
|
import TimeTimeDecline48 from './icons/TimeTimeDecline48.js';
|
|
821
845
|
import Tools3d48 from './icons/Tools3d48.js';
|
|
822
|
-
import
|
|
846
|
+
import PurchaseHelpHomeInstall48 from './icons/PurchaseHelpHomeInstall48.js';
|
|
847
|
+
import TimeDelivery2h48 from './icons/TimeDelivery2h48.js';
|
|
823
848
|
import ToolsComparator48 from './icons/ToolsComparator48.js';
|
|
824
|
-
import
|
|
849
|
+
import TimeDelivery48h48 from './icons/TimeDelivery48h48.js';
|
|
825
850
|
import CommentCommunity48 from './icons/CommentCommunity48.js';
|
|
826
851
|
import CommentQuestionArticle48 from './icons/CommentQuestionArticle48.js';
|
|
827
|
-
import
|
|
828
|
-
import ShareShareAndroid48 from './icons/ShareShareAndroid48.js';
|
|
852
|
+
import CustomSharpening48 from './icons/CustomSharpening48.js';
|
|
829
853
|
import ShareShareIOS48 from './icons/ShareShareIOS48.js';
|
|
830
854
|
import SocialNetworkFacebook48 from './icons/SocialNetworkFacebook48.js';
|
|
855
|
+
import ShareShareAndroid48 from './icons/ShareShareAndroid48.js';
|
|
831
856
|
import SocialNetworkInstagram48 from './icons/SocialNetworkInstagram48.js';
|
|
832
|
-
import
|
|
857
|
+
import CommentReport48 from './icons/CommentReport48.js';
|
|
833
858
|
import SocialNetworkPinterest48 from './icons/SocialNetworkPinterest48.js';
|
|
834
859
|
import SocialNetworkTwitter48 from './icons/SocialNetworkTwitter48.js';
|
|
835
|
-
import
|
|
836
|
-
import ViewLikeNegative48 from './icons/ViewLikeNegative48.js';
|
|
860
|
+
import SocialNetworkLinkedin48 from './icons/SocialNetworkLinkedin48.js';
|
|
837
861
|
import ViewLikePositive48 from './icons/ViewLikePositive48.js';
|
|
838
|
-
import
|
|
839
|
-
import
|
|
862
|
+
import ViewLikeNegative48 from './icons/ViewLikeNegative48.js';
|
|
863
|
+
import SocialNetworkYoutube48 from './icons/SocialNetworkYoutube48.js';
|
|
840
864
|
import ViewStarHalf48 from './icons/ViewStarHalf48.js';
|
|
865
|
+
import ViewStarFull48 from './icons/ViewStarFull48.js';
|
|
866
|
+
import ViewStarEmpty48 from './icons/ViewStarEmpty48.js';
|
|
841
867
|
import ViewTesterView48 from './icons/ViewTesterView48.js';
|
|
842
868
|
import Itinerary48 from './icons/Itinerary48.js';
|
|
843
869
|
import Locator48 from './icons/Locator48.js';
|
|
844
|
-
import Logo48 from './icons/Logo48.js';
|
|
845
|
-
import Map48 from './icons/Map48.js';
|
|
846
|
-
import MonochromeRelayLocation48 from './icons/MonochromeRelayLocation48.js';
|
|
847
870
|
import MonochromeStoreLocation48 from './icons/MonochromeStoreLocation48.js';
|
|
871
|
+
import MonochromeRelayLocation48 from './icons/MonochromeRelayLocation48.js';
|
|
872
|
+
import StoreBM48 from './icons/StoreBM48.js';
|
|
873
|
+
import MonochromeStoreLocationbm48 from './icons/MonochromeStoreLocationbm48.js';
|
|
874
|
+
import CommentComment48 from './icons/CommentComment48.js';
|
|
875
|
+
import Logo48 from './icons/Logo48.js';
|
|
848
876
|
import StoreLM48 from './icons/StoreLM48.js';
|
|
849
877
|
import Attic48 from './icons/Attic48.js';
|
|
850
|
-
import Bathroom48 from './icons/Bathroom48.js';
|
|
851
|
-
import Bedroom48 from './icons/Bedroom48.js';
|
|
852
|
-
import Carpentry48 from './icons/Carpentry48.js';
|
|
853
878
|
import ChristmasTree48 from './icons/ChristmasTree48.js';
|
|
879
|
+
import Map48 from './icons/Map48.js';
|
|
854
880
|
import ConnectedHome48 from './icons/ConnectedHome48.js';
|
|
855
|
-
import
|
|
881
|
+
import Pallet48 from './icons/Pallet48.js';
|
|
882
|
+
import Bathroom48 from './icons/Bathroom48.js';
|
|
883
|
+
import Bedroom48 from './icons/Bedroom48.js';
|
|
856
884
|
import Dressing48 from './icons/Dressing48.js';
|
|
857
885
|
import Drillalt48 from './icons/Drillalt48.js';
|
|
858
|
-
import Electricity48 from './icons/Electricity48.js';
|
|
859
886
|
import Enki48 from './icons/Enki48.js';
|
|
860
887
|
import Floor48 from './icons/Floor48.js';
|
|
861
|
-
import Garage48 from './icons/Garage48.js';
|
|
862
|
-
import Garden48 from './icons/Garden48.js';
|
|
863
888
|
import Garden148 from './icons/Garden148.js';
|
|
889
|
+
import Garden48 from './icons/Garden48.js';
|
|
890
|
+
import Electricity48 from './icons/Electricity48.js';
|
|
891
|
+
import Garage48 from './icons/Garage48.js';
|
|
864
892
|
import Garden248 from './icons/Garden248.js';
|
|
865
893
|
import Glass48 from './icons/Glass48.js';
|
|
866
|
-
import Hardhatalt48 from './icons/Hardhatalt48.js';
|
|
867
|
-
import HardwareStore48 from './icons/HardwareStore48.js';
|
|
868
|
-
import Heater48 from './icons/Heater48.js';
|
|
869
894
|
import Insulationalt48 from './icons/Insulationalt48.js';
|
|
895
|
+
import Heater48 from './icons/Heater48.js';
|
|
870
896
|
import Kids48 from './icons/Kids48.js';
|
|
871
897
|
import Kitchen48 from './icons/Kitchen48.js';
|
|
898
|
+
import HardwareStore48 from './icons/HardwareStore48.js';
|
|
899
|
+
import Hardhatalt48 from './icons/Hardhatalt48.js';
|
|
872
900
|
import Kitchenalt48 from './icons/Kitchenalt48.js';
|
|
873
901
|
import Kitchen248 from './icons/Kitchen248.js';
|
|
874
|
-
import Leak48 from './icons/Leak48.js';
|
|
875
|
-
import Lighting48 from './icons/Lighting48.js';
|
|
876
902
|
import Living48 from './icons/Living48.js';
|
|
877
903
|
import MakeIt48 from './icons/MakeIt48.js';
|
|
904
|
+
import Lighting48 from './icons/Lighting48.js';
|
|
878
905
|
import Masonryalt48 from './icons/Masonryalt48.js';
|
|
906
|
+
import Leak48 from './icons/Leak48.js';
|
|
879
907
|
import Paint48 from './icons/Paint48.js';
|
|
880
|
-
import
|
|
881
|
-
import Security48 from './icons/Security48.js';
|
|
908
|
+
import Renewableenergy48 from './icons/Renewableenergy48.js';
|
|
882
909
|
import Stairs48 from './icons/Stairs48.js';
|
|
883
910
|
import Terrace48 from './icons/Terrace48.js';
|
|
884
911
|
import Tool48 from './icons/Tool48.js';
|
|
885
912
|
import Wallpaper48 from './icons/Wallpaper48.js';
|
|
913
|
+
import Wood48 from './icons/Wood48.js';
|
|
914
|
+
import Woodflooring48 from './icons/Woodflooring48.js';
|
|
915
|
+
import Pool48 from './icons/Pool48.js';
|
|
916
|
+
import Security48 from './icons/Security48.js';
|
|
917
|
+
import Woodflooringalt48 from './icons/Woodflooringalt48.js';
|
|
886
918
|
import WoodSaw48 from './icons/WoodSaw48.js';
|
|
887
|
-
import AccountCustomerCollaborator48 from './icons/AccountCustomerCollaborator48.js';
|
|
888
|
-
import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
|
|
889
919
|
import AccountCustomerPro48 from './icons/AccountCustomerPro48.js';
|
|
890
920
|
import AccountProfileMan48 from './icons/AccountProfileMan48.js';
|
|
921
|
+
import AccountCustomerCollaborator48 from './icons/AccountCustomerCollaborator48.js';
|
|
922
|
+
import AccountCustomerPassion48 from './icons/AccountCustomerPassion48.js';
|
|
891
923
|
import AccountProfileView48 from './icons/AccountProfileView48.js';
|
|
892
924
|
import AccountProfileWoman48 from './icons/AccountProfileWoman48.js';
|
|
893
|
-
import CardFunding48 from './icons/CardFunding48.js';
|
|
894
|
-
import CardGift48 from './icons/CardGift48.js';
|
|
895
925
|
import CardIDCard48 from './icons/CardIDCard48.js';
|
|
926
|
+
import CardGift48 from './icons/CardGift48.js';
|
|
927
|
+
import CardFundingzloty48 from './icons/CardFundingzloty48.js';
|
|
896
928
|
import CardLoyaltyCard48 from './icons/CardLoyaltyCard48.js';
|
|
929
|
+
import CardFunding48 from './icons/CardFunding48.js';
|
|
897
930
|
import ContactMail48 from './icons/ContactMail48.js';
|
|
898
|
-
import ContactPhone48 from './icons/ContactPhone48.js';
|
|
899
|
-
import ContactWebsite48 from './icons/ContactWebsite48.js';
|
|
900
931
|
import SituationOwner48 from './icons/SituationOwner48.js';
|
|
901
932
|
import SituationTenant48 from './icons/SituationTenant48.js';
|
|
902
933
|
import A11y48 from './icons/A11y48.js';
|
|
903
|
-
import Administration48 from './icons/Administration48.js';
|
|
904
934
|
import Apartment48 from './icons/Apartment48.js';
|
|
935
|
+
import Administration48 from './icons/Administration48.js';
|
|
936
|
+
import ContactPhone48 from './icons/ContactPhone48.js';
|
|
905
937
|
import Balcony48 from './icons/Balcony48.js';
|
|
906
938
|
import Blower48 from './icons/Blower48.js';
|
|
907
|
-
import Company48 from './icons/Company48.js';
|
|
908
939
|
import Door48 from './icons/Door48.js';
|
|
909
940
|
import EcoSaving48 from './icons/EcoSaving48.js';
|
|
910
|
-
import
|
|
941
|
+
import ContactWebsite48 from './icons/ContactWebsite48.js';
|
|
911
942
|
import House48 from './icons/House48.js';
|
|
912
|
-
import
|
|
913
|
-
import
|
|
943
|
+
import Heat48 from './icons/Heat48.js';
|
|
944
|
+
import Company48 from './icons/Company48.js';
|
|
914
945
|
import LessonDIY48 from './icons/LessonDIY48.js';
|
|
915
|
-
import
|
|
946
|
+
import Insulation48 from './icons/Insulation48.js';
|
|
916
947
|
import PaintCan48 from './icons/PaintCan48.js';
|
|
917
948
|
import PartnerCompany48 from './icons/PartnerCompany48.js';
|
|
949
|
+
import IncreaseValue48 from './icons/IncreaseValue48.js';
|
|
950
|
+
import Level48 from './icons/Level48.js';
|
|
918
951
|
import PartnerWorker48 from './icons/PartnerWorker48.js';
|
|
919
952
|
import Pipe48 from './icons/Pipe48.js';
|
|
920
|
-
import Premium48 from './icons/Premium48.js';
|
|
921
|
-
import Shutter48 from './icons/Shutter48.js';
|
|
922
953
|
import Survey48 from './icons/Survey48.js';
|
|
923
954
|
import Temperature48 from './icons/Temperature48.js';
|
|
924
|
-
import ThermalControl48 from './icons/ThermalControl48.js';
|
|
925
955
|
import ToolBox48 from './icons/ToolBox48.js';
|
|
956
|
+
import ThermalControl48 from './icons/ThermalControl48.js';
|
|
957
|
+
import Shutter48 from './icons/Shutter48.js';
|
|
926
958
|
import Desktop64 from './icons/Desktop64.js';
|
|
927
959
|
import Laptop64 from './icons/Laptop64.js';
|
|
960
|
+
import Premium48 from './icons/Premium48.js';
|
|
928
961
|
import Mobile64 from './icons/Mobile64.js';
|
|
962
|
+
import HygieneDanger64 from './icons/HygieneDanger64.js';
|
|
929
963
|
import Tablet64 from './icons/Tablet64.js';
|
|
930
964
|
import HygieneCleaned64 from './icons/HygieneCleaned64.js';
|
|
931
|
-
import HygieneDanger64 from './icons/HygieneDanger64.js';
|
|
932
|
-
import HygieneDistance64 from './icons/HygieneDistance64.js';
|
|
933
965
|
import HygieneGel64 from './icons/HygieneGel64.js';
|
|
934
|
-
import
|
|
966
|
+
import HygieneDistance64 from './icons/HygieneDistance64.js';
|
|
935
967
|
import HygieneNoContact64 from './icons/HygieneNoContact64.js';
|
|
936
|
-
import HygienePlexiglas64 from './icons/HygienePlexiglas64.js';
|
|
937
968
|
import PaymentCheckout64 from './icons/PaymentCheckout64.js';
|
|
938
|
-
import
|
|
969
|
+
import HygieneMask64 from './icons/HygieneMask64.js';
|
|
939
970
|
import ServicePurchaseHelpCarOpenBoot64 from './icons/ServicePurchaseHelpCarOpenBoot64.js';
|
|
940
|
-
import
|
|
971
|
+
import HygienePlexiglas64 from './icons/HygienePlexiglas64.js';
|
|
941
972
|
import ServicePurchaseHelpCarStayInside64 from './icons/ServicePurchaseHelpCarStayInside64.js';
|
|
942
|
-
import
|
|
973
|
+
import PaymentNoContact64 from './icons/PaymentNoContact64.js';
|
|
974
|
+
import Curtains48 from './icons/Curtains48.js';
|
|
943
975
|
import ServicePurchaseHelpNoCarRent64 from './icons/ServicePurchaseHelpNoCarRent64.js';
|
|
944
|
-
import ServicePurchaseHelpRequest64 from './icons/ServicePurchaseHelpRequest64.js';
|
|
945
|
-
import ServicePurchaseHelpTruck64 from './icons/ServicePurchaseHelpTruck64.js';
|
|
946
976
|
import UniverseEssentialProduct64 from './icons/UniverseEssentialProduct64.js';
|
|
947
977
|
import PaymentMonochromeBizum64 from './icons/PaymentMonochromeBizum64.js';
|
|
948
|
-
import
|
|
978
|
+
import ServicePurchaseHelpCarStandInLine64 from './icons/ServicePurchaseHelpCarStandInLine64.js';
|
|
979
|
+
import ServicePurchaseHelpTruck64 from './icons/ServicePurchaseHelpTruck64.js';
|
|
980
|
+
import ServicePurchaseHelpRequest64 from './icons/ServicePurchaseHelpRequest64.js';
|
|
981
|
+
import PaymentMonochromeBonificoBancario64 from './icons/PaymentMonochromeBonificoBancario64.js';
|
|
949
982
|
import PaymentMonochromeMBMultibanco64 from './icons/PaymentMonochromeMBMultibanco64.js';
|
|
950
|
-
import PaymentMonochromeMBWay64 from './icons/PaymentMonochromeMBWay64.js';
|
|
951
983
|
import PaymentMonochromeOney64 from './icons/PaymentMonochromeOney64.js';
|
|
952
984
|
import PaymentMonochromeOney3x64 from './icons/PaymentMonochromeOney3x64.js';
|
|
953
985
|
import PaymentMonochromeOney3x4x64 from './icons/PaymentMonochromeOney3x4x64.js';
|
|
954
|
-
import
|
|
986
|
+
import PaymentMonochromeFintecture64 from './icons/PaymentMonochromeFintecture64.js';
|
|
987
|
+
import PaymentMonochromeMBWay64 from './icons/PaymentMonochromeMBWay64.js';
|
|
955
988
|
import PaymentMonochromePayPal64 from './icons/PaymentMonochromePayPal64.js';
|
|
989
|
+
import PaymentMonochromeOney4x64 from './icons/PaymentMonochromeOney4x64.js';
|
|
956
990
|
import API64 from './icons/API64.js';
|
|
957
|
-
import BookStore64 from './icons/BookStore64.js';
|
|
958
991
|
import Camera64 from './icons/Camera64.js';
|
|
959
|
-
import
|
|
960
|
-
import Document64 from './icons/Document64.js';
|
|
961
|
-
import DownloadApp64 from './icons/DownloadApp64.js';
|
|
992
|
+
import BookStore64 from './icons/BookStore64.js';
|
|
962
993
|
import DownloadWeb64 from './icons/DownloadWeb64.js';
|
|
994
|
+
import Code64 from './icons/Code64.js';
|
|
963
995
|
import FullScreen64 from './icons/FullScreen64.js';
|
|
964
996
|
import Gauge64 from './icons/Gauge64.js';
|
|
965
997
|
import Group64 from './icons/Group64.js';
|
|
998
|
+
import Document64 from './icons/Document64.js';
|
|
966
999
|
import Imagealt64 from './icons/Imagealt64.js';
|
|
1000
|
+
import DownloadApp64 from './icons/DownloadApp64.js';
|
|
967
1001
|
import NoPicture64 from './icons/NoPicture64.js';
|
|
968
|
-
import Pdf64 from './icons/Pdf64.js';
|
|
969
1002
|
import Picker64 from './icons/Picker64.js';
|
|
970
|
-
import Play64 from './icons/Play64.js';
|
|
971
1003
|
import Player64 from './icons/Player64.js';
|
|
972
|
-
import
|
|
1004
|
+
import Pdf64 from './icons/Pdf64.js';
|
|
973
1005
|
import Print64 from './icons/Print64.js';
|
|
974
|
-
import
|
|
975
|
-
import
|
|
1006
|
+
import Play64 from './icons/Play64.js';
|
|
1007
|
+
import Policies64 from './icons/Policies64.js';
|
|
976
1008
|
import Pushpinoff64 from './icons/Pushpinoff64.js';
|
|
977
|
-
import
|
|
978
|
-
import
|
|
1009
|
+
import Pushpin64 from './icons/Pushpin64.js';
|
|
1010
|
+
import Project64 from './icons/Project64.js';
|
|
979
1011
|
import Release64 from './icons/Release64.js';
|
|
980
|
-
import
|
|
1012
|
+
import ReduceScreen64 from './icons/ReduceScreen64.js';
|
|
981
1013
|
import Slideshow64 from './icons/Slideshow64.js';
|
|
1014
|
+
import ToolsCalculator48 from './icons/ToolsCalculator48.js';
|
|
1015
|
+
import ServicePurchaseHelpLoading64 from './icons/ServicePurchaseHelpLoading64.js';
|
|
982
1016
|
import Sound64 from './icons/Sound64.js';
|
|
983
1017
|
import Stop64 from './icons/Stop64.js';
|
|
984
1018
|
import TimeRead64 from './icons/TimeRead64.js';
|
|
985
1019
|
import Upload64 from './icons/Upload64.js';
|
|
1020
|
+
import ArrowArrowRight64 from './icons/ArrowArrowRight64.js';
|
|
986
1021
|
import View36064 from './icons/View36064.js';
|
|
987
|
-
import ArrowArrowBottom64 from './icons/ArrowArrowBottom64.js';
|
|
988
1022
|
import ArrowArrowLeft64 from './icons/ArrowArrowLeft64.js';
|
|
989
|
-
import
|
|
990
|
-
import ArrowArrowBottomLeft64 from './icons/ArrowArrowBottomLeft64.js';
|
|
991
|
-
import ArrowArrowBottomRight64 from './icons/ArrowArrowBottomRight64.js';
|
|
992
|
-
import ArrowArrowTopLeft64 from './icons/ArrowArrowTopLeft64.js';
|
|
1023
|
+
import ArrowArrowBottom64 from './icons/ArrowArrowBottom64.js';
|
|
993
1024
|
import ArrowArrowTop64 from './icons/ArrowArrowTop64.js';
|
|
994
|
-
import
|
|
1025
|
+
import ArrowArrowBottomRight64 from './icons/ArrowArrowBottomRight64.js';
|
|
995
1026
|
import ArrowBack64 from './icons/ArrowBack64.js';
|
|
1027
|
+
import ArrowArrowTopRight64 from './icons/ArrowArrowTopRight64.js';
|
|
1028
|
+
import Read64 from './icons/Read64.js';
|
|
1029
|
+
import ArrowArrowBottomLeft64 from './icons/ArrowArrowBottomLeft64.js';
|
|
996
1030
|
import ArrowDoubleArrowLeft64 from './icons/ArrowDoubleArrowLeft64.js';
|
|
997
1031
|
import ArrowDoubleArrowRight64 from './icons/ArrowDoubleArrowRight64.js';
|
|
998
|
-
import ArrowDown64 from './icons/ArrowDown64.js';
|
|
999
|
-
import ArrowNext64 from './icons/ArrowNext64.js';
|
|
1000
|
-
import ArrowUp64 from './icons/ArrowUp64.js';
|
|
1001
1032
|
import ControlCircleCross64 from './icons/ControlCircleCross64.js';
|
|
1002
|
-
import
|
|
1033
|
+
import ArrowUp64 from './icons/ArrowUp64.js';
|
|
1003
1034
|
import ControlCircleMore64 from './icons/ControlCircleMore64.js';
|
|
1004
|
-
import
|
|
1035
|
+
import ControlCircleLess64 from './icons/ControlCircleLess64.js';
|
|
1036
|
+
import ArrowNext64 from './icons/ArrowNext64.js';
|
|
1037
|
+
import ArrowArrowTopLeft64 from './icons/ArrowArrowTopLeft64.js';
|
|
1005
1038
|
import ControlLess64 from './icons/ControlLess64.js';
|
|
1006
|
-
import
|
|
1007
|
-
import ControlTagCross64 from './icons/ControlTagCross64.js';
|
|
1008
|
-
import DisplayBlink64 from './icons/DisplayBlink64.js';
|
|
1039
|
+
import ControlCross64 from './icons/ControlCross64.js';
|
|
1009
1040
|
import DisplayCalendar64 from './icons/DisplayCalendar64.js';
|
|
1041
|
+
import DisplayBlink64 from './icons/DisplayBlink64.js';
|
|
1042
|
+
import ArrowDown64 from './icons/ArrowDown64.js';
|
|
1010
1043
|
import DisplayConnect64 from './icons/DisplayConnect64.js';
|
|
1011
|
-
import
|
|
1012
|
-
import
|
|
1044
|
+
import ControlMore64 from './icons/ControlMore64.js';
|
|
1045
|
+
import ControlTagCross64 from './icons/ControlTagCross64.js';
|
|
1046
|
+
import Server64 from './icons/Server64.js';
|
|
1013
1047
|
import DisplayDisplayListFilled64 from './icons/DisplayDisplayListFilled64.js';
|
|
1014
|
-
import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
|
|
1015
|
-
import DisplayDisplayMobileHorizontal64 from './icons/DisplayDisplayMobileHorizontal64.js';
|
|
1016
|
-
import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
|
|
1017
1048
|
import DisplayDisplayProductX4Filled64 from './icons/DisplayDisplayProductX4Filled64.js';
|
|
1049
|
+
import DisplayDisplayMobileVertical64 from './icons/DisplayDisplayMobileVertical64.js';
|
|
1018
1050
|
import DisplayDisplayProductX4Outline64 from './icons/DisplayDisplayProductX4Outline64.js';
|
|
1019
1051
|
import DisplayDisplayProductX964 from './icons/DisplayDisplayProductX964.js';
|
|
1020
|
-
import
|
|
1052
|
+
import DisplayDisplayMobileHorizontal64 from './icons/DisplayDisplayMobileHorizontal64.js';
|
|
1053
|
+
import DisplayDisplayListOutline64 from './icons/DisplayDisplayListOutline64.js';
|
|
1054
|
+
import Carpentry48 from './icons/Carpentry48.js';
|
|
1021
1055
|
import DisplayFilter64 from './icons/DisplayFilter64.js';
|
|
1056
|
+
import DisplayExternalLink64 from './icons/DisplayExternalLink64.js';
|
|
1057
|
+
import DisplayMovingBlock64 from './icons/DisplayMovingBlock64.js';
|
|
1058
|
+
import DisplayDisplayFullOutline64 from './icons/DisplayDisplayFullOutline64.js';
|
|
1059
|
+
import DisplayDisplayFullFilled64 from './icons/DisplayDisplayFullFilled64.js';
|
|
1022
1060
|
import DisplayHome64 from './icons/DisplayHome64.js';
|
|
1023
1061
|
import DisplayLogOut64 from './icons/DisplayLogOut64.js';
|
|
1024
|
-
import DisplayMenu64 from './icons/DisplayMenu64.js';
|
|
1025
|
-
import DisplayMovingBlock64 from './icons/DisplayMovingBlock64.js';
|
|
1026
|
-
import DisplayOptions64 from './icons/DisplayOptions64.js';
|
|
1027
|
-
import DisplayOther64 from './icons/DisplayOther64.js';
|
|
1028
1062
|
import DisplayProductNumb64 from './icons/DisplayProductNumb64.js';
|
|
1063
|
+
import DisplayOptions64 from './icons/DisplayOptions64.js';
|
|
1029
1064
|
import DisplayRefresh64 from './icons/DisplayRefresh64.js';
|
|
1030
|
-
import DisplayScreenRotation64 from './icons/DisplayScreenRotation64.js';
|
|
1031
|
-
import DisplaySearch64 from './icons/DisplaySearch64.js';
|
|
1032
|
-
import DisplaySearchList64 from './icons/DisplaySearchList64.js';
|
|
1033
1065
|
import DisplaySearchProduct64 from './icons/DisplaySearchProduct64.js';
|
|
1034
1066
|
import DisplaySetting64 from './icons/DisplaySetting64.js';
|
|
1067
|
+
import DisplaySearch64 from './icons/DisplaySearch64.js';
|
|
1035
1068
|
import DisplayView64 from './icons/DisplayView64.js';
|
|
1036
1069
|
import DisplayVocalSearch64 from './icons/DisplayVocalSearch64.js';
|
|
1037
1070
|
import NotificationAvailable64 from './icons/NotificationAvailable64.js';
|
|
1038
1071
|
import NotificationBell64 from './icons/NotificationBell64.js';
|
|
1072
|
+
import DisplayScreenRotation64 from './icons/DisplayScreenRotation64.js';
|
|
1039
1073
|
import NotificationCircleAvailable64 from './icons/NotificationCircleAvailable64.js';
|
|
1040
|
-
import NotificationInformation64 from './icons/NotificationInformation64.js';
|
|
1041
1074
|
import NotificationQuestion64 from './icons/NotificationQuestion64.js';
|
|
1042
|
-
import
|
|
1043
|
-
import PublishCopy64 from './icons/PublishCopy64.js';
|
|
1044
|
-
import PublishEdit64 from './icons/PublishEdit64.js';
|
|
1075
|
+
import NotificationInformation64 from './icons/NotificationInformation64.js';
|
|
1045
1076
|
import PublishFavorite64 from './icons/PublishFavorite64.js';
|
|
1077
|
+
import PublishEdit64 from './icons/PublishEdit64.js';
|
|
1078
|
+
import PublishCopy64 from './icons/PublishCopy64.js';
|
|
1079
|
+
import NotificationWarning64 from './icons/NotificationWarning64.js';
|
|
1046
1080
|
import PublishFavoriteFull64 from './icons/PublishFavoriteFull64.js';
|
|
1047
|
-
import PublishLock64 from './icons/PublishLock64.js';
|
|
1048
1081
|
import PublishSend64 from './icons/PublishSend64.js';
|
|
1049
|
-
import
|
|
1050
|
-
import Split64 from './icons/Split64.js';
|
|
1082
|
+
import PublishLock64 from './icons/PublishLock64.js';
|
|
1051
1083
|
import Bill64 from './icons/Bill64.js';
|
|
1084
|
+
import Split64 from './icons/Split64.js';
|
|
1085
|
+
import Billzloty64 from './icons/Billzloty64.js';
|
|
1052
1086
|
import CardsMonochromeAmericanExpress64 from './icons/CardsMonochromeAmericanExpress64.js';
|
|
1053
1087
|
import CardsMonochromeCB64 from './icons/CardsMonochromeCB64.js';
|
|
1054
|
-
import
|
|
1088
|
+
import PublishTrashbin64 from './icons/PublishTrashbin64.js';
|
|
1055
1089
|
import CardsMonochromeCheque64 from './icons/CardsMonochromeCheque64.js';
|
|
1056
|
-
import
|
|
1057
|
-
import CardsMonochromeLoyalty64 from './icons/CardsMonochromeLoyalty64.js';
|
|
1090
|
+
import CardsMonochromeGift64 from './icons/CardsMonochromeGift64.js';
|
|
1058
1091
|
import CardsMonochromeMaestro64 from './icons/CardsMonochromeMaestro64.js';
|
|
1059
1092
|
import CardsMonochromeMastercard64 from './icons/CardsMonochromeMastercard64.js';
|
|
1060
1093
|
import CardsMonochromeOney64 from './icons/CardsMonochromeOney64.js';
|
|
1061
1094
|
import CardsMonochromeOneyX364 from './icons/CardsMonochromeOneyX364.js';
|
|
1095
|
+
import CardsMonochromeLoyalty64 from './icons/CardsMonochromeLoyalty64.js';
|
|
1062
1096
|
import CardsMonochromeOneyX464 from './icons/CardsMonochromeOneyX464.js';
|
|
1097
|
+
import CardsMonochromeIllicado64 from './icons/CardsMonochromeIllicado64.js';
|
|
1063
1098
|
import CardsMonochromePaylib64 from './icons/CardsMonochromePaylib64.js';
|
|
1064
|
-
import CardsMonochromePaypal64 from './icons/CardsMonochromePaypal64.js';
|
|
1065
|
-
import CardsMonochromeVisa64 from './icons/CardsMonochromeVisa64.js';
|
|
1066
1099
|
import DetailsOrder64 from './icons/DetailsOrder64.js';
|
|
1067
1100
|
import Euro64 from './icons/Euro64.js';
|
|
1101
|
+
import CardsMonochromePaypal64 from './icons/CardsMonochromePaypal64.js';
|
|
1068
1102
|
import Receipt64 from './icons/Receipt64.js';
|
|
1069
|
-
import
|
|
1103
|
+
import Receiptzloty64 from './icons/Receiptzloty64.js';
|
|
1104
|
+
import DisplaySearchList64 from './icons/DisplaySearchList64.js';
|
|
1070
1105
|
import SafePayment264 from './icons/SafePayment264.js';
|
|
1106
|
+
import Zloty64 from './icons/Zloty64.js';
|
|
1071
1107
|
import AspectQuantity64 from './icons/AspectQuantity64.js';
|
|
1072
1108
|
import AspectSize64 from './icons/AspectSize64.js';
|
|
1073
1109
|
import AspectWeight64 from './icons/AspectWeight64.js';
|
|
@@ -1077,8 +1113,8 @@ import BasketMulti64 from './icons/BasketMulti64.js';
|
|
|
1077
1113
|
import BasketSave64 from './icons/BasketSave64.js';
|
|
1078
1114
|
import BasketStandard64 from './icons/BasketStandard64.js';
|
|
1079
1115
|
import ListAdd64 from './icons/ListAdd64.js';
|
|
1080
|
-
import
|
|
1081
|
-
import
|
|
1116
|
+
import DisplayOther64 from './icons/DisplayOther64.js';
|
|
1117
|
+
import DisplayMenu64 from './icons/DisplayMenu64.js';
|
|
1082
1118
|
import PromiseCircularEconomy64 from './icons/PromiseCircularEconomy64.js';
|
|
1083
1119
|
import PromiseDestocking64 from './icons/PromiseDestocking64.js';
|
|
1084
1120
|
import PromiseEcoProduct64 from './icons/PromiseEcoProduct64.js';
|
|
@@ -1087,154 +1123,163 @@ import PromiseFunding64 from './icons/PromiseFunding64.js';
|
|
|
1087
1123
|
import PromiseMadeInEurope64 from './icons/PromiseMadeInEurope64.js';
|
|
1088
1124
|
import PromiseMadeInFrance64 from './icons/PromiseMadeInFrance64.js';
|
|
1089
1125
|
import PromiseModular64 from './icons/PromiseModular64.js';
|
|
1090
|
-
import
|
|
1126
|
+
import SafePayment164 from './icons/SafePayment164.js';
|
|
1091
1127
|
import PromiseProductSheet64 from './icons/PromiseProductSheet64.js';
|
|
1092
1128
|
import PromiseScan64 from './icons/PromiseScan64.js';
|
|
1093
1129
|
import PromiseWarranty64 from './icons/PromiseWarranty64.js';
|
|
1130
|
+
import PromiseCertification64 from './icons/PromiseCertification64.js';
|
|
1094
1131
|
import DescribeProject64 from './icons/DescribeProject64.js';
|
|
1095
|
-
import
|
|
1132
|
+
import CardsMonochromeVisa64 from './icons/CardsMonochromeVisa64.js';
|
|
1096
1133
|
import MakeProject64 from './icons/MakeProject64.js';
|
|
1097
|
-
import
|
|
1134
|
+
import Fundingzloty64 from './icons/Fundingzloty64.js';
|
|
1098
1135
|
import AfterSalesHelpline64 from './icons/AfterSalesHelpline64.js';
|
|
1099
1136
|
import AfterSalesPayback64 from './icons/AfterSalesPayback64.js';
|
|
1100
1137
|
import AfterSalesSatisfaction64 from './icons/AfterSalesSatisfaction64.js';
|
|
1101
|
-
import CustomCopyKey64 from './icons/CustomCopyKey64.js';
|
|
1102
1138
|
import CustomCourse64 from './icons/CustomCourse64.js';
|
|
1103
1139
|
import CustomCutWoodGlass64 from './icons/CustomCutWoodGlass64.js';
|
|
1104
|
-
import
|
|
1140
|
+
import AfterSalesAfterSalesService64 from './icons/AfterSalesAfterSalesService64.js';
|
|
1141
|
+
import Inspiration64 from './icons/Inspiration64.js';
|
|
1105
1142
|
import CustomSharpening64 from './icons/CustomSharpening64.js';
|
|
1106
|
-
import
|
|
1107
|
-
import DeliveryDeliveryPickupStore64 from './icons/DeliveryDeliveryPickupStore64.js';
|
|
1143
|
+
import CustomCopyKey64 from './icons/CustomCopyKey64.js';
|
|
1108
1144
|
import DeliveryDeliveryHome64 from './icons/DeliveryDeliveryHome64.js';
|
|
1109
|
-
import
|
|
1145
|
+
import DeliveryDeliveryPickupStore64 from './icons/DeliveryDeliveryPickupStore64.js';
|
|
1110
1146
|
import Pallet64 from './icons/Pallet64.js';
|
|
1111
1147
|
import PurchaseHelpCarRent64 from './icons/PurchaseHelpCarRent64.js';
|
|
1112
1148
|
import PurchaseHelpHomeDIY64 from './icons/PurchaseHelpHomeDIY64.js';
|
|
1113
1149
|
import PurchaseHelpHomeInstall64 from './icons/PurchaseHelpHomeInstall64.js';
|
|
1114
1150
|
import PurchaseHelpToolRent64 from './icons/PurchaseHelpToolRent64.js';
|
|
1151
|
+
import CustomSample64 from './icons/CustomSample64.js';
|
|
1115
1152
|
import TimeDelivery2h64 from './icons/TimeDelivery2h64.js';
|
|
1116
1153
|
import TimeDelivery3h64 from './icons/TimeDelivery3h64.js';
|
|
1117
|
-
import
|
|
1118
|
-
import TimeTimeDecline64 from './icons/TimeTimeDecline64.js';
|
|
1154
|
+
import DeliveryDeliveryPickupRelayPoint64 from './icons/DeliveryDeliveryPickupRelayPoint64.js';
|
|
1119
1155
|
import Tools3d64 from './icons/Tools3d64.js';
|
|
1120
|
-
import
|
|
1121
|
-
import
|
|
1156
|
+
import TimeTimeDecline64 from './icons/TimeTimeDecline64.js';
|
|
1157
|
+
import TimeDelivery48h64 from './icons/TimeDelivery48h64.js';
|
|
1122
1158
|
import CommentComment64 from './icons/CommentComment64.js';
|
|
1123
|
-
import
|
|
1159
|
+
import ToolsComparator64 from './icons/ToolsComparator64.js';
|
|
1160
|
+
import ListStandard64 from './icons/ListStandard64.js';
|
|
1124
1161
|
import CommentQuestionArticle64 from './icons/CommentQuestionArticle64.js';
|
|
1125
1162
|
import CommentReport64 from './icons/CommentReport64.js';
|
|
1163
|
+
import PromiseProductOnPicture64 from './icons/PromiseProductOnPicture64.js';
|
|
1164
|
+
import DeliveryDeliveryLocker64 from './icons/DeliveryDeliveryLocker64.js';
|
|
1165
|
+
import CommentCommunity64 from './icons/CommentCommunity64.js';
|
|
1126
1166
|
import ShareShareAndroid64 from './icons/ShareShareAndroid64.js';
|
|
1127
|
-
import ShareShareIOS64 from './icons/ShareShareIOS64.js';
|
|
1128
|
-
import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
|
|
1129
|
-
import SocialNetworkInstagram64 from './icons/SocialNetworkInstagram64.js';
|
|
1130
1167
|
import SocialNetworkLinkedin64 from './icons/SocialNetworkLinkedin64.js';
|
|
1131
|
-
import
|
|
1132
|
-
import SocialNetworkTwitter64 from './icons/SocialNetworkTwitter64.js';
|
|
1168
|
+
import SocialNetworkInstagram64 from './icons/SocialNetworkInstagram64.js';
|
|
1133
1169
|
import SocialNetworkYoutube64 from './icons/SocialNetworkYoutube64.js';
|
|
1134
1170
|
import ViewLikeNegative64 from './icons/ViewLikeNegative64.js';
|
|
1135
|
-
import
|
|
1171
|
+
import ToolsCalculator64 from './icons/ToolsCalculator64.js';
|
|
1136
1172
|
import ViewStarEmpty64 from './icons/ViewStarEmpty64.js';
|
|
1173
|
+
import SocialNetworkTwitter64 from './icons/SocialNetworkTwitter64.js';
|
|
1174
|
+
import ViewLikePositive64 from './icons/ViewLikePositive64.js';
|
|
1137
1175
|
import ViewStarFull64 from './icons/ViewStarFull64.js';
|
|
1138
1176
|
import ViewStarHalf64 from './icons/ViewStarHalf64.js';
|
|
1139
|
-
import ViewTesterView64 from './icons/ViewTesterView64.js';
|
|
1140
|
-
import Itinerary64 from './icons/Itinerary64.js';
|
|
1141
|
-
import Locator64 from './icons/Locator64.js';
|
|
1142
1177
|
import Logo64 from './icons/Logo64.js';
|
|
1143
|
-
import
|
|
1178
|
+
import Locator64 from './icons/Locator64.js';
|
|
1179
|
+
import Itinerary64 from './icons/Itinerary64.js';
|
|
1144
1180
|
import MonochromeRelayLocation64 from './icons/MonochromeRelayLocation64.js';
|
|
1145
|
-
import
|
|
1181
|
+
import ViewTesterView64 from './icons/ViewTesterView64.js';
|
|
1182
|
+
import Map64 from './icons/Map64.js';
|
|
1183
|
+
import StoreBM64 from './icons/StoreBM64.js';
|
|
1146
1184
|
import StoreLM64 from './icons/StoreLM64.js';
|
|
1147
|
-
import Attic64 from './icons/Attic64.js';
|
|
1148
1185
|
import Bathroom64 from './icons/Bathroom64.js';
|
|
1186
|
+
import Attic64 from './icons/Attic64.js';
|
|
1187
|
+
import MonochromeStoreLocation64 from './icons/MonochromeStoreLocation64.js';
|
|
1149
1188
|
import Bedroom64 from './icons/Bedroom64.js';
|
|
1150
|
-
import
|
|
1151
|
-
import ChristmasTree64 from './icons/ChristmasTree64.js';
|
|
1189
|
+
import MonochromeStoreLocationbm64 from './icons/MonochromeStoreLocationbm64.js';
|
|
1152
1190
|
import ConnectedHome64 from './icons/ConnectedHome64.js';
|
|
1153
1191
|
import Curtains64 from './icons/Curtains64.js';
|
|
1192
|
+
import SocialNetworkPinterest64 from './icons/SocialNetworkPinterest64.js';
|
|
1193
|
+
import SocialNetworkFacebook64 from './icons/SocialNetworkFacebook64.js';
|
|
1194
|
+
import Carpentry64 from './icons/Carpentry64.js';
|
|
1154
1195
|
import Dressing64 from './icons/Dressing64.js';
|
|
1155
|
-
import Drillalt64 from './icons/Drillalt64.js';
|
|
1156
|
-
import Electricity64 from './icons/Electricity64.js';
|
|
1157
|
-
import Enki64 from './icons/Enki64.js';
|
|
1158
1196
|
import Floor64 from './icons/Floor64.js';
|
|
1159
|
-
import
|
|
1160
|
-
import
|
|
1197
|
+
import ShareShareIOS64 from './icons/ShareShareIOS64.js';
|
|
1198
|
+
import Enki64 from './icons/Enki64.js';
|
|
1199
|
+
import Electricity64 from './icons/Electricity64.js';
|
|
1161
1200
|
import Garden164 from './icons/Garden164.js';
|
|
1162
|
-
import
|
|
1201
|
+
import Garden64 from './icons/Garden64.js';
|
|
1163
1202
|
import Glass64 from './icons/Glass64.js';
|
|
1164
|
-
import
|
|
1165
|
-
import HardwareStore64 from './icons/HardwareStore64.js';
|
|
1166
|
-
import Heater64 from './icons/Heater64.js';
|
|
1203
|
+
import ChristmasTree64 from './icons/ChristmasTree64.js';
|
|
1167
1204
|
import Insulationalt64 from './icons/Insulationalt64.js';
|
|
1168
|
-
import
|
|
1205
|
+
import Garage64 from './icons/Garage64.js';
|
|
1206
|
+
import Heater64 from './icons/Heater64.js';
|
|
1169
1207
|
import Kitchen64 from './icons/Kitchen64.js';
|
|
1170
|
-
import
|
|
1208
|
+
import HardwareStore64 from './icons/HardwareStore64.js';
|
|
1209
|
+
import Garden264 from './icons/Garden264.js';
|
|
1171
1210
|
import Kitchen264 from './icons/Kitchen264.js';
|
|
1172
|
-
import
|
|
1173
|
-
import Lighting64 from './icons/Lighting64.js';
|
|
1174
|
-
import Living64 from './icons/Living64.js';
|
|
1211
|
+
import Kitchenalt64 from './icons/Kitchenalt64.js';
|
|
1175
1212
|
import MakeIt64 from './icons/MakeIt64.js';
|
|
1213
|
+
import Living64 from './icons/Living64.js';
|
|
1214
|
+
import Lighting64 from './icons/Lighting64.js';
|
|
1176
1215
|
import Masonryalt64 from './icons/Masonryalt64.js';
|
|
1177
1216
|
import Paint64 from './icons/Paint64.js';
|
|
1178
|
-
import
|
|
1217
|
+
import Renewableenergy64 from './icons/Renewableenergy64.js';
|
|
1179
1218
|
import Security64 from './icons/Security64.js';
|
|
1180
|
-
import Stairs64 from './icons/Stairs64.js';
|
|
1181
1219
|
import Terrace64 from './icons/Terrace64.js';
|
|
1182
|
-
import
|
|
1220
|
+
import Stairs64 from './icons/Stairs64.js';
|
|
1221
|
+
import Hardhatalt64 from './icons/Hardhatalt64.js';
|
|
1222
|
+
import Drillalt64 from './icons/Drillalt64.js';
|
|
1183
1223
|
import Wallpaper64 from './icons/Wallpaper64.js';
|
|
1184
|
-
import
|
|
1185
|
-
import
|
|
1224
|
+
import Woodflooringalt64 from './icons/Woodflooringalt64.js';
|
|
1225
|
+
import Woodflooring64 from './icons/Woodflooring64.js';
|
|
1226
|
+
import Kids64 from './icons/Kids64.js';
|
|
1227
|
+
import Tool64 from './icons/Tool64.js';
|
|
1228
|
+
import Wood64 from './icons/Wood64.js';
|
|
1186
1229
|
import AccountCustomerPassion64 from './icons/AccountCustomerPassion64.js';
|
|
1187
1230
|
import AccountCustomerPro64 from './icons/AccountCustomerPro64.js';
|
|
1188
|
-
import
|
|
1189
|
-
import
|
|
1190
|
-
import
|
|
1231
|
+
import WoodSaw64 from './icons/WoodSaw64.js';
|
|
1232
|
+
import Leak64 from './icons/Leak64.js';
|
|
1233
|
+
import AccountCustomerCollaborator64 from './icons/AccountCustomerCollaborator64.js';
|
|
1191
1234
|
import CardFunding64 from './icons/CardFunding64.js';
|
|
1235
|
+
import AccountProfileMan64 from './icons/AccountProfileMan64.js';
|
|
1192
1236
|
import CardGift64 from './icons/CardGift64.js';
|
|
1193
1237
|
import CardIDCard64 from './icons/CardIDCard64.js';
|
|
1194
|
-
import
|
|
1195
|
-
import ContactMail64 from './icons/ContactMail64.js';
|
|
1238
|
+
import AccountProfileView64 from './icons/AccountProfileView64.js';
|
|
1196
1239
|
import ContactPhone64 from './icons/ContactPhone64.js';
|
|
1197
|
-
import
|
|
1240
|
+
import ContactMail64 from './icons/ContactMail64.js';
|
|
1241
|
+
import CardFundingzloty64 from './icons/CardFundingzloty64.js';
|
|
1198
1242
|
import SituationOwner64 from './icons/SituationOwner64.js';
|
|
1199
|
-
import
|
|
1200
|
-
import A11y64 from './icons/A11y64.js';
|
|
1243
|
+
import CardLoyaltyCard64 from './icons/CardLoyaltyCard64.js';
|
|
1201
1244
|
import Administration64 from './icons/Administration64.js';
|
|
1202
|
-
import
|
|
1203
|
-
import
|
|
1245
|
+
import A11y64 from './icons/A11y64.js';
|
|
1246
|
+
import SituationTenant64 from './icons/SituationTenant64.js';
|
|
1204
1247
|
import Blower64 from './icons/Blower64.js';
|
|
1205
|
-
import
|
|
1248
|
+
import Balcony64 from './icons/Balcony64.js';
|
|
1249
|
+
import Apartment64 from './icons/Apartment64.js';
|
|
1206
1250
|
import Door64 from './icons/Door64.js';
|
|
1207
|
-
import
|
|
1251
|
+
import ContactWebsite64 from './icons/ContactWebsite64.js';
|
|
1252
|
+
import AccountProfileWoman64 from './icons/AccountProfileWoman64.js';
|
|
1253
|
+
import Pool64 from './icons/Pool64.js';
|
|
1254
|
+
import Company64 from './icons/Company64.js';
|
|
1255
|
+
import LessonDIY64 from './icons/LessonDIY64.js';
|
|
1256
|
+
import Insulation64 from './icons/Insulation64.js';
|
|
1208
1257
|
import Heat64 from './icons/Heat64.js';
|
|
1209
|
-
import House64 from './icons/House64.js';
|
|
1210
1258
|
import IncreaseValue64 from './icons/IncreaseValue64.js';
|
|
1211
|
-
import Insulation64 from './icons/Insulation64.js';
|
|
1212
|
-
import LessonDIY64 from './icons/LessonDIY64.js';
|
|
1213
|
-
import Level64 from './icons/Level64.js';
|
|
1214
|
-
import PaintCan64 from './icons/PaintCan64.js';
|
|
1215
1259
|
import PartnerCompany64 from './icons/PartnerCompany64.js';
|
|
1260
|
+
import PaintCan64 from './icons/PaintCan64.js';
|
|
1261
|
+
import Level64 from './icons/Level64.js';
|
|
1262
|
+
import EcoSaving64 from './icons/EcoSaving64.js';
|
|
1216
1263
|
import PartnerWorker64 from './icons/PartnerWorker64.js';
|
|
1217
|
-
import
|
|
1218
|
-
import
|
|
1264
|
+
import ThermalControl64 from './icons/ThermalControl64.js';
|
|
1265
|
+
import Temperature64 from './icons/Temperature64.js';
|
|
1219
1266
|
import Shutter64 from './icons/Shutter64.js';
|
|
1220
1267
|
import Survey64 from './icons/Survey64.js';
|
|
1221
|
-
import Temperature64 from './icons/Temperature64.js';
|
|
1222
|
-
import ThermalControl64 from './icons/ThermalControl64.js';
|
|
1223
1268
|
import ToolBox64 from './icons/ToolBox64.js';
|
|
1224
1269
|
import Player96 from './icons/Player96.js';
|
|
1225
|
-
import
|
|
1270
|
+
import House64 from './icons/House64.js';
|
|
1226
1271
|
if (!customElements.get('media-fullscreen-16px')) {
|
|
1227
1272
|
customElements.define('media-fullscreen-16px', FullScreen16);
|
|
1228
1273
|
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
}
|
|
1274
|
+
import Premium64 from './icons/Premium64.js';
|
|
1275
|
+
import Pipe64 from './icons/Pipe64.js';
|
|
1232
1276
|
if (!customElements.get('navigation-arrow-arrow--bottom-16px')) {
|
|
1233
1277
|
customElements.define('navigation-arrow-arrow--bottom-16px', ArrowArrowBottom16);
|
|
1234
1278
|
}
|
|
1235
1279
|
if (!customElements.get('navigation-arrow-arrow--left-16px')) {
|
|
1236
1280
|
customElements.define('navigation-arrow-arrow--left-16px', ArrowArrowLeft16);
|
|
1237
1281
|
}
|
|
1282
|
+
import View36096 from './icons/View36096.js';
|
|
1238
1283
|
if (!customElements.get('navigation-arrow-arrow--right-16px')) {
|
|
1239
1284
|
customElements.define('navigation-arrow-arrow--right-16px', ArrowArrowRight16);
|
|
1240
1285
|
}
|
|
@@ -1250,18 +1295,15 @@ if (!customElements.get('navigation-arrow-arrowbottomright-16px')) {
|
|
|
1250
1295
|
if (!customElements.get('navigation-arrow-arrowtopleft-16px')) {
|
|
1251
1296
|
customElements.define('navigation-arrow-arrowtopleft-16px', ArrowArrowTopLeft16);
|
|
1252
1297
|
}
|
|
1253
|
-
if (!customElements.get('navigation-arrow-arrowtopright-16px')) {
|
|
1254
|
-
customElements.define('navigation-arrow-arrowtopright-16px', ArrowArrowTopRight16);
|
|
1255
|
-
}
|
|
1256
|
-
if (!customElements.get('navigation-arrow-back-16px')) {
|
|
1257
|
-
customElements.define('navigation-arrow-back-16px', ArrowBack16);
|
|
1258
|
-
}
|
|
1259
1298
|
if (!customElements.get('navigation-arrow-doublearrow--left-16px')) {
|
|
1260
1299
|
customElements.define('navigation-arrow-doublearrow--left-16px', ArrowDoubleArrowLeft16);
|
|
1261
1300
|
}
|
|
1262
1301
|
if (!customElements.get('navigation-arrow-doublearrow--right-16px')) {
|
|
1263
1302
|
customElements.define('navigation-arrow-doublearrow--right-16px', ArrowDoubleArrowRight16);
|
|
1264
1303
|
}
|
|
1304
|
+
if (!customElements.get('navigation-arrow-back-16px')) {
|
|
1305
|
+
customElements.define('navigation-arrow-back-16px', ArrowBack16);
|
|
1306
|
+
}
|
|
1265
1307
|
if (!customElements.get('navigation-arrow-down-16px')) {
|
|
1266
1308
|
customElements.define('navigation-arrow-down-16px', ArrowDown16);
|
|
1267
1309
|
}
|
|
@@ -1277,11 +1319,14 @@ if (!customElements.get('navigation-control-cross-16px')) {
|
|
|
1277
1319
|
if (!customElements.get('navigation-control-less-16px')) {
|
|
1278
1320
|
customElements.define('navigation-control-less-16px', ControlLess16);
|
|
1279
1321
|
}
|
|
1322
|
+
if (!customElements.get('media-reducescreen-16px')) {
|
|
1323
|
+
customElements.define('media-reducescreen-16px', ReduceScreen16);
|
|
1324
|
+
}
|
|
1280
1325
|
if (!customElements.get('navigation-control-more-16px')) {
|
|
1281
1326
|
customElements.define('navigation-control-more-16px', ControlMore16);
|
|
1282
1327
|
}
|
|
1283
|
-
if (!customElements.get('navigation-
|
|
1284
|
-
customElements.define('navigation-
|
|
1328
|
+
if (!customElements.get('navigation-arrow-arrowtopright-16px')) {
|
|
1329
|
+
customElements.define('navigation-arrow-arrowtopright-16px', ArrowArrowTopRight16);
|
|
1285
1330
|
}
|
|
1286
1331
|
if (!customElements.get('navigation-display-externallink-16px')) {
|
|
1287
1332
|
customElements.define('navigation-display-externallink-16px', DisplayExternalLink16);
|
|
@@ -1289,8 +1334,8 @@ if (!customElements.get('navigation-display-externallink-16px')) {
|
|
|
1289
1334
|
if (!customElements.get('navigation-notification-available-16px')) {
|
|
1290
1335
|
customElements.define('navigation-notification-available-16px', NotificationAvailable16);
|
|
1291
1336
|
}
|
|
1292
|
-
if (!customElements.get('navigation-
|
|
1293
|
-
customElements.define('navigation-
|
|
1337
|
+
if (!customElements.get('navigation-control-tag--cross-16px')) {
|
|
1338
|
+
customElements.define('navigation-control-tag--cross-16px', ControlTagCross16);
|
|
1294
1339
|
}
|
|
1295
1340
|
if (!customElements.get('navigation-publish-favoritefull-16px')) {
|
|
1296
1341
|
customElements.define('navigation-publish-favoritefull-16px', PublishFavoriteFull16);
|
|
@@ -1364,8 +1409,8 @@ if (!customElements.get('instruction-service-purchasehelp-car--openboot-24px'))
|
|
|
1364
1409
|
if (!customElements.get('instruction-service-purchasehelp-car--standinline-24px')) {
|
|
1365
1410
|
customElements.define('instruction-service-purchasehelp-car--standinline-24px', ServicePurchaseHelpCarStandInLine24);
|
|
1366
1411
|
}
|
|
1367
|
-
if (!customElements.get('
|
|
1368
|
-
customElements.define('
|
|
1412
|
+
if (!customElements.get('navigation-publish-favorite-16px')) {
|
|
1413
|
+
customElements.define('navigation-publish-favorite-16px', PublishFavorite16);
|
|
1369
1414
|
}
|
|
1370
1415
|
if (!customElements.get('instruction-service-purchasehelp-loading-24px')) {
|
|
1371
1416
|
customElements.define('instruction-service-purchasehelp-loading-24px', ServicePurchaseHelpLoading24);
|
|
@@ -1385,17 +1430,17 @@ if (!customElements.get('instruction-universe-essentialproduct-24px')) {
|
|
|
1385
1430
|
if (!customElements.get('logotypes-payment-monochrome-bizum-24px')) {
|
|
1386
1431
|
customElements.define('logotypes-payment-monochrome-bizum-24px', PaymentMonochromeBizum24);
|
|
1387
1432
|
}
|
|
1433
|
+
if (!customElements.get('logotypes-payment-monochrome-bonificobancario-24px')) {
|
|
1434
|
+
customElements.define('logotypes-payment-monochrome-bonificobancario-24px', PaymentMonochromeBonificoBancario24);
|
|
1435
|
+
}
|
|
1388
1436
|
if (!customElements.get('logotypes-payment-monochrome-fintecture-24px')) {
|
|
1389
1437
|
customElements.define('logotypes-payment-monochrome-fintecture-24px', PaymentMonochromeFintecture24);
|
|
1390
1438
|
}
|
|
1391
|
-
if (!customElements.get('logotypes-payment-monochrome-mb--multibanco-24px')) {
|
|
1392
|
-
customElements.define('logotypes-payment-monochrome-mb--multibanco-24px', PaymentMonochromeMBMultibanco24);
|
|
1393
|
-
}
|
|
1394
1439
|
if (!customElements.get('logotypes-payment-monochrome-mb--way-24px')) {
|
|
1395
1440
|
customElements.define('logotypes-payment-monochrome-mb--way-24px', PaymentMonochromeMBWay24);
|
|
1396
1441
|
}
|
|
1397
|
-
if (!customElements.get('logotypes-payment-monochrome-
|
|
1398
|
-
customElements.define('logotypes-payment-monochrome-
|
|
1442
|
+
if (!customElements.get('logotypes-payment-monochrome-mb--multibanco-24px')) {
|
|
1443
|
+
customElements.define('logotypes-payment-monochrome-mb--multibanco-24px', PaymentMonochromeMBMultibanco24);
|
|
1399
1444
|
}
|
|
1400
1445
|
if (!customElements.get('logotypes-payment-monochrome-oney--3x-24px')) {
|
|
1401
1446
|
customElements.define('logotypes-payment-monochrome-oney--3x-24px', PaymentMonochromeOney3x24);
|
|
@@ -1412,24 +1457,24 @@ if (!customElements.get('logotypes-payment-monochrome-paypal-24px')) {
|
|
|
1412
1457
|
if (!customElements.get('media-api-24px')) {
|
|
1413
1458
|
customElements.define('media-api-24px', API24);
|
|
1414
1459
|
}
|
|
1460
|
+
if (!customElements.get('logotypes-payment-monochrome-oney-24px')) {
|
|
1461
|
+
customElements.define('logotypes-payment-monochrome-oney-24px', PaymentMonochromeOney24);
|
|
1462
|
+
}
|
|
1415
1463
|
if (!customElements.get('media-bookstore-24px')) {
|
|
1416
1464
|
customElements.define('media-bookstore-24px', BookStore24);
|
|
1417
1465
|
}
|
|
1418
1466
|
if (!customElements.get('media-camera-24px')) {
|
|
1419
1467
|
customElements.define('media-camera-24px', Camera24);
|
|
1420
1468
|
}
|
|
1421
|
-
if (!customElements.get('media-code-24px')) {
|
|
1422
|
-
customElements.define('media-code-24px', Code24);
|
|
1423
|
-
}
|
|
1424
1469
|
if (!customElements.get('media-document-24px')) {
|
|
1425
1470
|
customElements.define('media-document-24px', Document24);
|
|
1426
1471
|
}
|
|
1472
|
+
if (!customElements.get('media-code-24px')) {
|
|
1473
|
+
customElements.define('media-code-24px', Code24);
|
|
1474
|
+
}
|
|
1427
1475
|
if (!customElements.get('media-download-app-24px')) {
|
|
1428
1476
|
customElements.define('media-download-app-24px', DownloadApp24);
|
|
1429
1477
|
}
|
|
1430
|
-
if (!customElements.get('media-download-web-24px')) {
|
|
1431
|
-
customElements.define('media-download-web-24px', DownloadWeb24);
|
|
1432
|
-
}
|
|
1433
1478
|
if (!customElements.get('media-fullscreen-24px')) {
|
|
1434
1479
|
customElements.define('media-fullscreen-24px', FullScreen24);
|
|
1435
1480
|
}
|
|
@@ -1469,18 +1514,24 @@ if (!customElements.get('media-project-24px')) {
|
|
|
1469
1514
|
if (!customElements.get('media-push-pin-off-24px')) {
|
|
1470
1515
|
customElements.define('media-push-pin-off-24px', Pushpinoff24);
|
|
1471
1516
|
}
|
|
1472
|
-
if (!customElements.get('media-read-24px')) {
|
|
1473
|
-
customElements.define('media-read-24px', Read24);
|
|
1474
|
-
}
|
|
1475
1517
|
if (!customElements.get('media-reducescreen-24px')) {
|
|
1476
1518
|
customElements.define('media-reducescreen-24px', ReduceScreen24);
|
|
1477
1519
|
}
|
|
1478
1520
|
if (!customElements.get('media-release-24px')) {
|
|
1479
1521
|
customElements.define('media-release-24px', Release24);
|
|
1480
1522
|
}
|
|
1523
|
+
if (!customElements.get('instruction-service-purchasehelp-car--stayinside-24px')) {
|
|
1524
|
+
customElements.define('instruction-service-purchasehelp-car--stayinside-24px', ServicePurchaseHelpCarStayInside24);
|
|
1525
|
+
}
|
|
1526
|
+
if (!customElements.get('media-read-24px')) {
|
|
1527
|
+
customElements.define('media-read-24px', Read24);
|
|
1528
|
+
}
|
|
1481
1529
|
if (!customElements.get('media-server-24px')) {
|
|
1482
1530
|
customElements.define('media-server-24px', Server24);
|
|
1483
1531
|
}
|
|
1532
|
+
if (!customElements.get('media-download-web-24px')) {
|
|
1533
|
+
customElements.define('media-download-web-24px', DownloadWeb24);
|
|
1534
|
+
}
|
|
1484
1535
|
if (!customElements.get('media-slideshow-24px')) {
|
|
1485
1536
|
customElements.define('media-slideshow-24px', Slideshow24);
|
|
1486
1537
|
}
|
|
@@ -1499,15 +1550,15 @@ if (!customElements.get('media-upload-24px')) {
|
|
|
1499
1550
|
if (!customElements.get('media-view360-24px')) {
|
|
1500
1551
|
customElements.define('media-view360-24px', View36024);
|
|
1501
1552
|
}
|
|
1502
|
-
if (!customElements.get('navigation-arrow-arrow--bottom-24px')) {
|
|
1503
|
-
customElements.define('navigation-arrow-arrow--bottom-24px', ArrowArrowBottom24);
|
|
1504
|
-
}
|
|
1505
|
-
if (!customElements.get('navigation-arrow-arrow--left-24px')) {
|
|
1506
|
-
customElements.define('navigation-arrow-arrow--left-24px', ArrowArrowLeft24);
|
|
1553
|
+
if (!customElements.get('navigation-arrow-arrow--bottom-24px')) {
|
|
1554
|
+
customElements.define('navigation-arrow-arrow--bottom-24px', ArrowArrowBottom24);
|
|
1507
1555
|
}
|
|
1508
1556
|
if (!customElements.get('navigation-arrow-arrow--right-24px')) {
|
|
1509
1557
|
customElements.define('navigation-arrow-arrow--right-24px', ArrowArrowRight24);
|
|
1510
1558
|
}
|
|
1559
|
+
if (!customElements.get('navigation-arrow-arrow--left-24px')) {
|
|
1560
|
+
customElements.define('navigation-arrow-arrow--left-24px', ArrowArrowLeft24);
|
|
1561
|
+
}
|
|
1511
1562
|
if (!customElements.get('navigation-arrow-arrow--top-24px')) {
|
|
1512
1563
|
customElements.define('navigation-arrow-arrow--top-24px', ArrowArrowTop24);
|
|
1513
1564
|
}
|
|
@@ -1538,9 +1589,6 @@ if (!customElements.get('navigation-arrow-down-24px')) {
|
|
|
1538
1589
|
if (!customElements.get('navigation-arrow-next-24px')) {
|
|
1539
1590
|
customElements.define('navigation-arrow-next-24px', ArrowNext24);
|
|
1540
1591
|
}
|
|
1541
|
-
if (!customElements.get('navigation-arrow-up-24px')) {
|
|
1542
|
-
customElements.define('navigation-arrow-up-24px', ArrowUp24);
|
|
1543
|
-
}
|
|
1544
1592
|
if (!customElements.get('navigation-control-circle--cross-24px')) {
|
|
1545
1593
|
customElements.define('navigation-control-circle--cross-24px', ControlCircleCross24);
|
|
1546
1594
|
}
|
|
@@ -1595,6 +1643,9 @@ if (!customElements.get('navigation-display-displayproductx4-filled-24px')) {
|
|
|
1595
1643
|
if (!customElements.get('navigation-display-displayproductx4-outline-24px')) {
|
|
1596
1644
|
customElements.define('navigation-display-displayproductx4-outline-24px', DisplayDisplayProductX4Outline24);
|
|
1597
1645
|
}
|
|
1646
|
+
if (!customElements.get('navigation-arrow-up-24px')) {
|
|
1647
|
+
customElements.define('navigation-arrow-up-24px', ArrowUp24);
|
|
1648
|
+
}
|
|
1598
1649
|
if (!customElements.get('navigation-display-displayproductx9-24px')) {
|
|
1599
1650
|
customElements.define('navigation-display-displayproductx9-24px', DisplayDisplayProductX924);
|
|
1600
1651
|
}
|
|
@@ -1670,9 +1721,6 @@ if (!customElements.get('navigation-notification-warning-24px')) {
|
|
|
1670
1721
|
if (!customElements.get('navigation-publish-copy-24px')) {
|
|
1671
1722
|
customElements.define('navigation-publish-copy-24px', PublishCopy24);
|
|
1672
1723
|
}
|
|
1673
|
-
if (!customElements.get('navigation-publish-edit-24px')) {
|
|
1674
|
-
customElements.define('navigation-publish-edit-24px', PublishEdit24);
|
|
1675
|
-
}
|
|
1676
1724
|
if (!customElements.get('navigation-publish-favorite-24px')) {
|
|
1677
1725
|
customElements.define('navigation-publish-favorite-24px', PublishFavorite24);
|
|
1678
1726
|
}
|
|
@@ -1694,6 +1742,9 @@ if (!customElements.get('navigation-split-24px')) {
|
|
|
1694
1742
|
if (!customElements.get('payment-bill-24px')) {
|
|
1695
1743
|
customElements.define('payment-bill-24px', Bill24);
|
|
1696
1744
|
}
|
|
1745
|
+
if (!customElements.get('payment-bill-zloty-24px')) {
|
|
1746
|
+
customElements.define('payment-bill-zloty-24px', Billzloty24);
|
|
1747
|
+
}
|
|
1697
1748
|
if (!customElements.get('payment-cards-monochrome-americanexpress-24px')) {
|
|
1698
1749
|
customElements.define('payment-cards-monochrome-americanexpress-24px', CardsMonochromeAmericanExpress24);
|
|
1699
1750
|
}
|
|
@@ -1733,6 +1784,9 @@ if (!customElements.get('payment-cards-monochrome-paylib-24px')) {
|
|
|
1733
1784
|
if (!customElements.get('payment-cards-monochrome-paypal-24px')) {
|
|
1734
1785
|
customElements.define('payment-cards-monochrome-paypal-24px', CardsMonochromePaypal24);
|
|
1735
1786
|
}
|
|
1787
|
+
if (!customElements.get('navigation-publish-edit-24px')) {
|
|
1788
|
+
customElements.define('navigation-publish-edit-24px', PublishEdit24);
|
|
1789
|
+
}
|
|
1736
1790
|
if (!customElements.get('payment-cards-monochrome-visa-24px')) {
|
|
1737
1791
|
customElements.define('payment-cards-monochrome-visa-24px', CardsMonochromeVisa24);
|
|
1738
1792
|
}
|
|
@@ -1745,12 +1799,18 @@ if (!customElements.get('payment-euro-24px')) {
|
|
|
1745
1799
|
if (!customElements.get('payment-receipt-24px')) {
|
|
1746
1800
|
customElements.define('payment-receipt-24px', Receipt24);
|
|
1747
1801
|
}
|
|
1802
|
+
if (!customElements.get('payment-receipt-zloty-24px')) {
|
|
1803
|
+
customElements.define('payment-receipt-zloty-24px', Receiptzloty24);
|
|
1804
|
+
}
|
|
1748
1805
|
if (!customElements.get('payment-safepayment1-24px')) {
|
|
1749
1806
|
customElements.define('payment-safepayment1-24px', SafePayment124);
|
|
1750
1807
|
}
|
|
1751
1808
|
if (!customElements.get('payment-safepayment2-24px')) {
|
|
1752
1809
|
customElements.define('payment-safepayment2-24px', SafePayment224);
|
|
1753
1810
|
}
|
|
1811
|
+
if (!customElements.get('payment-zloty-24px')) {
|
|
1812
|
+
customElements.define('payment-zloty-24px', Zloty24);
|
|
1813
|
+
}
|
|
1754
1814
|
if (!customElements.get('product-aspect-quantity-24px')) {
|
|
1755
1815
|
customElements.define('product-aspect-quantity-24px', AspectQuantity24);
|
|
1756
1816
|
}
|
|
@@ -1814,9 +1874,6 @@ if (!customElements.get('product-promise-productonpicture-24px')) {
|
|
|
1814
1874
|
if (!customElements.get('product-promise-productsheet-24px')) {
|
|
1815
1875
|
customElements.define('product-promise-productsheet-24px', PromiseProductSheet24);
|
|
1816
1876
|
}
|
|
1817
|
-
if (!customElements.get('product-promise-scan-24px')) {
|
|
1818
|
-
customElements.define('product-promise-scan-24px', PromiseScan24);
|
|
1819
|
-
}
|
|
1820
1877
|
if (!customElements.get('product-promise-warranty-24px')) {
|
|
1821
1878
|
customElements.define('product-promise-warranty-24px', PromiseWarranty24);
|
|
1822
1879
|
}
|
|
@@ -1829,6 +1886,12 @@ if (!customElements.get('project-inspiration-24px')) {
|
|
|
1829
1886
|
if (!customElements.get('project-makeproject-24px')) {
|
|
1830
1887
|
customElements.define('project-makeproject-24px', MakeProject24);
|
|
1831
1888
|
}
|
|
1889
|
+
if (!customElements.get('product-promise-scan-24px')) {
|
|
1890
|
+
customElements.define('product-promise-scan-24px', PromiseScan24);
|
|
1891
|
+
}
|
|
1892
|
+
if (!customElements.get('promise-funding-zloty-24px')) {
|
|
1893
|
+
customElements.define('promise-funding-zloty-24px', Fundingzloty24);
|
|
1894
|
+
}
|
|
1832
1895
|
if (!customElements.get('service-aftersales-aftersalesservice-24px')) {
|
|
1833
1896
|
customElements.define('service-aftersales-aftersalesservice-24px', AfterSalesAfterSalesService24);
|
|
1834
1897
|
}
|
|
@@ -1838,9 +1901,6 @@ if (!customElements.get('service-aftersales-helpline-24px')) {
|
|
|
1838
1901
|
if (!customElements.get('service-aftersales-payback-24px')) {
|
|
1839
1902
|
customElements.define('service-aftersales-payback-24px', AfterSalesPayback24);
|
|
1840
1903
|
}
|
|
1841
|
-
if (!customElements.get('service-aftersales-satisfaction-24px')) {
|
|
1842
|
-
customElements.define('service-aftersales-satisfaction-24px', AfterSalesSatisfaction24);
|
|
1843
|
-
}
|
|
1844
1904
|
if (!customElements.get('service-custom-copykey-24px')) {
|
|
1845
1905
|
customElements.define('service-custom-copykey-24px', CustomCopyKey24);
|
|
1846
1906
|
}
|
|
@@ -1859,8 +1919,8 @@ if (!customElements.get('service-custom-sharpening-24px')) {
|
|
|
1859
1919
|
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-24px')) {
|
|
1860
1920
|
customElements.define('service-delivery-delivery-pickup--relaypoint-24px', DeliveryDeliveryPickupRelayPoint24);
|
|
1861
1921
|
}
|
|
1862
|
-
if (!customElements.get('service-
|
|
1863
|
-
customElements.define('service-
|
|
1922
|
+
if (!customElements.get('service-aftersales-satisfaction-24px')) {
|
|
1923
|
+
customElements.define('service-aftersales-satisfaction-24px', AfterSalesSatisfaction24);
|
|
1864
1924
|
}
|
|
1865
1925
|
if (!customElements.get('service-delivery-delivery--home-24px')) {
|
|
1866
1926
|
customElements.define('service-delivery-delivery--home-24px', DeliveryDeliveryHome24);
|
|
@@ -1901,8 +1961,8 @@ if (!customElements.get('service-tools-3d-24px')) {
|
|
|
1901
1961
|
if (!customElements.get('service-tools-calculator-24px')) {
|
|
1902
1962
|
customElements.define('service-tools-calculator-24px', ToolsCalculator24);
|
|
1903
1963
|
}
|
|
1904
|
-
if (!customElements.get('service-
|
|
1905
|
-
customElements.define('service-
|
|
1964
|
+
if (!customElements.get('service-delivery-delivery-pickup--store-24px')) {
|
|
1965
|
+
customElements.define('service-delivery-delivery-pickup--store-24px', DeliveryDeliveryPickupStore24);
|
|
1906
1966
|
}
|
|
1907
1967
|
if (!customElements.get('social-comment-comment-24px')) {
|
|
1908
1968
|
customElements.define('social-comment-comment-24px', CommentComment24);
|
|
@@ -1976,6 +2036,12 @@ if (!customElements.get('store-monochrome-relaylocation-24px')) {
|
|
|
1976
2036
|
if (!customElements.get('store-monochrome-storelocation-24px')) {
|
|
1977
2037
|
customElements.define('store-monochrome-storelocation-24px', MonochromeStoreLocation24);
|
|
1978
2038
|
}
|
|
2039
|
+
if (!customElements.get('store-monochrome-storelocation-bm-24px')) {
|
|
2040
|
+
customElements.define('store-monochrome-storelocation-bm-24px', MonochromeStoreLocationbm24);
|
|
2041
|
+
}
|
|
2042
|
+
if (!customElements.get('store-storebm-24px')) {
|
|
2043
|
+
customElements.define('store-storebm-24px', StoreBM24);
|
|
2044
|
+
}
|
|
1979
2045
|
if (!customElements.get('store-storelm-24px')) {
|
|
1980
2046
|
customElements.define('store-storelm-24px', StoreLM24);
|
|
1981
2047
|
}
|
|
@@ -2039,6 +2105,9 @@ if (!customElements.get('universe-hardwarestore-24px')) {
|
|
|
2039
2105
|
if (!customElements.get('universe-heater-24px')) {
|
|
2040
2106
|
customElements.define('universe-heater-24px', Heater24);
|
|
2041
2107
|
}
|
|
2108
|
+
if (!customElements.get('service-tools-comparator-24px')) {
|
|
2109
|
+
customElements.define('service-tools-comparator-24px', ToolsComparator24);
|
|
2110
|
+
}
|
|
2042
2111
|
if (!customElements.get('universe-insulation-alt-24px')) {
|
|
2043
2112
|
customElements.define('universe-insulation-alt-24px', Insulationalt24);
|
|
2044
2113
|
}
|
|
@@ -2075,21 +2144,33 @@ if (!customElements.get('universe-paint-24px')) {
|
|
|
2075
2144
|
if (!customElements.get('universe-pool-24px')) {
|
|
2076
2145
|
customElements.define('universe-pool-24px', Pool24);
|
|
2077
2146
|
}
|
|
2147
|
+
if (!customElements.get('universe-renewable-energy-24px')) {
|
|
2148
|
+
customElements.define('universe-renewable-energy-24px', Renewableenergy24);
|
|
2149
|
+
}
|
|
2078
2150
|
if (!customElements.get('universe-security-24px')) {
|
|
2079
2151
|
customElements.define('universe-security-24px', Security24);
|
|
2080
2152
|
}
|
|
2081
|
-
if (!customElements.get('universe-stairs-24px')) {
|
|
2082
|
-
customElements.define('universe-stairs-24px', Stairs24);
|
|
2083
|
-
}
|
|
2084
2153
|
if (!customElements.get('universe-terrace-24px')) {
|
|
2085
2154
|
customElements.define('universe-terrace-24px', Terrace24);
|
|
2086
2155
|
}
|
|
2087
2156
|
if (!customElements.get('universe-tool-24px')) {
|
|
2088
2157
|
customElements.define('universe-tool-24px', Tool24);
|
|
2089
2158
|
}
|
|
2159
|
+
if (!customElements.get('universe-stairs-24px')) {
|
|
2160
|
+
customElements.define('universe-stairs-24px', Stairs24);
|
|
2161
|
+
}
|
|
2090
2162
|
if (!customElements.get('universe-wallpaper-24px')) {
|
|
2091
2163
|
customElements.define('universe-wallpaper-24px', Wallpaper24);
|
|
2092
2164
|
}
|
|
2165
|
+
if (!customElements.get('universe-wood-24px')) {
|
|
2166
|
+
customElements.define('universe-wood-24px', Wood24);
|
|
2167
|
+
}
|
|
2168
|
+
if (!customElements.get('universe-wood-flooring-24px')) {
|
|
2169
|
+
customElements.define('universe-wood-flooring-24px', Woodflooring24);
|
|
2170
|
+
}
|
|
2171
|
+
if (!customElements.get('universe-wood-flooring-alt-24px')) {
|
|
2172
|
+
customElements.define('universe-wood-flooring-alt-24px', Woodflooringalt24);
|
|
2173
|
+
}
|
|
2093
2174
|
if (!customElements.get('universe-woodsaw-24px')) {
|
|
2094
2175
|
customElements.define('universe-woodsaw-24px', WoodSaw24);
|
|
2095
2176
|
}
|
|
@@ -2114,15 +2195,18 @@ if (!customElements.get('user-account-profile--woman-24px')) {
|
|
|
2114
2195
|
if (!customElements.get('user-card-funding-24px')) {
|
|
2115
2196
|
customElements.define('user-card-funding-24px', CardFunding24);
|
|
2116
2197
|
}
|
|
2198
|
+
if (!customElements.get('user-card-funding-zloty-24px')) {
|
|
2199
|
+
customElements.define('user-card-funding-zloty-24px', CardFundingzloty24);
|
|
2200
|
+
}
|
|
2117
2201
|
if (!customElements.get('user-card-gift-24px')) {
|
|
2118
2202
|
customElements.define('user-card-gift-24px', CardGift24);
|
|
2119
2203
|
}
|
|
2120
|
-
if (!customElements.get('user-card-idcard-24px')) {
|
|
2121
|
-
customElements.define('user-card-idcard-24px', CardIDCard24);
|
|
2122
|
-
}
|
|
2123
2204
|
if (!customElements.get('user-card-loyaltycard-24px')) {
|
|
2124
2205
|
customElements.define('user-card-loyaltycard-24px', CardLoyaltyCard24);
|
|
2125
2206
|
}
|
|
2207
|
+
if (!customElements.get('user-card-idcard-24px')) {
|
|
2208
|
+
customElements.define('user-card-idcard-24px', CardIDCard24);
|
|
2209
|
+
}
|
|
2126
2210
|
if (!customElements.get('user-contact-mail-24px')) {
|
|
2127
2211
|
customElements.define('user-contact-mail-24px', ContactMail24);
|
|
2128
2212
|
}
|
|
@@ -2159,9 +2243,6 @@ if (!customElements.get('various-company-24px')) {
|
|
|
2159
2243
|
if (!customElements.get('various-door-24px')) {
|
|
2160
2244
|
customElements.define('various-door-24px', Door24);
|
|
2161
2245
|
}
|
|
2162
|
-
if (!customElements.get('various-ecosaving-24px')) {
|
|
2163
|
-
customElements.define('various-ecosaving-24px', EcoSaving24);
|
|
2164
|
-
}
|
|
2165
2246
|
if (!customElements.get('various-heat-24px')) {
|
|
2166
2247
|
customElements.define('various-heat-24px', Heat24);
|
|
2167
2248
|
}
|
|
@@ -2276,6 +2357,9 @@ if (!customElements.get('instruction-universe-essentialproduct-32px')) {
|
|
|
2276
2357
|
if (!customElements.get('logotypes-payment-monochrome-bizum-32px')) {
|
|
2277
2358
|
customElements.define('logotypes-payment-monochrome-bizum-32px', PaymentMonochromeBizum32);
|
|
2278
2359
|
}
|
|
2360
|
+
if (!customElements.get('logotypes-payment-monochrome-bonificobancario-32px')) {
|
|
2361
|
+
customElements.define('logotypes-payment-monochrome-bonificobancario-32px', PaymentMonochromeBonificoBancario32);
|
|
2362
|
+
}
|
|
2279
2363
|
if (!customElements.get('logotypes-payment-monochrome-fintecture-32px')) {
|
|
2280
2364
|
customElements.define('logotypes-payment-monochrome-fintecture-32px', PaymentMonochromeFintecture32);
|
|
2281
2365
|
}
|
|
@@ -2285,8 +2369,8 @@ if (!customElements.get('logotypes-payment-monochrome-mb--multibanco-32px')) {
|
|
|
2285
2369
|
if (!customElements.get('logotypes-payment-monochrome-mb--way-32px')) {
|
|
2286
2370
|
customElements.define('logotypes-payment-monochrome-mb--way-32px', PaymentMonochromeMBWay32);
|
|
2287
2371
|
}
|
|
2288
|
-
if (!customElements.get('
|
|
2289
|
-
customElements.define('
|
|
2372
|
+
if (!customElements.get('various-ecosaving-24px')) {
|
|
2373
|
+
customElements.define('various-ecosaving-24px', EcoSaving24);
|
|
2290
2374
|
}
|
|
2291
2375
|
if (!customElements.get('logotypes-payment-monochrome-oney--3x-32px')) {
|
|
2292
2376
|
customElements.define('logotypes-payment-monochrome-oney--3x-32px', PaymentMonochromeOney3x32);
|
|
@@ -2294,8 +2378,8 @@ if (!customElements.get('logotypes-payment-monochrome-oney--3x-32px')) {
|
|
|
2294
2378
|
if (!customElements.get('logotypes-payment-monochrome-oney--3x4x-32px')) {
|
|
2295
2379
|
customElements.define('logotypes-payment-monochrome-oney--3x4x-32px', PaymentMonochromeOney3x4x32);
|
|
2296
2380
|
}
|
|
2297
|
-
if (!customElements.get('logotypes-payment-monochrome-oney
|
|
2298
|
-
customElements.define('logotypes-payment-monochrome-oney
|
|
2381
|
+
if (!customElements.get('logotypes-payment-monochrome-oney-32px')) {
|
|
2382
|
+
customElements.define('logotypes-payment-monochrome-oney-32px', PaymentMonochromeOney32);
|
|
2299
2383
|
}
|
|
2300
2384
|
if (!customElements.get('logotypes-payment-monochrome-paypal-32px')) {
|
|
2301
2385
|
customElements.define('logotypes-payment-monochrome-paypal-32px', PaymentMonochromePayPal32);
|
|
@@ -2360,9 +2444,6 @@ if (!customElements.get('media-project-32px')) {
|
|
|
2360
2444
|
if (!customElements.get('media-push-pin-32px')) {
|
|
2361
2445
|
customElements.define('media-push-pin-32px', Pushpin32);
|
|
2362
2446
|
}
|
|
2363
|
-
if (!customElements.get('media-push-pin-off-32px')) {
|
|
2364
|
-
customElements.define('media-push-pin-off-32px', Pushpinoff32);
|
|
2365
|
-
}
|
|
2366
2447
|
if (!customElements.get('media-read-32px')) {
|
|
2367
2448
|
customElements.define('media-read-32px', Read32);
|
|
2368
2449
|
}
|
|
@@ -2378,12 +2459,15 @@ if (!customElements.get('media-server-32px')) {
|
|
|
2378
2459
|
if (!customElements.get('media-slideshow-32px')) {
|
|
2379
2460
|
customElements.define('media-slideshow-32px', Slideshow32);
|
|
2380
2461
|
}
|
|
2381
|
-
if (!customElements.get('media-
|
|
2382
|
-
customElements.define('media-
|
|
2462
|
+
if (!customElements.get('media-push-pin-off-32px')) {
|
|
2463
|
+
customElements.define('media-push-pin-off-32px', Pushpinoff32);
|
|
2383
2464
|
}
|
|
2384
2465
|
if (!customElements.get('media-stop-32px')) {
|
|
2385
2466
|
customElements.define('media-stop-32px', Stop32);
|
|
2386
2467
|
}
|
|
2468
|
+
if (!customElements.get('media-sound-32px')) {
|
|
2469
|
+
customElements.define('media-sound-32px', Sound32);
|
|
2470
|
+
}
|
|
2387
2471
|
if (!customElements.get('media-timeread-32px')) {
|
|
2388
2472
|
customElements.define('media-timeread-32px', TimeRead32);
|
|
2389
2473
|
}
|
|
@@ -2423,6 +2507,9 @@ if (!customElements.get('navigation-arrow-back-32px')) {
|
|
|
2423
2507
|
if (!customElements.get('navigation-arrow-doublearrow--left-32px')) {
|
|
2424
2508
|
customElements.define('navigation-arrow-doublearrow--left-32px', ArrowDoubleArrowLeft32);
|
|
2425
2509
|
}
|
|
2510
|
+
if (!customElements.get('navigation-arrow-doublearrow--right-32px')) {
|
|
2511
|
+
customElements.define('navigation-arrow-doublearrow--right-32px', ArrowDoubleArrowRight32);
|
|
2512
|
+
}
|
|
2426
2513
|
if (!customElements.get('navigation-arrow-down-32px')) {
|
|
2427
2514
|
customElements.define('navigation-arrow-down-32px', ArrowDown32);
|
|
2428
2515
|
}
|
|
@@ -2438,6 +2525,9 @@ if (!customElements.get('navigation-control-circle--cross-32px')) {
|
|
|
2438
2525
|
if (!customElements.get('navigation-control-circle--less-32px')) {
|
|
2439
2526
|
customElements.define('navigation-control-circle--less-32px', ControlCircleLess32);
|
|
2440
2527
|
}
|
|
2528
|
+
if (!customElements.get('logotypes-payment-monochrome-oney--4x-32px')) {
|
|
2529
|
+
customElements.define('logotypes-payment-monochrome-oney--4x-32px', PaymentMonochromeOney4x32);
|
|
2530
|
+
}
|
|
2441
2531
|
if (!customElements.get('navigation-control-circle--more-32px')) {
|
|
2442
2532
|
customElements.define('navigation-control-circle--more-32px', ControlCircleMore32);
|
|
2443
2533
|
}
|
|
@@ -2462,9 +2552,6 @@ if (!customElements.get('navigation-display-calendar-32px')) {
|
|
|
2462
2552
|
if (!customElements.get('navigation-display-connect-32px')) {
|
|
2463
2553
|
customElements.define('navigation-display-connect-32px', DisplayConnect32);
|
|
2464
2554
|
}
|
|
2465
|
-
if (!customElements.get('navigation-display-displayfull-filled-32px')) {
|
|
2466
|
-
customElements.define('navigation-display-displayfull-filled-32px', DisplayDisplayFullFilled32);
|
|
2467
|
-
}
|
|
2468
2555
|
if (!customElements.get('navigation-display-displayfull-outline-32px')) {
|
|
2469
2556
|
customElements.define('navigation-display-displayfull-outline-32px', DisplayDisplayFullOutline32);
|
|
2470
2557
|
}
|
|
@@ -2483,12 +2570,12 @@ if (!customElements.get('navigation-display-displaymobile--vertical-32px')) {
|
|
|
2483
2570
|
if (!customElements.get('navigation-display-displayproductx4-filled-32px')) {
|
|
2484
2571
|
customElements.define('navigation-display-displayproductx4-filled-32px', DisplayDisplayProductX4Filled32);
|
|
2485
2572
|
}
|
|
2573
|
+
if (!customElements.get('navigation-display-displayfull-filled-32px')) {
|
|
2574
|
+
customElements.define('navigation-display-displayfull-filled-32px', DisplayDisplayFullFilled32);
|
|
2575
|
+
}
|
|
2486
2576
|
if (!customElements.get('navigation-display-displayproductx4-outline-32px')) {
|
|
2487
2577
|
customElements.define('navigation-display-displayproductx4-outline-32px', DisplayDisplayProductX4Outline32);
|
|
2488
2578
|
}
|
|
2489
|
-
if (!customElements.get('navigation-display-displayproductx9-32px')) {
|
|
2490
|
-
customElements.define('navigation-display-displayproductx9-32px', DisplayDisplayProductX932);
|
|
2491
|
-
}
|
|
2492
2579
|
if (!customElements.get('navigation-display-externallink-32px')) {
|
|
2493
2580
|
customElements.define('navigation-display-externallink-32px', DisplayExternalLink32);
|
|
2494
2581
|
}
|
|
@@ -2519,9 +2606,6 @@ if (!customElements.get('navigation-display-productnumb-32px')) {
|
|
|
2519
2606
|
if (!customElements.get('navigation-display-refresh-32px')) {
|
|
2520
2607
|
customElements.define('navigation-display-refresh-32px', DisplayRefresh32);
|
|
2521
2608
|
}
|
|
2522
|
-
if (!customElements.get('navigation-display-screenrotation-32px')) {
|
|
2523
|
-
customElements.define('navigation-display-screenrotation-32px', DisplayScreenRotation32);
|
|
2524
|
-
}
|
|
2525
2609
|
if (!customElements.get('navigation-display-search-32px')) {
|
|
2526
2610
|
customElements.define('navigation-display-search-32px', DisplaySearch32);
|
|
2527
2611
|
}
|
|
@@ -2552,8 +2636,8 @@ if (!customElements.get('navigation-notification-circle--available-32px')) {
|
|
|
2552
2636
|
if (!customElements.get('navigation-notification-information-32px')) {
|
|
2553
2637
|
customElements.define('navigation-notification-information-32px', NotificationInformation32);
|
|
2554
2638
|
}
|
|
2555
|
-
if (!customElements.get('navigation-
|
|
2556
|
-
customElements.define('navigation-
|
|
2639
|
+
if (!customElements.get('navigation-display-screenrotation-32px')) {
|
|
2640
|
+
customElements.define('navigation-display-screenrotation-32px', DisplayScreenRotation32);
|
|
2557
2641
|
}
|
|
2558
2642
|
if (!customElements.get('navigation-notification-warning-32px')) {
|
|
2559
2643
|
customElements.define('navigation-notification-warning-32px', NotificationWarning32);
|
|
@@ -2585,6 +2669,9 @@ if (!customElements.get('navigation-split-32px')) {
|
|
|
2585
2669
|
if (!customElements.get('payment-bill-32px')) {
|
|
2586
2670
|
customElements.define('payment-bill-32px', Bill32);
|
|
2587
2671
|
}
|
|
2672
|
+
if (!customElements.get('payment-bill-zloty-32px')) {
|
|
2673
|
+
customElements.define('payment-bill-zloty-32px', Billzloty32);
|
|
2674
|
+
}
|
|
2588
2675
|
if (!customElements.get('payment-cards-monochrome-americanexpress-32px')) {
|
|
2589
2676
|
customElements.define('payment-cards-monochrome-americanexpress-32px', CardsMonochromeAmericanExpress32);
|
|
2590
2677
|
}
|
|
@@ -2636,12 +2723,18 @@ if (!customElements.get('payment-euro-32px')) {
|
|
|
2636
2723
|
if (!customElements.get('payment-receipt-32px')) {
|
|
2637
2724
|
customElements.define('payment-receipt-32px', Receipt32);
|
|
2638
2725
|
}
|
|
2726
|
+
if (!customElements.get('payment-receipt-zloty-32px')) {
|
|
2727
|
+
customElements.define('payment-receipt-zloty-32px', Receiptzloty32);
|
|
2728
|
+
}
|
|
2639
2729
|
if (!customElements.get('payment-safepayment1-32px')) {
|
|
2640
2730
|
customElements.define('payment-safepayment1-32px', SafePayment132);
|
|
2641
2731
|
}
|
|
2642
2732
|
if (!customElements.get('payment-safepayment2-32px')) {
|
|
2643
2733
|
customElements.define('payment-safepayment2-32px', SafePayment232);
|
|
2644
2734
|
}
|
|
2735
|
+
if (!customElements.get('payment-zloty-32px')) {
|
|
2736
|
+
customElements.define('payment-zloty-32px', Zloty32);
|
|
2737
|
+
}
|
|
2645
2738
|
if (!customElements.get('product-aspect-quantity-32px')) {
|
|
2646
2739
|
customElements.define('product-aspect-quantity-32px', AspectQuantity32);
|
|
2647
2740
|
}
|
|
@@ -2699,6 +2792,9 @@ if (!customElements.get('product-promise-madeinfrance-32px')) {
|
|
|
2699
2792
|
if (!customElements.get('product-promise-modular-32px')) {
|
|
2700
2793
|
customElements.define('product-promise-modular-32px', PromiseModular32);
|
|
2701
2794
|
}
|
|
2795
|
+
if (!customElements.get('navigation-display-displayproductx9-32px')) {
|
|
2796
|
+
customElements.define('navigation-display-displayproductx9-32px', DisplayDisplayProductX932);
|
|
2797
|
+
}
|
|
2702
2798
|
if (!customElements.get('product-promise-productonpicture-32px')) {
|
|
2703
2799
|
customElements.define('product-promise-productonpicture-32px', PromiseProductOnPicture32);
|
|
2704
2800
|
}
|
|
@@ -2714,12 +2810,12 @@ if (!customElements.get('product-promise-warranty-32px')) {
|
|
|
2714
2810
|
if (!customElements.get('project-describeproject-32px')) {
|
|
2715
2811
|
customElements.define('project-describeproject-32px', DescribeProject32);
|
|
2716
2812
|
}
|
|
2717
|
-
if (!customElements.get('project-inspiration-32px')) {
|
|
2718
|
-
customElements.define('project-inspiration-32px', Inspiration32);
|
|
2719
|
-
}
|
|
2720
2813
|
if (!customElements.get('project-makeproject-32px')) {
|
|
2721
2814
|
customElements.define('project-makeproject-32px', MakeProject32);
|
|
2722
2815
|
}
|
|
2816
|
+
if (!customElements.get('promise-funding-zloty-32px')) {
|
|
2817
|
+
customElements.define('promise-funding-zloty-32px', Fundingzloty32);
|
|
2818
|
+
}
|
|
2723
2819
|
if (!customElements.get('service-aftersales-aftersalesservice-32px')) {
|
|
2724
2820
|
customElements.define('service-aftersales-aftersalesservice-32px', AfterSalesAfterSalesService32);
|
|
2725
2821
|
}
|
|
@@ -2732,9 +2828,15 @@ if (!customElements.get('service-aftersales-payback-32px')) {
|
|
|
2732
2828
|
if (!customElements.get('service-aftersales-satisfaction-32px')) {
|
|
2733
2829
|
customElements.define('service-aftersales-satisfaction-32px', AfterSalesSatisfaction32);
|
|
2734
2830
|
}
|
|
2831
|
+
if (!customElements.get('navigation-notification-question-32px')) {
|
|
2832
|
+
customElements.define('navigation-notification-question-32px', NotificationQuestion32);
|
|
2833
|
+
}
|
|
2735
2834
|
if (!customElements.get('service-custom-copykey-32px')) {
|
|
2736
2835
|
customElements.define('service-custom-copykey-32px', CustomCopyKey32);
|
|
2737
2836
|
}
|
|
2837
|
+
if (!customElements.get('project-inspiration-32px')) {
|
|
2838
|
+
customElements.define('project-inspiration-32px', Inspiration32);
|
|
2839
|
+
}
|
|
2738
2840
|
if (!customElements.get('service-custom-course-32px')) {
|
|
2739
2841
|
customElements.define('service-custom-course-32px', CustomCourse32);
|
|
2740
2842
|
}
|
|
@@ -2768,12 +2870,12 @@ if (!customElements.get('service-purchasehelp-carrent-32px')) {
|
|
|
2768
2870
|
if (!customElements.get('service-purchasehelp-homediy-32px')) {
|
|
2769
2871
|
customElements.define('service-purchasehelp-homediy-32px', PurchaseHelpHomeDIY32);
|
|
2770
2872
|
}
|
|
2873
|
+
if (!customElements.get('service-purchasehelp-homeinstall-32px')) {
|
|
2874
|
+
customElements.define('service-purchasehelp-homeinstall-32px', PurchaseHelpHomeInstall32);
|
|
2875
|
+
}
|
|
2771
2876
|
if (!customElements.get('service-purchasehelp-toolrent-32px')) {
|
|
2772
2877
|
customElements.define('service-purchasehelp-toolrent-32px', PurchaseHelpToolRent32);
|
|
2773
2878
|
}
|
|
2774
|
-
if (!customElements.get('navigation-arrow-doublearrow--right-32px')) {
|
|
2775
|
-
customElements.define('navigation-arrow-doublearrow--right-32px', ArrowDoubleArrowRight32);
|
|
2776
|
-
}
|
|
2777
2879
|
if (!customElements.get('service-time-delivery--2h-32px')) {
|
|
2778
2880
|
customElements.define('service-time-delivery--2h-32px', TimeDelivery2h32);
|
|
2779
2881
|
}
|
|
@@ -2825,9 +2927,6 @@ if (!customElements.get('social-socialnetwork-linkedin-32px')) {
|
|
|
2825
2927
|
if (!customElements.get('social-socialnetwork-pinterest-32px')) {
|
|
2826
2928
|
customElements.define('social-socialnetwork-pinterest-32px', SocialNetworkPinterest32);
|
|
2827
2929
|
}
|
|
2828
|
-
if (!customElements.get('social-socialnetwork-twitter-32px')) {
|
|
2829
|
-
customElements.define('social-socialnetwork-twitter-32px', SocialNetworkTwitter32);
|
|
2830
|
-
}
|
|
2831
2930
|
if (!customElements.get('social-socialnetwork-youtube-32px')) {
|
|
2832
2931
|
customElements.define('social-socialnetwork-youtube-32px', SocialNetworkYoutube32);
|
|
2833
2932
|
}
|
|
@@ -2867,6 +2966,12 @@ if (!customElements.get('store-monochrome-relaylocation-32px')) {
|
|
|
2867
2966
|
if (!customElements.get('store-monochrome-storelocation-32px')) {
|
|
2868
2967
|
customElements.define('store-monochrome-storelocation-32px', MonochromeStoreLocation32);
|
|
2869
2968
|
}
|
|
2969
|
+
if (!customElements.get('store-monochrome-storelocation-bm-32px')) {
|
|
2970
|
+
customElements.define('store-monochrome-storelocation-bm-32px', MonochromeStoreLocationbm32);
|
|
2971
|
+
}
|
|
2972
|
+
if (!customElements.get('store-storebm-32px')) {
|
|
2973
|
+
customElements.define('store-storebm-32px', StoreBM32);
|
|
2974
|
+
}
|
|
2870
2975
|
if (!customElements.get('store-storelm-32px')) {
|
|
2871
2976
|
customElements.define('store-storelm-32px', StoreLM32);
|
|
2872
2977
|
}
|
|
@@ -2924,8 +3029,8 @@ if (!customElements.get('universe-glass-32px')) {
|
|
|
2924
3029
|
if (!customElements.get('universe-hard-hat-alt-32px')) {
|
|
2925
3030
|
customElements.define('universe-hard-hat-alt-32px', Hardhatalt32);
|
|
2926
3031
|
}
|
|
2927
|
-
if (!customElements.get('
|
|
2928
|
-
customElements.define('
|
|
3032
|
+
if (!customElements.get('social-socialnetwork-twitter-32px')) {
|
|
3033
|
+
customElements.define('social-socialnetwork-twitter-32px', SocialNetworkTwitter32);
|
|
2929
3034
|
}
|
|
2930
3035
|
if (!customElements.get('universe-heater-32px')) {
|
|
2931
3036
|
customElements.define('universe-heater-32px', Heater32);
|
|
@@ -2942,29 +3047,26 @@ if (!customElements.get('universe-kitchen-32px')) {
|
|
|
2942
3047
|
if (!customElements.get('universe-kitchen-alt-32px')) {
|
|
2943
3048
|
customElements.define('universe-kitchen-alt-32px', Kitchenalt32);
|
|
2944
3049
|
}
|
|
3050
|
+
if (!customElements.get('universe-hardwarestore-32px')) {
|
|
3051
|
+
customElements.define('universe-hardwarestore-32px', HardwareStore32);
|
|
3052
|
+
}
|
|
2945
3053
|
if (!customElements.get('universe-kitchen2-32px')) {
|
|
2946
3054
|
customElements.define('universe-kitchen2-32px', Kitchen232);
|
|
2947
3055
|
}
|
|
2948
|
-
if (!customElements.get('universe-leak-32px')) {
|
|
2949
|
-
customElements.define('universe-leak-32px', Leak32);
|
|
2950
|
-
}
|
|
2951
3056
|
if (!customElements.get('universe-lighting-32px')) {
|
|
2952
3057
|
customElements.define('universe-lighting-32px', Lighting32);
|
|
2953
3058
|
}
|
|
2954
3059
|
if (!customElements.get('universe-living-32px')) {
|
|
2955
3060
|
customElements.define('universe-living-32px', Living32);
|
|
2956
3061
|
}
|
|
2957
|
-
if (!customElements.get('universe-
|
|
2958
|
-
customElements.define('universe-
|
|
3062
|
+
if (!customElements.get('universe-leak-32px')) {
|
|
3063
|
+
customElements.define('universe-leak-32px', Leak32);
|
|
2959
3064
|
}
|
|
2960
3065
|
if (!customElements.get('universe-masonry-alt-32px')) {
|
|
2961
3066
|
customElements.define('universe-masonry-alt-32px', Masonryalt32);
|
|
2962
3067
|
}
|
|
2963
|
-
if (!customElements.get('universe-
|
|
2964
|
-
customElements.define('universe-
|
|
2965
|
-
}
|
|
2966
|
-
if (!customElements.get('universe-pool-32px')) {
|
|
2967
|
-
customElements.define('universe-pool-32px', Pool32);
|
|
3068
|
+
if (!customElements.get('universe-renewable-energy-32px')) {
|
|
3069
|
+
customElements.define('universe-renewable-energy-32px', Renewableenergy32);
|
|
2968
3070
|
}
|
|
2969
3071
|
if (!customElements.get('universe-security-32px')) {
|
|
2970
3072
|
customElements.define('universe-security-32px', Security32);
|
|
@@ -2981,6 +3083,15 @@ if (!customElements.get('universe-tool-32px')) {
|
|
|
2981
3083
|
if (!customElements.get('universe-wallpaper-32px')) {
|
|
2982
3084
|
customElements.define('universe-wallpaper-32px', Wallpaper32);
|
|
2983
3085
|
}
|
|
3086
|
+
if (!customElements.get('universe-wood-32px')) {
|
|
3087
|
+
customElements.define('universe-wood-32px', Wood32);
|
|
3088
|
+
}
|
|
3089
|
+
if (!customElements.get('universe-wood-flooring-32px')) {
|
|
3090
|
+
customElements.define('universe-wood-flooring-32px', Woodflooring32);
|
|
3091
|
+
}
|
|
3092
|
+
if (!customElements.get('universe-wood-flooring-alt-32px')) {
|
|
3093
|
+
customElements.define('universe-wood-flooring-alt-32px', Woodflooringalt32);
|
|
3094
|
+
}
|
|
2984
3095
|
if (!customElements.get('universe-woodsaw-32px')) {
|
|
2985
3096
|
customElements.define('universe-woodsaw-32px', WoodSaw32);
|
|
2986
3097
|
}
|
|
@@ -3002,6 +3113,9 @@ if (!customElements.get('user-account-profile--view-32px')) {
|
|
|
3002
3113
|
if (!customElements.get('user-account-profile--woman-32px')) {
|
|
3003
3114
|
customElements.define('user-account-profile--woman-32px', AccountProfileWoman32);
|
|
3004
3115
|
}
|
|
3116
|
+
if (!customElements.get('universe-pool-32px')) {
|
|
3117
|
+
customElements.define('universe-pool-32px', Pool32);
|
|
3118
|
+
}
|
|
3005
3119
|
if (!customElements.get('user-card-funding-32px')) {
|
|
3006
3120
|
customElements.define('user-card-funding-32px', CardFunding32);
|
|
3007
3121
|
}
|
|
@@ -3038,11 +3152,8 @@ if (!customElements.get('various-administration-32px')) {
|
|
|
3038
3152
|
if (!customElements.get('various-apartment-32px')) {
|
|
3039
3153
|
customElements.define('various-apartment-32px', Apartment32);
|
|
3040
3154
|
}
|
|
3041
|
-
if (!customElements.get('
|
|
3042
|
-
customElements.define('
|
|
3043
|
-
}
|
|
3044
|
-
if (!customElements.get('various-blower-32px')) {
|
|
3045
|
-
customElements.define('various-blower-32px', Blower32);
|
|
3155
|
+
if (!customElements.get('universe-paint-32px')) {
|
|
3156
|
+
customElements.define('universe-paint-32px', Paint32);
|
|
3046
3157
|
}
|
|
3047
3158
|
if (!customElements.get('various-company-32px')) {
|
|
3048
3159
|
customElements.define('various-company-32px', Company32);
|
|
@@ -3056,8 +3167,8 @@ if (!customElements.get('various-ecosaving-32px')) {
|
|
|
3056
3167
|
if (!customElements.get('various-heat-32px')) {
|
|
3057
3168
|
customElements.define('various-heat-32px', Heat32);
|
|
3058
3169
|
}
|
|
3059
|
-
if (!customElements.get('various-
|
|
3060
|
-
customElements.define('various-
|
|
3170
|
+
if (!customElements.get('various-balcony-32px')) {
|
|
3171
|
+
customElements.define('various-balcony-32px', Balcony32);
|
|
3061
3172
|
}
|
|
3062
3173
|
if (!customElements.get('various-increasevalue-32px')) {
|
|
3063
3174
|
customElements.define('various-increasevalue-32px', IncreaseValue32);
|
|
@@ -3080,6 +3191,9 @@ if (!customElements.get('various-partnercompany-32px')) {
|
|
|
3080
3191
|
if (!customElements.get('various-partnerworker-32px')) {
|
|
3081
3192
|
customElements.define('various-partnerworker-32px', PartnerWorker32);
|
|
3082
3193
|
}
|
|
3194
|
+
if (!customElements.get('various-house-32px')) {
|
|
3195
|
+
customElements.define('various-house-32px', House32);
|
|
3196
|
+
}
|
|
3083
3197
|
if (!customElements.get('various-pipe-32px')) {
|
|
3084
3198
|
customElements.define('various-pipe-32px', Pipe32);
|
|
3085
3199
|
}
|
|
@@ -3092,15 +3206,15 @@ if (!customElements.get('various-shutter-32px')) {
|
|
|
3092
3206
|
if (!customElements.get('various-survey-32px')) {
|
|
3093
3207
|
customElements.define('various-survey-32px', Survey32);
|
|
3094
3208
|
}
|
|
3095
|
-
if (!customElements.get('various-temperature-32px')) {
|
|
3096
|
-
customElements.define('various-temperature-32px', Temperature32);
|
|
3097
|
-
}
|
|
3098
3209
|
if (!customElements.get('various-thermalcontrol-32px')) {
|
|
3099
3210
|
customElements.define('various-thermalcontrol-32px', ThermalControl32);
|
|
3100
3211
|
}
|
|
3101
3212
|
if (!customElements.get('various-toolbox-32px')) {
|
|
3102
3213
|
customElements.define('various-toolbox-32px', ToolBox32);
|
|
3103
3214
|
}
|
|
3215
|
+
if (!customElements.get('universe-makeit-32px')) {
|
|
3216
|
+
customElements.define('universe-makeit-32px', MakeIt32);
|
|
3217
|
+
}
|
|
3104
3218
|
if (!customElements.get('device-desktop-48px')) {
|
|
3105
3219
|
customElements.define('device-desktop-48px', Desktop48);
|
|
3106
3220
|
}
|
|
@@ -3116,6 +3230,9 @@ if (!customElements.get('device-tablet-48px')) {
|
|
|
3116
3230
|
if (!customElements.get('instruction-hygiene-cleaned-48px')) {
|
|
3117
3231
|
customElements.define('instruction-hygiene-cleaned-48px', HygieneCleaned48);
|
|
3118
3232
|
}
|
|
3233
|
+
if (!customElements.get('various-temperature-32px')) {
|
|
3234
|
+
customElements.define('various-temperature-32px', Temperature32);
|
|
3235
|
+
}
|
|
3119
3236
|
if (!customElements.get('instruction-hygiene-danger-48px')) {
|
|
3120
3237
|
customElements.define('instruction-hygiene-danger-48px', HygieneDanger48);
|
|
3121
3238
|
}
|
|
@@ -3155,8 +3272,8 @@ if (!customElements.get('instruction-service-purchasehelp-loading-48px')) {
|
|
|
3155
3272
|
if (!customElements.get('instruction-service-purchasehelp-nocarrent-48px')) {
|
|
3156
3273
|
customElements.define('instruction-service-purchasehelp-nocarrent-48px', ServicePurchaseHelpNoCarRent48);
|
|
3157
3274
|
}
|
|
3158
|
-
if (!customElements.get('
|
|
3159
|
-
customElements.define('
|
|
3275
|
+
if (!customElements.get('user-card-funding-zloty-32px')) {
|
|
3276
|
+
customElements.define('user-card-funding-zloty-32px', CardFundingzloty32);
|
|
3160
3277
|
}
|
|
3161
3278
|
if (!customElements.get('instruction-service-purchasehelp-truck-48px')) {
|
|
3162
3279
|
customElements.define('instruction-service-purchasehelp-truck-48px', ServicePurchaseHelpTruck48);
|
|
@@ -3167,8 +3284,8 @@ if (!customElements.get('instruction-universe-essentialproduct-48px')) {
|
|
|
3167
3284
|
if (!customElements.get('logotypes-payment-monochrome-bizum-48px')) {
|
|
3168
3285
|
customElements.define('logotypes-payment-monochrome-bizum-48px', PaymentMonochromeBizum48);
|
|
3169
3286
|
}
|
|
3170
|
-
if (!customElements.get('logotypes-payment-monochrome-
|
|
3171
|
-
customElements.define('logotypes-payment-monochrome-
|
|
3287
|
+
if (!customElements.get('logotypes-payment-monochrome-bonificobancario-48px')) {
|
|
3288
|
+
customElements.define('logotypes-payment-monochrome-bonificobancario-48px', PaymentMonochromeBonificoBancario48);
|
|
3172
3289
|
}
|
|
3173
3290
|
if (!customElements.get('logotypes-payment-monochrome-mb--multibanco-48px')) {
|
|
3174
3291
|
customElements.define('logotypes-payment-monochrome-mb--multibanco-48px', PaymentMonochromeMBMultibanco48);
|
|
@@ -3191,11 +3308,14 @@ if (!customElements.get('logotypes-payment-monochrome-oney--4x-48px')) {
|
|
|
3191
3308
|
if (!customElements.get('logotypes-payment-monochrome-paypal-48px')) {
|
|
3192
3309
|
customElements.define('logotypes-payment-monochrome-paypal-48px', PaymentMonochromePayPal48);
|
|
3193
3310
|
}
|
|
3311
|
+
if (!customElements.get('logotypes-payment-monochrome-fintecture-48px')) {
|
|
3312
|
+
customElements.define('logotypes-payment-monochrome-fintecture-48px', PaymentMonochromeFintecture48);
|
|
3313
|
+
}
|
|
3194
3314
|
if (!customElements.get('media-api-48px')) {
|
|
3195
3315
|
customElements.define('media-api-48px', API48);
|
|
3196
3316
|
}
|
|
3197
|
-
if (!customElements.get('
|
|
3198
|
-
customElements.define('
|
|
3317
|
+
if (!customElements.get('various-blower-32px')) {
|
|
3318
|
+
customElements.define('various-blower-32px', Blower32);
|
|
3199
3319
|
}
|
|
3200
3320
|
if (!customElements.get('media-camera-48px')) {
|
|
3201
3321
|
customElements.define('media-camera-48px', Camera48);
|
|
@@ -3206,8 +3326,8 @@ if (!customElements.get('media-code-48px')) {
|
|
|
3206
3326
|
if (!customElements.get('media-document-48px')) {
|
|
3207
3327
|
customElements.define('media-document-48px', Document48);
|
|
3208
3328
|
}
|
|
3209
|
-
if (!customElements.get('media-
|
|
3210
|
-
customElements.define('media-
|
|
3329
|
+
if (!customElements.get('media-bookstore-48px')) {
|
|
3330
|
+
customElements.define('media-bookstore-48px', BookStore48);
|
|
3211
3331
|
}
|
|
3212
3332
|
if (!customElements.get('media-download-web-48px')) {
|
|
3213
3333
|
customElements.define('media-download-web-48px', DownloadWeb48);
|
|
@@ -3215,8 +3335,8 @@ if (!customElements.get('media-download-web-48px')) {
|
|
|
3215
3335
|
if (!customElements.get('media-fullscreen-48px')) {
|
|
3216
3336
|
customElements.define('media-fullscreen-48px', FullScreen48);
|
|
3217
3337
|
}
|
|
3218
|
-
if (!customElements.get('media-
|
|
3219
|
-
customElements.define('media-
|
|
3338
|
+
if (!customElements.get('media-download-app-48px')) {
|
|
3339
|
+
customElements.define('media-download-app-48px', DownloadApp48);
|
|
3220
3340
|
}
|
|
3221
3341
|
if (!customElements.get('media-group-48px')) {
|
|
3222
3342
|
customElements.define('media-group-48px', Group48);
|
|
@@ -3236,9 +3356,6 @@ if (!customElements.get('media-picker-48px')) {
|
|
|
3236
3356
|
if (!customElements.get('media-play-48px')) {
|
|
3237
3357
|
customElements.define('media-play-48px', Play48);
|
|
3238
3358
|
}
|
|
3239
|
-
if (!customElements.get('media-player-48px')) {
|
|
3240
|
-
customElements.define('media-player-48px', Player48);
|
|
3241
|
-
}
|
|
3242
3359
|
if (!customElements.get('media-policies-48px')) {
|
|
3243
3360
|
customElements.define('media-policies-48px', Policies48);
|
|
3244
3361
|
}
|
|
@@ -3263,6 +3380,9 @@ if (!customElements.get('media-reducescreen-48px')) {
|
|
|
3263
3380
|
if (!customElements.get('media-release-48px')) {
|
|
3264
3381
|
customElements.define('media-release-48px', Release48);
|
|
3265
3382
|
}
|
|
3383
|
+
if (!customElements.get('instruction-service-purchasehelp-request-48px')) {
|
|
3384
|
+
customElements.define('instruction-service-purchasehelp-request-48px', ServicePurchaseHelpRequest48);
|
|
3385
|
+
}
|
|
3266
3386
|
if (!customElements.get('media-server-48px')) {
|
|
3267
3387
|
customElements.define('media-server-48px', Server48);
|
|
3268
3388
|
}
|
|
@@ -3296,12 +3416,15 @@ if (!customElements.get('navigation-arrow-arrow--right-48px')) {
|
|
|
3296
3416
|
if (!customElements.get('navigation-arrow-arrow--top-48px')) {
|
|
3297
3417
|
customElements.define('navigation-arrow-arrow--top-48px', ArrowArrowTop48);
|
|
3298
3418
|
}
|
|
3299
|
-
if (!customElements.get('
|
|
3300
|
-
customElements.define('
|
|
3419
|
+
if (!customElements.get('media-player-48px')) {
|
|
3420
|
+
customElements.define('media-player-48px', Player48);
|
|
3301
3421
|
}
|
|
3302
3422
|
if (!customElements.get('navigation-arrow-arrowbottomright-48px')) {
|
|
3303
3423
|
customElements.define('navigation-arrow-arrowbottomright-48px', ArrowArrowBottomRight48);
|
|
3304
3424
|
}
|
|
3425
|
+
if (!customElements.get('navigation-arrow-arrowbottomleft-48px')) {
|
|
3426
|
+
customElements.define('navigation-arrow-arrowbottomleft-48px', ArrowArrowBottomLeft48);
|
|
3427
|
+
}
|
|
3305
3428
|
if (!customElements.get('navigation-arrow-arrowtopleft-48px')) {
|
|
3306
3429
|
customElements.define('navigation-arrow-arrowtopleft-48px', ArrowArrowTopLeft48);
|
|
3307
3430
|
}
|
|
@@ -3314,6 +3437,9 @@ if (!customElements.get('navigation-arrow-back-48px')) {
|
|
|
3314
3437
|
if (!customElements.get('navigation-arrow-doublearrow--left-48px')) {
|
|
3315
3438
|
customElements.define('navigation-arrow-doublearrow--left-48px', ArrowDoubleArrowLeft48);
|
|
3316
3439
|
}
|
|
3440
|
+
if (!customElements.get('media-gauge-48px')) {
|
|
3441
|
+
customElements.define('media-gauge-48px', Gauge48);
|
|
3442
|
+
}
|
|
3317
3443
|
if (!customElements.get('navigation-arrow-doublearrow--right-48px')) {
|
|
3318
3444
|
customElements.define('navigation-arrow-doublearrow--right-48px', ArrowDoubleArrowRight48);
|
|
3319
3445
|
}
|
|
@@ -3335,12 +3461,12 @@ if (!customElements.get('navigation-control-circle--less-48px')) {
|
|
|
3335
3461
|
if (!customElements.get('navigation-control-circle--more-48px')) {
|
|
3336
3462
|
customElements.define('navigation-control-circle--more-48px', ControlCircleMore48);
|
|
3337
3463
|
}
|
|
3338
|
-
if (!customElements.get('navigation-control-cross-48px')) {
|
|
3339
|
-
customElements.define('navigation-control-cross-48px', ControlCross48);
|
|
3340
|
-
}
|
|
3341
3464
|
if (!customElements.get('navigation-control-less-48px')) {
|
|
3342
3465
|
customElements.define('navigation-control-less-48px', ControlLess48);
|
|
3343
3466
|
}
|
|
3467
|
+
if (!customElements.get('navigation-control-cross-48px')) {
|
|
3468
|
+
customElements.define('navigation-control-cross-48px', ControlCross48);
|
|
3469
|
+
}
|
|
3344
3470
|
if (!customElements.get('navigation-control-more-48px')) {
|
|
3345
3471
|
customElements.define('navigation-control-more-48px', ControlMore48);
|
|
3346
3472
|
}
|
|
@@ -3365,9 +3491,6 @@ if (!customElements.get('navigation-display-displayfull-outline-48px')) {
|
|
|
3365
3491
|
if (!customElements.get('navigation-display-displaylist-filled-48px')) {
|
|
3366
3492
|
customElements.define('navigation-display-displaylist-filled-48px', DisplayDisplayListFilled48);
|
|
3367
3493
|
}
|
|
3368
|
-
if (!customElements.get('service-purchasehelp-homeinstall-32px')) {
|
|
3369
|
-
customElements.define('service-purchasehelp-homeinstall-32px', PurchaseHelpHomeInstall32);
|
|
3370
|
-
}
|
|
3371
3494
|
if (!customElements.get('navigation-display-displaylist-outline-48px')) {
|
|
3372
3495
|
customElements.define('navigation-display-displaylist-outline-48px', DisplayDisplayListOutline48);
|
|
3373
3496
|
}
|
|
@@ -3473,24 +3596,27 @@ if (!customElements.get('navigation-publish-lock-48px')) {
|
|
|
3473
3596
|
if (!customElements.get('navigation-publish-send-48px')) {
|
|
3474
3597
|
customElements.define('navigation-publish-send-48px', PublishSend48);
|
|
3475
3598
|
}
|
|
3476
|
-
if (!customElements.get('navigation-publish-trashbin-48px')) {
|
|
3477
|
-
customElements.define('navigation-publish-trashbin-48px', PublishTrashbin48);
|
|
3478
|
-
}
|
|
3479
3599
|
if (!customElements.get('navigation-split-48px')) {
|
|
3480
3600
|
customElements.define('navigation-split-48px', Split48);
|
|
3481
3601
|
}
|
|
3482
3602
|
if (!customElements.get('payment-bill-48px')) {
|
|
3483
3603
|
customElements.define('payment-bill-48px', Bill48);
|
|
3484
3604
|
}
|
|
3485
|
-
if (!customElements.get('
|
|
3486
|
-
customElements.define('
|
|
3605
|
+
if (!customElements.get('navigation-publish-trashbin-48px')) {
|
|
3606
|
+
customElements.define('navigation-publish-trashbin-48px', PublishTrashbin48);
|
|
3487
3607
|
}
|
|
3488
3608
|
if (!customElements.get('payment-cards-monochrome-americanexpress-48px')) {
|
|
3489
3609
|
customElements.define('payment-cards-monochrome-americanexpress-48px', CardsMonochromeAmericanExpress48);
|
|
3490
3610
|
}
|
|
3611
|
+
if (!customElements.get('payment-bill-zloty-48px')) {
|
|
3612
|
+
customElements.define('payment-bill-zloty-48px', Billzloty48);
|
|
3613
|
+
}
|
|
3491
3614
|
if (!customElements.get('payment-cards-monochrome-cheque-48px')) {
|
|
3492
3615
|
customElements.define('payment-cards-monochrome-cheque-48px', CardsMonochromeCheque48);
|
|
3493
3616
|
}
|
|
3617
|
+
if (!customElements.get('payment-cards-monochrome-cb-48px')) {
|
|
3618
|
+
customElements.define('payment-cards-monochrome-cb-48px', CardsMonochromeCB48);
|
|
3619
|
+
}
|
|
3494
3620
|
if (!customElements.get('payment-cards-monochrome-gift-48px')) {
|
|
3495
3621
|
customElements.define('payment-cards-monochrome-gift-48px', CardsMonochromeGift48);
|
|
3496
3622
|
}
|
|
@@ -3530,8 +3656,8 @@ if (!customElements.get('payment-detailsorder-48px')) {
|
|
|
3530
3656
|
if (!customElements.get('payment-receipt-48px')) {
|
|
3531
3657
|
customElements.define('payment-receipt-48px', Receipt48);
|
|
3532
3658
|
}
|
|
3533
|
-
if (!customElements.get('payment-
|
|
3534
|
-
customElements.define('payment-
|
|
3659
|
+
if (!customElements.get('payment-receipt-zloty-48px')) {
|
|
3660
|
+
customElements.define('payment-receipt-zloty-48px', Receiptzloty48);
|
|
3535
3661
|
}
|
|
3536
3662
|
if (!customElements.get('payment-safepayment1-48px')) {
|
|
3537
3663
|
customElements.define('payment-safepayment1-48px', SafePayment148);
|
|
@@ -3539,14 +3665,17 @@ if (!customElements.get('payment-safepayment1-48px')) {
|
|
|
3539
3665
|
if (!customElements.get('payment-safepayment2-48px')) {
|
|
3540
3666
|
customElements.define('payment-safepayment2-48px', SafePayment248);
|
|
3541
3667
|
}
|
|
3668
|
+
if (!customElements.get('payment-zloty-48px')) {
|
|
3669
|
+
customElements.define('payment-zloty-48px', Zloty48);
|
|
3670
|
+
}
|
|
3542
3671
|
if (!customElements.get('product-aspect-quantity-48px')) {
|
|
3543
3672
|
customElements.define('product-aspect-quantity-48px', AspectQuantity48);
|
|
3544
3673
|
}
|
|
3545
3674
|
if (!customElements.get('product-aspect-size-48px')) {
|
|
3546
3675
|
customElements.define('product-aspect-size-48px', AspectSize48);
|
|
3547
3676
|
}
|
|
3548
|
-
if (!customElements.get('
|
|
3549
|
-
customElements.define('
|
|
3677
|
+
if (!customElements.get('payment-euro-48px')) {
|
|
3678
|
+
customElements.define('payment-euro-48px', Euro48);
|
|
3550
3679
|
}
|
|
3551
3680
|
if (!customElements.get('product-basket-add-48px')) {
|
|
3552
3681
|
customElements.define('product-basket-add-48px', BasketAdd48);
|
|
@@ -3560,9 +3689,6 @@ if (!customElements.get('product-basket-multi-48px')) {
|
|
|
3560
3689
|
if (!customElements.get('product-basket-save-48px')) {
|
|
3561
3690
|
customElements.define('product-basket-save-48px', BasketSave48);
|
|
3562
3691
|
}
|
|
3563
|
-
if (!customElements.get('product-basket-standard-48px')) {
|
|
3564
|
-
customElements.define('product-basket-standard-48px', BasketStandard48);
|
|
3565
|
-
}
|
|
3566
3692
|
if (!customElements.get('product-list-add-48px')) {
|
|
3567
3693
|
customElements.define('product-list-add-48px', ListAdd48);
|
|
3568
3694
|
}
|
|
@@ -3617,38 +3743,41 @@ if (!customElements.get('project-inspiration-48px')) {
|
|
|
3617
3743
|
if (!customElements.get('project-makeproject-48px')) {
|
|
3618
3744
|
customElements.define('project-makeproject-48px', MakeProject48);
|
|
3619
3745
|
}
|
|
3746
|
+
if (!customElements.get('promise-funding-zloty-48px')) {
|
|
3747
|
+
customElements.define('promise-funding-zloty-48px', Fundingzloty48);
|
|
3748
|
+
}
|
|
3620
3749
|
if (!customElements.get('service-aftersales-aftersalesservice-48px')) {
|
|
3621
3750
|
customElements.define('service-aftersales-aftersalesservice-48px', AfterSalesAfterSalesService48);
|
|
3622
3751
|
}
|
|
3752
|
+
if (!customElements.get('product-basket-standard-48px')) {
|
|
3753
|
+
customElements.define('product-basket-standard-48px', BasketStandard48);
|
|
3754
|
+
}
|
|
3623
3755
|
if (!customElements.get('service-aftersales-helpline-48px')) {
|
|
3624
3756
|
customElements.define('service-aftersales-helpline-48px', AfterSalesHelpline48);
|
|
3625
3757
|
}
|
|
3626
3758
|
if (!customElements.get('service-aftersales-payback-48px')) {
|
|
3627
3759
|
customElements.define('service-aftersales-payback-48px', AfterSalesPayback48);
|
|
3628
3760
|
}
|
|
3629
|
-
if (!customElements.get('service-aftersales-satisfaction-48px')) {
|
|
3630
|
-
customElements.define('service-aftersales-satisfaction-48px', AfterSalesSatisfaction48);
|
|
3631
|
-
}
|
|
3632
3761
|
if (!customElements.get('service-custom-copykey-48px')) {
|
|
3633
3762
|
customElements.define('service-custom-copykey-48px', CustomCopyKey48);
|
|
3634
3763
|
}
|
|
3635
|
-
if (!customElements.get('service-custom-course-48px')) {
|
|
3636
|
-
customElements.define('service-custom-course-48px', CustomCourse48);
|
|
3637
|
-
}
|
|
3638
3764
|
if (!customElements.get('service-custom-cutwoodglass-48px')) {
|
|
3639
3765
|
customElements.define('service-custom-cutwoodglass-48px', CustomCutWoodGlass48);
|
|
3640
3766
|
}
|
|
3767
|
+
if (!customElements.get('service-custom-course-48px')) {
|
|
3768
|
+
customElements.define('service-custom-course-48px', CustomCourse48);
|
|
3769
|
+
}
|
|
3641
3770
|
if (!customElements.get('service-custom-sample-48px')) {
|
|
3642
3771
|
customElements.define('service-custom-sample-48px', CustomSample48);
|
|
3643
3772
|
}
|
|
3644
|
-
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
|
|
3645
|
-
customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
|
|
3646
|
-
}
|
|
3647
3773
|
if (!customElements.get('service-custom-sharpening-48px')) {
|
|
3648
3774
|
customElements.define('service-custom-sharpening-48px', CustomSharpening48);
|
|
3649
3775
|
}
|
|
3650
|
-
if (!customElements.get('service-
|
|
3651
|
-
customElements.define('service-
|
|
3776
|
+
if (!customElements.get('service-aftersales-satisfaction-48px')) {
|
|
3777
|
+
customElements.define('service-aftersales-satisfaction-48px', AfterSalesSatisfaction48);
|
|
3778
|
+
}
|
|
3779
|
+
if (!customElements.get('service-delivery-delivery-pickup--relaypoint-48px')) {
|
|
3780
|
+
customElements.define('service-delivery-delivery-pickup--relaypoint-48px', DeliveryDeliveryPickupRelayPoint48);
|
|
3652
3781
|
}
|
|
3653
3782
|
if (!customElements.get('service-delivery-delivery--home-48px')) {
|
|
3654
3783
|
customElements.define('service-delivery-delivery--home-48px', DeliveryDeliveryHome48);
|
|
@@ -3686,15 +3815,18 @@ if (!customElements.get('service-time-timedecline-48px')) {
|
|
|
3686
3815
|
if (!customElements.get('service-tools-3d-48px')) {
|
|
3687
3816
|
customElements.define('service-tools-3d-48px', Tools3d48);
|
|
3688
3817
|
}
|
|
3818
|
+
if (!customElements.get('service-delivery-delivery-pickup--store-48px')) {
|
|
3819
|
+
customElements.define('service-delivery-delivery-pickup--store-48px', DeliveryDeliveryPickupStore48);
|
|
3820
|
+
}
|
|
3689
3821
|
if (!customElements.get('service-tools-calculator-48px')) {
|
|
3690
3822
|
customElements.define('service-tools-calculator-48px', ToolsCalculator48);
|
|
3691
3823
|
}
|
|
3692
|
-
if (!customElements.get('social-comment-comment-48px')) {
|
|
3693
|
-
customElements.define('social-comment-comment-48px', CommentComment48);
|
|
3694
|
-
}
|
|
3695
3824
|
if (!customElements.get('service-tools-comparator-48px')) {
|
|
3696
3825
|
customElements.define('service-tools-comparator-48px', ToolsComparator48);
|
|
3697
3826
|
}
|
|
3827
|
+
if (!customElements.get('social-comment-comment-48px')) {
|
|
3828
|
+
customElements.define('social-comment-comment-48px', CommentComment48);
|
|
3829
|
+
}
|
|
3698
3830
|
if (!customElements.get('social-comment-community-48px')) {
|
|
3699
3831
|
customElements.define('social-comment-community-48px', CommentCommunity48);
|
|
3700
3832
|
}
|
|
@@ -3740,11 +3872,8 @@ if (!customElements.get('social-view-star--empty-48px')) {
|
|
|
3740
3872
|
if (!customElements.get('social-view-star--full-48px')) {
|
|
3741
3873
|
customElements.define('social-view-star--full-48px', ViewStarFull48);
|
|
3742
3874
|
}
|
|
3743
|
-
if (!customElements.get('
|
|
3744
|
-
customElements.define('
|
|
3745
|
-
}
|
|
3746
|
-
if (!customElements.get('social-view-testerview-48px')) {
|
|
3747
|
-
customElements.define('social-view-testerview-48px', ViewTesterView48);
|
|
3875
|
+
if (!customElements.get('product-aspect-weight-48px')) {
|
|
3876
|
+
customElements.define('product-aspect-weight-48px', AspectWeight48);
|
|
3748
3877
|
}
|
|
3749
3878
|
if (!customElements.get('store-itinerary-48px')) {
|
|
3750
3879
|
customElements.define('store-itinerary-48px', Itinerary48);
|
|
@@ -3764,6 +3893,15 @@ if (!customElements.get('store-monochrome-relaylocation-48px')) {
|
|
|
3764
3893
|
if (!customElements.get('store-monochrome-storelocation-48px')) {
|
|
3765
3894
|
customElements.define('store-monochrome-storelocation-48px', MonochromeStoreLocation48);
|
|
3766
3895
|
}
|
|
3896
|
+
if (!customElements.get('social-view-testerview-48px')) {
|
|
3897
|
+
customElements.define('social-view-testerview-48px', ViewTesterView48);
|
|
3898
|
+
}
|
|
3899
|
+
if (!customElements.get('store-monochrome-storelocation-bm-48px')) {
|
|
3900
|
+
customElements.define('store-monochrome-storelocation-bm-48px', MonochromeStoreLocationbm48);
|
|
3901
|
+
}
|
|
3902
|
+
if (!customElements.get('store-storebm-48px')) {
|
|
3903
|
+
customElements.define('store-storebm-48px', StoreBM48);
|
|
3904
|
+
}
|
|
3767
3905
|
if (!customElements.get('store-storelm-48px')) {
|
|
3768
3906
|
customElements.define('store-storelm-48px', StoreLM48);
|
|
3769
3907
|
}
|
|
@@ -3776,8 +3914,8 @@ if (!customElements.get('universe-bathroom-48px')) {
|
|
|
3776
3914
|
if (!customElements.get('universe-bedroom-48px')) {
|
|
3777
3915
|
customElements.define('universe-bedroom-48px', Bedroom48);
|
|
3778
3916
|
}
|
|
3779
|
-
if (!customElements.get('
|
|
3780
|
-
customElements.define('
|
|
3917
|
+
if (!customElements.get('social-view-star--half-48px')) {
|
|
3918
|
+
customElements.define('social-view-star--half-48px', ViewStarHalf48);
|
|
3781
3919
|
}
|
|
3782
3920
|
if (!customElements.get('universe-christmastree-48px')) {
|
|
3783
3921
|
customElements.define('universe-christmastree-48px', ChristmasTree48);
|
|
@@ -3818,24 +3956,18 @@ if (!customElements.get('universe-garden2-48px')) {
|
|
|
3818
3956
|
if (!customElements.get('universe-glass-48px')) {
|
|
3819
3957
|
customElements.define('universe-glass-48px', Glass48);
|
|
3820
3958
|
}
|
|
3821
|
-
if (!customElements.get('universe-hard-hat-alt-48px')) {
|
|
3822
|
-
customElements.define('universe-hard-hat-alt-48px', Hardhatalt48);
|
|
3823
|
-
}
|
|
3824
3959
|
if (!customElements.get('universe-hardwarestore-48px')) {
|
|
3825
3960
|
customElements.define('universe-hardwarestore-48px', HardwareStore48);
|
|
3826
3961
|
}
|
|
3827
|
-
if (!customElements.get('universe-heater-48px')) {
|
|
3828
|
-
customElements.define('universe-heater-48px', Heater48);
|
|
3829
|
-
}
|
|
3830
3962
|
if (!customElements.get('universe-insulation-alt-48px')) {
|
|
3831
3963
|
customElements.define('universe-insulation-alt-48px', Insulationalt48);
|
|
3832
3964
|
}
|
|
3833
|
-
if (!customElements.get('universe-kitchen-48px')) {
|
|
3834
|
-
customElements.define('universe-kitchen-48px', Kitchen48);
|
|
3835
|
-
}
|
|
3836
3965
|
if (!customElements.get('universe-kids-48px')) {
|
|
3837
3966
|
customElements.define('universe-kids-48px', Kids48);
|
|
3838
3967
|
}
|
|
3968
|
+
if (!customElements.get('universe-hard-hat-alt-48px')) {
|
|
3969
|
+
customElements.define('universe-hard-hat-alt-48px', Hardhatalt48);
|
|
3970
|
+
}
|
|
3839
3971
|
if (!customElements.get('universe-kitchen-alt-48px')) {
|
|
3840
3972
|
customElements.define('universe-kitchen-alt-48px', Kitchenalt48);
|
|
3841
3973
|
}
|
|
@@ -3863,35 +3995,53 @@ if (!customElements.get('universe-paint-48px')) {
|
|
|
3863
3995
|
if (!customElements.get('universe-pool-48px')) {
|
|
3864
3996
|
customElements.define('universe-pool-48px', Pool48);
|
|
3865
3997
|
}
|
|
3998
|
+
if (!customElements.get('universe-renewable-energy-48px')) {
|
|
3999
|
+
customElements.define('universe-renewable-energy-48px', Renewableenergy48);
|
|
4000
|
+
}
|
|
3866
4001
|
if (!customElements.get('universe-security-48px')) {
|
|
3867
4002
|
customElements.define('universe-security-48px', Security48);
|
|
3868
4003
|
}
|
|
4004
|
+
if (!customElements.get('universe-carpentry-48px')) {
|
|
4005
|
+
customElements.define('universe-carpentry-48px', Carpentry48);
|
|
4006
|
+
}
|
|
3869
4007
|
if (!customElements.get('universe-stairs-48px')) {
|
|
3870
4008
|
customElements.define('universe-stairs-48px', Stairs48);
|
|
3871
4009
|
}
|
|
3872
|
-
if (!customElements.get('universe-
|
|
3873
|
-
customElements.define('universe-
|
|
4010
|
+
if (!customElements.get('universe-kitchen-48px')) {
|
|
4011
|
+
customElements.define('universe-kitchen-48px', Kitchen48);
|
|
3874
4012
|
}
|
|
3875
4013
|
if (!customElements.get('universe-tool-48px')) {
|
|
3876
4014
|
customElements.define('universe-tool-48px', Tool48);
|
|
3877
4015
|
}
|
|
4016
|
+
if (!customElements.get('universe-terrace-48px')) {
|
|
4017
|
+
customElements.define('universe-terrace-48px', Terrace48);
|
|
4018
|
+
}
|
|
4019
|
+
if (!customElements.get('universe-wood-48px')) {
|
|
4020
|
+
customElements.define('universe-wood-48px', Wood48);
|
|
4021
|
+
}
|
|
4022
|
+
if (!customElements.get('universe-wood-flooring-48px')) {
|
|
4023
|
+
customElements.define('universe-wood-flooring-48px', Woodflooring48);
|
|
4024
|
+
}
|
|
4025
|
+
if (!customElements.get('universe-wood-flooring-alt-48px')) {
|
|
4026
|
+
customElements.define('universe-wood-flooring-alt-48px', Woodflooringalt48);
|
|
4027
|
+
}
|
|
3878
4028
|
if (!customElements.get('universe-wallpaper-48px')) {
|
|
3879
4029
|
customElements.define('universe-wallpaper-48px', Wallpaper48);
|
|
3880
4030
|
}
|
|
4031
|
+
if (!customElements.get('universe-woodsaw-48px')) {
|
|
4032
|
+
customElements.define('universe-woodsaw-48px', WoodSaw48);
|
|
4033
|
+
}
|
|
3881
4034
|
if (!customElements.get('user-account-customer--collaborator-48px')) {
|
|
3882
4035
|
customElements.define('user-account-customer--collaborator-48px', AccountCustomerCollaborator48);
|
|
3883
4036
|
}
|
|
3884
4037
|
if (!customElements.get('user-account-customer--passion-48px')) {
|
|
3885
4038
|
customElements.define('user-account-customer--passion-48px', AccountCustomerPassion48);
|
|
3886
4039
|
}
|
|
3887
|
-
if (!customElements.get('universe-woodsaw-48px')) {
|
|
3888
|
-
customElements.define('universe-woodsaw-48px', WoodSaw48);
|
|
3889
|
-
}
|
|
3890
4040
|
if (!customElements.get('user-account-customer--pro-48px')) {
|
|
3891
4041
|
customElements.define('user-account-customer--pro-48px', AccountCustomerPro48);
|
|
3892
4042
|
}
|
|
3893
|
-
if (!customElements.get('
|
|
3894
|
-
customElements.define('
|
|
4043
|
+
if (!customElements.get('universe-heater-48px')) {
|
|
4044
|
+
customElements.define('universe-heater-48px', Heater48);
|
|
3895
4045
|
}
|
|
3896
4046
|
if (!customElements.get('user-account-profile--view-48px')) {
|
|
3897
4047
|
customElements.define('user-account-profile--view-48px', AccountProfileView48);
|
|
@@ -3902,9 +4052,15 @@ if (!customElements.get('user-account-profile--woman-48px')) {
|
|
|
3902
4052
|
if (!customElements.get('user-card-funding-48px')) {
|
|
3903
4053
|
customElements.define('user-card-funding-48px', CardFunding48);
|
|
3904
4054
|
}
|
|
4055
|
+
if (!customElements.get('user-card-funding-zloty-48px')) {
|
|
4056
|
+
customElements.define('user-card-funding-zloty-48px', CardFundingzloty48);
|
|
4057
|
+
}
|
|
3905
4058
|
if (!customElements.get('user-card-gift-48px')) {
|
|
3906
4059
|
customElements.define('user-card-gift-48px', CardGift48);
|
|
3907
4060
|
}
|
|
4061
|
+
if (!customElements.get('user-account-profile--man-48px')) {
|
|
4062
|
+
customElements.define('user-account-profile--man-48px', AccountProfileMan48);
|
|
4063
|
+
}
|
|
3908
4064
|
if (!customElements.get('user-card-idcard-48px')) {
|
|
3909
4065
|
customElements.define('user-card-idcard-48px', CardIDCard48);
|
|
3910
4066
|
}
|
|
@@ -3929,12 +4085,12 @@ if (!customElements.get('user-situation-tenant-48px')) {
|
|
|
3929
4085
|
if (!customElements.get('various-a11y-48px')) {
|
|
3930
4086
|
customElements.define('various-a11y-48px', A11y48);
|
|
3931
4087
|
}
|
|
3932
|
-
if (!customElements.get('various-apartment-48px')) {
|
|
3933
|
-
customElements.define('various-apartment-48px', Apartment48);
|
|
3934
|
-
}
|
|
3935
4088
|
if (!customElements.get('various-administration-48px')) {
|
|
3936
4089
|
customElements.define('various-administration-48px', Administration48);
|
|
3937
4090
|
}
|
|
4091
|
+
if (!customElements.get('various-apartment-48px')) {
|
|
4092
|
+
customElements.define('various-apartment-48px', Apartment48);
|
|
4093
|
+
}
|
|
3938
4094
|
if (!customElements.get('various-balcony-48px')) {
|
|
3939
4095
|
customElements.define('various-balcony-48px', Balcony48);
|
|
3940
4096
|
}
|
|
@@ -3986,9 +4142,6 @@ if (!customElements.get('various-premium-48px')) {
|
|
|
3986
4142
|
if (!customElements.get('various-shutter-48px')) {
|
|
3987
4143
|
customElements.define('various-shutter-48px', Shutter48);
|
|
3988
4144
|
}
|
|
3989
|
-
if (!customElements.get('various-survey-48px')) {
|
|
3990
|
-
customElements.define('various-survey-48px', Survey48);
|
|
3991
|
-
}
|
|
3992
4145
|
if (!customElements.get('various-temperature-48px')) {
|
|
3993
4146
|
customElements.define('various-temperature-48px', Temperature48);
|
|
3994
4147
|
}
|
|
@@ -4007,6 +4160,9 @@ if (!customElements.get('device-laptop-64px')) {
|
|
|
4007
4160
|
if (!customElements.get('device-mobile-64px')) {
|
|
4008
4161
|
customElements.define('device-mobile-64px', Mobile64);
|
|
4009
4162
|
}
|
|
4163
|
+
if (!customElements.get('various-survey-48px')) {
|
|
4164
|
+
customElements.define('various-survey-48px', Survey48);
|
|
4165
|
+
}
|
|
4010
4166
|
if (!customElements.get('device-tablet-64px')) {
|
|
4011
4167
|
customElements.define('device-tablet-64px', Tablet64);
|
|
4012
4168
|
}
|
|
@@ -4064,6 +4220,9 @@ if (!customElements.get('instruction-universe-essentialproduct-64px')) {
|
|
|
4064
4220
|
if (!customElements.get('logotypes-payment-monochrome-bizum-64px')) {
|
|
4065
4221
|
customElements.define('logotypes-payment-monochrome-bizum-64px', PaymentMonochromeBizum64);
|
|
4066
4222
|
}
|
|
4223
|
+
if (!customElements.get('logotypes-payment-monochrome-bonificobancario-64px')) {
|
|
4224
|
+
customElements.define('logotypes-payment-monochrome-bonificobancario-64px', PaymentMonochromeBonificoBancario64);
|
|
4225
|
+
}
|
|
4067
4226
|
if (!customElements.get('logotypes-payment-monochrome-fintecture-64px')) {
|
|
4068
4227
|
customElements.define('logotypes-payment-monochrome-fintecture-64px', PaymentMonochromeFintecture64);
|
|
4069
4228
|
}
|
|
@@ -4112,23 +4271,20 @@ if (!customElements.get('media-download-web-64px')) {
|
|
|
4112
4271
|
if (!customElements.get('media-fullscreen-64px')) {
|
|
4113
4272
|
customElements.define('media-fullscreen-64px', FullScreen64);
|
|
4114
4273
|
}
|
|
4115
|
-
if (!customElements.get('media-group-64px')) {
|
|
4116
|
-
customElements.define('media-group-64px', Group64);
|
|
4117
|
-
}
|
|
4118
4274
|
if (!customElements.get('media-gauge-64px')) {
|
|
4119
4275
|
customElements.define('media-gauge-64px', Gauge64);
|
|
4120
4276
|
}
|
|
4277
|
+
if (!customElements.get('media-group-64px')) {
|
|
4278
|
+
customElements.define('media-group-64px', Group64);
|
|
4279
|
+
}
|
|
4121
4280
|
if (!customElements.get('media-image-alt-64px')) {
|
|
4122
4281
|
customElements.define('media-image-alt-64px', Imagealt64);
|
|
4123
4282
|
}
|
|
4124
|
-
if (!customElements.get('media-nopicture-64px')) {
|
|
4125
|
-
customElements.define('media-nopicture-64px', NoPicture64);
|
|
4126
|
-
}
|
|
4127
4283
|
if (!customElements.get('media-pdf-64px')) {
|
|
4128
4284
|
customElements.define('media-pdf-64px', Pdf64);
|
|
4129
4285
|
}
|
|
4130
|
-
if (!customElements.get('media-
|
|
4131
|
-
customElements.define('media-
|
|
4286
|
+
if (!customElements.get('media-nopicture-64px')) {
|
|
4287
|
+
customElements.define('media-nopicture-64px', NoPicture64);
|
|
4132
4288
|
}
|
|
4133
4289
|
if (!customElements.get('media-play-64px')) {
|
|
4134
4290
|
customElements.define('media-play-64px', Play64);
|
|
@@ -4160,6 +4316,9 @@ if (!customElements.get('media-reducescreen-64px')) {
|
|
|
4160
4316
|
if (!customElements.get('media-release-64px')) {
|
|
4161
4317
|
customElements.define('media-release-64px', Release64);
|
|
4162
4318
|
}
|
|
4319
|
+
if (!customElements.get('media-server-64px')) {
|
|
4320
|
+
customElements.define('media-server-64px', Server64);
|
|
4321
|
+
}
|
|
4163
4322
|
if (!customElements.get('media-slideshow-64px')) {
|
|
4164
4323
|
customElements.define('media-slideshow-64px', Slideshow64);
|
|
4165
4324
|
}
|
|
@@ -4178,6 +4337,9 @@ if (!customElements.get('media-upload-64px')) {
|
|
|
4178
4337
|
if (!customElements.get('media-view360-64px')) {
|
|
4179
4338
|
customElements.define('media-view360-64px', View36064);
|
|
4180
4339
|
}
|
|
4340
|
+
if (!customElements.get('media-picker-64px')) {
|
|
4341
|
+
customElements.define('media-picker-64px', Picker64);
|
|
4342
|
+
}
|
|
4181
4343
|
if (!customElements.get('navigation-arrow-arrow--bottom-64px')) {
|
|
4182
4344
|
customElements.define('navigation-arrow-arrow--bottom-64px', ArrowArrowBottom64);
|
|
4183
4345
|
}
|
|
@@ -4196,9 +4358,6 @@ if (!customElements.get('navigation-arrow-arrowbottomleft-64px')) {
|
|
|
4196
4358
|
if (!customElements.get('navigation-arrow-arrowbottomright-64px')) {
|
|
4197
4359
|
customElements.define('navigation-arrow-arrowbottomright-64px', ArrowArrowBottomRight64);
|
|
4198
4360
|
}
|
|
4199
|
-
if (!customElements.get('navigation-arrow-arrowtopleft-64px')) {
|
|
4200
|
-
customElements.define('navigation-arrow-arrowtopleft-64px', ArrowArrowTopLeft64);
|
|
4201
|
-
}
|
|
4202
4361
|
if (!customElements.get('navigation-arrow-arrowtopright-64px')) {
|
|
4203
4362
|
customElements.define('navigation-arrow-arrowtopright-64px', ArrowArrowTopRight64);
|
|
4204
4363
|
}
|
|
@@ -4217,6 +4376,9 @@ if (!customElements.get('navigation-arrow-down-64px')) {
|
|
|
4217
4376
|
if (!customElements.get('navigation-arrow-next-64px')) {
|
|
4218
4377
|
customElements.define('navigation-arrow-next-64px', ArrowNext64);
|
|
4219
4378
|
}
|
|
4379
|
+
if (!customElements.get('navigation-arrow-arrowtopleft-64px')) {
|
|
4380
|
+
customElements.define('navigation-arrow-arrowtopleft-64px', ArrowArrowTopLeft64);
|
|
4381
|
+
}
|
|
4220
4382
|
if (!customElements.get('navigation-arrow-up-64px')) {
|
|
4221
4383
|
customElements.define('navigation-arrow-up-64px', ArrowUp64);
|
|
4222
4384
|
}
|
|
@@ -4274,9 +4436,6 @@ if (!customElements.get('navigation-display-displayproductx4-filled-64px')) {
|
|
|
4274
4436
|
if (!customElements.get('navigation-display-displayproductx4-outline-64px')) {
|
|
4275
4437
|
customElements.define('navigation-display-displayproductx4-outline-64px', DisplayDisplayProductX4Outline64);
|
|
4276
4438
|
}
|
|
4277
|
-
if (!customElements.get('navigation-display-displayproductx9-64px')) {
|
|
4278
|
-
customElements.define('navigation-display-displayproductx9-64px', DisplayDisplayProductX964);
|
|
4279
|
-
}
|
|
4280
4439
|
if (!customElements.get('navigation-display-externallink-64px')) {
|
|
4281
4440
|
customElements.define('navigation-display-externallink-64px', DisplayExternalLink64);
|
|
4282
4441
|
}
|
|
@@ -4310,9 +4469,6 @@ if (!customElements.get('navigation-display-refresh-64px')) {
|
|
|
4310
4469
|
if (!customElements.get('navigation-display-screenrotation-64px')) {
|
|
4311
4470
|
customElements.define('navigation-display-screenrotation-64px', DisplayScreenRotation64);
|
|
4312
4471
|
}
|
|
4313
|
-
if (!customElements.get('media-server-64px')) {
|
|
4314
|
-
customElements.define('media-server-64px', Server64);
|
|
4315
|
-
}
|
|
4316
4472
|
if (!customElements.get('navigation-display-search-64px')) {
|
|
4317
4473
|
customElements.define('navigation-display-search-64px', DisplaySearch64);
|
|
4318
4474
|
}
|
|
@@ -4367,15 +4523,18 @@ if (!customElements.get('navigation-publish-lock-64px')) {
|
|
|
4367
4523
|
if (!customElements.get('navigation-publish-send-64px')) {
|
|
4368
4524
|
customElements.define('navigation-publish-send-64px', PublishSend64);
|
|
4369
4525
|
}
|
|
4370
|
-
if (!customElements.get('navigation-publish-trashbin-64px')) {
|
|
4371
|
-
customElements.define('navigation-publish-trashbin-64px', PublishTrashbin64);
|
|
4372
|
-
}
|
|
4373
4526
|
if (!customElements.get('navigation-split-64px')) {
|
|
4374
4527
|
customElements.define('navigation-split-64px', Split64);
|
|
4375
4528
|
}
|
|
4376
4529
|
if (!customElements.get('payment-bill-64px')) {
|
|
4377
4530
|
customElements.define('payment-bill-64px', Bill64);
|
|
4378
4531
|
}
|
|
4532
|
+
if (!customElements.get('payment-bill-zloty-64px')) {
|
|
4533
|
+
customElements.define('payment-bill-zloty-64px', Billzloty64);
|
|
4534
|
+
}
|
|
4535
|
+
if (!customElements.get('navigation-publish-trashbin-64px')) {
|
|
4536
|
+
customElements.define('navigation-publish-trashbin-64px', PublishTrashbin64);
|
|
4537
|
+
}
|
|
4379
4538
|
if (!customElements.get('payment-cards-monochrome-americanexpress-64px')) {
|
|
4380
4539
|
customElements.define('payment-cards-monochrome-americanexpress-64px', CardsMonochromeAmericanExpress64);
|
|
4381
4540
|
}
|
|
@@ -4400,9 +4559,6 @@ if (!customElements.get('payment-cards-monochrome-maestro-64px')) {
|
|
|
4400
4559
|
if (!customElements.get('payment-cards-monochrome-mastercard-64px')) {
|
|
4401
4560
|
customElements.define('payment-cards-monochrome-mastercard-64px', CardsMonochromeMastercard64);
|
|
4402
4561
|
}
|
|
4403
|
-
if (!customElements.get('payment-cards-monochrome-oney-64px')) {
|
|
4404
|
-
customElements.define('payment-cards-monochrome-oney-64px', CardsMonochromeOney64);
|
|
4405
|
-
}
|
|
4406
4562
|
if (!customElements.get('payment-cards-monochrome-oneyx3-64px')) {
|
|
4407
4563
|
customElements.define('payment-cards-monochrome-oneyx3-64px', CardsMonochromeOneyX364);
|
|
4408
4564
|
}
|
|
@@ -4427,15 +4583,27 @@ if (!customElements.get('payment-euro-64px')) {
|
|
|
4427
4583
|
if (!customElements.get('payment-receipt-64px')) {
|
|
4428
4584
|
customElements.define('payment-receipt-64px', Receipt64);
|
|
4429
4585
|
}
|
|
4586
|
+
if (!customElements.get('payment-receipt-zloty-64px')) {
|
|
4587
|
+
customElements.define('payment-receipt-zloty-64px', Receiptzloty64);
|
|
4588
|
+
}
|
|
4589
|
+
if (!customElements.get('payment-cards-monochrome-oney-64px')) {
|
|
4590
|
+
customElements.define('payment-cards-monochrome-oney-64px', CardsMonochromeOney64);
|
|
4591
|
+
}
|
|
4430
4592
|
if (!customElements.get('payment-safepayment1-64px')) {
|
|
4431
4593
|
customElements.define('payment-safepayment1-64px', SafePayment164);
|
|
4432
4594
|
}
|
|
4433
4595
|
if (!customElements.get('payment-safepayment2-64px')) {
|
|
4434
4596
|
customElements.define('payment-safepayment2-64px', SafePayment264);
|
|
4435
4597
|
}
|
|
4598
|
+
if (!customElements.get('payment-zloty-64px')) {
|
|
4599
|
+
customElements.define('payment-zloty-64px', Zloty64);
|
|
4600
|
+
}
|
|
4436
4601
|
if (!customElements.get('product-aspect-quantity-64px')) {
|
|
4437
4602
|
customElements.define('product-aspect-quantity-64px', AspectQuantity64);
|
|
4438
4603
|
}
|
|
4604
|
+
if (!customElements.get('navigation-display-displayproductx9-64px')) {
|
|
4605
|
+
customElements.define('navigation-display-displayproductx9-64px', DisplayDisplayProductX964);
|
|
4606
|
+
}
|
|
4439
4607
|
if (!customElements.get('product-aspect-size-64px')) {
|
|
4440
4608
|
customElements.define('product-aspect-size-64px', AspectSize64);
|
|
4441
4609
|
}
|
|
@@ -4454,15 +4622,15 @@ if (!customElements.get('product-basket-multi-64px')) {
|
|
|
4454
4622
|
if (!customElements.get('product-basket-save-64px')) {
|
|
4455
4623
|
customElements.define('product-basket-save-64px', BasketSave64);
|
|
4456
4624
|
}
|
|
4457
|
-
if (!customElements.get('product-basket-standard-64px')) {
|
|
4458
|
-
customElements.define('product-basket-standard-64px', BasketStandard64);
|
|
4459
|
-
}
|
|
4460
4625
|
if (!customElements.get('product-list-add-64px')) {
|
|
4461
4626
|
customElements.define('product-list-add-64px', ListAdd64);
|
|
4462
4627
|
}
|
|
4463
4628
|
if (!customElements.get('product-list-standard-64px')) {
|
|
4464
4629
|
customElements.define('product-list-standard-64px', ListStandard64);
|
|
4465
4630
|
}
|
|
4631
|
+
if (!customElements.get('product-basket-standard-64px')) {
|
|
4632
|
+
customElements.define('product-basket-standard-64px', BasketStandard64);
|
|
4633
|
+
}
|
|
4466
4634
|
if (!customElements.get('product-promise-certification-64px')) {
|
|
4467
4635
|
customElements.define('product-promise-certification-64px', PromiseCertification64);
|
|
4468
4636
|
}
|
|
@@ -4505,12 +4673,12 @@ if (!customElements.get('product-promise-warranty-64px')) {
|
|
|
4505
4673
|
if (!customElements.get('project-describeproject-64px')) {
|
|
4506
4674
|
customElements.define('project-describeproject-64px', DescribeProject64);
|
|
4507
4675
|
}
|
|
4508
|
-
if (!customElements.get('project-inspiration-64px')) {
|
|
4509
|
-
customElements.define('project-inspiration-64px', Inspiration64);
|
|
4510
|
-
}
|
|
4511
4676
|
if (!customElements.get('project-makeproject-64px')) {
|
|
4512
4677
|
customElements.define('project-makeproject-64px', MakeProject64);
|
|
4513
4678
|
}
|
|
4679
|
+
if (!customElements.get('promise-funding-zloty-64px')) {
|
|
4680
|
+
customElements.define('promise-funding-zloty-64px', Fundingzloty64);
|
|
4681
|
+
}
|
|
4514
4682
|
if (!customElements.get('service-aftersales-aftersalesservice-64px')) {
|
|
4515
4683
|
customElements.define('service-aftersales-aftersalesservice-64px', AfterSalesAfterSalesService64);
|
|
4516
4684
|
}
|
|
@@ -4529,8 +4697,8 @@ if (!customElements.get('service-custom-copykey-64px')) {
|
|
|
4529
4697
|
if (!customElements.get('service-custom-course-64px')) {
|
|
4530
4698
|
customElements.define('service-custom-course-64px', CustomCourse64);
|
|
4531
4699
|
}
|
|
4532
|
-
if (!customElements.get('
|
|
4533
|
-
customElements.define('
|
|
4700
|
+
if (!customElements.get('project-inspiration-64px')) {
|
|
4701
|
+
customElements.define('project-inspiration-64px', Inspiration64);
|
|
4534
4702
|
}
|
|
4535
4703
|
if (!customElements.get('service-custom-sample-64px')) {
|
|
4536
4704
|
customElements.define('service-custom-sample-64px', CustomSample64);
|
|
@@ -4550,18 +4718,18 @@ if (!customElements.get('service-delivery-delivery--home-64px')) {
|
|
|
4550
4718
|
if (!customElements.get('service-delivery-delivery--locker-64px')) {
|
|
4551
4719
|
customElements.define('service-delivery-delivery--locker-64px', DeliveryDeliveryLocker64);
|
|
4552
4720
|
}
|
|
4553
|
-
if (!customElements.get('service-pallet-64px')) {
|
|
4554
|
-
customElements.define('service-pallet-64px', Pallet64);
|
|
4555
|
-
}
|
|
4556
4721
|
if (!customElements.get('service-purchasehelp-carrent-64px')) {
|
|
4557
4722
|
customElements.define('service-purchasehelp-carrent-64px', PurchaseHelpCarRent64);
|
|
4558
4723
|
}
|
|
4559
|
-
if (!customElements.get('service-
|
|
4560
|
-
customElements.define('service-
|
|
4724
|
+
if (!customElements.get('service-pallet-64px')) {
|
|
4725
|
+
customElements.define('service-pallet-64px', Pallet64);
|
|
4561
4726
|
}
|
|
4562
4727
|
if (!customElements.get('service-purchasehelp-homeinstall-64px')) {
|
|
4563
4728
|
customElements.define('service-purchasehelp-homeinstall-64px', PurchaseHelpHomeInstall64);
|
|
4564
4729
|
}
|
|
4730
|
+
if (!customElements.get('service-purchasehelp-homediy-64px')) {
|
|
4731
|
+
customElements.define('service-purchasehelp-homediy-64px', PurchaseHelpHomeDIY64);
|
|
4732
|
+
}
|
|
4565
4733
|
if (!customElements.get('service-purchasehelp-toolrent-64px')) {
|
|
4566
4734
|
customElements.define('service-purchasehelp-toolrent-64px', PurchaseHelpToolRent64);
|
|
4567
4735
|
}
|
|
@@ -4595,21 +4763,18 @@ if (!customElements.get('social-comment-community-64px')) {
|
|
|
4595
4763
|
if (!customElements.get('social-comment-question--article-64px')) {
|
|
4596
4764
|
customElements.define('social-comment-question--article-64px', CommentQuestionArticle64);
|
|
4597
4765
|
}
|
|
4766
|
+
if (!customElements.get('service-custom-cutwoodglass-64px')) {
|
|
4767
|
+
customElements.define('service-custom-cutwoodglass-64px', CustomCutWoodGlass64);
|
|
4768
|
+
}
|
|
4598
4769
|
if (!customElements.get('social-comment-report-64px')) {
|
|
4599
4770
|
customElements.define('social-comment-report-64px', CommentReport64);
|
|
4600
4771
|
}
|
|
4601
|
-
if (!customElements.get('social-share-shareandroid-64px')) {
|
|
4602
|
-
customElements.define('social-share-shareandroid-64px', ShareShareAndroid64);
|
|
4603
|
-
}
|
|
4604
4772
|
if (!customElements.get('social-share-shareios-64px')) {
|
|
4605
4773
|
customElements.define('social-share-shareios-64px', ShareShareIOS64);
|
|
4606
4774
|
}
|
|
4607
4775
|
if (!customElements.get('social-socialnetwork-facebook-64px')) {
|
|
4608
4776
|
customElements.define('social-socialnetwork-facebook-64px', SocialNetworkFacebook64);
|
|
4609
4777
|
}
|
|
4610
|
-
if (!customElements.get('social-socialnetwork-instagram-64px')) {
|
|
4611
|
-
customElements.define('social-socialnetwork-instagram-64px', SocialNetworkInstagram64);
|
|
4612
|
-
}
|
|
4613
4778
|
if (!customElements.get('social-socialnetwork-linkedin-64px')) {
|
|
4614
4779
|
customElements.define('social-socialnetwork-linkedin-64px', SocialNetworkLinkedin64);
|
|
4615
4780
|
}
|
|
@@ -4619,12 +4784,12 @@ if (!customElements.get('social-socialnetwork-pinterest-64px')) {
|
|
|
4619
4784
|
if (!customElements.get('social-socialnetwork-twitter-64px')) {
|
|
4620
4785
|
customElements.define('social-socialnetwork-twitter-64px', SocialNetworkTwitter64);
|
|
4621
4786
|
}
|
|
4622
|
-
if (!customElements.get('social-socialnetwork-youtube-64px')) {
|
|
4623
|
-
customElements.define('social-socialnetwork-youtube-64px', SocialNetworkYoutube64);
|
|
4624
|
-
}
|
|
4625
4787
|
if (!customElements.get('social-view-like--negative-64px')) {
|
|
4626
4788
|
customElements.define('social-view-like--negative-64px', ViewLikeNegative64);
|
|
4627
4789
|
}
|
|
4790
|
+
if (!customElements.get('social-view-like--positive-64px')) {
|
|
4791
|
+
customElements.define('social-view-like--positive-64px', ViewLikePositive64);
|
|
4792
|
+
}
|
|
4628
4793
|
if (!customElements.get('social-view-star--empty-64px')) {
|
|
4629
4794
|
customElements.define('social-view-star--empty-64px', ViewStarEmpty64);
|
|
4630
4795
|
}
|
|
@@ -4640,6 +4805,9 @@ if (!customElements.get('social-view-testerview-64px')) {
|
|
|
4640
4805
|
if (!customElements.get('store-itinerary-64px')) {
|
|
4641
4806
|
customElements.define('store-itinerary-64px', Itinerary64);
|
|
4642
4807
|
}
|
|
4808
|
+
if (!customElements.get('store-locator-64px')) {
|
|
4809
|
+
customElements.define('store-locator-64px', Locator64);
|
|
4810
|
+
}
|
|
4643
4811
|
if (!customElements.get('store-logo-64px')) {
|
|
4644
4812
|
customElements.define('store-logo-64px', Logo64);
|
|
4645
4813
|
}
|
|
@@ -4652,14 +4820,23 @@ if (!customElements.get('store-monochrome-relaylocation-64px')) {
|
|
|
4652
4820
|
if (!customElements.get('store-monochrome-storelocation-64px')) {
|
|
4653
4821
|
customElements.define('store-monochrome-storelocation-64px', MonochromeStoreLocation64);
|
|
4654
4822
|
}
|
|
4823
|
+
if (!customElements.get('store-monochrome-storelocation-bm-64px')) {
|
|
4824
|
+
customElements.define('store-monochrome-storelocation-bm-64px', MonochromeStoreLocationbm64);
|
|
4825
|
+
}
|
|
4826
|
+
if (!customElements.get('store-storebm-64px')) {
|
|
4827
|
+
customElements.define('store-storebm-64px', StoreBM64);
|
|
4828
|
+
}
|
|
4655
4829
|
if (!customElements.get('store-storelm-64px')) {
|
|
4656
4830
|
customElements.define('store-storelm-64px', StoreLM64);
|
|
4657
4831
|
}
|
|
4658
4832
|
if (!customElements.get('universe-attic-64px')) {
|
|
4659
4833
|
customElements.define('universe-attic-64px', Attic64);
|
|
4660
4834
|
}
|
|
4661
|
-
if (!customElements.get('
|
|
4662
|
-
customElements.define('
|
|
4835
|
+
if (!customElements.get('social-socialnetwork-youtube-64px')) {
|
|
4836
|
+
customElements.define('social-socialnetwork-youtube-64px', SocialNetworkYoutube64);
|
|
4837
|
+
}
|
|
4838
|
+
if (!customElements.get('social-socialnetwork-instagram-64px')) {
|
|
4839
|
+
customElements.define('social-socialnetwork-instagram-64px', SocialNetworkInstagram64);
|
|
4663
4840
|
}
|
|
4664
4841
|
if (!customElements.get('universe-bedroom-64px')) {
|
|
4665
4842
|
customElements.define('universe-bedroom-64px', Bedroom64);
|
|
@@ -4673,6 +4850,9 @@ if (!customElements.get('universe-christmastree-64px')) {
|
|
|
4673
4850
|
if (!customElements.get('universe-connectedhome-64px')) {
|
|
4674
4851
|
customElements.define('universe-connectedhome-64px', ConnectedHome64);
|
|
4675
4852
|
}
|
|
4853
|
+
if (!customElements.get('universe-bathroom-64px')) {
|
|
4854
|
+
customElements.define('universe-bathroom-64px', Bathroom64);
|
|
4855
|
+
}
|
|
4676
4856
|
if (!customElements.get('universe-curtains-64px')) {
|
|
4677
4857
|
customElements.define('universe-curtains-64px', Curtains64);
|
|
4678
4858
|
}
|
|
@@ -4691,12 +4871,12 @@ if (!customElements.get('universe-enki-64px')) {
|
|
|
4691
4871
|
if (!customElements.get('universe-floor-64px')) {
|
|
4692
4872
|
customElements.define('universe-floor-64px', Floor64);
|
|
4693
4873
|
}
|
|
4694
|
-
if (!customElements.get('universe-garage-64px')) {
|
|
4695
|
-
customElements.define('universe-garage-64px', Garage64);
|
|
4696
|
-
}
|
|
4697
4874
|
if (!customElements.get('universe-garden-64px')) {
|
|
4698
4875
|
customElements.define('universe-garden-64px', Garden64);
|
|
4699
4876
|
}
|
|
4877
|
+
if (!customElements.get('universe-garage-64px')) {
|
|
4878
|
+
customElements.define('universe-garage-64px', Garage64);
|
|
4879
|
+
}
|
|
4700
4880
|
if (!customElements.get('universe-garden1-64px')) {
|
|
4701
4881
|
customElements.define('universe-garden1-64px', Garden164);
|
|
4702
4882
|
}
|
|
@@ -4718,21 +4898,18 @@ if (!customElements.get('universe-heater-64px')) {
|
|
|
4718
4898
|
if (!customElements.get('universe-insulation-alt-64px')) {
|
|
4719
4899
|
customElements.define('universe-insulation-alt-64px', Insulationalt64);
|
|
4720
4900
|
}
|
|
4901
|
+
if (!customElements.get('universe-kids-64px')) {
|
|
4902
|
+
customElements.define('universe-kids-64px', Kids64);
|
|
4903
|
+
}
|
|
4721
4904
|
if (!customElements.get('universe-kitchen-64px')) {
|
|
4722
4905
|
customElements.define('universe-kitchen-64px', Kitchen64);
|
|
4723
4906
|
}
|
|
4724
|
-
if (!customElements.get('store-locator-64px')) {
|
|
4725
|
-
customElements.define('store-locator-64px', Locator64);
|
|
4726
|
-
}
|
|
4727
4907
|
if (!customElements.get('universe-kitchen-alt-64px')) {
|
|
4728
4908
|
customElements.define('universe-kitchen-alt-64px', Kitchenalt64);
|
|
4729
4909
|
}
|
|
4730
4910
|
if (!customElements.get('universe-kitchen2-64px')) {
|
|
4731
4911
|
customElements.define('universe-kitchen2-64px', Kitchen264);
|
|
4732
4912
|
}
|
|
4733
|
-
if (!customElements.get('universe-leak-64px')) {
|
|
4734
|
-
customElements.define('universe-leak-64px', Leak64);
|
|
4735
|
-
}
|
|
4736
4913
|
if (!customElements.get('universe-lighting-64px')) {
|
|
4737
4914
|
customElements.define('universe-lighting-64px', Lighting64);
|
|
4738
4915
|
}
|
|
@@ -4742,8 +4919,8 @@ if (!customElements.get('universe-living-64px')) {
|
|
|
4742
4919
|
if (!customElements.get('universe-makeit-64px')) {
|
|
4743
4920
|
customElements.define('universe-makeit-64px', MakeIt64);
|
|
4744
4921
|
}
|
|
4745
|
-
if (!customElements.get('
|
|
4746
|
-
customElements.define('
|
|
4922
|
+
if (!customElements.get('social-share-shareandroid-64px')) {
|
|
4923
|
+
customElements.define('social-share-shareandroid-64px', ShareShareAndroid64);
|
|
4747
4924
|
}
|
|
4748
4925
|
if (!customElements.get('universe-paint-64px')) {
|
|
4749
4926
|
customElements.define('universe-paint-64px', Paint64);
|
|
@@ -4751,8 +4928,8 @@ if (!customElements.get('universe-paint-64px')) {
|
|
|
4751
4928
|
if (!customElements.get('universe-pool-64px')) {
|
|
4752
4929
|
customElements.define('universe-pool-64px', Pool64);
|
|
4753
4930
|
}
|
|
4754
|
-
if (!customElements.get('universe-
|
|
4755
|
-
customElements.define('universe-
|
|
4931
|
+
if (!customElements.get('universe-renewable-energy-64px')) {
|
|
4932
|
+
customElements.define('universe-renewable-energy-64px', Renewableenergy64);
|
|
4756
4933
|
}
|
|
4757
4934
|
if (!customElements.get('universe-security-64px')) {
|
|
4758
4935
|
customElements.define('universe-security-64px', Security64);
|
|
@@ -4763,12 +4940,27 @@ if (!customElements.get('universe-stairs-64px')) {
|
|
|
4763
4940
|
if (!customElements.get('universe-terrace-64px')) {
|
|
4764
4941
|
customElements.define('universe-terrace-64px', Terrace64);
|
|
4765
4942
|
}
|
|
4766
|
-
if (!customElements.get('universe-
|
|
4767
|
-
customElements.define('universe-
|
|
4943
|
+
if (!customElements.get('universe-masonry-alt-64px')) {
|
|
4944
|
+
customElements.define('universe-masonry-alt-64px', Masonryalt64);
|
|
4768
4945
|
}
|
|
4769
4946
|
if (!customElements.get('universe-tool-64px')) {
|
|
4770
4947
|
customElements.define('universe-tool-64px', Tool64);
|
|
4771
4948
|
}
|
|
4949
|
+
if (!customElements.get('universe-wallpaper-64px')) {
|
|
4950
|
+
customElements.define('universe-wallpaper-64px', Wallpaper64);
|
|
4951
|
+
}
|
|
4952
|
+
if (!customElements.get('universe-wood-64px')) {
|
|
4953
|
+
customElements.define('universe-wood-64px', Wood64);
|
|
4954
|
+
}
|
|
4955
|
+
if (!customElements.get('universe-leak-64px')) {
|
|
4956
|
+
customElements.define('universe-leak-64px', Leak64);
|
|
4957
|
+
}
|
|
4958
|
+
if (!customElements.get('universe-wood-flooring-64px')) {
|
|
4959
|
+
customElements.define('universe-wood-flooring-64px', Woodflooring64);
|
|
4960
|
+
}
|
|
4961
|
+
if (!customElements.get('universe-wood-flooring-alt-64px')) {
|
|
4962
|
+
customElements.define('universe-wood-flooring-alt-64px', Woodflooringalt64);
|
|
4963
|
+
}
|
|
4772
4964
|
if (!customElements.get('universe-woodsaw-64px')) {
|
|
4773
4965
|
customElements.define('universe-woodsaw-64px', WoodSaw64);
|
|
4774
4966
|
}
|
|
@@ -4784,15 +4976,18 @@ if (!customElements.get('user-account-customer--pro-64px')) {
|
|
|
4784
4976
|
if (!customElements.get('user-account-profile--man-64px')) {
|
|
4785
4977
|
customElements.define('user-account-profile--man-64px', AccountProfileMan64);
|
|
4786
4978
|
}
|
|
4787
|
-
if (!customElements.get('user-account-profile--woman-64px')) {
|
|
4788
|
-
customElements.define('user-account-profile--woman-64px', AccountProfileWoman64);
|
|
4789
|
-
}
|
|
4790
4979
|
if (!customElements.get('user-account-profile--view-64px')) {
|
|
4791
4980
|
customElements.define('user-account-profile--view-64px', AccountProfileView64);
|
|
4792
4981
|
}
|
|
4982
|
+
if (!customElements.get('user-account-profile--woman-64px')) {
|
|
4983
|
+
customElements.define('user-account-profile--woman-64px', AccountProfileWoman64);
|
|
4984
|
+
}
|
|
4793
4985
|
if (!customElements.get('user-card-funding-64px')) {
|
|
4794
4986
|
customElements.define('user-card-funding-64px', CardFunding64);
|
|
4795
4987
|
}
|
|
4988
|
+
if (!customElements.get('user-card-funding-zloty-64px')) {
|
|
4989
|
+
customElements.define('user-card-funding-zloty-64px', CardFundingzloty64);
|
|
4990
|
+
}
|
|
4796
4991
|
if (!customElements.get('user-card-gift-64px')) {
|
|
4797
4992
|
customElements.define('user-card-gift-64px', CardGift64);
|
|
4798
4993
|
}
|
|
@@ -4802,9 +4997,6 @@ if (!customElements.get('user-card-idcard-64px')) {
|
|
|
4802
4997
|
if (!customElements.get('user-card-loyaltycard-64px')) {
|
|
4803
4998
|
customElements.define('user-card-loyaltycard-64px', CardLoyaltyCard64);
|
|
4804
4999
|
}
|
|
4805
|
-
if (!customElements.get('user-contact-mail-64px')) {
|
|
4806
|
-
customElements.define('user-contact-mail-64px', ContactMail64);
|
|
4807
|
-
}
|
|
4808
5000
|
if (!customElements.get('user-contact-phone-64px')) {
|
|
4809
5001
|
customElements.define('user-contact-phone-64px', ContactPhone64);
|
|
4810
5002
|
}
|
|
@@ -4829,6 +5021,9 @@ if (!customElements.get('various-apartment-64px')) {
|
|
|
4829
5021
|
if (!customElements.get('various-balcony-64px')) {
|
|
4830
5022
|
customElements.define('various-balcony-64px', Balcony64);
|
|
4831
5023
|
}
|
|
5024
|
+
if (!customElements.get('various-blower-64px')) {
|
|
5025
|
+
customElements.define('various-blower-64px', Blower64);
|
|
5026
|
+
}
|
|
4832
5027
|
if (!customElements.get('various-company-64px')) {
|
|
4833
5028
|
customElements.define('various-company-64px', Company64);
|
|
4834
5029
|
}
|
|
@@ -4847,8 +5042,8 @@ if (!customElements.get('various-house-64px')) {
|
|
|
4847
5042
|
if (!customElements.get('various-increasevalue-64px')) {
|
|
4848
5043
|
customElements.define('various-increasevalue-64px', IncreaseValue64);
|
|
4849
5044
|
}
|
|
4850
|
-
if (!customElements.get('
|
|
4851
|
-
customElements.define('
|
|
5045
|
+
if (!customElements.get('user-contact-mail-64px')) {
|
|
5046
|
+
customElements.define('user-contact-mail-64px', ContactMail64);
|
|
4852
5047
|
}
|
|
4853
5048
|
if (!customElements.get('various-lessondiy-64px')) {
|
|
4854
5049
|
customElements.define('various-lessondiy-64px', LessonDIY64);
|
|
@@ -4871,9 +5066,6 @@ if (!customElements.get('various-pipe-64px')) {
|
|
|
4871
5066
|
if (!customElements.get('various-premium-64px')) {
|
|
4872
5067
|
customElements.define('various-premium-64px', Premium64);
|
|
4873
5068
|
}
|
|
4874
|
-
if (!customElements.get('various-shutter-64px')) {
|
|
4875
|
-
customElements.define('various-shutter-64px', Shutter64);
|
|
4876
|
-
}
|
|
4877
5069
|
if (!customElements.get('various-survey-64px')) {
|
|
4878
5070
|
customElements.define('various-survey-64px', Survey64);
|
|
4879
5071
|
}
|
|
@@ -4883,6 +5075,9 @@ if (!customElements.get('various-temperature-64px')) {
|
|
|
4883
5075
|
if (!customElements.get('various-thermalcontrol-64px')) {
|
|
4884
5076
|
customElements.define('various-thermalcontrol-64px', ThermalControl64);
|
|
4885
5077
|
}
|
|
5078
|
+
if (!customElements.get('various-insulation-64px')) {
|
|
5079
|
+
customElements.define('various-insulation-64px', Insulation64);
|
|
5080
|
+
}
|
|
4886
5081
|
if (!customElements.get('various-toolbox-64px')) {
|
|
4887
5082
|
customElements.define('various-toolbox-64px', ToolBox64);
|
|
4888
5083
|
}
|
|
@@ -4892,9 +5087,6 @@ if (!customElements.get('media-player-96px')) {
|
|
|
4892
5087
|
if (!customElements.get('media-view360-96px')) {
|
|
4893
5088
|
customElements.define('media-view360-96px', View36096);
|
|
4894
5089
|
}
|
|
4895
|
-
if (!customElements.get('
|
|
4896
|
-
customElements.define('
|
|
4897
|
-
}
|
|
4898
|
-
if (!customElements.get('various-blower-64px')) {
|
|
4899
|
-
customElements.define('various-blower-64px', Blower64);
|
|
5090
|
+
if (!customElements.get('various-shutter-64px')) {
|
|
5091
|
+
customElements.define('various-shutter-64px', Shutter64);
|
|
4900
5092
|
}
|