@designcrowd/fe-shared-lib 1.0.9 → 1.0.10
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/.prettierrc.js +7 -7
- package/.storybook/main.ts +39 -39
- 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/Dockerfile +41 -41
- package/README.md +103 -103
- package/buildspec.yml +46 -46
- package/index.cjs +16 -16
- package/index.js +54 -53
- package/package.json +109 -109
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +2368 -0
- package/public/css/tailwind-brandPage.css +2056 -0
- package/public/css/tailwind-crazyDomains.css +2368 -0
- package/public/css/tailwind-designCom.css +2368 -0
- package/public/css/tailwind-designCrowd.css +2368 -0
- package/src/atoms/components/Button/Button.vue +323 -323
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +778 -778
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- 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/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 +562 -562
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +188 -188
- 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 +34 -34
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +40 -40
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +30 -30
- 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 +108 -108
- package/src/atoms/components/Dropdown/DropdownItem.vue +21 -21
- package/src/atoms/components/FormControl/FormControl.mixin.js +127 -127
- 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 +385 -385
- package/src/atoms/components/Icon/Icon.vue +802 -802
- 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/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/strikethrough.vue +7 -7
- 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/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/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/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 +303 -303
- package/src/atoms/components/Modal/Modal.vue +246 -246
- 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 +51 -51
- package/src/atoms/components/NumberStepper/NumberStepper.vue +298 -298
- 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 +106 -106
- 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 +594 -594
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +340 -340
- 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 +156 -156
- 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/design-com/Icon/Icon.stories.js +82 -82
- package/src/atoms/components/design-com/Icon/Icon.vue +150 -150
- 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/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 +30 -30
- 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 +210 -210
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +150 -150
- 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 +442 -442
- package/src/experiences/components/AuthFlow/SignUp.vue +272 -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 +91 -91
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +121 -121
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +45 -45
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +115 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +203 -240
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +86 -16
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +145 -145
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +124 -124
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +163 -163
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +153 -153
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +184 -184
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +152 -152
- 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 +40 -40
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +266 -266
- 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/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,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M12.8172 3.67969C13.0724 3.9349 13.2 4.24479 13.2 4.60938V13.6875C13.2 14.0521 13.0724 14.362 12.8172 14.6172C12.562 14.8724 12.2521 15 11.8875 15H4.0125C3.64792 15 3.33802 14.8724 3.08281 14.6172C2.8276 14.362 2.7 14.0521 2.7 13.6875V2.3125C2.7 1.94792 2.8276 1.63802 3.08281 1.38281C3.33802 1.1276 3.64792 1 4.0125 1H9.59063C9.95521 1 10.2651 1.1276 10.5203 1.38281L12.8172 3.67969ZM9.7 2.42188V4.5H11.7781L9.7 2.42188ZM11.8875 13.6875V5.8125H9.04375C8.86146 5.8125 8.70651 5.7487 8.57891 5.62109C8.4513 5.49349 8.3875 5.33854 8.3875 5.15625V2.3125H4.0125V13.6875H11.8875ZM8.57891 7.125V8.65625H10.1375C10.2469 8.65625 10.3471 8.70182 10.4383 8.79297C10.5294 8.88411 10.575 8.98438 10.575 9.09375V9.53125C10.575 9.65885 10.5294 9.76823 10.4383 9.85938C10.3471 9.93229 10.2469 9.96875 10.1375 9.96875H8.57891V11.5C8.57891 11.6276 8.53333 11.737 8.44219 11.8281C8.36927 11.901 8.26901 11.9375 8.14141 11.9375H7.70391C7.5763 11.9375 7.46693 11.901 7.37578 11.8281C7.30287 11.737 7.26641 11.6276 7.26641 11.5V9.96875H5.7625C5.6349 9.96875 5.52552 9.93229 5.43438 9.85938C5.36146 9.76823 5.325 9.65885 5.325 9.53125V9.09375C5.325 8.98438 5.36146 8.88411 5.43438 8.79297C5.52552 8.70182 5.6349 8.65625 5.7625 8.65625H7.26641V7.125C7.26641 6.9974 7.30287 6.89714 7.37578 6.82422C7.46693 6.73307 7.5763 6.6875 7.70391 6.6875H8.14141C8.26901 6.6875 8.36927 6.73307 8.44219 6.82422C8.53333 6.89714 8.57891 6.9974 8.57891 7.125Z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.8172 3.67969C13.0724 3.9349 13.2 4.24479 13.2 4.60938V13.6875C13.2 14.0521 13.0724 14.362 12.8172 14.6172C12.562 14.8724 12.2521 15 11.8875 15H4.0125C3.64792 15 3.33802 14.8724 3.08281 14.6172C2.8276 14.362 2.7 14.0521 2.7 13.6875V2.3125C2.7 1.94792 2.8276 1.63802 3.08281 1.38281C3.33802 1.1276 3.64792 1 4.0125 1H9.59063C9.95521 1 10.2651 1.1276 10.5203 1.38281L12.8172 3.67969ZM9.7 2.42188V4.5H11.7781L9.7 2.42188ZM11.8875 13.6875V5.8125H9.04375C8.86146 5.8125 8.70651 5.7487 8.57891 5.62109C8.4513 5.49349 8.3875 5.33854 8.3875 5.15625V2.3125H4.0125V13.6875H11.8875ZM8.57891 7.125V8.65625H10.1375C10.2469 8.65625 10.3471 8.70182 10.4383 8.79297C10.5294 8.88411 10.575 8.98438 10.575 9.09375V9.53125C10.575 9.65885 10.5294 9.76823 10.4383 9.85938C10.3471 9.93229 10.2469 9.96875 10.1375 9.96875H8.57891V11.5C8.57891 11.6276 8.53333 11.737 8.44219 11.8281C8.36927 11.901 8.26901 11.9375 8.14141 11.9375H7.70391C7.5763 11.9375 7.46693 11.901 7.37578 11.8281C7.30287 11.737 7.26641 11.6276 7.26641 11.5V9.96875H5.7625C5.6349 9.96875 5.52552 9.93229 5.43438 9.85938C5.36146 9.76823 5.325 9.65885 5.325 9.53125V9.09375C5.325 8.98438 5.36146 8.88411 5.43438 8.79297C5.52552 8.70182 5.6349 8.65625 5.7625 8.65625H7.26641V7.125C7.26641 6.9974 7.30287 6.89714 7.37578 6.82422C7.46693 6.73307 7.5763 6.6875 7.70391 6.6875H8.14141C8.26901 6.6875 8.36927 6.73307 8.44219 6.82422C8.53333 6.89714 8.57891 6.9974 8.57891 7.125Z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M9.59375 4.41406C9.53125 4.38281 9.5 4.32812 9.5 4.25C9.5 4.17188 9.53125 4.11719 9.59375 4.08594L11 3.5L11.5859 2.09375C11.6172 2.03125 11.6719 2 11.75 2C11.8281 2 11.8828 2.03125 11.9141 2.09375L12.5 3.5L13.9062 4.08594C13.9688 4.11719 14 4.17188 14 4.25C14 4.32812 13.9688 4.38281 13.9062 4.41406L12.5 5L11.9141 6.40625C11.8828 6.46875 11.8281 6.5 11.75 6.5C11.6719 6.5 11.6172 6.46875 11.5859 6.40625L11 5L9.59375 4.41406ZM13.9062 11.5859C13.9688 11.6172 14 11.6719 14 11.75C14 11.8281 13.9688 11.8828 13.9062 11.9141L12.5 12.5L11.9141 13.9062C11.8828 13.9688 11.8281 14 11.75 14C11.6719 14 11.6172 13.9688 11.5859 13.9062L11 12.5L9.59375 11.9141C9.53125 11.8828 9.5 11.8281 9.5 11.75C9.5 11.6719 9.53125 11.6172 9.59375 11.5859L11 11L11.5859 9.59375C11.6172 9.53125 11.6719 9.5 11.75 9.5C11.8281 9.5 11.8828 9.53125 11.9141 9.59375L12.5 11L13.9062 11.5859ZM10.7891 7.64844C10.9297 7.72656 11 7.84375 11 8C11 8.15625 10.9297 8.26562 10.7891 8.32812L8.16406 9.64062L6.82812 12.2891C6.76562 12.4297 6.65625 12.5 6.5 12.5C6.34375 12.5 6.23438 12.4297 6.17188 12.2891L4.83594 9.64062L2.21094 8.32812C2.07031 8.26562 2 8.15625 2 8C2 7.84375 2.07031 7.72656 2.21094 7.64844L4.83594 6.33594L6.17188 3.6875C6.23438 3.5625 6.34375 3.5 6.5 3.5C6.65625 3.5 6.76562 3.5625 6.82812 3.6875L8.16406 6.33594L10.7891 7.64844Z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.59375 4.41406C9.53125 4.38281 9.5 4.32812 9.5 4.25C9.5 4.17188 9.53125 4.11719 9.59375 4.08594L11 3.5L11.5859 2.09375C11.6172 2.03125 11.6719 2 11.75 2C11.8281 2 11.8828 2.03125 11.9141 2.09375L12.5 3.5L13.9062 4.08594C13.9688 4.11719 14 4.17188 14 4.25C14 4.32812 13.9688 4.38281 13.9062 4.41406L12.5 5L11.9141 6.40625C11.8828 6.46875 11.8281 6.5 11.75 6.5C11.6719 6.5 11.6172 6.46875 11.5859 6.40625L11 5L9.59375 4.41406ZM13.9062 11.5859C13.9688 11.6172 14 11.6719 14 11.75C14 11.8281 13.9688 11.8828 13.9062 11.9141L12.5 12.5L11.9141 13.9062C11.8828 13.9688 11.8281 14 11.75 14C11.6719 14 11.6172 13.9688 11.5859 13.9062L11 12.5L9.59375 11.9141C9.53125 11.8828 9.5 11.8281 9.5 11.75C9.5 11.6719 9.53125 11.6172 9.59375 11.5859L11 11L11.5859 9.59375C11.6172 9.53125 11.6719 9.5 11.75 9.5C11.8281 9.5 11.8828 9.53125 11.9141 9.59375L12.5 11L13.9062 11.5859ZM10.7891 7.64844C10.9297 7.72656 11 7.84375 11 8C11 8.15625 10.9297 8.26562 10.7891 8.32812L8.16406 9.64062L6.82812 12.2891C6.76562 12.4297 6.65625 12.5 6.5 12.5C6.34375 12.5 6.23438 12.4297 6.17188 12.2891L4.83594 9.64062L2.21094 8.32812C2.07031 8.26562 2 8.15625 2 8C2 7.84375 2.07031 7.72656 2.21094 7.64844L4.83594 6.33594L6.17188 3.6875C6.23438 3.5625 6.34375 3.5 6.5 3.5C6.65625 3.5 6.76562 3.5625 6.82812 3.6875L8.16406 6.33594L10.7891 7.64844Z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="rotate(90) translate(0 -16)"
|
|
4
|
-
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="rotate(90) translate(0 -16)"
|
|
4
|
+
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="rotate(-90) translate(-16 0)"
|
|
4
|
-
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="rotate(-90) translate(-16 0)"
|
|
4
|
+
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="translate(7.999558, 8.000000) rotate(180.000000) translate(-7.999558, -8.000000) translate(0.999117, 1.000000)"
|
|
4
|
-
d="M14.000883,12 L14.000883,14 L0,14 L0,12 L14.000883,12 Z M7.75299114,5.68434189e-14 L7.752,8.357 L11.0358936,5.56224224 L12,6.74397996 L7,11 L2,6.74397996 L2.96410636,5.56224224 L6.247,8.356 L6.24700886,5.68434189e-14 L7.75299114,5.68434189e-14 Z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="translate(7.999558, 8.000000) rotate(180.000000) translate(-7.999558, -8.000000) translate(0.999117, 1.000000)"
|
|
4
|
+
d="M14.000883,12 L14.000883,14 L0,14 L0,12 L14.000883,12 Z M7.75299114,5.68434189e-14 L7.752,8.357 L11.0358936,5.56224224 L12,6.74397996 L7,11 L2,6.74397996 L2.96410636,5.56224224 L6.247,8.356 L6.24700886,5.68434189e-14 L7.75299114,5.68434189e-14 Z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
transform="rotate(-180) translate(-16 -16)"
|
|
4
|
-
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
5
|
-
fill-rule="nonzero"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
transform="rotate(-180) translate(-16 -16)"
|
|
4
|
+
d="M8.9036 1L8.903 11.636l3.94-3.5568L14 9.5832 8 15 2 9.5832l1.157-1.504 3.939 3.5558L7.0964 1h1.8072z"
|
|
5
|
+
fill-rule="nonzero"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M9.3073 12.226c-1.3173 1.387-3.3755 1.387-4.6927 0-1.3173-1.387-1.3996-3.4675-.0823-4.7678l3.7047-3.901c.8233-.8668 2.1406-.8668 2.8815 0 .8233.867.8233 2.254 0 3.0341L8.237 9.7121c-.3293.3467-.8233.3467-1.1526 0-.3293-.3468-.3293-.8669 0-1.2136l2.3052-2.4273-1.2349-1.2136L5.9318 7.198c-.9879 1.0403-.9879 2.6873 0 3.641.988.9535 2.5522 1.0402 3.4578 0l2.9638-3.1208a4.0175 4.0175 0 000-5.548c-1.4819-1.5604-3.787-1.5604-5.269 0L3.3797 6.2446c-1.8936 1.9938-1.8113 5.2012.0823 7.195C4.45 14.48 5.6849 15 7.0021 15c1.3173 0 2.5522-.5201 3.4578-1.5604L14 9.7121l-1.1526-1.2136-3.5401 3.7275z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M9.3073 12.226c-1.3173 1.387-3.3755 1.387-4.6927 0-1.3173-1.387-1.3996-3.4675-.0823-4.7678l3.7047-3.901c.8233-.8668 2.1406-.8668 2.8815 0 .8233.867.8233 2.254 0 3.0341L8.237 9.7121c-.3293.3467-.8233.3467-1.1526 0-.3293-.3468-.3293-.8669 0-1.2136l2.3052-2.4273-1.2349-1.2136L5.9318 7.198c-.9879 1.0403-.9879 2.6873 0 3.641.988.9535 2.5522 1.0402 3.4578 0l2.9638-3.1208a4.0175 4.0175 0 000-5.548c-1.4819-1.5604-3.787-1.5604-5.269 0L3.3797 6.2446c-1.8936 1.9938-1.8113 5.2012.0823 7.195C4.45 14.48 5.6849 15 7.0021 15c1.3173 0 2.5522-.5201 3.4578-1.5604L14 9.7121l-1.1526-1.2136-3.5401 3.7275z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
5
|
-
width="16px"
|
|
6
|
-
height="16px"
|
|
7
|
-
viewBox="0 0 16 15"
|
|
8
|
-
version="1.1"
|
|
9
|
-
>
|
|
10
|
-
<g id="surface1">
|
|
11
|
-
<path
|
|
12
|
-
style="stroke: none; fill-rule: evenodd; fill: rgb(100%, 100%, 100%); fill-opacity: 1"
|
|
13
|
-
d="M 16 7.546875 C 16 3.378906 12.417969 0 8 0 C 3.582031 0 0 3.378906 0 7.546875 C 0 11.3125 2.925781 14.433594 6.75 15 L 6.75 9.726562 L 4.71875 9.726562 L 4.71875 7.546875 L 6.75 7.546875 L 6.75 5.882812 C 6.75 3.992188 7.945312 2.949219 9.773438 2.949219 C 10.648438 2.949219 11.5625 3.09375 11.5625 3.09375 L 11.5625 4.953125 L 10.554688 4.953125 C 9.558594 4.953125 9.25 5.535156 9.25 6.128906 L 9.25 7.546875 L 11.46875 7.546875 L 11.113281 9.726562 L 9.25 9.726562 L 9.25 15 C 13.074219 14.433594 16 11.3125 16 7.546875 "
|
|
14
|
-
/>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
17
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
5
|
+
width="16px"
|
|
6
|
+
height="16px"
|
|
7
|
+
viewBox="0 0 16 15"
|
|
8
|
+
version="1.1"
|
|
9
|
+
>
|
|
10
|
+
<g id="surface1">
|
|
11
|
+
<path
|
|
12
|
+
style="stroke: none; fill-rule: evenodd; fill: rgb(100%, 100%, 100%); fill-opacity: 1"
|
|
13
|
+
d="M 16 7.546875 C 16 3.378906 12.417969 0 8 0 C 3.582031 0 0 3.378906 0 7.546875 C 0 11.3125 2.925781 14.433594 6.75 15 L 6.75 9.726562 L 4.71875 9.726562 L 4.71875 7.546875 L 6.75 7.546875 L 6.75 5.882812 C 6.75 3.992188 7.945312 2.949219 9.773438 2.949219 C 10.648438 2.949219 11.5625 3.09375 11.5625 3.09375 L 11.5625 4.953125 L 10.554688 4.953125 C 9.558594 4.953125 9.25 5.535156 9.25 6.128906 L 9.25 7.546875 L 11.46875 7.546875 L 11.113281 9.726562 L 9.25 9.726562 L 9.25 15 C 13.074219 14.433594 16 11.3125 16 7.546875 "
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
3
|
-
<g clip-path="url(#a)">
|
|
4
|
-
<g clip-path="url(#b)">
|
|
5
|
-
<path
|
|
6
|
-
d="M20 10c0-5.523-4.477-10-10-10S0 4.477 0 10c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V10h2.54V7.797c0-2.506 1.492-3.89 3.777-3.89 1.093 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.563V10h2.773l-.443 2.89h-2.33v6.988C16.343 19.128 20 14.991 20 10Z"
|
|
7
|
-
fill="#1877F2"
|
|
8
|
-
/>
|
|
9
|
-
<path
|
|
10
|
-
d="m13.893 12.89.443-2.89h-2.774V8.125c0-.79.388-1.563 1.63-1.563h1.261v-2.46s-1.144-.196-2.238-.196c-2.285 0-3.777 1.385-3.777 3.89V10h-2.54v2.89h2.54v6.988c1.035.163 2.09.163 3.124 0v-6.987h2.33Z"
|
|
11
|
-
fill="#fff"
|
|
12
|
-
/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="a">
|
|
17
|
-
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
18
|
-
</clipPath>
|
|
19
|
-
<clipPath id="b">
|
|
20
|
-
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
24
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
3
|
+
<g clip-path="url(#a)">
|
|
4
|
+
<g clip-path="url(#b)">
|
|
5
|
+
<path
|
|
6
|
+
d="M20 10c0-5.523-4.477-10-10-10S0 4.477 0 10c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V10h2.54V7.797c0-2.506 1.492-3.89 3.777-3.89 1.093 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.563V10h2.773l-.443 2.89h-2.33v6.988C16.343 19.128 20 14.991 20 10Z"
|
|
7
|
+
fill="#1877F2"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="m13.893 12.89.443-2.89h-2.774V8.125c0-.79.388-1.563 1.63-1.563h1.261v-2.46s-1.144-.196-2.238-.196c-2.285 0-3.777 1.385-3.777 3.89V10h-2.54v2.89h2.54v6.988c1.035.163 2.09.163 3.124 0v-6.987h2.33Z"
|
|
11
|
+
fill="#fff"
|
|
12
|
+
/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="a">
|
|
17
|
+
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="b">
|
|
20
|
+
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
24
|
+
</template>
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
3
|
-
<g clip-path="url(#a)">
|
|
4
|
-
<g clip-path="url(#b)">
|
|
5
|
-
<path
|
|
6
|
-
d="M19.805 10.23c0-.68-.055-1.363-.173-2.032H10.2v3.851h5.402a4.63 4.63 0 0 1-2 3.039v2.499h3.223c1.892-1.742 2.98-4.314 2.98-7.357Z"
|
|
7
|
-
fill="#4285F4"
|
|
8
|
-
/>
|
|
9
|
-
<path
|
|
10
|
-
d="M10.2 20c2.697 0 4.972-.885 6.629-2.413l-3.223-2.499c-.896.61-2.054.955-3.402.955-2.61 0-4.821-1.76-5.615-4.126H1.264v2.576A10.001 10.001 0 0 0 10.2 20Z"
|
|
11
|
-
fill="#34A853"
|
|
12
|
-
/>
|
|
13
|
-
<path
|
|
14
|
-
d="M4.585 11.917a5.99 5.99 0 0 1 0-3.829V5.512H1.264a10.009 10.009 0 0 0 0 8.98l3.321-2.575Z"
|
|
15
|
-
fill="#FBBC04"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M10.2 3.958a5.434 5.434 0 0 1 3.836 1.5l2.855-2.856A9.611 9.611 0 0 0 10.2.001a9.998 9.998 0 0 0-8.936 5.511l3.321 2.576c.79-2.37 3.006-4.13 5.615-4.13Z"
|
|
19
|
-
fill="#EA4335"
|
|
20
|
-
/>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
<defs>
|
|
24
|
-
<clipPath id="a">
|
|
25
|
-
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
26
|
-
</clipPath>
|
|
27
|
-
<clipPath id="b">
|
|
28
|
-
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
29
|
-
</clipPath>
|
|
30
|
-
</defs>
|
|
31
|
-
</svg>
|
|
32
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
3
|
+
<g clip-path="url(#a)">
|
|
4
|
+
<g clip-path="url(#b)">
|
|
5
|
+
<path
|
|
6
|
+
d="M19.805 10.23c0-.68-.055-1.363-.173-2.032H10.2v3.851h5.402a4.63 4.63 0 0 1-2 3.039v2.499h3.223c1.892-1.742 2.98-4.314 2.98-7.357Z"
|
|
7
|
+
fill="#4285F4"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M10.2 20c2.697 0 4.972-.885 6.629-2.413l-3.223-2.499c-.896.61-2.054.955-3.402.955-2.61 0-4.821-1.76-5.615-4.126H1.264v2.576A10.001 10.001 0 0 0 10.2 20Z"
|
|
11
|
+
fill="#34A853"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M4.585 11.917a5.99 5.99 0 0 1 0-3.829V5.512H1.264a10.009 10.009 0 0 0 0 8.98l3.321-2.575Z"
|
|
15
|
+
fill="#FBBC04"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M10.2 3.958a5.434 5.434 0 0 1 3.836 1.5l2.855-2.856A9.611 9.611 0 0 0 10.2.001a9.998 9.998 0 0 0-8.936 5.511l3.321 2.576c.79-2.37 3.006-4.13 5.615-4.13Z"
|
|
19
|
+
fill="#EA4335"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
<defs>
|
|
24
|
+
<clipPath id="a">
|
|
25
|
+
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
26
|
+
</clipPath>
|
|
27
|
+
<clipPath id="b">
|
|
28
|
+
<path fill="#fff" d="M0 0h20v20H0z" />
|
|
29
|
+
</clipPath>
|
|
30
|
+
</defs>
|
|
31
|
+
</svg>
|
|
32
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M13.8051 8.852c.26.2607.26.682 0 .9414l-4.0114 4.0113c-.13.13-.3.1954-.4706.1954a.6634.6634 0 0 1-.4707-.1954.6646.6646 0 0 1 0-.9406l4.0113-4.012a.6668.6668 0 0 1 .9414 0Zm-.0503-3.2777c.2607.2606.2607.682 0 .9413l-7.2547 7.254c-.13.13-.3.1953-.4706.1953a.6633.6633 0 0 1-.4707-.1953.6648.6648 0 0 1 0-.9407l7.2553-7.2546a.6648.6648 0 0 1 .9407 0Zm.0375-3.3664a.6643.6643 0 0 1 0 .9414L3.241 13.7006a.6667.6667 0 0 1-.4707.1947.6655.6655 0 0 1-.4707-1.136L12.8518 2.2079c.26-.26.6813-.26.9406 0Zm-.046 10.0317a.6642.6642 0 0 1 0 .9413l-.504.5047a.6666.6666 0 0 1-.9413 0 .6642.6642 0 0 1 0-.9413l.5047-.5047a.6646.6646 0 0 1 .9406 0ZM10.426 2.2455c.2607.2606.2607.682 0 .9413l-7.254 7.254c-.13.13-.3.1953-.4707.1953a.6633.6633 0 0 1-.4706-.1953.6647.6647 0 0 1 0-.9407l7.2546-7.2546a.6647.6647 0 0 1 .9407 0Zm-3.2778-.051c.26.2607.26.682 0 .9414l-4.012 4.012a.6645.6645 0 0 1-.9413 0 .6647.6647 0 0 1 0-.9407l4.012-4.0127a.6667.6667 0 0 1 .9413 0ZM3.76 2.2533a.6657.6657 0 0 1 .0007.942l-.5034.5046a.668.668 0 0 1-.942.0007.667.667 0 0 1-.0006-.942l.504-.5047c.2593-.26.6813-.2593.9413-.0006Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M13.8051 8.852c.26.2607.26.682 0 .9414l-4.0114 4.0113c-.13.13-.3.1954-.4706.1954a.6634.6634 0 0 1-.4707-.1954.6646.6646 0 0 1 0-.9406l4.0113-4.012a.6668.6668 0 0 1 .9414 0Zm-.0503-3.2777c.2607.2606.2607.682 0 .9413l-7.2547 7.254c-.13.13-.3.1953-.4706.1953a.6633.6633 0 0 1-.4707-.1953.6648.6648 0 0 1 0-.9407l7.2553-7.2546a.6648.6648 0 0 1 .9407 0Zm.0375-3.3664a.6643.6643 0 0 1 0 .9414L3.241 13.7006a.6667.6667 0 0 1-.4707.1947.6655.6655 0 0 1-.4707-1.136L12.8518 2.2079c.26-.26.6813-.26.9406 0Zm-.046 10.0317a.6642.6642 0 0 1 0 .9413l-.504.5047a.6666.6666 0 0 1-.9413 0 .6642.6642 0 0 1 0-.9413l.5047-.5047a.6646.6646 0 0 1 .9406 0ZM10.426 2.2455c.2607.2606.2607.682 0 .9413l-7.254 7.254c-.13.13-.3.1953-.4707.1953a.6633.6633 0 0 1-.4706-.1953.6647.6647 0 0 1 0-.9407l7.2546-7.2546a.6647.6647 0 0 1 .9407 0Zm-3.2778-.051c.26.2607.26.682 0 .9414l-4.012 4.012a.6645.6645 0 0 1-.9413 0 .6647.6647 0 0 1 0-.9407l4.012-4.0127a.6667.6667 0 0 1 .9413 0ZM3.76 2.2533a.6657.6657 0 0 1 .0007.942l-.5034.5046a.668.668 0 0 1-.942.0007.667.667 0 0 1-.0006-.942l.504-.5047c.2593-.26.6813-.2593.9413-.0006Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<rect x="19" y="3" width="56" height="6" rx="3" />
|
|
4
|
-
<rect x="32.5" y="15" width="29" height="6" rx="3" />
|
|
5
|
-
</svg>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect x="19" y="3" width="56" height="6" rx="3" />
|
|
4
|
+
<rect x="32.5" y="15" width="29" height="6" rx="3" />
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<rect x="19" y="3" width="56" height="6" rx="3" />
|
|
4
|
-
<rect x="19" y="15" width="29" height="6" rx="3" />
|
|
5
|
-
</svg>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect x="19" y="3" width="56" height="6" rx="3" />
|
|
4
|
+
<rect x="19" y="15" width="29" height="6" rx="3" />
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M13.875 2.5C14.1875 2.5 14.4531 2.60938 14.6719 2.82812C14.8906 3.04688 15 3.3125 15 3.625V12.375C15 12.6875 14.8906 12.9531 14.6719 13.1719C14.4531 13.3906 14.1875 13.5 13.875 13.5H2.125C1.8125 13.5 1.54688 13.3906 1.32812 13.1719C1.10938 12.9531 1 12.6875 1 12.375V3.625C1 3.3125 1.10938 3.04688 1.32812 2.82812C1.54688 2.60938 1.8125 2.5 2.125 2.5H13.875ZM4.9375 4.5C4.67188 4.5 4.44531 4.59375 4.25781 4.78125C4.08594 4.95312 4 5.17188 4 5.4375C4 5.70312 4.08594 5.92969 4.25781 6.11719C4.44531 6.28906 4.67188 6.375 4.9375 6.375C5.20312 6.375 5.42188 6.28906 5.59375 6.11719C5.78125 5.92969 5.875 5.70312 5.875 5.4375C5.875 5.17188 5.78125 4.95312 5.59375 4.78125C5.42188 4.59375 5.20312 4.5 4.9375 4.5ZM4.1875 8.0625V9.1875H11.6875V7.3125L9.625 5.25C9.5 5.125 9.375 5.125 9.25 5.25L6.4375 8.0625L5.5 7.125C5.375 7 5.25 7 5.125 7.125L4.1875 8.0625ZM3.5 10.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H12.5C12.7761 11.5 13 11.2761 13 11C13 10.7239 12.7761 10.5 12.5 10.5H3.5Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M13.875 2.5C14.1875 2.5 14.4531 2.60938 14.6719 2.82812C14.8906 3.04688 15 3.3125 15 3.625V12.375C15 12.6875 14.8906 12.9531 14.6719 13.1719C14.4531 13.3906 14.1875 13.5 13.875 13.5H2.125C1.8125 13.5 1.54688 13.3906 1.32812 13.1719C1.10938 12.9531 1 12.6875 1 12.375V3.625C1 3.3125 1.10938 3.04688 1.32812 2.82812C1.54688 2.60938 1.8125 2.5 2.125 2.5H13.875ZM4.9375 4.5C4.67188 4.5 4.44531 4.59375 4.25781 4.78125C4.08594 4.95312 4 5.17188 4 5.4375C4 5.70312 4.08594 5.92969 4.25781 6.11719C4.44531 6.28906 4.67188 6.375 4.9375 6.375C5.20312 6.375 5.42188 6.28906 5.59375 6.11719C5.78125 5.92969 5.875 5.70312 5.875 5.4375C5.875 5.17188 5.78125 4.95312 5.59375 4.78125C5.42188 4.59375 5.20312 4.5 4.9375 4.5ZM4.1875 8.0625V9.1875H11.6875V7.3125L9.625 5.25C9.5 5.125 9.375 5.125 9.25 5.25L6.4375 8.0625L5.5 7.125C5.375 7 5.25 7 5.125 7.125L4.1875 8.0625ZM3.5 10.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H12.5C12.7761 11.5 13 11.2761 13 11C13 10.7239 12.7761 10.5 12.5 10.5H3.5Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M14.6653 4.9467c-1.0543.8086-2.1084 1.2463-3.0729 1.4612.6586-.8467 1.0642-1.783 1.0411-2.7071-.9172.7035-1.8343.9936-2.6232 1.0814.7379-.7239 1.2348-1.5937 1.2135-2.4489-1.7365 1.3319-3.4728.5723-3.4728.5723-.2355 2.7363-2.9333 3.1003-2.9333 3.1003.3447.3404.814.4998 1.3432.5163l-.0005.0002c.3489.0095.6982-.0401 1.0371-.1255C6.0638 8.5523 3.587 8.8872 3.587 8.8872c.4868.4806 1.1497.7058 1.8969.729l-.0008.0003a4.8127 4.8127 0 0 0 .7765-.0433C4.4708 12.166 1.3333 12.59 1.3333 12.59c.7173.7081 1.694 1.0401 2.795 1.0744l-.0005.0002c1.3849.0351 2.749-.3546 4.008-.9091.0003 0 .0005-.0002.0007-.0003 1.0824-.4832 2.1016-1.1083 3.0278-1.8482l.0002-.0002a.0008.0008 0 0 0-.0005.0002c2.0553-1.646 3.5546-3.825 3.5013-5.9602Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M14.6653 4.9467c-1.0543.8086-2.1084 1.2463-3.0729 1.4612.6586-.8467 1.0642-1.783 1.0411-2.7071-.9172.7035-1.8343.9936-2.6232 1.0814.7379-.7239 1.2348-1.5937 1.2135-2.4489-1.7365 1.3319-3.4728.5723-3.4728.5723-.2355 2.7363-2.9333 3.1003-2.9333 3.1003.3447.3404.814.4998 1.3432.5163l-.0005.0002c.3489.0095.6982-.0401 1.0371-.1255C6.0638 8.5523 3.587 8.8872 3.587 8.8872c.4868.4806 1.1497.7058 1.8969.729l-.0008.0003a4.8127 4.8127 0 0 0 .7765-.0433C4.4708 12.166 1.3333 12.59 1.3333 12.59c.7173.7081 1.694 1.0401 2.795 1.0744l-.0005.0002c1.3849.0351 2.749-.3546 4.008-.9091.0003 0 .0005-.0002.0007-.0003 1.0824-.4832 2.1016-1.1083 3.0278-1.8482l.0002-.0002a.0008.0008 0 0 0-.0005.0002c2.0553-1.646 3.5546-3.825 3.5013-5.9602Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M1.9297 14.75l5.1406-1.7227c.2917-.0911.483-.2825.5742-.5742l.793-2.3515 5.7695-5.2227c.401-.3646.6472-.7884.7383-1.2715.0912-.483.0501-.9342-.123-1.3535-.1732-.4193-.4603-.7747-.8614-1.0664C13.56.8958 13.1133.75 12.6211.75c-.6927 0-1.276.2643-1.75.793L5.6484 7.3125l-2.3515.793c-.2917.0911-.4831.2825-.5742.5742L1 13.8203l.9297.9297zM8.082 8.6523l-.9843-.9843 4.7578-5.25c.2005-.237.4557-.3555.7656-.3555.2734 0 .5195.1094.7383.3281.2187.2188.3281.474.3281.7656-.0182.2917-.1367.5378-.3555.7383l-5.25 4.7578zM3.543 12.836l1.3672-1.3672h.0273c.1823 0 .3372-.0638.4648-.1914s.1914-.2825.1914-.4648c0-.1276-.0319-.2415-.0957-.3418a.6675.6675 0 00-.5742-.3145.6742.6742 0 00-.3281.082.5709.5709 0 00-.2324.2325c-.0547.1003-.082.2142-.082.3418v.0273L2.914 12.207l.9843-2.9258 2.1602-.7109.0547-.0273L7.207 9.6367l-.0273.0547-.711 2.1602-2.9257.9843z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M1.9297 14.75l5.1406-1.7227c.2917-.0911.483-.2825.5742-.5742l.793-2.3515 5.7695-5.2227c.401-.3646.6472-.7884.7383-1.2715.0912-.483.0501-.9342-.123-1.3535-.1732-.4193-.4603-.7747-.8614-1.0664C13.56.8958 13.1133.75 12.6211.75c-.6927 0-1.276.2643-1.75.793L5.6484 7.3125l-2.3515.793c-.2917.0911-.4831.2825-.5742.5742L1 13.8203l.9297.9297zM8.082 8.6523l-.9843-.9843 4.7578-5.25c.2005-.237.4557-.3555.7656-.3555.2734 0 .5195.1094.7383.3281.2187.2188.3281.474.3281.7656-.0182.2917-.1367.5378-.3555.7383l-5.25 4.7578zM3.543 12.836l1.3672-1.3672h.0273c.1823 0 .3372-.0638.4648-.1914s.1914-.2825.1914-.4648c0-.1276-.0319-.2415-.0957-.3418a.6675.6675 0 00-.5742-.3145.6742.6742 0 00-.3281.082.5709.5709 0 00-.2324.2325c-.0547.1003-.082.2142-.082.3418v.0273L2.914 12.207l.9843-2.9258 2.1602-.7109.0547-.0273L7.207 9.6367l-.0273.0547-.711 2.1602-2.9257.9843z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M13.8333 3C14.1574 3 14.4329 3.11343 14.6597 3.34028C14.8866 3.56713 15 3.84259 15 4.16667V4.55556H1V4.16667C1 3.84259 1.11343 3.56713 1.34028 3.34028C1.56713 3.11343 1.84259 3 2.16667 3H13.8333ZM1 12.7222V5.33333H15V12.7222C15 13.0463 14.8866 13.3218 14.6597 13.5486C14.4329 13.7755 14.1574 13.8889 13.8333 13.8889H2.16667C1.84259 13.8889 1.56713 13.7755 1.34028 13.5486C1.11343 13.3218 1 13.0463 1 12.7222ZM9.55556 7.08333V7.47222C9.55556 7.60185 9.62037 7.66667 9.75 7.66667H13.25C13.3796 7.66667 13.4444 7.60185 13.4444 7.47222V7.08333C13.4444 6.9537 13.3796 6.88889 13.25 6.88889H9.75C9.62037 6.88889 9.55556 6.9537 9.55556 7.08333ZM9.55556 8.63889V9.02778C9.55556 9.15741 9.62037 9.22222 9.75 9.22222H13.25C13.3796 9.22222 13.4444 9.15741 13.4444 9.02778V8.63889C13.4444 8.50926 13.3796 8.44445 13.25 8.44445H9.75C9.62037 8.44445 9.55556 8.50926 9.55556 8.63889ZM9.55556 10.1944V10.5833C9.55556 10.713 9.62037 10.7778 9.75 10.7778H13.25C13.3796 10.7778 13.4444 10.713 13.4444 10.5833V10.1944C13.4444 10.0648 13.3796 10 13.25 10H9.75C9.62037 10 9.55556 10.0648 9.55556 10.1944ZM6.37153 7.35069C6.06366 7.04282 5.69907 6.88889 5.27778 6.88889C4.85648 6.88889 4.4919 7.04282 4.18403 7.35069C3.87616 7.65857 3.72222 8.02315 3.72222 8.44445C3.72222 8.86574 3.87616 9.23032 4.18403 9.5382C4.4919 9.84607 4.85648 10 5.27778 10C5.69907 10 6.06366 9.84607 6.37153 9.5382C6.6794 9.23032 6.83333 8.86574 6.83333 8.44445C6.83333 8.02315 6.6794 7.65857 6.37153 7.35069ZM2.62847 11.8472C2.59606 11.9606 2.62037 12.0741 2.70139 12.1875C2.78241 12.2847 2.88773 12.3333 3.01736 12.3333H7.53819C7.66782 12.3333 7.77315 12.2847 7.85417 12.1875C7.93518 12.0903 7.95949 11.9769 7.92708 11.8472C7.82986 11.5394 7.64352 11.2882 7.36806 11.0938C7.09259 10.8831 6.78472 10.7778 6.44444 10.7778H6.25C5.94213 10.9074 5.61806 10.9722 5.27778 10.9722C4.9375 10.9722 4.61343 10.9074 4.30556 10.7778H4.11111C3.88426 10.7778 3.66551 10.8264 3.45486 10.9236C3.26042 11.0046 3.09028 11.1262 2.94444 11.2882C2.79861 11.4502 2.69329 11.6366 2.62847 11.8472Z"
|
|
4
|
-
/>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M13.8333 3C14.1574 3 14.4329 3.11343 14.6597 3.34028C14.8866 3.56713 15 3.84259 15 4.16667V4.55556H1V4.16667C1 3.84259 1.11343 3.56713 1.34028 3.34028C1.56713 3.11343 1.84259 3 2.16667 3H13.8333ZM1 12.7222V5.33333H15V12.7222C15 13.0463 14.8866 13.3218 14.6597 13.5486C14.4329 13.7755 14.1574 13.8889 13.8333 13.8889H2.16667C1.84259 13.8889 1.56713 13.7755 1.34028 13.5486C1.11343 13.3218 1 13.0463 1 12.7222ZM9.55556 7.08333V7.47222C9.55556 7.60185 9.62037 7.66667 9.75 7.66667H13.25C13.3796 7.66667 13.4444 7.60185 13.4444 7.47222V7.08333C13.4444 6.9537 13.3796 6.88889 13.25 6.88889H9.75C9.62037 6.88889 9.55556 6.9537 9.55556 7.08333ZM9.55556 8.63889V9.02778C9.55556 9.15741 9.62037 9.22222 9.75 9.22222H13.25C13.3796 9.22222 13.4444 9.15741 13.4444 9.02778V8.63889C13.4444 8.50926 13.3796 8.44445 13.25 8.44445H9.75C9.62037 8.44445 9.55556 8.50926 9.55556 8.63889ZM9.55556 10.1944V10.5833C9.55556 10.713 9.62037 10.7778 9.75 10.7778H13.25C13.3796 10.7778 13.4444 10.713 13.4444 10.5833V10.1944C13.4444 10.0648 13.3796 10 13.25 10H9.75C9.62037 10 9.55556 10.0648 9.55556 10.1944ZM6.37153 7.35069C6.06366 7.04282 5.69907 6.88889 5.27778 6.88889C4.85648 6.88889 4.4919 7.04282 4.18403 7.35069C3.87616 7.65857 3.72222 8.02315 3.72222 8.44445C3.72222 8.86574 3.87616 9.23032 4.18403 9.5382C4.4919 9.84607 4.85648 10 5.27778 10C5.69907 10 6.06366 9.84607 6.37153 9.5382C6.6794 9.23032 6.83333 8.86574 6.83333 8.44445C6.83333 8.02315 6.6794 7.65857 6.37153 7.35069ZM2.62847 11.8472C2.59606 11.9606 2.62037 12.0741 2.70139 12.1875C2.78241 12.2847 2.88773 12.3333 3.01736 12.3333H7.53819C7.66782 12.3333 7.77315 12.2847 7.85417 12.1875C7.93518 12.0903 7.95949 11.9769 7.92708 11.8472C7.82986 11.5394 7.64352 11.2882 7.36806 11.0938C7.09259 10.8831 6.78472 10.7778 6.44444 10.7778H6.25C5.94213 10.9074 5.61806 10.9722 5.27778 10.9722C4.9375 10.9722 4.61343 10.9074 4.30556 10.7778H4.11111C3.88426 10.7778 3.66551 10.8264 3.45486 10.9236C3.26042 11.0046 3.09028 11.1262 2.94444 11.2882C2.79861 11.4502 2.69329 11.6366 2.62847 11.8472Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M12.0833 10.3625l-1.5833-4.9 1.5-3.15C12.25 1.875 12.1667 1 11.3333 1H4.6667c-.8334 0-.9167.875-.75 1.225l1.5 3.15-1.5834 4.9c-.0833.35 0 .7.1667.875l3.3333 3.5c.25.2625.4167.35.6667.35.25 0 .4167-.0875.5833-.2625l3.3334-3.5c.25-.2625.3333-.6125.1666-.875zM10 2.75L9.1667 4.5H6.8333L6 2.75h4zM8 12.9l-2.4167-2.5375L6.9167 6.25h2.1666l1.3334 4.1125L8 12.9z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M12.0833 10.3625l-1.5833-4.9 1.5-3.15C12.25 1.875 12.1667 1 11.3333 1H4.6667c-.8334 0-.9167.875-.75 1.225l1.5 3.15-1.5834 4.9c-.0833.35 0 .7.1667.875l3.3333 3.5c.25.2625.4167.35.6667.35.25 0 .4167-.0875.5833-.2625l3.3334-3.5c.25-.2625.3333-.6125.1666-.875zM10 2.75L9.1667 4.5H6.8333L6 2.75h4zM8 12.9l-2.4167-2.5375L6.9167 6.25h2.1666l1.3334 4.1125L8 12.9z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M2.69995 12.875V6.5H13.2V12.875C13.2 13.1875 13.0906 13.4531 12.8718 13.6719C12.6531 13.8906 12.3875 14 12.075 14H3.82495C3.51245 14 3.24683 13.8906 3.02808 13.6719C2.80933 13.4531 2.69995 13.1875 2.69995 12.875ZM10.2 8.28125V9.21875C10.2 9.40625 10.2937 9.5 10.4812 9.5H11.4187C11.6062 9.5 11.7 9.40625 11.7 9.21875V8.28125C11.7 8.09375 11.6062 8 11.4187 8H10.4812C10.2937 8 10.2 8.09375 10.2 8.28125ZM10.2 11.2812V12.2188C10.2 12.4062 10.2937 12.5 10.4812 12.5H11.4187C11.6062 12.5 11.7 12.4062 11.7 12.2188V11.2812C11.7 11.0938 11.6062 11 11.4187 11H10.4812C10.2937 11 10.2 11.0938 10.2 11.2812ZM7.19995 8.28125V9.21875C7.19995 9.40625 7.2937 9.5 7.4812 9.5H8.4187C8.6062 9.5 8.69995 9.40625 8.69995 9.21875V8.28125C8.69995 8.09375 8.6062 8 8.4187 8H7.4812C7.2937 8 7.19995 8.09375 7.19995 8.28125ZM7.19995 11.2812V12.2188C7.19995 12.4062 7.2937 12.5 7.4812 12.5H8.4187C8.6062 12.5 8.69995 12.4062 8.69995 12.2188V11.2812C8.69995 11.0938 8.6062 11 8.4187 11H7.4812C7.2937 11 7.19995 11.0938 7.19995 11.2812ZM4.19995 8.28125V9.21875C4.19995 9.40625 4.2937 9.5 4.4812 9.5H5.4187C5.6062 9.5 5.69995 9.40625 5.69995 9.21875V8.28125C5.69995 8.09375 5.6062 8 5.4187 8H4.4812C4.2937 8 4.19995 8.09375 4.19995 8.28125ZM4.19995 11.2812V12.2188C4.19995 12.4062 4.2937 12.5 4.4812 12.5H5.4187C5.6062 12.5 5.69995 12.4062 5.69995 12.2188V11.2812C5.69995 11.0938 5.6062 11 5.4187 11H4.4812C4.2937 11 4.19995 11.0938 4.19995 11.2812ZM12.075 3.5C12.3875 3.5 12.6531 3.60938 12.8718 3.82812C13.0906 4.04688 13.2 4.3125 13.2 4.625V5.75H2.69995V4.625C2.69995 4.3125 2.80933 4.04688 3.02808 3.82812C3.24683 3.60938 3.51245 3.5 3.82495 3.5H4.94995V2.375C4.94995 2.26562 4.9812 2.17969 5.0437 2.11719C5.12183 2.03906 5.21558 2 5.32495 2H6.07495C6.18433 2 6.27026 2.03906 6.33276 2.11719C6.41089 2.17969 6.44995 2.26562 6.44995 2.375V3.5H9.44995V2.375C9.44995 2.26562 9.4812 2.17969 9.5437 2.11719C9.62183 2.03906 9.71558 2 9.82495 2H10.575C10.6843 2 10.7703 2.03906 10.8328 2.11719C10.9109 2.17969 10.95 2.26562 10.95 2.375V3.5H12.075Z"
|
|
4
|
-
/>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M2.69995 12.875V6.5H13.2V12.875C13.2 13.1875 13.0906 13.4531 12.8718 13.6719C12.6531 13.8906 12.3875 14 12.075 14H3.82495C3.51245 14 3.24683 13.8906 3.02808 13.6719C2.80933 13.4531 2.69995 13.1875 2.69995 12.875ZM10.2 8.28125V9.21875C10.2 9.40625 10.2937 9.5 10.4812 9.5H11.4187C11.6062 9.5 11.7 9.40625 11.7 9.21875V8.28125C11.7 8.09375 11.6062 8 11.4187 8H10.4812C10.2937 8 10.2 8.09375 10.2 8.28125ZM10.2 11.2812V12.2188C10.2 12.4062 10.2937 12.5 10.4812 12.5H11.4187C11.6062 12.5 11.7 12.4062 11.7 12.2188V11.2812C11.7 11.0938 11.6062 11 11.4187 11H10.4812C10.2937 11 10.2 11.0938 10.2 11.2812ZM7.19995 8.28125V9.21875C7.19995 9.40625 7.2937 9.5 7.4812 9.5H8.4187C8.6062 9.5 8.69995 9.40625 8.69995 9.21875V8.28125C8.69995 8.09375 8.6062 8 8.4187 8H7.4812C7.2937 8 7.19995 8.09375 7.19995 8.28125ZM7.19995 11.2812V12.2188C7.19995 12.4062 7.2937 12.5 7.4812 12.5H8.4187C8.6062 12.5 8.69995 12.4062 8.69995 12.2188V11.2812C8.69995 11.0938 8.6062 11 8.4187 11H7.4812C7.2937 11 7.19995 11.0938 7.19995 11.2812ZM4.19995 8.28125V9.21875C4.19995 9.40625 4.2937 9.5 4.4812 9.5H5.4187C5.6062 9.5 5.69995 9.40625 5.69995 9.21875V8.28125C5.69995 8.09375 5.6062 8 5.4187 8H4.4812C4.2937 8 4.19995 8.09375 4.19995 8.28125ZM4.19995 11.2812V12.2188C4.19995 12.4062 4.2937 12.5 4.4812 12.5H5.4187C5.6062 12.5 5.69995 12.4062 5.69995 12.2188V11.2812C5.69995 11.0938 5.6062 11 5.4187 11H4.4812C4.2937 11 4.19995 11.0938 4.19995 11.2812ZM12.075 3.5C12.3875 3.5 12.6531 3.60938 12.8718 3.82812C13.0906 4.04688 13.2 4.3125 13.2 4.625V5.75H2.69995V4.625C2.69995 4.3125 2.80933 4.04688 3.02808 3.82812C3.24683 3.60938 3.51245 3.5 3.82495 3.5H4.94995V2.375C4.94995 2.26562 4.9812 2.17969 5.0437 2.11719C5.12183 2.03906 5.21558 2 5.32495 2H6.07495C6.18433 2 6.27026 2.03906 6.33276 2.11719C6.41089 2.17969 6.44995 2.26562 6.44995 2.375V3.5H9.44995V2.375C9.44995 2.26562 9.4812 2.17969 9.5437 2.11719C9.62183 2.03906 9.71558 2 9.82495 2H10.575C10.6843 2 10.7703 2.03906 10.8328 2.11719C10.9109 2.17969 10.95 2.26562 10.95 2.375V3.5H12.075Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M8 1.25c3.728 0 6.75 3.022 6.75 6.75S11.728 14.75 8 14.75 1.25 11.728 1.25 8 4.272 1.25 8 1.25zm4.1899 3.586L4.555 11.9618C5.477 12.7642 6.6818 13.25 8 13.25c2.8995 0 5.25-2.3505 5.25-5.25a5.2269 5.2269 0 00-1.0601-3.164zM8 2.75C5.1005 2.75 2.75 5.1005 2.75 8c0 1.04.3024 2.0093.824 2.825l7.5488-7.0457A5.2266 5.2266 0 008 2.75z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 1.25c3.728 0 6.75 3.022 6.75 6.75S11.728 14.75 8 14.75 1.25 11.728 1.25 8 4.272 1.25 8 1.25zm4.1899 3.586L4.555 11.9618C5.477 12.7642 6.6818 13.25 8 13.25c2.8995 0 5.25-2.3505 5.25-5.25a5.2269 5.2269 0 00-1.0601-3.164zM8 2.75C5.1005 2.75 2.75 5.1005 2.75 8c0 1.04.3024 2.0093.824 2.825l7.5488-7.0457A5.2266 5.2266 0 008 2.75z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M8 1.25c3.728 0 6.75 3.022 6.75 6.75S11.728 14.75 8 14.75 1.25 11.728 1.25 8 4.272 1.25 8 1.25zm0 1.5C5.1005 2.75 2.75 5.1005 2.75 8S5.1005 13.25 8 13.25s5.25-2.3505 5.25-5.25S10.8995 2.75 8 2.75zm.606 4.0379l-.0002 3.0297 1.2124.0006v1.2121H6.1818V9.8182l1.212-.0006L7.394 8H6.182V6.7879H8.606zm0-2.4243v1.8182H7.394V4.3636h1.212z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 1.25c3.728 0 6.75 3.022 6.75 6.75S11.728 14.75 8 14.75 1.25 11.728 1.25 8 4.272 1.25 8 1.25zm0 1.5C5.1005 2.75 2.75 5.1005 2.75 8S5.1005 13.25 8 13.25s5.25-2.3505 5.25-5.25S10.8995 2.75 8 2.75zm.606 4.0379l-.0002 3.0297 1.2124.0006v1.2121H6.1818V9.8182l1.212-.0006L7.394 8H6.182V6.7879H8.606zm0-2.4243v1.8182H7.394V4.3636h1.212z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<g fill-rule="nonzero">
|
|
3
|
-
<path
|
|
4
|
-
d="M8 1.25c1.0216 0 2.0116.2277 2.912.6589l.2967.1512.6596.357-.714 1.3192-.6595-.357C9.7352 2.9683 8.8842 2.75 8 2.75 5.1005 2.75 2.75 5.1005 2.75 8S5.1005 13.25 8 13.25c2.8087 0 5.105-2.2067 5.2434-4.9872L13.25 8v-.75h1.5l-.0002.8079C14.7186 11.7615 11.7063 14.75 8 14.75c-3.728 0-6.75-3.022-6.75-6.75S4.272 1.25 8 1.25z"
|
|
5
|
-
/>
|
|
6
|
-
<path d="M14.0042 2.7393l1.0565 1.0649-7.454 7.3953-3.4585-3.4586L5.209 6.6803 7.611 9.082z" />
|
|
7
|
-
</g>
|
|
8
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<g fill-rule="nonzero">
|
|
3
|
+
<path
|
|
4
|
+
d="M8 1.25c1.0216 0 2.0116.2277 2.912.6589l.2967.1512.6596.357-.714 1.3192-.6595-.357C9.7352 2.9683 8.8842 2.75 8 2.75 5.1005 2.75 2.75 5.1005 2.75 8S5.1005 13.25 8 13.25c2.8087 0 5.105-2.2067 5.2434-4.9872L13.25 8v-.75h1.5l-.0002.8079C14.7186 11.7615 11.7063 14.75 8 14.75c-3.728 0-6.75-3.022-6.75-6.75S4.272 1.25 8 1.25z"
|
|
5
|
+
/>
|
|
6
|
+
<path d="M14.0042 2.7393l1.0565 1.0649-7.454 7.3953-3.4585-3.4586L5.209 6.6803 7.611 9.082z" />
|
|
7
|
+
</g>
|
|
8
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
d="M8 1.25c3.728 0 6.75 3.022 6.75 6.75S11.728 14.75 8 14.75 1.25 11.728 1.25 8 4.272 1.25 8 1.25zm0 1.5C5.1005 2.75 2.75 5.1005 2.75 8S5.1005 13.25 8 13.25s5.25-2.3505 5.25-5.25S10.8995 2.75 8 2.75zm.75 6.9v2.1h-1.5v-2.1h1.5zm0-5.4v5.1h-1.5v-5.1h1.5z"
|
|
4
|
-
fill-rule="nonzero"
|
|
5
|
-
/>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8 1.25c3.728 0 6.75 3.022 6.75 6.75S11.728 14.75 8 14.75 1.25 11.728 1.25 8 4.272 1.25 8 1.25zm0 1.5C5.1005 2.75 2.75 5.1005 2.75 8S5.1005 13.25 8 13.25s5.25-2.3505 5.25-5.25S10.8995 2.75 8 2.75zm.75 6.9v2.1h-1.5v-2.1h1.5zm0-5.4v5.1h-1.5v-5.1h1.5z"
|
|
4
|
+
fill-rule="nonzero"
|
|
5
|
+
/>
|
|
6
|
+
</template>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<g fill-rule="evenodd" stroke-linecap="square">
|
|
3
|
-
<path
|
|
4
|
-
d="M2.667 2.308 C 2.364 2.373,2.071 2.541,1.810 2.801 C 1.615 2.994,1.561 3.068,1.459 3.281 C 1.393 3.420,1.322 3.599,1.303 3.680 C 1.249 3.897,1.249 12.103,1.303 12.320 C 1.322 12.401,1.393 12.581,1.460 12.720 C 1.563 12.935,1.615 13.007,1.810 13.200 C 2.076 13.462,2.370 13.629,2.680 13.694 C 2.960 13.752,13.040 13.752,13.320 13.694 C 13.630 13.629,13.924 13.462,14.190 13.200 C 14.385 13.007,14.437 12.935,14.540 12.720 C 14.607 12.581,14.678 12.401,14.697 12.320 C 14.751 12.103,14.751 3.897,14.697 3.680 C 14.678 3.599,14.607 3.419,14.540 3.280 C 14.437 3.065,14.385 2.993,14.190 2.800 C 13.924 2.538,13.630 2.371,13.320 2.306 C 13.047 2.250,2.933 2.251,2.667 2.308 M13.035 3.771 C 13.074 3.791,13.137 3.840,13.173 3.880 L 13.240 3.951 13.248 4.602 L 13.256 5.253 8.000 5.253 L 2.744 5.253 2.752 4.603 C 2.761 3.884,2.757 3.900,2.947 3.783 C 3.024 3.735,3.205 3.734,7.995 3.733 C 12.210 3.733,12.974 3.739,13.035 3.771 M13.247 9.891 L 13.240 12.049 13.173 12.121 C 13.031 12.276,13.355 12.267,8.000 12.267 C 2.645 12.267,2.969 12.276,2.827 12.121 L 2.760 12.049 2.753 9.891 L 2.746 7.733 8.000 7.733 L 13.254 7.733 13.247 9.891 M4.000 10.467 L 4.000 11.200 5.733 11.200 L 7.467 11.200 7.467 10.467 L 7.467 9.733 5.733 9.733 L 4.000 9.733 4.000 10.467 M8.907 10.467 L 8.907 11.200 9.960 11.200 L 11.013 11.200 11.013 10.467 L 11.013 9.733 9.960 9.733 L 8.907 9.733 8.907 10.467 "
|
|
5
|
-
stroke="none"
|
|
6
|
-
fill-rule="evenodd"
|
|
7
|
-
></path>
|
|
8
|
-
</g>
|
|
9
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<g fill-rule="evenodd" stroke-linecap="square">
|
|
3
|
+
<path
|
|
4
|
+
d="M2.667 2.308 C 2.364 2.373,2.071 2.541,1.810 2.801 C 1.615 2.994,1.561 3.068,1.459 3.281 C 1.393 3.420,1.322 3.599,1.303 3.680 C 1.249 3.897,1.249 12.103,1.303 12.320 C 1.322 12.401,1.393 12.581,1.460 12.720 C 1.563 12.935,1.615 13.007,1.810 13.200 C 2.076 13.462,2.370 13.629,2.680 13.694 C 2.960 13.752,13.040 13.752,13.320 13.694 C 13.630 13.629,13.924 13.462,14.190 13.200 C 14.385 13.007,14.437 12.935,14.540 12.720 C 14.607 12.581,14.678 12.401,14.697 12.320 C 14.751 12.103,14.751 3.897,14.697 3.680 C 14.678 3.599,14.607 3.419,14.540 3.280 C 14.437 3.065,14.385 2.993,14.190 2.800 C 13.924 2.538,13.630 2.371,13.320 2.306 C 13.047 2.250,2.933 2.251,2.667 2.308 M13.035 3.771 C 13.074 3.791,13.137 3.840,13.173 3.880 L 13.240 3.951 13.248 4.602 L 13.256 5.253 8.000 5.253 L 2.744 5.253 2.752 4.603 C 2.761 3.884,2.757 3.900,2.947 3.783 C 3.024 3.735,3.205 3.734,7.995 3.733 C 12.210 3.733,12.974 3.739,13.035 3.771 M13.247 9.891 L 13.240 12.049 13.173 12.121 C 13.031 12.276,13.355 12.267,8.000 12.267 C 2.645 12.267,2.969 12.276,2.827 12.121 L 2.760 12.049 2.753 9.891 L 2.746 7.733 8.000 7.733 L 13.254 7.733 13.247 9.891 M4.000 10.467 L 4.000 11.200 5.733 11.200 L 7.467 11.200 7.467 10.467 L 7.467 9.733 5.733 9.733 L 4.000 9.733 4.000 10.467 M8.907 10.467 L 8.907 11.200 9.960 11.200 L 11.013 11.200 11.013 10.467 L 11.013 9.733 9.960 9.733 L 8.907 9.733 8.907 10.467 "
|
|
5
|
+
stroke="none"
|
|
6
|
+
fill-rule="evenodd"
|
|
7
|
+
></path>
|
|
8
|
+
</g>
|
|
9
|
+
</template>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 48 48">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M28.2 4.5C28.2 3.67157 27.5284 3 26.7 3C25.8716 3 25.2 3.67157 25.2 4.5V10.5C25.2 11.3284 25.8716 12 26.7 12C27.5284 12 28.2 11.3284 28.2 10.5V4.5ZM33.1393 10.5C32.5535 11.0858 32.5535 12.0355 33.1393 12.6213C33.7251 13.2071 34.6749 13.2071 35.2606 12.6213L39.5033 8.37866C40.0891 7.79287 40.0891 6.84312 39.5033 6.25734C38.9175 5.67155 37.9677 5.67155 37.382 6.25734L33.1393 10.5ZM14.0786 6.25738C14.6644 5.67159 15.6141 5.67159 16.1999 6.25738L20.4426 10.5C21.0283 11.0858 21.0283 12.0356 20.4426 12.6213C19.8568 13.2071 18.907 13.2071 18.3212 12.6213L14.0786 8.3787C13.4928 7.79291 13.4928 6.84316 14.0786 6.25738ZM40.1211 17.8301C39.8172 17.4434 39.4264 17.25 38.9488 17.25H12.378L11.857 14.3496C11.7701 14.1348 11.6616 13.9414 11.5313 13.7695C11.4011 13.5547 11.2274 13.4043 11.0103 13.3184C10.7933 13.1895 10.5545 13.125 10.294 13.125H3.7815C3.2605 13.125 3 13.3828 3 13.8984V15.4453C3 15.9609 3.2605 16.2188 3.7815 16.2188H8.99147L13.5502 39.1641C12.7687 39.9375 12.378 40.8828 12.378 42C12.378 43.1602 12.7687 44.127 13.5502 44.9004C14.3751 45.7168 15.3737 46.125 16.5459 46.125C17.7182 46.125 18.6951 45.7168 19.4766 44.9004C20.3015 44.127 20.7139 43.1602 20.7139 42C20.7139 41.2695 20.5186 40.582 20.1278 39.9375H29.636C29.2453 40.582 29.0499 41.2695 29.0499 42C29.0499 43.1602 29.4406 44.127 30.2221 44.9004C31.047 45.7168 32.0456 46.125 33.2179 46.125C34.3901 46.125 35.367 45.7168 36.1485 44.9004C36.9734 44.127 37.3859 43.1602 37.3859 42C37.3859 40.8398 36.9517 39.8516 36.0834 39.0352L36.1485 38.7129C36.2787 38.2402 36.1702 37.8105 35.8229 37.4238C35.5189 37.0371 35.1282 36.8438 34.6506 36.8438H16.2854L15.6342 33.75H36.0182C36.3656 33.75 36.6695 33.6426 36.93 33.4277C37.2339 33.1699 37.4293 32.8691 37.5161 32.5254L40.4467 19.1191C40.577 18.6465 40.4684 18.2168 40.1211 17.8301ZM16.5459 43.5469C16.1118 43.5469 15.7427 43.3965 15.4388 43.0957C15.1349 42.7949 14.9829 42.4297 14.9829 42C14.9829 41.5703 15.1349 41.2051 15.4388 40.9043C15.7427 40.6035 16.1118 40.4531 16.5459 40.4531C16.9801 40.4531 17.3491 40.6035 17.6531 40.9043C17.957 41.2051 18.1089 41.5703 18.1089 42C18.1089 42.4297 17.957 42.7949 17.6531 43.0957C17.3491 43.3965 16.9801 43.5469 16.5459 43.5469ZM33.2179 43.5469C32.7837 43.5469 32.4147 43.3965 32.1108 43.0957C31.8068 42.7949 31.6549 42.4297 31.6549 42C31.6549 41.5703 31.8068 41.2051 32.1108 40.9043C32.4147 40.6035 32.7837 40.4531 33.2179 40.4531C33.652 40.4531 34.0211 40.6035 34.325 40.9043C34.6289 41.2051 34.7809 41.5703 34.7809 42C34.7809 42.4297 34.6289 42.7949 34.325 43.0957C34.0211 43.3965 33.652 43.5469 33.2179 43.5469ZM36.9951 20.3438L34.7157 30.6562H15.0481L13.0292 20.3438H36.9951Z"
|
|
7
|
-
/>
|
|
8
|
-
</svg>
|
|
9
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 48 48">
|
|
3
|
+
<path
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
clip-rule="evenodd"
|
|
6
|
+
d="M28.2 4.5C28.2 3.67157 27.5284 3 26.7 3C25.8716 3 25.2 3.67157 25.2 4.5V10.5C25.2 11.3284 25.8716 12 26.7 12C27.5284 12 28.2 11.3284 28.2 10.5V4.5ZM33.1393 10.5C32.5535 11.0858 32.5535 12.0355 33.1393 12.6213C33.7251 13.2071 34.6749 13.2071 35.2606 12.6213L39.5033 8.37866C40.0891 7.79287 40.0891 6.84312 39.5033 6.25734C38.9175 5.67155 37.9677 5.67155 37.382 6.25734L33.1393 10.5ZM14.0786 6.25738C14.6644 5.67159 15.6141 5.67159 16.1999 6.25738L20.4426 10.5C21.0283 11.0858 21.0283 12.0356 20.4426 12.6213C19.8568 13.2071 18.907 13.2071 18.3212 12.6213L14.0786 8.3787C13.4928 7.79291 13.4928 6.84316 14.0786 6.25738ZM40.1211 17.8301C39.8172 17.4434 39.4264 17.25 38.9488 17.25H12.378L11.857 14.3496C11.7701 14.1348 11.6616 13.9414 11.5313 13.7695C11.4011 13.5547 11.2274 13.4043 11.0103 13.3184C10.7933 13.1895 10.5545 13.125 10.294 13.125H3.7815C3.2605 13.125 3 13.3828 3 13.8984V15.4453C3 15.9609 3.2605 16.2188 3.7815 16.2188H8.99147L13.5502 39.1641C12.7687 39.9375 12.378 40.8828 12.378 42C12.378 43.1602 12.7687 44.127 13.5502 44.9004C14.3751 45.7168 15.3737 46.125 16.5459 46.125C17.7182 46.125 18.6951 45.7168 19.4766 44.9004C20.3015 44.127 20.7139 43.1602 20.7139 42C20.7139 41.2695 20.5186 40.582 20.1278 39.9375H29.636C29.2453 40.582 29.0499 41.2695 29.0499 42C29.0499 43.1602 29.4406 44.127 30.2221 44.9004C31.047 45.7168 32.0456 46.125 33.2179 46.125C34.3901 46.125 35.367 45.7168 36.1485 44.9004C36.9734 44.127 37.3859 43.1602 37.3859 42C37.3859 40.8398 36.9517 39.8516 36.0834 39.0352L36.1485 38.7129C36.2787 38.2402 36.1702 37.8105 35.8229 37.4238C35.5189 37.0371 35.1282 36.8438 34.6506 36.8438H16.2854L15.6342 33.75H36.0182C36.3656 33.75 36.6695 33.6426 36.93 33.4277C37.2339 33.1699 37.4293 32.8691 37.5161 32.5254L40.4467 19.1191C40.577 18.6465 40.4684 18.2168 40.1211 17.8301ZM16.5459 43.5469C16.1118 43.5469 15.7427 43.3965 15.4388 43.0957C15.1349 42.7949 14.9829 42.4297 14.9829 42C14.9829 41.5703 15.1349 41.2051 15.4388 40.9043C15.7427 40.6035 16.1118 40.4531 16.5459 40.4531C16.9801 40.4531 17.3491 40.6035 17.6531 40.9043C17.957 41.2051 18.1089 41.5703 18.1089 42C18.1089 42.4297 17.957 42.7949 17.6531 43.0957C17.3491 43.3965 16.9801 43.5469 16.5459 43.5469ZM33.2179 43.5469C32.7837 43.5469 32.4147 43.3965 32.1108 43.0957C31.8068 42.7949 31.6549 42.4297 31.6549 42C31.6549 41.5703 31.8068 41.2051 32.1108 40.9043C32.4147 40.6035 32.7837 40.4531 33.2179 40.4531C33.652 40.4531 34.0211 40.6035 34.325 40.9043C34.6289 41.2051 34.7809 41.5703 34.7809 42C34.7809 42.4297 34.6289 42.7949 34.325 43.0957C34.0211 43.3965 33.652 43.5469 33.2179 43.5469ZM36.9951 20.3438L34.7157 30.6562H15.0481L13.0292 20.3438H36.9951Z"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path
|
|
3
|
-
fill-rule="evenodd"
|
|
4
|
-
clip-rule="evenodd"
|
|
5
|
-
d="M5.21559 13.6799C4.97072 13.7278 4.70721 13.657 4.51752 13.4673L1.22715 10.1769C0.924283 9.87402 0.924283 9.38297 1.22715 9.0801C1.53002 8.77723 2.02107 8.77723 2.32394 9.0801L5.07352 11.8297L13.6761 3.22715C13.9789 2.92428 14.47 2.92428 14.7728 3.22715C15.0757 3.53002 15.0757 4.02107 14.7728 4.32394L5.63294 13.4638C5.51496 13.5818 5.36843 13.6538 5.21559 13.6799Z"
|
|
6
|
-
/>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M5.21559 13.6799C4.97072 13.7278 4.70721 13.657 4.51752 13.4673L1.22715 10.1769C0.924283 9.87402 0.924283 9.38297 1.22715 9.0801C1.53002 8.77723 2.02107 8.77723 2.32394 9.0801L5.07352 11.8297L13.6761 3.22715C13.9789 2.92428 14.47 2.92428 14.7728 3.22715C15.0757 3.53002 15.0757 4.02107 14.7728 4.32394L5.63294 13.4638C5.51496 13.5818 5.36843 13.6538 5.21559 13.6799Z"
|
|
6
|
+
/>
|
|
7
|
+
</template>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<path fill-rule="nonzero" d="M5.9 14L1 8.75 3.1 6.5l2.8 3 7-7.5L15 4.25z" />
|
|
3
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<path fill-rule="nonzero" d="M5.9 14L1 8.75 3.1 6.5l2.8 3 7-7.5L15 4.25z" />
|
|
3
|
+
</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>
|