@ncino/web-components 2.2.0-preview.6 → 2.2.0-preview.7
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/dist/components/accordion/gator/base/accordion.gator.js +6 -6
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/alert/gator/base/alert.gator.js +2 -2
- package/dist/components/alert/index.js +1 -1
- package/dist/components/banner/gator/banner.gator.js +2 -2
- package/dist/components/banner/index.js +1 -1
- package/dist/components/boolean/boolean.gator.js +5 -5
- package/dist/components/boolean/index.js +1 -1
- package/dist/components/checkbox/checkbox.gator.js +4 -4
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox-group/checkbox-group.gator.js +12 -12
- package/dist/components/checkbox-group/index.js +1 -1
- package/dist/components/date-picker/base/gator/datepicker.gator.js +30 -30
- package/dist/components/display-card/gator/display-card.gator.js +5 -5
- package/dist/components/display-card/index.js +1 -1
- package/dist/components/headline-card/gator/headline-card.gator.js +2 -2
- package/dist/components/headline-card/index.js +1 -1
- package/dist/components/icon/gator/icon.gator.js +1 -1
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/add-link.js +12 -0
- package/dist/components/icon/gator/templates/airplane.js +8 -0
- package/dist/components/icon/gator/templates/alarm.js +8 -0
- package/dist/components/icon/gator/templates/apartment.js +8 -0
- package/dist/components/icon/gator/templates/arrow-around.js +8 -0
- package/dist/components/icon/gator/templates/arrow-down.js +8 -0
- package/dist/components/icon/gator/templates/arrow-left.js +3 -11
- package/dist/components/icon/gator/templates/arrow-line-left.js +8 -0
- package/dist/components/icon/gator/templates/arrow-line-right.js +8 -0
- package/dist/components/icon/gator/templates/arrow-right.js +6 -6
- package/dist/components/icon/gator/templates/arrow-up.js +8 -0
- package/dist/components/icon/gator/templates/bank.js +8 -0
- package/dist/components/icon/gator/templates/bell-disabled.js +8 -0
- package/dist/components/icon/gator/templates/bell.js +8 -0
- package/dist/components/icon/gator/templates/binoculars.js +8 -0
- package/dist/components/icon/gator/templates/book.js +8 -0
- package/dist/components/icon/gator/templates/box.js +8 -0
- package/dist/components/icon/gator/templates/cake.js +8 -0
- package/dist/components/icon/gator/templates/calculator.js +8 -0
- package/dist/components/icon/gator/templates/calendar.js +6 -2
- package/dist/components/icon/gator/templates/camera.js +8 -0
- package/dist/components/icon/gator/templates/caret-up-down.js +8 -0
- package/dist/components/icon/gator/templates/case.js +14 -0
- package/dist/components/icon/gator/templates/chart-rise.js +8 -0
- package/dist/components/icon/gator/templates/chat.js +8 -0
- package/dist/components/icon/gator/templates/check-circle.js +3 -12
- package/dist/components/icon/gator/templates/check.js +6 -3
- package/dist/components/icon/gator/templates/checkbox-selected.js +2 -2
- package/dist/components/icon/gator/templates/chevron-down.js +8 -13
- package/dist/components/icon/gator/templates/chevron-left.js +4 -10
- package/dist/components/icon/gator/templates/chevron-right.js +3 -9
- package/dist/components/icon/gator/templates/chevron-up.js +8 -13
- package/dist/components/icon/gator/templates/circle-arrow-down.js +8 -0
- package/dist/components/icon/gator/templates/circle-arrow-left.js +8 -0
- package/dist/components/icon/gator/templates/circle-arrow-right.js +8 -0
- package/dist/components/icon/gator/templates/circle-arrow-up.js +8 -0
- package/dist/components/icon/gator/templates/circle-filled.js +10 -0
- package/dist/components/icon/gator/templates/circle.js +8 -0
- package/dist/components/icon/gator/templates/city.js +8 -0
- package/dist/components/icon/gator/templates/clipboard.js +8 -0
- package/dist/components/icon/gator/templates/clock-clockwise.js +8 -0
- package/dist/components/icon/gator/templates/clock-counter-clockwise.js +8 -0
- package/dist/components/icon/gator/templates/clock.js +8 -0
- package/dist/components/icon/gator/templates/collapse.js +8 -0
- package/dist/components/icon/gator/templates/cone.js +8 -0
- package/dist/components/icon/gator/templates/contact-info.js +8 -0
- package/dist/components/icon/gator/templates/copy.js +8 -0
- package/dist/components/icon/gator/templates/credit-card.js +8 -0
- package/dist/components/icon/gator/templates/crop.js +8 -0
- package/dist/components/icon/gator/templates/crosshairs.js +8 -0
- package/dist/components/icon/gator/templates/currency-dollar-simple.js +8 -0
- package/dist/components/icon/gator/templates/currency-eur.js +8 -0
- package/dist/components/icon/gator/templates/currency-gbp.js +8 -0
- package/dist/components/icon/gator/templates/currency-inr.js +8 -0
- package/dist/components/icon/gator/templates/currency-jpy.js +8 -0
- package/dist/components/icon/gator/templates/currency-krw.js +8 -0
- package/dist/components/icon/gator/templates/currency-kzt.js +8 -0
- package/dist/components/icon/gator/templates/currency-ngn.js +8 -0
- package/dist/components/icon/gator/templates/currency-rub.js +8 -0
- package/dist/components/icon/gator/templates/cursor-arrow.js +61 -0
- package/dist/components/icon/gator/templates/cursor-hand.js +52 -0
- package/dist/components/icon/gator/templates/cursor.js +8 -0
- package/dist/components/icon/gator/templates/dashboard.js +5 -8
- package/dist/components/icon/gator/templates/delete.js +8 -0
- package/dist/components/icon/gator/templates/dna.js +8 -0
- package/dist/components/icon/gator/templates/document-add.js +8 -0
- package/dist/components/icon/gator/templates/document-check.js +12 -0
- package/dist/components/icon/gator/templates/document-e-sign.js +12 -0
- package/dist/components/icon/gator/templates/document-image.js +8 -0
- package/dist/components/icon/gator/templates/document-pdf.js +8 -0
- package/dist/components/icon/gator/templates/document-sign.js +12 -0
- package/dist/components/icon/gator/templates/document-zip.js +8 -0
- package/dist/components/icon/gator/templates/document.js +8 -0
- package/dist/components/icon/gator/templates/dollar-bills.js +24 -0
- package/dist/components/icon/gator/templates/dollar-house.js +12 -0
- package/dist/components/icon/gator/templates/down-payment.js +16 -0
- package/dist/components/icon/gator/templates/download.js +8 -0
- package/dist/components/icon/gator/templates/drag-drop.js +28 -0
- package/dist/components/icon/gator/templates/earth.js +8 -0
- package/dist/components/icon/gator/templates/exit-circle.js +2 -11
- package/dist/components/icon/gator/templates/exit-left.js +8 -0
- package/dist/components/icon/gator/templates/exit.js +6 -3
- package/dist/components/icon/gator/templates/expand-arrows.js +8 -0
- package/dist/components/icon/gator/templates/expand.js +8 -0
- package/dist/components/icon/gator/templates/export.js +8 -0
- package/dist/components/icon/gator/templates/eye-closed.js +8 -0
- package/dist/components/icon/gator/templates/eye-crossed.js +5 -3
- package/dist/components/icon/gator/templates/eye.js +8 -0
- package/dist/components/icon/gator/templates/facebook-logo.js +8 -0
- package/dist/components/icon/gator/templates/file-code.js +8 -0
- package/dist/components/icon/gator/templates/files.js +8 -0
- package/dist/components/icon/gator/templates/filter-funnel.js +8 -0
- package/dist/components/icon/gator/templates/filters-2.js +8 -0
- package/dist/components/icon/gator/templates/filters.js +8 -0
- package/dist/components/icon/gator/templates/flame.js +8 -0
- package/dist/components/icon/gator/templates/flash-off.js +8 -0
- package/dist/components/icon/gator/templates/flash-on.js +8 -0
- package/dist/components/icon/gator/templates/folder.js +8 -0
- package/dist/components/icon/gator/templates/gauge.js +8 -0
- package/dist/components/icon/gator/templates/hammer.js +8 -0
- package/dist/components/icon/gator/templates/hand-pointing.js +8 -0
- package/dist/components/icon/gator/templates/heart.js +8 -0
- package/dist/components/icon/gator/templates/home-door.js +8 -0
- package/dist/components/icon/gator/templates/home-finance-arrow.js +16 -0
- package/dist/components/icon/gator/templates/home-finance.js +14 -0
- package/dist/components/icon/gator/templates/home-search.js +12 -0
- package/dist/components/icon/gator/templates/house-simple.js +8 -0
- package/dist/components/icon/gator/templates/house.js +8 -0
- package/dist/components/icon/gator/templates/inbox.js +8 -0
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/icon/gator/templates/info.js +2 -11
- package/dist/components/icon/gator/templates/instagram-logo.js +8 -0
- package/dist/components/icon/gator/templates/interest-rate.js +12 -0
- package/dist/components/icon/gator/templates/invoice.js +8 -0
- package/dist/components/icon/gator/templates/label.js +8 -0
- package/dist/components/icon/gator/templates/laptop.js +8 -0
- package/dist/components/icon/gator/templates/layout.js +8 -0
- package/dist/components/icon/gator/templates/lightbulb.js +8 -0
- package/dist/components/icon/gator/templates/link.js +3 -11
- package/dist/components/icon/gator/templates/linkedin-logo.js +8 -0
- package/dist/components/icon/gator/templates/list.js +8 -0
- package/dist/components/icon/gator/templates/loading-spinner-gif.js +24 -0
- package/dist/components/icon/gator/templates/loading.js +8 -0
- package/dist/components/icon/gator/templates/lock.js +8 -0
- package/dist/components/icon/gator/templates/magic-wand.js +8 -0
- package/dist/components/icon/gator/templates/mail-open.js +8 -0
- package/dist/components/icon/gator/templates/mail.js +8 -0
- package/dist/components/icon/gator/templates/mailbox.js +8 -0
- package/dist/components/icon/gator/templates/map.js +8 -0
- package/dist/components/icon/gator/templates/menu-hamburger.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-excel-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-outlook-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-powerpoint-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-teams-logo.js +8 -0
- package/dist/components/icon/gator/templates/microsoft-word-logo.js +8 -0
- package/dist/components/icon/gator/templates/minus-circle.js +8 -0
- package/dist/components/icon/gator/templates/minus-square.js +8 -0
- package/dist/components/icon/gator/templates/minus.js +8 -0
- package/dist/components/icon/gator/templates/mobile-phone-2.js +8 -0
- package/dist/components/icon/gator/templates/monitor.js +8 -0
- package/dist/components/icon/gator/templates/move-doc.js +12 -0
- package/dist/components/icon/gator/templates/move.js +8 -0
- package/dist/components/icon/gator/templates/music.js +8 -0
- package/dist/components/icon/gator/templates/number-1.js +8 -0
- package/dist/components/icon/gator/templates/number-2.js +8 -0
- package/dist/components/icon/gator/templates/number-3.js +8 -0
- package/dist/components/icon/gator/templates/overflow-menu.js +14 -21
- package/dist/components/icon/gator/templates/paper-airplane.js +8 -0
- package/dist/components/icon/gator/templates/paperclip.js +8 -0
- package/dist/components/icon/gator/templates/pen.js +8 -0
- package/dist/components/icon/gator/templates/pencil-paper.js +8 -0
- package/dist/components/icon/gator/templates/pencil.js +8 -0
- package/dist/components/icon/gator/templates/people-multiple.js +8 -0
- package/dist/components/icon/gator/templates/people-share.js +8 -0
- package/dist/components/icon/gator/templates/percent.js +6 -3
- package/dist/components/icon/gator/templates/person-add.js +8 -0
- package/dist/components/icon/gator/templates/person-check.js +8 -0
- package/dist/components/icon/gator/templates/person-lock.js +12 -0
- package/dist/components/icon/gator/templates/person.js +8 -0
- package/dist/components/icon/gator/templates/phone-alert.js +24 -0
- package/dist/components/icon/gator/templates/phone-mobile.js +8 -0
- package/dist/components/icon/gator/templates/phone.js +8 -0
- package/dist/components/icon/gator/templates/picture.js +3 -11
- package/dist/components/icon/gator/templates/pin.js +8 -0
- package/dist/components/icon/gator/templates/pinterest-logo.js +8 -0
- package/dist/components/icon/gator/templates/plus-circle.js +8 -0
- package/dist/components/icon/gator/templates/plus.js +8 -0
- package/dist/components/icon/gator/templates/printer.js +8 -0
- package/dist/components/icon/gator/templates/question-chat-bubble.js +8 -0
- package/dist/components/icon/gator/templates/question-circle.js +12 -0
- package/dist/components/icon/gator/templates/question-mark.js +8 -0
- package/dist/components/icon/gator/templates/receipt.js +12 -0
- package/dist/components/icon/gator/templates/restricted.js +3 -11
- package/dist/components/icon/gator/templates/sandals.js +16 -0
- package/dist/components/icon/gator/templates/save.js +8 -0
- package/dist/components/icon/gator/templates/screen.js +8 -0
- package/dist/components/icon/gator/templates/search.js +8 -0
- package/dist/components/icon/gator/templates/settings.js +6 -9
- package/dist/components/icon/gator/templates/share-1.js +8 -0
- package/dist/components/icon/gator/templates/share-2.js +8 -0
- package/dist/components/icon/gator/templates/shield-lock.js +10 -4
- package/dist/components/icon/gator/templates/shield-warning.js +8 -0
- package/dist/components/icon/gator/templates/sidebar-simple.js +8 -0
- package/dist/components/icon/gator/templates/sidebar.js +8 -0
- package/dist/components/icon/gator/templates/smart-home.js +14 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-down.js +10 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-left.js +10 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-right.js +10 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-up-down.js +16 -0
- package/dist/components/icon/gator/templates/sort-arrow-solid-up.js +10 -0
- package/dist/components/icon/gator/templates/sort-reverse-variant.js +8 -0
- package/dist/components/icon/gator/templates/sort-variant.js +8 -0
- package/dist/components/icon/gator/templates/sparkle-filled.js +8 -0
- package/dist/components/icon/gator/templates/sparkle.js +8 -0
- package/dist/components/icon/gator/templates/speech-bubble.js +8 -0
- package/dist/components/icon/gator/templates/stack.js +8 -0
- package/dist/components/icon/gator/templates/stamp.js +8 -0
- package/dist/components/icon/gator/templates/star-four-filled.js +8 -0
- package/dist/components/icon/gator/templates/star-four.js +8 -0
- package/dist/components/icon/gator/templates/star.js +8 -0
- package/dist/components/icon/gator/templates/stopwatch.js +8 -0
- package/dist/components/icon/gator/templates/sun.js +8 -0
- package/dist/components/icon/gator/templates/sync.js +8 -0
- package/dist/components/icon/gator/templates/tab-arrows.js +8 -0
- package/dist/components/icon/gator/templates/target.js +8 -0
- package/dist/components/icon/gator/templates/thumbs-down.js +8 -0
- package/dist/components/icon/gator/templates/thumbs-up.js +8 -0
- package/dist/components/icon/gator/templates/tools.js +8 -0
- package/dist/components/icon/gator/templates/touch-id.js +8 -0
- package/dist/components/icon/gator/templates/trash.js +8 -0
- package/dist/components/icon/gator/templates/twitter-logo.js +8 -0
- package/dist/components/icon/gator/templates/unlink.js +8 -0
- package/dist/components/icon/gator/templates/unlock.js +8 -0
- package/dist/components/icon/gator/templates/upload.js +8 -0
- package/dist/components/icon/gator/templates/video.js +8 -0
- package/dist/components/icon/gator/templates/warning-circle.js +8 -0
- package/dist/components/icon/gator/templates/warning-diamond.js +8 -0
- package/dist/components/icon/gator/templates/warning-octagon.js +8 -0
- package/dist/components/icon/gator/templates/warning.js +3 -13
- package/dist/components/icon/gator/templates/wet-sign.js +8 -0
- package/dist/components/icon/gator/templates/wifi-off.js +8 -0
- package/dist/components/icon/gator/templates/wifi.js +8 -0
- package/dist/components/icon/gator/templates/x-logo.js +8 -0
- package/dist/components/icon/gator/templates/yelp-logo.js +10 -0
- package/dist/components/icon/gator/templates/youtube-logo.js +8 -0
- package/dist/components/icon/gator/templates/zillow-logo.js +10 -0
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon-button/gator/icon-button.gator.js +6 -6
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/input/base/input-base.gator.js +2 -2
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +14 -14
- package/dist/components/input/gator/help-text/help-text.gator.js +2 -2
- package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
- package/dist/components/input/gator/input-date/input-date.gator.js +4 -4
- package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
- package/dist/components/input/gator/input-percent/input-percent.gator.js +1 -1
- package/dist/components/input/gator/input-phone/input-phone.gator.js +8 -8
- package/dist/components/input/gator/input-text/input-text.gator.js +13 -13
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +2 -2
- package/dist/components/input/index.gator.js +1 -1
- package/dist/components/input/index.js +1 -1
- package/dist/components/list/gator/list/index.js +1 -1
- package/dist/components/list/gator/list/list.gator.js +2 -2
- package/dist/components/list/gator/list-item/index.js +1 -1
- package/dist/components/list/gator/list-item/list-item.gator.js +12 -12
- package/dist/components/list/index.js +1 -1
- package/dist/components/modal/gator/modal.gator.js +9 -9
- package/dist/components/modal/index.js +1 -1
- package/dist/components/progress-bar/gator/progress-bar.gator.js +7 -7
- package/dist/components/progress-bar/index.js +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/radio.gator.js +2 -2
- package/dist/components/radio-group/index.js +1 -1
- package/dist/components/radio-group/radio-group.gator.js +8 -8
- package/dist/components/selection-box/index.js +1 -1
- package/dist/components/selection-box/selection-box.gator.js +6 -6
- package/dist/components/selection-box-group/index.js +1 -1
- package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
- package/dist/components/table/gator/table.gator.js +15 -15
- package/dist/components/table/index.js +1 -1
- package/dist/components/text-link/gator/text-link.gator.js +5 -5
- package/dist/components/text-link/index.js +1 -1
- package/dist/components/toast/gator/base/toast.gator.js +5 -5
- package/dist/components/toast/index.js +1 -1
- package/dist/index.gator.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.slds.js +1 -1
- package/dist/types/components/icon/gator/templates/add-link.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/airplane.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/alarm.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/apartment.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-around.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/arrow-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/bank.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/bell.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/binoculars.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/book.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/box.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cake.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/calculator.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/camera.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/case.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/chart-rise.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/chat.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle-filled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/city.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clipboard.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/clock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/collapse.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cone.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/contact-info.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/copy.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/credit-card.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/crop.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/crosshairs.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-eur.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-inr.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-krw.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/currency-rub.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/cursor.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/delete.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dna.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-add.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-check.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-image.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-pdf.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-sign.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-zip.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dollar-house.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/down-payment.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/download.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/drag-drop.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/earth.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/exit-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/expand.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/export.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/eye-closed.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/eye.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/file-code.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/files.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/filters-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/filters.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/flame.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/flash-off.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/flash-on.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/folder.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/gauge.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/hammer.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/heart.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-door.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-finance.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/home-search.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/house-simple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/house.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/inbox.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/index.d.ts +204 -2
- package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/interest-rate.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/invoice.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/label.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/laptop.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/layout.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/lightbulb.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/list.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/loading.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/lock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/magic-wand.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mail-open.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mail.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mailbox.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/map.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/minus-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/minus-square.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/minus.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/monitor.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/move-doc.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/move.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/music.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-1.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-3.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/paperclip.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pen.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pencil.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/people-multiple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/people-share.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person-add.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person-check.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person-lock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/person.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/phone-alert.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/phone.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pin.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/plus-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/plus.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/printer.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/question-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/question-mark.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/receipt.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sandals.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/save.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/screen.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/search.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/share-1.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/share-2.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/shield-warning.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sidebar.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/smart-home.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sort-variant.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sparkle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/stack.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/stamp.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/star-four.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/star.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/stopwatch.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sun.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/sync.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/target.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/tools.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/touch-id.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/trash.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/unlink.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/unlock.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/upload.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/video.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/warning-circle.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/wet-sign.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/wifi-off.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/wifi.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/x-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +1 -0
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as L}from"../../icon-registry.js";L("flash-on",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.3206 11.1806C19.2953 11.0737 19.2441 10.9747 19.1714 10.8924C19.0987 10.8101 19.0067 10.747 18.9038 10.7087L14.1013 8.9073L15.3234 2.79443C15.3511 2.6524 15.3318 2.50522 15.2685 2.3751C15.2052 2.24499 15.1013 2.139 14.9725 2.07312C14.8436 2.00724 14.6968 1.98506 14.5543 2.00991C14.4117 2.03476 14.2811 2.10531 14.1822 2.2109L4.84576 12.2142C4.76993 12.2941 4.71507 12.3916 4.68609 12.4979C4.65711 12.6041 4.65491 12.7159 4.67968 12.8233C4.70445 12.9306 4.75542 13.0301 4.82804 13.113C4.90066 13.1958 4.99267 13.2593 5.09584 13.2979L9.89995 15.0994L8.68121 21.2056C8.65353 21.3476 8.67281 21.4948 8.73612 21.6249C8.79943 21.755 8.90334 21.861 9.03218 21.9269C9.16101 21.9928 9.30778 22.0149 9.45033 21.9901C9.59288 21.9652 9.72348 21.8947 9.82242 21.7891L19.1589 11.7858C19.2333 11.7058 19.287 11.6089 19.3152 11.5033C19.3434 11.3978 19.3453 11.287 19.3206 11.1806ZM10.4493 19.1691L11.3221 14.8026C11.3533 14.6477 11.3286 14.4868 11.2522 14.3485C11.1759 14.2102 11.053 14.1035 10.9053 14.0474L6.50048 12.3926L13.5545 4.83511L12.6825 9.20157C12.6513 9.35642 12.6761 9.51734 12.7524 9.65566C12.8287 9.79397 12.9517 9.90069 13.0993 9.95682L17.5008 11.6074L10.4493 19.1691Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as o}from"../../../../assets/index-chunk2.js";import{a as C}from"../../icon-registry.js";C("folder",o`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.4615 6.23079H12.2567L9.58942 4.23079C9.32273 4.0318 8.99909 3.92392 8.66635 3.9231H3.53846C3.13044 3.9231 2.73912 4.08518 2.4506 4.3737C2.16209 4.66222 2 5.05353 2 5.46156V18.5385C2 18.9465 2.16209 19.3378 2.4506 19.6263C2.73912 19.9149 3.13044 20.0769 3.53846 20.0769H20.5471C20.9323 20.0764 21.3015 19.9232 21.5739 19.6508C21.8463 19.3785 21.9995 19.0092 22 18.6241V7.76925C22 7.36122 21.8379 6.96991 21.5494 6.68139C21.2609 6.39288 20.8696 6.23079 20.4615 6.23079ZM20.4615 18.5385H3.53846V5.46156H8.66635L11.5385 7.6154C11.6716 7.71527 11.8336 7.76925 12 7.76925H20.4615V18.5385Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("gauge",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M10.905 14.7606L18.6172 7.04833C18.6769 6.98861 18.7478 6.94125 18.8258 6.90893C18.9039 6.87662 18.9875 6.85998 19.0719 6.85998C19.1564 6.85998 19.24 6.87662 19.318 6.90893C19.396 6.94125 19.4669 6.98861 19.5266 7.04833C19.5863 7.10804 19.6337 7.17893 19.666 7.25694C19.6983 7.33496 19.715 7.41858 19.715 7.50303C19.715 7.58747 19.6983 7.67109 19.666 7.74911C19.6337 7.82713 19.5863 7.89802 19.5266 7.95773L11.8144 15.67C11.7547 15.7297 11.6838 15.777 11.6058 15.8094C11.5277 15.8417 11.4441 15.8583 11.3597 15.8583C11.2752 15.8583 11.1916 15.8417 11.1136 15.8094C11.0356 15.777 10.9647 15.7297 10.905 15.67C10.8453 15.6103 10.7979 15.5394 10.7656 15.4613C10.7333 15.3833 10.7166 15.2997 10.7166 15.2153C10.7166 15.1308 10.7333 15.0472 10.7656 14.9692C10.7979 14.8912 10.8453 14.8203 10.905 14.7606ZM12.0024 9.43109C12.5606 9.43038 13.1153 9.52074 13.6444 9.69861C13.7248 9.72709 13.81 9.73931 13.8951 9.73455C13.9802 9.72978 14.0635 9.70814 14.1402 9.67087C14.2168 9.6336 14.2853 9.58145 14.3416 9.51747C14.398 9.45348 14.441 9.37892 14.4682 9.29815C14.4954 9.21737 14.5063 9.13198 14.5002 9.04696C14.4941 8.96193 14.4712 8.87897 14.4327 8.80289C14.3943 8.72682 14.3411 8.65916 14.2762 8.60385C14.2114 8.54853 14.1361 8.50668 14.0549 8.48071C13.0308 8.13543 11.936 8.05403 10.8721 8.24402C9.80807 8.43402 8.80918 8.88928 7.96779 9.56769C7.12641 10.2461 6.4697 11.1257 6.05843 12.1253C5.64715 13.1248 5.4946 14.2119 5.61486 15.286C5.63225 15.4431 5.70691 15.5882 5.82458 15.6938C5.94225 15.7993 6.09468 15.8577 6.25273 15.858C6.27603 15.858 6.30013 15.858 6.32423 15.8539C6.4936 15.8352 6.64858 15.7499 6.75509 15.6169C6.8616 15.4838 6.91092 15.314 6.8922 15.1446C6.87129 14.9546 6.86083 14.7637 6.86087 14.5726C6.86236 13.2094 7.40453 11.9025 8.36843 10.9386C9.33232 9.97474 10.6392 9.43257 12.0024 9.43109ZM20.0151 10.4755C19.9766 10.4003 19.9236 10.3335 19.8593 10.2789C19.795 10.2242 19.7205 10.1828 19.6402 10.1569C19.5598 10.131 19.4752 10.1212 19.3911 10.128C19.3069 10.1348 19.225 10.1582 19.1498 10.1967C19.0747 10.2352 19.0079 10.2881 18.9533 10.3524C18.8986 10.4168 18.8572 10.4912 18.8313 10.5716C18.8054 10.6519 18.7956 10.7366 18.8024 10.8207C18.8092 10.9048 18.8326 10.9868 18.8711 11.0619C19.3466 11.9956 19.6273 13.0162 19.6964 14.0618C19.7654 15.1073 19.6213 16.156 19.2728 17.1441L4.72394 17.1385C4.31802 15.9749 4.19612 14.7312 4.3684 13.511C4.54068 12.2907 5.00214 11.1294 5.71433 10.1237C6.42651 9.11797 7.36878 8.29707 8.46258 7.72942C9.55639 7.16176 10.77 6.86379 12.0024 6.86034H12.0731C13.27 6.86787 14.4484 7.15682 15.513 7.70387C15.5884 7.74532 15.6712 7.77124 15.7568 7.78009C15.8423 7.78894 15.9287 7.78055 16.0109 7.7554C16.0931 7.73025 16.1695 7.68886 16.2354 7.63369C16.3013 7.57851 16.3555 7.51067 16.3948 7.43417C16.434 7.35767 16.4575 7.27408 16.4638 7.18834C16.4702 7.1026 16.4593 7.01646 16.4318 6.93501C16.4042 6.85357 16.3606 6.77847 16.3036 6.71418C16.2465 6.64988 16.1771 6.59768 16.0995 6.56069C14.4968 5.73975 12.6846 5.41862 10.8973 5.63882C9.11011 5.85903 7.43007 6.61044 6.07454 7.79586C4.71901 8.98127 3.75036 10.5462 3.29389 12.2881C2.83741 14.03 2.91412 15.8688 3.51408 17.5667C3.60271 17.8183 3.76707 18.0362 3.98457 18.1905C4.20208 18.3449 4.46205 18.4281 4.72876 18.4287H19.2752C19.5417 18.4289 19.8018 18.3461 20.0193 18.192C20.2367 18.0378 20.4009 17.8199 20.489 17.5683C20.8944 16.4154 21.0614 15.1922 20.9799 13.9728C20.8984 12.7535 20.5702 11.5634 20.0151 10.4746V10.4755Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as L}from"../../icon-registry.js";L("hammer",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M21.278 10.9997L15.6566 5.33986C14.1552 3.84151 12.1208 3 9.99965 3C7.87855 3 5.84409 3.84151 4.34274 5.33986L4.33524 5.34736L3.18778 6.53315C3.06891 6.66089 3.00487 6.83015 3.0094 7.00458C3.01392 7.17901 3.08666 7.34471 3.21199 7.46611C3.33732 7.58752 3.50525 7.65494 3.67974 7.65392C3.85423 7.65289 4.02136 7.58349 4.14525 7.46062L5.28938 6.27899C5.74969 5.81878 6.27498 5.42853 6.8485 5.1207L10.7234 8.99974L2.72363 16.9995C2.59979 17.1233 2.50155 17.2703 2.43453 17.4321C2.3675 17.5939 2.33301 17.7673 2.33301 17.9424C2.33301 18.1175 2.3675 18.2909 2.43453 18.4527C2.50155 18.6145 2.59979 18.7615 2.72363 18.8853L4.44774 20.6094C4.57155 20.7332 4.71855 20.8315 4.88033 20.8985C5.04211 20.9655 5.21551 21 5.39063 21C5.56574 21 5.73914 20.9655 5.90093 20.8985C6.06271 20.8315 6.2097 20.7332 6.33352 20.6094L14.3333 12.6096L15.5282 13.8046L16.9998 15.2745C17.1237 15.3984 17.2707 15.4966 17.4324 15.5636C17.5942 15.6307 17.7676 15.6652 17.9427 15.6652C18.1179 15.6652 18.2913 15.6307 18.453 15.5636C18.6148 15.4966 18.7618 15.3984 18.8856 15.2745L21.2764 12.8838C21.5262 12.634 21.6667 12.2953 21.667 11.9421C21.6673 11.5888 21.5274 11.2499 21.278 10.9997ZM5.39021 19.6661L3.66693 17.942L9.33342 12.2755L11.0567 13.9996L5.39021 19.6661ZM13.8616 11.193L12 13.0554L10.2759 11.333L12.1383 9.47056C12.2003 9.40865 12.2495 9.33512 12.283 9.25419C12.3166 9.17326 12.3339 9.08652 12.3339 8.99891C12.3339 8.9113 12.3166 8.82455 12.283 8.74362C12.2495 8.66269 12.2003 8.58917 12.1383 8.52726L8.19346 4.58321C9.3332 4.26222 10.5379 4.25058 11.6836 4.5495C12.8293 4.84842 13.8748 5.4471 14.7124 6.28399L18.3973 9.99304L15.9999 12.388L14.8049 11.193C14.743 11.131 14.6695 11.0819 14.5886 11.0483C14.5076 11.0148 14.4209 10.9975 14.3333 10.9975C14.2457 10.9975 14.1589 11.0148 14.078 11.0483C13.9971 11.0819 13.9235 11.131 13.8616 11.193ZM17.9448 14.3312L16.9449 13.3313L19.3331 10.9372L20.3331 11.9372L17.9448 14.3312Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("hand-pointing",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M18.0737 8.42857C17.6573 8.42811 17.2475 8.53218 16.8818 8.73125C16.7724 8.39265 16.592 8.08129 16.3527 7.818C16.1133 7.5547 15.8205 7.34553 15.4939 7.20447C15.1672 7.0634 14.8142 6.9937 14.4584 7.00001C14.1027 7.00632 13.7523 7.08851 13.4309 7.24107V4.5C13.4309 3.83696 13.1675 3.20107 12.6986 2.73223C12.2298 2.26339 11.5939 2 10.9309 2C10.2678 2 9.63196 2.26339 9.16311 2.73223C8.69427 3.20107 8.43088 3.83696 8.43088 4.5V11.6429L8.08981 11.0955C7.9249 10.8115 7.70565 10.5627 7.44459 10.3634C7.18353 10.1641 6.88577 10.0182 6.56831 9.93392C5.92717 9.7638 5.24471 9.85533 4.67106 10.1884C4.09741 10.5215 3.67956 11.0688 3.50944 11.7099C3.33932 12.351 3.43086 13.0335 3.76392 13.6071L4.18088 14.342C7.2532 19.758 8.52463 22 12.7166 22C14.7997 21.9976 16.7968 21.1691 18.2698 19.6961C19.7428 18.2231 20.5714 16.226 20.5737 14.1429V10.9286C20.5737 10.2655 20.3103 9.62965 19.8415 9.1608C19.3727 8.69196 18.7368 8.42857 18.0737 8.42857ZM19.1452 14.1429C19.1433 15.8472 18.4654 17.4813 17.2602 18.6865C16.055 19.8916 14.421 20.5695 12.7166 20.5714C9.35677 20.5714 8.44517 18.9643 5.42374 13.6357L5.00499 12.8973V12.8929C4.86281 12.647 4.82404 12.3548 4.8972 12.0804C4.97036 11.806 5.14947 11.5719 5.39517 11.4295C5.55792 11.3352 5.7428 11.2859 5.93088 11.2866C6.11922 11.2863 6.30431 11.3357 6.46749 11.4298C6.63067 11.5238 6.76617 11.6592 6.86035 11.8223C6.86398 11.8295 6.86816 11.8363 6.87285 11.8429L8.53981 14.5214C8.62208 14.6528 8.74484 14.7538 8.88957 14.8093C9.03431 14.8647 9.19315 14.8716 9.34213 14.8289C9.49112 14.7861 9.62216 14.6961 9.71548 14.5724C9.8088 14.4486 9.85933 14.2979 9.85945 14.1429V4.5C9.85945 4.21584 9.97234 3.94332 10.1733 3.74239C10.3742 3.54145 10.6467 3.42857 10.9309 3.42857C11.215 3.42857 11.4876 3.54145 11.6885 3.74239C11.8894 3.94332 12.0023 4.21584 12.0023 4.5V10.5714C12.0023 10.7609 12.0776 10.9426 12.2115 11.0765C12.3455 11.2105 12.5272 11.2857 12.7166 11.2857C12.906 11.2857 13.0877 11.2105 13.2217 11.0765C13.3556 10.9426 13.4309 10.7609 13.4309 10.5714V9.5C13.4309 9.21584 13.5438 8.94332 13.7447 8.74239C13.9456 8.54145 14.2182 8.42857 14.5023 8.42857C14.7865 8.42857 15.059 8.54145 15.2599 8.74239C15.4609 8.94332 15.5737 9.21584 15.5737 9.5V11.2857C15.5737 11.4752 15.649 11.6568 15.7829 11.7908C15.9169 11.9247 16.0986 12 16.288 12C16.4775 12 16.6591 11.9247 16.7931 11.7908C16.9271 11.6568 17.0023 11.4752 17.0023 11.2857V10.9286C17.0023 10.6444 17.1152 10.3719 17.3161 10.171C17.5171 9.97003 17.7896 9.85714 18.0737 9.85714C18.3579 9.85714 18.6304 9.97003 18.8314 10.171C19.0323 10.3719 19.1452 10.6444 19.1452 10.9286V14.1429Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("heart",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M16.6875 3.00214C14.7516 3.00214 13.0566 3.83464 12 5.24182C10.9434 3.83464 9.24844 3.00214 7.3125 3.00214C5.77146 3.00387 4.29404 3.61682 3.20436 4.7065C2.11468 5.79618 1.50174 7.2736 1.5 8.81464C1.5 15.3771 11.2303 20.689 11.6447 20.9084C11.7539 20.9671 11.876 20.9979 12 20.9979C12.124 20.9979 12.2461 20.9671 12.3553 20.9084C12.7697 20.689 22.5 15.3771 22.5 8.81464C22.4983 7.2736 21.8853 5.79618 20.7956 4.7065C19.706 3.61682 18.2285 3.00387 16.6875 3.00214ZM12 19.3896C10.2881 18.3921 3 13.8481 3 8.81464C3.00149 7.67135 3.45632 6.57531 4.26475 5.76688C5.07317 4.95845 6.16921 4.50362 7.3125 4.50214C9.13594 4.50214 10.6669 5.47339 11.3062 7.03339C11.3628 7.17094 11.4589 7.2886 11.5824 7.3714C11.7059 7.4542 11.8513 7.49841 12 7.49841C12.1487 7.49841 12.2941 7.4542 12.4176 7.3714C12.5411 7.2886 12.6372 7.17094 12.6937 7.03339C13.3331 5.47057 14.8641 4.50214 16.6875 4.50214C17.8308 4.50362 18.9268 4.95845 19.7353 5.76688C20.5437 6.57531 20.9985 7.67135 21 8.81464C21 13.8406 13.71 18.3912 12 19.3896Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("home-door",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M22.0799 19.56H20.6399V13.0801L20.8505 13.2907C20.9859 13.4258 21.1693 13.5016 21.3606 13.5014C21.5518 13.5013 21.7351 13.4251 21.8702 13.2898C22.0053 13.1545 22.0811 12.971 22.081 12.7798C22.0808 12.5885 22.0047 12.4052 21.8693 12.2701L13.0179 3.42143C12.7479 3.15158 12.3818 3 12.0001 3C11.6183 3 11.2522 3.15158 10.9822 3.42143L2.13078 12.2701C1.9958 12.4052 1.92002 12.5884 1.9201 12.7794C1.92019 12.9704 1.99613 13.1535 2.13123 13.2885C2.26633 13.4234 2.44952 13.4992 2.64049 13.4991C2.83147 13.499 3.01459 13.4231 3.14957 13.288L3.36017 13.0801V19.56H1.92019C1.72923 19.56 1.5461 19.6359 1.41108 19.7709C1.27605 19.9059 1.2002 20.0891 1.2002 20.28C1.2002 20.471 1.27605 20.6541 1.41108 20.7891C1.5461 20.9241 1.72923 21 1.92019 21H22.0799C22.2709 21 22.454 20.9241 22.589 20.7891C22.7241 20.6541 22.7999 20.471 22.7999 20.28C22.7999 20.0891 22.7241 19.9059 22.589 19.7709C22.454 19.6359 22.2709 19.56 22.0799 19.56ZM4.80015 11.6401L12.0001 4.44021L19.2 11.6401V19.56H14.88V14.5201C14.88 14.3291 14.8042 14.146 14.6691 14.011C14.5341 13.8759 14.351 13.8001 14.16 13.8001H9.84008C9.64913 13.8001 9.466 13.8759 9.33097 14.011C9.19595 14.146 9.12009 14.3291 9.12009 14.5201V19.56H4.80015V11.6401ZM13.44 19.56H10.5601V15.2401H13.44V19.56Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("home-finance-arrow",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.2176 10.6213L13.0176 3.42143C12.7476 3.15158 12.3815 3 11.9998 3C11.618 3 11.2519 3.15158 10.9819 3.42143L3.78197 10.6213C3.6476 10.7547 3.54109 10.9134 3.46863 11.0883C3.39617 11.2632 3.3592 11.4508 3.35987 11.6401V20.28C3.35987 20.471 3.43573 20.6541 3.57075 20.7891C3.70578 20.9241 3.88891 21 4.07986 21H19.9197C20.1106 21 20.2937 20.9241 20.4288 20.7891C20.5638 20.6541 20.6397 20.471 20.6397 20.28V11.6401C20.6403 11.4508 20.6034 11.2632 20.5309 11.0883C20.4584 10.9134 20.3519 10.7547 20.2176 10.6213ZM19.1997 19.56H4.79985V11.6401L11.9998 4.44021L19.1997 11.6401V19.56Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M12.2201 8.89706C11.8753 8.8824 11.5838 9.15009 11.5692 9.49496C11.5545 9.83983 11.8222 10.1313 12.1671 10.1459C14.22 10.2332 15.8579 11.9256 15.8579 14.0003C15.8579 16.131 14.1307 17.8582 12 17.8582C9.86934 17.8582 8.14209 16.131 8.14209 14.0003C8.14209 13.0484 8.48683 12.1765 9.05895 11.5033L9.0153 11.6983C8.93989 12.0351 9.15183 12.3693 9.48868 12.4447C9.82552 12.5201 10.1597 12.3082 10.2351 11.9713L10.6535 10.1022C10.695 9.91704 10.65 9.72308 10.5314 9.57498C10.4128 9.42688 10.2333 9.34068 10.0436 9.34068H7.90691C7.56173 9.34068 7.28191 9.6205 7.28191 9.96568C7.28191 10.3109 7.56173 10.5907 7.90691 10.5907H8.19675C7.38585 11.4946 6.89209 12.6895 6.89209 14.0003C6.89209 16.8213 9.17898 19.1082 12 19.1082C14.821 19.1082 17.1079 16.8213 17.1079 14.0003C17.1079 11.253 14.9393 9.0126 12.2201 8.89706Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M13.4252 12.3188C13.2047 12.0982 12.9151 11.9626 12.6072 11.9329V11.8812C12.6072 11.7558 12.5574 11.6355 12.4687 11.5467C12.38 11.458 12.2596 11.4082 12.1342 11.4082C12.0087 11.4082 11.8884 11.458 11.7997 11.5467C11.711 11.6355 11.6612 11.7558 11.6612 11.8812V11.9328C11.3532 11.9623 11.0635 12.0979 10.8429 12.3185C10.5921 12.5692 10.4512 12.9094 10.4512 13.2641C10.4512 13.6187 10.5921 13.9589 10.8429 14.2097C11.0937 14.4605 11.4338 14.6014 11.7885 14.6014H12.6528C12.7565 14.6014 12.856 14.6426 12.9294 14.716C13.0028 14.7893 13.044 14.8889 13.044 14.9926C13.044 15.0964 13.0028 15.1959 12.9294 15.2693C12.856 15.3427 12.7565 15.3839 12.6528 15.3839H11.6156C11.5118 15.3839 11.4123 15.3427 11.339 15.2693C11.2656 15.1959 11.2244 15.0964 11.2244 14.9926C11.2244 14.8672 11.1745 14.7469 11.0858 14.6582C10.9971 14.5694 10.8768 14.5196 10.7513 14.5196C10.6259 14.5196 10.5056 14.5694 10.4169 14.6582C10.3282 14.7469 10.2783 14.8675 10.2783 14.9929C10.2787 15.3474 10.4197 15.6873 10.6703 15.9379C10.921 16.1886 11.2611 16.3296 11.6156 16.3299H11.6612V16.3755C11.6612 16.5009 11.711 16.6212 11.7997 16.71C11.8884 16.7987 12.0087 16.8485 12.1342 16.8485C12.2596 16.8485 12.38 16.7987 12.4687 16.71C12.5574 16.6212 12.6072 16.5009 12.6072 16.3755V16.3299H12.6531C13.0075 16.3296 13.3474 16.1886 13.5981 15.9379C13.8487 15.6873 13.9897 15.3468 13.9901 14.9923C13.9897 14.6378 13.8487 14.298 13.5981 14.0473C13.3474 13.7967 13.0072 13.6557 12.6528 13.6553H11.7885C11.6847 13.6553 11.5852 13.6141 11.5118 13.5407C11.4384 13.4674 11.3972 13.3678 11.3972 13.2641C11.3972 13.1603 11.4384 13.0608 11.5118 12.9874C11.5852 12.914 11.6847 12.8728 11.7885 12.8728H12.4799C12.5837 12.8728 12.6832 12.914 12.7566 12.9874C12.8299 13.0608 12.8712 13.1603 12.8712 13.2641C12.8712 13.3895 12.921 13.5098 13.0097 13.5985C13.0984 13.6873 13.2187 13.7371 13.3442 13.7371C13.4696 13.7371 13.5899 13.6873 13.6787 13.5985C13.7674 13.5098 13.8172 13.3892 13.8172 13.2638C13.8168 12.9093 13.6758 12.5694 13.4252 12.3188Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
`);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("home-finance",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M13.3973 12.8448C13.1585 12.6061 12.8449 12.4592 12.5116 12.4271V12.3711C12.5116 12.2353 12.4576 12.105 12.3616 12.0089C12.2655 11.9129 12.1353 11.8589 11.9994 11.8589C11.8636 11.8589 11.7333 11.9129 11.6373 12.0089C11.5412 12.105 11.4873 12.2353 11.4873 12.3711V12.427C11.1538 12.4589 10.8401 12.6056 10.6012 12.8445C10.3297 13.116 10.1771 13.4843 10.1771 13.8684C10.1771 14.2524 10.3297 14.6207 10.6012 14.8922C10.8728 15.1638 11.2411 15.3163 11.6251 15.3163H12.5609C12.6733 15.3163 12.781 15.361 12.8605 15.4404C12.9399 15.5199 12.9845 15.6276 12.9845 15.74C12.9845 15.8523 12.9399 15.9601 12.8605 16.0395C12.781 16.119 12.6733 16.1636 12.5609 16.1636H11.438C11.3256 16.1636 11.2178 16.119 11.1384 16.0395C11.0589 15.9601 11.0143 15.8523 11.0143 15.74C11.0143 15.6041 10.9604 15.4739 10.8643 15.3778C10.7683 15.2818 10.638 15.2278 10.5022 15.2278C10.3663 15.2278 10.236 15.2818 10.14 15.3778C10.0439 15.4739 9.98999 15.6045 9.98999 15.7403C9.99039 16.1241 10.143 16.4921 10.4144 16.7635C10.6858 17.0349 11.0541 17.1875 11.438 17.1879H11.4873V17.2372C11.4873 17.3731 11.5412 17.5033 11.6373 17.5994C11.7333 17.6954 11.8636 17.7494 11.9994 17.7494C12.1353 17.7494 12.2655 17.6954 12.3616 17.5994C12.4576 17.5033 12.5116 17.3731 12.5116 17.2372V17.1879H12.5612C12.9451 17.1875 13.313 17.0349 13.5844 16.7635C13.8558 16.4921 14.0085 16.1234 14.0089 15.7396C14.0085 15.3558 13.8558 14.9878 13.5844 14.7164C13.313 14.445 12.9447 14.2924 12.5609 14.292H11.6251C11.5128 14.292 11.405 14.2474 11.3256 14.1679C11.2461 14.0885 11.2015 13.9807 11.2015 13.8684C11.2015 13.756 11.2461 13.6483 11.3256 13.5688C11.405 13.4894 11.5128 13.4447 11.6251 13.4447H12.3737C12.4861 13.4447 12.5939 13.4894 12.6733 13.5688C12.7528 13.6483 12.7974 13.756 12.7974 13.8684C12.7974 14.0042 12.8513 14.1345 12.9474 14.2305C13.0434 14.3266 13.1737 14.3805 13.3095 14.3805C13.4454 14.3805 13.5757 14.3266 13.6717 14.2305C13.7677 14.1345 13.8217 14.0039 13.8217 13.868C13.8213 13.4842 13.6687 13.1162 13.3973 12.8448Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
fill-rule="evenodd"
|
|
9
|
+
clip-rule="evenodd"
|
|
10
|
+
d="M13.0176 3.42143L20.2176 10.6213C20.3519 10.7547 20.4584 10.9134 20.5309 11.0883C20.6034 11.2632 20.6403 11.4508 20.6397 11.6401V20.28C20.6397 20.471 20.5638 20.6541 20.4288 20.7891C20.2937 20.9241 20.1106 21 19.9197 21H4.07986C3.88891 21 3.70578 20.9241 3.57075 20.7891C3.43573 20.6541 3.35987 20.471 3.35987 20.28V11.6401C3.3592 11.4508 3.39617 11.2632 3.46863 11.0883C3.54109 10.9134 3.6476 10.7547 3.78197 10.6213L10.9819 3.42143C11.2519 3.15158 11.618 3 11.9998 3C12.3815 3 12.7476 3.15158 13.0176 3.42143ZM17.0659 19.56H19.1997V11.6401L11.9998 4.44021L4.79985 11.6401V19.56H6.93359V13.1317C6.93359 10.3337 9.20179 8.06555 11.9998 8.06555C14.7977 8.06555 17.0659 10.3337 17.0659 13.1317V19.56ZM15.5659 19.56V13.1317C15.5659 11.1622 13.9693 9.56555 11.9998 9.56555C10.0302 9.56555 8.43359 11.1622 8.43359 13.1317V19.56H15.5659Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
`);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("home-search",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.2176 10.6213L13.0176 3.42143C12.7476 3.15158 12.3815 3 11.9998 3C11.618 3 11.2519 3.15158 10.9819 3.42143L3.78197 10.6213C3.6476 10.7547 3.54109 10.9134 3.46863 11.0883C3.39617 11.2632 3.3592 11.4508 3.35987 11.6401V20.28C3.35987 20.471 3.43573 20.6541 3.57075 20.7891C3.70578 20.9241 3.88891 21 4.07986 21H19.9197C20.1106 21 20.2937 20.9241 20.4288 20.7891C20.5638 20.6541 20.6397 20.471 20.6397 20.28V11.6401C20.6403 11.4508 20.6034 11.2632 20.5309 11.0883C20.4584 10.9134 20.3519 10.7547 20.2176 10.6213ZM19.1997 19.56H4.79985V11.6401L11.9998 4.44021L19.1997 11.6401V19.56Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M14.5737 15.4798C14.9863 14.8242 15.1429 14.0396 15.0135 13.2759C14.8842 12.5122 14.478 11.8229 13.8725 11.3397C13.2671 10.8565 12.5049 10.6134 11.7315 10.6567C10.9581 10.7 10.2277 11.0267 9.68001 11.5744C9.13228 12.1221 8.80555 12.8525 8.76225 13.6259C8.71896 14.3993 8.96212 15.1615 9.44529 15.7669C9.92846 16.3724 10.6178 16.7786 11.3815 16.9079C12.1452 17.0373 12.9298 16.8807 13.5854 16.4682L14.5633 17.4469C14.6282 17.5118 14.7053 17.5633 14.7902 17.5985C14.875 17.6336 14.966 17.6517 15.0579 17.6517C15.1497 17.6517 15.2407 17.6336 15.3255 17.5985C15.4104 17.5633 15.4875 17.5118 15.5525 17.4469C15.6174 17.3819 15.6689 17.3048 15.7041 17.2199C15.7392 17.1351 15.7573 17.0441 15.7573 16.9523C15.7573 16.8604 15.7392 16.7695 15.7041 16.6846C15.6689 16.5997 15.6174 16.5226 15.5525 16.4577L14.5737 15.4798ZM10.1643 13.8064C10.1643 13.4608 10.2668 13.1229 10.4589 12.8354C10.6509 12.548 10.9238 12.324 11.2432 12.1918C11.5625 12.0595 11.9139 12.0249 12.253 12.0923C12.592 12.1597 12.9034 12.3262 13.1478 12.5706C13.3922 12.815 13.5587 13.1264 13.6261 13.4655C13.6936 13.8045 13.6589 14.1559 13.5267 14.4752C13.3944 14.7946 13.1704 15.0675 12.883 15.2596C12.5956 15.4516 12.2577 15.5541 11.912 15.5541C11.4485 15.5541 11.004 15.37 10.6762 15.0422C10.3484 14.7145 10.1643 14.2699 10.1643 13.8064Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as o}from"../../../../assets/index-chunk2.js";import{a as C}from"../../icon-registry.js";C("house-simple",o`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.8577 9.87109L12.6578 2.67118C12.3878 2.40134 12.0216 2.24976 11.6399 2.24976C11.2582 2.24976 10.892 2.40134 10.622 2.67118L3.4221 9.87109C3.28774 10.0045 3.18123 10.1632 3.10877 10.3381C3.0363 10.513 2.99934 10.7006 3.00001 10.8899V19.5298C3.00001 19.7207 3.07587 19.9039 3.21089 20.0389C3.34591 20.1739 3.52905 20.2498 3.72 20.2498H19.5598C19.7507 20.2498 19.9339 20.1739 20.0689 20.0389C20.2039 19.9039 20.2798 19.7207 20.2798 19.5298V10.8899C20.2805 10.7006 20.2435 10.513 20.171 10.3381C20.0986 10.1632 19.9921 10.0045 19.8577 9.87109ZM18.8398 18.8098H4.43999V10.8899L11.6399 3.68997L18.8398 10.8899V18.8098Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("house",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.2176 10.6213L13.0176 3.42143C12.7476 3.15158 12.3815 3 11.9998 3C11.618 3 11.2519 3.15158 10.9819 3.42143L3.78197 10.6213C3.6476 10.7547 3.54109 10.9134 3.46863 11.0883C3.39617 11.2632 3.3592 11.4508 3.35987 11.6401V20.28C3.35987 20.471 3.43573 20.6541 3.57075 20.7891C3.70578 20.9241 3.88891 21 4.07986 21H9.83979C10.0307 21 10.2139 20.9241 10.3489 20.7891C10.4839 20.6541 10.5598 20.471 10.5598 20.28V15.2401H13.4397V20.28C13.4397 20.471 13.5156 20.6541 13.6506 20.7891C13.7856 20.9241 13.9688 21 14.1597 21H19.9197C20.1106 21 20.2937 20.9241 20.4288 20.7891C20.5638 20.6541 20.6397 20.471 20.6397 20.28V11.6401C20.6403 11.4508 20.6034 11.2632 20.5309 11.0883C20.4584 10.9134 20.3519 10.7547 20.2176 10.6213ZM19.1997 19.56H14.8797V14.5201C14.8797 14.3291 14.8039 14.146 14.6688 14.011C14.5338 13.8759 14.3507 13.8001 14.1597 13.8001H9.83979C9.64884 13.8001 9.4657 13.8759 9.33068 14.011C9.19565 14.146 9.1198 14.3291 9.1198 14.5201V19.56H4.79985V11.6401L11.9998 4.44021L19.1997 11.6401V19.56Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("inbox",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 4.5V14.25H16.8094C16.6125 14.2495 16.4174 14.2881 16.2356 14.3636C16.0537 14.4391 15.8887 14.5499 15.75 14.6897L13.9397 16.5H10.0603L8.25 14.6897C8.11122 14.5498 7.94601 14.4389 7.76398 14.3634C7.58196 14.2879 7.38674 14.2494 7.18969 14.25H4.5V4.5H19.5ZM19.5 19.5H4.5V15.75H7.18969L9 17.5603C9.13878 17.7002 9.30399 17.8111 9.48602 17.8866C9.66804 17.9621 9.86326 18.0006 10.0603 18H13.9397C14.1367 18.0006 14.332 17.9621 14.514 17.8866C14.696 17.8111 14.8612 17.7002 15 17.5603L16.8103 15.75H19.5V19.5ZM8.46937 11.7806C8.32864 11.6399 8.24958 11.449 8.24958 11.25C8.24958 11.051 8.32864 10.8601 8.46937 10.7194C8.61011 10.5786 8.80098 10.4996 9 10.4996C9.19902 10.4996 9.38989 10.5786 9.53063 10.7194L11.25 12.4397V6.75C11.25 6.55109 11.329 6.36032 11.4697 6.21967C11.6103 6.07902 11.8011 6 12 6C12.1989 6 12.3897 6.07902 12.5303 6.21967C12.671 6.36032 12.75 6.55109 12.75 6.75V12.4397L14.4694 10.7194C14.5391 10.6497 14.6218 10.5944 14.7128 10.5567C14.8039 10.519 14.9015 10.4996 15 10.4996C15.0985 10.4996 15.1961 10.519 15.2872 10.5567C15.3782 10.5944 15.4609 10.6497 15.5306 10.7194C15.6003 10.7891 15.6556 10.8718 15.6933 10.9628C15.731 11.0539 15.7504 11.1515 15.7504 11.25C15.7504 11.3485 15.731 11.4461 15.6933 11.5372C15.6556 11.6282 15.6003 11.7109 15.5306 11.7806L12.5306 14.7806C12.461 14.8504 12.3783 14.9057 12.2872 14.9434C12.1962 14.9812 12.0986 15.0006 12 15.0006C11.9014 15.0006 11.8038 14.9812 11.7128 14.9434C11.6217 14.9057 11.539 14.8504 11.4694 14.7806L8.46937 11.7806Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./arrow-left.js";import"./arrow-right.js";import"./calendar.js";import"./
|
|
1
|
+
import"./add-link.js";import"./airplane.js";import"./alarm.js";import"./apartment.js";import"./arrow-around.js";import"./arrow-down.js";import"./arrow-left.js";import"./arrow-line-left.js";import"./arrow-line-right.js";import"./arrow-right.js";import"./arrow-up.js";import"./bank.js";import"./bell.js";import"./bell-disabled.js";import"./binoculars.js";import"./book.js";import"./box.js";import"./cake.js";import"./calculator.js";import"./calendar.js";import"./camera.js";import"./caret-up-down.js";import"./case.js";import"./chart-rise.js";import"./chat.js";import"./check.js";import"./check-circle.js";import"./checkbox.js";import"./checkbox-selected.js";import"./chevron-down.js";import"./chevron-left.js";import"./chevron-right.js";import"./chevron-up.js";import"./circle.js";import"./circle-arrow-down.js";import"./circle-arrow-left.js";import"./circle-arrow-right.js";import"./circle-arrow-up.js";import"./circle-filled.js";import"./city.js";import"./clipboard.js";import"./clock.js";import"./clock-clockwise.js";import"./clock-counter-clockwise.js";import"./collapse.js";import"./cone.js";import"./contact-info.js";import"./copy.js";import"./credit-card.js";import"./crop.js";import"./crosshairs.js";import"./currency-dollar-simple.js";import"./currency-eur.js";import"./currency-gbp.js";import"./currency-inr.js";import"./currency-jpy.js";import"./currency-krw.js";import"./currency-kzt.js";import"./currency-ngn.js";import"./currency-rub.js";import"./cursor.js";import"./cursor-arrow.js";import"./cursor-hand.js";import"./dashboard.js";import"./delete.js";import"./dna.js";import"./document.js";import"./document-add.js";import"./document-check.js";import"./document-e-sign.js";import"./document-image.js";import"./document-pdf.js";import"./document-sign.js";import"./document-zip.js";import"./dollar-bills.js";import"./dollar-house.js";import"./down-payment.js";import"./download.js";import"./drag-drop.js";import"./earth.js";import"./exit.js";import"./exit-circle.js";import"./exit-left.js";import"./expand.js";import"./expand-arrows.js";import"./export.js";import"./eye.js";import"./eye-closed.js";import"./eye-crossed.js";import"./facebook-logo.js";import"./file-code.js";import"./files.js";import"./filter-funnel.js";import"./filters.js";import"./filters-2.js";import"./flame.js";import"./flash-off.js";import"./flash-on.js";import"./folder.js";import"./gauge.js";import"./hammer.js";import"./hand-pointing.js";import"./heart.js";import"./home-door.js";import"./home-finance.js";import"./home-finance-arrow.js";import"./home-search.js";import"./house.js";import"./house-simple.js";import"./inbox.js";import"./info.js";import"./instagram-logo.js";import"./interest-rate.js";import"./invoice.js";import"./label.js";import"./laptop.js";import"./layout.js";import"./lightbulb.js";import"./link.js";import"./linkedin-logo.js";import"./list.js";import"./loading.js";import"./loading-spinner-gif.js";import"./lock.js";import"./magic-wand.js";import"./mail.js";import"./mail-open.js";import"./mailbox.js";import"./map.js";import"./menu-hamburger.js";import"./microsoft-excel-logo.js";import"./microsoft-outlook-logo.js";import"./microsoft-powerpoint-logo.js";import"./microsoft-teams-logo.js";import"./microsoft-word-logo.js";import"./minus.js";import"./minus-circle.js";import"./minus-square.js";import"./mobile-phone-2.js";import"./monitor.js";import"./move.js";import"./move-doc.js";import"./music.js";import"./number-1.js";import"./number-2.js";import"./number-3.js";import"./overflow-menu.js";import"./paper-airplane.js";import"./paperclip.js";import"./pen.js";import"./pencil.js";import"./pencil-paper.js";import"./people-multiple.js";import"./people-share.js";import"./percent.js";import"./person.js";import"./person-add.js";import"./person-check.js";import"./person-lock.js";import"./phone.js";import"./phone-alert.js";import"./phone-mobile.js";import"./picture.js";import"./pin.js";import"./pinterest-logo.js";import"./plus.js";import"./plus-circle.js";import"./printer.js";import"./question-chat-bubble.js";import"./question-circle.js";import"./question-mark.js";import"./radio.js";import"./radio-selected.js";import"./receipt.js";import"./restricted.js";import"./sandals.js";import"./save.js";import"./screen.js";import"./search.js";import"./settings.js";import"./share-1.js";import"./share-2.js";import"./shield-lock.js";import"./shield-warning.js";import"./sidebar.js";import"./sidebar-simple.js";import"./smart-home.js";import"./sort-arrow-solid-down.js";import"./sort-arrow-solid-left.js";import"./sort-arrow-solid-right.js";import"./sort-arrow-solid-up.js";import"./sort-arrow-solid-up-down.js";import"./sort-reverse-variant.js";import"./sort-variant.js";import"./sparkle.js";import"./sparkle-filled.js";import"./speech-bubble.js";import"./stack.js";import"./stamp.js";import"./star.js";import"./star-four.js";import"./star-four-filled.js";import"./stopwatch.js";import"./sun.js";import"./sync.js";import"./tab-arrows.js";import"./target.js";import"./thumbs-down.js";import"./thumbs-up.js";import"./tools.js";import"./touch-id.js";import"./trash.js";import"./twitter-logo.js";import"./unlink.js";import"./unlock.js";import"./upload.js";import"./video.js";import"./warning.js";import"./warning-circle.js";import"./warning-diamond.js";import"./warning-octagon.js";import"./wet-sign.js";import"./wifi.js";import"./wifi-off.js";import"./x-logo.js";import"./yelp-logo.js";import"./youtube-logo.js";import"./zillow-logo.js";import"../../../../assets/index-chunk2.js";import"../../icon-registry.js";
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("info",C`
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
data-cy="info-icon"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10
3
|
<path
|
|
11
|
-
|
|
12
|
-
clip-rule="evenodd"
|
|
13
|
-
d="M3 12C3 9.59561 3.936 7.33519 5.63558 5.63561V5.63656C7.33611 3.93698 9.59558 3.00098 12 3.00098C14.4044 3.00098 16.6648 3.93603 18.3644 5.63656C20.064 7.33708 21 9.5975 21 12.001C21 14.4044 20.0649 16.6649 18.3644 18.3644C16.6639 20.064 14.4044 21 12 21C9.59558 21 7.33516 20.065 5.63558 18.3644C3.936 16.6639 3 14.4044 3 12ZM12 20.0527C16.4403 20.0527 20.0526 16.4403 20.0526 12C20.0526 7.55971 16.4403 3.9474 12 3.9474C7.55968 3.9474 3.94737 7.55971 3.94737 12C3.94737 16.4403 7.55968 20.0527 12 20.0527ZM11.5 6.50098C11.5 6.22483 11.7239 6.00098 12 6.00098C12.2761 6.00098 12.5 6.22483 12.5 6.50098V8.50098C12.5 8.77712 12.2761 9.00098 12 9.00098C11.7239 9.00098 11.5 8.77712 11.5 8.50098V6.50098ZM11 11C10.7239 11 10.5 11.2239 10.5 11.5C10.5 11.7762 10.7239 12 11 12H11.5V17H11C10.7239 17 10.5 17.2239 10.5 17.5C10.5 17.7762 10.7239 18 11 18H11.969C11.9792 18.0007 11.9896 18.001 12 18.001C12.0104 18.001 12.0208 18.0007 12.031 18H13C13.2761 18 13.5 17.7762 13.5 17.5C13.5 17.2239 13.2761 17 13 17H12.5V12V11.501C12.5 11.225 12.2764 11.0012 12.0005 11.001L12 11H11Z"
|
|
4
|
+
d="M12 3C10.22 3 8.47991 3.52784 6.99987 4.51677C5.51983 5.50571 4.36628 6.91131 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89471 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12C20.9975 9.61382 20.0485 7.3261 18.3612 5.63882C16.6739 3.95154 14.3862 3.00252 12 3ZM12 19.6154C10.4938 19.6154 9.02146 19.1687 7.76912 18.332C6.51678 17.4952 5.5407 16.3058 4.96431 14.9143C4.38792 13.5227 4.23711 11.9916 4.53095 10.5143C4.82479 9.03707 5.55008 7.68014 6.61511 6.61511C7.68014 5.55008 9.03708 4.82478 10.5143 4.53094C11.9916 4.2371 13.5228 4.38791 14.9143 4.9643C16.3058 5.54069 17.4952 6.51677 18.332 7.76912C19.1688 9.02146 19.6154 10.4938 19.6154 12C19.6131 14.019 18.81 15.9547 17.3824 17.3824C15.9547 18.81 14.019 19.6131 12 19.6154ZM13.3846 16.1538C13.3846 16.3375 13.3117 16.5135 13.1818 16.6434C13.052 16.7732 12.8759 16.8462 12.6923 16.8462C12.3251 16.8462 11.9729 16.7003 11.7132 16.4406C11.4536 16.1809 11.3077 15.8288 11.3077 15.4615V12C11.1241 12 10.948 11.9271 10.8182 11.7972C10.6883 11.6674 10.6154 11.4913 10.6154 11.3077C10.6154 11.1241 10.6883 10.948 10.8182 10.8182C10.948 10.6883 11.1241 10.6154 11.3077 10.6154C11.6749 10.6154 12.0271 10.7613 12.2868 11.0209C12.5464 11.2806 12.6923 11.6328 12.6923 12V15.4615C12.8759 15.4615 13.052 15.5345 13.1818 15.6643C13.3117 15.7941 13.3846 15.9702 13.3846 16.1538ZM10.6154 8.19231C10.6154 7.98692 10.6763 7.78614 10.7904 7.61537C10.9045 7.44459 11.0667 7.31149 11.2564 7.23289C11.4462 7.15429 11.655 7.13373 11.8564 7.1738C12.0579 7.21387 12.2429 7.31277 12.3882 7.458C12.5334 7.60323 12.6323 7.78827 12.6724 7.98971C12.7124 8.19115 12.6919 8.39995 12.6133 8.58971C12.5347 8.77946 12.4016 8.94165 12.2308 9.05576C12.06 9.16986 11.8592 9.23077 11.6538 9.23077C11.3784 9.23077 11.1143 9.12136 10.9195 8.92661C10.7248 8.73186 10.6154 8.46772 10.6154 8.19231Z"
|
|
14
5
|
fill="currentColor"
|
|
15
6
|
/>
|
|
16
7
|
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("instagram-logo",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M12 7.84615C11.1784 7.84615 10.3753 8.08977 9.69225 8.5462C9.00915 9.00263 8.47674 9.65138 8.16235 10.4104C7.84795 11.1694 7.76569 12.0046 7.92597 12.8104C8.08625 13.6161 8.48186 14.3563 9.06279 14.9372C9.64371 15.5181 10.3839 15.9138 11.1896 16.074C11.9954 16.2343 12.8306 16.152 13.5896 15.8377C14.3486 15.5233 14.9974 14.9909 15.4538 14.3078C15.9102 13.6247 16.1538 12.8216 16.1538 12C16.1527 10.8987 15.7147 9.8428 14.9359 9.06405C14.1572 8.2853 13.1013 7.8473 12 7.84615ZM12 14.7692C11.4523 14.7692 10.9169 14.6068 10.4615 14.3025C10.0061 13.9982 9.65116 13.5657 9.44156 13.0597C9.23197 12.5537 9.17713 11.9969 9.28398 11.4598C9.39083 10.9226 9.65457 10.4291 10.0419 10.0419C10.4291 9.65457 10.9226 9.39083 11.4598 9.28398C11.9969 9.17713 12.5537 9.23197 13.0597 9.44156C13.5657 9.65116 13.9982 10.0061 14.3025 10.4615C14.6068 10.9169 14.7692 11.4523 14.7692 12C14.7692 12.7344 14.4775 13.4388 13.9581 13.9581C13.4388 14.4775 12.7344 14.7692 12 14.7692ZM16.1538 3H7.84615C6.5613 3.00137 5.32946 3.51239 4.42092 4.42092C3.51239 5.32946 3.00137 6.5613 3 7.84615V16.1538C3.00137 17.4387 3.51239 18.6705 4.42092 19.5791C5.32946 20.4876 6.5613 20.9986 7.84615 21H16.1538C17.4387 20.9986 18.6705 20.4876 19.5791 19.5791C20.4876 18.6705 20.9986 17.4387 21 16.1538V7.84615C20.9986 6.5613 20.4876 5.32946 19.5791 4.42092C18.6705 3.51239 17.4387 3.00137 16.1538 3ZM19.6154 16.1538C19.6154 17.0719 19.2507 17.9524 18.6015 18.6015C17.9524 19.2507 17.0719 19.6154 16.1538 19.6154H7.84615C6.9281 19.6154 6.04764 19.2507 5.39848 18.6015C4.74931 17.9524 4.38462 17.0719 4.38462 16.1538V7.84615C4.38462 6.9281 4.74931 6.04764 5.39848 5.39848C6.04764 4.74931 6.9281 4.38462 7.84615 4.38462H16.1538C17.0719 4.38462 17.9524 4.74931 18.6015 5.39848C19.2507 6.04764 19.6154 6.9281 19.6154 7.84615V16.1538ZM17.5385 7.5C17.5385 7.70539 17.4776 7.90616 17.3634 8.07694C17.2493 8.24771 17.0872 8.38082 16.8974 8.45941C16.7076 8.53801 16.4988 8.55858 16.2974 8.51851C16.096 8.47844 15.9109 8.37953 15.7657 8.2343C15.6205 8.08907 15.5216 7.90404 15.4815 7.70259C15.4414 7.50115 15.462 7.29235 15.5406 7.1026C15.6192 6.91284 15.7523 6.75066 15.9231 6.63655C16.0938 6.52244 16.2946 6.46154 16.5 6.46154C16.7754 6.46154 17.0396 6.57095 17.2343 6.7657C17.4291 6.96045 17.5385 7.22458 17.5385 7.5Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as r}from"../../icon-registry.js";r("interest-rate",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.2176 10.6213L13.0176 3.42143C12.7476 3.15158 12.3815 3 11.9998 3C11.618 3 11.2519 3.15158 10.9819 3.42143L3.78197 10.6213C3.6476 10.7547 3.54109 10.9134 3.46863 11.0883C3.39617 11.2632 3.3592 11.4508 3.35987 11.6401V20.28C3.35987 20.471 3.43573 20.6541 3.57075 20.7891C3.70578 20.9241 3.88891 21 4.07986 21H19.9197C20.1106 21 20.2937 20.9241 20.4288 20.7891C20.5638 20.6541 20.6397 20.471 20.6397 20.28V11.6401C20.6403 11.4508 20.6034 11.2632 20.5309 11.0883C20.4584 10.9134 20.3519 10.7547 20.2176 10.6213ZM19.1997 19.56H4.79985V11.6401L11.9998 4.44021L19.1997 11.6401V19.56Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M11.7884 11.7143C11.7884 11.3752 11.6879 11.0438 11.4995 10.7619C11.3112 10.48 11.0434 10.2602 10.7302 10.1305C10.4169 10.0007 10.0722 9.96679 9.73971 10.0329C9.40717 10.0991 9.10171 10.2624 8.86197 10.5021C8.62222 10.7419 8.45895 11.0473 8.3928 11.3798C8.32666 11.7124 8.36061 12.0571 8.49036 12.3703C8.62011 12.6836 8.83983 12.9513 9.12174 13.1397C9.40366 13.328 9.7351 13.4286 10.0741 13.4286C10.5288 13.4286 10.9648 13.248 11.2863 12.9265C11.6078 12.605 11.7884 12.1689 11.7884 11.7143ZM9.50272 11.7143C9.50272 11.6013 9.53623 11.4908 9.59902 11.3968C9.66181 11.3028 9.75106 11.2296 9.85547 11.1864C9.95989 11.1431 10.0748 11.1318 10.1856 11.1538C10.2965 11.1759 10.3983 11.2303 10.4782 11.3102C10.5581 11.3901 10.6125 11.492 10.6346 11.6028C10.6566 11.7137 10.6453 11.8285 10.6021 11.933C10.5588 12.0374 10.4856 12.1266 10.3916 12.1894C10.2976 12.2522 10.1872 12.2857 10.0741 12.2857C9.9226 12.2857 9.77725 12.2255 9.67009 12.1183C9.56293 12.0112 9.50272 11.8658 9.50272 11.7143ZM14.6456 14.5714C14.3065 14.5714 13.9751 14.672 13.6932 14.8603C13.4113 15.0487 13.1915 15.3164 13.0618 15.6297C12.932 15.9429 12.8981 16.2876 12.9642 16.6202C13.0304 16.9527 13.1936 17.2581 13.4334 17.4979C13.6731 17.7376 13.9786 17.9009 14.3111 17.9671C14.6437 18.0332 14.9884 17.9993 15.3016 17.8695C15.6149 17.7398 15.8826 17.52 16.071 17.2381C16.2593 16.9562 16.3599 16.6248 16.3599 16.2857C16.3599 15.8311 16.1793 15.395 15.8578 15.0735C15.5363 14.752 15.1002 14.5714 14.6456 14.5714ZM14.6456 16.8571C14.5326 16.8571 14.4221 16.8236 14.3281 16.7608C14.2341 16.6981 14.1609 16.6088 14.1176 16.5044C14.0744 16.4 14.0631 16.2851 14.0851 16.1742C14.1072 16.0634 14.1616 15.9616 14.2415 15.8817C14.3214 15.8017 14.4233 15.7473 14.5341 15.7253C14.6449 15.7032 14.7598 15.7145 14.8643 15.7578C14.9687 15.801 15.0579 15.8743 15.1207 15.9682C15.1835 16.0622 15.217 16.1727 15.217 16.2857C15.217 16.4373 15.1568 16.5826 15.0496 16.6898C14.9425 16.7969 14.7971 16.8571 14.6456 16.8571ZM15.6213 11.5471L9.90701 17.2614C9.85392 17.3145 9.79089 17.3566 9.72152 17.3854C9.65215 17.4141 9.5778 17.4289 9.50272 17.4289C9.42764 17.4289 9.35329 17.4141 9.28392 17.3854C9.21456 17.3566 9.15153 17.3145 9.09844 17.2614C9.04534 17.2083 9.00323 17.1453 8.9745 17.0759C8.94576 17.0066 8.93097 16.9322 8.93097 16.8571C8.93097 16.7821 8.94576 16.7077 8.9745 16.6383C9.00323 16.569 9.04534 16.5059 9.09844 16.4529L14.8127 10.7386C14.8658 10.6855 14.9288 10.6434 14.9982 10.6146C15.0676 10.5859 15.1419 10.5711 15.217 10.5711C15.2921 10.5711 15.3664 10.5859 15.4358 10.6146C15.5052 10.6434 15.5682 10.6855 15.6213 10.7386C15.6744 10.7917 15.7165 10.8547 15.7452 10.9241C15.774 10.9934 15.7888 11.0678 15.7888 11.1429C15.7888 11.2179 15.774 11.2923 15.7452 11.3617C15.7165 11.431 15.6744 11.4941 15.6213 11.5471Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as H}from"../../icon-registry.js";H("invoice",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M3.55556 12.3518C3.36892 12.3518 3.18993 12.2777 3.05796 12.1457C2.92599 12.0137 2.85185 11.8348 2.85185 11.6481C2.85185 11.4615 2.92599 11.2825 3.05796 11.1505C3.18993 11.0186 3.36892 10.9444 3.55556 10.9444H6.01852C6.20515 10.9444 6.38414 10.8703 6.51611 10.7383C6.64808 10.6063 6.72222 10.4273 6.72222 10.2407C6.72222 10.0541 6.64808 9.87509 6.51611 9.74312C6.38414 9.61115 6.20515 9.53701 6.01852 9.53701H4.61111C4.05121 9.53701 3.51424 9.31459 3.11833 8.91868C2.72242 8.52277 2.5 7.9858 2.5 7.4259C2.5 6.866 2.72242 6.32903 3.11833 5.93312C3.51424 5.53721 4.05121 5.31479 4.61111 5.31479C4.61111 5.12815 4.68525 4.94916 4.81722 4.81719C4.94919 4.68522 5.12818 4.61108 5.31481 4.61108C5.50145 4.61108 5.68044 4.68522 5.81241 4.81719C5.94438 4.94916 6.01852 5.12815 6.01852 5.31479H6.72222C6.90886 5.31479 7.08785 5.38893 7.21982 5.5209C7.35179 5.65287 7.42593 5.83186 7.42593 6.01849C7.42593 6.20513 7.35179 6.38411 7.21982 6.51608C7.08785 6.64805 6.90886 6.7222 6.72222 6.7222H4.61111C4.42448 6.7222 4.24549 6.79634 4.11352 6.92831C3.98155 7.06028 3.90741 7.23926 3.90741 7.4259C3.90741 7.61253 3.98155 7.79152 4.11352 7.92349C4.24549 8.05546 4.42448 8.1296 4.61111 8.1296H6.01852C6.57842 8.1296 7.11539 8.35202 7.5113 8.74793C7.90721 9.14384 8.12963 9.68081 8.12963 10.2407C8.12963 10.8006 7.90721 11.3376 7.5113 11.7335C7.11539 12.1294 6.57842 12.3518 6.01852 12.3518C6.01852 12.5385 5.94438 12.7174 5.81241 12.8494C5.68044 12.9814 5.50145 13.0555 5.31481 13.0555C5.12818 13.0555 4.94919 12.9814 4.81722 12.8494C4.68525 12.7174 4.61111 12.5385 4.61111 12.3518H3.55556ZM21.5 6.01849V17.9815C21.5 18.3547 21.3517 18.7127 21.0878 18.9766C20.8238 19.2406 20.4659 19.3889 20.0926 19.3889H4.61111C4.23784 19.3889 3.87986 19.2406 3.61592 18.9766C3.35198 18.7127 3.2037 18.3547 3.2037 17.9815V14.4629C3.2037 14.2763 3.27784 14.0973 3.40981 13.9653C3.54178 13.8334 3.72077 13.7592 3.90741 13.7592C4.09404 13.7592 4.27303 13.8334 4.405 13.9653C4.53697 14.0973 4.61111 14.2763 4.61111 14.4629V17.9815H15.1667V15.1666H8.12963C7.943 15.1666 7.76401 15.0925 7.63204 14.9605C7.50007 14.8286 7.42593 14.6496 7.42593 14.4629C7.42593 14.2763 7.50007 14.0973 7.63204 13.9653C7.76401 13.8334 7.943 13.7592 8.12963 13.7592H15.1667V10.9444H10.2407C10.0541 10.9444 9.87512 10.8703 9.74315 10.7383C9.61118 10.6063 9.53704 10.4273 9.53704 10.2407C9.53704 10.0541 9.61118 9.87509 9.74315 9.74312C9.87512 9.61115 10.0541 9.53701 10.2407 9.53701H20.0926V6.7222H9.53704C9.3504 6.7222 9.17141 6.64805 9.03944 6.51608C8.90747 6.38411 8.83333 6.20513 8.83333 6.01849C8.83333 5.83186 8.90747 5.65287 9.03944 5.5209C9.17141 5.38893 9.3504 5.31479 9.53704 5.31479H20.7963C20.9829 5.31479 21.1619 5.38893 21.2939 5.5209C21.4259 5.65287 21.5 5.83186 21.5 6.01849ZM16.5741 13.7592H20.0926V10.9444H16.5741V13.7592ZM20.0926 17.9815V15.1666H16.5741V17.9815H20.0926Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("label",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M21.8812 11.7467L17.8043 5.63663C17.6745 5.44093 17.4983 5.28039 17.2914 5.1693C17.0845 5.05822 16.8533 5.00006 16.6185 5H3.42863C3.04974 5 2.68636 5.15052 2.41844 5.41844C2.15052 5.68636 2 6.04974 2 6.42863V17.8577C2 18.2366 2.15052 18.6 2.41844 18.8679C2.68636 19.1358 3.04974 19.2863 3.42863 19.2863H16.6185C16.8532 19.2859 17.0841 19.2277 17.2909 19.1168C17.4977 19.0059 17.674 18.8458 17.8043 18.6506L21.8785 12.5396C21.9573 12.4225 21.9995 12.2847 22 12.1436C22.0005 12.0025 21.9591 11.8644 21.8812 11.7467ZM16.6185 17.8577H3.42863V6.42863H16.6185L20.4276 12.1432L16.6185 17.8577Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("laptop",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.3571 14.8929H19.7143V7.17857C19.7143 6.66708 19.5111 6.17654 19.1494 5.81487C18.7877 5.45319 18.2972 5.25 17.7857 5.25H6.21429C5.7028 5.25 5.21226 5.45319 4.85058 5.81487C4.4889 6.17654 4.28571 6.66708 4.28571 7.17857V14.8929H3.64286C3.47236 14.8929 3.30885 14.9606 3.18829 15.0811C3.06773 15.2017 3 15.3652 3 15.5357V16.8214C3 17.3329 3.20319 17.8235 3.56487 18.1851C3.92654 18.5468 4.41708 18.75 4.92857 18.75H19.0714C19.5829 18.75 20.0735 18.5468 20.4351 18.1851C20.7968 17.8235 21 17.3329 21 16.8214V15.5357C21 15.3652 20.9323 15.2017 20.8117 15.0811C20.6912 14.9606 20.5276 14.8929 20.3571 14.8929ZM5.57143 7.17857C5.57143 7.00808 5.63916 6.84456 5.75972 6.724C5.88028 6.60344 6.04379 6.53571 6.21429 6.53571H17.7857C17.9562 6.53571 18.1197 6.60344 18.2403 6.724C18.3608 6.84456 18.4286 7.00808 18.4286 7.17857V14.8929H5.57143V7.17857ZM19.7143 16.8214C19.7143 16.9919 19.6466 17.1554 19.526 17.276C19.4054 17.3966 19.2419 17.4643 19.0714 17.4643H4.92857C4.75808 17.4643 4.59456 17.3966 4.474 17.276C4.35344 17.1554 4.28571 16.9919 4.28571 16.8214V16.1786H19.7143V16.8214ZM13.9286 8.46429C13.9286 8.63478 13.8608 8.7983 13.7403 8.91885C13.6197 9.03941 13.4562 9.10714 13.2857 9.10714H10.7143C10.5438 9.10714 10.3803 9.03941 10.2597 8.91885C10.1392 8.7983 10.0714 8.63478 10.0714 8.46429C10.0714 8.29379 10.1392 8.13028 10.2597 8.00972C10.3803 7.88916 10.5438 7.82143 10.7143 7.82143H13.2857C13.4562 7.82143 13.6197 7.88916 13.7403 8.00972C13.8608 8.13028 13.9286 8.29379 13.9286 8.46429Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as o}from"../../../../assets/index-chunk2.js";import{a as t}from"../../icon-registry.js";t("layout",o`
|
|
2
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.6154 4.88464H4.38462C4.01739 4.88464 3.66521 5.03052 3.40554 5.29019C3.14588 5.54985 3 5.90204 3 6.26926V18.7308C3 19.098 3.14588 19.4502 3.40554 19.7099C3.66521 19.9695 4.01739 20.1154 4.38462 20.1154H19.6154C19.9826 20.1154 20.3348 19.9695 20.5945 19.7099C20.8541 19.4502 21 19.098 21 18.7308V6.26926C21 5.90204 20.8541 5.54985 20.5945 5.29019C20.3348 5.03052 19.9826 4.88464 19.6154 4.88464ZM19.6154 6.26926V9.7308H4.38462V6.26926H19.6154ZM4.38462 11.1154H9.23077V18.7308H4.38462V11.1154ZM19.6154 18.7308H10.6154V11.1154H19.6154V18.7308Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("lightbulb",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M15.8566 20.3572C15.8566 20.5277 15.7889 20.6912 15.6684 20.8117C15.5478 20.9323 15.3843 21 15.2138 21H8.78601C8.61553 21 8.45204 20.9323 8.33149 20.8117C8.21095 20.6912 8.14322 20.5277 8.14322 20.3572C8.14322 20.1867 8.21095 20.0232 8.33149 19.9027C8.45204 19.7822 8.61553 19.7144 8.78601 19.7144H15.2138C15.3843 19.7144 15.5478 19.7822 15.6684 19.9027C15.7889 20.0232 15.8566 20.1867 15.8566 20.3572ZM19.0705 10.0727C19.0733 11.1442 18.8312 12.2023 18.3628 13.166C17.8944 14.1297 17.212 14.9737 16.3676 15.6336C16.2098 15.7546 16.0817 15.9101 15.9931 16.0882C15.9045 16.2663 15.8578 16.4623 15.8566 16.6612V17.1433C15.8566 17.4843 15.7212 17.8112 15.4801 18.0523C15.239 18.2934 14.912 18.4289 14.5711 18.4289H9.42879C9.08784 18.4289 8.76085 18.2934 8.51976 18.0523C8.27867 17.8112 8.14322 17.4843 8.14322 17.1433V16.6612C8.14309 16.4647 8.0979 16.2708 8.01112 16.0944C7.92435 15.9181 7.79829 15.764 7.64266 15.644C6.80045 14.9881 6.11849 14.1492 5.6484 13.1907C5.17831 12.2323 4.93241 11.1795 4.9293 10.112C4.90841 6.28266 8.00342 3.09365 11.8296 3.00205C12.7724 2.97933 13.7101 3.14544 14.5877 3.49058C15.4653 3.83573 16.265 4.35294 16.9398 5.01179C17.6145 5.67063 18.1506 6.45779 18.5165 7.32693C18.8824 8.19608 19.0708 9.12964 19.0705 10.0727ZM17.785 10.0727C17.7852 9.30106 17.6311 8.5372 17.3316 7.82606C17.0322 7.11491 16.5935 6.47085 16.0415 5.93179C15.4894 5.39273 14.835 4.96956 14.1169 4.6872C13.3988 4.40483 12.6315 4.26897 11.8601 4.28762C8.72655 4.36154 6.198 6.97044 6.21487 10.104C6.21781 10.9771 6.41927 11.838 6.80403 12.6217C7.18878 13.4054 7.74674 14.0913 8.43569 14.6276C8.74539 14.8684 8.99589 15.1768 9.16802 15.5293C9.34016 15.8817 9.42935 16.2689 9.42879 16.6612V17.1433H14.5711V16.6612C14.572 16.2678 14.6627 15.8798 14.8363 15.5268C15.01 15.1739 15.2619 14.8652 15.573 14.6244C16.2641 14.0843 16.8226 13.3935 17.206 12.6046C17.5893 11.8158 17.7874 10.9497 17.785 10.0727ZM16.4906 9.32222C16.3239 8.39123 15.876 7.53365 15.2071 6.86494C14.5383 6.19623 13.6806 5.7485 12.7496 5.58203C12.6663 5.56799 12.5811 5.57049 12.4988 5.58939C12.4166 5.60828 12.3388 5.6432 12.27 5.69214C12.2012 5.74109 12.1427 5.8031 12.0979 5.87464C12.0531 5.94619 12.0228 6.02586 12.0088 6.10911C11.9947 6.19236 11.9972 6.27756 12.0161 6.35984C12.035 6.44213 12.0699 6.51989 12.1189 6.58868C12.1678 6.65747 12.2298 6.71594 12.3014 6.76077C12.3729 6.80559 12.4526 6.83588 12.5358 6.84992C13.8672 7.07409 14.9969 8.20378 15.2227 9.53756C15.2481 9.68726 15.3257 9.82313 15.4418 9.92108C15.5578 10.019 15.7048 10.0727 15.8566 10.0727C15.893 10.0725 15.9292 10.0695 15.9651 10.0638C16.1331 10.0352 16.2829 9.94091 16.3814 9.80184C16.4799 9.66277 16.5192 9.49025 16.4906 9.32222Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
import{x as C}from"../../../../assets/index-chunk2.js";import{a as
|
|
2
|
-
<svg
|
|
3
|
-
width="18"
|
|
4
|
-
height="18"
|
|
5
|
-
viewBox="0 0 18 18"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("link",C`
|
|
2
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
9
3
|
<path
|
|
10
|
-
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M7.87107 10.1291C8.44135 10.6993 9.19033 10.9845 9.93932 10.9845H9.93853C10.6875 10.9845 11.4365 10.6993 12.0068 10.1291L14.8947 7.24113C16.0353 6.10137 16.0345 4.24598 14.8947 3.10542C13.7549 1.96486 11.8996 1.96486 10.759 3.10542L8.32221 5.54221C8.16733 5.69709 8.16733 5.94887 8.32221 6.10375C8.47709 6.25863 8.72887 6.25863 8.88375 6.10375L11.3205 3.66696C12.1513 2.83616 13.5024 2.83616 14.3332 3.66696C15.164 4.49776 15.164 5.84879 14.3332 6.67959L11.4452 9.56752C10.6144 10.3983 9.26341 10.3983 8.43261 9.56752C8.27773 9.41264 8.02595 9.41264 7.87107 9.56752C7.71619 9.7224 7.71619 9.97418 7.87107 10.1291ZM3.10542 14.8946C3.6757 15.4649 4.42468 15.75 5.17367 15.75H5.17288C5.92186 15.75 6.67085 15.4649 7.24113 14.8946L9.67792 12.4578C9.8328 12.3029 9.8328 12.0511 9.67792 11.8963C9.52304 11.7414 9.27126 11.7414 9.11638 11.8963L6.67959 14.333C5.84879 15.1638 4.49776 15.1638 3.66696 14.333C2.83616 13.5023 2.83616 12.1512 3.66696 11.3204L6.55489 8.43249C7.38568 7.6017 8.73672 7.6017 9.56751 8.43249C9.7224 8.58737 9.97418 8.58737 10.1291 8.43249C10.2839 8.27761 10.2839 8.02583 10.1291 7.87095C8.98929 6.73039 7.1339 6.73039 5.99335 7.87095L3.10542 10.7589C1.96486 11.8986 1.96486 13.754 3.10542 14.8946Z"
|
|
4
|
+
d="M22 8.7728C21.9624 10.0784 21.4256 11.3199 20.5 12.2416L17.2422 15.5012C16.7678 15.9783 16.2034 16.3565 15.5817 16.614C14.9601 16.8715 14.2935 17.0031 13.6207 17.0012H13.616C12.9316 17.0008 12.2543 16.8631 11.6241 16.5965C10.9938 16.3298 10.4234 15.9396 9.94649 15.4488C9.46958 14.958 9.09587 14.3766 8.84744 13.7389C8.599 13.1013 8.48088 12.4203 8.50005 11.7362C8.50564 11.5373 8.59002 11.3488 8.73463 11.2121C8.87924 11.0754 9.07223 11.0017 9.27114 11.0073C9.47005 11.0129 9.6586 11.0973 9.79529 11.2419C9.93199 11.3865 10.0056 11.5795 10 11.7784C9.98639 12.2621 10.0698 12.7436 10.2454 13.1945C10.421 13.6454 10.6852 14.0565 11.0224 14.4036C11.3596 14.7506 11.7629 15.0266 12.2085 15.2151C12.6541 15.4036 13.133 15.5009 13.6169 15.5012C14.0926 15.5025 14.5638 15.4094 15.0032 15.2274C15.4427 15.0454 15.8417 14.7781 16.1772 14.4409L19.435 11.1831C20.1072 10.5025 20.4828 9.58359 20.4798 8.62703C20.4768 7.67046 20.0955 6.75393 19.4191 6.07753C18.7427 5.40113 17.8261 5.01981 16.8696 5.01682C15.913 5.01382 14.9941 5.3894 14.3135 6.06155L13.2822 7.0928C13.1404 7.22752 12.9516 7.30151 12.7561 7.29901C12.5605 7.2965 12.3736 7.2177 12.2353 7.0794C12.097 6.9411 12.0182 6.75424 12.0157 6.55867C12.0132 6.3631 12.0872 6.17429 12.2219 6.03249L13.2532 5.00124C13.729 4.5253 14.2938 4.14775 14.9156 3.89017C15.5373 3.63258 16.2036 3.5 16.8766 3.5C17.5496 3.5 18.216 3.63258 18.8377 3.89017C19.4594 4.14775 20.0243 4.5253 20.5 5.00124C20.9928 5.49526 21.38 6.0844 21.6378 6.73279C21.8957 7.38118 22.019 8.07527 22 8.7728ZM9.7188 17.9069L8.68755 18.9381C8.35119 19.2767 7.95089 19.5451 7.50991 19.7276C7.06892 19.9101 6.59605 20.0031 6.1188 20.0012C5.40283 20.0007 4.7031 19.7879 4.10801 19.3898C3.51293 18.9917 3.04919 18.4261 2.7754 17.7646C2.50161 17.103 2.43006 16.3752 2.56977 15.673C2.70948 14.9708 3.0542 14.3257 3.56036 13.8194L6.81255 10.5616C7.32478 10.0466 7.98002 9.69759 8.69316 9.55982C9.40631 9.42205 10.1444 9.50189 10.8116 9.78898C11.4788 10.0761 12.0442 10.5571 12.4345 11.1697C12.8247 11.7823 13.0218 12.4981 13 13.2241C12.9945 13.423 13.0681 13.616 13.2048 13.7606C13.3415 13.9052 13.53 13.9896 13.729 13.9951C13.9279 14.0007 14.1209 13.9271 14.2655 13.7904C14.4101 13.6537 14.4945 13.4652 14.5 13.2662C14.5181 12.5698 14.3944 11.877 14.1365 11.2298C13.8787 10.5826 13.492 9.99449 13 9.50124C12.0393 8.54089 10.7365 8.00141 9.37802 8.00141C8.01958 8.00141 6.71675 8.54089 5.75598 9.50124L2.50005 12.7591C1.78401 13.4748 1.29622 14.3867 1.09831 15.3796C0.900395 16.3725 1.00125 17.4018 1.38813 18.3374C1.775 19.2729 2.43053 20.0729 3.27188 20.636C4.11323 21.1991 5.10263 21.5002 6.11505 21.5012C6.78805 21.5032 7.45475 21.3716 8.07656 21.1141C8.69837 20.8566 9.26292 20.4784 9.73755 20.0012L10.7688 18.97C10.8902 18.827 10.9536 18.6438 10.9465 18.4564C10.9395 18.269 10.8625 18.091 10.7307 17.9576C10.5989 17.8241 10.4219 17.7449 10.2346 17.7355C10.0473 17.7261 9.86326 17.7873 9.7188 17.9069Z"
|
|
13
5
|
fill="currentColor"
|
|
14
6
|
/>
|
|
15
7
|
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("linkedin-logo",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.6154 3H4.38462C4.01739 3 3.66521 3.14588 3.40554 3.40554C3.14588 3.66521 3 4.01739 3 4.38462V19.6154C3 19.9826 3.14588 20.3348 3.40554 20.5945C3.66521 20.8541 4.01739 21 4.38462 21H19.6154C19.9826 21 20.3348 20.8541 20.5945 20.5945C20.8541 20.3348 21 19.9826 21 19.6154V4.38462C21 4.01739 20.8541 3.66521 20.5945 3.40554C20.3348 3.14588 19.9826 3 19.6154 3ZM19.6154 19.6154H4.38462V4.38462H19.6154V19.6154ZM9.23077 10.6154V16.1538C9.23077 16.3375 9.15783 16.5135 9.028 16.6434C8.89816 16.7732 8.72207 16.8462 8.53846 16.8462C8.35485 16.8462 8.17876 16.7732 8.04893 16.6434C7.91909 16.5135 7.84615 16.3375 7.84615 16.1538V10.6154C7.84615 10.4318 7.91909 10.2557 8.04893 10.1258C8.17876 9.99602 8.35485 9.92308 8.53846 9.92308C8.72207 9.92308 8.89816 9.99602 9.028 10.1258C9.15783 10.2557 9.23077 10.4318 9.23077 10.6154ZM16.8462 13.0385V16.1538C16.8462 16.3375 16.7732 16.5135 16.6434 16.6434C16.5135 16.7732 16.3375 16.8462 16.1538 16.8462C15.9702 16.8462 15.7941 16.7732 15.6643 16.6434C15.5345 16.5135 15.4615 16.3375 15.4615 16.1538V13.0385C15.4615 12.5794 15.2792 12.1392 14.9546 11.8146C14.63 11.49 14.1898 11.3077 13.7308 11.3077C13.2717 11.3077 12.8315 11.49 12.5069 11.8146C12.1823 12.1392 12 12.5794 12 13.0385V16.1538C12 16.3375 11.9271 16.5135 11.7972 16.6434C11.6674 16.7732 11.4913 16.8462 11.3077 16.8462C11.1241 16.8462 10.948 16.7732 10.8182 16.6434C10.6883 16.5135 10.6154 16.3375 10.6154 16.1538V10.6154C10.6162 10.4458 10.6793 10.2824 10.7926 10.1563C10.9059 10.0301 11.0616 9.94994 11.2301 9.93094C11.3986 9.91194 11.5683 9.95546 11.7068 10.0532C11.8454 10.151 11.9432 10.2962 11.9818 10.4613C12.4502 10.1436 12.9962 9.95951 13.5613 9.92872C14.1264 9.89793 14.6892 10.0216 15.1893 10.2866C15.6893 10.5515 16.1078 10.9477 16.3997 11.4325C16.6916 11.9173 16.846 12.4725 16.8462 13.0385ZM9.57692 8.19231C9.57692 8.3977 9.51602 8.59847 9.40191 8.76925C9.2878 8.94002 9.12562 9.07312 8.93586 9.15172C8.74611 9.23032 8.53731 9.25089 8.33587 9.21082C8.13443 9.17075 7.94939 9.07184 7.80416 8.92661C7.65893 8.78138 7.56002 8.59634 7.51995 8.3949C7.47988 8.19346 7.50045 7.98466 7.57905 7.79491C7.65765 7.60515 7.79075 7.44297 7.96152 7.32886C8.1323 7.21475 8.33307 7.15385 8.53846 7.15385C8.81388 7.15385 9.07802 7.26326 9.27277 7.458C9.46751 7.65275 9.57692 7.91689 9.57692 8.19231Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("list",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M7.5 6.43359C7.5 6.23468 7.57902 6.04392 7.71967 5.90326C7.86032 5.76261 8.05109 5.68359 8.25 5.68359H20.25C20.4489 5.68359 20.6397 5.76261 20.7803 5.90326C20.921 6.04392 21 6.23468 21 6.43359C21 6.63251 20.921 6.82327 20.7803 6.96392C20.6397 7.10458 20.4489 7.18359 20.25 7.18359H8.25C8.05109 7.18359 7.86032 7.10458 7.71967 6.96392C7.57902 6.82327 7.5 6.63251 7.5 6.43359ZM20.25 11.6836H8.25C8.05109 11.6836 7.86032 11.7626 7.71967 11.9033C7.57902 12.0439 7.5 12.2347 7.5 12.4336C7.5 12.6325 7.57902 12.8233 7.71967 12.9639C7.86032 13.1046 8.05109 13.1836 8.25 13.1836H20.25C20.4489 13.1836 20.6397 13.1046 20.7803 12.9639C20.921 12.8233 21 12.6325 21 12.4336C21 12.2347 20.921 12.0439 20.7803 11.9033C20.6397 11.7626 20.4489 11.6836 20.25 11.6836ZM20.25 17.6836H8.25C8.05109 17.6836 7.86032 17.7626 7.71967 17.9033C7.57902 18.0439 7.5 18.2347 7.5 18.4336C7.5 18.6325 7.57902 18.8233 7.71967 18.9639C7.86032 19.1046 8.05109 19.1836 8.25 19.1836H20.25C20.4489 19.1836 20.6397 19.1046 20.7803 18.9639C20.921 18.8233 21 18.6325 21 18.4336C21 18.2347 20.921 18.0439 20.7803 17.9033C20.6397 17.7626 20.4489 17.6836 20.25 17.6836ZM4.125 5.30859C3.9025 5.30859 3.68499 5.37457 3.49998 5.49819C3.31498 5.62181 3.17078 5.79751 3.08564 6.00307C3.00049 6.20864 2.97821 6.43484 3.02162 6.65307C3.06503 6.8713 3.17217 7.07175 3.32951 7.22909C3.48684 7.38642 3.6873 7.49357 3.90552 7.53698C4.12375 7.58039 4.34995 7.55811 4.55552 7.47296C4.76109 7.38781 4.93679 7.24362 5.0604 7.05861C5.18402 6.8736 5.25 6.6561 5.25 6.43359C5.25 6.13523 5.13147 5.84908 4.9205 5.6381C4.70952 5.42712 4.42337 5.30859 4.125 5.30859ZM4.125 11.3086C3.9025 11.3086 3.68499 11.3746 3.49998 11.4982C3.31498 11.6218 3.17078 11.7975 3.08564 12.0031C3.00049 12.2086 2.97821 12.4348 3.02162 12.6531C3.06503 12.8713 3.17217 13.0718 3.32951 13.2291C3.48684 13.3864 3.6873 13.4936 3.90552 13.537C4.12375 13.5804 4.34995 13.5581 4.55552 13.473C4.76109 13.3878 4.93679 13.2436 5.0604 13.0586C5.18402 12.8736 5.25 12.6561 5.25 12.4336C5.25 12.1352 5.13147 11.8491 4.9205 11.6381C4.70952 11.4271 4.42337 11.3086 4.125 11.3086ZM4.125 17.3086C3.9025 17.3086 3.68499 17.3746 3.49998 17.4982C3.31498 17.6218 3.17078 17.7975 3.08564 18.0031C3.00049 18.2086 2.97821 18.4348 3.02162 18.6531C3.06503 18.8713 3.17217 19.0718 3.32951 19.2291C3.48684 19.3864 3.6873 19.4936 3.90552 19.537C4.12375 19.5804 4.34995 19.5581 4.55552 19.473C4.76109 19.3878 4.93679 19.2436 5.0604 19.0586C5.18402 18.8736 5.25 18.6561 5.25 18.4336C5.25 18.1352 5.13147 17.8491 4.9205 17.6381C4.70952 17.4271 4.42337 17.3086 4.125 17.3086Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import{x as g}from"../../../../assets/index-chunk2.js";import{a as Q}from"../../icon-registry.js";Q("loading-spinner-gif",g`
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
>
|
|
10
|
+
<rect x="3" y="3" width="18" height="18" fill="currentColor" />
|
|
11
|
+
<defs>
|
|
12
|
+
<pattern id="pattern0_105_5676" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
13
|
+
<use xlink:href="#image0_105_5676" transform="scale(0.005)" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<image
|
|
16
|
+
id="image0_105_5676"
|
|
17
|
+
width="200"
|
|
18
|
+
height="200"
|
|
19
|
+
preserveAspectRatio="none"
|
|
20
|
+
xlink:href="data:image/png;base64,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"
|
|
21
|
+
/>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
24
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("loading",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M21.3601 11.64C21.3601 14.1224 20.3739 16.5032 18.6186 18.2585C16.8633 20.0139 14.4825 21 12.0001 21C9.51769 21 7.13695 20.0139 5.38161 18.2585C3.62627 16.5032 2.64014 14.1224 2.64014 11.64C2.64014 7.95003 4.78303 4.58764 8.09952 3.06575C8.18545 3.02627 8.2783 3.00411 8.37279 3.00052C8.46728 2.99693 8.56155 3.01199 8.65022 3.04483C8.73889 3.07768 8.82023 3.12766 8.88958 3.19194C8.95893 3.25622 9.01494 3.33352 9.05442 3.41945C9.09389 3.50537 9.11606 3.59823 9.11965 3.69272C9.12324 3.78721 9.10818 3.88148 9.07534 3.97015C9.04249 4.05882 8.9925 4.14015 8.92823 4.2095C8.86395 4.27886 8.78664 4.33487 8.70072 4.37434C5.89363 5.66314 4.08013 8.51433 4.08013 11.64C4.08013 13.7405 4.91456 15.755 6.39984 17.2403C7.88513 18.7256 9.8996 19.56 12.0001 19.56C14.1006 19.56 16.1151 18.7256 17.6004 17.2403C19.0857 15.755 19.9201 13.7405 19.9201 11.64C19.9201 8.51433 18.1066 5.66314 15.2995 4.37434C15.126 4.29462 14.9912 4.14923 14.9249 3.97015C14.8586 3.79107 14.8661 3.59298 14.9458 3.41945C15.0255 3.24592 15.1709 3.11116 15.35 3.04483C15.5291 2.9785 15.7272 2.98602 15.9007 3.06575C19.2172 4.58764 21.3601 7.95003 21.3601 11.64Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("lock",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.501 8.66667H16.501V6.44444C16.501 5.2657 16.0269 4.13524 15.183 3.30175C14.339 2.46825 13.1945 2 12.001 2C10.8075 2 9.66291 2.46825 8.819 3.30175C7.97508 4.13524 7.50098 5.2657 7.50098 6.44444V8.66667H4.50098C4.10315 8.66667 3.72162 8.82275 3.44032 9.10058C3.15901 9.37841 3.00098 9.75523 3.00098 10.1481V20.5185C3.00098 20.9114 3.15901 21.2883 3.44032 21.5661C3.72162 21.8439 4.10315 22 4.50098 22H19.501C19.8988 22 20.2803 21.8439 20.5616 21.5661C20.8429 21.2883 21.001 20.9114 21.001 20.5185V10.1481C21.001 9.75523 20.8429 9.37841 20.5616 9.10058C20.2803 8.82275 19.8988 8.66667 19.501 8.66667ZM9.00098 6.44444C9.00098 5.65862 9.31705 4.90498 9.87966 4.34931C10.4423 3.79365 11.2053 3.48148 12.001 3.48148C12.7966 3.48148 13.5597 3.79365 14.1223 4.34931C14.6849 4.90498 15.001 5.65862 15.001 6.44444V8.66667H9.00098V6.44444ZM19.501 20.5185H4.50098V10.1481H19.501V20.5185Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as H}from"../../icon-registry.js";H("magic-wand",C`
|
|
2
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M4.33392 7.16657C4.33392 6.98977 4.40415 6.8202 4.52917 6.69519C4.65419 6.57017 4.82376 6.49993 5.00056 6.49993H6.33385V5.16664C6.33385 4.98984 6.40408 4.82028 6.5291 4.69526C6.65412 4.57024 6.82369 4.5 7.00049 4.5C7.1773 4.5 7.34686 4.57024 7.47188 4.69526C7.5969 4.82028 7.66713 4.98984 7.66713 5.16664V6.49993H9.00042C9.17723 6.49993 9.34679 6.57017 9.47181 6.69519C9.59683 6.8202 9.66706 6.98977 9.66706 7.16657C9.66706 7.34338 9.59683 7.51294 9.47181 7.63796C9.34679 7.76298 9.17723 7.83322 9.00042 7.83322H7.66713V9.1665C7.66713 9.34331 7.5969 9.51287 7.47188 9.63789C7.34686 9.76291 7.1773 9.83315 7.00049 9.83315C6.82369 9.83315 6.65412 9.76291 6.5291 9.63789C6.40408 9.51287 6.33385 9.34331 6.33385 9.1665V7.83322H5.00056C4.82376 7.83322 4.65419 7.76298 4.52917 7.63796C4.40415 7.51294 4.33392 7.34338 4.33392 7.16657ZM15.6669 17.8329H15.0002V17.1662C15.0002 16.9894 14.93 16.8199 14.805 16.6948C14.6799 16.5698 14.5104 16.4996 14.3336 16.4996C14.1568 16.4996 13.9872 16.5698 13.8622 16.6948C13.7372 16.8199 13.6669 16.9894 13.6669 17.1662V17.8329H13.0003C12.8235 17.8329 12.6539 17.9031 12.5289 18.0281C12.4039 18.1531 12.3336 18.3227 12.3336 18.4995C12.3336 18.6763 12.4039 18.8459 12.5289 18.9709C12.6539 19.0959 12.8235 19.1662 13.0003 19.1662H13.6669V19.8328C13.6669 20.0096 13.7372 20.1792 13.8622 20.3042C13.9872 20.4292 14.1568 20.4994 14.3336 20.4994C14.5104 20.4994 14.6799 20.4292 14.805 20.3042C14.93 20.1792 15.0002 20.0096 15.0002 19.8328V19.1662H15.6669C15.8437 19.1662 16.0132 19.0959 16.1382 18.9709C16.2633 18.8459 16.3335 18.6763 16.3335 18.4995C16.3335 18.3227 16.2633 18.1531 16.1382 18.0281C16.0132 17.9031 15.8437 17.8329 15.6669 17.8329ZM20.3334 13.833H19.0001V12.4997C19.0001 12.3229 18.9298 12.1534 18.8048 12.0283C18.6798 11.9033 18.5102 11.8331 18.3334 11.8331C18.1566 11.8331 17.9871 11.9033 17.862 12.0283C17.737 12.1534 17.6668 12.3229 17.6668 12.4997V13.833H16.3335C16.1567 13.833 15.9871 13.9032 15.8621 14.0283C15.7371 14.1533 15.6669 14.3228 15.6669 14.4996C15.6669 14.6765 15.7371 14.846 15.8621 14.971C15.9871 15.0961 16.1567 15.1663 16.3335 15.1663H17.6668V16.4996C17.6668 16.6764 17.737 16.8459 17.862 16.971C17.9871 17.096 18.1566 17.1662 18.3334 17.1662C18.5102 17.1662 18.6798 17.096 18.8048 16.971C18.9298 16.8459 19.0001 16.6764 19.0001 16.4996V15.1663H20.3334C20.5102 15.1663 20.6797 15.0961 20.8047 14.971C20.9298 14.846 21 14.6765 21 14.4996C21 14.3228 20.9298 14.1533 20.8047 14.0283C20.6797 13.9032 20.5102 13.833 20.3334 13.833ZM18.6093 8.49986L7.00049 20.1086C6.75048 20.3585 6.41148 20.4988 6.05802 20.4988C5.70457 20.4988 5.36557 20.3585 5.11556 20.1086L3.39062 18.3853C3.26678 18.2615 3.16854 18.1145 3.10152 17.9528C3.0345 17.791 3 17.6176 3 17.4425C3 17.2673 3.0345 17.0939 3.10152 16.9322C3.16854 16.7704 3.26678 16.6234 3.39062 16.4996L15.0002 4.89082C15.124 4.76698 15.271 4.66874 15.4328 4.60172C15.5946 4.5347 15.768 4.5002 15.9431 4.5002C16.1182 4.5002 16.2916 4.5347 16.4534 4.60172C16.6152 4.66874 16.7622 4.76698 16.886 4.89082L18.6093 6.61409C18.7331 6.7379 18.8313 6.8849 18.8983 7.04668C18.9654 7.20846 18.9999 7.38186 18.9999 7.55698C18.9999 7.73209 18.9654 7.90549 18.8983 8.06727C18.8313 8.22905 18.7331 8.37605 18.6093 8.49986ZM14.0569 11.1664L12.3336 9.44233L4.33392 17.442L6.05719 19.1662L14.0569 11.1664ZM17.6668 7.55739L15.9427 5.83329L13.2761 8.49986L15.0002 10.224L17.6668 7.55739Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as L}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("mail-open",L`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.6919 9.28562L12.3842 3.6191C12.2705 3.54144 12.1368 3.5 12 3.5C11.8632 3.5 11.7295 3.54144 11.6158 3.6191L3.30808 9.28562C3.21324 9.35035 3.1355 9.43805 3.08175 9.54092C3.02801 9.64379 2.99993 9.75864 3 9.87529V19.0834C3 19.4591 3.14588 19.8194 3.40554 20.0851C3.66521 20.3507 4.01739 20.5 4.38462 20.5H19.6154C19.9826 20.5 20.3348 20.3507 20.5945 20.0851C20.8541 19.8194 21 19.4591 21 19.0834V9.87529C21.0001 9.75864 20.972 9.64379 20.9182 9.54092C20.8645 9.43805 20.7868 9.35035 20.6919 9.28562ZM9.29308 14.8335L4.38462 18.3751V11.2503L9.29308 14.8335ZM10.7097 15.5418H13.2903L18.191 19.0834H5.80904L10.7097 15.5418ZM14.7069 14.8335L19.6154 11.2503V18.3751L14.7069 14.8335ZM12 5.05964L19.0884 9.89477L13.2903 14.1252H10.7114L4.91337 9.89477L12 5.05964Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("mail",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.3077 5H3.69231C3.5087 5 3.33261 5.07375 3.20277 5.20503C3.07294 5.3363 3 5.51435 3 5.7V17.6C3 17.9713 3.14588 18.3274 3.40554 18.5899C3.66521 18.8525 4.01739 19 4.38462 19H19.6154C19.9826 19 20.3348 18.8525 20.5945 18.5899C20.8541 18.3274 21 17.9713 21 17.6V5.7C21 5.51435 20.9271 5.3363 20.7972 5.20503C20.6674 5.07375 20.4913 5 20.3077 5ZM12 12.4506L5.4724 6.4H18.5276L12 12.4506ZM9.46529 12L4.38462 16.7084V7.29163L9.46529 12ZM10.4899 12.9494L11.5284 13.9162C11.6561 14.0348 11.8232 14.1006 11.9965 14.1006C12.1699 14.1006 12.337 14.0348 12.4647 13.9162L13.5032 12.9494L18.5224 17.6H5.4724L10.4899 12.9494ZM14.5347 12L19.6154 7.29075V16.7093L14.5347 12Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as H}from"../../icon-registry.js";H("mailbox",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M9.85714 14.5C9.85714 14.6895 9.78189 14.8712 9.64793 15.0051C9.51398 15.1391 9.3323 15.2143 9.14286 15.2143H5.57143C5.38199 15.2143 5.20031 15.1391 5.06635 15.0051C4.9324 14.8712 4.85714 14.6895 4.85714 14.5C4.85714 14.3106 4.9324 14.1289 5.06635 13.995C5.20031 13.861 5.38199 13.7857 5.57143 13.7857H9.14286C9.3323 13.7857 9.51398 13.861 9.64793 13.995C9.78189 14.1289 9.85714 14.3106 9.85714 14.5ZM22 11.2857V16.6429C22 17.0218 21.8495 17.3851 21.5816 17.653C21.3137 17.921 20.9503 18.0715 20.5714 18.0715H12.7143V20.9286C12.7143 21.118 12.639 21.2997 12.5051 21.4337C12.3711 21.5676 12.1894 21.6429 12 21.6429C11.8106 21.6429 11.6289 21.5676 11.4949 21.4337C11.361 21.2997 11.2857 21.118 11.2857 20.9286V18.0715H3.42857C3.04969 18.0715 2.68633 17.921 2.41842 17.653C2.15051 17.3851 2 17.0218 2 16.6429V11.2857C2.00165 9.86545 2.5666 8.50381 3.5709 7.4995C4.5752 6.4952 5.93685 5.93026 7.35714 5.92861H14.1429V3.07146C14.1429 2.88202 14.2181 2.70034 14.3521 2.56639C14.486 2.43243 14.6677 2.35718 14.8571 2.35718H17.7143C17.9037 2.35718 18.0854 2.43243 18.2194 2.56639C18.3533 2.70034 18.4286 2.88202 18.4286 3.07146C18.4286 3.2609 18.3533 3.44259 18.2194 3.57654C18.0854 3.71049 17.9037 3.78575 17.7143 3.78575H15.5714V5.92861H16.6429C18.0632 5.93026 19.4248 6.4952 20.4291 7.4995C21.4334 8.50381 21.9983 9.86545 22 11.2857ZM11.2857 16.6429V11.2857C11.2857 10.2438 10.8718 9.24458 10.1351 8.50783C9.39831 7.77108 8.39907 7.35718 7.35714 7.35718C6.31522 7.35718 5.31597 7.77108 4.57922 8.50783C3.84247 9.24458 3.42857 10.2438 3.42857 11.2857V16.6429H11.2857ZM20.5714 11.2857C20.5702 10.2442 20.156 9.24563 19.4195 8.50913C18.683 7.77264 17.6844 7.35836 16.6429 7.35718H15.5714V13.7857C15.5714 13.9752 15.4962 14.1569 15.3622 14.2908C15.2283 14.4248 15.0466 14.5 14.8571 14.5C14.6677 14.5 14.486 14.4248 14.3521 14.2908C14.2181 14.1569 14.1429 13.9752 14.1429 13.7857V7.35718H10.9955C11.5377 7.85786 11.9704 8.4654 12.2662 9.14153C12.562 9.81767 12.7146 10.5477 12.7143 11.2857V16.6429H20.5714V11.2857Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as L}from"../../icon-registry.js";L("map",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M20.7335 5.06639C20.6505 5.00028 20.554 4.95436 20.4511 4.93211C20.3483 4.90987 20.2418 4.91188 20.1398 4.93801L14.8497 6.29092L9.54058 3.57447C9.39265 3.49898 9.22321 3.48014 9.06288 3.52135L3.52442 4.93801C3.37465 4.97631 3.24169 5.06474 3.14667 5.18923C3.05165 5.31372 3.00002 5.46713 3 5.62509V18.375C3.00002 18.4826 3.02401 18.5889 3.07015 18.6856C3.11629 18.7823 3.18336 18.867 3.26628 18.9332C3.34921 18.9995 3.44579 19.0455 3.5487 19.0678C3.65161 19.0902 3.75813 19.0882 3.86019 19.0621L9.15029 17.7092L14.4594 20.4256C14.5558 20.4742 14.6618 20.4997 14.7692 20.5C14.8258 20.5 14.8822 20.4928 14.9371 20.4787L20.4756 19.0621C20.6254 19.0238 20.7583 18.9354 20.8533 18.8109C20.9484 18.6864 21 18.533 21 18.375V5.62509C21 5.51735 20.976 5.41104 20.9298 5.31422C20.8837 5.21741 20.8165 5.13265 20.7335 5.06639ZM9.92308 5.35415L14.0769 7.47914V18.6459L9.92308 16.521V5.35415ZM4.38462 6.17847L8.53846 5.11597V16.405L4.38462 17.4675V6.17847ZM19.6154 17.8216L15.4615 18.8841V7.59513L19.6154 6.53263V17.8216Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("menu-hamburger",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M21 11.8025C21 12.0014 20.921 12.1922 20.7803 12.3328C20.6397 12.4735 20.4489 12.5525 20.25 12.5525H3.75C3.55109 12.5525 3.36032 12.4735 3.21967 12.3328C3.07902 12.1922 3 12.0014 3 11.8025C3 11.6036 3.07902 11.4128 3.21967 11.2722C3.36032 11.1315 3.55109 11.0525 3.75 11.0525H20.25C20.4489 11.0525 20.6397 11.1315 20.7803 11.2722C20.921 11.4128 21 11.6036 21 11.8025ZM3.75 6.55249H20.25C20.4489 6.55249 20.6397 6.47347 20.7803 6.33282C20.921 6.19217 21 6.0014 21 5.80249C21 5.60358 20.921 5.41281 20.7803 5.27216C20.6397 5.13151 20.4489 5.05249 20.25 5.05249H3.75C3.55109 5.05249 3.36032 5.13151 3.21967 5.27216C3.07902 5.41281 3 5.60358 3 5.80249C3 6.0014 3.07902 6.19217 3.21967 6.33282C3.36032 6.47347 3.55109 6.55249 3.75 6.55249ZM20.25 17.0525H3.75C3.55109 17.0525 3.36032 17.1315 3.21967 17.2722C3.07902 17.4128 3 17.6036 3 17.8025C3 18.0014 3.07902 18.1922 3.21967 18.3328C3.36032 18.4735 3.55109 18.5525 3.75 18.5525H20.25C20.4489 18.5525 20.6397 18.4735 20.7803 18.3328C20.921 18.1922 21 18.0014 21 17.8025C21 17.6036 20.921 17.4128 20.7803 17.2722C20.6397 17.1315 20.4489 17.0525 20.25 17.0525Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as V}from"../../icon-registry.js";V("microsoft-excel-logo",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M18.9232 3H7.84623C7.47901 3 7.12682 3.14588 6.86716 3.40554C6.60749 3.66521 6.46161 4.01739 6.46161 4.38462V6.46154H5.077C4.70978 6.46154 4.35759 6.60742 4.09793 6.86708C3.83826 7.12675 3.69238 7.47893 3.69238 7.84615V16.1538C3.69238 16.5211 3.83826 16.8733 4.09793 17.1329C4.35759 17.3926 4.70978 17.5385 5.077 17.5385H6.46161V19.6154C6.46161 19.9826 6.60749 20.3348 6.86716 20.5945C7.12682 20.8541 7.47901 21 7.84623 21H18.9232C19.2904 21 19.6426 20.8541 19.9022 20.5945C20.1619 20.3348 20.3078 19.9826 20.3078 19.6154V4.38462C20.3078 4.01739 20.1619 3.66521 19.9022 3.40554C19.6426 3.14588 19.2904 3 18.9232 3ZM15.4616 9.92308H18.9232V14.0769H15.4616V9.92308ZM18.9232 8.53846H15.4616V7.84615C15.4616 7.47893 15.3157 7.12675 15.0561 6.86708C14.7964 6.60742 14.4442 6.46154 14.077 6.46154V4.38462H18.9232V8.53846ZM7.84623 4.38462H12.6924V6.46154H7.84623V4.38462ZM5.077 7.84615H14.077V14.7545C14.077 14.7597 14.077 14.764 14.077 14.7692C14.077 14.7744 14.077 14.7788 14.077 14.7839V16.1538H5.077V7.84615ZM7.84623 17.5385H12.6924V19.6154H7.84623V17.5385ZM14.077 19.6154V17.5385C14.4442 17.5385 14.7964 17.3926 15.0561 17.1329C15.3157 16.8733 15.4616 16.5211 15.4616 16.1538V15.4615H18.9232V19.6154H14.077ZM7.31402 13.6338L8.67613 12L7.31402 10.3662C7.19651 10.225 7.13988 10.043 7.1566 9.86005C7.17331 9.67715 7.262 9.50838 7.40315 9.39087C7.5443 9.27335 7.72635 9.21673 7.90926 9.23344C8.09216 9.25016 8.26093 9.33885 8.37844 9.48L9.577 10.9183L10.7756 9.48C10.8337 9.41011 10.9051 9.35236 10.9856 9.31006C11.0661 9.26776 11.1542 9.24172 11.2447 9.23344C11.3353 9.22517 11.4266 9.23481 11.5134 9.26182C11.6003 9.28883 11.681 9.33268 11.7508 9.39087C11.8207 9.44905 11.8785 9.52043 11.9208 9.60094C11.9631 9.68144 11.9891 9.76949 11.9974 9.86005C12.0057 9.95061 11.996 10.0419 11.969 10.1288C11.942 10.2156 11.8982 10.2963 11.84 10.3662L10.4779 12L11.84 13.6338C11.9575 13.775 12.0141 13.957 11.9974 14.14C11.9807 14.3229 11.892 14.4916 11.7508 14.6091C11.6097 14.7266 11.4276 14.7833 11.2447 14.7666C11.0618 14.7498 10.8931 14.6612 10.7756 14.52L9.577 13.0817L8.37844 14.52C8.26093 14.6612 8.09216 14.7498 7.90926 14.7666C7.72635 14.7833 7.5443 14.7266 7.40315 14.6091C7.262 14.4916 7.17331 14.3229 7.1566 14.14C7.13988 13.957 7.19651 13.775 7.31402 13.6338Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("microsoft-outlook-logo",C`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M11.3077 12.3077C11.3077 11.76 11.1453 11.2246 10.841 10.7692C10.5367 10.3138 10.1042 9.95885 9.5982 9.74926C9.09219 9.53966 8.53539 9.48482 7.99821 9.59167C7.46103 9.69852 6.9676 9.96227 6.58032 10.3496C6.19304 10.7368 5.92929 11.2303 5.82244 11.7674C5.71559 12.3046 5.77043 12.8614 5.98003 13.3674C6.18962 13.8734 6.54456 14.3059 6.99996 14.6102C7.45536 14.9145 7.99076 15.0769 8.53846 15.0769C9.27291 15.0769 9.97727 14.7852 10.4966 14.2658C11.0159 13.7465 11.3077 13.0421 11.3077 12.3077ZM7.15385 12.3077C7.15385 12.0338 7.23505 11.7661 7.3872 11.5384C7.53934 11.3107 7.75559 11.1333 8.00859 11.0285C8.2616 10.9237 8.54 10.8963 8.80859 10.9497C9.07718 11.0031 9.32389 11.135 9.51753 11.3286C9.71117 11.5223 9.84305 11.769 9.89647 12.0376C9.9499 12.3062 9.92248 12.5846 9.81768 12.8376C9.71288 13.0906 9.53541 13.3068 9.30771 13.459C9.08001 13.6111 8.81231 13.6923 8.53846 13.6923C8.17124 13.6923 7.81906 13.5464 7.55939 13.2868C7.29973 13.0271 7.15385 12.6749 7.15385 12.3077ZM20.3077 10.2308H18.9231V4.69231C18.9231 4.5087 18.8501 4.33261 18.7203 4.20277C18.5905 4.07294 18.4144 4 18.2308 4H9.92308C9.73947 4 9.56337 4.07294 9.43354 4.20277C9.30371 4.33261 9.23077 4.5087 9.23077 4.69231V6.76923H4.38462C4.01739 6.76923 3.66521 6.91511 3.40554 7.17478C3.14588 7.43444 3 7.78662 3 8.15385V16.4615C3 16.8288 3.14588 17.1809 3.40554 17.4406C3.66521 17.7003 4.01739 17.8462 4.38462 17.8462H7.15385V19.2308C7.15385 19.598 7.29973 19.9502 7.55939 20.2098C7.81906 20.4695 8.17124 20.6154 8.53846 20.6154H19.6154C19.9826 20.6154 20.3348 20.4695 20.5945 20.2098C20.8541 19.9502 21 19.598 21 19.2308V10.9231C21 10.7395 20.9271 10.5634 20.7972 10.4335C20.6674 10.3037 20.4913 10.2308 20.3077 10.2308ZM15.259 15.4231L19.6154 12.2774V18.5688L15.259 15.4231ZM10.6154 5.38462H17.5385V12.0688L14.0769 14.5689V8.15385C14.0769 7.78662 13.931 7.43444 13.6714 7.17478C13.4117 6.91511 13.0595 6.76923 12.6923 6.76923H10.6154V5.38462ZM4.38462 8.15385H12.6923V14.8952C12.6923 14.9056 12.6923 14.916 12.6923 14.9263V16.4615H4.38462V8.15385ZM8.53846 17.8462H12.6923C13.0595 17.8462 13.4117 17.7003 13.6714 17.4406C13.931 17.1809 14.0769 16.8288 14.0769 16.4615V16.2772L18.1667 19.2308H8.53846V17.8462Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|