@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: 'IconHorse',
|
|
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.041 19.728c.856-4.461 3.152-6.488 3.96-7.046a3.735 3.735 0 01-.038-.493c-.008-.97.39-1.824 1.15-2.473a1 1 0 111.299 1.52c-.313.268-.416.638-.414 1.018.013 1.66 2.411 4.023 3.285 4.749.271.225.404.576.35.925-.029.199-.022.722.185.928.18.177.606.157.84.122.528-.078.916-.264 1.113-.568.355-.55.205-1.458.146-1.668L16.658 7.27a1.014 1.014 0 01-.017-.325l.175-1.36-1.307.345c-.16.066-.333.09-.504.072-3.937-.457-7.91 1.74-10.45 3.824A1 1 0 013.332 8.25C6.344 5.799 10.726 3.61 14.998 4l2.612-.921a.998.998 0 011.383 1.03l-.347 2.892 2.21 9.252c.025.084.212.797.123 1.659a3.542 3.542 0 01-.529 1.57c-.358.554-1.11 1.269-2.5 1.474a4.197 4.197 0 01-.627.049c-.978 0-1.579-.393-1.928-.745-.628-.633-.763-1.486-.773-2.053-.699-.627-2.099-1.996-2.969-3.56-.804.692-2.14 2.416-2.704 5.71-.11.38-.525.643-.951.643-.552 0-1.023-.448-1-1 .004-.083.043-.262.043-.273zm9.717-8.722a.758.758 0 11-1.516 0 .758.758 0 011.516 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 horse = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { horse 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: 'IconHorseshoe',
|
|
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.002 5a1 1 0 100-2h-2.005a1.001 1.001 0 00-.915 1.403c.176.401.366.819.563 1.249 1.135 2.492 2.456 5.403 2.356 7.9a5.004 5.004 0 01-1.165 3.051c-1.18 1.418-3.496 2.38-5.897 2.395h-.237c-2.31-.014-4.416-.933-5.634-2.395-.743-.892-1.038-1.95-1.063-3.093-.056-2.487 1.222-5.38 2.35-7.857.196-.431.386-.849.562-1.25A.998.998 0 007.002 3H5a1 1 0 000 2h.454c-1.165 2.561-2.532 5.71-2.45 8.631.041 1.517.462 2.972 1.527 4.251 1.59 1.911 4.266 3.098 7.16 3.116h.253c2.367-.014 5.557-.867 7.43-3.116 1.134-1.364 1.58-2.928 1.586-4.553.01-2.835-1.289-5.856-2.415-8.329h.457z"
|
|
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 horseshoe = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { horseshoe 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: 'IconImage',
|
|
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: "M20 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h16zm-3 10.31l-2.867 1.654a1 1 0 01-.88.058l-.12-.058-1.13-.653L5 18.353V19h14v-4.536l-2-1.155zM19 5H5v11.044l6.5-3.752a1 1 0 01.878-.06l.12.058 1.135.653L16.5 11.29a1 1 0 01.88-.059l.12.059 1.501.866V5zM8.25 7a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5z"
|
|
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 image = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { image 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: 'IconInformationFill',
|
|
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 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 8h-1a1 1 0 000 2v4a1 1 0 000 2h2a1 1 0 000-2v-5a.997.997 0 00-1-1zm0-4a1.25 1.25 0 100 2.5A1.25 1.25 0 0012 6z"
|
|
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 informationFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { informationFill 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: 'IconInformationStroke',
|
|
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 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16zm0-10a.997.997 0 011 1v5a1 1 0 010 2h-2a1 1 0 010-2v-4a1 1 0 010-2h1zm.03-4a1.28 1.28 0 110 2.56 1.28 1.28 0 010-2.56z"
|
|
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 informationStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { informationStroke 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: 'IconInstagram',
|
|
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 3a5 5 0 015 5v8a5 5 0 01-5 5H8a5 5 0 01-5-5V8a5 5 0 015-5h8zm0 2H8a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V8a3 3 0 00-3-3zm-4 2a5 5 0 110 10 5 5 0 010-10zm0 2a3 3 0 100 6 3 3 0 000-6zm4.75-2.75a1 1 0 110 2 1 1 0 010-2z"
|
|
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 instagram = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { instagram 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: 'IconKayak',
|
|
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.574 7.955L5.05 7.04a.997.997 0 01-.313-.212L3.322 5.414a1 1 0 010-1.414l.707-.707a1 1 0 011.414 0l1.415 1.414c.088.09.157.19.205.299l.88 1.466L9.017 7.55a17.933 17.933 0 0110.82-4.53.975.975 0 01.264-.015h.027l-.003.003a1 1 0 01.885 1.17 17.847 17.847 0 01-4.526 10.855l1.004 1.007 1.513.907c.114.05.22.12.313.213l1.415 1.414a1 1 0 010 1.414l-.707.707a1 1 0 01-1.415 0l-1.414-1.414a.998.998 0 01-.206-.298l-.878-1.467-1.054-1.056A17.848 17.848 0 014 20.99a1 1 0 01-.958-1.288 17.931 17.931 0 014.55-10.727l-1.018-1.02zm2.743 2.75a3 3 0 003.991 4.003l-3.99-4.002zm1.43-1.423l3.991 4a3 3 0 00-3.992-4zm6.171 1.668a15.816 15.816 0 001.94-5.765 15.88 15.88 0 00-5.73 1.932 5.007 5.007 0 013.79 3.833zm-5.937 5.935a5.007 5.007 0 01-3.835-3.8 15.891 15.891 0 00-1.945 5.74 15.817 15.817 0 005.78-1.94z"
|
|
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 kayak = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { kayak 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: 'IconListRagged',
|
|
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: "M18 17a1 1 0 010 2H4a1 1 0 010-2h14zm-4-6a1 1 0 010 2H4a1 1 0 010-2h10zm6-6a1 1 0 010 2H4a1 1 0 110-2h16z"
|
|
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 listRagged = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { listRagged 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: 'IconListView',
|
|
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 17a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2a1 1 0 011-1h2zm14 1a1 1 0 010 2H10a1 1 0 010-2h10zM6 10a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2a1 1 0 011-1h2zm14 1a1 1 0 010 2H10a1 1 0 010-2h10zM6 3a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h2zm14 1a1 1 0 010 2H10a1 1 0 110-2h10z"
|
|
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 listView = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { listView 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: 'IconLocationPinFill',
|
|
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 2a8 8 0 018 8c0 2.81-2.428 6.713-7.284 11.698a1.006 1.006 0 01-1.432 0C6.428 16.713 4 12.811 4 10a8 8 0 018-8zm0 6.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"
|
|
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 locationPinFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { locationPinFill 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: 'IconLocationPinStroke',
|
|
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 2a8 8 0 018 8c0 2.81-2.428 6.713-7.284 11.698a1.006 1.006 0 01-1.432 0C6.428 16.713 4 12.811 4 10a8 8 0 018-8zm0 2a6 6 0 00-6 6c0 2.013 1.968 5.282 6 9.552 4.032-4.27 6-7.539 6-9.552a6 6 0 00-6-6zm0 4.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"
|
|
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 locationPinStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { locationPinStroke 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: 'IconLockLockedFill',
|
|
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 2c1.997 0 3.669 1.077 4.559 2.907.156.32.278.736.379 1.262l.048.272.014.165V10h2a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V11a1 1 0 011-1h2V6.5l.02-.198c.133-.66.283-1.16.469-1.526C8.386 3.016 10.026 2 12 2zm0 11a2 2 0 00-1 3.732V19h2l.001-2.268A2 2 0 0012 13zm0-9c-1.218 0-2.172.592-2.73 1.684-.069.136-.149.386-.23.735L9 6.602V10h6V6.69a4.675 4.675 0 00-.206-.831l-.034-.077C14.2 4.63 13.22 4 12 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 lockLockedFill = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { lockLockedFill 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: 'IconLockLockedStroke',
|
|
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 2c1.997 0 3.669 1.077 4.559 2.907.182.374.318.877.427 1.534l.014.165V10h2a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V11a1 1 0 011-1h2V6.5l.02-.198c.133-.66.283-1.16.469-1.526C8.386 3.016 10.026 2 12 2zm6 10H6v8h12v-8zm-6 1a2 2 0 011.001 3.732L13 19h-2v-2.268A2 2 0 0112 13zm0-9c-1.218 0-2.172.592-2.73 1.684-.08.16-.176.472-.27.918V10h6V6.69a4.675 4.675 0 00-.206-.831l-.034-.077C14.2 4.63 13.22 4 12 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 lockLockedStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { lockLockedStroke 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: 'IconLockUnlockedStroke',
|
|
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 2c1.997 0 3.669 1.077 4.559 2.907.182.374.318.877.427 1.534l.014.165V7a1 1 0 01-2 0v-.31c-.077-.44-.163-.75-.24-.908C14.2 4.63 13.22 4 12 4c-1.218 0-2.172.592-2.73 1.684-.08.16-.176.472-.27.918V10h10a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V11a1 1 0 011-1h2V6.5l.02-.198c.133-.66.283-1.16.469-1.526C8.386 3.016 10.026 2 12 2zm6 10H6v8h12v-8zm-6 1a2 2 0 011.001 3.732L13 19h-2v-2.268A2 2 0 0112 13z"
|
|
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 lockUnlockedStroke = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { lockUnlockedStroke 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: 'IconMail',
|
|
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: "M21 5a1 1 0 011 1v12a1 1 0 01-1 1H3a1 1 0 01-1-1V6a1 1 0 011-1h18zm-1 3.536l-7.483 4.32a1 1 0 01-1.017.01L4 8.536V17h16V8.536zM18.658 7H5.34L12 10.845 18.658 7z"
|
|
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 mail = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { mail 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: 'IconMap',
|
|
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.555 4a.341.341 0 00-.137.021l-4.751 1.844L9.333 4l-5.01 1.688A.454.454 0 004 6.115v13.44a.447.447 0 00.582.424l4.751-1.844L14.667 20l5.013-1.685a.458.458 0 00.32-.43V4.445A.447.447 0 0019.555 4zm-4.888 14.223l-5.334-1.871V5.777l5.334 1.871v10.575z"
|
|
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 map = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { map 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: 'IconMemberCard',
|
|
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.042 13.956a2 2 0 111.916 0A3.001 3.001 0 0111 16.8a.5.5 0 11-1 0 2 2 0 10-4 0 .5.5 0 11-1 0c0-1.322.855-2.444 2.042-2.844zM4 7V5a1 1 0 011-1h14a1 1 0 011 1v2h1a1 1 0 011 1v11a1 1 0 01-1 1H3a1 1 0 01-1-1V8a1 1 0 011-1h1zm2 0h12V6H6v1zm14 11V9H4v9h16zm-7.563-7h6.126c.241 0 .437.224.437.5s-.196.5-.438.5h-6.125c-.241 0-.437-.224-.437-.5s.196-.5.438-.5zm0 2h6.126c.241 0 .437.224.437.5s-.196.5-.438.5h-6.125c-.241 0-.437-.224-.437-.5s.196-.5.438-.5zm0 2h6.126c.241 0 .437.224.437.5s-.196.5-.438.5h-6.125c-.241 0-.437-.224-.437-.5s.196-.5.438-.5zM8 13.2a1 1 0 100-2 1 1 0 000 2z"
|
|
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 memberCard = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { memberCard 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: 'IconMicrophone',
|
|
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: "M17 11v-1a1 1 0 012 0v1a7.002 7.002 0 01-6 6.93V21a1 1 0 01-2 0v-3.07A7.002 7.002 0 015 11v-1a1 1 0 112 0v1a5 5 0 0010 0zM8 6a4 4 0 118 0v5a4 4 0 11-8 0V6z"
|
|
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 microphone = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { microphone as default };
|