@ncino/web-components 2.2.0-preview.5 → 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 +20 -10
- package/dist/components/table/index.js +1 -1
- package/dist/components/table/table.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/dist/types/components/table/gator/table.gator.d.ts +4 -1
- package/dist/types/components/table/gator/table.gator.test.d.ts +0 -0
- package/dist/types/components/table/table.d.ts +3 -2
- package/package.json +1 -1
- package/web-types.json +25 -5
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as L}from"../../icon-registry.js";L("cursor",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.5414 12.4149L19.6216 10.8485L19.6508 10.837C19.912 10.7212 20.132 10.5292 20.2821 10.2861C20.4321 10.043 20.5052 9.76027 20.4917 9.47493C20.4782 9.18959 20.3787 8.915 20.2064 8.68718C20.0341 8.45936 19.7969 8.28896 19.526 8.19834L5.3516 3.57006C5.10357 3.48888 4.8379 3.47802 4.58407 3.53867C4.33025 3.59932 4.09819 3.72912 3.91365 3.91365C3.72912 4.09819 3.59932 4.33025 3.53867 4.58407C3.47802 4.8379 3.48888 5.10357 3.57006 5.3516L8.19834 19.526C8.28557 19.7995 8.45474 20.0397 8.68296 20.2139C8.91118 20.3881 9.18742 20.488 9.47429 20.5H9.54335C9.8185 20.5009 10.0879 20.421 10.3179 20.27C10.5479 20.119 10.7284 19.9037 10.837 19.6508L10.8485 19.6216L12.4149 15.5414L16.9582 20.0847C17.0897 20.2163 17.2459 20.3207 17.4178 20.3919C17.5897 20.4631 17.774 20.4998 17.9601 20.4998C18.1461 20.4998 18.3304 20.4631 18.5023 20.3919C18.6742 20.3207 18.8304 20.2163 18.962 20.0847L20.0847 18.962C20.2163 18.8304 20.3207 18.6742 20.3919 18.5023C20.4631 18.3304 20.4998 18.1461 20.4998 17.9601C20.4998 17.774 20.4631 17.5897 20.3919 17.4178C20.3207 17.2459 20.2163 17.0897 20.0847 16.9582L15.5414 12.4149ZM17.9596 19.0833L13.4163 14.54C13.2531 14.3765 13.0524 14.2553 12.8316 14.1872C12.6108 14.119 12.3767 14.1059 12.1497 14.1489C11.9227 14.192 11.7097 14.2899 11.5292 14.4341C11.3487 14.5784 11.2062 14.7646 11.1142 14.9765C11.1142 14.9863 11.1062 14.996 11.1026 15.0048L9.53981 19.0779L4.91595 4.91595L19.07 9.53804L15.0013 11.1L14.973 11.1115C14.761 11.2035 14.5748 11.346 14.4306 11.5265C14.2863 11.707 14.1884 11.92 14.1454 12.147C14.1023 12.3741 14.1155 12.6082 14.1836 12.8289C14.2518 13.0497 14.3729 13.2505 14.5364 13.4137L19.0833 17.9596L17.9596 19.0833Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import{x as C}from"../../../../assets/index-chunk2.js";import{a as H}from"../../icon-registry.js";H("dashboard",C`
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5789 13.7033H13.8947C13.1113 13.7033 12.4737 13.0823 12.4737 12.3191V4.37284C12.4737 3.60969 13.1113 2.98865 13.8947 2.98865H19.5789C20.3624 2.98865 21 3.60969 21 4.37284V12.3191C21 13.0823 20.3624 13.7033 19.5789 13.7033ZM10.1053 20.5218H4.42105C3.63758 20.5218 3 19.9007 3 19.1375V11.1913C3 10.4281 3.63758 9.80709 4.42105 9.80709H10.1053C10.8887 9.80709 11.5263 10.4281 11.5263 11.1913V19.1375C11.5263 19.9007 10.8887 20.5218 10.1053 20.5218ZM13.8947 3.91145C13.6333 3.91145 13.4211 4.11815 13.4211 4.37284V12.3191C13.4211 12.5738 13.6333 12.7805 13.8947 12.7805H19.5789C19.8404 12.7805 20.0526 12.5738 20.0526 12.3191V4.37284C20.0526 4.11815 19.8404 3.91145 19.5789 3.91145H13.8947ZM4.42105 10.7299C4.15958 10.7299 3.94737 10.9366 3.94737 11.1913V19.1375C3.94737 19.3923 4.15958 19.599 4.42105 19.599H10.1053C10.3667 19.599 10.5789 19.3923 10.5789 19.1375V11.1913C10.5789 10.9366 10.3667 10.7299 10.1053 10.7299H4.42105ZM10.1053 8.37163H4.42105C3.63758 8.37163 3 7.75059 3 6.98743V4.37284C3 3.60969 3.63758 2.98865 4.42105 2.98865H10.1053C10.8887 2.98865 11.5263 3.60969 11.5263 4.37284V6.98743C11.5263 7.75059 10.8887 8.37163 10.1053 8.37163ZM19.5753 20.0604H13.8911C13.1076 20.0604 12.47 19.4393 12.47 18.6762V16.0617C12.47 15.2985 13.1076 14.6774 13.8911 14.6774H19.5753C20.3587 14.6774 20.9963 15.2985 20.9963 16.0617V18.6762C20.9963 19.4393 20.3587 20.0604 19.5753 20.0604ZM4.42105 3.91145C4.15958 3.91145 3.94737 4.11815 3.94737 4.37284V6.98743C3.94737 7.24213 4.15958 7.44884 4.42105 7.44884H10.1053C10.3667 7.44884 10.5789 7.24213 10.5789 6.98743V4.37284C10.5789 4.11815 10.3667 3.91145 10.1053 3.91145H4.42105ZM13.8937 15.6002C13.6322 15.6002 13.42 15.8069 13.42 16.0617V18.6762C13.42 18.9309 13.6322 19.1375 13.8937 19.1375H19.5779C19.8394 19.1375 20.0516 18.9309 20.0516 18.6762V16.0617C20.0516 15.8069 19.8394 15.6002 19.5779 15.6002H13.8937Z" fill="#1F1F1F"/>
|
|
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.54545 3H4.63636C4.20237 3 3.78616 3.1724 3.47928 3.47928C3.1724 3.78616 3 4.20237 3 4.63636V7.36364C3 7.79763 3.1724 8.21384 3.47928 8.52072C3.78616 8.8276 4.20237 9 4.63636 9H9.54545C9.97945 9 10.3957 8.8276 10.7025 8.52072C11.0094 8.21384 11.1818 7.79763 11.1818 7.36364V4.63636C11.1818 4.20237 11.0094 3.78616 10.7025 3.47928C10.3957 3.1724 9.97945 3 9.54545 3ZM9.54545 7.36364H4.63636V4.63636H9.54545V7.36364ZM19.3636 3H14.4545C14.0206 3 13.6043 3.1724 13.2975 3.47928C12.9906 3.78616 12.8182 4.20237 12.8182 4.63636V11.7273C12.8182 12.1613 12.9906 12.5775 13.2975 12.8844C13.6043 13.1912 14.0206 13.3636 14.4545 13.3636H19.3636C19.7976 13.3636 20.2138 13.1912 20.5207 12.8844C20.8276 12.5775 21 12.1613 21 11.7273V4.63636C21 4.20237 20.8276 3.78616 20.5207 3.47928C20.2138 3.1724 19.7976 3 19.3636 3ZM19.3636 11.7273H14.4545V4.63636H19.3636V11.7273ZM9.54545 10.6364H4.63636C4.20237 10.6364 3.78616 10.8088 3.47928 11.1156C3.1724 11.4225 3 11.8387 3 12.2727V19.3636C3 19.7976 3.1724 20.2138 3.47928 20.5207C3.78616 20.8276 4.20237 21 4.63636 21H9.54545C9.97945 21 10.3957 20.8276 10.7025 20.5207C11.0094 20.2138 11.1818 19.7976 11.1818 19.3636V12.2727C11.1818 11.8387 11.0094 11.4225 10.7025 11.1156C10.3957 10.8088 9.97945 10.6364 9.54545 10.6364ZM9.54545 19.3636H4.63636V12.2727H9.54545V19.3636ZM19.3636 15H14.4545C14.0206 15 13.6043 15.1724 13.2975 15.4793C12.9906 15.7862 12.8182 16.2024 12.8182 16.6364V19.3636C12.8182 19.7976 12.9906 20.2138 13.2975 20.5207C13.6043 20.8276 14.0206 21 14.4545 21H19.3636C19.7976 21 20.2138 20.8276 20.5207 20.5207C20.8276 20.2138 21 19.7976 21 19.3636V16.6364C21 16.2024 20.8276 15.7862 20.5207 15.4793C20.2138 15.1724 19.7976 15 19.3636 15ZM19.3636 19.3636H14.4545V16.6364H19.3636V19.3636Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
10
7
|
</svg>
|
|
11
8
|
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as L}from"../../icon-registry.js";L("delete",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="M20.5714 4.5H7.40463C7.15805 4.50071 6.91582 4.56491 6.70127 4.68642C6.48671 4.80793 6.30707 4.98265 6.17964 5.19374L2.10201 11.9892C2.03526 12.1003 2 12.2275 2 12.3571C2 12.4867 2.03526 12.6138 2.10201 12.7249L6.17964 19.5204C6.30707 19.7315 6.48671 19.9062 6.70127 20.0277C6.91582 20.1492 7.15805 20.2134 7.40463 20.2141H20.5714C20.9503 20.2141 21.3137 20.0636 21.5816 19.7957C21.8495 19.5278 22 19.1644 22 18.7856V5.92856C22 5.54968 21.8495 5.18632 21.5816 4.91841C21.3137 4.65051 20.9503 4.5 20.5714 4.5ZM20.5714 18.7856H7.40463L3.54753 12.3571L7.40463 5.92856H20.5714V18.7856ZM10.7805 13.9945L12.4189 12.3571L10.7805 10.7196C10.6465 10.5855 10.5712 10.4038 10.5712 10.2142C10.5712 10.0247 10.6465 9.8429 10.7805 9.70887C10.9145 9.57484 11.0963 9.49955 11.2858 9.49955C11.4754 9.49955 11.6572 9.57484 11.7912 9.70887L13.4287 11.3472L15.0661 9.70887C15.1325 9.64251 15.2113 9.58986 15.298 9.55395C15.3847 9.51803 15.4776 9.49955 15.5715 9.49955C15.6654 9.49955 15.7583 9.51803 15.845 9.55395C15.9317 9.58986 16.0105 9.64251 16.0769 9.70887C16.1432 9.77523 16.1959 9.85402 16.2318 9.94073C16.2677 10.0274 16.2862 10.1204 16.2862 10.2142C16.2862 10.3081 16.2677 10.401 16.2318 10.4877C16.1959 10.5744 16.1432 10.6532 16.0769 10.7196L14.4385 12.3571L16.0769 13.9945C16.1432 14.0609 16.1959 14.1397 16.2318 14.2264C16.2677 14.3131 16.2862 14.406 16.2862 14.4999C16.2862 14.5937 16.2677 14.6867 16.2318 14.7734C16.1959 14.8601 16.1432 14.9389 16.0769 15.0052C16.0105 15.0716 15.9317 15.1242 15.845 15.1602C15.7583 15.1961 15.6654 15.2146 15.5715 15.2146C15.4776 15.2146 15.3847 15.1961 15.298 15.1602C15.2113 15.1242 15.1325 15.0716 15.0661 15.0052L13.4287 13.3669L11.7912 15.0052C11.7248 15.0716 11.646 15.1242 11.5593 15.1602C11.4726 15.1961 11.3797 15.2146 11.2858 15.2146C11.192 15.2146 11.099 15.1961 11.0123 15.1602C10.9256 15.1242 10.8468 15.0716 10.7805 15.0052C10.7141 14.9389 10.6615 14.8601 10.6256 14.7734C10.5896 14.6867 10.5712 14.5937 10.5712 14.4999C10.5712 14.406 10.5896 14.3131 10.6256 14.2264C10.6615 14.1397 10.7141 14.0609 10.7805 13.9945Z"
|
|
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("dna",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="M17.7858 18.1473V20.3571C17.7858 20.5276 17.7181 20.6912 17.5975 20.8117C17.477 20.9323 17.3135 21 17.143 21C16.9725 21 16.809 20.9323 16.6884 20.8117C16.5678 20.6912 16.5001 20.5276 16.5001 20.3571V18.1473C16.5033 17.1915 16.2386 16.2539 15.7361 15.4408C15.2336 14.6277 14.5134 13.9716 13.6571 13.5469L9.76778 11.603C8.69745 11.0722 7.79724 10.2521 7.1692 9.23574C6.54115 8.21939 6.21038 7.04742 6.21439 5.85268V3.64286C6.21439 3.47236 6.28212 3.30885 6.40268 3.18829C6.52324 3.06773 6.68675 3 6.85725 3C7.02774 3 7.19126 3.06773 7.31182 3.18829C7.43238 3.30885 7.50011 3.47236 7.50011 3.64286V5.85268C7.49695 6.80852 7.76162 7.74613 8.26412 8.55924C8.76661 9.37234 9.48683 10.0284 10.3431 10.4531L14.2324 12.397C15.3028 12.9278 16.203 13.7479 16.831 14.7643C17.4591 15.7806 17.7898 16.9526 17.7858 18.1473ZM14.5715 17.7857H7.51377C7.54469 17.3478 7.63193 16.9156 7.77332 16.5H13.6161C13.7866 16.5 13.9501 16.4323 14.0707 16.3117C14.1912 16.1912 14.2589 16.0276 14.2589 15.8571C14.2589 15.6866 14.1912 15.5231 14.0707 15.4026C13.9501 15.282 13.7866 15.2143 13.6161 15.2143H8.421C8.74359 14.7479 9.14142 14.3384 9.59823 14.0025C9.6664 13.9525 9.72406 13.8896 9.76792 13.8174C9.81178 13.7451 9.84098 13.6649 9.85385 13.5814C9.86672 13.4979 9.86302 13.4126 9.84294 13.3305C9.82286 13.2484 9.78681 13.1711 9.73685 13.1029C9.68688 13.0347 9.62398 12.9771 9.55172 12.9332C9.47947 12.8894 9.39929 12.8602 9.31576 12.8473C9.23222 12.8344 9.14697 12.8381 9.06487 12.8582C8.98276 12.8783 8.90542 12.9143 8.83725 12.9643C8.02519 13.5629 7.36487 14.3437 6.90935 15.2438C6.45382 16.144 6.21579 17.1385 6.21439 18.1473V20.3571C6.21439 20.5276 6.28212 20.6912 6.40268 20.8117C6.52324 20.9323 6.68675 21 6.85725 21C7.02774 21 7.19126 20.9323 7.31182 20.8117C7.43238 20.6912 7.50011 20.5276 7.50011 20.3571V19.0714H14.5715C14.742 19.0714 14.9055 19.0037 15.0261 18.8831C15.1467 18.7626 15.2144 18.5991 15.2144 18.4286C15.2144 18.2581 15.1467 18.0946 15.0261 17.974C14.9055 17.8534 14.742 17.7857 14.5715 17.7857ZM17.143 3C16.9725 3 16.809 3.06773 16.6884 3.18829C16.5678 3.30885 16.5001 3.47236 16.5001 3.64286V4.92857H9.42868C9.25818 4.92857 9.09467 4.9963 8.97411 5.11686C8.85355 5.23742 8.78582 5.40093 8.78582 5.57143C8.78582 5.74192 8.85355 5.90544 8.97411 6.026C9.09467 6.14656 9.25818 6.21429 9.42868 6.21429H16.4864C16.4555 6.65223 16.3683 7.08436 16.2269 7.5H10.3841C10.2136 7.5 10.0501 7.56773 9.92956 7.68829C9.809 7.80885 9.74127 7.97236 9.74127 8.14286C9.74127 8.31335 9.809 8.47687 9.92956 8.59743C10.0501 8.71798 10.2136 8.78571 10.3841 8.78571H15.5792C15.2566 9.25205 14.8588 9.66155 14.402 9.9975C14.3339 10.0475 14.2764 10.1104 14.2326 10.1826C14.1888 10.2548 14.1597 10.3349 14.1469 10.4184C14.1341 10.5018 14.1379 10.587 14.158 10.669C14.1781 10.751 14.2142 10.8282 14.2642 10.8963C14.3651 11.0338 14.5165 11.1255 14.685 11.1513C14.7685 11.1641 14.8536 11.1604 14.9357 11.1403C15.0177 11.1201 15.0949 11.0841 15.163 11.0341C15.9748 10.4356 16.635 9.65514 17.0905 8.75527C17.546 7.85541 17.7842 6.86126 17.7858 5.85268V3.64286C17.7858 3.47236 17.7181 3.30885 17.5975 3.18829C17.477 3.06773 17.3135 3 17.143 3Z"
|
|
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("document-add",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.413 8.04865L14.5669 3.2025C14.5025 3.13823 14.4262 3.08727 14.3421 3.05252C14.2581 3.01778 14.168 2.99993 14.0771 3H5.76938C5.40216 3 5.04998 3.14588 4.79031 3.40554C4.53064 3.66521 4.38477 4.01739 4.38477 4.38462V19.6154C4.38477 19.9826 4.53064 20.3348 4.79031 20.5945C5.04998 20.8541 5.40216 21 5.76938 21H18.2309C18.5981 21 18.9503 20.8541 19.21 20.5945C19.4697 20.3348 19.6155 19.9826 19.6155 19.6154V8.53846C19.6156 8.44752 19.5978 8.35745 19.563 8.27341C19.5283 8.18937 19.4773 8.113 19.413 8.04865ZM14.7694 5.36337L17.2522 7.84615H14.7694V5.36337ZM18.2309 19.6154H5.76938V4.38462H13.3848V8.53846C13.3848 8.72207 13.4577 8.89816 13.5875 9.028C13.7174 9.15783 13.8935 9.23077 14.0771 9.23077H18.2309V19.6154ZM14.7694 14.0769C14.7694 14.2605 14.6964 14.4366 14.5666 14.5665C14.4368 14.6963 14.2607 14.7692 14.0771 14.7692H12.6925V16.1538C12.6925 16.3375 12.6195 16.5135 12.4897 16.6434C12.3599 16.7732 12.1838 16.8462 12.0002 16.8462C11.8165 16.8462 11.6404 16.7732 11.5106 16.6434C11.3808 16.5135 11.3078 16.3375 11.3078 16.1538V14.7692H9.92323C9.73962 14.7692 9.56352 14.6963 9.43369 14.5665C9.30386 14.4366 9.23092 14.2605 9.23092 14.0769C9.23092 13.8933 9.30386 13.7172 9.43369 13.5874C9.56352 13.4576 9.73962 13.3846 9.92323 13.3846H11.3078V12C11.3078 11.8164 11.3808 11.6403 11.5106 11.5105C11.6404 11.3806 11.8165 11.3077 12.0002 11.3077C12.1838 11.3077 12.3599 11.3806 12.4897 11.5105C12.6195 11.6403 12.6925 11.8164 12.6925 12V13.3846H14.0771C14.2607 13.3846 14.4368 13.4576 14.5666 13.5874C14.6964 13.7172 14.7694 13.8933 14.7694 14.0769Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("document-check",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.413 8.04865L14.5669 3.2025C14.5025 3.13823 14.4262 3.08727 14.3421 3.05252C14.2581 3.01778 14.168 2.99993 14.0771 3H5.76938C5.40216 3 5.04998 3.14588 4.79031 3.40554C4.53064 3.66521 4.38477 4.01739 4.38477 4.38462V19.6154C4.38477 19.9826 4.53064 20.3348 4.79031 20.5945C5.04998 20.8541 5.40216 21 5.76938 21H18.2309C18.5981 21 18.9503 20.8541 19.21 20.5945C19.4697 20.3348 19.6155 19.9826 19.6155 19.6154V8.53846C19.6156 8.44752 19.5978 8.35746 19.563 8.27341C19.5283 8.18937 19.4773 8.113 19.413 8.04865ZM14.7694 5.36337L17.2522 7.84615H14.7694V5.36337ZM18.2309 19.6154H5.76938V4.38462H13.3848V8.53846C13.3848 8.72207 13.4577 8.89816 13.5875 9.028C13.7174 9.15783 13.8935 9.23077 14.0771 9.23077H18.2309V19.6154Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M14.4158 13.031L11.4158 16.031C11.3462 16.1008 11.2634 16.1561 11.1724 16.1938C11.0813 16.2316 10.9837 16.251 10.8852 16.251C10.7866 16.251 10.689 16.2316 10.598 16.1938C10.5069 16.1561 10.4242 16.1008 10.3546 16.031L8.85456 14.531C8.71383 14.3903 8.63477 14.1994 8.63477 14.0004C8.63477 13.8014 8.71383 13.6105 8.85456 13.4698C8.99529 13.3291 9.18616 13.25 9.38518 13.25C9.58421 13.25 9.77508 13.3291 9.91581 13.4698L10.8852 14.4401L13.3546 11.9698C13.4953 11.8291 13.6862 11.75 13.8852 11.75C14.0842 11.75 14.2751 11.8291 14.4158 11.9698C14.5565 12.1105 14.6356 12.3014 14.6356 12.5004C14.6356 12.6994 14.5565 12.8903 14.4158 13.031Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
`);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("document-e-sign",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.2365 13.3548C12.9693 12.5897 12.2396 12.0393 11.3848 12.0393C10.3039 12.0393 9.42398 12.9186 9.42398 13.9995C9.42398 15.0805 10.3045 15.9607 11.3848 15.9607C11.7677 15.9607 12.1353 15.8492 12.4475 15.6476C12.7461 15.4548 13.1473 15.395 13.4267 15.6147C13.707 15.8352 13.7586 16.2475 13.4867 16.4784C12.907 16.9709 12.1655 17.25 11.3848 17.25C9.59227 17.25 8.13477 15.7922 8.13477 13.9995C8.13477 12.2077 9.59232 10.75 11.3848 10.75C13.1772 10.75 14.6348 12.2077 14.6348 13.9995C14.6348 14.3563 14.3461 14.6442 13.9902 14.6442H10.6834C10.3274 14.6442 10.0387 14.3563 10.0387 13.9995C10.0387 13.6434 10.3272 13.3548 10.6834 13.3548H13.2365Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M19.413 8.04865L14.5669 3.2025C14.5025 3.13823 14.4262 3.08727 14.3421 3.05252C14.2581 3.01778 14.168 2.99993 14.0771 3H5.76938C5.40216 3 5.04998 3.14588 4.79031 3.40554C4.53064 3.66521 4.38477 4.01739 4.38477 4.38462V19.6154C4.38477 19.9826 4.53064 20.3348 4.79031 20.5945C5.04998 20.8541 5.40216 21 5.76938 21H18.2309C18.5981 21 18.9503 20.8541 19.21 20.5945C19.4697 20.3348 19.6155 19.9826 19.6155 19.6154V8.53846C19.6156 8.44752 19.5978 8.35746 19.563 8.27341C19.5283 8.18937 19.4773 8.113 19.413 8.04865ZM14.7694 5.36337L17.2522 7.84615H14.7694V5.36337ZM18.2309 19.6154H5.76938V4.38462H13.3848V8.53846C13.3848 8.72207 13.4577 8.89816 13.5875 9.028C13.7174 9.15783 13.8935 9.23077 14.0771 9.23077H18.2309V19.6154Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("document-image",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.413 8.04865L14.5669 3.2025C14.5025 3.13823 14.4262 3.08727 14.3421 3.05252C14.2581 3.01778 14.168 2.99993 14.0771 3H5.76938C5.40216 3 5.04998 3.14588 4.79031 3.40554C4.53064 3.66521 4.38477 4.01739 4.38477 4.38462V19.6154C4.38477 19.9826 4.53064 20.3348 4.79031 20.5945C5.04998 20.8541 5.40216 21 5.76938 21H18.2309C18.5981 21 18.9503 20.8541 19.21 20.5945C19.4697 20.3348 19.6155 19.9826 19.6155 19.6154V8.53846C19.6156 8.44752 19.5978 8.35745 19.563 8.27341C19.5283 8.18937 19.4773 8.113 19.413 8.04865ZM14.7694 5.36337L17.2522 7.84615H14.7694V5.36337ZM18.2309 19.6154H5.76938V4.38462H13.3848V8.53846C13.3848 8.72207 13.4577 8.89816 13.5875 9.028C13.7174 9.15783 13.8935 9.23077 14.0771 9.23077H18.2309V19.6154ZM15.4617 12.6923C15.4617 12.8759 15.3888 13.052 15.2589 13.1818C15.1291 13.3117 14.953 13.3846 14.7694 13.3846H9.23092C9.04731 13.3846 8.87122 13.3117 8.74138 13.1818C8.61155 13.052 8.53861 12.8759 8.53861 12.6923C8.53861 12.5087 8.61155 12.3326 8.74138 12.2028C8.87122 12.0729 9.04731 12 9.23092 12H14.7694C14.953 12 15.1291 12.0729 15.2589 12.2028C15.3888 12.3326 15.4617 12.5087 15.4617 12.6923ZM15.4617 15.4615C15.4617 15.6452 15.3888 15.8212 15.2589 15.9511C15.1291 16.0809 14.953 16.1538 14.7694 16.1538H9.23092C9.04731 16.1538 8.87122 16.0809 8.74138 15.9511C8.61155 15.8212 8.53861 15.6452 8.53861 15.4615C8.53861 15.2779 8.61155 15.1018 8.74138 14.972C8.87122 14.8422 9.04731 14.7692 9.23092 14.7692H14.7694C14.953 14.7692 15.1291 14.8422 15.2589 14.972C15.3888 15.1018 15.4617 15.2779 15.4617 15.4615Z"
|
|
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("document-pdf",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.625 15C20.625 15.1989 20.546 15.3897 20.4053 15.5303C20.2647 15.671 20.0739 15.75 19.875 15.75H17.625V17.25H19.125C19.3239 17.25 19.5147 17.329 19.6553 17.4697C19.796 17.6103 19.875 17.8011 19.875 18C19.875 18.1989 19.796 18.3897 19.6553 18.5303C19.5147 18.671 19.3239 18.75 19.125 18.75H17.625V20.25C17.625 20.4489 17.546 20.6397 17.4053 20.7803C17.2647 20.921 17.0739 21 16.875 21C16.6761 21 16.4853 20.921 16.3447 20.7803C16.204 20.6397 16.125 20.4489 16.125 20.25V15C16.125 14.8011 16.204 14.6103 16.3447 14.4697C16.4853 14.329 16.6761 14.25 16.875 14.25H19.875C20.0739 14.25 20.2647 14.329 20.4053 14.4697C20.546 14.6103 20.625 14.8011 20.625 15ZM8.25 16.875C8.25 17.5712 7.97344 18.2389 7.48116 18.7312C6.98887 19.2234 6.32119 19.5 5.625 19.5H4.875V20.25C4.875 20.4489 4.79598 20.6397 4.65533 20.7803C4.51468 20.921 4.32391 21 4.125 21C3.92609 21 3.73532 20.921 3.59467 20.7803C3.45402 20.6397 3.375 20.4489 3.375 20.25V15C3.375 14.8011 3.45402 14.6103 3.59467 14.4697C3.73532 14.329 3.92609 14.25 4.125 14.25H5.625C6.32119 14.25 6.98887 14.5266 7.48116 15.0188C7.97344 15.5111 8.25 16.1788 8.25 16.875ZM6.75 16.875C6.75 16.5766 6.63147 16.2905 6.4205 16.0795C6.20952 15.8685 5.92337 15.75 5.625 15.75H4.875V18H5.625C5.92337 18 6.20952 17.8815 6.4205 17.6705C6.63147 17.4595 6.75 17.1734 6.75 16.875ZM15 17.625C15 18.5201 14.6444 19.3785 14.0115 20.0115C13.3785 20.6444 12.5201 21 11.625 21H10.125C9.92609 21 9.73532 20.921 9.59467 20.7803C9.45402 20.6397 9.375 20.4489 9.375 20.25V15C9.375 14.8011 9.45402 14.6103 9.59467 14.4697C9.73532 14.329 9.92609 14.25 10.125 14.25H11.625C12.5201 14.25 13.3785 14.6056 14.0115 15.2385C14.6444 15.8715 15 16.7299 15 17.625ZM13.5 17.625C13.5 17.1277 13.3025 16.6508 12.9508 16.2992C12.5992 15.9475 12.1223 15.75 11.625 15.75H10.875V19.5H11.625C12.1223 19.5 12.5992 19.3025 12.9508 18.9508C13.3025 18.5992 13.5 18.1223 13.5 17.625ZM3.375 11.25V4.5C3.375 4.10218 3.53304 3.72064 3.81434 3.43934C4.09564 3.15804 4.47718 3 4.875 3H13.875C13.9735 2.99992 14.0711 3.01926 14.1621 3.0569C14.2532 3.09454 14.3359 3.14975 14.4056 3.21938L19.6556 8.46938C19.7253 8.53908 19.7805 8.62182 19.8181 8.71286C19.8557 8.80391 19.8751 8.90148 19.875 9V11.25C19.875 11.4489 19.796 11.6397 19.6553 11.7803C19.5147 11.921 19.3239 12 19.125 12C18.9261 12 18.7353 11.921 18.5947 11.7803C18.454 11.6397 18.375 11.4489 18.375 11.25V9.75H13.875C13.6761 9.75 13.4853 9.67098 13.3447 9.53033C13.204 9.38968 13.125 9.19891 13.125 9V4.5H4.875V11.25C4.875 11.4489 4.79598 11.6397 4.65533 11.7803C4.51468 11.921 4.32391 12 4.125 12C3.92609 12 3.73532 11.921 3.59467 11.7803C3.45402 11.6397 3.375 11.4489 3.375 11.25ZM14.625 8.25H17.3147L14.625 5.56031V8.25Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("document-sign",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.4125 8.04865L14.5664 3.2025C14.5021 3.13823 14.4257 3.08727 14.3416 3.05252C14.2576 3.01778 14.1675 2.99993 14.0766 3H5.76889C5.40167 3 5.04949 3.14588 4.78982 3.40554C4.53016 3.66521 4.38428 4.01739 4.38428 4.38462V12C4.38428 12.1836 4.45722 12.3597 4.58705 12.4895C4.71688 12.6194 4.89297 12.6923 5.07658 12.6923C5.2602 12.6923 5.43629 12.6194 5.56612 12.4895C5.69595 12.3597 5.76889 12.1836 5.76889 12V4.38462H13.3843V8.53846C13.3843 8.72207 13.4572 8.89816 13.587 9.028C13.7169 9.15783 13.893 9.23077 14.0766 9.23077H18.2304V19.6154H12.1535C11.9699 19.6154 11.7938 19.6883 11.664 19.8182C11.5341 19.948 11.4612 20.1241 11.4612 20.3077C11.4612 20.4913 11.5341 20.6674 11.664 20.7972C11.7938 20.9271 11.9699 21 12.1535 21H18.2304C18.5977 21 18.9498 20.8541 19.2095 20.5945C19.4692 20.3348 19.615 19.9826 19.615 19.6154V8.53846C19.6151 8.44752 19.5973 8.35746 19.5625 8.27341C19.5278 8.18937 19.4768 8.113 19.4125 8.04865ZM14.7689 5.36337L17.2517 7.84615H14.7689V5.36337Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M14.2399 13.5968L11.7877 11.1446C11.7308 11.0876 11.6632 11.0424 11.5887 11.0116C11.5143 10.9807 11.4346 10.9648 11.354 10.9648C11.2734 10.9648 11.1937 10.9807 11.1192 11.0116C11.0448 11.0424 10.9772 11.0876 10.9203 11.1446L4.56382 17.5011C4.50691 17.5581 4.46178 17.6257 4.43101 17.7001C4.40024 17.7745 4.38444 17.8543 4.3845 17.9348V20.387C4.3845 20.5496 4.44909 20.7055 4.56406 20.8204C4.67902 20.9354 4.83495 21 4.99754 21H7.44969C7.53022 21.0001 7.60997 20.9843 7.68439 20.9535C7.75881 20.9227 7.82644 20.8776 7.88341 20.8207L14.2399 14.4642C14.2969 14.4073 14.3421 14.3397 14.3729 14.2653C14.4038 14.1908 14.4197 14.1111 14.4197 14.0305C14.4197 13.95 14.4038 13.8702 14.3729 13.7958C14.3421 13.7213 14.2969 13.6537 14.2399 13.5968ZM7.19605 19.7739H5.61058V18.1885L9.51488 14.2842L11.1003 15.8696L7.19605 19.7739ZM11.967 15.0029L10.3816 13.4175L11.354 12.445L12.9395 14.0305L11.967 15.0029Z"
|
|
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("document-zip",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="M17.25 14.25H15.75C15.5511 14.25 15.3603 14.329 15.2196 14.4697C15.079 14.6103 15 14.8011 15 15V20.25C15 20.4489 15.079 20.6396 15.2196 20.7803C15.3603 20.921 15.5511 21 15.75 21C15.9489 21 16.1397 20.921 16.2803 20.7803C16.421 20.6396 16.5 20.4489 16.5 20.25V19.5H17.25C17.9462 19.5 18.6138 19.2234 19.1061 18.7311C19.5984 18.2388 19.875 17.5712 19.875 16.875C19.875 16.1788 19.5984 15.5111 19.1061 15.0188C18.6138 14.5265 17.9462 14.25 17.25 14.25ZM17.25 18H16.5V15.75H17.25C17.5483 15.75 17.8345 15.8685 18.0455 16.0795C18.2564 16.2905 18.375 16.5766 18.375 16.875C18.375 17.1733 18.2564 17.4595 18.0455 17.6705C17.8345 17.8814 17.5483 18 17.25 18ZM12.75 15V20.25C12.75 20.4489 12.671 20.6396 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6396 11.25 20.4489 11.25 20.25V15C11.25 14.8011 11.329 14.6103 11.4697 14.4697C11.6103 14.329 11.8011 14.25 12 14.25C12.1989 14.25 12.3897 14.329 12.5303 14.4697C12.671 14.6103 12.75 14.8011 12.75 15ZM8.99999 20.25C8.99999 20.4489 8.92097 20.6396 8.78032 20.7803C8.63967 20.921 8.4489 21 8.24999 21H5.25C5.11778 21.0012 4.98759 20.9674 4.87263 20.902C4.75768 20.8367 4.66204 20.7421 4.59542 20.6279C4.52879 20.5137 4.49354 20.3839 4.49325 20.2517C4.49296 20.1194 4.52763 19.9895 4.59375 19.875L6.95249 15.75H5.25C5.05109 15.75 4.86032 15.671 4.71967 15.5303C4.57902 15.3897 4.5 15.1989 4.5 15C4.5 14.8011 4.57902 14.6103 4.71967 14.4697C4.86032 14.329 5.05109 14.25 5.25 14.25H8.24999C8.38221 14.2488 8.5124 14.2826 8.62736 14.3479C8.74231 14.4133 8.83795 14.5078 8.90457 14.622C8.9712 14.7363 9.00644 14.8661 9.00674 14.9983C9.00703 15.1305 8.97236 15.2605 8.90624 15.375L6.54281 19.5H8.24999C8.4489 19.5 8.63967 19.579 8.78032 19.7196C8.92097 19.8603 8.99999 20.0511 8.99999 20.25ZM20.0306 8.46937L14.7806 3.21937C14.7109 3.14975 14.6282 3.09454 14.5371 3.0569C14.4461 3.01926 14.3485 2.99992 14.25 3H5.25C4.85217 3 4.47064 3.15804 4.18934 3.43934C3.90803 3.72064 3.75 4.10217 3.75 4.5V11.25C3.75 11.4489 3.82902 11.6397 3.96967 11.7803C4.11032 11.921 4.30109 12 4.5 12C4.69891 12 4.88968 11.921 5.03033 11.7803C5.17098 11.6397 5.25 11.4489 5.25 11.25V4.5H13.5V8.99999C13.5 9.1989 13.579 9.38967 13.7197 9.53032C13.8603 9.67097 14.0511 9.74999 14.25 9.74999H18.75V11.25C18.75 11.4489 18.829 11.6397 18.9696 11.7803C19.1103 11.921 19.3011 12 19.5 12C19.6989 12 19.8897 11.921 20.0303 11.7803C20.171 11.6397 20.25 11.4489 20.25 11.25V8.99999C20.25 8.90147 20.2307 8.8039 20.1931 8.71285C20.1554 8.62181 20.1002 8.53907 20.0306 8.46937ZM15 8.24999V5.56031L17.6897 8.24999H15Z"
|
|
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("document",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="M5.0625 14.25H3.5625C3.36359 14.25 3.17282 14.329 3.03217 14.4697C2.89152 14.6103 2.8125 14.8011 2.8125 15V20.25C2.8125 20.4489 2.89152 20.6397 3.03217 20.7803C3.17282 20.921 3.36359 21 3.5625 21H5.0625C5.95761 21 6.81605 20.6444 7.44899 20.0115C8.08192 19.3785 8.4375 18.5201 8.4375 17.625C8.4375 16.7299 8.08192 15.8715 7.44899 15.2385C6.81605 14.6056 5.95761 14.25 5.0625 14.25ZM5.0625 19.5H4.3125V15.75H5.0625C5.55978 15.75 6.03669 15.9475 6.38833 16.2992C6.73996 16.6508 6.9375 17.1277 6.9375 17.625C6.9375 18.1223 6.73996 18.5992 6.38833 18.9508C6.03669 19.3025 5.55978 19.5 5.0625 19.5ZM20.9559 19.0397C21.0996 19.1772 21.1828 19.3661 21.1872 19.565C21.1916 19.7638 21.1169 19.9563 20.9794 20.1C20.7182 20.3811 20.4024 20.6059 20.0513 20.7607C19.7002 20.9155 19.3212 20.9969 18.9375 21C17.2828 21 15.9375 19.4859 15.9375 17.625C15.9375 15.7641 17.2828 14.25 18.9375 14.25C19.3212 14.2531 19.7002 14.3345 20.0513 14.4893C20.4024 14.6441 20.7182 14.8689 20.9794 15.15C21.1139 15.2943 21.1861 15.4857 21.1805 15.6829C21.1749 15.88 21.0918 16.067 20.9493 16.2034C20.8068 16.3397 20.6163 16.4144 20.4191 16.4113C20.2219 16.4083 20.0338 16.3276 19.8956 16.1869C19.7739 16.0529 19.6262 15.9451 19.4615 15.87C19.2967 15.7949 19.1185 15.7541 18.9375 15.75C18.1106 15.75 17.4375 16.5938 17.4375 17.625C17.4375 18.6562 18.1106 19.5 18.9375 19.5C19.1185 19.4959 19.2967 19.4551 19.4615 19.38C19.6262 19.3049 19.7739 19.1971 19.8956 19.0631C20.0331 18.9194 20.2221 18.8362 20.4209 18.8318C20.6198 18.8274 20.8122 18.9022 20.9559 19.0397ZM12.1875 14.25C10.5328 14.25 9.1875 15.7641 9.1875 17.625C9.1875 19.4859 10.5328 21 12.1875 21C13.8422 21 15.1875 19.4859 15.1875 17.625C15.1875 15.7641 13.8422 14.25 12.1875 14.25ZM12.1875 19.5C11.3606 19.5 10.6875 18.6562 10.6875 17.625C10.6875 16.5938 11.3606 15.75 12.1875 15.75C13.0144 15.75 13.6875 16.5938 13.6875 17.625C13.6875 18.6562 13.0144 19.5 12.1875 19.5ZM4.6875 12C4.88641 12 5.07718 11.921 5.21783 11.7803C5.35848 11.6397 5.4375 11.4489 5.4375 11.25V4.5H13.6875V9C13.6875 9.19891 13.7665 9.38968 13.9072 9.53033C14.0478 9.67098 14.2386 9.75 14.4375 9.75H18.9375V11.25C18.9375 11.4489 19.0165 11.6397 19.1572 11.7803C19.2978 11.921 19.4886 12 19.6875 12C19.8864 12 20.0772 11.921 20.2178 11.7803C20.3585 11.6397 20.4375 11.4489 20.4375 11.25V9C20.4376 8.90148 20.4182 8.80391 20.3806 8.71286C20.343 8.62182 20.2878 8.53908 20.2181 8.46938L14.9681 3.21938C14.8984 3.14975 14.8157 3.09454 14.7246 3.0569C14.6336 3.01926 14.536 2.99992 14.4375 3H5.4375C5.03968 3 4.65814 3.15804 4.37684 3.43934C4.09554 3.72064 3.9375 4.10218 3.9375 4.5V11.25C3.9375 11.4489 4.01652 11.6397 4.15717 11.7803C4.29782 11.921 4.48859 12 4.6875 12ZM15.1875 5.56031L17.8772 8.25H15.1875V5.56031Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as l}from"../../icon-registry.js";l("dollar-bills",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.3333 8.125H2.66667C2.48986 8.125 2.32029 8.19524 2.19526 8.32026C2.07024 8.44529 2 8.61486 2 8.79167V19.4583C2 19.6351 2.07024 19.8047 2.19526 19.9297C2.32029 20.0548 2.48986 20.125 2.66667 20.125H21.3333C21.5101 20.125 21.6797 20.0548 21.8047 19.9297C21.9298 19.8047 22 19.6351 22 19.4583V8.79167C22 8.61486 21.9298 8.44529 21.8047 8.32026C21.6797 8.19524 21.5101 8.125 21.3333 8.125ZM17.4708 18.7917H6.52917C6.30534 18.0347 5.89567 17.3457 5.33749 16.7875C4.7793 16.2293 4.09033 15.8197 3.33333 15.5958V12.6542C4.09033 12.4303 4.7793 12.0207 5.33749 11.4625C5.89567 10.9043 6.30534 10.2153 6.52917 9.45833H17.4708C17.6947 10.2153 18.1043 10.9043 18.6625 11.4625C19.2207 12.0207 19.9097 12.4303 20.6667 12.6542V15.5958C19.9097 15.8197 19.2207 16.2293 18.6625 16.7875C18.1043 17.3457 17.6947 18.0347 17.4708 18.7917ZM20.6667 11.2392C19.867 10.8953 19.2297 10.258 18.8858 9.45833H20.6667V11.2392ZM5.11417 9.45833C4.77033 10.258 4.13297 10.8953 3.33333 11.2392V9.45833H5.11417ZM3.33333 17.0108C4.13297 17.3547 4.77033 17.992 5.11417 18.7917H3.33333V17.0108ZM18.8858 18.7917C19.2297 17.992 19.867 17.3547 20.6667 17.0108V18.7917H18.8858Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M10.75 16.625C10.6174 16.625 10.4902 16.5723 10.3964 16.4786C10.3027 16.3848 10.25 16.2576 10.25 16.125C10.25 15.9924 10.3027 15.8652 10.3964 15.7714C10.4902 15.6777 10.6174 15.625 10.75 15.625H12.5C12.6326 15.625 12.7598 15.5723 12.8536 15.4786C12.9473 15.3848 13 15.2576 13 15.125C13 14.9924 12.9473 14.8652 12.8536 14.7714C12.7598 14.6777 12.6326 14.625 12.5 14.625H11.5C11.1022 14.625 10.7206 14.467 10.4393 14.1857C10.158 13.9044 10 13.5228 10 13.125C10 12.7272 10.158 12.3456 10.4393 12.0643C10.7206 11.783 11.1022 11.625 11.5 11.625C11.5 11.4924 11.5527 11.3652 11.6464 11.2714C11.7402 11.1777 11.8674 11.125 12 11.125C12.1326 11.125 12.2598 11.1777 12.3536 11.2714C12.4473 11.3652 12.5 11.4924 12.5 11.625H13C13.1326 11.625 13.2598 11.6777 13.3536 11.7714C13.4473 11.8652 13.5 11.9924 13.5 12.125C13.5 12.2576 13.4473 12.3848 13.3536 12.4786C13.2598 12.5723 13.1326 12.625 13 12.625H11.5C11.3674 12.625 11.2402 12.6777 11.1464 12.7714C11.0527 12.8652 11 12.9924 11 13.125C11 13.2576 11.0527 13.3848 11.1464 13.4786C11.2402 13.5723 11.3674 13.625 11.5 13.625H12.5C12.8978 13.625 13.2794 13.783 13.5607 14.0643C13.842 14.3456 14 14.7272 14 15.125C14 15.5228 13.842 15.9044 13.5607 16.1857C13.2794 16.467 12.8978 16.625 12.5 16.625C12.5 16.7576 12.4473 16.8848 12.3536 16.9786C12.2598 17.0723 12.1326 17.125 12 17.125C11.8674 17.125 11.7402 17.0723 11.6464 16.9786C11.5527 16.8848 11.5 16.7576 11.5 16.625H10.75Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fill-rule="evenodd"
|
|
13
|
+
clip-rule="evenodd"
|
|
14
|
+
d="M3 6.5C3 6.15482 3.27982 5.875 3.625 5.875H20.375C20.7202 5.875 21 6.15482 21 6.5C21 6.84518 20.7202 7.125 20.375 7.125H3.625C3.27982 7.125 3 6.84518 3 6.5Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill-rule="evenodd"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
d="M5 4.5C5 4.15482 5.27982 3.875 5.625 3.875H18.375C18.7202 3.875 19 4.15482 19 4.5C19 4.84518 18.7202 5.125 18.375 5.125H5.625C5.27982 5.125 5 4.84518 5 4.5Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
`);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("dollar-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 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="M15.0976 14.9431C15.0976 15.5182 14.8691 16.0697 14.4625 16.4764C14.0558 16.883 13.5043 17.1115 12.9292 17.1115H12.6194V17.731C12.6194 17.8953 12.5542 18.0529 12.438 18.1691C12.3218 18.2853 12.1642 18.3505 11.9999 18.3505C11.8356 18.3505 11.678 18.2853 11.5618 18.1691C11.4456 18.0529 11.3804 17.8953 11.3804 17.731V17.1115H10.1413C9.97698 17.1115 9.8194 17.0462 9.70321 16.93C9.58703 16.8138 9.52175 16.6562 9.52175 16.4919C9.52175 16.3276 9.58703 16.17 9.70321 16.0538C9.8194 15.9377 9.97698 15.8724 10.1413 15.8724H12.9292C13.1757 15.8724 13.412 15.7745 13.5863 15.6002C13.7606 15.4259 13.8585 15.1896 13.8585 14.9431C13.8585 14.6966 13.7606 14.4603 13.5863 14.286C13.412 14.1117 13.1757 14.0138 12.9292 14.0138H11.0706C10.4955 14.0138 9.94397 13.7853 9.53732 13.3787C9.13067 12.972 8.90222 12.4205 8.90222 11.8454C8.90222 11.2703 9.13067 10.7188 9.53732 10.3122C9.94397 9.90551 10.4955 9.67706 11.0706 9.67706H11.3804V9.05752C11.3804 8.89321 11.4456 8.73563 11.5618 8.61945C11.678 8.50326 11.8356 8.43799 11.9999 8.43799C12.1642 8.43799 12.3218 8.50326 12.438 8.61945C12.5542 8.73563 12.6194 8.89321 12.6194 9.05752V9.67706H13.8585C14.0228 9.67706 14.1804 9.74233 14.2966 9.85851C14.4128 9.9747 14.478 10.1323 14.478 10.2966C14.478 10.4609 14.4128 10.6185 14.2966 10.7347C14.1804 10.8509 14.0228 10.9161 13.8585 10.9161H11.0706C10.8241 10.9161 10.5878 11.014 10.4135 11.1883C10.2392 11.3626 10.1413 11.599 10.1413 11.8454C10.1413 12.0919 10.2392 12.3283 10.4135 12.5025C10.5878 12.6768 10.8241 12.7747 11.0706 12.7747H12.9292C13.5043 12.7747 14.0558 13.0032 14.4625 13.4098C14.8691 13.8165 15.0976 14.368 15.0976 14.9431Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
`);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("down-payment",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 3C9.21997 3 7.47991 3.52784 5.99987 4.51677C4.51983 5.50571 3.36628 6.91131 2.68509 8.55585C2.0039 10.2004 1.82567 12.01 2.17294 13.7558C2.5202 15.5016 3.37737 17.1053 4.63604 18.364C5.89471 19.6226 7.49836 20.4798 9.24419 20.8271C10.99 21.1743 12.7996 20.9961 14.4441 20.3149C14.8552 20.1446 15.2514 19.9448 15.6299 19.7178C16.0001 19.4957 16.0384 18.9882 15.7332 18.6829C15.493 18.4427 15.1173 18.4115 14.8236 18.5822C13.6722 19.2517 12.3549 19.6138 11 19.6154C9.49382 19.6154 8.02146 19.1687 6.76912 18.332C5.51678 17.4952 4.5407 16.3058 3.96431 14.9143C3.38792 13.5227 3.23711 11.9916 3.53095 10.5143C3.82479 9.03707 4.55008 7.68014 5.61511 6.61511C6.68014 5.55008 8.03707 4.82478 9.51431 4.53094C10.9916 4.2371 12.5228 4.38791 13.9143 4.9643C15.3058 5.54069 16.4952 6.51677 17.332 7.76912C17.6904 8.30558 17.9773 8.88241 18.1881 9.48498C18.2933 9.78555 18.569 10 18.8875 10C19.3409 10 19.6775 9.57769 19.5334 9.14779C19.0946 7.83793 18.3563 6.63395 17.3612 5.63882C15.6739 3.95154 13.3862 3.00252 11 3Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M14.4615 13.7308C14.4615 14.3734 14.2063 14.9897 13.7518 15.4441C13.2974 15.8986 12.6811 16.1538 12.0385 16.1538H11.6923V16.8462C11.6923 17.0298 11.6194 17.2059 11.4895 17.3357C11.3597 17.4655 11.1836 17.5385 11 17.5385C10.8164 17.5385 10.6403 17.4655 10.5105 17.3357C10.3806 17.2059 10.3077 17.0298 10.3077 16.8462V16.1538H8.92308C8.73947 16.1538 8.56338 16.0809 8.43354 15.9511C8.30371 15.8212 8.23077 15.6451 8.23077 15.4615C8.23077 15.2779 8.30371 15.1018 8.43354 14.972C8.56338 14.8422 8.73947 14.7692 8.92308 14.7692H12.0385C12.3139 14.7692 12.578 14.6598 12.7728 14.4651C12.9675 14.2703 13.0769 14.0062 13.0769 13.7308C13.0769 13.4553 12.9675 13.1912 12.7728 12.9965C12.578 12.8017 12.3139 12.6923 12.0385 12.6923H9.96154C9.3189 12.6923 8.70258 12.437 8.24817 11.9826C7.79375 11.5282 7.53846 10.9119 7.53846 10.2692C7.53846 9.62659 7.79375 9.01027 8.24817 8.55586C8.70258 8.10144 9.3189 7.84615 9.96154 7.84615H10.3077V7.15385C10.3077 6.97023 10.3806 6.79414 10.5105 6.66431C10.6403 6.53448 10.8164 6.46154 11 6.46154C11.1836 6.46154 11.3597 6.53448 11.4895 6.66431C11.6194 6.79414 11.6923 6.97023 11.6923 7.15385V7.84615H13.0769C13.2605 7.84615 13.4366 7.91909 13.5665 8.04892C13.6963 8.17876 13.7692 8.35485 13.7692 8.53846C13.7692 8.72207 13.6963 8.89816 13.5665 9.028C13.4366 9.15783 13.2605 9.23077 13.0769 9.23077H9.96154C9.68612 9.23077 9.42199 9.34018 9.22724 9.53493C9.03249 9.72968 8.92308 9.99381 8.92308 10.2692C8.92308 10.5446 9.03249 10.8088 9.22724 11.0035C9.42199 11.1983 9.68612 11.3077 9.96154 11.3077H12.0385C12.6811 11.3077 13.2974 11.563 13.7518 12.0174C14.2063 12.4718 14.4615 13.0881 14.4615 13.7308Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M22.5881 15.5482C22.6691 15.5806 22.7426 15.628 22.8045 15.6878C22.8665 15.7475 22.9156 15.8184 22.9492 15.8964C22.9827 15.9744 23 16.0581 23 16.1426C23 16.227 22.9827 16.3107 22.9492 16.3887C22.9156 16.4668 22.8665 16.5377 22.8045 16.5974L19.4715 19.8115C19.4096 19.8712 19.3361 19.9187 19.2552 19.951C19.1743 19.9833 19.0875 20 18.9999 20C18.9123 20 18.8256 19.9833 18.7447 19.951C18.6637 19.9187 18.5902 19.8712 18.5283 19.8115L15.1953 16.5974C15.0703 16.4767 15 16.3132 15 16.1426C15 15.972 15.0703 15.8084 15.1953 15.6878C15.3204 15.5672 15.4901 15.4994 15.667 15.4994C15.8439 15.4994 16.0135 15.5672 16.1386 15.6878L18.3333 17.8051V11.6428C18.3333 11.4723 18.4036 11.3088 18.5286 11.1883C18.6536 11.0677 18.8231 11 18.9999 11C19.1767 11 19.3463 11.0677 19.4713 11.1883C19.5963 11.3088 19.6665 11.4723 19.6665 11.6428V17.8051L21.8613 15.6878C21.9232 15.628 21.9967 15.5806 22.0776 15.5482C22.1585 15.5159 22.2453 15.4992 22.3329 15.4992C22.4205 15.4992 22.5072 15.5159 22.5881 15.5482Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("download",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="M21.0005 14.75V20.75C21.0005 20.9489 20.9215 21.1397 20.7808 21.2803C20.6402 21.421 20.4494 21.5 20.2505 21.5H3.75049C3.55158 21.5 3.36081 21.421 3.22016 21.2803C3.07951 21.1397 3.00049 20.9489 3.00049 20.75V14.75C3.00049 14.5511 3.07951 14.3603 3.22016 14.2197C3.36081 14.079 3.55158 14 3.75049 14C3.9494 14 4.14017 14.079 4.28082 14.2197C4.42147 14.3603 4.50049 14.5511 4.50049 14.75V20H19.5005V14.75C19.5005 14.5511 19.5795 14.3603 19.7202 14.2197C19.8608 14.079 20.0516 14 20.2505 14C20.4494 14 20.6402 14.079 20.7808 14.2197C20.9215 14.3603 21.0005 14.5511 21.0005 14.75ZM11.4699 15.2806C11.5395 15.3504 11.6222 15.4057 11.7133 15.4434C11.8043 15.4812 11.9019 15.5006 12.0005 15.5006C12.099 15.5006 12.1966 15.4812 12.2877 15.4434C12.3787 15.4057 12.4615 15.3504 12.5311 15.2806L16.2811 11.5306C16.3508 11.4609 16.4061 11.3782 16.4438 11.2872C16.4815 11.1961 16.5009 11.0985 16.5009 11C16.5009 10.9015 16.4815 10.8039 16.4438 10.7128C16.4061 10.6218 16.3508 10.5391 16.2811 10.4694C16.2114 10.3997 16.1287 10.3444 16.0377 10.3067C15.9466 10.269 15.849 10.2496 15.7505 10.2496C15.6519 10.2496 15.5544 10.269 15.4633 10.3067C15.3723 10.3444 15.2895 10.3997 15.2199 10.4694L12.7505 12.9397V4.25C12.7505 4.05109 12.6715 3.86032 12.5308 3.71967C12.3902 3.57902 12.1994 3.5 12.0005 3.5C11.8016 3.5 11.6108 3.57902 11.4702 3.71967C11.3295 3.86032 11.2505 4.05109 11.2505 4.25V12.9397L8.78111 10.4694C8.64038 10.3286 8.44951 10.2496 8.25049 10.2496C8.05147 10.2496 7.86059 10.3286 7.71986 10.4694C7.57913 10.6101 7.50007 10.801 7.50007 11C7.50007 11.199 7.57913 11.3899 7.71986 11.5306L11.4699 15.2806Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as r}from"../../icon-registry.js";r("drag-drop",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="M8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
d="M8 10C9.10457 10 10 10.8954 10 12C10 13.1046 9.10457 14 8 14C6.89543 14 6 13.1046 6 12C6 10.8954 6.89543 10 8 10Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M8 3C9.10457 3 10 3.89543 10 5C10 6.10457 9.10457 7 8 7C6.89543 7 6 6.10457 6 5C6 3.89543 6.89543 3 8 3Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M16 17C17.1046 17 18 17.8954 18 19C18 20.1046 17.1046 21 16 21C14.8954 21 14 20.1046 14 19C14 17.8954 14.8954 17 16 17Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M16 10C17.1046 10 18 10.8954 18 12C18 13.1046 17.1046 14 16 14C14.8954 14 14 13.1046 14 12C14 10.8954 14.8954 10 16 10Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M16 3C17.1046 3 18 3.89543 18 5C18 6.10457 17.1046 7 16 7C14.8954 7 14 6.10457 14 5C14 3.89543 14.8954 3 16 3Z"
|
|
25
|
+
fill="currentColor"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as L}from"../../icon-registry.js";L("earth",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.25 2.68359C9.46997 2.68359 7.72991 3.21143 6.24987 4.20037C4.76983 5.1893 3.61628 6.59491 2.93509 8.23944C2.2539 9.88398 2.07567 11.6936 2.42294 13.4394C2.7702 15.1852 3.62737 16.7889 4.88604 18.0476C6.14471 19.3062 7.74836 20.1634 9.49419 20.5107C11.24 20.8579 13.0496 20.6797 14.6942 19.9985C16.3387 19.3173 17.7443 18.1638 18.7332 16.6837C19.7222 15.2037 20.25 13.4636 20.25 11.6836C20.2475 9.29742 19.2985 7.0097 17.6112 5.32242C15.9239 3.63513 13.6362 2.68611 11.25 2.68359ZM18.8654 11.6836C18.8661 12.6606 18.6781 13.6285 18.3115 14.5342L14.4433 12.1552C14.2788 12.0537 14.0948 11.988 13.9033 11.9622L11.9285 11.6957C11.6563 11.6602 11.3798 11.7058 11.1335 11.8268C10.8872 11.9478 10.6821 12.1388 10.5438 12.3759H9.78923L9.46039 11.6957C9.36948 11.5063 9.23643 11.3402 9.07143 11.2102C8.90643 11.0801 8.71386 10.9896 8.50846 10.9454L7.81616 10.7957L8.49289 9.60667H9.93894C10.1729 9.60621 10.403 9.54668 10.6079 9.43359L11.668 8.84859C11.7611 8.79668 11.8482 8.73456 11.9276 8.6634L14.2563 6.55705C14.4898 6.34781 14.645 6.06524 14.6963 5.75594C14.7476 5.44665 14.6919 5.12911 14.5385 4.85571L14.5073 4.79946C15.8104 5.41734 16.9115 6.39211 17.6829 7.61062C18.4543 8.82914 18.8643 10.2414 18.8654 11.6836ZM12.5749 4.18417L13.3269 5.53071L10.9982 7.63705L9.93894 8.22205H8.49289C8.24949 8.2217 8.0103 8.2855 7.79942 8.40705C7.58854 8.52859 7.41343 8.70357 7.29173 8.91436L6.53625 10.2323L5.65789 7.89234L6.60462 5.65359C7.44261 5.00611 8.4066 4.54079 9.43484 4.28746C10.4631 4.03412 11.5329 3.99835 12.5758 4.18244L12.5749 4.18417ZM3.63462 11.6836C3.63346 10.5517 3.886 9.43391 4.37366 8.41244L5.355 11.032C5.43678 11.2488 5.57171 11.4417 5.7474 11.5929C5.92309 11.7441 6.13393 11.8488 6.36058 11.8973L8.2151 12.2963L8.54481 12.9817C8.65924 13.2148 8.83657 13.4112 9.05677 13.5489C9.27698 13.6865 9.53129 13.7598 9.79096 13.7605H9.91904L9.29337 15.165C9.18313 15.4123 9.14782 15.6865 9.19181 15.9537C9.2358 16.2209 9.35716 16.4693 9.54087 16.6682L9.55298 16.6803L11.25 18.4284L11.0821 19.2938C9.09332 19.2475 7.20135 18.4258 5.80995 17.004C4.41856 15.5822 3.63792 13.6729 3.63462 11.6836ZM12.5117 19.1934L12.6095 18.6906C12.6497 18.477 12.6393 18.257 12.5792 18.0481C12.5191 17.8392 12.4109 17.6473 12.2634 17.4877C12.2591 17.4839 12.2551 17.4799 12.2513 17.4756L10.5577 15.7284L11.7433 13.0682L13.7181 13.3347L17.6746 15.7682C17.1014 16.6684 16.3457 17.4384 15.4564 18.0284C14.5671 18.6183 13.564 19.0152 12.5117 19.1934Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import{x as C}from"../../../../assets/index-chunk2.js";import{a as i}from"../../icon-registry.js";i("exit-circle",C`
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
data-cy="exit-circle-icon"
|
|
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="M16.3544 15.6846L12.6698 12L16.3544 8.31543C16.5393 8.13053 16.5393 7.83041 16.3544 7.64551C16.1695 7.46061 15.8694 7.46061 15.6845 7.64551L11.9999 11.3301L8.31537 7.64551C8.13047 7.46061 7.83034 7.46061 7.64544 7.64551C7.46054 7.83041 7.46054 8.13053 7.64544 8.31543L11.33 12L7.64544 15.6846C7.46054 15.8695 7.46054 16.1696 7.64544 16.3545C7.83034 16.5394 8.13047 16.5394 8.31537 16.3545L11.9999 12.6699L15.6845 16.3545C15.8694 16.5394 16.1695 16.5394 16.3544 16.3545C16.5393 16.1696 16.5393 15.8695 16.3544 15.6846ZM21.001 12C21.001 9.59633 20.0645 7.336 18.3642 5.63573C16.6639 3.93546 14.4043 2.99957 11.9999 2.9989C9.5956 2.99823 7.33594 3.93546 5.63634 5.63506C3.93673 7.33466 3.00018 9.59499 2.99951 11.9994C2.99884 14.4037 3.93606 16.6634 5.63634 18.3637C7.33661 20.0639 9.59627 20.9998 12.0006 21.0005C14.405 21.0012 16.6646 20.0639 18.3649 18.3637C20.0652 16.6634 21.001 14.4037 21.001 12ZM6.30559 17.6943C3.16565 14.5544 3.16565 9.4456 6.30559 6.30566C9.44554 3.16571 14.5543 3.16571 17.6943 6.30566C20.8342 9.4456 20.8342 14.5544 17.6943 17.6943C14.5543 20.8343 9.44554 20.8343 6.30559 17.6943Z"
|
|
4
|
+
d="M15.259 9.72058L12.9788 12L15.259 14.2794C15.3234 14.3437 15.3744 14.4201 15.4092 14.5041C15.444 14.5882 15.4619 14.6783 15.4619 14.7692C15.4619 14.8602 15.444 14.9503 15.4092 15.0343C15.3744 15.1184 15.3234 15.1947 15.259 15.259C15.1947 15.3234 15.1184 15.3744 15.0343 15.4092C14.9503 15.444 14.8602 15.4619 14.7692 15.4619C14.6783 15.4619 14.5882 15.444 14.5042 15.4092C14.4201 15.3744 14.3437 15.3234 14.2794 15.259L12 12.9787L9.72058 15.259C9.65626 15.3234 9.5799 15.3744 9.49585 15.4092C9.41181 15.444 9.32174 15.4619 9.23077 15.4619C9.13981 15.4619 9.04973 15.444 8.96569 15.4092C8.88165 15.3744 8.80529 15.3234 8.74096 15.259C8.67664 15.1947 8.62562 15.1184 8.59081 15.0343C8.556 14.9503 8.53808 14.8602 8.53808 14.7692C8.53808 14.6783 8.556 14.5882 8.59081 14.5041C8.62562 14.4201 8.67664 14.3437 8.74096 14.2794L11.0213 12L8.74096 9.72058C8.61106 9.59067 8.53808 9.41448 8.53808 9.23077C8.53808 9.04705 8.61106 8.87086 8.74096 8.74096C8.87087 8.61105 9.04706 8.53808 9.23077 8.53808C9.41449 8.53808 9.59067 8.61105 9.72058 8.74096L12 11.0212L14.2794 8.74096C14.3437 8.67664 14.4201 8.62561 14.5042 8.5908C14.5882 8.55599 14.6783 8.53808 14.7692 8.53808C14.8602 8.53808 14.9503 8.55599 15.0343 8.5908C15.1184 8.62561 15.1947 8.67664 15.259 8.74096C15.3234 8.80528 15.3744 8.88164 15.4092 8.96569C15.444 9.04973 15.4619 9.1398 15.4619 9.23077C15.4619 9.32173 15.444 9.41181 15.4092 9.49585C15.3744 9.57989 15.3234 9.65625 15.259 9.72058ZM21 12C21 13.78 20.4722 15.5201 19.4832 17.0001C18.4943 18.4802 17.0887 19.6337 15.4442 20.3149C13.7996 20.9961 11.99 21.1743 10.2442 20.8271C8.49836 20.4798 6.89471 19.6226 5.63604 18.364C4.37737 17.1053 3.5202 15.5016 3.17294 13.7558C2.82567 12.01 3.0039 10.2004 3.68509 8.55585C4.36628 6.91131 5.51983 5.50571 6.99987 4.51677C8.47991 3.52784 10.22 3 12 3C14.3862 3.00252 16.6739 3.95154 18.3612 5.63882C20.0485 7.3261 20.9975 9.61382 21 12ZM19.6154 12C19.6154 10.4938 19.1688 9.02146 18.332 7.76912C17.4952 6.51677 16.3058 5.54069 14.9143 4.9643C13.5228 4.38791 11.9916 4.2371 10.5143 4.53094C9.03708 4.82478 7.68014 5.55008 6.61511 6.61511C5.55008 7.68014 4.82479 9.03707 4.53095 10.5143C4.23711 11.9916 4.38792 13.5227 4.96431 14.9143C5.5407 16.3058 6.51678 17.4952 7.76912 18.332C9.02146 19.1687 10.4938 19.6154 12 19.6154C14.019 19.6131 15.9547 18.81 17.3824 17.3824C18.81 15.9547 19.6131 14.019 19.6154 12Z"
|
|
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("exit-left",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.5006 20.25C13.5006 20.4489 13.5796 20.6397 13.7203 20.7803C13.8609 20.921 14.0517 21 14.2506 21H20.2506C20.4495 21 20.6403 20.921 20.7809 20.7803C20.9216 20.6397 21.0006 20.4489 21.0006 20.25V3.75C21.0006 3.55109 20.9216 3.36032 20.7809 3.21967C20.6403 3.07902 20.4495 3 20.2506 3H14.2506C14.0517 3 13.8609 3.07902 13.7203 3.21967C13.5796 3.36032 13.5006 3.55109 13.5006 3.75C13.5006 3.94891 13.5796 4.13968 13.7203 4.28033C13.8609 4.42098 14.0517 4.5 14.2506 4.5H19.5006V19.5H14.2506C14.0517 19.5 13.8609 19.579 13.7203 19.7197C13.5796 19.8603 13.5006 20.0511 13.5006 20.25ZM3.21996 11.4694L6.96996 7.71937C7.11069 7.57864 7.30157 7.49958 7.50059 7.49958C7.69961 7.49958 7.89048 7.57864 8.03121 7.71937C8.17195 7.86011 8.25101 8.05098 8.25101 8.25C8.25101 8.44902 8.17195 8.63989 8.03121 8.78063L5.5609 11.25H14.2506C14.4495 11.25 14.6403 11.329 14.7809 11.4697C14.9216 11.6103 15.0006 11.8011 15.0006 12C15.0006 12.1989 14.9216 12.3897 14.7809 12.5303C14.6403 12.671 14.4495 12.75 14.2506 12.75H5.5609L8.03121 15.2194C8.17195 15.3601 8.25101 15.551 8.25101 15.75C8.25101 15.949 8.17195 16.1399 8.03121 16.2806C7.89048 16.4214 7.69961 16.5004 7.50059 16.5004C7.30157 16.5004 7.11069 16.4214 6.96996 16.2806L3.21996 12.5306C3.15023 12.461 3.09491 12.3783 3.05717 12.2872C3.01943 12.1962 3 12.0986 3 12C3 11.9014 3.01943 11.8038 3.05717 11.7128C3.09491 11.6217 3.15023 11.539 3.21996 11.4694Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import{x as
|
|
2
|
-
<svg
|
|
3
|
-
<path
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("exit",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.7949 17.8044C18.8599 17.8695 18.9115 17.9467 18.9467 18.0316C18.9819 18.1166 19 18.2077 19 18.2996C19 18.3916 18.9819 18.4827 18.9467 18.5677C18.9115 18.6526 18.8599 18.7298 18.7949 18.7949C18.7298 18.8599 18.6526 18.9115 18.5677 18.9467C18.4827 18.9819 18.3916 19 18.2996 19C18.2077 19 18.1166 18.9819 18.0316 18.9467C17.9467 18.9115 17.8695 18.8599 17.8044 18.7949L12 12.9896L6.19557 18.7949C6.06423 18.9262 5.88609 19 5.70035 19C5.51461 19 5.33647 18.9262 5.20513 18.7949C5.07379 18.6635 5 18.4854 5 18.2996C5 18.1139 5.07379 17.9358 5.20513 17.8044L11.0104 12L5.20513 6.19557C5.07379 6.06423 5 5.88609 5 5.70035C5 5.51461 5.07379 5.33647 5.20513 5.20513C5.33647 5.07379 5.51461 5 5.70035 5C5.88609 5 6.06423 5.07379 6.19557 5.20513L12 11.0104L17.8044 5.20513C17.9358 5.07379 18.1139 5 18.2996 5C18.4854 5 18.6635 5.07379 18.7949 5.20513C18.9262 5.33647 19 5.51461 19 5.70035C19 5.88609 18.9262 6.06423 18.7949 6.19557L12.9896 12L18.7949 17.8044Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
4
7
|
</svg>
|
|
5
8
|
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("expand-arrows",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.501 4.75V9.25C20.501 9.44891 20.422 9.63968 20.2813 9.78033C20.1407 9.92098 19.9499 10 19.751 10C19.5521 10 19.3613 9.92098 19.2206 9.78033C19.08 9.63968 19.001 9.44891 19.001 9.25V6.56031L14.2816 11.2806C14.1409 11.4214 13.95 11.5004 13.751 11.5004C13.552 11.5004 13.3611 11.4214 13.2204 11.2806C13.0796 11.1399 13.0006 10.949 13.0006 10.75C13.0006 10.551 13.0796 10.3601 13.2204 10.2194L17.9407 5.5H15.251C15.0521 5.5 14.8613 5.42098 14.7206 5.28033C14.58 5.13968 14.501 4.94891 14.501 4.75C14.501 4.55109 14.58 4.36032 14.7206 4.21967C14.8613 4.07902 15.0521 4 15.251 4H19.751C19.9499 4 20.1407 4.07902 20.2813 4.21967C20.422 4.36032 20.501 4.55109 20.501 4.75ZM10.2204 13.2194L5.50098 17.9397V15.25C5.50098 15.0511 5.42196 14.8603 5.28131 14.7197C5.14065 14.579 4.94989 14.5 4.75098 14.5C4.55206 14.5 4.3613 14.579 4.22065 14.7197C4.07999 14.8603 4.00098 15.0511 4.00098 15.25V19.75C4.00098 19.9489 4.07999 20.1397 4.22065 20.2803C4.3613 20.421 4.55206 20.5 4.75098 20.5H9.25098C9.44989 20.5 9.64065 20.421 9.78131 20.2803C9.92196 20.1397 10.001 19.9489 10.001 19.75C10.001 19.5511 9.92196 19.3603 9.78131 19.2197C9.64065 19.079 9.44989 19 9.25098 19H6.56129L11.2816 14.2806C11.4223 14.1399 11.5014 13.949 11.5014 13.75C11.5014 13.551 11.4223 13.3601 11.2816 13.2194C11.1409 13.0786 10.95 12.9996 10.751 12.9996C10.552 12.9996 10.3611 13.0786 10.2204 13.2194Z"
|
|
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("expand",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 4.72727V9.09091C20 9.28379 19.9234 9.46878 19.787 9.60517C19.6506 9.74156 19.4656 9.81818 19.2727 9.81818C19.0798 9.81818 18.8949 9.74156 18.7585 9.60517C18.6221 9.46878 18.5455 9.28379 18.5455 9.09091V6.48273L14.6964 10.3327C14.5599 10.4692 14.3748 10.5459 14.1818 10.5459C13.9888 10.5459 13.8037 10.4692 13.6673 10.3327C13.5308 10.1963 13.4541 10.0112 13.4541 9.81818C13.4541 9.62519 13.5308 9.4401 13.6673 9.30364L17.5173 5.45455H14.9091C14.7162 5.45455 14.5312 5.37792 14.3948 5.24153C14.2584 5.10514 14.1818 4.92016 14.1818 4.72727C14.1818 4.53439 14.2584 4.3494 14.3948 4.21301C14.5312 4.07662 14.7162 4 14.9091 4H19.2727C19.4656 4 19.6506 4.07662 19.787 4.21301C19.9234 4.3494 20 4.53439 20 4.72727ZM9.30364 13.6673L5.45455 17.5173V14.9091C5.45455 14.7162 5.37792 14.5312 5.24153 14.3948C5.10514 14.2584 4.92016 14.1818 4.72727 14.1818C4.53439 14.1818 4.3494 14.2584 4.21301 14.3948C4.07662 14.5312 4 14.7162 4 14.9091V19.2727C4 19.4656 4.07662 19.6506 4.21301 19.787C4.3494 19.9234 4.53439 20 4.72727 20H9.09091C9.28379 20 9.46878 19.9234 9.60517 19.787C9.74156 19.6506 9.81818 19.4656 9.81818 19.2727C9.81818 19.0798 9.74156 18.8949 9.60517 18.7585C9.46878 18.6221 9.28379 18.5455 9.09091 18.5455H6.48273L10.3327 14.6964C10.4692 14.5599 10.5459 14.3748 10.5459 14.1818C10.5459 13.9888 10.4692 13.8037 10.3327 13.6673C10.1963 13.5308 10.0112 13.4541 9.81818 13.4541C9.62519 13.4541 9.4401 13.5308 9.30364 13.6673ZM19.2727 14.1818C19.0798 14.1818 18.8949 14.2584 18.7585 14.3948C18.6221 14.5312 18.5455 14.7162 18.5455 14.9091V17.5173L14.6964 13.6673C14.5599 13.5308 14.3748 13.4541 14.1818 13.4541C13.9888 13.4541 13.8037 13.5308 13.6673 13.6673C13.5308 13.8037 13.4541 13.9888 13.4541 14.1818C13.4541 14.3748 13.5308 14.5599 13.6673 14.6964L17.5173 18.5455H14.9091C14.7162 18.5455 14.5312 18.6221 14.3948 18.7585C14.2584 18.8949 14.1818 19.0798 14.1818 19.2727C14.1818 19.4656 14.2584 19.6506 14.3948 19.787C14.5312 19.9234 14.7162 20 14.9091 20H19.2727C19.4656 20 19.6506 19.9234 19.787 19.787C19.9234 19.6506 20 19.4656 20 19.2727V14.9091C20 14.7162 19.9234 14.5312 19.787 14.3948C19.6506 14.2584 19.4656 14.1818 19.2727 14.1818ZM6.48273 5.45455H9.09091C9.28379 5.45455 9.46878 5.37792 9.60517 5.24153C9.74156 5.10514 9.81818 4.92016 9.81818 4.72727C9.81818 4.53439 9.74156 4.3494 9.60517 4.21301C9.46878 4.07662 9.28379 4 9.09091 4H4.72727C4.53439 4 4.3494 4.07662 4.21301 4.21301C4.07662 4.3494 4 4.53439 4 4.72727V9.09091C4 9.28379 4.07662 9.46878 4.21301 9.60517C4.3494 9.74156 4.53439 9.81818 4.72727 9.81818C4.92016 9.81818 5.10514 9.74156 5.24153 9.60517C5.37792 9.46878 5.45455 9.28379 5.45455 9.09091V6.48273L9.30364 10.3327C9.4401 10.4692 9.62519 10.5459 9.81818 10.5459C10.0112 10.5459 10.1963 10.4692 10.3327 10.3327C10.4692 10.1963 10.5459 10.0112 10.5459 9.81818C10.5459 9.62519 10.4692 9.4401 10.3327 9.30364L6.48273 5.45455Z"
|
|
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("export",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.001 9.75C21.001 9.94891 20.922 10.1397 20.7813 10.2803C20.6407 10.421 20.4499 10.5 20.251 10.5C20.0521 10.5 19.8613 10.421 19.7206 10.2803C19.58 10.1397 19.501 9.94891 19.501 9.75V5.56125L13.2825 11.7806C13.1418 11.9214 12.9509 12.0004 12.7519 12.0004C12.5529 12.0004 12.362 11.9214 12.2213 11.7806C12.0806 11.6399 12.0015 11.449 12.0015 11.25C12.0015 11.051 12.0806 10.8601 12.2213 10.7194L18.4397 4.5H14.251C14.0521 4.5 13.8613 4.42098 13.7206 4.28033C13.58 4.13968 13.501 3.94891 13.501 3.75C13.501 3.55109 13.58 3.36032 13.7206 3.21967C13.8613 3.07902 14.0521 3 14.251 3H20.251C20.4499 3 20.6407 3.07902 20.7813 3.21967C20.922 3.36032 21.001 3.55109 21.001 3.75V9.75ZM17.251 12C17.0521 12 16.8613 12.079 16.7206 12.2197C16.58 12.3603 16.501 12.5511 16.501 12.75V19.5H4.50098V7.5H11.251C11.4499 7.5 11.6407 7.42098 11.7813 7.28033C11.922 7.13968 12.001 6.94891 12.001 6.75C12.001 6.55109 11.922 6.36032 11.7813 6.21967C11.6407 6.07902 11.4499 6 11.251 6H4.50098C4.10315 6 3.72162 6.15804 3.44032 6.43934C3.15901 6.72064 3.00098 7.10218 3.00098 7.5V19.5C3.00098 19.8978 3.15901 20.2794 3.44032 20.5607C3.72162 20.842 4.10315 21 4.50098 21H16.501C16.8988 21 17.2803 20.842 17.5616 20.5607C17.8429 20.2794 18.001 19.8978 18.001 19.5V12.75C18.001 12.5511 17.922 12.3603 17.7813 12.2197C17.6407 12.079 17.4499 12 17.251 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 o}from"../../icon-registry.js";o("eye-closed",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.584 14.6092C21.4964 14.6591 21.3998 14.6913 21.2998 14.7039C21.1997 14.7165 21.0982 14.7092 21.0009 14.6825C20.9037 14.6558 20.8127 14.6101 20.7331 14.5482C20.6535 14.4863 20.587 14.4093 20.5372 14.3216L18.7158 11.1389C17.6569 11.8549 16.4887 12.3943 15.257 12.736L15.8197 16.1123C15.8363 16.2117 15.8332 16.3134 15.8105 16.4116C15.7878 16.5097 15.7459 16.6025 15.6873 16.6845C15.6287 16.7665 15.5546 16.8361 15.4691 16.8894C15.3836 16.9428 15.2884 16.9787 15.189 16.9952C15.1481 17.0019 15.1067 17.0054 15.0653 17.0058C14.8839 17.0055 14.7084 16.9409 14.5701 16.8235C14.4318 16.7061 14.3396 16.5434 14.3099 16.3644L13.7568 13.0495C12.5903 13.2118 11.407 13.2118 10.2405 13.0495L9.68736 16.3644C9.6576 16.5437 9.56512 16.7066 9.42642 16.8241C9.28771 16.9416 9.1118 17.0059 8.93004 17.0058C8.88765 17.0056 8.84534 17.002 8.8035 16.9952C8.70409 16.9787 8.60891 16.9428 8.5234 16.8894C8.43789 16.8361 8.36372 16.7665 8.30514 16.6845C8.24656 16.6025 8.20471 16.5097 8.18199 16.4116C8.15927 16.3134 8.15612 16.2117 8.17272 16.1123L8.73832 12.736C7.50708 12.3932 6.33963 11.8528 5.28149 11.136L3.46584 14.3216C3.36414 14.4988 3.19621 14.6283 2.99899 14.6817C2.80178 14.7351 2.59143 14.708 2.41422 14.6063C2.23701 14.5046 2.10746 14.3367 2.05406 14.1394C2.00067 13.9422 2.02781 13.7319 2.1295 13.5547L4.04677 10.1995C3.37333 9.61764 2.75407 8.97593 2.19661 8.28219C2.12709 8.20457 2.07411 8.1136 2.04092 8.01482C2.00773 7.91604 1.99502 7.81154 2.00356 7.70769C2.0121 7.60383 2.04171 7.50281 2.09059 7.41078C2.13947 7.31876 2.2066 7.23766 2.28786 7.17243C2.36913 7.10721 2.46284 7.05924 2.56326 7.03143C2.66369 7.00363 2.76873 6.99658 2.87197 7.01073C2.97521 7.02487 3.07448 7.0599 3.16373 7.11369C3.25298 7.16748 3.33033 7.23888 3.39107 7.32356C4.9824 9.29259 7.76626 11.6374 11.9977 11.6374C16.2291 11.6374 19.0129 9.28972 20.6043 7.32356C20.6643 7.23715 20.7415 7.16402 20.831 7.10872C20.9205 7.05342 21.0205 7.01713 21.1246 7.00212C21.2287 6.9871 21.3349 6.99367 21.4364 7.02142C21.5379 7.04918 21.6325 7.09752 21.7146 7.16344C21.7966 7.22937 21.8641 7.31146 21.9131 7.40462C21.962 7.49777 21.9912 7.6 21.9989 7.70493C22.0066 7.80987 21.9927 7.91527 21.9579 8.01458C21.9231 8.11389 21.8683 8.20498 21.7968 8.28219C21.2394 8.97593 20.6201 9.61764 19.9467 10.1995L21.8639 13.5547C21.9154 13.6421 21.949 13.7389 21.9628 13.8395C21.9765 13.94 21.9702 14.0423 21.9442 14.1404C21.9182 14.2385 21.8729 14.3304 21.8111 14.4109C21.7493 14.4913 21.6721 14.5587 21.584 14.6092Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("eye-crossed",C`
|
|
2
|
-
<svg
|
|
3
|
-
<path
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M5.82715 4.21833C5.7686 4.15233 5.69754 4.09862 5.61808 4.06029C5.53862 4.02196 5.45235 3.99978 5.36425 3.99504C5.27616 3.9903 5.188 4.0031 5.10489 4.03268C5.02178 4.06226 4.94536 4.10804 4.88007 4.16738C4.81479 4.22671 4.76192 4.29841 4.72455 4.37832C4.68718 4.45824 4.66604 4.54477 4.66235 4.63292C4.65867 4.72106 4.67252 4.80906 4.7031 4.89181C4.73367 4.97456 4.78037 5.05042 4.84048 5.115L6.44382 6.87916C3.41715 8.73667 2.11548 11.6 2.05798 11.73C2.02007 11.8153 2.00049 11.9075 2.00049 12.0008C2.00049 12.0941 2.02007 12.1864 2.05798 12.2717C2.08715 12.3375 2.79298 13.9025 4.36215 15.4717C6.45298 17.5617 9.09382 18.6667 12.0005 18.6667C13.4943 18.6752 14.9731 18.3676 16.3397 17.7642L18.173 19.7817C18.2315 19.8477 18.3026 19.9014 18.3821 19.9397C18.4615 19.978 18.5478 20.0002 18.6359 20.005C18.724 20.0097 18.8121 19.9969 18.8953 19.9673C18.9784 19.9377 19.0548 19.892 19.1201 19.8326C19.1854 19.7733 19.2382 19.7016 19.2756 19.6217C19.313 19.5418 19.3341 19.4552 19.3378 19.3671C19.3415 19.2789 19.3276 19.1909 19.297 19.1082C19.2665 19.0254 19.2198 18.9496 19.1597 18.885L5.82715 4.21833ZM9.77132 10.5383L13.2438 14.3592C12.7209 14.6343 12.1214 14.7279 11.5395 14.6254C10.9576 14.5228 10.4262 14.2299 10.0288 13.7927C9.63144 13.3554 9.39052 12.7985 9.34391 12.2095C9.2973 11.6205 9.44764 11.0327 9.77132 10.5383ZM12.0005 17.3333C9.43549 17.3333 7.19465 16.4008 5.33965 14.5625C4.57824 13.8058 3.93066 12.9427 3.41715 12C3.80798 11.2675 5.05548 9.2175 7.36298 7.885L8.86299 9.53083C8.28227 10.2746 7.98318 11.1997 8.01859 12.1426C8.05401 13.0856 8.42164 13.9857 9.05651 14.6838C9.69139 15.3819 10.5526 15.833 11.488 15.9575C12.4233 16.0821 13.3726 15.8719 14.168 15.3642L15.3955 16.7142C14.3122 17.1298 13.1608 17.3398 12.0005 17.3333ZM12.5005 9.38083C12.3268 9.34768 12.1733 9.24688 12.0739 9.1006C11.9746 8.95432 11.9373 8.77455 11.9705 8.60083C12.0036 8.42711 12.1044 8.27368 12.2507 8.17429C12.397 8.07489 12.5768 8.03768 12.7505 8.07083C13.6002 8.23555 14.3738 8.67054 14.9561 9.3109C15.5383 9.95127 15.8979 10.7627 15.9813 11.6242C15.9978 11.8002 15.9436 11.9756 15.8308 12.1117C15.718 12.2478 15.5557 12.3335 15.3797 12.35C15.3588 12.3512 15.338 12.3512 15.3172 12.35C15.1505 12.3507 14.9897 12.289 14.8663 12.177C14.7429 12.065 14.6659 11.9109 14.6505 11.745C14.5944 11.172 14.3548 10.6324 13.9675 10.2065C13.5801 9.7805 13.0656 9.49094 12.5005 9.38083ZM21.9405 12.2717C21.9055 12.35 21.0613 14.2192 19.1605 15.9217C19.0955 15.9817 19.0193 16.0282 18.9362 16.0585C18.8531 16.0887 18.7648 16.1022 18.6765 16.098C18.5881 16.0938 18.5015 16.0721 18.4216 16.0341C18.3418 15.9961 18.2703 15.9426 18.2113 15.8767C18.1523 15.8108 18.107 15.7338 18.0781 15.6503C18.0491 15.5667 18.0371 15.4782 18.0427 15.3899C18.0483 15.3017 18.0714 15.2154 18.1106 15.1362C18.1499 15.0569 18.2045 14.9863 18.2713 14.9283C19.2039 14.0905 19.9872 13.1003 20.588 12C20.0733 11.0565 19.4243 10.1927 18.6613 9.43583C16.8063 7.59916 14.5655 6.66666 12.0005 6.66666C11.46 6.666 10.9204 6.70976 10.3872 6.7975C10.3004 6.81283 10.2115 6.81084 10.1256 6.79162C10.0396 6.7724 9.95835 6.73634 9.88642 6.68553C9.81449 6.63472 9.75334 6.57016 9.7065 6.49558C9.65966 6.421 9.62806 6.33788 9.61353 6.25102C9.599 6.16416 9.60182 6.07528 9.62183 5.98952C9.64185 5.90375 9.67865 5.8228 9.73013 5.75135C9.78161 5.67989 9.84673 5.61934 9.92174 5.57319C9.99675 5.52705 10.0802 5.49622 10.1672 5.4825C10.7731 5.38244 11.3863 5.33255 12.0005 5.33333C14.9072 5.33333 17.548 6.43833 19.6388 8.52916C21.208 10.0983 21.9138 11.6642 21.943 11.73C21.9809 11.8153 22.0005 11.9075 22.0005 12.0008C22.0005 12.0941 21.9809 12.1864 21.943 12.2717H21.9405Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
4
7
|
</svg>
|
|
5
|
-
|
|
6
8
|
`);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{x as C}from"../../../../assets/index-chunk2.js";import{a as o}from"../../icon-registry.js";o("eye",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.9425 11.73C21.9133 11.6642 21.2075 10.0983 19.6383 8.52915C17.5475 6.43831 14.9067 5.33331 12 5.33331C9.09333 5.33331 6.4525 6.43831 4.36166 8.52915C2.79249 10.0983 2.08333 11.6667 2.05749 11.73C2.01959 11.8152 2 11.9075 2 12.0008C2 12.0941 2.01959 12.1864 2.05749 12.2717C2.08666 12.3375 2.79249 13.9025 4.36166 15.4717C6.4525 17.5617 9.09333 18.6667 12 18.6667C14.9067 18.6667 17.5475 17.5617 19.6383 15.4717C21.2075 13.9025 21.9133 12.3375 21.9425 12.2717C21.9804 12.1864 22 12.0941 22 12.0008C22 11.9075 21.9804 11.8152 21.9425 11.73ZM12 17.3333C9.435 17.3333 7.19416 16.4008 5.33916 14.5625C4.57803 13.8056 3.93048 12.9424 3.41666 12C3.93034 11.0574 4.57791 10.1943 5.33916 9.43748C7.19416 7.59915 9.435 6.66665 12 6.66665C14.565 6.66665 16.8058 7.59915 18.6608 9.43748C19.4235 10.1941 20.0724 11.0572 20.5875 12C19.9867 13.1217 17.3692 17.3333 12 17.3333ZM12 7.99998C11.2089 7.99998 10.4355 8.23458 9.77772 8.6741C9.11992 9.11363 8.60723 9.73834 8.30448 10.4692C8.00173 11.2002 7.92251 12.0044 8.07686 12.7803C8.2312 13.5563 8.61216 14.269 9.17157 14.8284C9.73098 15.3878 10.4437 15.7688 11.2196 15.9231C11.9956 16.0775 12.7998 15.9983 13.5307 15.6955C14.2616 15.3928 14.8864 14.8801 15.3259 14.2223C15.7654 13.5645 16 12.7911 16 12C15.9989 10.9395 15.5771 9.92268 14.8272 9.17277C14.0773 8.42287 13.0605 8.00108 12 7.99998ZM12 14.6667C11.4726 14.6667 10.957 14.5103 10.5185 14.2172C10.0799 13.9242 9.73815 13.5077 9.53632 13.0205C9.33449 12.5332 9.28168 11.997 9.38457 11.4797C9.48746 10.9625 9.74144 10.4873 10.1144 10.1144C10.4873 9.74142 10.9625 9.48745 11.4798 9.38455C11.997 9.28166 12.5332 9.33447 13.0205 9.5363C13.5078 9.73814 13.9242 10.0799 14.2173 10.5185C14.5103 10.957 14.6667 11.4726 14.6667 12C14.6667 12.7072 14.3857 13.3855 13.8856 13.8856C13.3855 14.3857 12.7072 14.6667 12 14.6667Z"
|
|
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("facebook-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 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.6923 19.5834V14.0769H14.7692C14.9528 14.0769 15.1289 14.004 15.2588 13.8741C15.3886 13.7443 15.4615 13.5682 15.4615 13.3846C15.4615 13.201 15.3886 13.0249 15.2588 12.8951C15.1289 12.7652 14.9528 12.6923 14.7692 12.6923H12.6923V10.6154C12.6923 10.2482 12.8382 9.89598 13.0979 9.63631C13.3575 9.37665 13.7097 9.23077 14.0769 9.23077H15.4615C15.6452 9.23077 15.8212 9.15783 15.9511 9.028C16.0809 8.89816 16.1538 8.72207 16.1538 8.53846C16.1538 8.35485 16.0809 8.17876 15.9511 8.04892C15.8212 7.91909 15.6452 7.84615 15.4615 7.84615H14.0769C13.3425 7.84615 12.6381 8.13791 12.1188 8.65724C11.5995 9.17657 11.3077 9.88094 11.3077 10.6154V12.6923H9.23077C9.04716 12.6923 8.87107 12.7652 8.74124 12.8951C8.6114 13.0249 8.53846 13.201 8.53846 13.3846C8.53846 13.5682 8.6114 13.7443 8.74124 13.8741C8.87107 14.004 9.04716 14.0769 9.23077 14.0769H11.3077V19.5834C9.35607 19.4052 7.54826 18.4815 6.26029 17.0045C4.97231 15.5274 4.30334 13.6107 4.39251 11.653C4.48168 9.69529 5.32213 7.84732 6.73905 6.49348C8.15597 5.13963 10.0403 4.38413 12 4.38413C13.9597 4.38413 15.844 5.13963 17.261 6.49348C18.6779 7.84732 19.5183 9.69529 19.6075 11.653C19.6967 13.6107 19.0277 15.5274 17.7397 17.0045C16.4517 18.4815 14.6439 19.4052 12.6923 19.5834Z"
|
|
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("file-code",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.6438 13.5871C16.7082 13.6514 16.7592 13.7278 16.7941 13.8118C16.8289 13.8959 16.8468 13.9859 16.8468 14.0769C16.8468 14.1679 16.8289 14.258 16.7941 14.342C16.7592 14.4261 16.7082 14.5024 16.6438 14.5667L14.5669 16.6437C14.437 16.7736 14.2608 16.8465 14.0771 16.8465C13.8934 16.8465 13.7172 16.7736 13.5873 16.6437C13.4574 16.5137 13.3844 16.3376 13.3844 16.1538C13.3844 15.9701 13.4574 15.7939 13.5873 15.664L15.1752 14.0769L13.5873 12.4898C13.4574 12.3599 13.3844 12.1837 13.3844 12C13.3844 11.8163 13.4574 11.6401 13.5873 11.5102C13.7172 11.3803 13.8934 11.3073 14.0771 11.3073C14.2608 11.3073 14.437 11.3803 14.5669 11.5102L16.6438 13.5871ZM10.413 11.5102C10.3487 11.4458 10.2724 11.3948 10.1883 11.3599C10.1043 11.3251 10.0142 11.3071 9.92323 11.3071C9.83225 11.3071 9.74216 11.3251 9.65811 11.3599C9.57407 11.3948 9.49772 11.4458 9.43342 11.5102L7.3565 13.5871C7.29213 13.6514 7.24106 13.7278 7.20622 13.8118C7.17138 13.8959 7.15345 13.9859 7.15345 14.0769C7.15345 14.1679 7.17138 14.258 7.20622 14.342C7.24106 14.4261 7.29213 14.5024 7.3565 14.5667L9.43342 16.6437C9.49774 16.708 9.5741 16.759 9.65814 16.7938C9.74219 16.8286 9.83226 16.8465 9.92323 16.8465C10.0142 16.8465 10.1043 16.8286 10.1883 16.7938C10.2724 16.759 10.3487 16.708 10.413 16.6437C10.4774 16.5793 10.5284 16.503 10.5632 16.4189C10.598 16.3349 10.6159 16.2448 10.6159 16.1538C10.6159 16.0629 10.598 15.9728 10.5632 15.8888C10.5284 15.8047 10.4774 15.7284 10.413 15.664L8.82505 14.0769L10.413 12.4898C10.4774 12.4255 10.5285 12.3492 10.5633 12.2651C10.5981 12.1811 10.6161 12.091 10.6161 12C10.6161 11.909 10.5981 11.8189 10.5633 11.7349C10.5285 11.6508 10.4774 11.5745 10.413 11.5102ZM19.6155 8.53846V19.6154C19.6155 19.9826 19.4697 20.3348 19.21 20.5945C18.9503 20.8541 18.5981 21 18.2309 21H5.76938C5.40216 21 5.04998 20.8541 4.79031 20.5945C4.53064 20.3348 4.38477 19.9826 4.38477 19.6154V4.38462C4.38477 4.01739 4.53064 3.66521 4.79031 3.40554C5.04998 3.14588 5.40216 3 5.76938 3H14.0771C14.168 2.99993 14.2581 3.01778 14.3421 3.05252C14.4262 3.08727 14.5025 3.13823 14.5669 3.2025L19.413 8.04865C19.4773 8.113 19.5283 8.18937 19.563 8.27341C19.5978 8.35745 19.6156 8.44752 19.6155 8.53846ZM14.7694 7.84615H17.2522L14.7694 5.36337V7.84615ZM18.2309 19.6154V9.23077H14.0771C13.8935 9.23077 13.7174 9.15783 13.5875 9.028C13.4577 8.89816 13.3848 8.72207 13.3848 8.53846V4.38462H5.76938V19.6154H18.2309Z"
|
|
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("files",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.274 6.07115L16.4103 2.225C16.3385 2.15359 16.2533 2.09696 16.1595 2.05836C16.0657 2.01975 15.9651 1.99992 15.8636 2H8.13636C7.72648 2 7.33339 2.16209 7.04356 2.45061C6.75373 2.73912 6.59091 3.13044 6.59091 3.53846V5.07692H5.04545C4.63557 5.07692 4.24248 5.23901 3.95265 5.52753C3.66282 5.81605 3.5 6.20736 3.5 6.61539V20.4615C3.5 20.8696 3.66282 21.2609 3.95265 21.5494C4.24248 21.8379 4.63557 22 5.04545 22H15.8636C16.2735 22 16.6666 21.8379 16.9564 21.5494C17.2463 21.2609 17.4091 20.8696 17.4091 20.4615V18.9231H18.9545C19.3644 18.9231 19.7575 18.761 20.0473 18.4725C20.3372 18.184 20.5 17.7926 20.5 17.3846V6.61539C20.5001 6.51434 20.4802 6.41427 20.4414 6.32089C20.4026 6.2275 20.3457 6.14264 20.274 6.07115ZM15.8636 20.4615H5.04545V6.61539H12.453L15.8636 10.0106V18.1385C15.8636 18.1442 15.8636 18.149 15.8636 18.1538C15.8636 18.1587 15.8636 18.1635 15.8636 18.1692V20.4615ZM18.9545 17.3846H17.4091V9.69231C17.4092 9.59126 17.3893 9.49119 17.3505 9.39781C17.3117 9.30443 17.2548 9.21957 17.1831 9.14808L13.3194 5.30192C13.2476 5.23051 13.1624 5.17389 13.0686 5.13528C12.9748 5.09667 12.8742 5.07684 12.7727 5.07692H8.13636V3.53846H15.5439L18.9545 6.93365V17.3846ZM13.5455 14.3077C13.5455 14.5117 13.464 14.7074 13.3191 14.8516C13.1742 14.9959 12.9777 15.0769 12.7727 15.0769H8.13636C7.93142 15.0769 7.73488 14.9959 7.58996 14.8516C7.44505 14.7074 7.36364 14.5117 7.36364 14.3077C7.36364 14.1037 7.44505 13.908 7.58996 13.7638C7.73488 13.6195 7.93142 13.5385 8.13636 13.5385H12.7727C12.9777 13.5385 13.1742 13.6195 13.3191 13.7638C13.464 13.908 13.5455 14.1037 13.5455 14.3077ZM13.5455 17.3846C13.5455 17.5886 13.464 17.7843 13.3191 17.9285C13.1742 18.0728 12.9777 18.1538 12.7727 18.1538H8.13636C7.93142 18.1538 7.73488 18.0728 7.58996 17.9285C7.44505 17.7843 7.36364 17.5886 7.36364 17.3846C7.36364 17.1806 7.44505 16.9849 7.58996 16.8407C7.73488 16.6964 7.93142 16.6154 8.13636 16.6154H12.7727C12.9777 16.6154 13.1742 16.6964 13.3191 16.8407C13.464 16.9849 13.5455 17.1806 13.5455 17.3846Z"
|
|
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("filter-funnel",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.6187 4.14346C21.5033 3.87675 21.312 3.64986 21.0686 3.49101C20.8253 3.33216 20.5406 3.24836 20.25 3.25002H3.74997C3.45966 3.2506 3.17575 3.3354 2.93269 3.49416C2.68962 3.65291 2.49785 3.87879 2.38063 4.14438C2.26341 4.40998 2.22579 4.70389 2.27232 4.99045C2.31886 5.27701 2.44755 5.54391 2.64279 5.75877L2.65029 5.76721L8.99998 12.5472V19.75C8.99991 20.0215 9.07353 20.2879 9.21297 20.5208C9.35241 20.7538 9.55246 20.9445 9.79178 21.0727C10.0311 21.2008 10.3007 21.2617 10.5719 21.2486C10.843 21.2356 11.1056 21.1493 11.3315 20.9988L14.3315 18.9981C14.5372 18.8612 14.7058 18.6755 14.8224 18.4576C14.939 18.2398 15 17.9965 15 17.7494V12.5472L21.3506 5.76721L21.3581 5.75877C21.5554 5.54489 21.6853 5.27764 21.7317 4.99037C21.778 4.7031 21.7387 4.40854 21.6187 4.14346ZM13.7043 11.7419C13.5746 11.8795 13.5016 12.0609 13.5 12.25V17.7494L10.5 19.75V12.25C10.5 12.0596 10.4276 11.8762 10.2975 11.7372L3.74997 4.75002H20.25L13.7043 11.7419Z"
|
|
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("filters-2",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.75 12.25C18.75 12.4489 18.671 12.6397 18.5303 12.7803C18.3897 12.921 18.1989 13 18 13H6C5.80109 13 5.61032 12.921 5.46967 12.7803C5.32902 12.6397 5.25 12.4489 5.25 12.25C5.25 12.0511 5.32902 11.8603 5.46967 11.7197C5.61032 11.579 5.80109 11.5 6 11.5H18C18.1989 11.5 18.3897 11.579 18.5303 11.7197C18.671 11.8603 18.75 12.0511 18.75 12.25ZM21.75 7H2.25C2.05109 7 1.86032 7.07902 1.71967 7.21967C1.57902 7.36032 1.5 7.55109 1.5 7.75C1.5 7.94891 1.57902 8.13968 1.71967 8.28033C1.86032 8.42098 2.05109 8.5 2.25 8.5H21.75C21.9489 8.5 22.1397 8.42098 22.2803 8.28033C22.421 8.13968 22.5 7.94891 22.5 7.75C22.5 7.55109 22.421 7.36032 22.2803 7.21967C22.1397 7.07902 21.9489 7 21.75 7ZM14.25 16H9.75C9.55109 16 9.36032 16.079 9.21967 16.2197C9.07902 16.3603 9 16.5511 9 16.75C9 16.9489 9.07902 17.1397 9.21967 17.2803C9.36032 17.421 9.55109 17.5 9.75 17.5H14.25C14.4489 17.5 14.6397 17.421 14.7803 17.2803C14.921 17.1397 15 16.9489 15 16.75C15 16.5511 14.921 16.3603 14.7803 16.2197C14.6397 16.079 14.4489 16 14.25 16Z"
|
|
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("filters",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.75 11.25V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V11.25C11.25 11.0511 11.329 10.8603 11.4697 10.7197C11.6103 10.579 11.8011 10.5 12 10.5C12.1989 10.5 12.3897 10.579 12.5303 10.7197C12.671 10.8603 12.75 11.0511 12.75 11.25ZM18.75 18C18.5511 18 18.3603 18.079 18.2197 18.2197C18.079 18.3603 18 18.5511 18 18.75V20.25C18 20.4489 18.079 20.6397 18.2197 20.7803C18.3603 20.921 18.5511 21 18.75 21C18.9489 21 19.1397 20.921 19.2803 20.7803C19.421 20.6397 19.5 20.4489 19.5 20.25V18.75C19.5 18.5511 19.421 18.3603 19.2803 18.2197C19.1397 18.079 18.9489 18 18.75 18ZM21 15H19.5V3.75C19.5 3.55109 19.421 3.36032 19.2803 3.21967C19.1397 3.07902 18.9489 3 18.75 3C18.5511 3 18.3603 3.07902 18.2197 3.21967C18.079 3.36032 18 3.55109 18 3.75V15H16.5C16.3011 15 16.1103 15.079 15.9697 15.2197C15.829 15.3603 15.75 15.5511 15.75 15.75C15.75 15.9489 15.829 16.1397 15.9697 16.2803C16.1103 16.421 16.3011 16.5 16.5 16.5H21C21.1989 16.5 21.3897 16.421 21.5303 16.2803C21.671 16.1397 21.75 15.9489 21.75 15.75C21.75 15.5511 21.671 15.3603 21.5303 15.2197C21.3897 15.079 21.1989 15 21 15ZM5.25 15C5.05109 15 4.86032 15.079 4.71967 15.2197C4.57902 15.3603 4.5 15.5511 4.5 15.75V20.25C4.5 20.4489 4.57902 20.6397 4.71967 20.7803C4.86032 20.921 5.05109 21 5.25 21C5.44891 21 5.63968 20.921 5.78033 20.7803C5.92098 20.6397 6 20.4489 6 20.25V15.75C6 15.5511 5.92098 15.3603 5.78033 15.2197C5.63968 15.079 5.44891 15 5.25 15ZM7.5 12H6V3.75C6 3.55109 5.92098 3.36032 5.78033 3.21967C5.63968 3.07902 5.44891 3 5.25 3C5.05109 3 4.86032 3.07902 4.71967 3.21967C4.57902 3.36032 4.5 3.55109 4.5 3.75V12H3C2.80109 12 2.61032 12.079 2.46967 12.2197C2.32902 12.3603 2.25 12.5511 2.25 12.75C2.25 12.9489 2.32902 13.1397 2.46967 13.2803C2.61032 13.421 2.80109 13.5 3 13.5H7.5C7.69891 13.5 7.88968 13.421 8.03033 13.2803C8.17098 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.17098 12.3603 8.03033 12.2197C7.88968 12.079 7.69891 12 7.5 12ZM14.25 7.5H12.75V3.75C12.75 3.55109 12.671 3.36032 12.5303 3.21967C12.3897 3.07902 12.1989 3 12 3C11.8011 3 11.6103 3.07902 11.4697 3.21967C11.329 3.36032 11.25 3.55109 11.25 3.75V7.5H9.75C9.55109 7.5 9.36032 7.57902 9.21967 7.71967C9.07902 7.86032 9 8.05109 9 8.25C9 8.44891 9.07902 8.63968 9.21967 8.78033C9.36032 8.92098 9.55109 9 9.75 9H14.25C14.4489 9 14.6397 8.92098 14.7803 8.78033C14.921 8.63968 15 8.44891 15 8.25C15 8.05109 14.921 7.86032 14.7803 7.71967C14.6397 7.57902 14.4489 7.5 14.25 7.5Z"
|
|
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("flame",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.6574 14.445C16.4846 15.4105 16.02 16.3 15.3263 16.9936C14.6326 17.6871 13.743 18.1515 12.7774 18.3241C12.7407 18.33 12.7037 18.3331 12.6666 18.3333C12.4993 18.3333 12.3382 18.2704 12.2152 18.1571C12.0922 18.0439 12.0162 17.8885 12.0024 17.7218C11.9885 17.5552 12.0378 17.3894 12.1405 17.2574C12.2431 17.1254 12.3916 17.0368 12.5566 17.0091C13.9374 16.7766 15.1091 15.605 15.3433 14.2216C15.3729 14.0472 15.4705 13.8918 15.6148 13.7894C15.759 13.687 15.938 13.6462 16.1124 13.6758C16.2868 13.7054 16.4423 13.8031 16.5446 13.9473C16.647 14.0916 16.6879 14.2706 16.6583 14.445H16.6574ZM19.3333 13.6666C19.3333 15.6115 18.5607 17.4768 17.1854 18.8521C15.8101 20.2274 13.9448 21 11.9999 21C10.055 21 8.18968 20.2274 6.8144 18.8521C5.43913 17.4768 4.6665 15.6115 4.6665 13.6666C4.6665 11.3399 5.58318 8.96074 7.38819 6.59573C7.44533 6.52084 7.51768 6.45891 7.60049 6.41402C7.6833 6.36913 7.77468 6.34229 7.86862 6.33529C7.96255 6.32828 8.0569 6.34126 8.14545 6.37336C8.23401 6.40547 8.31475 6.45598 8.38236 6.52156L10.3924 8.47241L12.2257 3.4382C12.2624 3.3378 12.3226 3.24767 12.4013 3.17542C12.4801 3.10316 12.5751 3.0509 12.6783 3.02305C12.7814 2.99519 12.8898 2.99254 12.9942 3.01534C13.0986 3.03814 13.1961 3.08571 13.2782 3.15403C15.1007 4.66654 19.3333 8.71241 19.3333 13.6666ZM17.9999 13.6666C17.9999 9.82575 15.0174 6.50656 13.1491 4.80571L11.2932 9.89492C11.2551 9.99944 11.1915 10.0928 11.1081 10.1664C11.0247 10.24 10.9242 10.2916 10.8158 10.3165C10.7073 10.3413 10.5944 10.3387 10.4873 10.3087C10.3801 10.2787 10.2822 10.2224 10.2024 10.1449L8.00486 8.01324C6.67402 9.93408 5.99985 11.8333 5.99985 13.6666C5.99985 15.2579 6.63199 16.7841 7.75722 17.9093C8.88245 19.0345 10.4086 19.6667 11.9999 19.6667C13.5912 19.6667 15.1173 19.0345 16.2426 17.9093C17.3678 16.7841 17.9999 15.2579 17.9999 13.6666Z"
|
|
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("flash-off",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="M5.82573 4.2187C5.76717 4.15269 5.6961 4.09897 5.61663 4.06063C5.53715 4.0223 5.45086 4.00012 5.36275 3.99538C5.27465 3.99064 5.18647 4.00343 5.10335 4.03302C5.02022 4.0626 4.94379 4.1084 4.87849 4.16774C4.8132 4.22708 4.76032 4.29879 4.72294 4.37872C4.68557 4.45865 4.66442 4.5452 4.66074 4.63336C4.65705 4.72151 4.67091 4.80953 4.70149 4.89229C4.73207 4.97506 4.77877 5.05093 4.8389 5.11552L8.11028 8.71445L4.84473 12.215C4.76891 12.2949 4.71407 12.3924 4.68509 12.4986C4.65611 12.6049 4.65391 12.7166 4.67867 12.824C4.70344 12.9313 4.7544 13.0308 4.82701 13.1136C4.89962 13.1964 4.99161 13.26 5.09477 13.2986L9.89808 15.0997L8.67954 21.2057C8.65187 21.3477 8.67114 21.4949 8.73444 21.625C8.79774 21.7551 8.90164 21.861 9.03045 21.9269C9.15927 21.9928 9.30601 22.0149 9.44853 21.9901C9.59106 21.9652 9.72164 21.8947 9.82056 21.7891L14.9764 16.2649L18.1745 19.7821C18.233 19.8481 18.3041 19.9019 18.3836 19.9402C18.463 19.9785 18.5493 20.0007 18.6374 20.0055C18.7255 20.0102 18.8137 19.9974 18.8968 19.9678C18.98 19.9382 19.0564 19.8924 19.1217 19.8331C19.187 19.7738 19.2399 19.702 19.2772 19.6221C19.3146 19.5422 19.3358 19.4556 19.3395 19.3675C19.3431 19.2793 19.3293 19.1913 19.2987 19.1085C19.2681 19.0258 19.2214 18.9499 19.1613 18.8853L5.82573 4.2187ZM10.4473 19.1695L11.32 14.8038C11.3512 14.649 11.3265 14.4881 11.2501 14.3498C11.1738 14.2115 11.0509 14.1048 10.9032 14.0487L6.49917 12.3942L9.00959 9.70462L14.0754 15.2772L10.4473 19.1695ZM10.3882 7.25087C10.3241 7.19112 10.2725 7.11934 10.2362 7.03962C10.1999 6.95991 10.1796 6.87382 10.1766 6.78628C10.1736 6.69874 10.1878 6.61146 10.2186 6.52943C10.2493 6.4474 10.2959 6.37223 10.3557 6.30821L14.1796 2.21086C14.2785 2.10529 14.4091 2.03476 14.5517 2.00991C14.6942 1.98506 14.8409 2.00724 14.9697 2.07311C15.0985 2.13897 15.2024 2.24495 15.2657 2.37504C15.329 2.50513 15.3483 2.65229 15.3207 2.79429L14.0988 8.90948L18.9021 10.7106C19.0045 10.7495 19.0957 10.8129 19.1678 10.8954C19.2398 10.9779 19.2904 11.0769 19.3152 11.1836C19.3399 11.2903 19.3379 11.4014 19.3095 11.5072C19.2811 11.6129 19.227 11.71 19.1521 11.79L17.2935 13.7811C17.172 13.9068 17.0061 13.9798 16.8314 13.9843C16.6566 13.9888 16.4871 13.9246 16.3593 13.8054C16.2315 13.6862 16.1556 13.5216 16.1479 13.347C16.1402 13.1724 16.2014 13.0017 16.3183 12.8718L17.501 11.6091L13.1003 9.95882C12.9526 9.90271 12.8297 9.796 12.7534 9.65771C12.6771 9.51942 12.6523 9.35853 12.6835 9.2037L13.5562 4.83797L11.3333 7.2192C11.2735 7.28357 11.2015 7.33546 11.1215 7.37191C11.0415 7.40836 10.9552 7.42864 10.8673 7.43159C10.7795 7.43453 10.6919 7.42008 10.6097 7.38906C10.5275 7.35805 10.4522 7.31109 10.3882 7.25087Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
`);
|