@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 search = {
|
|
11
|
+
name: 'IconSearch',
|
|
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": "M20.707 19.294a1 1 0 01-1.414 1.414l-4.244-4.245a7.5 7.5 0 111.414-1.414l4.244 4.245zM10.5 16a5.5 5.5 0 100-11 5.5 5.5 0 000 11z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default search;
|
|
@@ -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 serviceShop = {
|
|
11
|
+
name: 'IconServiceShop',
|
|
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.458 10.19l-1.985-1.988A3.857 3.857 0 006.857 3a.553.553 0 00-.39.944l1.69 1.688-.5 1.863-1.864.5-1.622-1.623A.686.686 0 003 6.857a3.857 3.857 0 005.202 3.616l1.988 1.985-.787.788-.33-.01a1.286 1.286 0 00-.948.377l-4.75 4.756c-.5.503-.5 1.317.002 1.818l.433.434a1.286 1.286 0 001.817.001l4.758-4.751c.25-.25.387-.593.376-.947l-.008-.3.803-.803 6.813 6.801a1.286 1.286 0 001.817 0l.433-.435a1.287 1.287 0 00.002-1.818l-6.8-6.813 3.688-3.689 1.492-.248c.443-.074.815-.374.982-.79l.895-2.237a.5.5 0 00-.111-.54l-.82-.819a.5.5 0 00-.539-.11l-2.236.894c-.417.167-.717.54-.79.982l-.255 1.522-3.669 3.67z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default serviceShop;
|
|
@@ -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 shipping = {
|
|
11
|
+
name: 'IconShipping',
|
|
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": "M3.594 6.729l8-3.643a1 1 0 01.812 0l8 3.643a1 1 0 01.594.914v8.7a1 1 0 01-.594.914l-8 3.653a1 1 0 01-.812 0l-8-3.653A1 1 0 013 16.343v-8.7a1 1 0 01.594-.914zM5 9.2v6.5l6 2.68v-6.53L5 9.2zm8 9.18l6-2.65V9.2l-6 2.68v6.5zM6.475 7.648l2.042.924 5.51-2.47L12 5.177l-5.525 2.47zm3.48 1.548l2.043.924 5.51-2.471-2.027-.923-5.526 2.47zM6 13l2 .862v2L6 15v-2z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default shipping;
|
|
@@ -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 shoppingBagFill = {
|
|
11
|
+
name: 'IconShoppingBagFill',
|
|
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": "M7 8a5 5 0 1110 0h2.074a1 1 0 01.997.916l.928 11A1 1 0 0120.002 21H4a1 1 0 01-.997-1.083l.914-11A1 1 0 014.914 8H7zm5-3a3 3 0 00-3 3h6a3 3 0 00-3-3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default shoppingBagFill;
|
|
@@ -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 shoppingBag = {
|
|
11
|
+
name: 'IconShoppingBag',
|
|
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": "M7 8a5 5 0 1110 0h2.074a1 1 0 01.997.916l.928 11A1 1 0 0120.002 21H4a1 1 0 01-.997-1.083l.914-11A1 1 0 014.914 8H7zm-1.166 2l-.747 9h13.827l-.759-9H17v1a1 1 0 01-2 0l-.002-1H9v1a1 1 0 01-2 0l.001-1H5.834zM12 5a3 3 0 00-3 3h6a3 3 0 00-3-3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default shoppingBag;
|
|
@@ -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 shrink = {
|
|
11
|
+
name: 'IconShrink',
|
|
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.002 16.42l-4.295 4.287a1 1 0 01-1.414-1.415L7.583 15h-2.58a1 1 0 010-2h5.006a.997.997 0 01.992 1.029V19a1 1 0 01-2 .004l.001-2.584zM15 7.58l4.296-4.287a1 1 0 011.414 1.414L16.419 9H19a1 1 0 110 2h-5.006A.997.997 0 0113 9.97V5a1 1 0 012-.004V7.58z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default shrink;
|
|
@@ -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 sizeChart = {
|
|
11
|
+
name: 'IconSizeChart',
|
|
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.828 18.364l.927.926 3.535-3.535L8.245 4.71 4.71 8.245l.926.927 1.237-1.238a.75.75 0 111.061 1.06l-1.237 1.238 1.06 1.06.53-.53a.75.75 0 011.061 1.061l-.53.53.884.884L10.939 12A.75.75 0 1112 13.06l-1.237 1.238.883.884.53-.53a.75.75 0 011.061 1.06l-.53.53 1.06 1.061 1.238-1.237a.75.75 0 111.06 1.06l-1.237 1.238zM8.962 3.296l11.752 11.752a1 1 0 010 1.414l-4.252 4.243a1 1 0 01-1.414 0L3.296 8.952a1 1 0 010-1.414l4.242-4.242a1.011 1.011 0 011.424 0z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default sizeChart;
|
|
@@ -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 skiBoot = {
|
|
11
|
+
name: 'IconSkiBoot',
|
|
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.16 2.01l.114.022 6.688 1.714.042-.358a.5.5 0 01.46-.44l.095.001a.497.497 0 01.442.46l-.003.09-.174 1.488-.028.335-.011-.003c.692.141 1.194.75 1.2 1.456l-.006.145a1.5 1.5 0 01-1.322 1.36l-.123.009-.147 1.485A63.501 63.501 0 0113 12.94c5.738 1.17 7.907 3.768 7.995 5.054l.003.08v2.87h.505a.499.499 0 01.09.99l-.09.008H14.86l-.114-.007-.112-.02-4.127-.955a1 1 0 00-.817.168l-.096.08-.486.46a1 1 0 01-.561.266l-.127.008H2.5a.499.499 0 01-.09-.99l.09-.008h.512l1.534-13.71.023.02a1.498 1.498 0 01.128-2.42l.125-.073.211-1.873a1 1 0 011.127-.88zm-.65 5.586L4.017 20.943H8.42l.486-.46a2 2 0 011.663-.527l.164.03 4.127.957h5.137v-2.867c0-.325-.415-.982-1.23-1.655l-.181-.144-.131-.097-2.596 2.614a.498.498 0 01-.635.06l-.07-.059a.5.5 0 010-.707l2.46-2.46c-.52-.3-1.106-.58-1.759-.833l-2.996 2.996a.5.5 0 01-.707-.707l2.652-2.654a20.489 20.489 0 00-1.909-.49H8.5a.5.5 0 110-1H12l.003-.077.09-.629.095-.733.067-.56H8.5a.5.5 0 110-1l3.864.001.084-.826.088-.903.818.07c.04.004.08.006.12.006l-.12-.006-7.843-.686zm.048-2.003a.5.5 0 00-.176.98l.089.016 7.97.697a.5.5 0 00.175-.98l-.089-.016-7.97-.697zM6.026 3l-.182 1.614 6.946.608.038-.322.013-.153L6.026 3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default skiBoot;
|
|
@@ -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 ski = {
|
|
11
|
+
name: 'IconSki',
|
|
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.782 7.87l1.76-.752a1 1 0 01.768 1.839l-.36.154 3.467 1.98a1 1 0 11-.996 1.724l-4.764-2.72-2.474 1.063 3.201 1.92a1 1 0 01.456 1.477l-1.336 2.48c3.29 1.309 5.124 1.965 5.502 1.969a.987.987 0 001-1 1 1 0 112 0c0 1.657-1.343 2.984-3 3-.375.004-.59-.11-.799-.192L3.881 15.996a1 1 0 11.565-1.89l6.16 2.24 1.076-1.983-4.113-2.46a1 1 0 01.051-1.822l2.864-1.226-3.922-2.24-.217.35a1 1 0 11-1.65-1.111l.137-.225-1.296-.74.001-.002a1 1 0 111.03-1.71l1.316.75.258-.416A1 1 0 017.82 4.599l-.2.32 5.163 2.952zm4.724-.866a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default ski;
|
|
@@ -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 snowShop = {
|
|
11
|
+
name: 'IconSnowShop',
|
|
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.31 12.75h3.28l1.856 1.857a.75.75 0 101.06-1.06l-.795-.797h2.539a.75.75 0 100-1.5h-2.5l.76-.76a.75.75 0 10-1.062-1.06l-1.82 1.82h-3.297l1.638-2.837 2.486-.666a.75.75 0 10-.388-1.45l-1.037.279 1.26-2.184a.75.75 0 10-1.299-.75l-1.28 2.217-.29-1.088a.75.75 0 10-1.45.388l.68 2.537-1.63 2.822-1.66-2.874.667-2.486A.75.75 0 009.58 4.77l-.278 1.037-1.26-2.184a.75.75 0 00-1.3.75l1.28 2.217-1.088-.29a.75.75 0 00-.388 1.449l2.536.68 1.63 2.822H7.393l-1.82-1.82a.75.75 0 00-1.06 1.06l.759.76H2.75a.75.75 0 100 1.5h2.56l-.796.796a.75.75 0 101.06 1.06l1.857-1.856h3.302l-1.661 2.877-2.537.68a.75.75 0 10.389 1.449l1.087-.292-1.27 2.2a.75.75 0 001.3.75l1.25-2.166.277 1.037a.75.75 0 101.45-.388l-.667-2.486 1.67-2.893 1.64 2.84-.68 2.537a.75.75 0 101.45.388l.29-1.087 1.27 2.199a.75.75 0 101.3-.75l-1.25-2.165 1.037.278a.75.75 0 00.388-1.45l-2.486-.665-1.67-2.893z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default snowShop;
|
|
@@ -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 snow = {
|
|
11
|
+
name: 'IconSnow',
|
|
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.31 12.75h3.28l1.856 1.857a.75.75 0 101.06-1.06l-.795-.797h2.539a.75.75 0 100-1.5h-2.5l.76-.76a.75.75 0 10-1.062-1.06l-1.82 1.82h-3.297l1.638-2.837 2.486-.666a.75.75 0 10-.388-1.45l-1.037.279 1.26-2.184a.75.75 0 10-1.299-.75l-1.28 2.217-.29-1.088a.75.75 0 10-1.45.388l.68 2.537-1.63 2.822-1.66-2.874.667-2.486A.75.75 0 009.58 4.77l-.278 1.037-1.26-2.184a.75.75 0 00-1.3.75l1.28 2.217-1.088-.29a.75.75 0 00-.388 1.449l2.536.68 1.63 2.822H7.393l-1.82-1.82a.75.75 0 00-1.06 1.06l.759.76H2.75a.75.75 0 100 1.5h2.56l-.796.796a.75.75 0 101.06 1.06l1.857-1.856h3.302l-1.661 2.877-2.537.68a.75.75 0 10.389 1.449l1.087-.292-1.27 2.2a.75.75 0 001.3.75l1.25-2.166.277 1.037a.75.75 0 101.45-.388l-.667-2.486 1.67-2.893 1.64 2.84-.68 2.537a.75.75 0 101.45.388l.29-1.087 1.27 2.199a.75.75 0 101.3-.75l-1.25-2.165 1.037.278a.75.75 0 00.388-1.45l-2.486-.665-1.67-2.893z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default snow;
|
|
@@ -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 sort = {
|
|
11
|
+
name: 'IconSort',
|
|
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": "M7.293 4.293a.997.997 0 011.416.002l.002.002 2.996 2.996a1 1 0 11-1.414 1.414L9 7.414V16a1 1 0 01-2 0V7.414L5.707 8.707a1 1 0 01-1.414-1.414l3-3zm12.414 12.414l-3 3a.997.997 0 01-1.416-.002l-.002-.002-2.996-2.996a1 1 0 011.414-1.414L15 16.586V8a1 1 0 012 0v8.586l1.293-1.293a1 1 0 011.414 1.414z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default sort;
|
|
@@ -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 star100 = {
|
|
11
|
+
name: 'IconStar100',
|
|
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": "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.659-5.534 5.049 1.668 7.552-6.309-4.006z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default star100;
|
|
@@ -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 star25 = {
|
|
11
|
+
name: 'IconStar25',
|
|
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": "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.66-5.534 5.048 1.668 7.552-6.309-4.006-6.31 4.006h.001zm4.303-3.917l2.006-1.274 4.814 3.057-1.274-5.767 4.283-3.908-5.645-.51-2.178-5.41-2.009 4.99.003 8.822z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default star25;
|
|
@@ -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 star50 = {
|
|
11
|
+
name: 'IconStar50',
|
|
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": "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.66-5.534 5.048 1.668 7.552-6.309-4.006-6.31 4.006h.001zm6.309-5.19l4.814 3.056-1.274-5.767 4.283-3.908-5.645-.51-2.178-5.41v12.539z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default star50;
|
|
@@ -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 star75 = {
|
|
11
|
+
name: 'IconStar75',
|
|
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": "M5.686 22.066l1.668-7.552L1.82 9.465l7.298-.659 2.877-7.146 2.877 7.146 7.298.66-5.534 5.048 1.668 7.552-6.309-4.006-6.31 4.006h.001zm8.514-3.79l2.609 1.656-1.274-5.767 4.283-3.908-5.62-.508.002 8.527z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default star75;
|
|
@@ -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 starStroke = {
|
|
11
|
+
name: 'IconStarStroke',
|
|
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": "M5.866 22.405l1.669-7.552L2 9.805l7.298-.66L12.176 2l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552-6.31-4.007-6.31 4.006zm1.496-2.134l4.814-3.056 4.814 3.056-1.274-5.767L20 10.597l-5.645-.51-2.179-5.41-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default starStroke;
|
|
@@ -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 storefront = {
|
|
11
|
+
name: 'IconStorefront',
|
|
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.5193566,2.00888404 L19.575873,2.00190238 L19.575873,2.00190238 L19.625,2 L19.7024036,2.00474591 L19.7024036,2.00474591 L19.8224662,2.03185235 L19.8224662,2.03185235 L19.840179,2.03802855 C19.8660182,2.04767126 19.8914663,2.05897098 19.9160708,2.07191014 L19.9827137,2.11244393 L19.9827137,2.11244393 L20.0571063,2.17326667 L20.0571063,2.17326667 L20.1166772,2.23891111 L20.1166772,2.23891111 L20.1461056,2.27977552 L20.1461056,2.27977552 L20.1791955,2.3358957 L20.1791955,2.3358957 L20.2123079,2.41123741 C20.2253183,2.44698334 20.2348638,2.48314572 20.241116,2.51935664 C20.2469537,2.55368056 20.25,2.58898453 20.25,2.625 L20.25,18.7498431 L21.375,18.75 C21.720178,18.75 22,19.029822 22,19.375 C22,19.720178 21.720178,20 21.375,20 L17.25,19.9998431 L17.25,21.375 C17.25,21.720178 16.970178,22 16.625,22 C16.279822,22 16,21.720178 16,21.375 L16,19.9998431 L8,19.9998431 L8,21.375 C8,21.720178 7.72017797,22 7.375,22 C7.02982203,22 6.75,21.720178 6.75,21.375 L6.75,19.9998431 L2.625,20 C2.27982203,20 2,19.720178 2,19.375 C2,19.029822 2.27982203,18.75 2.625,18.75 L4,18.7498431 L4,15.2598431 L2.86083486,15.6748575 C2.53647367,15.7929153 2.1778222,15.6256734 2.05976438,15.3013122 C1.94170656,14.976951 2.10894849,14.6182996 2.43330968,14.5002417 L16.4112374,9.41269211 L16.5092996,9.38570558 C16.804923,9.32965387 17.1060559,9.49431234 17.2123079,9.78623741 C17.2294945,9.83345734 17.2406348,9.88140398 17.2461242,9.92922926 L17.25,10 L17.25,18.7498431 L19,18.7498431 L19,3.51684308 L16.861,4.29584308 L16.8387626,4.30665178 L2.86083486,9.39420141 C2.53647367,9.51225923 2.1778222,9.3450173 2.05976438,9.02065611 C1.94170656,8.69629492 2.10894849,8.33764345 2.43330968,8.21958563 L4,7.64884308 L4,5 C4,4.44771525 4.44771525,4 5,4 L14,4 L14,4.00684308 L19.4112374,2.03769211 C19.4469833,2.02468166 19.4831457,2.01513615 19.5193566,2.00888404 Z M6.75,14.2588431 L5.25,14.8048431 L5.25,18.7498431 L6.75,18.7498431 L6.75,14.2588431 Z M9.5,15.5 C9.5,15.2238576 9.72385763,15 10,15 L11.5,15 L11.5,18.75 L12.5,18.75 L12.5,15 L14,15 C14.2761424,15 14.5,15.2238576 14.5,15.5 L14.5,18.75 L16,18.7498431 L16,10.8918431 L8,13.8038431 L8,18.7498431 L9.5,18.75 L9.5,15.5 Z M16.5092996,6.18677606 C16.804923,6.13072435 17.1060559,6.29538282 17.2123079,6.58730789 C17.3185599,6.87923296 17.1937192,7.19893316 16.9312292,7.34601809 L16.8387626,7.38837837 L2.86083486,12.475928 C2.53647367,12.5939858 2.1778222,12.4267439 2.05976438,12.1023827 C1.94170656,11.7780215 2.10894849,11.41937 2.43330968,11.3013122 L16.4112374,6.21376259 L16.5092996,6.18677606 Z M10.584,5.24984308 L5.255,5.24984308 L5.255,7.18984308 L10.584,5.24984308 Z"
|
|
26
|
+
}
|
|
27
|
+
})]);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default storefront;
|