@rei/cedar 11.0.1 → 13.0.0-alpha.kurt-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -35
- package/dist/cedar-compiled.css +944 -1104
- package/dist/cedar.js +8727 -9237
- package/dist/cedar.mjs +8519 -7534
- package/dist/lib/_virtual/plugin-vue_export-helper.js +9 -0
- package/dist/lib/assets/{cedar-compiled-010f67b6.css → cedar-compiled-f3a569d4.css} +2475 -2635
- package/dist/lib/node_modules/@rei/cdr-tokens/dist/js/{cdr-tokens.esm.mjs → cdr-tokens.esm.js} +0 -0
- package/dist/lib/src/components/accordion/CdrAccordion.js +211 -0
- package/dist/lib/src/components/accordion/CdrAccordionGroup.js +112 -0
- package/dist/lib/src/components/banner/CdrBanner.js +91 -0
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.js +140 -0
- package/dist/lib/src/components/button/CdrButton.js +124 -0
- package/dist/lib/src/components/caption/CdrCaption.js +40 -0
- package/dist/lib/src/components/card/CdrCard.js +32 -0
- package/dist/lib/src/components/checkbox/CdrCheckbox.js +118 -0
- package/dist/lib/src/components/chip/CdrChip.js +59 -0
- package/dist/lib/src/components/chip/CdrChipGroup.js +109 -0
- package/dist/lib/src/components/container/CdrContainer.js +49 -0
- package/dist/lib/src/components/formError/CdrFormError.js +40 -0
- package/dist/lib/src/components/formGroup/CdrFormGroup.js +99 -0
- package/dist/lib/src/components/grid/CdrGrid.js +54 -0
- package/dist/lib/src/components/icon/CdrIcon.js +67 -0
- package/dist/lib/src/components/icon/comps/account-profile-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/account-profile.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-down.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-left.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-right.js +35 -0
- package/dist/lib/src/components/icon/comps/arrow-up.js +35 -0
- package/dist/lib/src/components/icon/comps/atv.js +35 -0
- package/dist/lib/src/components/icon/comps/bed-outline.js +35 -0
- package/dist/lib/src/components/icon/comps/bike-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/binoculars.js +35 -0
- package/dist/lib/src/components/icon/comps/birding.js +35 -0
- package/dist/lib/src/components/icon/comps/boat.js +35 -0
- package/dist/lib/src/components/icon/comps/boating.js +35 -0
- package/dist/lib/src/components/icon/comps/bookmark-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/bookmark-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-abstract.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-github.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-linkedin.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.js +35 -0
- package/dist/lib/src/components/icon/comps/brand-sketch.js +35 -0
- package/dist/lib/src/components/icon/comps/buddies.js +35 -0
- package/dist/lib/src/components/icon/comps/bus.js +35 -0
- package/dist/lib/src/components/icon/comps/calendar.js +35 -0
- package/dist/lib/src/components/icon/comps/camera.js +35 -0
- package/dist/lib/src/components/icon/comps/canoe.js +35 -0
- package/dist/lib/src/components/icon/comps/car.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-down.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-left.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-right.js +35 -0
- package/dist/lib/src/components/icon/comps/caret-up.js +35 -0
- package/dist/lib/src/components/icon/comps/cart-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/cart.js +35 -0
- package/dist/lib/src/components/icon/comps/chain-link.js +35 -0
- package/dist/lib/src/components/icon/comps/chat.js +35 -0
- package/dist/lib/src/components/icon/comps/check-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/check-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/check-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/check-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/climb.js +35 -0
- package/dist/lib/src/components/icon/comps/clipboard.js +35 -0
- package/dist/lib/src/components/icon/comps/clock.js +35 -0
- package/dist/lib/src/components/icon/comps/code-html.js +35 -0
- package/dist/lib/src/components/icon/comps/code-js.js +35 -0
- package/dist/lib/src/components/icon/comps/compass.js +35 -0
- package/dist/lib/src/components/icon/comps/copy.js +35 -0
- package/dist/lib/src/components/icon/comps/coupon-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/coupon-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/credit-card.js +35 -0
- package/dist/lib/src/components/icon/comps/curbside-pickup.js +35 -0
- package/dist/lib/src/components/icon/comps/day.js +35 -0
- package/dist/lib/src/components/icon/comps/diving.js +35 -0
- package/dist/lib/src/components/icon/comps/dog.js +35 -0
- package/dist/lib/src/components/icon/comps/download.js +35 -0
- package/dist/lib/src/components/icon/comps/edit.js +35 -0
- package/dist/lib/src/components/icon/comps/elevation.js +35 -0
- package/dist/lib/src/components/icon/comps/error-fill.js +37 -0
- package/dist/lib/src/components/icon/comps/error-stroke.js +42 -0
- package/dist/lib/src/components/icon/comps/expand.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-backpacking.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-camping.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-climbing.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-clothing.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-cycling.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-family.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-fitness.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-hiking.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-paddling.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-rentals.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-snowsports.js +35 -0
- package/dist/lib/src/components/icon/comps/experiences-travel.js +35 -0
- package/dist/lib/src/components/icon/comps/external-link.js +35 -0
- package/dist/lib/src/components/icon/comps/eye-hide.js +35 -0
- package/dist/lib/src/components/icon/comps/eye-show.js +35 -0
- package/dist/lib/src/components/icon/comps/facebook.js +35 -0
- package/dist/lib/src/components/icon/comps/filter-alt.js +35 -0
- package/dist/lib/src/components/icon/comps/filter.js +35 -0
- package/dist/lib/src/components/icon/comps/find-location.js +35 -0
- package/dist/lib/src/components/icon/comps/fire.js +35 -0
- package/dist/lib/src/components/icon/comps/fishing.js +35 -0
- package/dist/lib/src/components/icon/comps/free-product.js +35 -0
- package/dist/lib/src/components/icon/comps/grid-view.js +35 -0
- package/dist/lib/src/components/icon/comps/heart-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/heart-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/hike.js +35 -0
- package/dist/lib/src/components/icon/comps/history.js +35 -0
- package/dist/lib/src/components/icon/comps/home.js +35 -0
- package/dist/lib/src/components/icon/comps/horse.js +35 -0
- package/dist/lib/src/components/icon/comps/horseshoe.js +35 -0
- package/dist/lib/src/components/icon/comps/image.js +35 -0
- package/dist/lib/src/components/icon/comps/information-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/information-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/instagram.js +35 -0
- package/dist/lib/src/components/icon/comps/kayak.js +35 -0
- package/dist/lib/src/components/icon/comps/list-ragged.js +35 -0
- package/dist/lib/src/components/icon/comps/list-view.js +35 -0
- package/dist/lib/src/components/icon/comps/location-pin-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/location-pin-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-locked-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/mail.js +35 -0
- package/dist/lib/src/components/icon/comps/map.js +35 -0
- package/dist/lib/src/components/icon/comps/member-card.js +35 -0
- package/dist/lib/src/components/icon/comps/microphone.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/minus-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/more-functions.js +35 -0
- package/dist/lib/src/components/icon/comps/my-location.js +35 -0
- package/dist/lib/src/components/icon/comps/navigation-menu.js +35 -0
- package/dist/lib/src/components/icon/comps/night.js +35 -0
- package/dist/lib/src/components/icon/comps/paddle.js +35 -0
- package/dist/lib/src/components/icon/comps/pause-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/pause-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/pause.js +35 -0
- package/dist/lib/src/components/icon/comps/photography.js +35 -0
- package/dist/lib/src/components/icon/comps/picnic.js +35 -0
- package/dist/lib/src/components/icon/comps/pinterest.js +35 -0
- package/dist/lib/src/components/icon/comps/plane.js +35 -0
- package/dist/lib/src/components/icon/comps/play-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/play-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/play.js +35 -0
- package/dist/lib/src/components/icon/comps/playground.js +35 -0
- package/dist/lib/src/components/icon/comps/plugin.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/plus-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/print.js +35 -0
- package/dist/lib/src/components/icon/comps/protection-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/protection-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/question-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/question-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/refresh.js +35 -0
- package/dist/lib/src/components/icon/comps/reload.js +35 -0
- package/dist/lib/src/components/icon/comps/returns.js +35 -0
- package/dist/lib/src/components/icon/comps/run.js +35 -0
- package/dist/lib/src/components/icon/comps/scan-barcode.js +35 -0
- package/dist/lib/src/components/icon/comps/search.js +35 -0
- package/dist/lib/src/components/icon/comps/service-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/shipping.js +35 -0
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/shopping-bag.js +35 -0
- package/dist/lib/src/components/icon/comps/shrink.js +35 -0
- package/dist/lib/src/components/icon/comps/size-chart.js +35 -0
- package/dist/lib/src/components/icon/comps/ski-boot.js +35 -0
- package/dist/lib/src/components/icon/comps/ski.js +35 -0
- package/dist/lib/src/components/icon/comps/snow-shop.js +35 -0
- package/dist/lib/src/components/icon/comps/snow.js +35 -0
- package/dist/lib/src/components/icon/comps/sort.js +35 -0
- package/dist/lib/src/components/icon/comps/star-100.js +35 -0
- package/dist/lib/src/components/icon/comps/star-25.js +35 -0
- package/dist/lib/src/components/icon/comps/star-50.js +35 -0
- package/dist/lib/src/components/icon/comps/star-75.js +35 -0
- package/dist/lib/src/components/icon/comps/star-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/storefront.js +35 -0
- package/dist/lib/src/components/icon/comps/swim.js +35 -0
- package/dist/lib/src/components/icon/comps/telephone.js +35 -0
- package/dist/lib/src/components/icon/comps/tent.js +35 -0
- package/dist/lib/src/components/icon/comps/trash.js +35 -0
- package/dist/lib/src/components/icon/comps/twitter.js +35 -0
- package/dist/lib/src/components/icon/comps/upload.js +35 -0
- package/dist/lib/src/components/icon/comps/verified-purchaser.js +35 -0
- package/dist/lib/src/components/icon/comps/virtual-outfitting.js +35 -0
- package/dist/lib/src/components/icon/comps/warning-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/warning-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/water.js +35 -0
- package/dist/lib/src/components/icon/comps/wilderness.js +35 -0
- package/dist/lib/src/components/icon/comps/x-fill.js +35 -0
- package/dist/lib/src/components/icon/comps/x-lg.js +35 -0
- package/dist/lib/src/components/icon/comps/x-sm.js +35 -0
- package/dist/lib/src/components/icon/comps/x-stroke.js +35 -0
- package/dist/lib/src/components/icon/comps/youtube.js +35 -0
- package/dist/lib/src/components/icon/comps/zoom-in.js +35 -0
- package/dist/lib/src/components/icon/comps/zoom-out.js +35 -0
- package/dist/lib/src/components/image/CdrImg.js +148 -0
- package/dist/lib/src/components/input/CdrInput.js +305 -0
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.js +116 -0
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.js +60 -0
- package/dist/lib/src/components/link/CdrLink.js +71 -0
- package/dist/lib/src/components/list/CdrList.js +46 -0
- package/dist/lib/src/components/modal/CdrModal.js +383 -0
- package/dist/lib/src/components/modal/{onTransitionEnd.mjs → onTransitionEnd.js} +15 -13
- package/dist/lib/src/components/pagination/CdrPagination.js +315 -0
- package/dist/lib/src/components/popover/CdrPopover.js +183 -0
- package/dist/lib/src/components/popup/CdrPopup.js +188 -0
- package/dist/lib/src/components/popup/calculatePlacement.js +88 -0
- package/dist/lib/src/components/quote/CdrQuote.js +64 -0
- package/dist/lib/src/components/radio/CdrRadio.js +110 -0
- package/dist/lib/src/components/rating/CdrRating.js +184 -0
- package/dist/lib/src/components/select/CdrSelect.js +277 -0
- package/dist/lib/src/components/table/CdrTable.js +84 -0
- package/dist/lib/src/components/tabs/CdrTabPanel.js +117 -0
- package/dist/lib/src/components/tabs/CdrTabs.js +361 -0
- package/dist/lib/src/components/text/CdrText.js +31 -0
- package/dist/lib/src/components/toast/CdrToast.js +160 -0
- package/dist/lib/src/components/tooltip/CdrTooltip.js +129 -0
- package/dist/lib/src/{index.mjs → index.js} +209 -209
- package/dist/lib/src/mixins/breakpoints.js +21 -0
- package/dist/lib/src/props/background.js +11 -0
- package/dist/lib/src/props/size.js +11 -0
- package/dist/lib/src/utils/buildClass.js +90 -0
- package/dist/lib/src/utils/mapClasses.js +22 -0
- package/dist/lib/src/utils/{propValidator.mjs → propValidator.js} +6 -5
- package/dist/style/cedar-full.css +0 -1
- package/package.json +53 -38
- package/dist/lib/src/components/accordion/CdrAccordion.mjs +0 -198
- package/dist/lib/src/components/accordion/CdrAccordionGroup.mjs +0 -119
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +0 -3
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +0 -3
- package/dist/lib/src/components/banner/CdrBanner.mjs +0 -61
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +0 -3
- package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.mjs +0 -158
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +0 -3
- package/dist/lib/src/components/button/CdrButton.mjs +0 -118
- package/dist/lib/src/components/button/styles/CdrButton.mjs +0 -3
- package/dist/lib/src/components/caption/CdrCaption.mjs +0 -38
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +0 -3
- package/dist/lib/src/components/card/CdrCard.mjs +0 -35
- package/dist/lib/src/components/card/styles/CdrCard.mjs +0 -3
- package/dist/lib/src/components/checkbox/CdrCheckbox.mjs +0 -165
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +0 -3
- package/dist/lib/src/components/chip/CdrChip.mjs +0 -30
- package/dist/lib/src/components/chip/CdrChipGroup.mjs +0 -105
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +0 -3
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +0 -3
- package/dist/lib/src/components/container/CdrContainer.mjs +0 -49
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +0 -3
- package/dist/lib/src/components/formError/CdrFormError.mjs +0 -39
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +0 -3
- package/dist/lib/src/components/formGroup/CdrFormGroup.mjs +0 -95
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +0 -3
- package/dist/lib/src/components/grid/CdrGrid.mjs +0 -55
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +0 -3
- package/dist/lib/src/components/icon/CdrIcon.mjs +0 -76
- package/dist/lib/src/components/icon/comps/account-profile-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/account-profile.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-down.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-left.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-right.mjs +0 -27
- package/dist/lib/src/components/icon/comps/arrow-up.mjs +0 -27
- package/dist/lib/src/components/icon/comps/atv.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bed-outline.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bike-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/binoculars.mjs +0 -27
- package/dist/lib/src/components/icon/comps/birding.mjs +0 -27
- package/dist/lib/src/components/icon/comps/boat.mjs +0 -27
- package/dist/lib/src/components/icon/comps/boating.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bookmark-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bookmark-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-abstract.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-code-sandbox.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-github.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-linkedin.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.mjs +0 -27
- package/dist/lib/src/components/icon/comps/brand-sketch.mjs +0 -27
- package/dist/lib/src/components/icon/comps/buddies.mjs +0 -27
- package/dist/lib/src/components/icon/comps/bus.mjs +0 -27
- package/dist/lib/src/components/icon/comps/calendar.mjs +0 -27
- package/dist/lib/src/components/icon/comps/camera.mjs +0 -27
- package/dist/lib/src/components/icon/comps/canoe.mjs +0 -27
- package/dist/lib/src/components/icon/comps/car.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-down.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-left.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-right.mjs +0 -27
- package/dist/lib/src/components/icon/comps/caret-up.mjs +0 -27
- package/dist/lib/src/components/icon/comps/cart-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/cart.mjs +0 -27
- package/dist/lib/src/components/icon/comps/chain-link.mjs +0 -27
- package/dist/lib/src/components/icon/comps/chat.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/check-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/climb.mjs +0 -27
- package/dist/lib/src/components/icon/comps/clipboard.mjs +0 -27
- package/dist/lib/src/components/icon/comps/clock.mjs +0 -27
- package/dist/lib/src/components/icon/comps/code-html.mjs +0 -27
- package/dist/lib/src/components/icon/comps/code-js.mjs +0 -27
- package/dist/lib/src/components/icon/comps/compass.mjs +0 -27
- package/dist/lib/src/components/icon/comps/copy.mjs +0 -27
- package/dist/lib/src/components/icon/comps/coupon-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/coupon-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/credit-card.mjs +0 -27
- package/dist/lib/src/components/icon/comps/curbside-pickup.mjs +0 -27
- package/dist/lib/src/components/icon/comps/day.mjs +0 -27
- package/dist/lib/src/components/icon/comps/diving.mjs +0 -27
- package/dist/lib/src/components/icon/comps/dog.mjs +0 -27
- package/dist/lib/src/components/icon/comps/download.mjs +0 -27
- package/dist/lib/src/components/icon/comps/edit.mjs +0 -27
- package/dist/lib/src/components/icon/comps/elevation.mjs +0 -27
- package/dist/lib/src/components/icon/comps/error-fill.mjs +0 -29
- package/dist/lib/src/components/icon/comps/error-stroke.mjs +0 -33
- package/dist/lib/src/components/icon/comps/expand.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-backpacking.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-camping.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-climbing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-clothing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-cycling.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-family.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-fitness.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-hiking.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-paddling.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-rentals.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-snowsports.mjs +0 -27
- package/dist/lib/src/components/icon/comps/experiences-travel.mjs +0 -27
- package/dist/lib/src/components/icon/comps/external-link.mjs +0 -27
- package/dist/lib/src/components/icon/comps/eye-hide.mjs +0 -27
- package/dist/lib/src/components/icon/comps/eye-show.mjs +0 -27
- package/dist/lib/src/components/icon/comps/facebook.mjs +0 -27
- package/dist/lib/src/components/icon/comps/filter-alt.mjs +0 -27
- package/dist/lib/src/components/icon/comps/filter.mjs +0 -27
- package/dist/lib/src/components/icon/comps/find-location.mjs +0 -27
- package/dist/lib/src/components/icon/comps/fire.mjs +0 -27
- package/dist/lib/src/components/icon/comps/fishing.mjs +0 -27
- package/dist/lib/src/components/icon/comps/free-product.mjs +0 -27
- package/dist/lib/src/components/icon/comps/grid-view.mjs +0 -27
- package/dist/lib/src/components/icon/comps/heart-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/heart-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/hike.mjs +0 -27
- package/dist/lib/src/components/icon/comps/history.mjs +0 -27
- package/dist/lib/src/components/icon/comps/home.mjs +0 -27
- package/dist/lib/src/components/icon/comps/horse.mjs +0 -27
- package/dist/lib/src/components/icon/comps/horseshoe.mjs +0 -27
- package/dist/lib/src/components/icon/comps/image.mjs +0 -27
- package/dist/lib/src/components/icon/comps/information-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/information-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/instagram.mjs +0 -27
- package/dist/lib/src/components/icon/comps/kayak.mjs +0 -27
- package/dist/lib/src/components/icon/comps/list-ragged.mjs +0 -27
- package/dist/lib/src/components/icon/comps/list-view.mjs +0 -27
- package/dist/lib/src/components/icon/comps/location-pin-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/location-pin-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-locked-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-locked-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/mail.mjs +0 -27
- package/dist/lib/src/components/icon/comps/map.mjs +0 -27
- package/dist/lib/src/components/icon/comps/member-card.mjs +0 -27
- package/dist/lib/src/components/icon/comps/microphone.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/minus-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/more-functions.mjs +0 -27
- package/dist/lib/src/components/icon/comps/my-location.mjs +0 -27
- package/dist/lib/src/components/icon/comps/navigation-menu.mjs +0 -27
- package/dist/lib/src/components/icon/comps/night.mjs +0 -27
- package/dist/lib/src/components/icon/comps/paddle.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pause.mjs +0 -27
- package/dist/lib/src/components/icon/comps/photography.mjs +0 -27
- package/dist/lib/src/components/icon/comps/picnic.mjs +0 -27
- package/dist/lib/src/components/icon/comps/pinterest.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plane.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/play.mjs +0 -27
- package/dist/lib/src/components/icon/comps/playground.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plugin.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/plus-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/print.mjs +0 -27
- package/dist/lib/src/components/icon/comps/protection-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/protection-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/question-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/question-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/refresh.mjs +0 -27
- package/dist/lib/src/components/icon/comps/reload.mjs +0 -27
- package/dist/lib/src/components/icon/comps/returns.mjs +0 -27
- package/dist/lib/src/components/icon/comps/run.mjs +0 -27
- package/dist/lib/src/components/icon/comps/scan-barcode.mjs +0 -27
- package/dist/lib/src/components/icon/comps/search.mjs +0 -27
- package/dist/lib/src/components/icon/comps/service-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shipping.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shopping-bag-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shopping-bag.mjs +0 -27
- package/dist/lib/src/components/icon/comps/shrink.mjs +0 -27
- package/dist/lib/src/components/icon/comps/size-chart.mjs +0 -27
- package/dist/lib/src/components/icon/comps/ski-boot.mjs +0 -27
- package/dist/lib/src/components/icon/comps/ski.mjs +0 -27
- package/dist/lib/src/components/icon/comps/snow-shop.mjs +0 -27
- package/dist/lib/src/components/icon/comps/snow.mjs +0 -27
- package/dist/lib/src/components/icon/comps/sort.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-100.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-25.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-50.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-75.mjs +0 -27
- package/dist/lib/src/components/icon/comps/star-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/storefront.mjs +0 -27
- package/dist/lib/src/components/icon/comps/swim.mjs +0 -27
- package/dist/lib/src/components/icon/comps/telephone.mjs +0 -27
- package/dist/lib/src/components/icon/comps/tent.mjs +0 -27
- package/dist/lib/src/components/icon/comps/trash.mjs +0 -27
- package/dist/lib/src/components/icon/comps/twitter.mjs +0 -27
- package/dist/lib/src/components/icon/comps/upload.mjs +0 -27
- package/dist/lib/src/components/icon/comps/verified-purchaser.mjs +0 -27
- package/dist/lib/src/components/icon/comps/virtual-outfitting.mjs +0 -27
- package/dist/lib/src/components/icon/comps/warning-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/warning-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/water.mjs +0 -27
- package/dist/lib/src/components/icon/comps/wilderness.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-fill.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-lg.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-sm.mjs +0 -27
- package/dist/lib/src/components/icon/comps/x-stroke.mjs +0 -27
- package/dist/lib/src/components/icon/comps/youtube.mjs +0 -27
- package/dist/lib/src/components/icon/comps/zoom-in.mjs +0 -27
- package/dist/lib/src/components/icon/comps/zoom-out.mjs +0 -27
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +0 -3
- package/dist/lib/src/components/image/CdrImg.mjs +0 -140
- package/dist/lib/src/components/image/styles/CdrImg.mjs +0 -3
- package/dist/lib/src/components/input/CdrInput.mjs +0 -283
- package/dist/lib/src/components/input/styles/CdrInput.mjs +0 -3
- package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.mjs +0 -85
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +0 -3
- package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.mjs +0 -54
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +0 -3
- package/dist/lib/src/components/link/CdrLink.mjs +0 -71
- package/dist/lib/src/components/link/styles/CdrLink.mjs +0 -3
- package/dist/lib/src/components/list/CdrList.mjs +0 -42
- package/dist/lib/src/components/list/styles/CdrList.mjs +0 -3
- package/dist/lib/src/components/modal/CdrModal.mjs +0 -365
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +0 -3
- package/dist/lib/src/components/pagination/CdrPagination.mjs +0 -425
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +0 -3
- package/dist/lib/src/components/popover/CdrPopover.mjs +0 -155
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +0 -3
- package/dist/lib/src/components/popup/CdrPopup.mjs +0 -256
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +0 -3
- package/dist/lib/src/components/quote/CdrQuote.mjs +0 -66
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +0 -3
- package/dist/lib/src/components/radio/CdrRadio.mjs +0 -141
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +0 -3
- package/dist/lib/src/components/rating/CdrRating.mjs +0 -179
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +0 -3
- package/dist/lib/src/components/select/CdrSelect.mjs +0 -255
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +0 -3
- package/dist/lib/src/components/table/CdrTable.mjs +0 -73
- package/dist/lib/src/components/table/styles/CdrTable.mjs +0 -3
- package/dist/lib/src/components/tabs/CdrTabPanel.mjs +0 -105
- package/dist/lib/src/components/tabs/CdrTabs.mjs +0 -353
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +0 -3
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +0 -3
- package/dist/lib/src/components/text/CdrText.mjs +0 -44
- package/dist/lib/src/components/text/styles/CdrText.mjs +0 -3
- package/dist/lib/src/components/toast/CdrToast.mjs +0 -159
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +0 -3
- package/dist/lib/src/components/tooltip/CdrTooltip.mjs +0 -121
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +0 -3
- package/dist/lib/src/mixins/breakpoints.mjs +0 -26
- package/dist/lib/src/mixins/buildClass.mjs +0 -71
- package/dist/lib/src/mixins/fullWidth.mjs +0 -47
- package/dist/lib/src/mixins/modifier.mjs +0 -22
- package/dist/lib/src/mixins/size.mjs +0 -37
- package/dist/style/cdr-accordion-group.css +0 -1
- package/dist/style/cdr-accordion.css +0 -1
- package/dist/style/cdr-banner-vars.css +0 -0
- package/dist/style/cdr-banner.css +0 -1
- package/dist/style/cdr-breadcrumb.css +0 -1
- package/dist/style/cdr-button.css +0 -1
- package/dist/style/cdr-caption.css +0 -1
- package/dist/style/cdr-card.css +0 -1
- package/dist/style/cdr-checkbox.css +0 -1
- package/dist/style/cdr-chip-group.css +0 -1
- package/dist/style/cdr-chip.css +0 -1
- package/dist/style/cdr-container.css +0 -1
- package/dist/style/cdr-form-error.css +0 -1
- package/dist/style/cdr-form-group.css +0 -1
- package/dist/style/cdr-grid.css +0 -1
- package/dist/style/cdr-icon.css +0 -1
- package/dist/style/cdr-img.css +0 -1
- package/dist/style/cdr-input.css +0 -1
- package/dist/style/cdr-label-standalone.css +0 -1
- package/dist/style/cdr-label-wrapper.css +0 -1
- package/dist/style/cdr-link.css +0 -1
- package/dist/style/cdr-list.css +0 -1
- package/dist/style/cdr-modal.css +0 -1
- package/dist/style/cdr-pagination.css +0 -1
- package/dist/style/cdr-popover.css +0 -1
- package/dist/style/cdr-popup.css +0 -1
- package/dist/style/cdr-quote.css +0 -1
- package/dist/style/cdr-radio.css +0 -1
- package/dist/style/cdr-rating.css +0 -1
- package/dist/style/cdr-select.css +0 -1
- package/dist/style/cdr-tab-panel.css +0 -1
- package/dist/style/cdr-table.css +0 -1
- package/dist/style/cdr-tabs.css +0 -1
- package/dist/style/cdr-text.css +0 -1
- package/dist/style/cdr-toast.css +0 -1
- package/dist/style/cdr-tooltip.css +0 -1
- package/dist/style/reset.css +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconAccountProfileFill',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M4 21a1 1 0 01-1-1h-.008a9.08 9.08 0 01.02-.159 9.08 9.08 0 015.454-7.127 5.5 5.5 0 117.068 0A9.08 9.08 0 0121.008 20H21a1 1 0 01-1 1H4z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var accountProfileFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { accountProfileFill as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconAccountProfile',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12 12a3.5 3.5 0 100-7 3.5 3.5 0 000 7zm6.762 7a7.073 7.073 0 00-13.524 0h13.524zM4 21a1 1 0 01-1-1h-.008a9.08 9.08 0 01.02-.159 9.08 9.08 0 015.454-7.127 5.5 5.5 0 117.068 0A9.08 9.08 0 0121.008 20H21a1 1 0 01-1 1H4z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var accountProfile = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { accountProfile as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconArrowDown',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M11 16.585L7.705 13.29a1 1 0 00-1.412 1.417l4.98 4.98a.997.997 0 001.429.025l5.005-5.005a1 1 0 00-1.414-1.414L13 16.586V5a1 1 0 00-2 0v11.585z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var arrowDown = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { arrowDown as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconArrowLeft',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M7.415 11l3.295-3.295a1 1 0 00-1.417-1.412l-4.98 4.98a.997.997 0 00-.025 1.429l5.005 5.005a1 1 0 101.414-1.414L7.414 13H19a1 1 0 000-2H7.415z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var arrowLeft = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { arrowLeft as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconArrowRight',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M16.585 13l-3.295 3.295a1 1 0 001.417 1.412l4.98-4.98a.997.997 0 00.025-1.429l-5.005-5.005a1 1 0 00-1.414 1.414L16.586 11H5a1 1 0 000 2h11.585z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var arrowRight = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { arrowRight as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconArrowUp',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13 7.415l3.295 3.295a1 1 0 001.412-1.417l-4.98-4.98a.997.997 0 00-1.429-.025L6.293 9.293a1 1 0 001.414 1.414L11 7.414V19a1 1 0 002 0V7.415z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var arrowUp = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { arrowUp as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconAtv',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12.341 14h-.682A5.998 5.998 0 006 10a5.972 5.972 0 00-3 .803V9.007A1 1 0 014.42 8.1l7.588 1.487 2.48-1.461L13.475 6H12a1 1 0 110-2h2a1 1 0 01.939.655l1.066 2.348 3.451 2.107A1 1 0 0120 10v.341A5.99 5.99 0 0018 10a5.987 5.987 0 00-5.659 4zM6 20a4 4 0 110-8 4 4 0 010 8zm0-2a2 2 0 100-4 2 2 0 000 4zm12 2a4 4 0 110-8 4 4 0 010 8zm0-2a2 2 0 100-4 2 2 0 000 4z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var atv = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { atv as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBedOutline',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M9 10h12a1 1 0 011 1v3.785a1.004 1.004 0 010 .43V19a1 1 0 01-2 0v-3H4v3a1 1 0 01-2 0V5a1 1 0 112 0v3.25A1.98 1.98 0 015 8h2a2 2 0 012 2zm-5 2v2h16v-2H4z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var bedOutline = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { bedOutline as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBikeShop',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M13.517 12.18l7.206 7.207a.945.945 0 01-1.336 1.336l-7.206-7.206a1.26 1.26 0 111.336-1.336zm5.37 2.753a7.5 7.5 0 10-3.977 3.977l1.585 1.585-.064-.023a1.253 1.253 0 00-1.574.65l-.122.266a1.052 1.052 0 01-1.67.332l-.213-.197a1.255 1.255 0 00-1.704 0l-.213.197a1.052 1.052 0 01-1.67-.332l-.122-.266a1.253 1.253 0 00-1.574-.65l-.272.1a1.052 1.052 0 01-1.416-.943l-.011-.297a1.251 1.251 0 00-1.204-1.201l-.291-.011a1.051 1.051 0 01-.947-1.414l.103-.28a1.248 1.248 0 00-.65-1.568l-.267-.122a1.051 1.051 0 01-.334-1.67l.202-.218a1.247 1.247 0 000-1.696l-.202-.218a1.05 1.05 0 01.334-1.67l.266-.122c.594-.273.878-.956.651-1.568l-.103-.28a1.05 1.05 0 01.947-1.414l.29-.01A1.251 1.251 0 005.87 4.667l.01-.297a1.05 1.05 0 011.417-.943l.272.1a1.253 1.253 0 001.574-.65l.122-.266a1.052 1.052 0 011.67-.332l.213.197c.48.446 1.224.446 1.704 0l.213-.197a1.052 1.052 0 011.67.332l.122.266c.273.594.96.878 1.574.65l.272-.1a1.052 1.052 0 011.416.943l.011.297c.025.653.55 1.176 1.204 1.201l.291.011a1.051 1.051 0 01.947 1.414l-.103.28a1.248 1.248 0 00.65 1.568l.267.122a1.051 1.051 0 01.334 1.67l-.202.218a1.247 1.247 0 000 1.696l.202.218a1.05 1.05 0 01-.334 1.67l-.266.122a1.248 1.248 0 00-.651 1.568l.052.14-1.634-1.633z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var bikeShop = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { bikeShop as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBinoculars',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M10 13v1h3.996v2H10v1a4 4 0 11-7.853-1.085l1.795-8.93.093-.442A3 3 0 0110 7v4h3.997V7a3 3 0 015.965-.456l.093.442 1.795 8.93A4.003 4.003 0 0117.998 21a4 4 0 01-4-4v-4H10zm9.296.214l-1.308-6.38a1.01 1.01 0 00-.99-.835 1 1 0 00-1 1v6.536a4.016 4.016 0 013.299-.321zm-14.6 0c.408-.14.844-.215 1.298-.215.73 0 1.413.195 2.002.536V7a1 1 0 00-1-1 1.01 1.01 0 00-.99.836l-1.31 6.38zM18 19a2 2 0 100-4 2 2 0 000 4zM6.011 19a2 2 0 100-4 2 2 0 000 4z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var binoculars = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { binoculars as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBirding',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M14.56 8.828L9.936 13H12a1 1 0 001-1 1 1 0 012 0 3 3 0 01-3 3H7.718L6.61 16H14a3 3 0 003-3V6a1 1 0 10-2 0l.001 2a.997.997 0 01-.235.642l-.205.186zM19 6v.517l1.172.498A1 1 0 0121 8v1h-1.233l-.005.013L19.73 9H19v4a5 5 0 01-5 5v1a1 1 0 110 2h-1a1 1 0 01-1-1v-2H4a1 1 0 01-.592-1.806L13 7.542V6a3 3 0 016 0z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var birding = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { birding as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBoat',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M19 17h-6v3h4a1 1 0 010 2H7a1 1 0 010-2h4v-5H5a1 1 0 01-.813-1.582L11 4.036V3a1 1 0 112 0v1.007l6.789 11.378a1 1 0 01-.79 1.615zm-8-4V7.439L6.96 13H11zm2-5.123V15h4.24L13 7.877z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var boat = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { boat as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBoating',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M6.008 16.578l-.01-.01.387-.387A6.964 6.964 0 015.071 13H3a1 1 0 010-2h2.07a6.964 6.964 0 011.325-3.194 1.015 1.015 0 01-.052-.049L4.929 6.343A1 1 0 016.343 4.93l.707.707.012-.012.76.76a6.964 6.964 0 013.165-1.311V4.49H11V3a1 1 0 012 0v2a.802.802 0 01-.003.07 6.964 6.964 0 013.184 1.315l.424-.424.01.01 1.042-1.042a1 1 0 011.414 1.414l-1.414 1.414a1.015 1.015 0 01-.052.049A6.964 6.964 0 0118.928 11h2.07a1 1 0 010 2h-2.07a6.964 6.964 0 01-1.312 3.178l.052.052-.012.012 1.414 1.415a1 1 0 01-1.414 1.414l-1.414-1.414a1.015 1.015 0 01-.049-.052 6.964 6.964 0 01-3.197 1.324.843.843 0 01.003.071v2a1 1 0 01-2 0v-1.51h-.013v-.563a6.964 6.964 0 01-3.181-1.322 1.015 1.015 0 01-.049.052L6.343 19.07a1 1 0 11-1.414-1.414l1.079-1.08v.002zM14.395 11H16.9a4.972 4.972 0 00-.736-1.769L14.394 11h.001zm.35-3.18a4.971 4.971 0 00-1.758-.723V9.58l1.759-1.76h-.001zM9.567 13H7.1c.129.634.377 1.224.72 1.746L9.567 13zm-.335 3.164c.524.35 1.118.602 1.756.733v-2.489l-1.756 1.756zM9.61 11L7.838 9.228A4.972 4.972 0 007.1 11h2.51zm-.353-3.181l1.73 1.73V7.102a4.972 4.972 0 00-1.73.716v.001zM14.438 13l1.743 1.743c.343-.521.59-1.11.719-1.743h-2.462zm.334 3.162l-1.785-1.785v2.526a4.972 4.972 0 001.785-.741z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var boating = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { boating as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBookmarkFill',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5 2h14a1 1 0 011 1v18a1 1 0 01-1.6.8L12.002 17 5.6 21.8A1 1 0 014 21V3a1 1 0 011-1z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var bookmarkFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { bookmarkFill as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBookmarkStroke',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M5 2h14a1 1 0 011 1v18a1 1 0 01-1.6.8L12.002 17 5.6 21.8A1 1 0 014 21V3a1 1 0 011-1zm1 2v15l5.402-4.05a1 1 0 011.2 0L18 19V4H6z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var bookmarkStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { bookmarkStroke as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBrandAbstract',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M10 9a5 5 0 110 10 5 5 0 010-10zm9-4v14h-3V8H5V5h14zm-9 7a2 2 0 100 4 2 2 0 000-4z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var brandAbstract = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { brandAbstract as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBrandCodeSandbox',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12 1.853l9 5.062v10.17l-9 5.062-9-5.062V6.915l9-5.062zM5 9.118v3.409l3 1.58v3.496l3 1.687v-7.172l-6-3zm14 0l-6 3v7.172l3-1.687v-3.487l3-1.587V9.118zm-4.481-3.554L12.006 7 9.478 5.566 6.133 7.448 12 10.382l5.867-2.934-3.348-1.884z"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var brandCodeSandbox = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { brandCodeSandbox as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, renderSlot, createElementVNode } from 'vue';
|
|
2
|
+
import CdrIcon from '../CdrIcon.js';
|
|
3
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
|
+
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
name: 'IconBrandGithub',
|
|
7
|
+
components: {
|
|
8
|
+
CdrIcon,
|
|
9
|
+
},
|
|
10
|
+
setup(props) {
|
|
11
|
+
return {
|
|
12
|
+
props
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const _hoisted_1 = /*#__PURE__*/createElementVNode("path", {
|
|
18
|
+
role: "presentation",
|
|
19
|
+
d: "M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.342-3.369-1.342-.454-1.155-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.831.092-.646.35-1.086.636-1.336-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.268 2.75 1.026A9.578 9.578 0 0112 6.836c.85.004 1.705.114 2.504.337 1.909-1.294 2.747-1.026 2.747-1.026.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.579.688.481C19.137 20.163 22 16.418 22 12c0-5.523-4.478-10-10-10"
|
|
20
|
+
}, null, -1 /* HOISTED */);
|
|
21
|
+
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
const _component_cdr_icon = resolveComponent("cdr-icon");
|
|
24
|
+
|
|
25
|
+
return (openBlock(), createBlock(_component_cdr_icon, normalizeProps(guardReactiveProps(_ctx.props)), {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
renderSlot(_ctx.$slots, "default"),
|
|
28
|
+
_hoisted_1
|
|
29
|
+
]),
|
|
30
|
+
_: 3 /* FORWARDED */
|
|
31
|
+
}, 16 /* FULL_PROPS */))
|
|
32
|
+
}
|
|
33
|
+
var brandGithub = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { brandGithub as default };
|