@designcrowd/fe-shared-lib 1.2.14 → 1.2.15-ast-upsell-2
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/.eslintrc.js +35 -35
- package/.github/workflows/auto-merge.yml +52 -52
- package/.prettierrc.js +7 -7
- package/.storybook/main.ts +36 -36
- package/.storybook/preview-head-master.html +4 -4
- package/.storybook/preview-head-publish-master.html +4 -4
- package/.storybook/preview-head-publish.html +9 -9
- package/.storybook/preview-head.html +9 -9
- package/.storybook/preview.js +14 -14
- package/CLAUDE.md +70 -70
- package/Dockerfile +43 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/index.cjs +16 -16
- package/index.js +60 -56
- package/nodemon.translation.json +6 -6
- package/package.json +116 -116
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +542 -475
- package/public/css/tailwind-brandPage.css +438 -396
- package/public/css/tailwind-crazyDomains.css +542 -475
- package/public/css/tailwind-designCom.css +542 -475
- package/public/css/tailwind-designCrowd.css +542 -475
- package/src/atoms/components/Button/Button.vue +341 -341
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +828 -828
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
- package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
- package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
- package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
- package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
- package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
- package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
- package/src/atoms/components/Carousel/Carousel.fixtures.js +35 -35
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +261 -261
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +206 -206
- package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
- package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
- package/src/atoms/components/Checktile/Checktile.vue +73 -73
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
- package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
- package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
- package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
- package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
- package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
- package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
- package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
- package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
- package/src/atoms/components/Icon/Icon.stories.js +390 -390
- package/src/atoms/components/Icon/Icon.vue +825 -825
- package/src/atoms/components/Icon/icons/add-page.vue +6 -6
- package/src/atoms/components/Icon/icons/ai.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
- package/src/atoms/components/Icon/icons/attach.vue +6 -6
- package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
- package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
- package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
- package/src/atoms/components/Icon/icons/background.vue +7 -7
- package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
- package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
- package/src/atoms/components/Icon/icons/banner.vue +7 -7
- package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
- package/src/atoms/components/Icon/icons/brush.vue +6 -6
- package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/business.vue +6 -6
- package/src/atoms/components/Icon/icons/calendar.vue +5 -5
- package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
- package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
- package/src/atoms/components/Icon/icons/cap.vue +22 -22
- package/src/atoms/components/Icon/icons/card.vue +9 -9
- package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
- package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
- package/src/atoms/components/Icon/icons/check.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/Icon/icons/close.vue +6 -6
- package/src/atoms/components/Icon/icons/community.vue +5 -5
- package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
- package/src/atoms/components/Icon/icons/content.vue +7 -7
- package/src/atoms/components/Icon/icons/copy.vue +10 -10
- package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
- package/src/atoms/components/Icon/icons/crop.vue +6 -6
- package/src/atoms/components/Icon/icons/delete.vue +8 -8
- package/src/atoms/components/Icon/icons/designs.vue +6 -6
- package/src/atoms/components/Icon/icons/desktop.vue +7 -7
- package/src/atoms/components/Icon/icons/donate.vue +6 -6
- package/src/atoms/components/Icon/icons/download.vue +5 -5
- package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
- package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
- package/src/atoms/components/Icon/icons/edit.vue +6 -6
- package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
- package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
- package/src/atoms/components/Icon/icons/error.vue +8 -8
- package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
- package/src/atoms/components/Icon/icons/fees.vue +6 -6
- package/src/atoms/components/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/Icon/icons/filters.vue +6 -6
- package/src/atoms/components/Icon/icons/flag.vue +6 -6
- package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
- package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
- package/src/atoms/components/Icon/icons/folder.vue +6 -6
- package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
- package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
- package/src/atoms/components/Icon/icons/form-message.vue +6 -6
- package/src/atoms/components/Icon/icons/form.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
- package/src/atoms/components/Icon/icons/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/home.vue +7 -7
- package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
- package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
- package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
- package/src/atoms/components/Icon/icons/images.vue +7 -7
- package/src/atoms/components/Icon/icons/info.vue +9 -9
- package/src/atoms/components/Icon/icons/jobs.vue +8 -8
- package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
- package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
- package/src/atoms/components/Icon/icons/layer.vue +6 -6
- package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
- package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
- package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/link.vue +6 -6
- package/src/atoms/components/Icon/icons/location.vue +6 -6
- package/src/atoms/components/Icon/icons/lock.vue +6 -6
- package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
- package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
- package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
- package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
- package/src/atoms/components/Icon/icons/map.vue +6 -6
- package/src/atoms/components/Icon/icons/message.vue +6 -6
- package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/Icon/icons/minus.vue +3 -3
- package/src/atoms/components/Icon/icons/mobile.vue +5 -5
- package/src/atoms/components/Icon/icons/mug.vue +29 -29
- package/src/atoms/components/Icon/icons/opacity.vue +6 -6
- package/src/atoms/components/Icon/icons/other.vue +7 -7
- package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
- package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
- package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
- package/src/atoms/components/Icon/icons/pages.vue +6 -6
- package/src/atoms/components/Icon/icons/palette.vue +6 -6
- package/src/atoms/components/Icon/icons/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/payment.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
- package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
- package/src/atoms/components/Icon/icons/phone.vue +6 -6
- package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
- package/src/atoms/components/Icon/icons/plus.vue +3 -3
- package/src/atoms/components/Icon/icons/poll.vue +3 -3
- package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
- package/src/atoms/components/Icon/icons/preview.vue +6 -6
- package/src/atoms/components/Icon/icons/printing.vue +6 -6
- package/src/atoms/components/Icon/icons/processing.vue +5 -5
- package/src/atoms/components/Icon/icons/question.vue +11 -11
- package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
- package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
- package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
- package/src/atoms/components/Icon/icons/redo.vue +6 -6
- package/src/atoms/components/Icon/icons/reload.vue +6 -6
- package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
- package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
- package/src/atoms/components/Icon/icons/reset.vue +6 -6
- package/src/atoms/components/Icon/icons/search.vue +11 -11
- package/src/atoms/components/Icon/icons/secure.vue +7 -7
- package/src/atoms/components/Icon/icons/services.vue +7 -7
- package/src/atoms/components/Icon/icons/settings.vue +7 -7
- package/src/atoms/components/Icon/icons/shape.vue +5 -5
- package/src/atoms/components/Icon/icons/share.vue +8 -8
- package/src/atoms/components/Icon/icons/shop.vue +5 -5
- package/src/atoms/components/Icon/icons/sms.vue +5 -5
- package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/social-google.vue +5 -5
- package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
- package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-share.vue +7 -7
- package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
- package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/sticker.vue +28 -28
- package/src/atoms/components/Icon/icons/styles.vue +5 -5
- package/src/atoms/components/Icon/icons/submit.vue +5 -5
- package/src/atoms/components/Icon/icons/templates.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
- package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
- package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image.vue +13 -13
- package/src/atoms/components/Icon/icons/time.vue +8 -8
- package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
- package/src/atoms/components/Icon/icons/undo.vue +6 -6
- package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
- package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
- package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
- package/src/atoms/components/Icon/icons/upload.vue +5 -5
- package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
- package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
- package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
- package/src/atoms/components/Icon/icons/volume.vue +5 -5
- package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/website.vue +6 -6
- package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
- package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom.vue +11 -11
- package/src/atoms/components/Loader/Loader.vue +15 -15
- package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
- package/src/atoms/components/Masonry/Masonry.vue +48 -48
- package/src/atoms/components/Masonry/fixtures.js +589 -589
- package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
- package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
- package/src/atoms/components/Modal/Modal.stories.js +293 -293
- package/src/atoms/components/Modal/Modal.vue +263 -258
- package/src/atoms/components/Notice/Notice.stories.js +174 -174
- package/src/atoms/components/Notice/Notice.vue +71 -71
- package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
- package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
- package/src/atoms/components/Picture/Picture.stories.js +90 -90
- package/src/atoms/components/Picture/Picture.vue +84 -84
- package/src/atoms/components/Picture/picture.fixtures.js +35 -35
- package/src/atoms/components/Pill/Pill.stories.js +20 -20
- package/src/atoms/components/Pill/Pill.vue +8 -8
- package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
- package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
- package/src/atoms/components/PillBar/PillBar.vue +62 -62
- package/src/atoms/components/Price/Price.fixtures.js +25 -25
- package/src/atoms/components/Price/Price.stories.js +173 -173
- package/src/atoms/components/Price/Price.vue +114 -114
- package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
- package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
- package/src/atoms/components/Price/i18n/price.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
- package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
- package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
- package/src/atoms/components/Select/Select.stories.js +142 -142
- package/src/atoms/components/Select/Select.vue +619 -619
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +356 -356
- package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
- package/src/atoms/components/StarRating/StarRating.vue +84 -84
- package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
- package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
- package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
- package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
- package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
- package/src/atoms/components/TextInput/TextInput.vue +160 -160
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +109 -109
- package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
- package/src/atoms/components/Toggle/Toggle.vue +69 -69
- package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
- package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
- package/src/atoms/components/Upsell/DigitalBusinessCard.vue +50 -0
- package/src/atoms/components/Upsell/LinkInBio.vue +50 -0
- package/src/atoms/components/Upsell/UpgradeWebsite.vue +50 -0
- package/src/atoms/components/Upsell/WebDesignSupport.vue +50 -0
- package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
- package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
- package/src/atoms/constants/constants.ts +6 -6
- package/src/atoms/mixin/hash-router-mixin.js +68 -68
- package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
- package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
- package/src/bundleTranslation.js +89 -89
- package/src/bundles/bundled-translations.de-DE.json +8 -0
- package/src/bundles/bundled-translations.es-ES.json +8 -0
- package/src/bundles/bundled-translations.fr-FR.json +8 -0
- package/src/bundles/bundled-translations.json +11 -1
- package/src/bundles/bundled-translations.pt-PT.json +8 -0
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +104 -104
- package/src/experiences/clients/brand-page-api.client.js +47 -47
- package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
- package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
- package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
- package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
- package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
- package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
- package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
- package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
- package/src/experiences/components/AuthFlow/SignIn.vue +451 -442
- package/src/experiences/components/AuthFlow/SignUp.vue +277 -272
- package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
- package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
- package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
- package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
- package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +98 -98
- package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +106 -106
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +137 -137
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +10 -10
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +270 -226
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +59 -24
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +21 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +21 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +21 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +21 -21
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +154 -154
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +189 -189
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +58 -58
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +278 -278
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
- package/src/experiences/constants/api.js +8 -8
- package/src/experiences/constants/error-constants.js +5 -5
- package/src/experiences/constants/event-constants.js +18 -18
- package/src/experiences/constants/partner-dictionary-constants.js +27 -27
- package/src/experiences/constants/rego-source-constants.js +3 -3
- package/src/experiences/constants/sell-domain-name-constants.js +4 -4
- package/src/experiences/helpers/email-validator.js +5 -5
- package/src/experiences/helpers/hex-diff.js +116 -116
- package/src/experiences/helpers/tracking.js +5 -5
- package/src/experiences/mixins/mediaQueryMixin.js +31 -31
- package/src/experiences/mixins/themeMixin.js +22 -22
- package/src/themes/base.js +20 -20
- package/src/themes/bc.js +95 -95
- package/src/themes/bp.js +21 -21
- package/src/themes/cd.js +94 -94
- package/src/themes/dc.js +84 -84
- package/src/themes/dcom.js +106 -106
- package/src/themes/themes.js +16 -16
- package/src/useSharedLibTranslate.js +81 -79
- package/src/viewports.js +51 -51
- package/stylelint.config.js +19 -19
- package/tailwind.build.js +83 -83
- package/tailwind.config.js +37 -37
- package/tailwind.themes.js +59 -59
- package/vite.config.ts +37 -37
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import Icon from './Icon.vue';
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
title: 'Components/DesignCom/Icons',
|
|
5
|
-
component: Icon,
|
|
6
|
-
};
|
|
7
|
-
|
|
8
|
-
export const IconSample = () => {
|
|
9
|
-
return {
|
|
10
|
-
components: {
|
|
11
|
-
Icon,
|
|
12
|
-
},
|
|
13
|
-
data() {
|
|
14
|
-
return {
|
|
15
|
-
sizes: ['xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl'],
|
|
16
|
-
icons: [
|
|
17
|
-
{ name: 'annotate-heart' },
|
|
18
|
-
{ name: 'award' },
|
|
19
|
-
{ name: 'bulb' },
|
|
20
|
-
{ name: 'bezier-curve' },
|
|
21
|
-
{ name: 'card' },
|
|
22
|
-
{ name: 'check-circle-light' },
|
|
23
|
-
{ name: 'chevron-down' },
|
|
24
|
-
{ name: 'chevron-left' },
|
|
25
|
-
{ name: 'chevron-right' },
|
|
26
|
-
{ name: 'chevron-up' },
|
|
27
|
-
{ name: 'diamond' },
|
|
28
|
-
{ name: 'download' },
|
|
29
|
-
{ name: 'file' },
|
|
30
|
-
{ name: 'file-empty' },
|
|
31
|
-
{ name: 'filter' },
|
|
32
|
-
{ name: 'font' },
|
|
33
|
-
{ name: 'headphones' },
|
|
34
|
-
{ name: 'heart' },
|
|
35
|
-
{ name: 'image' },
|
|
36
|
-
{ name: 'logo' },
|
|
37
|
-
{ name: 'minus-circle-light' },
|
|
38
|
-
{ name: 'pen' },
|
|
39
|
-
{ name: 'palette' },
|
|
40
|
-
{ name: 'plus-circle-light' },
|
|
41
|
-
{ name: 'question-circle-filled' },
|
|
42
|
-
{ name: 'search' },
|
|
43
|
-
{ name: 'star-filled' },
|
|
44
|
-
{ name: 'star-hollow' },
|
|
45
|
-
{ name: 'text' },
|
|
46
|
-
{ name: 'users' },
|
|
47
|
-
],
|
|
48
|
-
};
|
|
49
|
-
},
|
|
50
|
-
template: `
|
|
51
|
-
<table class="tw-w-full">
|
|
52
|
-
<thead>
|
|
53
|
-
<tr>
|
|
54
|
-
<th class="tw-text-center tw-p-4 tw-bg-grayscale-400 tw-font-sans">Icon ({{icons.length}})</th>
|
|
55
|
-
<th class="tw-text-left tw-p-4 tw-bg-grayscale-400 tw-font-sans">Code</th>
|
|
56
|
-
</tr>
|
|
57
|
-
</thead>
|
|
58
|
-
<tr v-for="(icon, i) in icons" :key="i" :class="{'tw-bg-grayscale-200': i % 2 !== 0}">
|
|
59
|
-
<td class="tw-p-4">
|
|
60
|
-
<div class="tw-grid tw-grid-cols-8 tw-gap-4 tw-items-center" style="grid-template-columns: repeat(8, minmax(0, 1fr));">
|
|
61
|
-
<Icon
|
|
62
|
-
v-for="size in sizes"
|
|
63
|
-
:name="icon.name"
|
|
64
|
-
:alt-text="icon.altText"
|
|
65
|
-
:size="size"
|
|
66
|
-
/>
|
|
67
|
-
</div>
|
|
68
|
-
</td>
|
|
69
|
-
<td class="tw-p-4">
|
|
70
|
-
<code class="tw-bg-info-100 tw-p-2 tw-rounded tw-bg-gray-400 tw-border tw-border-solid tw-border-info-300 tw-text-info-900">
|
|
71
|
-
<Icon :name="{{ icon.name }}" :alt-text="{{ icon.altText }}" size="{{ sizes.join('|') }}" />
|
|
72
|
-
</code>
|
|
73
|
-
</td>
|
|
74
|
-
</tr>
|
|
75
|
-
</table>
|
|
76
|
-
`,
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
IconSample.story = {
|
|
81
|
-
name: 'Dcom Icon Library',
|
|
82
|
-
};
|
|
1
|
+
import Icon from './Icon.vue';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Components/DesignCom/Icons',
|
|
5
|
+
component: Icon,
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const IconSample = () => {
|
|
9
|
+
return {
|
|
10
|
+
components: {
|
|
11
|
+
Icon,
|
|
12
|
+
},
|
|
13
|
+
data() {
|
|
14
|
+
return {
|
|
15
|
+
sizes: ['xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl'],
|
|
16
|
+
icons: [
|
|
17
|
+
{ name: 'annotate-heart' },
|
|
18
|
+
{ name: 'award' },
|
|
19
|
+
{ name: 'bulb' },
|
|
20
|
+
{ name: 'bezier-curve' },
|
|
21
|
+
{ name: 'card' },
|
|
22
|
+
{ name: 'check-circle-light' },
|
|
23
|
+
{ name: 'chevron-down' },
|
|
24
|
+
{ name: 'chevron-left' },
|
|
25
|
+
{ name: 'chevron-right' },
|
|
26
|
+
{ name: 'chevron-up' },
|
|
27
|
+
{ name: 'diamond' },
|
|
28
|
+
{ name: 'download' },
|
|
29
|
+
{ name: 'file' },
|
|
30
|
+
{ name: 'file-empty' },
|
|
31
|
+
{ name: 'filter' },
|
|
32
|
+
{ name: 'font' },
|
|
33
|
+
{ name: 'headphones' },
|
|
34
|
+
{ name: 'heart' },
|
|
35
|
+
{ name: 'image' },
|
|
36
|
+
{ name: 'logo' },
|
|
37
|
+
{ name: 'minus-circle-light' },
|
|
38
|
+
{ name: 'pen' },
|
|
39
|
+
{ name: 'palette' },
|
|
40
|
+
{ name: 'plus-circle-light' },
|
|
41
|
+
{ name: 'question-circle-filled' },
|
|
42
|
+
{ name: 'search' },
|
|
43
|
+
{ name: 'star-filled' },
|
|
44
|
+
{ name: 'star-hollow' },
|
|
45
|
+
{ name: 'text' },
|
|
46
|
+
{ name: 'users' },
|
|
47
|
+
],
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
template: `
|
|
51
|
+
<table class="tw-w-full">
|
|
52
|
+
<thead>
|
|
53
|
+
<tr>
|
|
54
|
+
<th class="tw-text-center tw-p-4 tw-bg-grayscale-400 tw-font-sans">Icon ({{icons.length}})</th>
|
|
55
|
+
<th class="tw-text-left tw-p-4 tw-bg-grayscale-400 tw-font-sans">Code</th>
|
|
56
|
+
</tr>
|
|
57
|
+
</thead>
|
|
58
|
+
<tr v-for="(icon, i) in icons" :key="i" :class="{'tw-bg-grayscale-200': i % 2 !== 0}">
|
|
59
|
+
<td class="tw-p-4">
|
|
60
|
+
<div class="tw-grid tw-grid-cols-8 tw-gap-4 tw-items-center" style="grid-template-columns: repeat(8, minmax(0, 1fr));">
|
|
61
|
+
<Icon
|
|
62
|
+
v-for="size in sizes"
|
|
63
|
+
:name="icon.name"
|
|
64
|
+
:alt-text="icon.altText"
|
|
65
|
+
:size="size"
|
|
66
|
+
/>
|
|
67
|
+
</div>
|
|
68
|
+
</td>
|
|
69
|
+
<td class="tw-p-4">
|
|
70
|
+
<code class="tw-bg-info-100 tw-p-2 tw-rounded tw-bg-gray-400 tw-border tw-border-solid tw-border-info-300 tw-text-info-900">
|
|
71
|
+
<Icon :name="{{ icon.name }}" :alt-text="{{ icon.altText }}" size="{{ sizes.join('|') }}" />
|
|
72
|
+
</code>
|
|
73
|
+
</td>
|
|
74
|
+
</tr>
|
|
75
|
+
</table>
|
|
76
|
+
`,
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
IconSample.story = {
|
|
81
|
+
name: 'Dcom Icon Library',
|
|
82
|
+
};
|
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div :class="computedClass">
|
|
3
|
-
<svg
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
:viewBox="viewBox"
|
|
6
|
-
class="tw-fill-current"
|
|
7
|
-
:class="{
|
|
8
|
-
'tw-w-3 tw-h-3': size === 'xs',
|
|
9
|
-
'tw-w-4 tw-h-4': size === 'sm',
|
|
10
|
-
'tw-w-6 tw-h-6': size === 'md',
|
|
11
|
-
'tw-w-8 tw-h-8': size === 'lg',
|
|
12
|
-
'tw-w-10 tw-h-10': size === 'xl',
|
|
13
|
-
'tw-w-12 tw-h-12': size === '2xl',
|
|
14
|
-
'tw-w-14 tw-h-14': size === '3xl',
|
|
15
|
-
'tw-w-16 tw-h-16': size === '4xl',
|
|
16
|
-
}"
|
|
17
|
-
role="graphics-symbol"
|
|
18
|
-
aria-labelledby="title"
|
|
19
|
-
aria-describedby="desc"
|
|
20
|
-
>
|
|
21
|
-
<title :id="`${name}-${id}-title`" lang="en">{{ title }}</title>
|
|
22
|
-
<desc :id="`${name}-${id}-desc`" lang="en">{{ description }}</desc>
|
|
23
|
-
<component :is="`icon-${iconName}`"></component>
|
|
24
|
-
</svg>
|
|
25
|
-
</div>
|
|
26
|
-
</template>
|
|
27
|
-
<script>
|
|
28
|
-
import IconAnnotateHeart from './icons/annotate-heart.vue';
|
|
29
|
-
import IconAward from './icons/award.vue';
|
|
30
|
-
import IconBezierCurve from './icons/bezier-curve.vue';
|
|
31
|
-
import IconBulb from './icons/bulb.vue';
|
|
32
|
-
import IconCard from './icons/card.vue';
|
|
33
|
-
import IconCheckCircleLight from './icons/check-circle-light.vue';
|
|
34
|
-
import IconChevronDown from './icons/chevron-down.vue';
|
|
35
|
-
import IconChevronLeft from './icons/chevron-left.vue';
|
|
36
|
-
import IconChevronRight from './icons/chevron-right.vue';
|
|
37
|
-
import IconChevronUp from './icons/chevron-up.vue';
|
|
38
|
-
import IconDiamond from './icons/diamond.vue';
|
|
39
|
-
import IconDownload from './icons/download.vue';
|
|
40
|
-
import IconFile from './icons/file.vue';
|
|
41
|
-
import IconFileEmpty from './icons/file-empty.vue';
|
|
42
|
-
import IconFilter from './icons/filter.vue';
|
|
43
|
-
import IconFont from './icons/font.vue';
|
|
44
|
-
import IconHeadphones from './icons/headphones.vue';
|
|
45
|
-
import IconHeart from './icons/heart.vue';
|
|
46
|
-
import IconImage from './icons/image.vue';
|
|
47
|
-
import IconLogo from './icons/logo.vue';
|
|
48
|
-
import IconMinusCircleLight from './icons/minus-circle-light.vue';
|
|
49
|
-
import IconPalette from './icons/palette.vue';
|
|
50
|
-
import IconPen from './icons/pen.vue';
|
|
51
|
-
import IconPlusCircleLight from './icons/plus-circle-light.vue';
|
|
52
|
-
import IconQuestionCircleFilled from './icons/question-circle-filled.vue';
|
|
53
|
-
import IconSearch from './icons/search.vue';
|
|
54
|
-
import IconStarFilled from './icons/star-filled.vue';
|
|
55
|
-
import IconStarHollow from './icons/star-hollow.vue';
|
|
56
|
-
import IconText from './icons/text.vue';
|
|
57
|
-
import IconUsers from './icons/users.vue';
|
|
58
|
-
|
|
59
|
-
export default {
|
|
60
|
-
components: {
|
|
61
|
-
IconAnnotateHeart,
|
|
62
|
-
IconAward,
|
|
63
|
-
IconBezierCurve,
|
|
64
|
-
IconBulb,
|
|
65
|
-
IconCard,
|
|
66
|
-
IconCheckCircleLight,
|
|
67
|
-
IconChevronDown,
|
|
68
|
-
IconChevronLeft,
|
|
69
|
-
IconChevronRight,
|
|
70
|
-
IconChevronUp,
|
|
71
|
-
IconDiamond,
|
|
72
|
-
IconDownload,
|
|
73
|
-
IconFile,
|
|
74
|
-
IconFileEmpty,
|
|
75
|
-
IconFilter,
|
|
76
|
-
IconFont,
|
|
77
|
-
IconHeadphones,
|
|
78
|
-
IconHeart,
|
|
79
|
-
IconImage,
|
|
80
|
-
IconLogo,
|
|
81
|
-
IconMinusCircleLight,
|
|
82
|
-
IconPalette,
|
|
83
|
-
IconPen,
|
|
84
|
-
IconPlusCircleLight,
|
|
85
|
-
IconQuestionCircleFilled,
|
|
86
|
-
IconSearch,
|
|
87
|
-
IconStarFilled,
|
|
88
|
-
IconStarHollow,
|
|
89
|
-
IconText,
|
|
90
|
-
IconUsers,
|
|
91
|
-
},
|
|
92
|
-
props: {
|
|
93
|
-
viewBox: {
|
|
94
|
-
type: String,
|
|
95
|
-
required: false,
|
|
96
|
-
default: '0 0 16 16',
|
|
97
|
-
},
|
|
98
|
-
name: {
|
|
99
|
-
type: String,
|
|
100
|
-
required: true,
|
|
101
|
-
},
|
|
102
|
-
altText: {
|
|
103
|
-
type: String,
|
|
104
|
-
default: null,
|
|
105
|
-
},
|
|
106
|
-
color: {
|
|
107
|
-
type: String,
|
|
108
|
-
required: false,
|
|
109
|
-
default: '',
|
|
110
|
-
},
|
|
111
|
-
size: {
|
|
112
|
-
type: String,
|
|
113
|
-
required: false,
|
|
114
|
-
default: 'sm',
|
|
115
|
-
},
|
|
116
|
-
classes: {
|
|
117
|
-
type: String,
|
|
118
|
-
required: false,
|
|
119
|
-
default: '',
|
|
120
|
-
},
|
|
121
|
-
},
|
|
122
|
-
data() {
|
|
123
|
-
return {
|
|
124
|
-
id: null,
|
|
125
|
-
};
|
|
126
|
-
},
|
|
127
|
-
computed: {
|
|
128
|
-
computedClass() {
|
|
129
|
-
const colorCss = this.color ? `tw-text-${this.color}` : '';
|
|
130
|
-
const css = `${colorCss} ${this.classes}`.trim();
|
|
131
|
-
return css || null;
|
|
132
|
-
},
|
|
133
|
-
title() {
|
|
134
|
-
return this.altText || `${this.titleCase(this.name)}`;
|
|
135
|
-
},
|
|
136
|
-
description() {
|
|
137
|
-
return `${this.title} Icon`;
|
|
138
|
-
},
|
|
139
|
-
iconName() {
|
|
140
|
-
if (this.name) {
|
|
141
|
-
return this.name.split(' ').join('-');
|
|
142
|
-
};
|
|
143
|
-
|
|
144
|
-
return this.name;
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
mounted() {
|
|
148
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
149
|
-
this.id = this.$.uid;
|
|
150
|
-
},
|
|
151
|
-
methods: {
|
|
152
|
-
titleCase(word) {
|
|
153
|
-
return word.replace(/^[-]*(.)/, (_, c) => c.toUpperCase()).replace(/[-]+(.)/g, (_, c) => ` ${c.toUpperCase()}`);
|
|
154
|
-
},
|
|
155
|
-
},
|
|
156
|
-
};
|
|
157
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div :class="computedClass">
|
|
3
|
+
<svg
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
:viewBox="viewBox"
|
|
6
|
+
class="tw-fill-current"
|
|
7
|
+
:class="{
|
|
8
|
+
'tw-w-3 tw-h-3': size === 'xs',
|
|
9
|
+
'tw-w-4 tw-h-4': size === 'sm',
|
|
10
|
+
'tw-w-6 tw-h-6': size === 'md',
|
|
11
|
+
'tw-w-8 tw-h-8': size === 'lg',
|
|
12
|
+
'tw-w-10 tw-h-10': size === 'xl',
|
|
13
|
+
'tw-w-12 tw-h-12': size === '2xl',
|
|
14
|
+
'tw-w-14 tw-h-14': size === '3xl',
|
|
15
|
+
'tw-w-16 tw-h-16': size === '4xl',
|
|
16
|
+
}"
|
|
17
|
+
role="graphics-symbol"
|
|
18
|
+
aria-labelledby="title"
|
|
19
|
+
aria-describedby="desc"
|
|
20
|
+
>
|
|
21
|
+
<title :id="`${name}-${id}-title`" lang="en">{{ title }}</title>
|
|
22
|
+
<desc :id="`${name}-${id}-desc`" lang="en">{{ description }}</desc>
|
|
23
|
+
<component :is="`icon-${iconName}`"></component>
|
|
24
|
+
</svg>
|
|
25
|
+
</div>
|
|
26
|
+
</template>
|
|
27
|
+
<script>
|
|
28
|
+
import IconAnnotateHeart from './icons/annotate-heart.vue';
|
|
29
|
+
import IconAward from './icons/award.vue';
|
|
30
|
+
import IconBezierCurve from './icons/bezier-curve.vue';
|
|
31
|
+
import IconBulb from './icons/bulb.vue';
|
|
32
|
+
import IconCard from './icons/card.vue';
|
|
33
|
+
import IconCheckCircleLight from './icons/check-circle-light.vue';
|
|
34
|
+
import IconChevronDown from './icons/chevron-down.vue';
|
|
35
|
+
import IconChevronLeft from './icons/chevron-left.vue';
|
|
36
|
+
import IconChevronRight from './icons/chevron-right.vue';
|
|
37
|
+
import IconChevronUp from './icons/chevron-up.vue';
|
|
38
|
+
import IconDiamond from './icons/diamond.vue';
|
|
39
|
+
import IconDownload from './icons/download.vue';
|
|
40
|
+
import IconFile from './icons/file.vue';
|
|
41
|
+
import IconFileEmpty from './icons/file-empty.vue';
|
|
42
|
+
import IconFilter from './icons/filter.vue';
|
|
43
|
+
import IconFont from './icons/font.vue';
|
|
44
|
+
import IconHeadphones from './icons/headphones.vue';
|
|
45
|
+
import IconHeart from './icons/heart.vue';
|
|
46
|
+
import IconImage from './icons/image.vue';
|
|
47
|
+
import IconLogo from './icons/logo.vue';
|
|
48
|
+
import IconMinusCircleLight from './icons/minus-circle-light.vue';
|
|
49
|
+
import IconPalette from './icons/palette.vue';
|
|
50
|
+
import IconPen from './icons/pen.vue';
|
|
51
|
+
import IconPlusCircleLight from './icons/plus-circle-light.vue';
|
|
52
|
+
import IconQuestionCircleFilled from './icons/question-circle-filled.vue';
|
|
53
|
+
import IconSearch from './icons/search.vue';
|
|
54
|
+
import IconStarFilled from './icons/star-filled.vue';
|
|
55
|
+
import IconStarHollow from './icons/star-hollow.vue';
|
|
56
|
+
import IconText from './icons/text.vue';
|
|
57
|
+
import IconUsers from './icons/users.vue';
|
|
58
|
+
|
|
59
|
+
export default {
|
|
60
|
+
components: {
|
|
61
|
+
IconAnnotateHeart,
|
|
62
|
+
IconAward,
|
|
63
|
+
IconBezierCurve,
|
|
64
|
+
IconBulb,
|
|
65
|
+
IconCard,
|
|
66
|
+
IconCheckCircleLight,
|
|
67
|
+
IconChevronDown,
|
|
68
|
+
IconChevronLeft,
|
|
69
|
+
IconChevronRight,
|
|
70
|
+
IconChevronUp,
|
|
71
|
+
IconDiamond,
|
|
72
|
+
IconDownload,
|
|
73
|
+
IconFile,
|
|
74
|
+
IconFileEmpty,
|
|
75
|
+
IconFilter,
|
|
76
|
+
IconFont,
|
|
77
|
+
IconHeadphones,
|
|
78
|
+
IconHeart,
|
|
79
|
+
IconImage,
|
|
80
|
+
IconLogo,
|
|
81
|
+
IconMinusCircleLight,
|
|
82
|
+
IconPalette,
|
|
83
|
+
IconPen,
|
|
84
|
+
IconPlusCircleLight,
|
|
85
|
+
IconQuestionCircleFilled,
|
|
86
|
+
IconSearch,
|
|
87
|
+
IconStarFilled,
|
|
88
|
+
IconStarHollow,
|
|
89
|
+
IconText,
|
|
90
|
+
IconUsers,
|
|
91
|
+
},
|
|
92
|
+
props: {
|
|
93
|
+
viewBox: {
|
|
94
|
+
type: String,
|
|
95
|
+
required: false,
|
|
96
|
+
default: '0 0 16 16',
|
|
97
|
+
},
|
|
98
|
+
name: {
|
|
99
|
+
type: String,
|
|
100
|
+
required: true,
|
|
101
|
+
},
|
|
102
|
+
altText: {
|
|
103
|
+
type: String,
|
|
104
|
+
default: null,
|
|
105
|
+
},
|
|
106
|
+
color: {
|
|
107
|
+
type: String,
|
|
108
|
+
required: false,
|
|
109
|
+
default: '',
|
|
110
|
+
},
|
|
111
|
+
size: {
|
|
112
|
+
type: String,
|
|
113
|
+
required: false,
|
|
114
|
+
default: 'sm',
|
|
115
|
+
},
|
|
116
|
+
classes: {
|
|
117
|
+
type: String,
|
|
118
|
+
required: false,
|
|
119
|
+
default: '',
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
data() {
|
|
123
|
+
return {
|
|
124
|
+
id: null,
|
|
125
|
+
};
|
|
126
|
+
},
|
|
127
|
+
computed: {
|
|
128
|
+
computedClass() {
|
|
129
|
+
const colorCss = this.color ? `tw-text-${this.color}` : '';
|
|
130
|
+
const css = `${colorCss} ${this.classes}`.trim();
|
|
131
|
+
return css || null;
|
|
132
|
+
},
|
|
133
|
+
title() {
|
|
134
|
+
return this.altText || `${this.titleCase(this.name)}`;
|
|
135
|
+
},
|
|
136
|
+
description() {
|
|
137
|
+
return `${this.title} Icon`;
|
|
138
|
+
},
|
|
139
|
+
iconName() {
|
|
140
|
+
if (this.name) {
|
|
141
|
+
return this.name.split(' ').join('-');
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
return this.name;
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
mounted() {
|
|
148
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
149
|
+
this.id = this.$.uid;
|
|
150
|
+
},
|
|
151
|
+
methods: {
|
|
152
|
+
titleCase(word) {
|
|
153
|
+
return word.replace(/^[-]*(.)/, (_, c) => c.toUpperCase()).replace(/[-]+(.)/g, (_, c) => ` ${c.toUpperCase()}`);
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
};
|
|
157
|
+
</script>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M7.66667 1.75C5.50355 1.75 3.75 3.50355 3.75 5.66667C3.75 6.98564 4.40197 8.15233 5.40123 8.86206C5.4071 8.86608 5.41292 8.87019 5.41867 8.87438C6.05494 9.32111 6.83018 9.58333 7.66667 9.58333C8.50339 9.58333 9.27883 9.32096 9.9152 8.874C9.92096 8.86981 9.92678 8.8657 9.93266 8.86167C10.9316 8.1519 11.5833 6.9854 11.5833 5.66667C11.5833 3.50355 9.82978 1.75 7.66667 1.75ZM11.1564 9.80955C12.3348 8.81593 13.0833 7.32872 13.0833 5.66667C13.0833 2.67512 10.6582 0.25 7.66667 0.25C4.67512 0.25 2.25 2.67512 2.25 5.66667C2.25 7.32899 2.99882 8.81642 4.17754 9.81004L3.58986 14.2346C3.55194 14.5201 3.68085 14.8021 3.92156 14.9602C4.16226 15.1183 4.47225 15.1246 4.71921 14.9765L7.66667 13.208L10.6141 14.9765C10.8611 15.1246 11.171 15.1183 11.4117 14.9602C11.6524 14.8021 11.7814 14.5202 11.7435 14.2347L11.1564 9.80955ZM9.75678 10.6654C9.11363 10.9346 8.40752 11.0833 7.66667 11.0833C6.92601 11.0833 6.22008 10.9347 5.57708 10.6656L5.28167 12.8897L7.0064 11.8549C7.01148 11.8518 7.01759 11.848 7.02464 11.8437C7.09325 11.8015 7.25149 11.7041 7.43431 11.6639C7.58739 11.6303 7.74594 11.6303 7.89903 11.6639C8.08184 11.7041 8.24008 11.8015 8.30869 11.8437C8.31574 11.848 8.32185 11.8518 8.32694 11.8549L7.94106 12.498L8.32694 11.8549L10.0519 12.8898L9.75678 10.6654Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M7.66667 1.75C5.50355 1.75 3.75 3.50355 3.75 5.66667C3.75 6.98564 4.40197 8.15233 5.40123 8.86206C5.4071 8.86608 5.41292 8.87019 5.41867 8.87438C6.05494 9.32111 6.83018 9.58333 7.66667 9.58333C8.50339 9.58333 9.27883 9.32096 9.9152 8.874C9.92096 8.86981 9.92678 8.8657 9.93266 8.86167C10.9316 8.1519 11.5833 6.9854 11.5833 5.66667C11.5833 3.50355 9.82978 1.75 7.66667 1.75ZM11.1564 9.80955C12.3348 8.81593 13.0833 7.32872 13.0833 5.66667C13.0833 2.67512 10.6582 0.25 7.66667 0.25C4.67512 0.25 2.25 2.67512 2.25 5.66667C2.25 7.32899 2.99882 8.81642 4.17754 9.81004L3.58986 14.2346C3.55194 14.5201 3.68085 14.8021 3.92156 14.9602C4.16226 15.1183 4.47225 15.1246 4.71921 14.9765L7.66667 13.208L10.6141 14.9765C10.8611 15.1246 11.171 15.1183 11.4117 14.9602C11.6524 14.8021 11.7814 14.5202 11.7435 14.2347L11.1564 9.80955ZM9.75678 10.6654C9.11363 10.9346 8.40752 11.0833 7.66667 11.0833C6.92601 11.0833 6.22008 10.9347 5.57708 10.6656L5.28167 12.8897L7.0064 11.8549C7.01148 11.8518 7.01759 11.848 7.02464 11.8437C7.09325 11.8015 7.25149 11.7041 7.43431 11.6639C7.58739 11.6303 7.74594 11.6303 7.89903 11.6639C8.08184 11.7041 8.24008 11.8015 8.30869 11.8437C8.31574 11.848 8.32185 11.8518 8.32694 11.8549L7.94106 12.498L8.32694 11.8549L10.0519 12.8898L9.75678 10.6654Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M7.99992 0.583374C8.41413 0.583374 8.74992 0.91916 8.74992 1.33337V2.00004C8.74992 2.41425 8.41413 2.75004 7.99992 2.75004C7.58571 2.75004 7.24992 2.41425 7.24992 2.00004V1.33337C7.24992 0.91916 7.58571 0.583374 7.99992 0.583374ZM2.73619 2.73631C3.02908 2.44342 3.50396 2.44342 3.79685 2.73631L4.19692 3.13638C4.48981 3.42927 4.48981 3.90414 4.19692 4.19704C3.90402 4.48993 3.42915 4.48993 3.13626 4.19704L2.73619 3.79697C2.4433 3.50408 2.4433 3.02921 2.73619 2.73631ZM13.2638 2.73638C13.5567 3.02931 13.5566 3.50418 13.2637 3.79704L12.8635 4.1971C12.5706 4.48996 12.0957 4.4899 11.8029 4.19697C11.51 3.90404 11.5101 3.42917 11.803 3.13631L12.2032 2.73625C12.4961 2.44339 12.971 2.44345 13.2638 2.73638ZM7.99992 4.75004C6.20499 4.75004 4.74992 6.20512 4.74992 8.00004C4.74992 9.79497 6.20499 11.25 7.99992 11.25C9.79484 11.25 11.2499 9.79497 11.2499 8.00004C11.2499 6.20512 9.79484 4.75004 7.99992 4.75004ZM3.24992 8.00004C3.24992 5.37669 5.37657 3.25004 7.99992 3.25004C10.6233 3.25004 12.7499 5.37669 12.7499 8.00004C12.7499 9.87608 11.6623 11.4981 10.0833 12.27V13.3334C10.0833 14.484 9.15051 15.4167 7.99992 15.4167C6.84933 15.4167 5.91659 14.484 5.91659 13.3334V12.27C4.33751 11.4981 3.24992 9.87608 3.24992 8.00004ZM7.41659 12.7146V13.3334C7.41659 13.6555 7.67775 13.9167 7.99992 13.9167C8.32208 13.9167 8.58325 13.6555 8.58325 13.3334V12.7146C8.39209 12.738 8.19741 12.75 7.99992 12.75C7.80243 12.75 7.60775 12.738 7.41659 12.7146ZM0.583252 8.00004C0.583252 7.58583 0.919038 7.25004 1.33325 7.25004H1.99992C2.41413 7.25004 2.74992 7.58583 2.74992 8.00004C2.74992 8.41425 2.41413 8.75004 1.99992 8.75004H1.33325C0.919038 8.75004 0.583252 8.41425 0.583252 8.00004ZM13.2499 8.00004C13.2499 7.58583 13.5857 7.25004 13.9999 7.25004H14.6666C15.0808 7.25004 15.4166 7.58583 15.4166 8.00004C15.4166 8.41425 15.0808 8.75004 14.6666 8.75004H13.9999C13.5857 8.75004 13.2499 8.41425 13.2499 8.00004Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M7.99992 0.583374C8.41413 0.583374 8.74992 0.91916 8.74992 1.33337V2.00004C8.74992 2.41425 8.41413 2.75004 7.99992 2.75004C7.58571 2.75004 7.24992 2.41425 7.24992 2.00004V1.33337C7.24992 0.91916 7.58571 0.583374 7.99992 0.583374ZM2.73619 2.73631C3.02908 2.44342 3.50396 2.44342 3.79685 2.73631L4.19692 3.13638C4.48981 3.42927 4.48981 3.90414 4.19692 4.19704C3.90402 4.48993 3.42915 4.48993 3.13626 4.19704L2.73619 3.79697C2.4433 3.50408 2.4433 3.02921 2.73619 2.73631ZM13.2638 2.73638C13.5567 3.02931 13.5566 3.50418 13.2637 3.79704L12.8635 4.1971C12.5706 4.48996 12.0957 4.4899 11.8029 4.19697C11.51 3.90404 11.5101 3.42917 11.803 3.13631L12.2032 2.73625C12.4961 2.44339 12.971 2.44345 13.2638 2.73638ZM7.99992 4.75004C6.20499 4.75004 4.74992 6.20512 4.74992 8.00004C4.74992 9.79497 6.20499 11.25 7.99992 11.25C9.79484 11.25 11.2499 9.79497 11.2499 8.00004C11.2499 6.20512 9.79484 4.75004 7.99992 4.75004ZM3.24992 8.00004C3.24992 5.37669 5.37657 3.25004 7.99992 3.25004C10.6233 3.25004 12.7499 5.37669 12.7499 8.00004C12.7499 9.87608 11.6623 11.4981 10.0833 12.27V13.3334C10.0833 14.484 9.15051 15.4167 7.99992 15.4167C6.84933 15.4167 5.91659 14.484 5.91659 13.3334V12.27C4.33751 11.4981 3.24992 9.87608 3.24992 8.00004ZM7.41659 12.7146V13.3334C7.41659 13.6555 7.67775 13.9167 7.99992 13.9167C8.32208 13.9167 8.58325 13.6555 8.58325 13.3334V12.7146C8.39209 12.738 8.19741 12.75 7.99992 12.75C7.80243 12.75 7.60775 12.738 7.41659 12.7146ZM0.583252 8.00004C0.583252 7.58583 0.919038 7.25004 1.33325 7.25004H1.99992C2.41413 7.25004 2.74992 7.58583 2.74992 8.00004C2.74992 8.41425 2.41413 8.75004 1.99992 8.75004H1.33325C0.919038 8.75004 0.583252 8.41425 0.583252 8.00004ZM13.2499 8.00004C13.2499 7.58583 13.5857 7.25004 13.9999 7.25004H14.6666C15.0808 7.25004 15.4166 7.58583 15.4166 8.00004C15.4166 8.41425 15.0808 8.75004 14.6666 8.75004H13.9999C13.5857 8.75004 13.2499 8.41425 13.2499 8.00004Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M4.49964 0.579956H11.4938C12.028 0.579946 12.4738 0.579937 12.8381 0.609696C13.218 0.640734 13.5746 0.707845 13.9119 0.879689C14.4293 1.14334 14.85 1.56404 15.1137 2.08148C15.2855 2.41875 15.3526 2.7754 15.3837 3.15529C15.4134 3.51952 15.4134 3.96536 15.4134 4.49951V11.4937C15.4134 12.0279 15.4134 12.4737 15.3837 12.838C15.3526 13.2178 15.2855 13.5745 15.1137 13.9118C14.85 14.4292 14.4293 14.8499 13.9119 15.1136C13.5746 15.2854 13.218 15.3525 12.8381 15.3836C12.4739 15.4133 12.028 15.4133 11.4939 15.4133H4.49963C3.96548 15.4133 3.51964 15.4133 3.15541 15.3836C2.77552 15.3525 2.41887 15.2854 2.08161 15.1136C1.56416 14.8499 1.14346 14.4292 0.879811 13.9118C0.707967 13.5745 0.640856 13.2178 0.609818 12.838C0.580059 12.4737 0.580068 12.0279 0.580079 11.4937V4.49952C0.580068 3.96537 0.580059 3.51952 0.609818 3.15529C0.640856 2.7754 0.707967 2.41875 0.879811 2.08148C1.14346 1.56404 1.56416 1.14334 2.08161 0.879689C2.41887 0.707845 2.77552 0.640734 3.15541 0.609696C3.51964 0.579937 3.96549 0.579946 4.49964 0.579956ZM3.27756 2.10471C2.99043 2.12817 2.85315 2.17006 2.76259 2.2162C2.52739 2.33604 2.33616 2.52727 2.21632 2.76247C2.17018 2.85303 2.1283 2.99031 2.10484 3.27743C2.08066 3.57331 2.08008 3.95753 2.08008 4.52996V11.4633C2.08008 12.0357 2.08066 12.4199 2.10484 12.7158C2.1283 13.0029 2.17018 13.1402 2.21632 13.2308C2.33616 13.466 2.52739 13.6572 2.76259 13.777C2.85315 13.8232 2.99043 13.8651 3.27756 13.8885C3.57344 13.9127 3.95765 13.9133 4.53008 13.9133H11.4634C12.0358 13.9133 12.4201 13.9127 12.7159 13.8885C13.0031 13.8651 13.1403 13.8232 13.2309 13.777C13.4661 13.6572 13.6573 13.466 13.7772 13.2308C13.8233 13.1402 13.8652 13.0029 13.8887 12.7158C13.9128 12.4199 13.9134 12.0357 13.9134 11.4633V4.52996C13.9134 3.95753 13.9128 3.57331 13.8887 3.27743C13.8652 2.99031 13.8233 2.85303 13.7772 2.76247C13.6573 2.52727 13.4661 2.33604 13.2309 2.2162C13.1403 2.17006 13.0031 2.12817 12.7159 2.10471C12.4201 2.08054 12.0358 2.07996 11.4634 2.07996H4.53008C3.95765 2.07996 3.57344 2.08054 3.27756 2.10471ZM8.00012 5.74996C7.30977 5.74996 6.75012 6.3096 6.75012 6.99996C6.75012 7.69031 7.30977 8.24996 8.00012 8.24996C8.69048 8.24996 9.25012 7.69031 9.25012 6.99996C9.25012 6.3096 8.69048 5.74996 8.00012 5.74996ZM5.25012 6.99996C5.25012 5.48117 6.48134 4.24996 8.00012 4.24996C9.51891 4.24996 10.7501 5.48117 10.7501 6.99996C10.7501 8.51874 9.51891 9.74996 8.00012 9.74996C6.48134 9.74996 5.25012 8.51874 5.25012 6.99996ZM5.91679 11.6666C5.91679 11.2524 6.25258 10.9166 6.66679 10.9166H9.33346C9.74767 10.9166 10.0835 11.2524 10.0835 11.6666C10.0835 12.0808 9.74767 12.4166 9.33346 12.4166H6.66679C6.25258 12.4166 5.91679 12.0808 5.91679 11.6666Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M4.49964 0.579956H11.4938C12.028 0.579946 12.4738 0.579937 12.8381 0.609696C13.218 0.640734 13.5746 0.707845 13.9119 0.879689C14.4293 1.14334 14.85 1.56404 15.1137 2.08148C15.2855 2.41875 15.3526 2.7754 15.3837 3.15529C15.4134 3.51952 15.4134 3.96536 15.4134 4.49951V11.4937C15.4134 12.0279 15.4134 12.4737 15.3837 12.838C15.3526 13.2178 15.2855 13.5745 15.1137 13.9118C14.85 14.4292 14.4293 14.8499 13.9119 15.1136C13.5746 15.2854 13.218 15.3525 12.8381 15.3836C12.4739 15.4133 12.028 15.4133 11.4939 15.4133H4.49963C3.96548 15.4133 3.51964 15.4133 3.15541 15.3836C2.77552 15.3525 2.41887 15.2854 2.08161 15.1136C1.56416 14.8499 1.14346 14.4292 0.879811 13.9118C0.707967 13.5745 0.640856 13.2178 0.609818 12.838C0.580059 12.4737 0.580068 12.0279 0.580079 11.4937V4.49952C0.580068 3.96537 0.580059 3.51952 0.609818 3.15529C0.640856 2.7754 0.707967 2.41875 0.879811 2.08148C1.14346 1.56404 1.56416 1.14334 2.08161 0.879689C2.41887 0.707845 2.77552 0.640734 3.15541 0.609696C3.51964 0.579937 3.96549 0.579946 4.49964 0.579956ZM3.27756 2.10471C2.99043 2.12817 2.85315 2.17006 2.76259 2.2162C2.52739 2.33604 2.33616 2.52727 2.21632 2.76247C2.17018 2.85303 2.1283 2.99031 2.10484 3.27743C2.08066 3.57331 2.08008 3.95753 2.08008 4.52996V11.4633C2.08008 12.0357 2.08066 12.4199 2.10484 12.7158C2.1283 13.0029 2.17018 13.1402 2.21632 13.2308C2.33616 13.466 2.52739 13.6572 2.76259 13.777C2.85315 13.8232 2.99043 13.8651 3.27756 13.8885C3.57344 13.9127 3.95765 13.9133 4.53008 13.9133H11.4634C12.0358 13.9133 12.4201 13.9127 12.7159 13.8885C13.0031 13.8651 13.1403 13.8232 13.2309 13.777C13.4661 13.6572 13.6573 13.466 13.7772 13.2308C13.8233 13.1402 13.8652 13.0029 13.8887 12.7158C13.9128 12.4199 13.9134 12.0357 13.9134 11.4633V4.52996C13.9134 3.95753 13.9128 3.57331 13.8887 3.27743C13.8652 2.99031 13.8233 2.85303 13.7772 2.76247C13.6573 2.52727 13.4661 2.33604 13.2309 2.2162C13.1403 2.17006 13.0031 2.12817 12.7159 2.10471C12.4201 2.08054 12.0358 2.07996 11.4634 2.07996H4.53008C3.95765 2.07996 3.57344 2.08054 3.27756 2.10471ZM8.00012 5.74996C7.30977 5.74996 6.75012 6.3096 6.75012 6.99996C6.75012 7.69031 7.30977 8.24996 8.00012 8.24996C8.69048 8.24996 9.25012 7.69031 9.25012 6.99996C9.25012 6.3096 8.69048 5.74996 8.00012 5.74996ZM5.25012 6.99996C5.25012 5.48117 6.48134 4.24996 8.00012 4.24996C9.51891 4.24996 10.7501 5.48117 10.7501 6.99996C10.7501 8.51874 9.51891 9.74996 8.00012 9.74996C6.48134 9.74996 5.25012 8.51874 5.25012 6.99996ZM5.91679 11.6666C5.91679 11.2524 6.25258 10.9166 6.66679 10.9166H9.33346C9.74767 10.9166 10.0835 11.2524 10.0835 11.6666C10.0835 12.0808 9.74767 12.4166 9.33346 12.4166H6.66679C6.25258 12.4166 5.91679 12.0808 5.91679 11.6666Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M7.99992 1.83337C4.59416 1.83337 1.83325 4.59428 1.83325 8.00004C1.83325 11.4058 4.59416 14.1667 7.99992 14.1667C11.4057 14.1667 14.1666 11.4058 14.1666 8.00004C14.1666 4.59428 11.4057 1.83337 7.99992 1.83337ZM0.833252 8.00004C0.833252 4.042 4.04188 0.833374 7.99992 0.833374C11.958 0.833374 15.1666 4.042 15.1666 8.00004C15.1666 11.9581 11.958 15.1667 7.99992 15.1667C4.04188 15.1667 0.833252 11.9581 0.833252 8.00004ZM11.3535 5.64649C11.5487 5.84175 11.5487 6.15833 11.3535 6.35359L7.35347 10.3536C7.15821 10.5489 6.84163 10.5489 6.64637 10.3536L4.64637 8.35359C4.4511 8.15833 4.4511 7.84175 4.64637 7.64649C4.84163 7.45123 5.15821 7.45123 5.35347 7.64649L6.99992 9.29293L10.6464 5.64649C10.8416 5.45123 11.1582 5.45123 11.3535 5.64649Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M7.99992 1.83337C4.59416 1.83337 1.83325 4.59428 1.83325 8.00004C1.83325 11.4058 4.59416 14.1667 7.99992 14.1667C11.4057 14.1667 14.1666 11.4058 14.1666 8.00004C14.1666 4.59428 11.4057 1.83337 7.99992 1.83337ZM0.833252 8.00004C0.833252 4.042 4.04188 0.833374 7.99992 0.833374C11.958 0.833374 15.1666 4.042 15.1666 8.00004C15.1666 11.9581 11.958 15.1667 7.99992 15.1667C4.04188 15.1667 0.833252 11.9581 0.833252 8.00004ZM11.3535 5.64649C11.5487 5.84175 11.5487 6.15833 11.3535 6.35359L7.35347 10.3536C7.15821 10.5489 6.84163 10.5489 6.64637 10.3536L4.64637 8.35359C4.4511 8.15833 4.4511 7.84175 4.64637 7.64649C4.84163 7.45123 5.15821 7.45123 5.35347 7.64649L6.99992 9.29293L10.6464 5.64649C10.8416 5.45123 11.1582 5.45123 11.3535 5.64649Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="rotate(90) translate(0 -16)"
|
|
4
|
-
d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="rotate(90) translate(0 -16)"
|
|
4
|
+
d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="rotate(180) translate(-16 -16)"
|
|
4
|
-
d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="rotate(180) translate(-16 -16)"
|
|
4
|
+
d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z" fill-rule="nonzero" />
|
|
3
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z" fill-rule="nonzero" />
|
|
3
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="rotate(-90) translate(-16 0)"
|
|
4
|
-
d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="rotate(-90) translate(-16 0)"
|
|
4
|
+
d="M10.0541 8L5 2.3497 6.7386 1 13 8l-6.2614 7L5 13.6503z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M4.9 1.25H11.1c.065 0 .213-.002.358.037.123.033.239.087.342.16.124.087.217.202.258.252l.011.013 2.898 3.477c.042.051.097.116.142.179a1.084 1.084 0 0 1 .166.93c-.043.148-.113.26-.166.334-.045.063-.1.128-.142.179l-5.981 7.178-.012.014c-.06.071-.132.158-.201.227-.079.08-.21.197-.401.267-.24.088-.504.088-.744 0a1.093 1.093 0 0 1-.402-.267c-.069-.07-.14-.156-.2-.227l-.012-.014L1.04 6.822l-.009-.011a3.143 3.143 0 0 1-.141-.179 1.085 1.085 0 0 1-.166-.335 1.083 1.083 0 0 1 0-.594c.043-.149.112-.26.166-.335.044-.063.099-.128.141-.179l.01-.01L3.93 1.711l.011-.013a1.083 1.083 0 0 1 .6-.411c.146-.04.294-.039.358-.038Zm3.892 1.5H7.207l-.833 2.5h3.252l-.834-2.5Zm2.415 2.5-.833-2.5h.608l2.083 2.5h-1.858ZM9.61 6.75 8 11.384 6.388 6.75h3.223Zm-4.819-1.5.834-2.5h-.608l-2.084 2.5h1.858Zm-1.858 1.5H4.8l1.336 3.842L2.934 6.75Zm6.93 3.842L11.2 6.75h1.865l-3.202 3.842Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M4.9 1.25H11.1c.065 0 .213-.002.358.037.123.033.239.087.342.16.124.087.217.202.258.252l.011.013 2.898 3.477c.042.051.097.116.142.179a1.084 1.084 0 0 1 .166.93c-.043.148-.113.26-.166.334-.045.063-.1.128-.142.179l-5.981 7.178-.012.014c-.06.071-.132.158-.201.227-.079.08-.21.197-.401.267-.24.088-.504.088-.744 0a1.093 1.093 0 0 1-.402-.267c-.069-.07-.14-.156-.2-.227l-.012-.014L1.04 6.822l-.009-.011a3.143 3.143 0 0 1-.141-.179 1.085 1.085 0 0 1-.166-.335 1.083 1.083 0 0 1 0-.594c.043-.149.112-.26.166-.335.044-.063.099-.128.141-.179l.01-.01L3.93 1.711l.011-.013a1.083 1.083 0 0 1 .6-.411c.146-.04.294-.039.358-.038Zm3.892 1.5H7.207l-.833 2.5h3.252l-.834-2.5Zm2.415 2.5-.833-2.5h.608l2.083 2.5h-1.858ZM9.61 6.75 8 11.384 6.388 6.75h3.223Zm-4.819-1.5.834-2.5h-.608l-2.084 2.5h1.858Zm-1.858 1.5H4.8l1.336 3.842L2.934 6.75Zm6.93 3.842L11.2 6.75h1.865l-3.202 3.842Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|