@rei/cedar 11.0.0-alpha.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/LICENSE +21 -0
- package/README.md +120 -0
- package/dist/cdr-fonts.css +21 -0
- package/dist/cedar-compiled.css +4788 -0
- package/dist/cedar.js +11677 -0
- package/dist/cedar.mjs +9944 -0
- package/dist/lib/assets/cedar-compiled-fccbce00.css +4714 -0
- package/dist/lib/node_modules/@rei/cdr-tokens/dist/js/cdr-tokens.esm.mjs +9 -0
- package/dist/lib/src/components/accordion/CdrAccordion.mjs +206 -0
- package/dist/lib/src/components/accordion/CdrAccordionGroup.mjs +124 -0
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +3 -0
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +3 -0
- package/dist/lib/src/components/banner/CdrBanner.mjs +75 -0
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +3 -0
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.mjs +170 -0
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +3 -0
- package/dist/lib/src/components/button/CdrButton.mjs +128 -0
- package/dist/lib/src/components/button/styles/CdrButton.mjs +3 -0
- package/dist/lib/src/components/caption/CdrCaption.mjs +38 -0
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +3 -0
- package/dist/lib/src/components/card/CdrCard.mjs +35 -0
- package/dist/lib/src/components/card/styles/CdrCard.mjs +3 -0
- package/dist/lib/src/components/checkbox/CdrCheckbox.mjs +182 -0
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +3 -0
- package/dist/lib/src/components/chip/CdrChip.mjs +36 -0
- package/dist/lib/src/components/chip/CdrChipGroup.mjs +108 -0
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +3 -0
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +3 -0
- package/dist/lib/src/components/container/CdrContainer.mjs +51 -0
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +3 -0
- package/dist/lib/src/components/flex-grid/CdrCol.mjs +189 -0
- package/dist/lib/src/components/flex-grid/CdrRow.mjs +231 -0
- package/dist/lib/src/components/flex-grid/styles/CdrCol.mjs +3 -0
- package/dist/lib/src/components/flex-grid/styles/CdrRow.mjs +3 -0
- package/dist/lib/src/components/formError/CdrFormError.mjs +31 -0
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +3 -0
- package/dist/lib/src/components/formGroup/CdrFormGroup.mjs +95 -0
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +3 -0
- package/dist/lib/src/components/grid/CdrGrid.mjs +59 -0
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +3 -0
- package/dist/lib/src/components/icon/CdrIcon.mjs +76 -0
- package/dist/lib/src/components/icon/comps/account-profile-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/account-profile.mjs +32 -0
- package/dist/lib/src/components/icon/comps/arrow-down.mjs +32 -0
- package/dist/lib/src/components/icon/comps/arrow-left.mjs +32 -0
- package/dist/lib/src/components/icon/comps/arrow-right.mjs +32 -0
- package/dist/lib/src/components/icon/comps/arrow-up.mjs +32 -0
- package/dist/lib/src/components/icon/comps/atv.mjs +32 -0
- package/dist/lib/src/components/icon/comps/bed-outline.mjs +32 -0
- package/dist/lib/src/components/icon/comps/bike-shop.mjs +32 -0
- package/dist/lib/src/components/icon/comps/binoculars.mjs +32 -0
- package/dist/lib/src/components/icon/comps/birding.mjs +32 -0
- package/dist/lib/src/components/icon/comps/boat.mjs +32 -0
- package/dist/lib/src/components/icon/comps/boating.mjs +32 -0
- package/dist/lib/src/components/icon/comps/bookmark-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/bookmark-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/brand-abstract.mjs +32 -0
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.mjs +32 -0
- package/dist/lib/src/components/icon/comps/brand-github.mjs +32 -0
- package/dist/lib/src/components/icon/comps/brand-linkedin.mjs +32 -0
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.mjs +32 -0
- package/dist/lib/src/components/icon/comps/brand-sketch.mjs +32 -0
- package/dist/lib/src/components/icon/comps/buddies.mjs +32 -0
- package/dist/lib/src/components/icon/comps/bus.mjs +32 -0
- package/dist/lib/src/components/icon/comps/calendar.mjs +32 -0
- package/dist/lib/src/components/icon/comps/camera.mjs +32 -0
- package/dist/lib/src/components/icon/comps/canoe.mjs +32 -0
- package/dist/lib/src/components/icon/comps/car.mjs +32 -0
- package/dist/lib/src/components/icon/comps/caret-down.mjs +32 -0
- package/dist/lib/src/components/icon/comps/caret-left.mjs +32 -0
- package/dist/lib/src/components/icon/comps/caret-right.mjs +32 -0
- package/dist/lib/src/components/icon/comps/caret-up.mjs +32 -0
- package/dist/lib/src/components/icon/comps/cart-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/cart.mjs +32 -0
- package/dist/lib/src/components/icon/comps/chain-link.mjs +32 -0
- package/dist/lib/src/components/icon/comps/chat.mjs +32 -0
- package/dist/lib/src/components/icon/comps/check-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/check-lg.mjs +32 -0
- package/dist/lib/src/components/icon/comps/check-sm.mjs +32 -0
- package/dist/lib/src/components/icon/comps/check-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/climb.mjs +32 -0
- package/dist/lib/src/components/icon/comps/clipboard.mjs +32 -0
- package/dist/lib/src/components/icon/comps/clock.mjs +32 -0
- package/dist/lib/src/components/icon/comps/code-html.mjs +32 -0
- package/dist/lib/src/components/icon/comps/code-js.mjs +32 -0
- package/dist/lib/src/components/icon/comps/compass.mjs +32 -0
- package/dist/lib/src/components/icon/comps/copy.mjs +32 -0
- package/dist/lib/src/components/icon/comps/coupon-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/coupon-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/credit-card.mjs +32 -0
- package/dist/lib/src/components/icon/comps/curbside-pickup.mjs +32 -0
- package/dist/lib/src/components/icon/comps/day.mjs +32 -0
- package/dist/lib/src/components/icon/comps/diving.mjs +32 -0
- package/dist/lib/src/components/icon/comps/dog.mjs +32 -0
- package/dist/lib/src/components/icon/comps/download.mjs +32 -0
- package/dist/lib/src/components/icon/comps/edit.mjs +32 -0
- package/dist/lib/src/components/icon/comps/elevation.mjs +32 -0
- package/dist/lib/src/components/icon/comps/error-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/error-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/expand.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-backpacking.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-camping.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-climbing.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-clothing.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-cycling.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-family.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-fitness.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-hiking.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-paddling.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-rentals.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-snowsports.mjs +32 -0
- package/dist/lib/src/components/icon/comps/experiences-travel.mjs +32 -0
- package/dist/lib/src/components/icon/comps/external-link.mjs +32 -0
- package/dist/lib/src/components/icon/comps/eye-hide.mjs +32 -0
- package/dist/lib/src/components/icon/comps/eye-show.mjs +32 -0
- package/dist/lib/src/components/icon/comps/facebook.mjs +32 -0
- package/dist/lib/src/components/icon/comps/filter-alt.mjs +32 -0
- package/dist/lib/src/components/icon/comps/filter.mjs +32 -0
- package/dist/lib/src/components/icon/comps/find-location.mjs +32 -0
- package/dist/lib/src/components/icon/comps/fire.mjs +32 -0
- package/dist/lib/src/components/icon/comps/fishing.mjs +32 -0
- package/dist/lib/src/components/icon/comps/free-product.mjs +32 -0
- package/dist/lib/src/components/icon/comps/grid-view.mjs +32 -0
- package/dist/lib/src/components/icon/comps/heart-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/heart-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/hike.mjs +32 -0
- package/dist/lib/src/components/icon/comps/history.mjs +32 -0
- package/dist/lib/src/components/icon/comps/home.mjs +32 -0
- package/dist/lib/src/components/icon/comps/horse.mjs +32 -0
- package/dist/lib/src/components/icon/comps/horseshoe.mjs +32 -0
- package/dist/lib/src/components/icon/comps/image.mjs +32 -0
- package/dist/lib/src/components/icon/comps/information-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/information-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/instagram.mjs +32 -0
- package/dist/lib/src/components/icon/comps/kayak.mjs +32 -0
- package/dist/lib/src/components/icon/comps/list-ragged.mjs +32 -0
- package/dist/lib/src/components/icon/comps/list-view.mjs +32 -0
- package/dist/lib/src/components/icon/comps/location-pin-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/location-pin-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/lock-locked-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/mail.mjs +32 -0
- package/dist/lib/src/components/icon/comps/map.mjs +32 -0
- package/dist/lib/src/components/icon/comps/member-card.mjs +32 -0
- package/dist/lib/src/components/icon/comps/microphone.mjs +32 -0
- package/dist/lib/src/components/icon/comps/minus-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/minus-lg.mjs +32 -0
- package/dist/lib/src/components/icon/comps/minus-sm.mjs +32 -0
- package/dist/lib/src/components/icon/comps/minus-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/more-functions.mjs +32 -0
- package/dist/lib/src/components/icon/comps/my-location.mjs +32 -0
- package/dist/lib/src/components/icon/comps/navigation-menu.mjs +32 -0
- package/dist/lib/src/components/icon/comps/night.mjs +32 -0
- package/dist/lib/src/components/icon/comps/paddle.mjs +32 -0
- package/dist/lib/src/components/icon/comps/pause-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/pause-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/pause.mjs +32 -0
- package/dist/lib/src/components/icon/comps/photography.mjs +32 -0
- package/dist/lib/src/components/icon/comps/picnic.mjs +32 -0
- package/dist/lib/src/components/icon/comps/pinterest.mjs +32 -0
- package/dist/lib/src/components/icon/comps/plane.mjs +32 -0
- package/dist/lib/src/components/icon/comps/play-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/play-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/play.mjs +32 -0
- package/dist/lib/src/components/icon/comps/playground.mjs +32 -0
- package/dist/lib/src/components/icon/comps/plugin.mjs +32 -0
- package/dist/lib/src/components/icon/comps/plus-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/plus-lg.mjs +32 -0
- package/dist/lib/src/components/icon/comps/plus-sm.mjs +32 -0
- package/dist/lib/src/components/icon/comps/plus-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/print.mjs +32 -0
- package/dist/lib/src/components/icon/comps/protection-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/protection-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/question-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/question-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/refresh.mjs +32 -0
- package/dist/lib/src/components/icon/comps/reload.mjs +32 -0
- package/dist/lib/src/components/icon/comps/returns.mjs +32 -0
- package/dist/lib/src/components/icon/comps/run.mjs +32 -0
- package/dist/lib/src/components/icon/comps/scan-barcode.mjs +32 -0
- package/dist/lib/src/components/icon/comps/search.mjs +32 -0
- package/dist/lib/src/components/icon/comps/service-shop.mjs +32 -0
- package/dist/lib/src/components/icon/comps/shipping.mjs +32 -0
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/shopping-bag.mjs +32 -0
- package/dist/lib/src/components/icon/comps/shrink.mjs +32 -0
- package/dist/lib/src/components/icon/comps/size-chart.mjs +32 -0
- package/dist/lib/src/components/icon/comps/ski-boot.mjs +32 -0
- package/dist/lib/src/components/icon/comps/ski.mjs +32 -0
- package/dist/lib/src/components/icon/comps/snow-shop.mjs +32 -0
- package/dist/lib/src/components/icon/comps/snow.mjs +32 -0
- package/dist/lib/src/components/icon/comps/sort.mjs +32 -0
- package/dist/lib/src/components/icon/comps/star-100.mjs +32 -0
- package/dist/lib/src/components/icon/comps/star-25.mjs +32 -0
- package/dist/lib/src/components/icon/comps/star-50.mjs +32 -0
- package/dist/lib/src/components/icon/comps/star-75.mjs +32 -0
- package/dist/lib/src/components/icon/comps/star-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/storefront.mjs +32 -0
- package/dist/lib/src/components/icon/comps/swim.mjs +32 -0
- package/dist/lib/src/components/icon/comps/telephone.mjs +32 -0
- package/dist/lib/src/components/icon/comps/tent.mjs +32 -0
- package/dist/lib/src/components/icon/comps/trash.mjs +32 -0
- package/dist/lib/src/components/icon/comps/twitter.mjs +32 -0
- package/dist/lib/src/components/icon/comps/upload.mjs +32 -0
- package/dist/lib/src/components/icon/comps/verified-purchaser.mjs +32 -0
- package/dist/lib/src/components/icon/comps/virtual-outfitting.mjs +32 -0
- package/dist/lib/src/components/icon/comps/warning-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/warning-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/water.mjs +32 -0
- package/dist/lib/src/components/icon/comps/wilderness.mjs +32 -0
- package/dist/lib/src/components/icon/comps/x-fill.mjs +32 -0
- package/dist/lib/src/components/icon/comps/x-lg.mjs +32 -0
- package/dist/lib/src/components/icon/comps/x-sm.mjs +32 -0
- package/dist/lib/src/components/icon/comps/x-stroke.mjs +32 -0
- package/dist/lib/src/components/icon/comps/youtube.mjs +32 -0
- package/dist/lib/src/components/icon/comps/zoom-in.mjs +32 -0
- package/dist/lib/src/components/icon/comps/zoom-out.mjs +32 -0
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +3 -0
- package/dist/lib/src/components/image/CdrImg.mjs +151 -0
- package/dist/lib/src/components/image/styles/CdrImg.mjs +3 -0
- package/dist/lib/src/components/input/CdrInput.mjs +296 -0
- package/dist/lib/src/components/input/styles/CdrInput.mjs +3 -0
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.mjs +85 -0
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +3 -0
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.mjs +56 -0
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +3 -0
- package/dist/lib/src/components/link/CdrLink.mjs +77 -0
- package/dist/lib/src/components/link/styles/CdrLink.mjs +3 -0
- package/dist/lib/src/components/list/CdrList.mjs +44 -0
- package/dist/lib/src/components/list/styles/CdrList.mjs +3 -0
- package/dist/lib/src/components/modal/CdrModal.mjs +375 -0
- package/dist/lib/src/components/modal/onTransitionEnd.mjs +42 -0
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +3 -0
- package/dist/lib/src/components/pagination/CdrPagination.mjs +479 -0
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +3 -0
- package/dist/lib/src/components/popover/CdrPopover.mjs +158 -0
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +3 -0
- package/dist/lib/src/components/popup/CdrPopup.mjs +284 -0
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +3 -0
- package/dist/lib/src/components/quote/CdrQuote.mjs +68 -0
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +3 -0
- package/dist/lib/src/components/radio/CdrRadio.mjs +154 -0
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +3 -0
- package/dist/lib/src/components/rating/CdrRating.mjs +200 -0
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +3 -0
- package/dist/lib/src/components/select/CdrSelect.mjs +285 -0
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +3 -0
- package/dist/lib/src/components/table/CdrTable.mjs +79 -0
- package/dist/lib/src/components/table/styles/CdrTable.mjs +3 -0
- package/dist/lib/src/components/tabs/CdrTabPanel.mjs +107 -0
- package/dist/lib/src/components/tabs/CdrTabs.mjs +385 -0
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +3 -0
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +3 -0
- package/dist/lib/src/components/text/CdrText.mjs +44 -0
- package/dist/lib/src/components/text/styles/CdrText.mjs +3 -0
- package/dist/lib/src/components/toast/CdrToast.mjs +129 -0
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +3 -0
- package/dist/lib/src/components/tooltip/CdrTooltip.mjs +126 -0
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +3 -0
- package/dist/lib/src/index.mjs +211 -0
- package/dist/lib/src/mixins/breakpoints.mjs +26 -0
- package/dist/lib/src/mixins/buildClass.mjs +97 -0
- package/dist/lib/src/mixins/fullWidth.mjs +47 -0
- package/dist/lib/src/mixins/modifier.mjs +22 -0
- package/dist/lib/src/mixins/size.mjs +39 -0
- package/dist/lib/src/utils/propValidator.mjs +27 -0
- package/dist/style/cdr-accordion-group.css +1 -0
- package/dist/style/cdr-accordion.css +1 -0
- package/dist/style/cdr-banner-vars.css +0 -0
- package/dist/style/cdr-banner.css +1 -0
- package/dist/style/cdr-breadcrumb.css +1 -0
- package/dist/style/cdr-button.css +1 -0
- package/dist/style/cdr-caption.css +1 -0
- package/dist/style/cdr-card.css +1 -0
- package/dist/style/cdr-checkbox.css +1 -0
- package/dist/style/cdr-chip-group.css +1 -0
- package/dist/style/cdr-chip.css +1 -0
- package/dist/style/cdr-col.css +1 -0
- package/dist/style/cdr-container.css +1 -0
- package/dist/style/cdr-form-error.css +1 -0
- package/dist/style/cdr-form-group.css +1 -0
- package/dist/style/cdr-grid.css +1 -0
- package/dist/style/cdr-icon.css +1 -0
- package/dist/style/cdr-img.css +1 -0
- package/dist/style/cdr-input.css +1 -0
- package/dist/style/cdr-label-standalone.css +1 -0
- package/dist/style/cdr-label-wrapper.css +1 -0
- package/dist/style/cdr-link.css +1 -0
- package/dist/style/cdr-list.css +1 -0
- package/dist/style/cdr-modal.css +1 -0
- package/dist/style/cdr-pagination.css +1 -0
- package/dist/style/cdr-popover.css +1 -0
- package/dist/style/cdr-popup.css +1 -0
- package/dist/style/cdr-quote.css +1 -0
- package/dist/style/cdr-radio.css +1 -0
- package/dist/style/cdr-rating.css +1 -0
- package/dist/style/cdr-row.css +1 -0
- package/dist/style/cdr-select.css +1 -0
- package/dist/style/cdr-tab-panel.css +1 -0
- package/dist/style/cdr-table.css +1 -0
- package/dist/style/cdr-tabs.css +1 -0
- package/dist/style/cdr-text.css +1 -0
- package/dist/style/cdr-toast.css +1 -0
- package/dist/style/cdr-tooltip.css +1 -0
- package/dist/style/cedar-full.css +39 -0
- package/dist/style/reset.css +1 -0
- package/dist/svg/icon-error.svg +5 -0
- package/dist/svg/star-0.svg +6 -0
- package/dist/svg/star-100.svg +6 -0
- package/dist/svg/star-25.svg +7 -0
- package/dist/svg/star-50.svg +7 -0
- package/dist/svg/star-75.svg +7 -0
- package/dist/svg/star-null.svg +6 -0
- package/package.json +162 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var experiencesRentals = {
|
|
11
|
+
name: 'IconExperiencesRentals',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M19.943 5.256l.307.057V9H18v.75h1.376l.096.233.924 2.252c.154.445.229 1 .229 1.665 0 .594-.06 1.446-.18 2.561l-.005.039h.185a.375.375 0 01.067.744l-.067.006H18.75a1.5 1.5 0 01-2.996.112l-.004-.112H9a1.5 1.5 0 01-2.996.112L6 17.25H3.375a.375.375 0 110-.75l.003-.162c.081-2.241 1.87-3.43 5.2-3.575l.24-.009 2.436-3.004H12V9H9.75v-.889l.09-.105c.29-.338.517-.586.685-.744 1.262-1.193 2.163-1.699 3.648-2.01 1.694-.356 3.506-.414 5.77.004zM17.25 16.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-9.75 0a.75.75 0 100 1.5.75.75 0 000-1.5zm6.75-3H9.006c-3.24.056-4.804 1.012-4.878 2.86l-.003.14 2.077-.002a1.5 1.5 0 012.596 0h5.452V13.5zm5.614 0H15v2.998h.952a1.5 1.5 0 012.596 0h1.139c.125-1.148.188-2.016.188-2.598 0-.14-.004-.274-.01-.4zm-6.739.75a.375.375 0 110 .75h-.75a.375.375 0 110-.75h.75zm-1.513-3.75l-1.825 2.25h4.463V10.5h-2.638zM17.25 9h-4.5v.75h4.5V9zm-2.923-3.014c-1.34.281-2.12.719-3.287 1.82-.105.1-.245.248-.418.444H19.5V5.94c-2.02-.34-3.646-.274-5.173.046zm4.048.764a.375.375 0 110 .75h-4.5a.375.375 0 110-.75h4.5zm-3.375 6h4.765c-.01-.041-.019-.08-.03-.117l-.04-.133-.821-2H15v2.25z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default experiencesRentals;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var experiencesSnowsports = {
|
|
11
|
+
name: 'IconExperiencesSnowsports',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M18.802 15.803l-2.46-1.426 2.025-.54a.367.367 0 00.262-.457.378.378 0 00-.457-.263l-2.745.735-2.558-1.477 2.55-1.47 2.745.735a.375.375 0 00.458-.263.375.375 0 00-.263-.457l-2.025-.54 2.468-1.425a.37.37 0 00.135-.51.372.372 0 00-.51-.135l-.645.367-.008.008-1.815 1.05.54-2.025a.375.375 0 00-.262-.457.385.385 0 00-.458.262l-.735 2.753-2.55 1.47v-2.94l2.01-2.01a.371.371 0 000-.533.378.378 0 00-.532 0L12.494 7.74V4.875a.371.371 0 00-.375-.375.371.371 0 00-.375.375v2.857l-1.477-1.477a.385.385 0 00-.533 0c-.15.143-.142.383 0 .532l2.01 2.01v2.933L9.21 10.26l-.735-2.745a.383.383 0 00-.457-.27.385.385 0 00-.27.465l.54 2.025-1.823-1.057-.007-.008-.645-.367a.37.37 0 00-.51.134.368.368 0 00.135.51L7.92 10.38l-2.025.54a.372.372 0 10.195.72l2.745-.735 2.535 1.47-2.542 1.47-2.745-.735a.38.38 0 00-.458.263.375.375 0 00.263.457l2.025.54-2.475 1.433a.37.37 0 00-.135.51c.105.18.33.24.51.135l.645-.368h.007l1.83-1.057-.54 2.024a.375.375 0 00.36.473.376.376 0 00.36-.277l.735-2.745 2.543-1.47v2.947l-2.018 2.01a.385.385 0 000 .532c.143.15.383.15.533 0l1.485-1.477v2.835c0 .21.165.375.375.375s.375-.165.375-.375v-2.843l1.485 1.485c.15.15.382.15.532 0a.371.371 0 000-.532l-2.01-2.01v-2.947l2.55 1.47.735 2.745a.376.376 0 00.36.277c.03 0 .068-.008.098-.015a.367.367 0 00.262-.457l-.54-2.025 1.815 1.05s.008 0 .008.007l.645.375a.37.37 0 00.51-.135c.09-.188.03-.42-.15-.518z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default experiencesSnowsports;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var experiencesTravel = {
|
|
11
|
+
name: 'IconExperiencesTravel',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M17.67 8.25c.6 0 1.08.488 1.087 1.08v7.597c0 .6-.487 1.08-1.08 1.08H5.58c-.593 0-1.08-.487-1.08-1.08V9.33c0-.592.487-1.08 1.08-1.08H9V7.125C9 6.503 9.502 6 10.125 6h3c.623 0 1.125.503 1.125 1.125V8.25h3.42zm-8.333 2.992L9 11.61v1.14h.75v-1.133l-.39-.367c-.008 0-.015-.008-.022-.008zM9 10.62V9H7.5v8.25h8.25V9h-6v1.62c.037.023.082.038.113.075l.45.428c.12.112.187.262.187.42v1.342c0 .338-.3.615-.675.615h-.9c-.375 0-.675-.277-.675-.615v-1.342c0-.158.068-.308.188-.428l.45-.428c.03-.03.075-.044.112-.067zm1.125-3.87a.376.376 0 00-.375.375V8.25h3.75V7.125a.376.376 0 00-.375-.375h-3zM5.25 16.92c0 .18.15.33.33.33h1.17V9H5.58c-.18 0-.33.15-.33.33v7.59zm12.75 0V9.33c0-.18-.15-.33-.33-.33H16.5v8.25h1.17c.18 0 .33-.15.33-.33zm-5.625-.233a.371.371 0 01-.375-.375v-1.5a.37.37 0 01.375-.374h2.25a.37.37 0 01.375.374v1.5c0 .21-.165.375-.375.375h-2.25zm.375-1.5v.75h1.5v-.75h-1.5zm1.125-1.687a1.123 1.123 0 01-1.125-1.125c0-.623.502-1.125 1.125-1.125S15 11.752 15 12.375s-.502 1.125-1.125 1.125zm0-1.5a.376.376 0 00-.375.375.376.376 0 00.75 0 .376.376 0 00-.375-.375z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default experiencesTravel;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var externalLink = {
|
|
11
|
+
name: 'IconExternalLink',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M10 7a1 1 0 010 2H5v10h10v-5a1 1 0 012 0v6a.997.997 0 01-1 1H4a.997.997 0 01-1-1V8a.997.997 0 011-1zm10.007-4a.997.997 0 01.992 1.029V9a1 1 0 01-2 .004L19 6.42l-8.295 8.287a1 1 0 01-1.414-1.415L17.58 5H15a1 1 0 010-2z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default externalLink;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var eyeHide = {
|
|
11
|
+
name: 'IconEyeHide',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M18.293 4.293a1 1 0 011.414 1.414l-14 14a1 1 0 11-1.414-1.414l1.866-1.866c-1.617-.941-3-2.272-4.008-3.899a1 1 0 010-1.053A11.566 11.566 0 0112 6c1.36 0 2.678.235 3.91.675l2.383-2.382zm.544 3.93a11.558 11.558 0 013.013 3.25 1 1 0 010 1.054A11.57 11.57 0 0112 18a11.65 11.65 0 01-2.638-.302l1.83-1.831-.089.092c.296.027.595.041.897.041a9.57 9.57 0 007.799-4 9.556 9.556 0 00-2.397-2.342l1.435-1.435zM12 8a9.567 9.567 0 00-7.798 4 9.558 9.558 0 003.43 2.954l1.66-1.66a3 3 0 014.001-4.001l1.014-1.014A9.646 9.646 0 0012 8z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default eyeHide;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var eyeShow = {
|
|
11
|
+
name: 'IconEyeShow',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M12 6a11.57 11.57 0 019.85 5.473 1 1 0 010 1.054A11.57 11.57 0 0112 18a11.57 11.57 0 01-9.85-5.472 1 1 0 010-1.053A11.566 11.566 0 0112 6zm0 2a9.567 9.567 0 00-7.798 4A9.57 9.57 0 0012 16a9.57 9.57 0 007.799-4A9.57 9.57 0 0012 8zm0 1a3 3 0 110 6 3 3 0 010-6z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default eyeShow;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var facebook = {
|
|
11
|
+
name: 'IconFacebook',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M9.677 20.895v-8.241H7V9.69h2.677V7.517S9.485 3 13.394 3H17v3.02h-2.415s-1.45-.08-1.465 1.417V9.69h3.34L16 12.654h-2.912V21h-3.41v-.105z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default facebook;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var filterAlt = {
|
|
11
|
+
name: 'IconFilterAlt',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M13.5 14.598v5.53a.879.879 0 01-1.5.622l-1.207-1.207a1 1 0 01-.293-.707v-4.238L4.18 5.574A1 1 0 015.013 4h13.976a1 1 0 01.831 1.574l-6.32 9.024zM12 13.254L17.079 6H6.921L12 13.254z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default filterAlt;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var filter = {
|
|
11
|
+
name: 'IconFilter',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M4.125 7h15.75C20.496 7 21 7.448 21 8s-.504 1-1.125 1H4.125C3.504 9 3 8.552 3 8s.504-1 1.125-1zM7 11h10a1 1 0 010 2H7a1 1 0 010-2zm4 4h2a1 1 0 010 2h-2a1 1 0 010-2z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default filter;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var findLocation = {
|
|
11
|
+
name: 'IconFindLocation',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M6 11a1 1 0 010 2H4.062A8.004 8.004 0 0011 19.938V18a1 1 0 012 0v1.938A8.004 8.004 0 0019.938 13H18a1 1 0 010-2h1.938A8.004 8.004 0 0013 4.062V6a1 1 0 01-2 0V4.062A8.004 8.004 0 004.062 11H6zm6 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-8.75a1.25 1.25 0 110-2.5 1.25 1.25 0 010 2.5z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default findLocation;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var fire = {
|
|
11
|
+
name: 'IconFire',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M12.264 6.35a7.317 7.317 0 01-.56-1.272c-1.412 1.586-2.64 4.13-2.682 6.17-.02 1.07.13 1.846.902 2.372.45.306 1.046.363 1.67.384 1.197.04 2.496-.315 3.06-1.123.258-.372.347-.725.364-1.135.019-.451-.06-.968-.332-1.606-.302-.711-.77-1.357-1.267-2.041-.397-.548-.808-1.116-1.155-1.748V6.35zm-.516 9.654c-1.067 0-2.118-.163-2.95-.732-1.336-.911-1.81-2.315-1.775-4.063.072-3.586 2.918-7.76 4.992-9.056a.997.997 0 011.376.316.992.992 0 01.068.937c-.004.089.002.185.003.235.004.209.028.384.076.582.086.353.243.735.48 1.167.286.522.643 1.013 1.02 1.535.54.744 1.098 1.512 1.49 2.43.245.58.456 1.305.49 2.107.034.8-.107 1.677-.724 2.562-.93 1.337-2.76 1.98-4.546 1.98zm-6.45 5.962a1 1 0 11-.55-1.922l3.639-1.041-3.64-1.04a1 1 0 01.552-1.923L12.023 18l6.725-1.961a1 1 0 11.55 1.922L15.66 19l3.639 1.04a1 1 0 11-.551 1.924L12.023 20l-6.724 1.966z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default fire;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var fishing = {
|
|
11
|
+
name: 'IconFishing',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M6.446 8.841A3.502 3.502 0 017.491 2a3.5 3.5 0 01.955 6.868v6.81c.007.1.24 3.69 3.603 4.245.37.062.77.088 1.195.072 4.456-.135 4.732-3.508 4.75-3.895v-.098h-1.002a1.002 1.002 0 01-.903-1.43l2.023-4.003a.991.991 0 011.123-.54c.45.103.766.508.755.97v5.142c-.066 1.986-1.53 5.698-6.678 5.855-.094.002-.187.004-.28.004a7.936 7.936 0 01-1.304-.103c-3.974-.657-5.192-4.317-5.28-6.172l-.002-6.884zM7.491 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default fishing;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var freeProduct = {
|
|
11
|
+
name: 'IconFreeProduct',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M14.5 2a3.5 3.5 0 013.163 5.001L21 7a1 1 0 01.993.883L22 8v4a1 1 0 01-.883.993L21 13v8a1 1 0 01-.883.993L20 22H4a1 1 0 01-.993-.883L3 21v-8a1 1 0 01-.993-.883L2 12V8a1 1 0 01.883-.993L3 7l3.337.001a3.5 3.5 0 015.664-3.95A3.48 3.48 0 0114.5 2zM11 13H5v7h6v-7zm8 0h-6v7h6v-7zm-8-4H4v2h7V9zm9 0h-7v2h7V9zM9.5 4a1.5 1.5 0 00-.144 2.993L9.5 7H11V5.5a1.5 1.5 0 00-1.215-1.473l-.14-.02L9.5 4zm5 0l-.144.007A1.5 1.5 0 0013 5.5V7h1.5a1.5 1.5 0 000-3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default freeProduct;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var gridView = {
|
|
11
|
+
name: 'IconGridView',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M4 3h5a1 1 0 011 1v5a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm11 0h5a1 1 0 011 1v5a1 1 0 01-1 1h-5a1 1 0 01-1-1V4a1 1 0 011-1zm0 11h5a1 1 0 011 1v5a1 1 0 01-1 1h-5a1 1 0 01-1-1v-5a1 1 0 011-1zM4 14h5a1 1 0 011 1v5a1 1 0 01-1 1H4a1 1 0 01-1-1v-5a1 1 0 011-1z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default gridView;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var heartFill = {
|
|
11
|
+
name: 'IconHeartFill',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M12.702 20.712a.997.997 0 01-1.43-.026c-5.05-4.985-7.763-7.71-8.137-8.173C2.575 11.818 2 10.312 2 9a6 6 0 0110-4.472 6 6 0 018.701 8.2c-.542.683-3.208 3.344-8 7.984z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default heartFill;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var heartStroke = {
|
|
11
|
+
name: 'IconHeartStroke',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M16 3a6 6 0 014.701 9.728c-.542.683-3.208 3.344-8 7.984a.997.997 0 01-1.428-.026c-5.051-4.985-7.764-7.71-8.138-8.173C2.575 11.818 2 10.312 2 9a6 6 0 0110-4.472A5.978 5.978 0 0116 3zm0 2a3.994 3.994 0 00-3.215 1.62.998.998 0 01-1.549.026l-.049-.063a4 4 0 00-6.43 4.76c.318.439 2.732 2.853 7.243 7.243 4.374-4.156 6.788-6.57 7.241-7.241.68-1.008.759-1.47.759-2.345a4 4 0 00-4-4z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default heartStroke;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var hike = {
|
|
11
|
+
name: 'IconHike',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M13.497 10h1.492a1 1 0 010 2h-2a1 1 0 01-.868-.503l-1.815-2.405-.32.899.003.009 3.949 10.675a1 1 0 01-1.892.651l-3.107-8.4-2.994 8.397a1 1 0 01-1.891-.65l4.988-13.99a1 1 0 011.719-.31l.002.002.045.06L13.497 10zm-7.55 2.33a1 1 0 11-1.892-.652l2.002-5.996a1 1 0 111.89.652l-2 5.996zm11.023 8.874a1 1 0 11-1.956-.416l2.98-13.985a1 1 0 111.956.416l-2.98 13.985zM10.499 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default hike;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
2
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
3
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors';
|
|
4
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
5
|
+
import CdrIcon from '../CdrIcon.mjs';
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); if (enumerableOnly) { symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (_Object$getOwnPropertyDescriptors) { Object.defineProperties(target, _Object$getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
10
|
+
var history = {
|
|
11
|
+
name: 'IconHistory',
|
|
12
|
+
components: {
|
|
13
|
+
CdrIcon
|
|
14
|
+
},
|
|
15
|
+
extends: CdrIcon,
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
var h = arguments[0];
|
|
19
|
+
return h("cdr-icon", {
|
|
20
|
+
"props": _objectSpread({}, this.$props),
|
|
21
|
+
"attrs": _objectSpread({}, this.$attrs)
|
|
22
|
+
}, [this.$slots.default, h("path", {
|
|
23
|
+
"attrs": {
|
|
24
|
+
"role": "presentation",
|
|
25
|
+
"d": "M9 6.002a1 1 0 110 2H5.993A.997.997 0 015 6.973V4.002a1 1 0 012-.004v.52a9 9 0 11-4 7.484 1 1 0 012-.001 7 7 0 103.392-6H9v.001zm3.5 5.847l2.775 2.775a.78.78 0 01-1.103 1.103l-2.87-2.87a.795.795 0 01-.014-.014.749.749 0 01-.288-.591v-5.5a.75.75 0 011.5 0v5.097z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default history;
|