@akhiljoseph/maj-ui 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/components/index.d.ts +34 -0
- package/dist/components/maj-accordion/MajAccordion.d.ts +4 -0
- package/dist/components/maj-accordion/MajAccordion.types.d.ts +15 -0
- package/dist/components/maj-accordion/index.d.ts +1 -0
- package/dist/components/maj-article/MajArticle.d.ts +3 -0
- package/dist/components/maj-article/MajArticle.types.d.ts +5 -0
- package/dist/components/maj-article/index.d.ts +1 -0
- package/dist/components/maj-autocomplete/MajAutocomplete.d.ts +3 -0
- package/dist/components/maj-autocomplete/MajAutocomplete.type.d.ts +6 -0
- package/dist/components/maj-autocomplete/index.d.ts +1 -0
- package/dist/components/maj-avatar/MajAvatar.d.ts +3 -0
- package/dist/components/maj-avatar/MajAvatar.type.d.ts +11 -0
- package/dist/components/maj-avatar/index.d.ts +1 -0
- package/dist/components/maj-badge/MajBadge.d.ts +3 -0
- package/dist/components/maj-badge/MajBadge.type.d.ts +5 -0
- package/dist/components/maj-badge/index.d.ts +1 -0
- package/dist/components/maj-button/MajButton.d.ts +3 -0
- package/dist/components/maj-button/MajButton.type.d.ts +14 -0
- package/dist/components/maj-button/index.d.ts +1 -0
- package/dist/components/maj-button-group/MajButtonGroup.d.ts +3 -0
- package/dist/components/maj-button-group/MajButtonGroup.type.d.ts +1 -0
- package/dist/components/maj-button-group/index.d.ts +1 -0
- package/dist/components/maj-card/MajCard.d.ts +3 -0
- package/dist/components/maj-card/MajCard.types.d.ts +4 -0
- package/dist/components/maj-card/index.d.ts +1 -0
- package/dist/components/maj-checkbox/MajCheckbox.d.ts +3 -0
- package/dist/components/maj-checkbox/MajCheckbox.type.d.ts +3 -0
- package/dist/components/maj-checkbox/index.d.ts +1 -0
- package/dist/components/maj-chip/MajChip.d.ts +3 -0
- package/dist/components/maj-chip/MajChip.type.d.ts +5 -0
- package/dist/components/maj-chip/index.d.ts +1 -0
- package/dist/components/maj-date-picker/MajDatePicker.d.ts +3 -0
- package/dist/components/maj-date-picker/MajDatePicker.type.d.ts +4 -0
- package/dist/components/maj-date-picker/index.d.ts +1 -0
- package/dist/components/maj-date-time-picker/MajDateTimePicker.d.ts +3 -0
- package/dist/components/maj-date-time-picker/MajDateTimePicker.type.d.ts +4 -0
- package/dist/components/maj-date-time-picker/index.d.ts +1 -0
- package/dist/components/maj-divider/MajDivider.d.ts +3 -0
- package/dist/components/maj-divider/MajDivider.types.d.ts +7 -0
- package/dist/components/maj-divider/index.d.ts +1 -0
- package/dist/components/maj-embed/MajEmbed.d.ts +3 -0
- package/dist/components/maj-embed/MajEmbed.types.d.ts +6 -0
- package/dist/components/maj-embed/index.d.ts +1 -0
- package/dist/components/maj-header/MajHeader.d.ts +3 -0
- package/dist/components/maj-header/MajHeader.types.d.ts +4 -0
- package/dist/components/maj-header/index.d.ts +1 -0
- package/dist/components/maj-icon/index.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/360/360.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/360/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/address-book/address-book.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/address-book/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/angle-down/angle-down.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/angle-down/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/angle-left/angle-left.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/angle-left/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/angle-right/angle-right.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/angle-right/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/angle-up/angle-up.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/angle-up/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-down/arrow-down.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-down/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-down-to-line/arrow-down-to-line.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-down-to-line/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-left/arrow-left.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-left/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-right/arrow-right.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-right/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-right-arrow-left/arrow-right-arrow-left.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-right-arrow-left/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-up/arrow-up.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-up/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-up-from-bracket/arrow-up-from-bracket.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-up-from-bracket/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrow-up-to-line/arrow-up-to-line.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrow-up-to-line/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/arrows-rotate/arrows-rotate.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/arrows-rotate/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/backward-step/backward-step.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/backward-step/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/barcode-read/barcode-read.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/barcode-read/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/bars/bars.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/bars/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/bell/bell.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/bell/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/bolt-lightning/bolt-lightning.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/bolt-lightning/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/box-open/box-open.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/box-open/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/bug/bug.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/bug/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/calendar-days/calendar-days.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/calendar-days/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/camera-viewfinder/camera-viewfinder.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/camera-viewfinder/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/caret-down/caret-down.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/caret-down/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/caret-left/caret-left.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/caret-left/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/caret-right/caret-right.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/caret-right/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/caret-up/caret-up.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/caret-up/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/cart-flatbed-boxes/cart-flatbed-boxes.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/cart-flatbed-boxes/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/cart-shopping/cart-shopping.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/cart-shopping/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/chair-office/chair-office.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/chair-office/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/chart-column/chart-column.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/chart-column/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/chart-simple/chart-simple.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/chart-simple/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/check/check.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/check/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle/circle.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-check/circle-check.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-check/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-exclamation/circle-exclamation.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-exclamation/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-info/circle-info.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-info/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-minus/circle-minus.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-minus/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-question/circle-question.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-question/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-user/circle-user.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-user/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/circle-x-mark/circle-x-mark.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/circle-x-mark/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/clipboard-list/clipboard-list.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/clipboard-list/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/clock/clock.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/clock/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/comment/comment.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/comment/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/credit-card/credit-card.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/credit-card/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/cross-hairs/cross-hairs.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/cross-hairs/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/database/database.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/database/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/ellipsis/ellipsis.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/ellipsis/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/ellipsis-vertical/ellipsis-vertical.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/ellipsis-vertical/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/envelope/envelope.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/envelope/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/equals/equals.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/equals/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/expand/expand.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/expand/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/eye/eye.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/eye/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/eye-slash/eye-slash.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/eye-slash/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/file-arrow-down/file-arrow-down.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/file-arrow-down/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/file-arrow-up/file-arrow-up.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/file-arrow-up/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/file-invoice/file-invoice.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/file-invoice/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/filter/filter.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/filter/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/flash/flash.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/flash/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/forward-step/forward-step.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/forward-step/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/gauge/gauge.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/gauge/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/gear/gear.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/gear/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/gears/gears.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/gears/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/globe/globe.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/globe/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/grid/grid.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/grid/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/grid-horizontal/grid-horizontal.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/grid-horizontal/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/grip-dots/grip-dots.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/grip-dots/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/headset/headset.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/headset/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/heart-pulse/heart-pulse.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/heart-pulse/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/house/house.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/house/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/index.d.ts +107 -0
- package/dist/components/maj-icon/light-icon/location-dot/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/location-dot/location-dot.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/lock/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/lock/lock.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/magnifying-glass/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/magnifying-glass/magnifying-glass.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/minus/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/minus/minus.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/paperclip/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/paperclip/paperclip.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/pause/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/pause/pause.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/pencil/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/pencil/pencil.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/picture/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/picture/picture.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/play/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/play/play.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/plus/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/plus/plus.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/print/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/print/print.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/repeat/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/repeat/repeat.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/share/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/share/share.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/shuffle/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/shuffle/shuffle.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/sort/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/sort/sort.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/square-facebook/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/square-facebook/square-facebook.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/square-instagram/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/square-instagram/square-instagram.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/square-linkedin/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/square-linkedin/square-linkedin.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/square-list/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/square-list/square-list.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/square-youtube/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/square-youtube/square-youtube.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/star/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/star/star.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/store/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/store/store.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/tag/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/tag/tag.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/thumbs-down/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/thumbs-down/thumbs-down.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/thumbs-up/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/thumbs-up/thumbs-up.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/trash-can/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/trash-can/trash-can.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/triangle-exclamation/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/triangle-exclamation/triangle-exclamation.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/truck/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/truck/truck.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/twitter-x/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/twitter-x/twitter-x.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/unlock/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/unlock/unlock.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/upload/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/upload/upload.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/user/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/user/user.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/volume/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/volume/volume.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/volume-slash/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/volume-slash/volume-slash.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/wave-pulse/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/wave-pulse/wave-pulse.d.ts +2 -0
- package/dist/components/maj-icon/light-icon/x-mark/index.d.ts +1 -0
- package/dist/components/maj-icon/light-icon/x-mark/x-mark.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/360/360.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/360/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/address-book/address-book.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/address-book/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/angle-down/angle-down.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/angle-down/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/angle-left/angle-left.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/angle-left/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/angle-right/angle-right.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/angle-right/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/angle-up/angle-up.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/angle-up/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-down/arrow-down.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-down/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-down-to-line/arrow-down-to-line.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-down-to-line/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-left/arrow-left.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-left/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-right/arrow-right.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-right/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-right-arrow-left/arrow-right-arrow-left.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-right-arrow-left/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-up/arrow-up.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-up/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-up-from-bracket/arrow-up-from-bracket.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-up-from-bracket/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrow-up-to-line/arrow-up-to-line.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrow-up-to-line/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/arrows-rotate/arrows-rotate.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/arrows-rotate/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/backward-step/backward-step.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/backward-step/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/barcode-read/barcode-read.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/barcode-read/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/bars/bars.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/bars/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/bell/bell.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/bell/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/bolt-lightning/bolt-lightning.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/bolt-lightning/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/box-open/box-open.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/box-open/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/bug/bug.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/bug/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/calendar-days/calendar-days.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/calendar-days/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/camera-viewfinder/camera-viewfinder.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/camera-viewfinder/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/caret-down/caret-down.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/caret-down/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/caret-left/caret-left.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/caret-left/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/caret-right/caret-right.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/caret-right/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/caret-up/caret-up.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/caret-up/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/cart-flatbed-boxes/cart-flatbed-boxes.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/cart-flatbed-boxes/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/cart-shopping/cart-shopping.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/cart-shopping/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/chair-office/chair-office.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/chair-office/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/chart-column/chart-column.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/chart-column/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/chart-simple/chart-simple.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/chart-simple/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/check/check.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/check/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle/circle.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-check/circle-check.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-check/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-exclamation/circle-exclamation.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-exclamation/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-info/circle-info.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-info/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-minus/circle-minus.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-minus/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-question/circle-question.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-question/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-user/circle-user.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-user/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/circle-x-mark/circle-x-mark.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/circle-x-mark/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/clipboard-list/clipboard-list.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/clipboard-list/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/clock/clock.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/clock/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/comment/comment.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/comment/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/credit-card/credit-card.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/credit-card/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/cross-hairs/cross-hairs.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/cross-hairs/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/database/database.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/database/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/ellipsis/ellipsis.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/ellipsis/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/ellipsis-vertical/ellipsis-vertical.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/ellipsis-vertical/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/envelope/envelope.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/envelope/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/equals/equals.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/equals/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/expand/expand.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/expand/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/eye/eye.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/eye/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/eye-slash/eye-slash.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/eye-slash/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/file-arrow-down/file-arrow-down.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/file-arrow-down/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/file-arrow-up/file-arrow-up.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/file-arrow-up/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/file-invoice/file-invoice.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/file-invoice/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/filter/filter.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/filter/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/flash/flash.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/flash/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/forward-step/forward-step.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/forward-step/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/gauge/gauge.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/gauge/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/gear/gear.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/gear/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/gears/gears.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/gears/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/globe/globe.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/globe/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/grid/grid.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/grid/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/grid-horizontal/grid-horizontal.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/grid-horizontal/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/grip-dots/grip-dots.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/grip-dots/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/headset/headset.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/headset/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/heart-pulse/heart-pulse.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/heart-pulse/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/house/house.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/house/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/index.d.ts +106 -0
- package/dist/components/maj-icon/solid-icon/location-dot/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/location-dot/location-dot.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/lock/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/lock/lock.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/magnifying-glass/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/magnifying-glass/magnifying-glass.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/minus/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/minus/minus.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/paperclip/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/paperclip/paperclip.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/pause/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/pause/pause.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/pencil/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/pencil/pencil.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/picture/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/picture/picture.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/play/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/play/play.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/plus/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/plus/plus.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/print/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/print/print.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/repeat/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/repeat/repeat.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/share/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/share/share.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/shuffle/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/shuffle/shuffle.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/sort/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/sort/sort.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/square-facebook/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/square-facebook/square-facebook.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/square-instagram/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/square-instagram/square-instagram.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/square-linkedin/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/square-linkedin/square-linkedin.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/square-list/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/square-list/square-list.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/square-youtube/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/square-youtube/square-youtube.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/star/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/star/star.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/store/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/store/store.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/tag/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/tag/tag.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/thumbs-down/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/thumbs-down/thumbs-down.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/thumbs-up/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/thumbs-up/thumbs-up.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/trash-can/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/trash-can/trash-can.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/triangle-exclamation/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/triangle-exclamation/triangle-exclamation.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/truck/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/truck/truck.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/twitter-x/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/twitter-x/twitter-x.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/unlock/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/unlock/unlock.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/upload/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/upload/upload.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/user/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/user/user.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/volume/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/volume/volume.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/volume-slash/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/volume-slash/volume-slash.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/wave-pulse/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/wave-pulse/wave-pulse.d.ts +2 -0
- package/dist/components/maj-icon/solid-icon/x-mark/index.d.ts +1 -0
- package/dist/components/maj-icon/solid-icon/x-mark/x-mark.d.ts +2 -0
- package/dist/components/maj-icon-button/MajIconButton.d.ts +3 -0
- package/dist/components/maj-icon-button/MajIconButton.type.d.ts +4 -0
- package/dist/components/maj-icon-button/index.d.ts +1 -0
- package/dist/components/maj-loader/MajLoader.d.ts +3 -0
- package/dist/components/maj-loader/MajLoader.types.d.ts +1 -0
- package/dist/components/maj-loader/index.d.ts +1 -0
- package/dist/components/maj-pagination/MajPagination.d.ts +3 -0
- package/dist/components/maj-pagination/MajPagination.types.d.ts +3 -0
- package/dist/components/maj-pagination/index.d.ts +1 -0
- package/dist/components/maj-popover/MajPopover.d.ts +3 -0
- package/dist/components/maj-popover/MajPopover.types.d.ts +3 -0
- package/dist/components/maj-popover/index.d.ts +1 -0
- package/dist/components/maj-progress-bar/MajProgressBar.d.ts +3 -0
- package/dist/components/maj-progress-bar/MajProgressBar.types.d.ts +3 -0
- package/dist/components/maj-progress-bar/index.d.ts +1 -0
- package/dist/components/maj-radio-group/MajRadioGroup.d.ts +3 -0
- package/dist/components/maj-radio-group/MajRadioGroup.types.d.ts +5 -0
- package/dist/components/maj-radio-group/index.d.ts +1 -0
- package/dist/components/maj-rating/MajRating.d.ts +3 -0
- package/dist/components/maj-rating/MajRating.type.d.ts +1 -0
- package/dist/components/maj-rating/index.d.ts +1 -0
- package/dist/components/maj-section/MajSection.d.ts +3 -0
- package/dist/components/maj-section/MajSection.types.d.ts +4 -0
- package/dist/components/maj-section/index.d.ts +1 -0
- package/dist/components/maj-select/MajSelect.d.ts +3 -0
- package/dist/components/maj-select/MajSelect.type.d.ts +8 -0
- package/dist/components/maj-select/index.d.ts +1 -0
- package/dist/components/maj-slider/MajSlider.d.ts +3 -0
- package/dist/components/maj-slider/MajSlider.types.d.ts +7 -0
- package/dist/components/maj-slider/index.d.ts +1 -0
- package/dist/components/maj-snackbar/MajSnackbar.d.ts +3 -0
- package/dist/components/maj-snackbar/MajSnackbar.types.d.ts +4 -0
- package/dist/components/maj-snackbar/index.d.ts +1 -0
- package/dist/components/maj-switch/MajSwitch.d.ts +3 -0
- package/dist/components/maj-switch/MajSwitch.types.d.ts +1 -0
- package/dist/components/maj-switch/index.d.ts +1 -0
- package/dist/components/maj-tab/MajTab.d.ts +2 -0
- package/dist/components/maj-tab/MajTab.types.d.ts +3 -0
- package/dist/components/maj-tab/index.d.ts +1 -0
- package/dist/components/maj-text-field/MajTextField.d.ts +3 -0
- package/dist/components/maj-text-field/MajTextField.types.d.ts +5 -0
- package/dist/components/maj-text-field/index.d.ts +1 -0
- package/dist/components/maj-time-picker/MajTimePicker.d.ts +3 -0
- package/dist/components/maj-time-picker/MajTimePicker.types.d.ts +1 -0
- package/dist/components/maj-time-picker/index.d.ts +1 -0
- package/dist/components/maj-toggle/MajToggle.d.ts +3 -0
- package/dist/components/maj-toggle/MajToggle.types.d.ts +4 -0
- package/dist/components/maj-toggle/index.d.ts +1 -0
- package/dist/components/maj-tooltip/MajTooltip.d.ts +3 -0
- package/dist/components/maj-tooltip/MajTooltip.types.d.ts +3 -0
- package/dist/components/maj-tooltip/index.d.ts +1 -0
- package/dist/components/maj-typography/index.d.ts +14 -0
- package/dist/components/maj-typography/maj-bold/MajBold.d.ts +3 -0
- package/dist/components/maj-typography/maj-bold/MajBold.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-bold/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-del/MajDel.d.ts +3 -0
- package/dist/components/maj-typography/maj-del/MajDel.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-del/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-heading-five/MajHeadingFive.d.ts +3 -0
- package/dist/components/maj-typography/maj-heading-five/MajHeadingFive.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-heading-five/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-heading-four/MajHeadingFour.d.ts +3 -0
- package/dist/components/maj-typography/maj-heading-four/MajHeadingFour.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-heading-four/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-heading-one/MajHeadingOne.d.ts +3 -0
- package/dist/components/maj-typography/maj-heading-one/MajHeadingOne.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-heading-one/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-heading-six/MajHeadingSix.d.ts +3 -0
- package/dist/components/maj-typography/maj-heading-six/MajHeadingSix.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-heading-six/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-heading-three/MajHeadingThree.d.ts +3 -0
- package/dist/components/maj-typography/maj-heading-three/MajHeadingThree.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-heading-three/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-heading-two/MajHeadingTwo.d.ts +3 -0
- package/dist/components/maj-typography/maj-heading-two/MajHeadingTwo.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-heading-two/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-label/MajLabel.d.ts +3 -0
- package/dist/components/maj-typography/maj-label/MajLabel.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-label/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-link/MajLink.d.ts +3 -0
- package/dist/components/maj-typography/maj-link/MajLink.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-link/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-paragraph/MajParagraph.d.ts +3 -0
- package/dist/components/maj-typography/maj-paragraph/MajParagraph.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-paragraph/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-small/MajSmall.d.ts +3 -0
- package/dist/components/maj-typography/maj-small/MajSmall.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-small/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-sub-script/MajSubScript.d.ts +3 -0
- package/dist/components/maj-typography/maj-sub-script/MajSubScript.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-sub-script/index.d.ts +1 -0
- package/dist/components/maj-typography/maj-super-script/MajSuperScript.d.ts +3 -0
- package/dist/components/maj-typography/maj-super-script/MajSuperScript.types.d.ts +4 -0
- package/dist/components/maj-typography/maj-super-script/index.d.ts +1 -0
- package/dist/index.cjs.js +31 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +3061 -0
- package/dist/index.es.js.map +1 -0
- package/dist/style.css +1 -0
- package/package.json +83 -0
package/dist/index.es.js
ADDED
|
@@ -0,0 +1,3061 @@
|
|
|
1
|
+
import b2, { useState as P, useEffect as B2 } from "react";
|
|
2
|
+
var C2 = { exports: {} }, T = {};
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-jsx-runtime.production.min.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var I2;
|
|
13
|
+
function d0() {
|
|
14
|
+
if (I2) return T;
|
|
15
|
+
I2 = 1;
|
|
16
|
+
var e = b2, c = Symbol.for("react.element"), u = Symbol.for("react.fragment"), j = Object.prototype.hasOwnProperty, H = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, $ = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
|
+
function Z(d, m, f) {
|
|
18
|
+
var r, w = {}, p = null, _ = null;
|
|
19
|
+
f !== void 0 && (p = "" + f), m.key !== void 0 && (p = "" + m.key), m.ref !== void 0 && (_ = m.ref);
|
|
20
|
+
for (r in m) j.call(m, r) && !$.hasOwnProperty(r) && (w[r] = m[r]);
|
|
21
|
+
if (d && d.defaultProps) for (r in m = d.defaultProps, m) w[r] === void 0 && (w[r] = m[r]);
|
|
22
|
+
return { $$typeof: c, type: d, key: p, ref: _, props: w, _owner: H.current };
|
|
23
|
+
}
|
|
24
|
+
return T.Fragment = u, T.jsx = Z, T.jsxs = Z, T;
|
|
25
|
+
}
|
|
26
|
+
var A = {};
|
|
27
|
+
/**
|
|
28
|
+
* @license React
|
|
29
|
+
* react-jsx-runtime.development.js
|
|
30
|
+
*
|
|
31
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
32
|
+
*
|
|
33
|
+
* This source code is licensed under the MIT license found in the
|
|
34
|
+
* LICENSE file in the root directory of this source tree.
|
|
35
|
+
*/
|
|
36
|
+
var p2;
|
|
37
|
+
function x0() {
|
|
38
|
+
return p2 || (p2 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
+
var e = b2, c = Symbol.for("react.element"), u = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), H = Symbol.for("react.strict_mode"), $ = Symbol.for("react.profiler"), Z = Symbol.for("react.provider"), d = Symbol.for("react.context"), m = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), r = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), e2 = Symbol.iterator, y2 = "@@iterator";
|
|
40
|
+
function E2(a) {
|
|
41
|
+
if (a === null || typeof a != "object")
|
|
42
|
+
return null;
|
|
43
|
+
var t = e2 && a[e2] || a[y2];
|
|
44
|
+
return typeof t == "function" ? t : null;
|
|
45
|
+
}
|
|
46
|
+
var N = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
|
+
function x(a) {
|
|
48
|
+
{
|
|
49
|
+
for (var t = arguments.length, s = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
|
|
50
|
+
s[n - 1] = arguments[n];
|
|
51
|
+
R2("error", a, s);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
function R2(a, t, s) {
|
|
55
|
+
{
|
|
56
|
+
var n = N.ReactDebugCurrentFrame, o = n.getStackAddendum();
|
|
57
|
+
o !== "" && (t += "%s", s = s.concat([o]));
|
|
58
|
+
var g = s.map(function(l) {
|
|
59
|
+
return String(l);
|
|
60
|
+
});
|
|
61
|
+
g.unshift("Warning: " + t), Function.prototype.apply.call(console[a], console, g);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
var T2 = !1, A2 = !1, P2 = !1, _2 = !1, F2 = !1, a2;
|
|
65
|
+
a2 = Symbol.for("react.module.reference");
|
|
66
|
+
function D2(a) {
|
|
67
|
+
return !!(typeof a == "string" || typeof a == "function" || a === j || a === $ || F2 || a === H || a === f || a === r || _2 || a === _ || T2 || A2 || P2 || typeof a == "object" && a !== null && (a.$$typeof === p || a.$$typeof === w || a.$$typeof === Z || a.$$typeof === d || a.$$typeof === m || // This needs to include all possible module reference object
|
|
68
|
+
// types supported by any Flight configuration anywhere since
|
|
69
|
+
// we don't know which Flight build this will end up being used
|
|
70
|
+
// with.
|
|
71
|
+
a.$$typeof === a2 || a.getModuleId !== void 0));
|
|
72
|
+
}
|
|
73
|
+
function O2(a, t, s) {
|
|
74
|
+
var n = a.displayName;
|
|
75
|
+
if (n)
|
|
76
|
+
return n;
|
|
77
|
+
var o = t.displayName || t.name || "";
|
|
78
|
+
return o !== "" ? s + "(" + o + ")" : s;
|
|
79
|
+
}
|
|
80
|
+
function t2(a) {
|
|
81
|
+
return a.displayName || "Context";
|
|
82
|
+
}
|
|
83
|
+
function I(a) {
|
|
84
|
+
if (a == null)
|
|
85
|
+
return null;
|
|
86
|
+
if (typeof a.tag == "number" && x("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof a == "function")
|
|
87
|
+
return a.displayName || a.name || null;
|
|
88
|
+
if (typeof a == "string")
|
|
89
|
+
return a;
|
|
90
|
+
switch (a) {
|
|
91
|
+
case j:
|
|
92
|
+
return "Fragment";
|
|
93
|
+
case u:
|
|
94
|
+
return "Portal";
|
|
95
|
+
case $:
|
|
96
|
+
return "Profiler";
|
|
97
|
+
case H:
|
|
98
|
+
return "StrictMode";
|
|
99
|
+
case f:
|
|
100
|
+
return "Suspense";
|
|
101
|
+
case r:
|
|
102
|
+
return "SuspenseList";
|
|
103
|
+
}
|
|
104
|
+
if (typeof a == "object")
|
|
105
|
+
switch (a.$$typeof) {
|
|
106
|
+
case d:
|
|
107
|
+
var t = a;
|
|
108
|
+
return t2(t) + ".Consumer";
|
|
109
|
+
case Z:
|
|
110
|
+
var s = a;
|
|
111
|
+
return t2(s._context) + ".Provider";
|
|
112
|
+
case m:
|
|
113
|
+
return O2(a, a.render, "ForwardRef");
|
|
114
|
+
case w:
|
|
115
|
+
var n = a.displayName || null;
|
|
116
|
+
return n !== null ? n : I(a.type) || "Memo";
|
|
117
|
+
case p: {
|
|
118
|
+
var o = a, g = o._payload, l = o._init;
|
|
119
|
+
try {
|
|
120
|
+
return I(l(g));
|
|
121
|
+
} catch {
|
|
122
|
+
return null;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
return null;
|
|
127
|
+
}
|
|
128
|
+
var b = Object.assign, y = 0, s2, n2, i2, l2, c2, o2, r2;
|
|
129
|
+
function g2() {
|
|
130
|
+
}
|
|
131
|
+
g2.__reactDisabledLog = !0;
|
|
132
|
+
function U2() {
|
|
133
|
+
{
|
|
134
|
+
if (y === 0) {
|
|
135
|
+
s2 = console.log, n2 = console.info, i2 = console.warn, l2 = console.error, c2 = console.group, o2 = console.groupCollapsed, r2 = console.groupEnd;
|
|
136
|
+
var a = {
|
|
137
|
+
configurable: !0,
|
|
138
|
+
enumerable: !0,
|
|
139
|
+
value: g2,
|
|
140
|
+
writable: !0
|
|
141
|
+
};
|
|
142
|
+
Object.defineProperties(console, {
|
|
143
|
+
info: a,
|
|
144
|
+
log: a,
|
|
145
|
+
warn: a,
|
|
146
|
+
error: a,
|
|
147
|
+
group: a,
|
|
148
|
+
groupCollapsed: a,
|
|
149
|
+
groupEnd: a
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
y++;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
function q2() {
|
|
156
|
+
{
|
|
157
|
+
if (y--, y === 0) {
|
|
158
|
+
var a = {
|
|
159
|
+
configurable: !0,
|
|
160
|
+
enumerable: !0,
|
|
161
|
+
writable: !0
|
|
162
|
+
};
|
|
163
|
+
Object.defineProperties(console, {
|
|
164
|
+
log: b({}, a, {
|
|
165
|
+
value: s2
|
|
166
|
+
}),
|
|
167
|
+
info: b({}, a, {
|
|
168
|
+
value: n2
|
|
169
|
+
}),
|
|
170
|
+
warn: b({}, a, {
|
|
171
|
+
value: i2
|
|
172
|
+
}),
|
|
173
|
+
error: b({}, a, {
|
|
174
|
+
value: l2
|
|
175
|
+
}),
|
|
176
|
+
group: b({}, a, {
|
|
177
|
+
value: c2
|
|
178
|
+
}),
|
|
179
|
+
groupCollapsed: b({}, a, {
|
|
180
|
+
value: o2
|
|
181
|
+
}),
|
|
182
|
+
groupEnd: b({}, a, {
|
|
183
|
+
value: r2
|
|
184
|
+
})
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
y < 0 && x("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
var q = N.ReactCurrentDispatcher, G;
|
|
191
|
+
function F(a, t, s) {
|
|
192
|
+
{
|
|
193
|
+
if (G === void 0)
|
|
194
|
+
try {
|
|
195
|
+
throw Error();
|
|
196
|
+
} catch (o) {
|
|
197
|
+
var n = o.stack.trim().match(/\n( *(at )?)/);
|
|
198
|
+
G = n && n[1] || "";
|
|
199
|
+
}
|
|
200
|
+
return `
|
|
201
|
+
` + G + a;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
var W = !1, D;
|
|
205
|
+
{
|
|
206
|
+
var G2 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
|
+
D = new G2();
|
|
208
|
+
}
|
|
209
|
+
function m2(a, t) {
|
|
210
|
+
if (!a || W)
|
|
211
|
+
return "";
|
|
212
|
+
{
|
|
213
|
+
var s = D.get(a);
|
|
214
|
+
if (s !== void 0)
|
|
215
|
+
return s;
|
|
216
|
+
}
|
|
217
|
+
var n;
|
|
218
|
+
W = !0;
|
|
219
|
+
var o = Error.prepareStackTrace;
|
|
220
|
+
Error.prepareStackTrace = void 0;
|
|
221
|
+
var g;
|
|
222
|
+
g = q.current, q.current = null, U2();
|
|
223
|
+
try {
|
|
224
|
+
if (t) {
|
|
225
|
+
var l = function() {
|
|
226
|
+
throw Error();
|
|
227
|
+
};
|
|
228
|
+
if (Object.defineProperty(l.prototype, "props", {
|
|
229
|
+
set: function() {
|
|
230
|
+
throw Error();
|
|
231
|
+
}
|
|
232
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
233
|
+
try {
|
|
234
|
+
Reflect.construct(l, []);
|
|
235
|
+
} catch (L) {
|
|
236
|
+
n = L;
|
|
237
|
+
}
|
|
238
|
+
Reflect.construct(a, [], l);
|
|
239
|
+
} else {
|
|
240
|
+
try {
|
|
241
|
+
l.call();
|
|
242
|
+
} catch (L) {
|
|
243
|
+
n = L;
|
|
244
|
+
}
|
|
245
|
+
a.call(l.prototype);
|
|
246
|
+
}
|
|
247
|
+
} else {
|
|
248
|
+
try {
|
|
249
|
+
throw Error();
|
|
250
|
+
} catch (L) {
|
|
251
|
+
n = L;
|
|
252
|
+
}
|
|
253
|
+
a();
|
|
254
|
+
}
|
|
255
|
+
} catch (L) {
|
|
256
|
+
if (L && n && typeof L.stack == "string") {
|
|
257
|
+
for (var i = L.stack.split(`
|
|
258
|
+
`), M = n.stack.split(`
|
|
259
|
+
`), h = i.length - 1, v = M.length - 1; h >= 1 && v >= 0 && i[h] !== M[v]; )
|
|
260
|
+
v--;
|
|
261
|
+
for (; h >= 1 && v >= 0; h--, v--)
|
|
262
|
+
if (i[h] !== M[v]) {
|
|
263
|
+
if (h !== 1 || v !== 1)
|
|
264
|
+
do
|
|
265
|
+
if (h--, v--, v < 0 || i[h] !== M[v]) {
|
|
266
|
+
var V = `
|
|
267
|
+
` + i[h].replace(" at new ", " at ");
|
|
268
|
+
return a.displayName && V.includes("<anonymous>") && (V = V.replace("<anonymous>", a.displayName)), typeof a == "function" && D.set(a, V), V;
|
|
269
|
+
}
|
|
270
|
+
while (h >= 1 && v >= 0);
|
|
271
|
+
break;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
} finally {
|
|
275
|
+
W = !1, q.current = g, q2(), Error.prepareStackTrace = o;
|
|
276
|
+
}
|
|
277
|
+
var k = a ? a.displayName || a.name : "", B = k ? F(k) : "";
|
|
278
|
+
return typeof a == "function" && D.set(a, B), B;
|
|
279
|
+
}
|
|
280
|
+
function W2(a, t, s) {
|
|
281
|
+
return m2(a, !1);
|
|
282
|
+
}
|
|
283
|
+
function Y2(a) {
|
|
284
|
+
var t = a.prototype;
|
|
285
|
+
return !!(t && t.isReactComponent);
|
|
286
|
+
}
|
|
287
|
+
function O(a, t, s) {
|
|
288
|
+
if (a == null)
|
|
289
|
+
return "";
|
|
290
|
+
if (typeof a == "function")
|
|
291
|
+
return m2(a, Y2(a));
|
|
292
|
+
if (typeof a == "string")
|
|
293
|
+
return F(a);
|
|
294
|
+
switch (a) {
|
|
295
|
+
case f:
|
|
296
|
+
return F("Suspense");
|
|
297
|
+
case r:
|
|
298
|
+
return F("SuspenseList");
|
|
299
|
+
}
|
|
300
|
+
if (typeof a == "object")
|
|
301
|
+
switch (a.$$typeof) {
|
|
302
|
+
case m:
|
|
303
|
+
return W2(a.render);
|
|
304
|
+
case w:
|
|
305
|
+
return O(a.type, t, s);
|
|
306
|
+
case p: {
|
|
307
|
+
var n = a, o = n._payload, g = n._init;
|
|
308
|
+
try {
|
|
309
|
+
return O(g(o), t, s);
|
|
310
|
+
} catch {
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
return "";
|
|
315
|
+
}
|
|
316
|
+
var E = Object.prototype.hasOwnProperty, h2 = {}, w2 = N.ReactDebugCurrentFrame;
|
|
317
|
+
function U(a) {
|
|
318
|
+
if (a) {
|
|
319
|
+
var t = a._owner, s = O(a.type, a._source, t ? t.type : null);
|
|
320
|
+
w2.setExtraStackFrame(s);
|
|
321
|
+
} else
|
|
322
|
+
w2.setExtraStackFrame(null);
|
|
323
|
+
}
|
|
324
|
+
function z2(a, t, s, n, o) {
|
|
325
|
+
{
|
|
326
|
+
var g = Function.call.bind(E);
|
|
327
|
+
for (var l in a)
|
|
328
|
+
if (g(a, l)) {
|
|
329
|
+
var i = void 0;
|
|
330
|
+
try {
|
|
331
|
+
if (typeof a[l] != "function") {
|
|
332
|
+
var M = Error((n || "React class") + ": " + s + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
|
+
throw M.name = "Invariant Violation", M;
|
|
334
|
+
}
|
|
335
|
+
i = a[l](t, l, n, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
|
+
} catch (h) {
|
|
337
|
+
i = h;
|
|
338
|
+
}
|
|
339
|
+
i && !(i instanceof Error) && (U(o), x("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", s, l, typeof i), U(null)), i instanceof Error && !(i.message in h2) && (h2[i.message] = !0, U(o), x("Failed %s type: %s", s, i.message), U(null));
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
var X2 = Array.isArray;
|
|
344
|
+
function Y(a) {
|
|
345
|
+
return X2(a);
|
|
346
|
+
}
|
|
347
|
+
function J2(a) {
|
|
348
|
+
{
|
|
349
|
+
var t = typeof Symbol == "function" && Symbol.toStringTag, s = t && a[Symbol.toStringTag] || a.constructor.name || "Object";
|
|
350
|
+
return s;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
function K2(a) {
|
|
354
|
+
try {
|
|
355
|
+
return v2(a), !1;
|
|
356
|
+
} catch {
|
|
357
|
+
return !0;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
function v2(a) {
|
|
361
|
+
return "" + a;
|
|
362
|
+
}
|
|
363
|
+
function j2(a) {
|
|
364
|
+
if (K2(a))
|
|
365
|
+
return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", J2(a)), v2(a);
|
|
366
|
+
}
|
|
367
|
+
var R = N.ReactCurrentOwner, Q2 = {
|
|
368
|
+
key: !0,
|
|
369
|
+
ref: !0,
|
|
370
|
+
__self: !0,
|
|
371
|
+
__source: !0
|
|
372
|
+
}, d2, x2, z;
|
|
373
|
+
z = {};
|
|
374
|
+
function C0(a) {
|
|
375
|
+
if (E.call(a, "ref")) {
|
|
376
|
+
var t = Object.getOwnPropertyDescriptor(a, "ref").get;
|
|
377
|
+
if (t && t.isReactWarning)
|
|
378
|
+
return !1;
|
|
379
|
+
}
|
|
380
|
+
return a.ref !== void 0;
|
|
381
|
+
}
|
|
382
|
+
function e0(a) {
|
|
383
|
+
if (E.call(a, "key")) {
|
|
384
|
+
var t = Object.getOwnPropertyDescriptor(a, "key").get;
|
|
385
|
+
if (t && t.isReactWarning)
|
|
386
|
+
return !1;
|
|
387
|
+
}
|
|
388
|
+
return a.key !== void 0;
|
|
389
|
+
}
|
|
390
|
+
function a0(a, t) {
|
|
391
|
+
if (typeof a.ref == "string" && R.current && t && R.current.stateNode !== t) {
|
|
392
|
+
var s = I(R.current.type);
|
|
393
|
+
z[s] || (x('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', I(R.current.type), a.ref), z[s] = !0);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
function t0(a, t) {
|
|
397
|
+
{
|
|
398
|
+
var s = function() {
|
|
399
|
+
d2 || (d2 = !0, x("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
400
|
+
};
|
|
401
|
+
s.isReactWarning = !0, Object.defineProperty(a, "key", {
|
|
402
|
+
get: s,
|
|
403
|
+
configurable: !0
|
|
404
|
+
});
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
function s0(a, t) {
|
|
408
|
+
{
|
|
409
|
+
var s = function() {
|
|
410
|
+
x2 || (x2 = !0, x("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
411
|
+
};
|
|
412
|
+
s.isReactWarning = !0, Object.defineProperty(a, "ref", {
|
|
413
|
+
get: s,
|
|
414
|
+
configurable: !0
|
|
415
|
+
});
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
var n0 = function(a, t, s, n, o, g, l) {
|
|
419
|
+
var i = {
|
|
420
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
421
|
+
$$typeof: c,
|
|
422
|
+
// Built-in properties that belong on the element
|
|
423
|
+
type: a,
|
|
424
|
+
key: t,
|
|
425
|
+
ref: s,
|
|
426
|
+
props: l,
|
|
427
|
+
// Record the component responsible for creating this element.
|
|
428
|
+
_owner: g
|
|
429
|
+
};
|
|
430
|
+
return i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
431
|
+
configurable: !1,
|
|
432
|
+
enumerable: !1,
|
|
433
|
+
writable: !0,
|
|
434
|
+
value: !1
|
|
435
|
+
}), Object.defineProperty(i, "_self", {
|
|
436
|
+
configurable: !1,
|
|
437
|
+
enumerable: !1,
|
|
438
|
+
writable: !1,
|
|
439
|
+
value: n
|
|
440
|
+
}), Object.defineProperty(i, "_source", {
|
|
441
|
+
configurable: !1,
|
|
442
|
+
enumerable: !1,
|
|
443
|
+
writable: !1,
|
|
444
|
+
value: o
|
|
445
|
+
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
446
|
+
};
|
|
447
|
+
function i0(a, t, s, n, o) {
|
|
448
|
+
{
|
|
449
|
+
var g, l = {}, i = null, M = null;
|
|
450
|
+
s !== void 0 && (j2(s), i = "" + s), e0(t) && (j2(t.key), i = "" + t.key), C0(t) && (M = t.ref, a0(t, o));
|
|
451
|
+
for (g in t)
|
|
452
|
+
E.call(t, g) && !Q2.hasOwnProperty(g) && (l[g] = t[g]);
|
|
453
|
+
if (a && a.defaultProps) {
|
|
454
|
+
var h = a.defaultProps;
|
|
455
|
+
for (g in h)
|
|
456
|
+
l[g] === void 0 && (l[g] = h[g]);
|
|
457
|
+
}
|
|
458
|
+
if (i || M) {
|
|
459
|
+
var v = typeof a == "function" ? a.displayName || a.name || "Unknown" : a;
|
|
460
|
+
i && t0(l, v), M && s0(l, v);
|
|
461
|
+
}
|
|
462
|
+
return n0(a, i, M, o, n, R.current, l);
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
var X = N.ReactCurrentOwner, M2 = N.ReactDebugCurrentFrame;
|
|
466
|
+
function S(a) {
|
|
467
|
+
if (a) {
|
|
468
|
+
var t = a._owner, s = O(a.type, a._source, t ? t.type : null);
|
|
469
|
+
M2.setExtraStackFrame(s);
|
|
470
|
+
} else
|
|
471
|
+
M2.setExtraStackFrame(null);
|
|
472
|
+
}
|
|
473
|
+
var J;
|
|
474
|
+
J = !1;
|
|
475
|
+
function K(a) {
|
|
476
|
+
return typeof a == "object" && a !== null && a.$$typeof === c;
|
|
477
|
+
}
|
|
478
|
+
function u2() {
|
|
479
|
+
{
|
|
480
|
+
if (X.current) {
|
|
481
|
+
var a = I(X.current.type);
|
|
482
|
+
if (a)
|
|
483
|
+
return `
|
|
484
|
+
|
|
485
|
+
Check the render method of \`` + a + "`.";
|
|
486
|
+
}
|
|
487
|
+
return "";
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
function l0(a) {
|
|
491
|
+
return "";
|
|
492
|
+
}
|
|
493
|
+
var L2 = {};
|
|
494
|
+
function c0(a) {
|
|
495
|
+
{
|
|
496
|
+
var t = u2();
|
|
497
|
+
if (!t) {
|
|
498
|
+
var s = typeof a == "string" ? a : a.displayName || a.name;
|
|
499
|
+
s && (t = `
|
|
500
|
+
|
|
501
|
+
Check the top-level render call using <` + s + ">.");
|
|
502
|
+
}
|
|
503
|
+
return t;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
function H2(a, t) {
|
|
507
|
+
{
|
|
508
|
+
if (!a._store || a._store.validated || a.key != null)
|
|
509
|
+
return;
|
|
510
|
+
a._store.validated = !0;
|
|
511
|
+
var s = c0(t);
|
|
512
|
+
if (L2[s])
|
|
513
|
+
return;
|
|
514
|
+
L2[s] = !0;
|
|
515
|
+
var n = "";
|
|
516
|
+
a && a._owner && a._owner !== X.current && (n = " It was passed a child from " + I(a._owner.type) + "."), S(a), x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, n), S(null);
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
function f2(a, t) {
|
|
520
|
+
{
|
|
521
|
+
if (typeof a != "object")
|
|
522
|
+
return;
|
|
523
|
+
if (Y(a))
|
|
524
|
+
for (var s = 0; s < a.length; s++) {
|
|
525
|
+
var n = a[s];
|
|
526
|
+
K(n) && H2(n, t);
|
|
527
|
+
}
|
|
528
|
+
else if (K(a))
|
|
529
|
+
a._store && (a._store.validated = !0);
|
|
530
|
+
else if (a) {
|
|
531
|
+
var o = E2(a);
|
|
532
|
+
if (typeof o == "function" && o !== a.entries)
|
|
533
|
+
for (var g = o.call(a), l; !(l = g.next()).done; )
|
|
534
|
+
K(l.value) && H2(l.value, t);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
function o0(a) {
|
|
539
|
+
{
|
|
540
|
+
var t = a.type;
|
|
541
|
+
if (t == null || typeof t == "string")
|
|
542
|
+
return;
|
|
543
|
+
var s;
|
|
544
|
+
if (typeof t == "function")
|
|
545
|
+
s = t.propTypes;
|
|
546
|
+
else if (typeof t == "object" && (t.$$typeof === m || // Note: Memo only checks outer props here.
|
|
547
|
+
// Inner props are checked in the reconciler.
|
|
548
|
+
t.$$typeof === w))
|
|
549
|
+
s = t.propTypes;
|
|
550
|
+
else
|
|
551
|
+
return;
|
|
552
|
+
if (s) {
|
|
553
|
+
var n = I(t);
|
|
554
|
+
z2(s, a.props, "prop", n, a);
|
|
555
|
+
} else if (t.PropTypes !== void 0 && !J) {
|
|
556
|
+
J = !0;
|
|
557
|
+
var o = I(t);
|
|
558
|
+
x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
|
|
559
|
+
}
|
|
560
|
+
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
function r0(a) {
|
|
564
|
+
{
|
|
565
|
+
for (var t = Object.keys(a.props), s = 0; s < t.length; s++) {
|
|
566
|
+
var n = t[s];
|
|
567
|
+
if (n !== "children" && n !== "key") {
|
|
568
|
+
S(a), x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), S(null);
|
|
569
|
+
break;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
a.ref !== null && (S(a), x("Invalid attribute `ref` supplied to `React.Fragment`."), S(null));
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
var V2 = {};
|
|
576
|
+
function Z2(a, t, s, n, o, g) {
|
|
577
|
+
{
|
|
578
|
+
var l = D2(a);
|
|
579
|
+
if (!l) {
|
|
580
|
+
var i = "";
|
|
581
|
+
(a === void 0 || typeof a == "object" && a !== null && Object.keys(a).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
582
|
+
var M = l0();
|
|
583
|
+
M ? i += M : i += u2();
|
|
584
|
+
var h;
|
|
585
|
+
a === null ? h = "null" : Y(a) ? h = "array" : a !== void 0 && a.$$typeof === c ? (h = "<" + (I(a.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : h = typeof a, x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", h, i);
|
|
586
|
+
}
|
|
587
|
+
var v = i0(a, t, s, o, g);
|
|
588
|
+
if (v == null)
|
|
589
|
+
return v;
|
|
590
|
+
if (l) {
|
|
591
|
+
var V = t.children;
|
|
592
|
+
if (V !== void 0)
|
|
593
|
+
if (n)
|
|
594
|
+
if (Y(V)) {
|
|
595
|
+
for (var k = 0; k < V.length; k++)
|
|
596
|
+
f2(V[k], a);
|
|
597
|
+
Object.freeze && Object.freeze(V);
|
|
598
|
+
} else
|
|
599
|
+
x("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
600
|
+
else
|
|
601
|
+
f2(V, a);
|
|
602
|
+
}
|
|
603
|
+
if (E.call(t, "key")) {
|
|
604
|
+
var B = I(a), L = Object.keys(t).filter(function(j0) {
|
|
605
|
+
return j0 !== "key";
|
|
606
|
+
}), Q = L.length > 0 ? "{key: someKey, " + L.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
607
|
+
if (!V2[B + Q]) {
|
|
608
|
+
var v0 = L.length > 0 ? "{" + L.join(": ..., ") + ": ...}" : "{}";
|
|
609
|
+
x(`A props object containing a "key" prop is being spread into JSX:
|
|
610
|
+
let props = %s;
|
|
611
|
+
<%s {...props} />
|
|
612
|
+
React keys must be passed directly to JSX without using spread:
|
|
613
|
+
let props = %s;
|
|
614
|
+
<%s key={someKey} {...props} />`, Q, B, v0, B), V2[B + Q] = !0;
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
return a === j ? r0(v) : o0(v), v;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
function g0(a, t, s) {
|
|
621
|
+
return Z2(a, t, s, !0);
|
|
622
|
+
}
|
|
623
|
+
function m0(a, t, s) {
|
|
624
|
+
return Z2(a, t, s, !1);
|
|
625
|
+
}
|
|
626
|
+
var h0 = m0, w0 = g0;
|
|
627
|
+
A.Fragment = j, A.jsx = h0, A.jsxs = w0;
|
|
628
|
+
}()), A;
|
|
629
|
+
}
|
|
630
|
+
process.env.NODE_ENV === "production" ? C2.exports = d0() : C2.exports = x0();
|
|
631
|
+
var C = C2.exports;
|
|
632
|
+
const g4 = ({
|
|
633
|
+
items: e,
|
|
634
|
+
openItems: c,
|
|
635
|
+
defaultOpenItems: u = [],
|
|
636
|
+
allowMultipleOpen: j = !1,
|
|
637
|
+
onChange: H,
|
|
638
|
+
className: $ = ""
|
|
639
|
+
}) => {
|
|
640
|
+
const Z = c !== void 0, [d, m] = P(u);
|
|
641
|
+
B2(() => {
|
|
642
|
+
Z && c && m(c);
|
|
643
|
+
}, [c, Z]);
|
|
644
|
+
const f = (r) => {
|
|
645
|
+
let w;
|
|
646
|
+
j ? w = d.includes(r) ? d.filter((p) => p !== r) : [...d, r] : w = d[0] === r ? [] : [r], Z || m(w), H == null || H(w);
|
|
647
|
+
};
|
|
648
|
+
return /* @__PURE__ */ C.jsx("div", { className: `maj-accordion ${$}`, children: e.map((r, w) => /* @__PURE__ */ C.jsxs(
|
|
649
|
+
"div",
|
|
650
|
+
{
|
|
651
|
+
className: `accordion-item${r.disabled ? " disabled" : ""}`,
|
|
652
|
+
children: [
|
|
653
|
+
/* @__PURE__ */ C.jsx(
|
|
654
|
+
"button",
|
|
655
|
+
{
|
|
656
|
+
className: "accordion-title",
|
|
657
|
+
onClick: () => !r.disabled && f(w),
|
|
658
|
+
"aria-expanded": d.includes(w),
|
|
659
|
+
disabled: r.disabled,
|
|
660
|
+
type: "button",
|
|
661
|
+
children: r.title
|
|
662
|
+
}
|
|
663
|
+
),
|
|
664
|
+
/* @__PURE__ */ C.jsx(
|
|
665
|
+
"div",
|
|
666
|
+
{
|
|
667
|
+
className: `accordion-content${d.includes(w) ? " open" : ""}`,
|
|
668
|
+
style: { display: d.includes(w) ? "block" : "none" },
|
|
669
|
+
children: r.content
|
|
670
|
+
}
|
|
671
|
+
)
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
r.id || w
|
|
675
|
+
)) });
|
|
676
|
+
}, M0 = (e) => /* @__PURE__ */ C.jsx("article", { className: e == null ? void 0 : e.className, children: e == null ? void 0 : e.children }), m4 = (e) => {
|
|
677
|
+
const [c, u] = P(e.options), [j, H] = P(), $ = (m) => {
|
|
678
|
+
H(m.target.value);
|
|
679
|
+
const f = e.options.filter((r) => r.toLowerCase().startsWith(m.target.value.toLowerCase()));
|
|
680
|
+
u(f.length > 0 ? f : [`${m.target.value}`]);
|
|
681
|
+
};
|
|
682
|
+
B2(() => {
|
|
683
|
+
e == null || e.onSelect(j);
|
|
684
|
+
}, [j]);
|
|
685
|
+
const Z = (m) => {
|
|
686
|
+
H(m.target.innerHTML);
|
|
687
|
+
}, d = c.map((m, f) => /* @__PURE__ */ C.jsx(
|
|
688
|
+
"option",
|
|
689
|
+
{
|
|
690
|
+
onClick: Z,
|
|
691
|
+
className: "maj-option-item",
|
|
692
|
+
children: m
|
|
693
|
+
},
|
|
694
|
+
f
|
|
695
|
+
));
|
|
696
|
+
return /* @__PURE__ */ C.jsx(C.Fragment, { children: /* @__PURE__ */ C.jsxs("div", { className: `maj-autocomplete-wrapper ${e == null ? void 0 : e.className}`, children: [
|
|
697
|
+
/* @__PURE__ */ C.jsx(
|
|
698
|
+
"input",
|
|
699
|
+
{
|
|
700
|
+
placeholder: e == null ? void 0 : e.placeholder,
|
|
701
|
+
type: "text",
|
|
702
|
+
value: j,
|
|
703
|
+
onChange: $,
|
|
704
|
+
id: "autocomplete-input",
|
|
705
|
+
list: "autocomplete-options"
|
|
706
|
+
}
|
|
707
|
+
),
|
|
708
|
+
/* @__PURE__ */ C.jsx(
|
|
709
|
+
"datalist",
|
|
710
|
+
{
|
|
711
|
+
id: "autocomplete-options",
|
|
712
|
+
className: "autocomplete-options",
|
|
713
|
+
children: d
|
|
714
|
+
}
|
|
715
|
+
)
|
|
716
|
+
] }) });
|
|
717
|
+
}, N2 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.203%2024C24.6718%2023.0938%2023.953%2022.375%2023.0468%2021.8438C22.1405%2021.2812%2021.1249%2021%2019.9999%2021H16.9999C15.8749%2021%2014.8593%2021.2812%2013.953%2021.8438C13.0468%2022.375%2012.328%2023.0938%2011.7968%2024C12.6405%2024.9375%2013.6249%2025.6719%2014.7499%2026.2031C15.9061%2026.7344%2017.1561%2027%2018.4999%2027C19.8436%2027%2021.0936%2026.7344%2022.2499%2026.2031C23.3749%2025.6719%2024.3593%2024.9375%2025.203%2024ZM6.49988%2018C6.53113%2015.8125%207.06238%2013.8125%208.09363%2012C9.15613%2010.1875%2010.6249%208.71875%2012.4999%207.59375C14.4061%206.53125%2016.4061%206%2018.4999%206C20.5936%206%2022.5936%206.53125%2024.4999%207.59375C26.3749%208.71875%2027.8436%2010.1875%2028.9061%2012C29.9374%2013.8125%2030.4686%2015.8125%2030.4999%2018C30.4686%2020.1875%2029.9374%2022.1875%2028.9061%2024C27.8436%2025.8125%2026.3749%2027.2812%2024.4999%2028.4062C22.5936%2029.4688%2020.5936%2030%2018.4999%2030C16.4061%2030%2014.4061%2029.4688%2012.4999%2028.4062C10.6249%2027.2812%209.15613%2025.8125%208.09363%2024C7.06238%2022.1875%206.53113%2020.1875%206.49988%2018ZM18.4999%2018.75C19.7811%2018.7188%2020.7499%2018.1562%2021.4061%2017.0625C22.0311%2015.9375%2022.0311%2014.8125%2021.4061%2013.6875C20.7499%2012.5938%2019.7811%2012.0312%2018.4999%2012C17.2186%2012.0312%2016.2499%2012.5938%2015.5936%2013.6875C14.9686%2014.8125%2014.9686%2015.9375%2015.5936%2017.0625C16.2499%2018.1562%2017.2186%2018.7188%2018.4999%2018.75Z'%20fill='%23000000'/%3e%3c/svg%3e", h4 = (e) => {
|
|
718
|
+
const c = /* @__PURE__ */ C.jsx("span", { className: "maj-avatar-initial", children: e == null ? void 0 : e.initial }), u = /* @__PURE__ */ C.jsx(
|
|
719
|
+
"img",
|
|
720
|
+
{
|
|
721
|
+
className: "maj-avatar-icon",
|
|
722
|
+
src: N2,
|
|
723
|
+
alt: "svg"
|
|
724
|
+
}
|
|
725
|
+
), j = /* @__PURE__ */ C.jsx(
|
|
726
|
+
"img",
|
|
727
|
+
{
|
|
728
|
+
src: e == null ? void 0 : e.avatarURL,
|
|
729
|
+
alt: e == null ? void 0 : e.avatarALT
|
|
730
|
+
}
|
|
731
|
+
);
|
|
732
|
+
return /* @__PURE__ */ C.jsx(C.Fragment, { children: /* @__PURE__ */ C.jsx("div", { className: `maj-avatar-container ${e != null && e.className ? e.className : ""}`, children: /* @__PURE__ */ C.jsx("div", { className: "maj-avatar", children: e.avatarType === "initial" ? c : e.avatarType === "image" ? j : u }) }) });
|
|
733
|
+
}, w4 = (e) => /* @__PURE__ */ C.jsx("span", { children: e == null ? void 0 : e.message }), v4 = (e) => /* @__PURE__ */ C.jsx(
|
|
734
|
+
"button",
|
|
735
|
+
{
|
|
736
|
+
className: e != null && e.outline ? (e == null ? void 0 : e.size) === "large" ? `maj-btn maj-btn-lg maj-${e == null ? void 0 : e.variant}-outline-btn` : (e == null ? void 0 : e.size) === "small" ? `maj-btn maj-btn-sm maj-${e == null ? void 0 : e.variant}-outline-btn ` : `maj-btn maj-${e == null ? void 0 : e.variant}-outline-btn` : (e == null ? void 0 : e.size) === "large" ? `maj-btn maj-btn-lg maj-${e == null ? void 0 : e.variant}-btn` : (e == null ? void 0 : e.size) === "small" ? `maj-btn maj-btn-sm maj-${e == null ? void 0 : e.variant}-btn ` : `maj-btn maj-${e == null ? void 0 : e.variant}-btn`,
|
|
737
|
+
disabled: e == null ? void 0 : e.disabled,
|
|
738
|
+
onClick: e == null ? void 0 : e.onClick,
|
|
739
|
+
type: e == null ? void 0 : e.type,
|
|
740
|
+
children: e == null ? void 0 : e.children
|
|
741
|
+
}
|
|
742
|
+
), j4 = () => /* @__PURE__ */ C.jsx(C.Fragment, { children: /* @__PURE__ */ C.jsx("p", { children: "MajButtonGroup works!" }) }), d4 = (e) => /* @__PURE__ */ C.jsx("div", { children: /* @__PURE__ */ C.jsx(M0, { children: e == null ? void 0 : e.children }) }), x4 = (e) => /* @__PURE__ */ C.jsxs("section", { children: [
|
|
743
|
+
/* @__PURE__ */ C.jsx("input", { type: "checkbox" }),
|
|
744
|
+
/* @__PURE__ */ C.jsx("label", { children: e == null ? void 0 : e.label })
|
|
745
|
+
] }), M4 = (e) => /* @__PURE__ */ C.jsx("span", { children: e == null ? void 0 : e.message }), u4 = (e) => /* @__PURE__ */ C.jsx("section", { children: /* @__PURE__ */ C.jsx(
|
|
746
|
+
"input",
|
|
747
|
+
{
|
|
748
|
+
type: "date",
|
|
749
|
+
name: "maj-date-picker",
|
|
750
|
+
id: "maj-date-picker",
|
|
751
|
+
min: e.minimumValue,
|
|
752
|
+
max: e.maximumValue
|
|
753
|
+
}
|
|
754
|
+
) }), L4 = (e) => /* @__PURE__ */ C.jsx(
|
|
755
|
+
"input",
|
|
756
|
+
{
|
|
757
|
+
type: "datetime-local",
|
|
758
|
+
name: "maj-date-time-picker",
|
|
759
|
+
id: "maj-date-time-picker",
|
|
760
|
+
min: e == null ? void 0 : e.minimumValue,
|
|
761
|
+
max: e == null ? void 0 : e.maximumValue
|
|
762
|
+
}
|
|
763
|
+
), H4 = (e) => {
|
|
764
|
+
let c;
|
|
765
|
+
switch (e == null ? void 0 : e.variant) {
|
|
766
|
+
case "dashed":
|
|
767
|
+
c = "maj-divider dashed-divider";
|
|
768
|
+
break;
|
|
769
|
+
case "dotted":
|
|
770
|
+
c = "maj-divider dotted-divider";
|
|
771
|
+
break;
|
|
772
|
+
case "solid":
|
|
773
|
+
c = "maj-divider solid-divider";
|
|
774
|
+
break;
|
|
775
|
+
default:
|
|
776
|
+
c = "maj-divider solid-divider";
|
|
777
|
+
break;
|
|
778
|
+
}
|
|
779
|
+
return /* @__PURE__ */ C.jsx("div", { className: c });
|
|
780
|
+
}, f4 = (e) => /* @__PURE__ */ C.jsx(
|
|
781
|
+
"embed",
|
|
782
|
+
{
|
|
783
|
+
src: e.src,
|
|
784
|
+
type: e == null ? void 0 : e.type,
|
|
785
|
+
width: e == null ? void 0 : e.width,
|
|
786
|
+
height: e == null ? void 0 : e.height
|
|
787
|
+
}
|
|
788
|
+
), V4 = (e) => /* @__PURE__ */ C.jsx("header", { children: e == null ? void 0 : e.children }), u0 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M32.2727%209C31.8352%209%2031.4758%208.85938%2031.1946%208.57812C30.9133%208.29688%2030.7727%207.9375%2030.7727%207.5C30.7727%207.0625%2030.9133%206.70312%2031.1946%206.42188C31.4758%206.14062%2031.8352%206%2032.2727%206C32.7102%206%2033.0696%206.14062%2033.3508%206.42188C33.6321%206.70312%2033.7727%207.0625%2033.7727%207.5C33.7727%207.9375%2033.6321%208.29688%2033.3508%208.57812C33.0696%208.85938%2032.7102%209%2032.2727%209ZM4.52271%209H11.2727C11.5852%209%2011.804%209.14062%2011.929%209.42188C12.054%209.70312%2012.0383%209.96875%2011.8821%2010.2188L7.56958%2015.75C9.03833%2015.7812%2010.2571%2016.2969%2011.2258%2017.2969C12.2258%2018.2969%2012.7415%2019.5312%2012.7727%2021V21.75C12.7415%2023.25%2012.2258%2024.4844%2011.2258%2025.4531C10.2571%2026.4531%209.02271%2026.9688%207.52271%2027H7.28833C6.25708%2027%205.36646%2026.6406%204.61646%2025.9219L4.00708%2025.2656C3.69458%2024.9219%203.69458%2024.5781%204.00708%2024.2344C4.35083%2023.9219%204.69458%2023.9219%205.03833%2024.2344L5.69458%2024.8438C6.13208%2025.2812%206.66333%2025.5%207.28833%2025.5H7.52271C8.58521%2025.4688%209.47583%2025.1094%2010.1946%2024.4219C10.8821%2023.7031%2011.2415%2022.8125%2011.2727%2021.75V21C11.2415%2019.9375%2010.8821%2019.0625%2010.1946%2018.375C9.47583%2017.6562%208.58521%2017.2812%207.52271%2017.25H6.02271C5.71021%2017.25%205.49146%2017.1094%205.36646%2016.8281C5.24146%2016.5469%205.25708%2016.2812%205.41333%2016.0312L9.72583%2010.5H4.52271C4.05396%2010.4688%203.80396%2010.2188%203.77271%209.75C3.80396%209.28125%204.05396%209.03125%204.52271%209ZM24.7727%2012.75V23.25C24.804%2023.875%2025.0227%2024.4062%2025.429%2024.8438C25.8665%2025.25%2026.3977%2025.4688%2027.0227%2025.5C27.6477%2025.4688%2028.179%2025.25%2028.6165%2024.8438C29.0227%2024.4062%2029.2415%2023.875%2029.2727%2023.25V12.75C29.2415%2012.125%2029.0227%2011.5938%2028.6165%2011.1562C28.179%2010.75%2027.6477%2010.5312%2027.0227%2010.5C26.3977%2010.5312%2025.8665%2010.75%2025.429%2011.1562C25.0227%2011.5938%2024.804%2012.125%2024.7727%2012.75ZM30.7727%2023.25C30.7415%2024.3125%2030.3821%2025.2031%2029.6946%2025.9219C28.9758%2026.6094%2028.0852%2026.9688%2027.0227%2027C25.9602%2026.9688%2025.0696%2026.6094%2024.3508%2025.9219C23.6633%2025.2031%2023.304%2024.3125%2023.2727%2023.25V12.75C23.304%2011.6875%2023.6633%2010.7969%2024.3508%2010.0781C25.0696%209.39062%2025.9602%209.03125%2027.0227%209C28.0852%209.03125%2028.9758%209.39062%2029.6946%2010.0781C30.3821%2010.7969%2030.7415%2011.6875%2030.7727%2012.75V23.25ZM15.7727%2014.25V15.75C16.429%2015.2812%2017.179%2015.0312%2018.0227%2015C19.0852%2015.0312%2019.9758%2015.3906%2020.6946%2016.0781C21.3821%2016.7969%2021.7415%2017.6875%2021.7727%2018.75V23.25C21.7415%2024.3125%2021.3821%2025.2031%2020.6946%2025.9219C19.9758%2026.6094%2019.0852%2026.9688%2018.0227%2027C16.9602%2026.9688%2016.0696%2026.6094%2015.3508%2025.9219C14.6633%2025.2031%2014.304%2024.3125%2014.2727%2023.25V19.5V14.25C14.304%2012.75%2014.8196%2011.5156%2015.8196%2010.5469C16.7883%209.54688%2018.0227%209.03125%2019.5227%209C19.9915%209.03125%2020.2415%209.28125%2020.2727%209.75C20.2415%2010.2188%2019.9915%2010.4688%2019.5227%2010.5C18.4602%2010.5312%2017.5696%2010.8906%2016.8508%2011.5781C16.1633%2012.2969%2015.804%2013.1875%2015.7727%2014.25ZM18.0227%2016.5C17.3977%2016.5312%2016.8665%2016.75%2016.429%2017.1562C16.0227%2017.5938%2015.804%2018.125%2015.7727%2018.75V23.25C15.804%2023.875%2016.0227%2024.4062%2016.429%2024.8438C16.8665%2025.25%2017.3977%2025.4688%2018.0227%2025.5C18.6477%2025.4688%2019.179%2025.25%2019.6165%2024.8438C20.0227%2024.4062%2020.2415%2023.875%2020.2727%2023.25V18.75C20.2415%2018.125%2020.0227%2017.5938%2019.6165%2017.1562C19.179%2016.75%2018.6477%2016.5312%2018.0227%2016.5Z'%20fill='%23000000'/%3e%3c/svg%3e", L0 = () => /* @__PURE__ */ C.jsx(
|
|
789
|
+
"img",
|
|
790
|
+
{
|
|
791
|
+
className: "maj-img",
|
|
792
|
+
src: u0,
|
|
793
|
+
alt: "360°"
|
|
794
|
+
}
|
|
795
|
+
), H0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207.5C10.0625%207.5%209.70312%207.64062%209.42188%207.92188C9.14062%208.20312%209%208.5625%209%209V27C9%2027.4375%209.14062%2027.7969%209.42188%2028.0781C9.70312%2028.3594%2010.0625%2028.5%2010.5%2028.5H24C24.4375%2028.5%2024.7969%2028.3594%2025.0781%2028.0781C25.3594%2027.7969%2025.5%2027.4375%2025.5%2027V9C25.5%208.5625%2025.3594%208.20312%2025.0781%207.92188C24.7969%207.64062%2024.4375%207.5%2024%207.5H10.5ZM7.5%209C7.53125%208.15625%207.82812%207.45312%208.39062%206.89062C8.95312%206.32812%209.65625%206.03125%2010.5%206H24C24.8438%206.03125%2025.5469%206.32812%2026.1094%206.89062C26.6719%207.45312%2026.9688%208.15625%2027%209V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H10.5C9.65625%2029.9688%208.95312%2029.6719%208.39062%2029.1094C7.82812%2028.5469%207.53125%2027.8438%207.5%2027V9ZM18.75%2015C18.75%2014.5625%2018.6094%2014.2031%2018.3281%2013.9219C18.0469%2013.6406%2017.6875%2013.5%2017.25%2013.5C16.8125%2013.5%2016.4531%2013.6406%2016.1719%2013.9219C15.8906%2014.2031%2015.75%2014.5625%2015.75%2015C15.75%2015.4375%2015.8906%2015.7969%2016.1719%2016.0781C16.4531%2016.3594%2016.8125%2016.5%2017.25%2016.5C17.6875%2016.5%2018.0469%2016.3594%2018.3281%2016.0781C18.6094%2015.7969%2018.75%2015.4375%2018.75%2015ZM14.25%2015C14.2812%2013.875%2014.7812%2013.0156%2015.75%2012.4219C16.75%2011.8594%2017.75%2011.8594%2018.75%2012.4219C19.7188%2013.0156%2020.2188%2013.875%2020.25%2015C20.2188%2016.125%2019.7188%2016.9844%2018.75%2017.5781C17.75%2018.1406%2016.75%2018.1406%2015.75%2017.5781C14.7812%2016.9844%2014.2812%2016.125%2014.25%2015ZM15.75%2021C15.125%2021.0312%2014.5938%2021.25%2014.1562%2021.6562C13.75%2022.0938%2013.5312%2022.625%2013.5%2023.25C13.4688%2023.7188%2013.2188%2023.9688%2012.75%2024C12.2812%2023.9688%2012.0312%2023.7188%2012%2023.25C12.0312%2022.1875%2012.3906%2021.2969%2013.0781%2020.5781C13.7969%2019.8906%2014.6875%2019.5312%2015.75%2019.5H18.75C19.8125%2019.5312%2020.7031%2019.8906%2021.4219%2020.5781C22.1094%2021.2969%2022.4688%2022.1875%2022.5%2023.25C22.4688%2023.7188%2022.2188%2023.9688%2021.75%2024C21.2812%2023.9688%2021.0312%2023.7188%2021%2023.25C20.9688%2022.625%2020.75%2022.0938%2020.3438%2021.6562C19.9062%2021.25%2019.375%2021.0312%2018.75%2021H15.75ZM30%209.75V12.75C29.9688%2013.2188%2029.7188%2013.4688%2029.25%2013.5C28.7812%2013.4688%2028.5312%2013.2188%2028.5%2012.75V9.75C28.5312%209.28125%2028.7812%209.03125%2029.25%209C29.7188%209.03125%2029.9688%209.28125%2030%209.75ZM29.25%2015C29.7188%2015.0312%2029.9688%2015.2812%2030%2015.75V18.75C29.9688%2019.2188%2029.7188%2019.4688%2029.25%2019.5C28.7812%2019.4688%2028.5312%2019.2188%2028.5%2018.75V15.75C28.5312%2015.2812%2028.7812%2015.0312%2029.25%2015ZM30%2021.75V24.75C29.9688%2025.2188%2029.7188%2025.4688%2029.25%2025.5C28.7812%2025.4688%2028.5312%2025.2188%2028.5%2024.75V21.75C28.5312%2021.2812%2028.7812%2021.0312%2029.25%2021C29.7188%2021.0312%2029.9688%2021.2812%2030%2021.75Z'%20fill='%23000000'/%3e%3c/svg%3e", f0 = () => /* @__PURE__ */ C.jsx(
|
|
796
|
+
"img",
|
|
797
|
+
{
|
|
798
|
+
className: "maj-img",
|
|
799
|
+
src: H0,
|
|
800
|
+
alt: "address-book"
|
|
801
|
+
}
|
|
802
|
+
), V0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.4844%2021.5156L9.98438%2014.0156C9.67188%2013.6719%209.67188%2013.3281%209.98438%2012.9844C10.3281%2012.6719%2010.6719%2012.6719%2011.0156%2012.9844L18%2019.9219L24.9844%2012.9844C25.3281%2012.6719%2025.6719%2012.6719%2026.0156%2012.9844C26.3281%2013.3281%2026.3281%2013.6719%2026.0156%2014.0156L18.5156%2021.5156C18.1719%2021.8281%2017.8281%2021.8281%2017.4844%2021.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", Z0 = () => /* @__PURE__ */ C.jsx(
|
|
803
|
+
"img",
|
|
804
|
+
{
|
|
805
|
+
className: "maj-img",
|
|
806
|
+
src: V0,
|
|
807
|
+
alt: "angle-down"
|
|
808
|
+
}
|
|
809
|
+
), I0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9844%2018.5156C12.6719%2018.1719%2012.6719%2017.8281%2012.9844%2017.4844L20.4844%209.98438C20.8281%209.67188%2021.1719%209.67188%2021.5156%209.98438C21.8281%2010.3281%2021.8281%2010.6719%2021.5156%2011.0156L14.5781%2018L21.5156%2024.9844C21.8281%2025.3281%2021.8281%2025.6719%2021.5156%2026.0156C21.1719%2026.3281%2020.8281%2026.3281%2020.4844%2026.0156L12.9844%2018.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", p0 = () => /* @__PURE__ */ C.jsx(
|
|
810
|
+
"img",
|
|
811
|
+
{
|
|
812
|
+
className: "maj-img",
|
|
813
|
+
src: I0,
|
|
814
|
+
alt: "angle-left"
|
|
815
|
+
}
|
|
816
|
+
), $0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.0156%2017.4844C23.3281%2017.8281%2023.3281%2018.1719%2023.0156%2018.5156L15.5156%2026.0156C15.1719%2026.3281%2014.8281%2026.3281%2014.4844%2026.0156C14.1719%2025.6719%2014.1719%2025.3281%2014.4844%2024.9844L21.4219%2018L14.4844%2011.0156C14.1719%2010.6719%2014.1719%2010.3281%2014.4844%209.98438C14.8281%209.67188%2015.1719%209.67188%2015.5156%209.98438L23.0156%2017.4844Z'%20fill='%23000000'/%3e%3c/svg%3e", b0 = () => /* @__PURE__ */ C.jsx(
|
|
817
|
+
"img",
|
|
818
|
+
{
|
|
819
|
+
className: "maj-img",
|
|
820
|
+
src: $0,
|
|
821
|
+
alt: "angle-right"
|
|
822
|
+
}
|
|
823
|
+
), B0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.4844%2012.9844C17.8281%2012.6719%2018.1719%2012.6719%2018.5156%2012.9844L26.0156%2020.4844C26.3281%2020.8281%2026.3281%2021.1719%2026.0156%2021.5156C25.6719%2021.8281%2025.3281%2021.8281%2024.9844%2021.5156L18%2014.5781L11.0156%2021.5156C10.6719%2021.8281%2010.3281%2021.8281%209.98438%2021.5156C9.67188%2021.1719%209.67188%2020.8281%209.98438%2020.4844L17.4844%2012.9844Z'%20fill='%23000000'/%3e%3c/svg%3e", N0 = () => /* @__PURE__ */ C.jsx(
|
|
824
|
+
"img",
|
|
825
|
+
{
|
|
826
|
+
className: "maj-img",
|
|
827
|
+
src: B0,
|
|
828
|
+
alt: "angle-up"
|
|
829
|
+
}
|
|
830
|
+
), S0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.4844%2028.2656L9.23438%2020.0156C8.92188%2019.6719%208.92188%2019.3281%209.23438%2018.9844C9.57812%2018.6719%209.92188%2018.6719%2010.2656%2018.9844L17.25%2025.9219V8.25C17.2812%207.78125%2017.5312%207.53125%2018%207.5C18.4688%207.53125%2018.7188%207.78125%2018.75%208.25V25.9219L25.7344%2018.9844C26.0781%2018.6719%2026.4219%2018.6719%2026.7656%2018.9844C27.0781%2019.3281%2027.0781%2019.6719%2026.7656%2020.0156L18.5156%2028.2656C18.1719%2028.5781%2017.8281%2028.5781%2017.4844%2028.2656Z'%20fill='%23000000'/%3e%3c/svg%3e", k0 = () => /* @__PURE__ */ C.jsx(
|
|
831
|
+
"img",
|
|
832
|
+
{
|
|
833
|
+
className: "maj-img",
|
|
834
|
+
src: S0,
|
|
835
|
+
alt: "arrow-down"
|
|
836
|
+
}
|
|
837
|
+
), y0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.75%2028.5C9.28125%2028.4688%209.03125%2028.2188%209%2027.75C9.03125%2027.2812%209.28125%2027.0312%209.75%2027H26.25C26.7188%2027.0312%2026.9688%2027.2812%2027%2027.75C26.9688%2028.2188%2026.7188%2028.4688%2026.25%2028.5H9.75ZM18.5156%2023.7656C18.1719%2024.0781%2017.8281%2024.0781%2017.4844%2023.7656L11.4844%2017.7656C11.1719%2017.4219%2011.1719%2017.0781%2011.4844%2016.7344C11.8281%2016.4219%2012.1719%2016.4219%2012.5156%2016.7344L17.25%2021.4219V16.5V8.25C17.2812%207.78125%2017.5312%207.53125%2018%207.5C18.4688%207.53125%2018.7188%207.78125%2018.75%208.25V16.5V21.4219L23.4844%2016.7344C23.8281%2016.4219%2024.1719%2016.4219%2024.5156%2016.7344C24.8281%2017.0781%2024.8281%2017.4219%2024.5156%2017.7656L18.5156%2023.7656Z'%20fill='%23000000'/%3e%3c/svg%3e", E0 = () => /* @__PURE__ */ C.jsx(
|
|
838
|
+
"img",
|
|
839
|
+
{
|
|
840
|
+
className: "maj-img",
|
|
841
|
+
src: y0,
|
|
842
|
+
alt: "arrow-down-to-line"
|
|
843
|
+
}
|
|
844
|
+
), R0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.73438%2017.4844L15.9844%209.23438C16.3281%208.92188%2016.6719%208.92188%2017.0156%209.23438C17.3281%209.57812%2017.3281%209.92188%2017.0156%2010.2656L10.0781%2017.25H27.75C28.2188%2017.2812%2028.4688%2017.5312%2028.5%2018C28.4688%2018.4688%2028.2188%2018.7188%2027.75%2018.75H10.0781L17.0156%2025.7344C17.3281%2026.0781%2017.3281%2026.4219%2017.0156%2026.7656C16.6719%2027.0781%2016.3281%2027.0781%2015.9844%2026.7656L7.73438%2018.5156C7.42188%2018.1719%207.42188%2017.8281%207.73438%2017.4844Z'%20fill='%23000000'/%3e%3c/svg%3e", T0 = () => /* @__PURE__ */ C.jsx(
|
|
845
|
+
"img",
|
|
846
|
+
{
|
|
847
|
+
className: "maj-img",
|
|
848
|
+
src: R0,
|
|
849
|
+
alt: "arrow-left"
|
|
850
|
+
}
|
|
851
|
+
), A0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.2656%2018.5156L20.0156%2026.7656C19.6719%2027.0781%2019.3281%2027.0781%2018.9844%2026.7656C18.6719%2026.4219%2018.6719%2026.0781%2018.9844%2025.7344L25.9219%2018.75H8.25C7.78125%2018.7188%207.53125%2018.4688%207.5%2018C7.53125%2017.5312%207.78125%2017.2812%208.25%2017.25H25.9219L18.9844%2010.2656C18.6719%209.92188%2018.6719%209.57812%2018.9844%209.23438C19.3281%208.92188%2019.6719%208.92188%2020.0156%209.23438L28.2656%2017.4844C28.5781%2017.8281%2028.5781%2018.1719%2028.2656%2018.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", P0 = () => /* @__PURE__ */ C.jsx(
|
|
852
|
+
"img",
|
|
853
|
+
{
|
|
854
|
+
className: "maj-img",
|
|
855
|
+
src: A0,
|
|
856
|
+
alt: "arrow-right"
|
|
857
|
+
}
|
|
858
|
+
), _0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.2656%2012.5156L23.7656%2017.0156C23.4219%2017.3281%2023.0781%2017.3281%2022.7344%2017.0156C22.4219%2016.6719%2022.4219%2016.3281%2022.7344%2015.9844L25.9219%2012.75H8.25C7.78125%2012.7188%207.53125%2012.4688%207.5%2012C7.53125%2011.5312%207.78125%2011.2812%208.25%2011.25H25.9219L22.7344%208.01562C22.4219%207.67188%2022.4219%207.32812%2022.7344%206.98438C23.0781%206.67187%2023.4219%206.67187%2023.7656%206.98438L28.2656%2011.4844C28.5781%2011.8281%2028.5781%2012.1719%2028.2656%2012.5156ZM12.2344%2029.0156L7.73438%2024.5156C7.42188%2024.1719%207.42188%2023.8281%207.73438%2023.4844L12.2344%2018.9844C12.5781%2018.6719%2012.9219%2018.6719%2013.2656%2018.9844C13.5781%2019.3281%2013.5781%2019.6719%2013.2656%2020.0156L10.0781%2023.25H27.75C28.2188%2023.2812%2028.4688%2023.5312%2028.5%2024C28.4688%2024.4688%2028.2188%2024.7188%2027.75%2024.75H10.0781L13.2656%2027.9844C13.5781%2028.3281%2013.5781%2028.6719%2013.2656%2029.0156C12.9219%2029.3281%2012.5781%2029.3281%2012.2344%2029.0156Z'%20fill='%23000000'/%3e%3c/svg%3e", F0 = () => /* @__PURE__ */ C.jsx(
|
|
859
|
+
"img",
|
|
860
|
+
{
|
|
861
|
+
className: "maj-img",
|
|
862
|
+
src: _0,
|
|
863
|
+
alt: "arrow-right-arrow-left"
|
|
864
|
+
}
|
|
865
|
+
), D0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5156%207.73438L26.7656%2015.9844C27.0781%2016.3281%2027.0781%2016.6719%2026.7656%2017.0156C26.4219%2017.3281%2026.0781%2017.3281%2025.7344%2017.0156L18.75%2010.0781V27.75C18.7188%2028.2188%2018.4688%2028.4688%2018%2028.5C17.5312%2028.4688%2017.2812%2028.2188%2017.25%2027.75V10.0781L10.2656%2017.0156C9.92188%2017.3281%209.57812%2017.3281%209.23438%2017.0156C8.92188%2016.6719%208.92188%2016.3281%209.23438%2015.9844L17.4844%207.73438C17.8281%207.42187%2018.1719%207.42187%2018.5156%207.73438Z'%20fill='%23000000'/%3e%3c/svg%3e", O0 = () => /* @__PURE__ */ C.jsx(
|
|
866
|
+
"img",
|
|
867
|
+
{
|
|
868
|
+
className: "maj-img",
|
|
869
|
+
src: D0,
|
|
870
|
+
alt: "arrow-up"
|
|
871
|
+
}
|
|
872
|
+
), U0 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.2883%206.23438L25.2883%2012.2344C25.6008%2012.5781%2025.6008%2012.9219%2025.2883%2013.2656C24.9446%2013.5781%2024.6008%2013.5781%2024.2571%2013.2656L19.5227%208.57812V21.75C19.4915%2022.2188%2019.2415%2022.4688%2018.7727%2022.5C18.304%2022.4688%2018.054%2022.2188%2018.0227%2021.75V8.57812L13.2883%2013.2656C12.9446%2013.5781%2012.6008%2013.5781%2012.2571%2013.2656C11.9446%2012.9219%2011.9446%2012.5781%2012.2571%2012.2344L18.2571%206.23438C18.6008%205.92187%2018.9446%205.92187%2019.2883%206.23438ZM9.77271%2021.75V26.25C9.80396%2026.875%2010.0227%2027.4062%2010.429%2027.8438C10.8665%2028.25%2011.3977%2028.4688%2012.0227%2028.5H25.5227C26.1477%2028.4688%2026.679%2028.25%2027.1165%2027.8438C27.5227%2027.4062%2027.7415%2026.875%2027.7727%2026.25V21.75C27.804%2021.2812%2028.054%2021.0312%2028.5227%2021C28.9915%2021.0312%2029.2415%2021.2812%2029.2727%2021.75V26.25C29.2415%2027.3125%2028.8821%2028.2031%2028.1946%2028.9219C27.4758%2029.6094%2026.5852%2029.9688%2025.5227%2030H12.0227C10.9602%2029.9688%2010.0696%2029.6094%209.35083%2028.9219C8.66333%2028.2031%208.30396%2027.3125%208.27271%2026.25V21.75C8.30396%2021.2812%208.55396%2021.0312%209.02271%2021C9.49146%2021.0312%209.74146%2021.2812%209.77271%2021.75Z'%20fill='%23000000'/%3e%3c/svg%3e", q0 = () => /* @__PURE__ */ C.jsx(
|
|
873
|
+
"img",
|
|
874
|
+
{
|
|
875
|
+
className: "maj-img",
|
|
876
|
+
src: U0,
|
|
877
|
+
alt: "arrow-up-from-bracket"
|
|
878
|
+
}
|
|
879
|
+
), G0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.75%207.5H26.25C26.7188%207.53125%2026.9688%207.78125%2027%208.25C26.9688%208.71875%2026.7188%208.96875%2026.25%209H9.75C9.28125%208.96875%209.03125%208.71875%209%208.25C9.03125%207.78125%209.28125%207.53125%209.75%207.5ZM18.5156%2012.2344L24.5156%2018.2344C24.8281%2018.5781%2024.8281%2018.9219%2024.5156%2019.2656C24.1719%2019.5781%2023.8281%2019.5781%2023.4844%2019.2656L18.75%2014.5781V19.5V27.75C18.7188%2028.2188%2018.4688%2028.4688%2018%2028.5C17.5312%2028.4688%2017.2812%2028.2188%2017.25%2027.75V19.5V14.5781L12.5156%2019.2656C12.1719%2019.5781%2011.8281%2019.5781%2011.4844%2019.2656C11.1719%2018.9219%2011.1719%2018.5781%2011.4844%2018.2344L17.4844%2012.2344C17.8281%2011.9219%2018.1719%2011.9219%2018.5156%2012.2344Z'%20fill='%23000000'/%3e%3c/svg%3e", W0 = () => /* @__PURE__ */ C.jsx(
|
|
880
|
+
"img",
|
|
881
|
+
{
|
|
882
|
+
className: "maj-img",
|
|
883
|
+
src: G0,
|
|
884
|
+
alt: "arrow-up-to-line"
|
|
885
|
+
}
|
|
886
|
+
), Y0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.23438%2015.8906H9.28125C9.15625%2016.2656%208.89062%2016.4688%208.48438%2016.5C7.95312%2016.4375%207.71875%2016.1562%207.78125%2015.6562C8.34375%2013.2812%209.5625%2011.3438%2011.4375%209.84375C13.2812%208.34375%2015.4688%207.5625%2018%207.5C19.9375%207.53125%2021.6875%208%2023.25%208.90625C24.8125%209.8125%2026.0625%2011.0469%2027%2012.6094V9.75C27.0312%209.28125%2027.2812%209.03125%2027.75%209C28.2188%209.03125%2028.4688%209.28125%2028.5%209.75V14.25C28.4688%2014.7188%2028.2188%2014.9688%2027.75%2015H27.0469H23.25C22.7812%2014.9688%2022.5312%2014.7188%2022.5%2014.25C22.5312%2013.7812%2022.7812%2013.5312%2023.25%2013.5H25.7812C25%2012.125%2023.9219%2011.0312%2022.5469%2010.2188C21.2031%209.4375%2019.6875%209.03125%2018%209C15.8438%209.03125%2013.9688%209.6875%2012.375%2010.9688C10.8125%2012.2188%209.76562%2013.8594%209.23438%2015.8906ZM26.7656%2020.1562V20.1094C26.8594%2019.7344%2027.1094%2019.5312%2027.5156%2019.5C28.0469%2019.5625%2028.2812%2019.8438%2028.2188%2020.3438C27.6562%2022.7188%2026.4531%2024.6562%2024.6094%2026.1562C22.7344%2027.6562%2020.5312%2028.4375%2018%2028.5C16.0625%2028.4688%2014.3125%2028%2012.75%2027.0938C11.1875%2026.1875%209.9375%2024.9688%209%2023.4375V26.25C8.96875%2026.7188%208.71875%2026.9688%208.25%2027C7.8125%2026.9688%207.5625%2026.7188%207.5%2026.25V21.75C7.5625%2021.2812%207.8125%2021.0312%208.25%2021H8.95312H12.75C13.2188%2021.0312%2013.4688%2021.2812%2013.5%2021.75C13.4688%2022.2188%2013.2188%2022.4688%2012.75%2022.5H10.2188C11%2023.875%2012.0781%2024.9688%2013.4531%2025.7812C14.7969%2026.5625%2016.3125%2026.9688%2018%2027C20.1562%2026.9688%2022.0312%2026.3125%2023.625%2025.0312C25.1875%2023.7812%2026.2344%2022.1562%2026.7656%2020.1562Z'%20fill='%23000000'/%3e%3c/svg%3e", z0 = () => /* @__PURE__ */ C.jsx(
|
|
887
|
+
"img",
|
|
888
|
+
{
|
|
889
|
+
className: "maj-img",
|
|
890
|
+
src: Y0,
|
|
891
|
+
alt: "arrows-rotate"
|
|
892
|
+
}
|
|
893
|
+
), X0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%209.75V16.125L21.8906%209.28125C22.1094%209.09375%2022.375%209%2022.6875%209C23.0625%209%2023.375%209.125%2023.625%209.375C23.875%209.625%2024%209.9375%2024%2010.3125V25.6875C24%2026.0625%2023.875%2026.375%2023.625%2026.625C23.375%2026.875%2023.0625%2027%2022.6875%2027C22.375%2027%2022.1094%2026.9062%2021.8906%2026.7188L13.5%2019.875V26.25C13.4688%2026.7188%2013.2188%2026.9688%2012.75%2027C12.2812%2026.9688%2012.0312%2026.7188%2012%2026.25V18.6562V17.3438V9.75C12.0312%209.28125%2012.2812%209.03125%2012.75%209C13.2188%209.03125%2013.4688%209.28125%2013.5%209.75ZM22.5%2010.7344L13.5469%2018L22.5%2025.2656V10.7344Z'%20fill='%23000000'/%3e%3c/svg%3e", J0 = () => /* @__PURE__ */ C.jsx(
|
|
894
|
+
"img",
|
|
895
|
+
{
|
|
896
|
+
className: "maj-img",
|
|
897
|
+
src: X0,
|
|
898
|
+
alt: "backward-step"
|
|
899
|
+
}
|
|
900
|
+
), K0 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.75%207.5C6.28125%207.53125%206.03125%207.78125%206%208.25V12.75C5.96875%2013.2188%205.71875%2013.4688%205.25%2013.5C4.78125%2013.4688%204.53125%2013.2188%204.5%2012.75V8.25C4.53125%207.625%204.75%207.09375%205.15625%206.65625C5.59375%206.25%206.125%206.03125%206.75%206H11.25C11.7188%206.03125%2011.9688%206.28125%2012%206.75C11.9688%207.21875%2011.7188%207.46875%2011.25%207.5H6.75ZM11.25%2012C11.7188%2012.0312%2011.9688%2012.2812%2012%2012.75V23.25C11.9688%2023.7188%2011.7188%2023.9688%2011.25%2024C10.7812%2023.9688%2010.5312%2023.7188%2010.5%2023.25V12.75C10.5312%2012.2812%2010.7812%2012.0312%2011.25%2012ZM13.5%2012.75C13.5312%2012.2812%2013.7812%2012.0312%2014.25%2012C14.7188%2012.0312%2014.9688%2012.2812%2015%2012.75V23.25C14.9688%2023.7188%2014.7188%2023.9688%2014.25%2024C13.7812%2023.9688%2013.5312%2023.7188%2013.5%2023.25V12.75ZM24%2012.75C24.0312%2012.2812%2024.2812%2012.0312%2024.75%2012C25.2188%2012.0312%2025.4688%2012.2812%2025.5%2012.75V23.25C25.4688%2023.7188%2025.2188%2023.9688%2024.75%2024C24.2812%2023.9688%2024.0312%2023.7188%2024%2023.25V12.75ZM17.25%2012C17.7188%2012.0312%2017.9688%2012.2812%2018%2012.75V23.25C17.9688%2023.7188%2017.7188%2023.9688%2017.25%2024C16.7812%2023.9688%2016.5312%2023.7188%2016.5%2023.25V12.75C16.5312%2012.2812%2016.7812%2012.0312%2017.25%2012ZM20.25%2012.75C20.2812%2012.2812%2020.5312%2012.0312%2021%2012C21.4688%2012.0312%2021.7188%2012.2812%2021.75%2012.75V23.25C21.7188%2023.7188%2021.4688%2023.9688%2021%2024C20.5312%2023.9688%2020.2812%2023.7188%2020.25%2023.25V12.75ZM30%208.25C29.9688%207.78125%2029.7188%207.53125%2029.25%207.5H24.75C24.2812%207.46875%2024.0312%207.21875%2024%206.75C24.0312%206.28125%2024.2812%206.03125%2024.75%206H29.25C29.875%206.03125%2030.4062%206.25%2030.8438%206.65625C31.25%207.09375%2031.4688%207.625%2031.5%208.25V12.75C31.4688%2013.2188%2031.2188%2013.4688%2030.75%2013.5C30.2812%2013.4688%2030.0312%2013.2188%2030%2012.75V8.25ZM6.75%2028.5H11.25C11.7188%2028.5312%2011.9688%2028.7812%2012%2029.25C11.9688%2029.7188%2011.7188%2029.9688%2011.25%2030H6.75C6.125%2029.9688%205.59375%2029.75%205.15625%2029.3438C4.75%2028.9062%204.53125%2028.375%204.5%2027.75V23.25C4.53125%2022.7812%204.78125%2022.5312%205.25%2022.5C5.71875%2022.5312%205.96875%2022.7812%206%2023.25V27.75C6.03125%2028.2188%206.28125%2028.4688%206.75%2028.5ZM30%2027.75V23.25C30.0312%2022.7812%2030.2812%2022.5312%2030.75%2022.5C31.2188%2022.5312%2031.4688%2022.7812%2031.5%2023.25V27.75C31.4688%2028.375%2031.25%2028.9062%2030.8438%2029.3438C30.4062%2029.75%2029.875%2029.9688%2029.25%2030H24.75C24.2812%2029.9688%2024.0312%2029.7188%2024%2029.25C24.0312%2028.7812%2024.2812%2028.5312%2024.75%2028.5H29.25C29.7188%2028.4688%2029.9688%2028.2188%2030%2027.75Z'%20fill='%23000000'/%3e%3c/svg%3e", Q0 = () => /* @__PURE__ */ C.jsx(
|
|
901
|
+
"img",
|
|
902
|
+
{
|
|
903
|
+
className: "maj-img",
|
|
904
|
+
src: K0,
|
|
905
|
+
alt: "barcode-read"
|
|
906
|
+
}
|
|
907
|
+
), C1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%209.75C7.53125%209.28125%207.78125%209.03125%208.25%209H27.75C28.2188%209.03125%2028.4688%209.28125%2028.5%209.75C28.4688%2010.2188%2028.2188%2010.4688%2027.75%2010.5H8.25C7.78125%2010.4688%207.53125%2010.2188%207.5%209.75ZM7.5%2017.25C7.53125%2016.7812%207.78125%2016.5312%208.25%2016.5H27.75C28.2188%2016.5312%2028.4688%2016.7812%2028.5%2017.25C28.4688%2017.7188%2028.2188%2017.9688%2027.75%2018H8.25C7.78125%2017.9688%207.53125%2017.7188%207.5%2017.25ZM28.5%2024.75C28.4688%2025.2188%2028.2188%2025.4688%2027.75%2025.5H8.25C7.78125%2025.4688%207.53125%2025.2188%207.5%2024.75C7.53125%2024.2812%207.78125%2024.0312%208.25%2024H27.75C28.2188%2024.0312%2028.4688%2024.2812%2028.5%2024.75Z'%20fill='%23000000'/%3e%3c/svg%3e", e1 = () => /* @__PURE__ */ C.jsx(
|
|
908
|
+
"img",
|
|
909
|
+
{
|
|
910
|
+
className: "maj-img",
|
|
911
|
+
src: C1,
|
|
912
|
+
alt: "bars"
|
|
913
|
+
}
|
|
914
|
+
), a1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.25%206.75C17.2812%206.28125%2017.5312%206.03125%2018%206C18.4688%206.03125%2018.7188%206.28125%2018.75%206.75V7.54688C20.6875%207.76563%2022.2812%208.5625%2023.5312%209.9375C24.8125%2011.3125%2025.4688%2013%2025.5%2015V16.3594C25.5312%2018.4844%2026.2812%2020.3125%2027.75%2021.8438L27.8906%2021.9844C28.2969%2022.3906%2028.5%2022.875%2028.5%2023.4375C28.5%2024.0312%2028.2969%2024.5156%2027.8906%2024.8906C27.5156%2025.2969%2027.0312%2025.5%2026.4375%2025.5H9.5625C8.96875%2025.5%208.48438%2025.2969%208.10938%2024.8906C7.70312%2024.5156%207.5%2024.0312%207.5%2023.4375C7.5%2022.875%207.70312%2022.375%208.10938%2021.9375L8.25%2021.8438C9.71875%2020.3125%2010.4688%2018.4844%2010.5%2016.3594V15C10.5312%2013%2011.1875%2011.3125%2012.4688%209.9375C13.7188%208.5625%2015.3125%207.76563%2017.25%207.54688V6.75ZM18%209C16.3125%209.03125%2014.8906%209.60938%2013.7344%2010.7344C12.6094%2011.8906%2012.0312%2013.3125%2012%2015V16.3594C11.9688%2018.8906%2011.0625%2021.0625%209.28125%2022.875L9.1875%2023.0156C9.0625%2023.1406%209%2023.2812%209%2023.4375C9.03125%2023.7812%209.21875%2023.9688%209.5625%2024H26.4375C26.7812%2023.9688%2026.9688%2023.7812%2027%2023.4375C27%2023.2812%2026.9375%2023.1406%2026.8125%2023.0156L26.7188%2022.875C24.9375%2021.0625%2024.0312%2018.8906%2024%2016.3594V15C23.9688%2013.3125%2023.375%2011.8906%2022.2188%2010.7344C21.0938%209.60938%2019.6875%209.03125%2018%209ZM16.5938%2027.5156C16.8438%2028.1406%2017.3125%2028.4688%2018%2028.5C18.6875%2028.4688%2019.1562%2028.1406%2019.4062%2027.5156C19.5938%2027.0781%2019.9219%2026.9219%2020.3906%2027.0469C20.7969%2027.2344%2020.9375%2027.5469%2020.8125%2027.9844C20.5938%2028.5781%2020.2344%2029.0625%2019.7344%2029.4375C19.2344%2029.8125%2018.6562%2030%2018%2030C17.3438%2030%2016.7656%2029.8125%2016.2656%2029.4375C15.7656%2029.0625%2015.4062%2028.5781%2015.1875%2027.9844C15.0625%2027.5469%2015.2031%2027.2344%2015.6094%2027.0469C16.0781%2026.9219%2016.4062%2027.0781%2016.5938%2027.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", t1 = () => /* @__PURE__ */ C.jsx(
|
|
915
|
+
"img",
|
|
916
|
+
{
|
|
917
|
+
className: "maj-img",
|
|
918
|
+
src: a1,
|
|
919
|
+
alt: "bell"
|
|
920
|
+
}
|
|
921
|
+
), s1 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2727%207.45312C11.2727%207.04687%2011.4133%206.70312%2011.6946%206.42188C11.9758%206.14062%2012.3196%206%2012.7258%206H20.3665C20.7727%206%2021.1008%206.14062%2021.3508%206.42188C21.6321%206.67187%2021.7727%207%2021.7727%207.40625C21.7727%207.5625%2021.7571%207.70312%2021.7258%207.82812L19.804%2013.5H26.4602C26.8352%2013.5%2027.1477%2013.625%2027.3977%2013.875C27.6477%2014.125%2027.7727%2014.4375%2027.7727%2014.8125C27.7727%2015.0938%2027.6946%2015.3438%2027.5383%2015.5625L18.0227%2029.4844C17.7727%2029.8281%2017.4446%2030%2017.0383%2030C16.6633%2029.9688%2016.3665%2029.8125%2016.1477%2029.5312C15.929%2029.25%2015.8508%2028.9219%2015.9133%2028.5469L18.2102%2019.5H11.2258C10.8196%2019.5%2010.4758%2019.3594%2010.1946%2019.0781C9.91333%2018.7969%209.77271%2018.4531%209.77271%2018.0469C9.77271%2017.9844%209.77271%2017.9219%209.77271%2017.8594L11.2727%207.45312ZM12.7727%207.5C12.7727%207.5625%2012.7727%207.60937%2012.7727%207.64062L11.2727%2018H19.1477C19.3977%2018%2019.6008%2018.0938%2019.7571%2018.2812C19.8821%2018.4688%2019.929%2018.6875%2019.8977%2018.9375L17.8352%2027.0938L26.1321%2015H18.7727C18.5227%2015%2018.3196%2014.8906%2018.1633%2014.6719C18.0071%2014.4844%2017.9758%2014.2656%2018.0696%2014.0156L20.2258%207.5H12.7727Z'%20fill='%23000000'/%3e%3c/svg%3e", n1 = () => /* @__PURE__ */ C.jsx(
|
|
922
|
+
"img",
|
|
923
|
+
{
|
|
924
|
+
className: "maj-img",
|
|
925
|
+
src: s1,
|
|
926
|
+
alt: "bolt-lightning"
|
|
927
|
+
}
|
|
928
|
+
), i1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.75%208.34375L18%209.60938L29.25%208.34375C29.9688%208.28125%2030.4844%208.57812%2030.7969%209.23438L32.2969%2012.7031C32.5156%2013.2656%2032.5%2013.7969%2032.25%2014.2969C32%2014.7969%2031.5781%2015.125%2030.9844%2015.2812L23.5312%2017.0156C22.5625%2017.2031%2021.7812%2016.9062%2021.1875%2016.125L18%2011.6719L14.8125%2016.125C14.2188%2016.9062%2013.4375%2017.2031%2012.4688%2017.0156L5.01562%2015.2812C4.42188%2015.125%204%2014.7969%203.75%2014.2969C3.5%2013.7969%203.48438%2013.2656%203.70312%2012.7031L5.20312%209.23438C5.51562%208.57812%206.03125%208.26562%206.75%208.29688V8.34375ZM6.60938%209.79688L5.10938%2013.3125C5.01562%2013.5625%205.09375%2013.7344%205.34375%2013.8281L12.8438%2015.5625C13.1562%2015.625%2013.4062%2015.5156%2013.5938%2015.2344L16.6406%2010.9688L6.60938%209.79688ZM28.5%2017.1094L30%2016.6875V23.7656C30%2024.2656%2029.8438%2024.7188%2029.5312%2025.125C29.2188%2025.5312%2028.8125%2025.7969%2028.3125%2025.9219L18.5625%2028.3594C18.1875%2028.4531%2017.8125%2028.4531%2017.4375%2028.3594L7.6875%2025.9219C7.1875%2025.7969%206.78125%2025.5312%206.46875%2025.125C6.15625%2024.7188%206%2024.2656%206%2023.7656V16.6875L7.5%2017.1094V23.7656C7.53125%2024.1094%207.71875%2024.3438%208.0625%2024.4688L17.25%2026.7656V15.75C17.2812%2015.2812%2017.5312%2015.0312%2018%2015C18.4688%2015.0312%2018.7188%2015.2812%2018.75%2015.75V26.7656L27.9375%2024.4688C28.2812%2024.3438%2028.4688%2024.1094%2028.5%2023.7656V17.1094ZM19.3594%2010.9688L22.4062%2015.2344C22.5938%2015.4844%2022.8594%2015.5938%2023.2031%2015.5625L30.6562%2013.8281C30.9062%2013.7344%2030.9844%2013.5625%2030.8906%2013.3125L29.3906%209.79688L19.3594%2010.9688Z'%20fill='%23000000'/%3e%3c/svg%3e", l1 = () => /* @__PURE__ */ C.jsx(
|
|
929
|
+
"img",
|
|
930
|
+
{
|
|
931
|
+
className: "maj-img",
|
|
932
|
+
src: i1,
|
|
933
|
+
alt: "box-open"
|
|
934
|
+
}
|
|
935
|
+
), c1 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.7727%207.5C17.929%207.53125%2017.2258%207.82812%2016.6633%208.39062C16.1008%208.95312%2015.804%209.65625%2015.7727%2010.5H21.7727C21.7415%209.65625%2021.4446%208.95312%2020.8821%208.39062C20.3196%207.82812%2019.6165%207.53125%2018.7727%207.5ZM14.2727%2010.5C14.304%209.21875%2014.7415%208.15625%2015.5852%207.3125C16.429%206.46875%2017.4915%206.03125%2018.7727%206C20.054%206.03125%2021.1165%206.46875%2021.9602%207.3125C22.804%208.15625%2023.2415%209.21875%2023.2727%2010.5V10.6875C23.2727%2011.0625%2023.1477%2011.375%2022.8977%2011.625C22.6477%2011.875%2022.3352%2012%2021.9602%2012H15.5852C15.2102%2012%2014.8977%2011.875%2014.6477%2011.625C14.3977%2011.375%2014.2727%2011.0625%2014.2727%2010.6875V10.5ZM8.50708%2010.7344C8.85083%2010.4219%209.19458%2010.4219%209.53833%2010.7344L13.2883%2014.4375C14.1008%2013.8438%2015.054%2013.5312%2016.1477%2013.5H21.3977C22.4915%2013.5312%2023.4446%2013.8438%2024.2571%2014.4375L28.0071%2010.7344C28.3508%2010.4219%2028.6946%2010.4219%2029.0383%2010.7344C29.3508%2011.0781%2029.3508%2011.4219%2029.0383%2011.7656L25.3352%2015.5156C25.929%2016.3281%2026.2415%2017.2812%2026.2727%2018.375V18.75H30.0227C30.4915%2018.7812%2030.7415%2019.0312%2030.7727%2019.5C30.7415%2019.9688%2030.4915%2020.2188%2030.0227%2020.25H26.2727V21C26.2415%2022.4375%2025.8821%2023.7344%2025.1946%2024.8906L29.0383%2028.7344C29.3508%2029.0781%2029.3508%2029.4219%2029.0383%2029.7656C28.6946%2030.0781%2028.3508%2030.0781%2028.0071%2029.7656L24.304%2026.0625C22.8665%2027.625%2021.0227%2028.4375%2018.7727%2028.5C16.5227%2028.4375%2014.679%2027.625%2013.2415%2026.0625L9.53833%2029.7656C9.19458%2030.0781%208.85083%2030.0781%208.50708%2029.7656C8.19458%2029.4219%208.19458%2029.0781%208.50708%2028.7344L12.3508%2024.8906C11.6633%2023.7344%2011.304%2022.4375%2011.2727%2021V20.25H7.52271C7.05396%2020.2188%206.80396%2019.9688%206.77271%2019.5C6.80396%2019.0312%207.05396%2018.7812%207.52271%2018.75H11.2727V18.375C11.304%2017.2812%2011.6165%2016.3281%2012.2102%2015.5156L8.50708%2011.7656C8.19458%2011.4219%208.19458%2011.0781%208.50708%2010.7344ZM12.7727%2021C12.804%2022.5625%2013.304%2023.8906%2014.2727%2024.9844C15.2727%2026.0781%2016.5227%2026.7344%2018.0227%2026.9531V18C18.054%2017.5312%2018.304%2017.2812%2018.7727%2017.25C19.2415%2017.2812%2019.4915%2017.5312%2019.5227%2018V26.9531C21.0227%2026.7344%2022.2727%2026.0781%2023.2727%2024.9844C24.2415%2023.8906%2024.7415%2022.5625%2024.7727%2021V19.5V18.375C24.7415%2017.4062%2024.4133%2016.6094%2023.7883%2015.9844C23.1633%2015.3594%2022.3665%2015.0312%2021.3977%2015H16.1477C15.179%2015.0312%2014.3821%2015.3594%2013.7571%2015.9844C13.1321%2016.6094%2012.804%2017.4062%2012.7727%2018.375V19.5V21Z'%20fill='%23000000'/%3e%3c/svg%3e", o1 = () => /* @__PURE__ */ C.jsx(
|
|
936
|
+
"img",
|
|
937
|
+
{
|
|
938
|
+
className: "maj-img",
|
|
939
|
+
src: c1,
|
|
940
|
+
alt: "bug"
|
|
941
|
+
}
|
|
942
|
+
), r1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.75%206C13.2188%206.03125%2013.4688%206.28125%2013.5%206.75V9H22.5V6.75C22.5312%206.28125%2022.7812%206.03125%2023.25%206C23.7188%206.03125%2023.9688%206.28125%2024%206.75V9H25.5C26.3438%209.03125%2027.0469%209.32812%2027.6094%209.89062C28.1719%2010.4531%2028.4688%2011.1562%2028.5%2012V13.5V15V27C28.4688%2027.8438%2028.1719%2028.5469%2027.6094%2029.1094C27.0469%2029.6719%2026.3438%2029.9688%2025.5%2030H10.5C9.65625%2029.9688%208.95312%2029.6719%208.39062%2029.1094C7.82812%2028.5469%207.53125%2027.8438%207.5%2027V15V13.5V12C7.53125%2011.1562%207.82812%2010.4531%208.39062%209.89062C8.95312%209.32812%209.65625%209.03125%2010.5%209H12V6.75C12.0312%206.28125%2012.2812%206.03125%2012.75%206ZM27%2015H22.125V18.375H27V15ZM27%2019.875H22.125V23.625H27V19.875ZM27%2025.125H22.125V28.5H25.5C25.9375%2028.5%2026.2969%2028.3594%2026.5781%2028.0781C26.8594%2027.7969%2027%2027.4375%2027%2027V25.125ZM20.625%2023.625V19.875H15.375V23.625H20.625ZM15.375%2025.125V28.5H20.625V25.125H15.375ZM13.875%2023.625V19.875H9V23.625H13.875ZM9%2025.125V27C9%2027.4375%209.14062%2027.7969%209.42188%2028.0781C9.70312%2028.3594%2010.0625%2028.5%2010.5%2028.5H13.875V25.125H9ZM9%2018.375H13.875V15H9V18.375ZM15.375%2018.375H20.625V15H15.375V18.375ZM25.5%2010.5H10.5C10.0625%2010.5%209.70312%2010.6406%209.42188%2010.9219C9.14062%2011.2031%209%2011.5625%209%2012V13.5H27V12C27%2011.5625%2026.8594%2011.2031%2026.5781%2010.9219C26.2969%2010.6406%2025.9375%2010.5%2025.5%2010.5Z'%20fill='%23000000'/%3e%3c/svg%3e", g1 = () => /* @__PURE__ */ C.jsx(
|
|
943
|
+
"img",
|
|
944
|
+
{
|
|
945
|
+
className: "maj-img",
|
|
946
|
+
src: r1,
|
|
947
|
+
alt: "calendar-days"
|
|
948
|
+
}
|
|
949
|
+
), m1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%208.25C6.03125%207.625%206.25%207.09375%206.65625%206.65625C7.09375%206.25%207.625%206.03125%208.25%206H12.75C13.2188%206.03125%2013.4688%206.28125%2013.5%206.75C13.4688%207.21875%2013.2188%207.46875%2012.75%207.5H8.25C7.78125%207.53125%207.53125%207.78125%207.5%208.25V12.75C7.46875%2013.2188%207.21875%2013.4688%206.75%2013.5C6.28125%2013.4688%206.03125%2013.2188%206%2012.75V8.25ZM16.1719%2010.5H19.8281C20.6719%2010.5312%2021.2656%2010.9375%2021.6094%2011.7188L21.7031%2012H22.875C23.625%2012.0312%2024.25%2012.2812%2024.75%2012.75C25.2188%2013.25%2025.4688%2013.875%2025.5%2014.625V21.375C25.4688%2022.125%2025.2188%2022.75%2024.75%2023.25C24.25%2023.7188%2023.625%2023.9688%2022.875%2024H13.125C12.375%2023.9688%2011.75%2023.7188%2011.25%2023.25C10.7812%2022.75%2010.5312%2022.125%2010.5%2021.375V14.625C10.5312%2013.875%2010.7812%2013.25%2011.25%2012.75C11.75%2012.2812%2012.375%2012.0312%2013.125%2012H14.2969L14.3906%2011.7188C14.7344%2010.9375%2015.3281%2010.5312%2016.1719%2010.5ZM15.7969%2012.2344L15.5156%2013.0312C15.3906%2013.3438%2015.1562%2013.5%2014.8125%2013.5H13.125C12.4375%2013.5625%2012.0625%2013.9375%2012%2014.625V21.375C12.0625%2022.0625%2012.4375%2022.4375%2013.125%2022.5H22.875C23.5625%2022.4375%2023.9375%2022.0625%2024%2021.375V14.625C23.9375%2013.9375%2023.5625%2013.5625%2022.875%2013.5H21.1875C20.8438%2013.4688%2020.6094%2013.3125%2020.4844%2013.0312L20.2031%2012.2344C20.1406%2012.0781%2020.0156%2012%2019.8281%2012H16.1719C15.9844%2012%2015.8594%2012.0781%2015.7969%2012.2344ZM16.5%2018C16.5%2018.4375%2016.6406%2018.7969%2016.9219%2019.0781C17.2031%2019.3594%2017.5625%2019.5%2018%2019.5C18.4375%2019.5%2018.7969%2019.3594%2019.0781%2019.0781C19.3594%2018.7969%2019.5%2018.4375%2019.5%2018C19.5%2017.5625%2019.3594%2017.2031%2019.0781%2016.9219C18.7969%2016.6406%2018.4375%2016.5%2018%2016.5C17.5625%2016.5%2017.2031%2016.6406%2016.9219%2016.9219C16.6406%2017.2031%2016.5%2017.5625%2016.5%2018ZM21%2018C20.9688%2019.125%2020.4688%2019.9844%2019.5%2020.5781C18.5%2021.1406%2017.5%2021.1406%2016.5%2020.5781C15.5312%2019.9844%2015.0312%2019.125%2015%2018C15.0312%2016.875%2015.5312%2016.0156%2016.5%2015.4219C17.5%2014.8594%2018.5%2014.8594%2019.5%2015.4219C20.4688%2016.0156%2020.9688%2016.875%2021%2018ZM27.75%206C28.375%206.03125%2028.9062%206.25%2029.3438%206.65625C29.75%207.09375%2029.9688%207.625%2030%208.25V12.75C29.9688%2013.2188%2029.7188%2013.4688%2029.25%2013.5C28.7812%2013.4688%2028.5312%2013.2188%2028.5%2012.75V8.25C28.4688%207.78125%2028.2188%207.53125%2027.75%207.5H23.25C22.7812%207.46875%2022.5312%207.21875%2022.5%206.75C22.5312%206.28125%2022.7812%206.03125%2023.25%206H27.75ZM6%2027.75V23.25C6.03125%2022.7812%206.28125%2022.5312%206.75%2022.5C7.21875%2022.5312%207.46875%2022.7812%207.5%2023.25V27.75C7.53125%2028.2188%207.78125%2028.4688%208.25%2028.5H12.75C13.2188%2028.5312%2013.4688%2028.7812%2013.5%2029.25C13.4688%2029.7188%2013.2188%2029.9688%2012.75%2030H8.25C7.625%2029.9688%207.09375%2029.75%206.65625%2029.3438C6.25%2028.9062%206.03125%2028.375%206%2027.75ZM27.75%2030H23.25C22.7812%2029.9688%2022.5312%2029.7188%2022.5%2029.25C22.5312%2028.7812%2022.7812%2028.5312%2023.25%2028.5H27.75C28.2188%2028.4688%2028.4688%2028.2188%2028.5%2027.75V23.25C28.5312%2022.7812%2028.7812%2022.5312%2029.25%2022.5C29.7188%2022.5312%2029.9688%2022.7812%2030%2023.25V27.75C29.9688%2028.375%2029.75%2028.9062%2029.3438%2029.3438C28.9062%2029.75%2028.375%2029.9688%2027.75%2030Z'%20fill='%23000000'/%3e%3c/svg%3e", h1 = () => /* @__PURE__ */ C.jsx(
|
|
950
|
+
"img",
|
|
951
|
+
{
|
|
952
|
+
className: "maj-img",
|
|
953
|
+
src: m1,
|
|
954
|
+
alt: "camera-viewfinder"
|
|
955
|
+
}
|
|
956
|
+
), w1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.2812%2022.4062L23.9062%2017.0625C23.9688%2017%2024%2016.9219%2024%2016.8281C23.9688%2016.6406%2023.8594%2016.5312%2023.6719%2016.5H12.3281C12.1406%2016.5312%2012.0312%2016.6406%2012%2016.8281C12%2016.9219%2012.0312%2017%2012.0938%2017.0625L17.7188%2022.4062C17.8125%2022.4688%2017.9062%2022.5%2018%2022.5C18.0938%2022.5%2018.1875%2022.4688%2018.2812%2022.4062ZM19.3125%2023.4844C18.9375%2023.8281%2018.5%2024%2018%2024C17.5%2024%2017.0625%2023.8281%2016.6875%2023.4844L11.0625%2018.1875C10.6875%2017.8125%2010.5%2017.3594%2010.5%2016.8281C10.5%2016.2969%2010.6719%2015.8594%2011.0156%2015.5156C11.3594%2015.1719%2011.7969%2015%2012.3281%2015H23.6719C24.2031%2015.0312%2024.6406%2015.2188%2024.9844%2015.5625C25.3281%2015.9062%2025.5%2016.3281%2025.5%2016.8281C25.5%2017.3594%2025.3125%2017.8125%2024.9375%2018.1875L19.3125%2023.4844Z'%20fill='%23000000'/%3e%3c/svg%3e", v1 = () => /* @__PURE__ */ C.jsx(
|
|
957
|
+
"img",
|
|
958
|
+
{
|
|
959
|
+
className: "maj-img",
|
|
960
|
+
src: w1,
|
|
961
|
+
alt: "caret-down"
|
|
962
|
+
}
|
|
963
|
+
), j1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5938%2018.2812L18.9375%2023.9062C19%2023.9688%2019.0781%2024%2019.1719%2024C19.3594%2023.9688%2019.4688%2023.8594%2019.5%2023.6719V12.3281C19.4688%2012.1406%2019.3594%2012.0312%2019.1719%2012C19.0781%2012%2019%2012.0312%2018.9375%2012.0938L13.5938%2017.7188C13.5312%2017.8125%2013.5%2017.9062%2013.5%2018C13.5%2018.0938%2013.5312%2018.1875%2013.5938%2018.2812ZM12.5156%2019.3125C12.1719%2018.9375%2012%2018.5%2012%2018C12%2017.5%2012.1719%2017.0625%2012.5156%2016.6875L17.8125%2011.0625C18.1875%2010.6875%2018.6406%2010.5%2019.1719%2010.5C19.6719%2010.5312%2020.0938%2010.7188%2020.4375%2011.0625C20.7812%2011.4062%2020.9688%2011.8281%2021%2012.3281V23.6719C20.9688%2024.2031%2020.7812%2024.6406%2020.4375%2024.9844C20.0938%2025.3281%2019.6719%2025.5%2019.1719%2025.5C18.6406%2025.5%2018.1875%2025.3125%2017.8125%2024.9375L12.5156%2019.3125Z'%20fill='%23000000'/%3e%3c/svg%3e", d1 = () => /* @__PURE__ */ C.jsx(
|
|
964
|
+
"img",
|
|
965
|
+
{
|
|
966
|
+
className: "maj-img",
|
|
967
|
+
src: j1,
|
|
968
|
+
alt: "caret-left"
|
|
969
|
+
}
|
|
970
|
+
), x1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.4062%2017.7188L17.0625%2012.0938C17%2012.0312%2016.9219%2012%2016.8281%2012C16.6406%2012.0312%2016.5312%2012.1406%2016.5%2012.3281V23.6719C16.5312%2023.8594%2016.6406%2023.9688%2016.8281%2024C16.9219%2024%2017%2023.9688%2017.0625%2023.9062L22.4062%2018.2812C22.4688%2018.1875%2022.5%2018.0938%2022.5%2018C22.5%2017.9062%2022.4688%2017.8125%2022.4062%2017.7188ZM23.4844%2016.6875C23.8281%2017.0625%2024%2017.5%2024%2018C24%2018.5%2023.8281%2018.9375%2023.4844%2019.3125L18.1875%2024.9375C17.8125%2025.3125%2017.3594%2025.5%2016.8281%2025.5C16.2969%2025.4688%2015.8594%2025.2812%2015.5156%2024.9375C15.1719%2024.5938%2015%2024.1719%2015%2023.6719V12.3281C15%2011.7969%2015.1719%2011.3594%2015.5156%2011.0156C15.8906%2010.6719%2016.3281%2010.5%2016.8281%2010.5C17.3594%2010.5%2017.8125%2010.6875%2018.1875%2011.0625L23.4844%2016.6875Z'%20fill='%23000000'/%3e%3c/svg%3e", M1 = () => /* @__PURE__ */ C.jsx(
|
|
971
|
+
"img",
|
|
972
|
+
{
|
|
973
|
+
className: "maj-icon",
|
|
974
|
+
src: x1,
|
|
975
|
+
alt: "caret-right"
|
|
976
|
+
}
|
|
977
|
+
), u1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.7188%2013.5938L12.0938%2018.9375C12.0312%2019%2012%2019.0781%2012%2019.1719C12.0312%2019.3594%2012.1406%2019.4688%2012.3281%2019.5H23.6719C23.8594%2019.4688%2023.9688%2019.3594%2024%2019.1719C24%2019.0781%2023.9688%2019%2023.9062%2018.9375L18.2812%2013.5938C18.1875%2013.5312%2018.0938%2013.5%2018%2013.5C17.9062%2013.5%2017.8125%2013.5312%2017.7188%2013.5938ZM16.6875%2012.5156C17.0625%2012.1719%2017.5%2012%2018%2012C18.5%2012%2018.9375%2012.1719%2019.3125%2012.5156L24.9375%2017.8594C25.3125%2018.2031%2025.5%2018.6406%2025.5%2019.1719C25.5%2019.7031%2025.3281%2020.1406%2024.9844%2020.4844C24.6406%2020.8281%2024.2031%2021%2023.6719%2021H12.3281C11.7969%2021%2011.3594%2020.8281%2011.0156%2020.4844C10.6719%2020.1406%2010.5%2019.7031%2010.5%2019.1719C10.5%2018.6406%2010.6875%2018.1875%2011.0625%2017.8125L16.6875%2012.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", L1 = () => /* @__PURE__ */ C.jsx(
|
|
978
|
+
"img",
|
|
979
|
+
{
|
|
980
|
+
className: "maj-img",
|
|
981
|
+
src: u1,
|
|
982
|
+
alt: "caret-up"
|
|
983
|
+
}
|
|
984
|
+
), H1 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.52271%206H7.52271C8.14771%206.03125%208.67896%206.25%209.11646%206.65625C9.52271%207.09375%209.74146%207.625%209.77271%208.25V23.25C9.80396%2023.7188%2010.054%2023.9688%2010.5227%2024H14.2727H27.7727H33.0227C33.4915%2024.0312%2033.7415%2024.2812%2033.7727%2024.75C33.7415%2025.2188%2033.4915%2025.4688%2033.0227%2025.5H30.3508C30.6321%2025.9375%2030.7727%2026.4375%2030.7727%2027C30.7415%2027.8438%2030.4446%2028.5469%2029.8821%2029.1094C29.3196%2029.6719%2028.6165%2029.9688%2027.7727%2030C26.929%2029.9688%2026.2258%2029.6719%2025.6633%2029.1094C25.1008%2028.5469%2024.804%2027.8438%2024.7727%2027C24.7727%2026.4375%2024.9133%2025.9375%2025.1946%2025.5H16.8508C17.1321%2025.9375%2017.2727%2026.4375%2017.2727%2027C17.2415%2027.8438%2016.9446%2028.5469%2016.3821%2029.1094C15.8196%2029.6719%2015.1165%2029.9688%2014.2727%2030C13.429%2029.9688%2012.7258%2029.6719%2012.1633%2029.1094C11.6008%2028.5469%2011.304%2027.8438%2011.2727%2027C11.2727%2026.4375%2011.4133%2025.9375%2011.6946%2025.5H10.5227C9.89771%2025.4688%209.36646%2025.25%208.92896%2024.8438C8.52271%2024.4062%208.30396%2023.875%208.27271%2023.25V8.25C8.24146%207.78125%207.99146%207.53125%207.52271%207.5H4.52271C4.05396%207.46875%203.80396%207.21875%203.77271%206.75C3.80396%206.28125%204.05396%206.03125%204.52271%206ZM29.2727%2027C29.2727%2026.5625%2029.1321%2026.2031%2028.8508%2025.9219C28.5696%2025.6406%2028.2102%2025.5%2027.7727%2025.5C27.3352%2025.5%2026.9758%2025.6406%2026.6946%2025.9219C26.4133%2026.2031%2026.2727%2026.5625%2026.2727%2027C26.2727%2027.4375%2026.4133%2027.7969%2026.6946%2028.0781C26.9758%2028.3594%2027.3352%2028.5%2027.7727%2028.5C28.2102%2028.5%2028.5696%2028.3594%2028.8508%2028.0781C29.1321%2027.7969%2029.2727%2027.4375%2029.2727%2027ZM14.2727%2028.5C14.7102%2028.5%2015.0696%2028.3594%2015.3508%2028.0781C15.6321%2027.7969%2015.7727%2027.4375%2015.7727%2027C15.7727%2026.5625%2015.6321%2026.2031%2015.3508%2025.9219C15.0696%2025.6406%2014.7102%2025.5%2014.2727%2025.5C13.8352%2025.5%2013.4758%2025.6406%2013.1946%2025.9219C12.9133%2026.2031%2012.7727%2026.5625%2012.7727%2027C12.7727%2027.4375%2012.9133%2027.7969%2013.1946%2028.0781C13.4758%2028.3594%2013.8352%2028.5%2014.2727%2028.5ZM14.2727%209V19.5H20.2727V9H14.2727ZM12.7727%209C12.7727%208.5625%2012.9133%208.20312%2013.1946%207.92188C13.4758%207.64062%2013.8352%207.5%2014.2727%207.5H20.2727C20.7102%207.5%2021.0696%207.64062%2021.3508%207.92188C21.6321%208.20312%2021.7727%208.5625%2021.7727%209V19.5C21.7727%2019.9375%2021.6321%2020.2969%2021.3508%2020.5781C21.0696%2020.8594%2020.7102%2021%2020.2727%2021H14.2727C13.8352%2021%2013.4758%2020.8594%2013.1946%2020.5781C12.9133%2020.2969%2012.7727%2019.9375%2012.7727%2019.5V9ZM27.7727%209H24.7727V12H27.7727V9ZM24.7727%207.5H27.7727C28.2102%207.5%2028.5696%207.64062%2028.8508%207.92188C29.1321%208.20312%2029.2727%208.5625%2029.2727%209V12C29.2727%2012.4375%2029.1321%2012.7969%2028.8508%2013.0781C28.5696%2013.3594%2028.2102%2013.5%2027.7727%2013.5H24.7727C24.3352%2013.5%2023.9758%2013.3594%2023.6946%2013.0781C23.4133%2012.7969%2023.2727%2012.4375%2023.2727%2012V9C23.2727%208.5625%2023.4133%208.20312%2023.6946%207.92188C23.9758%207.64062%2024.3352%207.5%2024.7727%207.5ZM24.7727%2016.5V19.5H30.7727V16.5H24.7727ZM23.2727%2016.5C23.2727%2016.0625%2023.4133%2015.7031%2023.6946%2015.4219C23.9758%2015.1406%2024.3352%2015%2024.7727%2015H30.7727C31.2102%2015%2031.5696%2015.1406%2031.8508%2015.4219C32.1321%2015.7031%2032.2727%2016.0625%2032.2727%2016.5V19.5C32.2727%2019.9375%2032.1321%2020.2969%2031.8508%2020.5781C31.5696%2020.8594%2031.2102%2021%2030.7727%2021H24.7727C24.3352%2021%2023.9758%2020.8594%2023.6946%2020.5781C23.4133%2020.2969%2023.2727%2019.9375%2023.2727%2019.5V16.5Z'%20fill='%23000000'/%3e%3c/svg%3e", f1 = () => /* @__PURE__ */ C.jsx(
|
|
985
|
+
"img",
|
|
986
|
+
{
|
|
987
|
+
className: "maj-img",
|
|
988
|
+
src: H1,
|
|
989
|
+
alt: "cart-flatbed-boxes"
|
|
990
|
+
}
|
|
991
|
+
), V1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.25%206H7.03125C8.0625%206.0625%208.76562%206.5625%209.14062%207.5H29.8125C30.3125%207.53125%2030.7031%207.71875%2030.9844%208.0625C31.2656%208.4375%2031.3594%208.875%2031.2656%209.375L29.2969%2017.25C29.1094%2017.9062%2028.75%2018.4375%2028.2188%2018.8438C27.6875%2019.2812%2027.0781%2019.5%2026.3906%2019.5H11.625L12%2021.2812C12.1875%2022.0312%2012.6719%2022.4375%2013.4531%2022.5H27.75C28.2188%2022.5312%2028.4688%2022.7812%2028.5%2023.25C28.4688%2023.7188%2028.2188%2023.9688%2027.75%2024H13.4531C12.7344%2024%2012.1094%2023.7812%2011.5781%2023.3438C11.0469%2022.9062%2010.7031%2022.3281%2010.5469%2021.6094L7.78125%208.10938C7.65625%207.73438%207.40625%207.53125%207.03125%207.5H5.25C4.78125%207.46875%204.53125%207.21875%204.5%206.75C4.53125%206.28125%204.78125%206.03125%205.25%206ZM9.46875%209L11.2969%2018H26.3906C27.1094%2017.9688%2027.5938%2017.5938%2027.8438%2016.875L29.8125%209H9.46875ZM12.375%2027.375C12.4375%2028.0625%2012.8125%2028.4375%2013.5%2028.5C14.1875%2028.4375%2014.5625%2028.0625%2014.625%2027.375C14.5625%2026.6875%2014.1875%2026.3125%2013.5%2026.25C12.8125%2026.3125%2012.4375%2026.6875%2012.375%2027.375ZM16.125%2027.375C16.0938%2028.375%2015.6562%2029.125%2014.8125%2029.625C13.9375%2030.125%2013.0625%2030.125%2012.1875%2029.625C11.3438%2029.125%2010.9062%2028.375%2010.875%2027.375C10.9062%2026.375%2011.3438%2025.625%2012.1875%2025.125C13.0625%2024.625%2013.9375%2024.625%2014.8125%2025.125C15.6562%2025.625%2016.0938%2026.375%2016.125%2027.375ZM25.5%2026.25C24.8125%2026.3125%2024.4375%2026.6875%2024.375%2027.375C24.4375%2028.0625%2024.8125%2028.4375%2025.5%2028.5C26.1875%2028.4375%2026.5625%2028.0625%2026.625%2027.375C26.5625%2026.6875%2026.1875%2026.3125%2025.5%2026.25ZM25.5%2030C24.5%2029.9688%2023.75%2029.5312%2023.25%2028.6875C22.75%2027.8125%2022.75%2026.9375%2023.25%2026.0625C23.75%2025.2188%2024.5%2024.7812%2025.5%2024.75C26.5%2024.7812%2027.25%2025.2188%2027.75%2026.0625C28.25%2026.9375%2028.25%2027.8125%2027.75%2028.6875C27.25%2029.5312%2026.5%2029.9688%2025.5%2030Z'%20fill='%23000000'/%3e%3c/svg%3e", Z1 = () => /* @__PURE__ */ C.jsx(
|
|
992
|
+
"img",
|
|
993
|
+
{
|
|
994
|
+
className: "maj-img",
|
|
995
|
+
src: V1,
|
|
996
|
+
alt: "cart-shopping"
|
|
997
|
+
}
|
|
998
|
+
), I1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%207.5H15C14.5625%207.5%2014.2031%207.64062%2013.9219%207.92188C13.6406%208.20312%2013.5%208.5625%2013.5%209V16.5H12V9C12.0312%208.15625%2012.3281%207.45312%2012.8906%206.89062C13.4531%206.32812%2014.1562%206.03125%2015%206H21C21.8438%206.03125%2022.5469%206.32812%2023.1094%206.89062C23.6719%207.45312%2023.9688%208.15625%2024%209V16.5H22.5V9C22.5%208.5625%2022.3594%208.20312%2022.0781%207.92188C21.7969%207.64062%2021.4375%207.5%2021%207.5ZM10.5%2012.75V16.5C10.4688%2016.9688%2010.2188%2017.2188%209.75%2017.25C9.28125%2017.2188%209.03125%2016.9688%209%2016.5V12.75C9.03125%2012.2812%209.28125%2012.0312%209.75%2012C10.2188%2012.0312%2010.4688%2012.2812%2010.5%2012.75ZM27%2012.75V16.5C26.9688%2016.9688%2026.7188%2017.2188%2026.25%2017.25C25.7812%2017.2188%2025.5312%2016.9688%2025.5%2016.5V12.75C25.5312%2012.2812%2025.7812%2012.0312%2026.25%2012C26.7188%2012.0312%2026.9688%2012.2812%2027%2012.75ZM24%2019.5H12L10.5%2022.5H18H25.5L24%2019.5ZM18.75%2024V26.25H19.5C20.3438%2026.2812%2021.0469%2026.5781%2021.6094%2027.1406C22.1719%2027.7031%2022.4688%2028.4062%2022.5%2029.25C22.4688%2029.7188%2022.2188%2029.9688%2021.75%2030C21.2812%2029.9688%2021.0312%2029.7188%2021%2029.25C21%2028.8125%2020.8594%2028.4531%2020.5781%2028.1719C20.2969%2027.8906%2019.9375%2027.75%2019.5%2027.75H18.75V29.25C18.7188%2029.7188%2018.4688%2029.9688%2018%2030C17.5312%2029.9688%2017.2812%2029.7188%2017.25%2029.25V27.75H16.5C16.0625%2027.75%2015.7031%2027.8906%2015.4219%2028.1719C15.1406%2028.4531%2015%2028.8125%2015%2029.25C14.9688%2029.7188%2014.7188%2029.9688%2014.25%2030C13.7812%2029.9688%2013.5312%2029.7188%2013.5%2029.25C13.5312%2028.4062%2013.8281%2027.7031%2014.3906%2027.1406C14.9531%2026.5781%2015.6562%2026.2812%2016.5%2026.25H17.25V24H10.5C9.9375%2023.9688%209.51562%2023.7344%209.23438%2023.2969C8.95312%2022.8281%208.92188%2022.3438%209.14062%2021.8438L10.6406%2018.8438C10.9531%2018.3125%2011.4062%2018.0312%2012%2018H24C24.5938%2018.0312%2025.0469%2018.3125%2025.3594%2018.8438L26.8594%2021.8438C27.0781%2022.3438%2027.0469%2022.8281%2026.7656%2023.2969C26.4844%2023.7656%2026.0625%2024%2025.5%2024H18.75Z'%20fill='%23000000'/%3e%3c/svg%3e", p1 = () => /* @__PURE__ */ C.jsx(
|
|
999
|
+
"img",
|
|
1000
|
+
{
|
|
1001
|
+
className: "maj-img",
|
|
1002
|
+
src: I1,
|
|
1003
|
+
alt: "chair-office"
|
|
1004
|
+
}
|
|
1005
|
+
), $1 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.52271%207.5C7.99146%207.53125%208.24146%207.78125%208.27271%208.25V24.75C8.30396%2025.375%208.52271%2025.9062%208.92896%2026.3438C9.36646%2026.75%209.89771%2026.9688%2010.5227%2027H30.0227C30.4915%2027.0312%2030.7415%2027.2812%2030.7727%2027.75C30.7415%2028.2188%2030.4915%2028.4688%2030.0227%2028.5H10.5227C9.46021%2028.4688%208.56958%2028.1094%207.85083%2027.4219C7.16333%2026.7031%206.80396%2025.8125%206.77271%2024.75V8.25C6.80396%207.78125%207.05396%207.53125%207.52271%207.5ZM13.5227%2018C13.9915%2018.0312%2014.2415%2018.2812%2014.2727%2018.75V23.25C14.2415%2023.7188%2013.9915%2023.9688%2013.5227%2024C13.054%2023.9688%2012.804%2023.7188%2012.7727%2023.25V18.75C12.804%2018.2812%2013.054%2018.0312%2013.5227%2018ZM18.7727%2012.75V23.25C18.7415%2023.7188%2018.4915%2023.9688%2018.0227%2024C17.554%2023.9688%2017.304%2023.7188%2017.2727%2023.25V12.75C17.304%2012.2812%2017.554%2012.0312%2018.0227%2012C18.4915%2012.0312%2018.7415%2012.2812%2018.7727%2012.75ZM22.5227%2015C22.9915%2015.0312%2023.2415%2015.2812%2023.2727%2015.75V23.25C23.2415%2023.7188%2022.9915%2023.9688%2022.5227%2024C22.054%2023.9688%2021.804%2023.7188%2021.7727%2023.25V15.75C21.804%2015.2812%2022.054%2015.0312%2022.5227%2015ZM27.7727%2011.25V23.25C27.7415%2023.7188%2027.4915%2023.9688%2027.0227%2024C26.554%2023.9688%2026.304%2023.7188%2026.2727%2023.25V11.25C26.304%2010.7812%2026.554%2010.5312%2027.0227%2010.5C27.4915%2010.5312%2027.7415%2010.7812%2027.7727%2011.25Z'%20fill='%23000000'/%3e%3c/svg%3e", b1 = () => /* @__PURE__ */ C.jsx(
|
|
1006
|
+
"img",
|
|
1007
|
+
{
|
|
1008
|
+
className: "maj-img",
|
|
1009
|
+
src: $1,
|
|
1010
|
+
alt: "chart-column"
|
|
1011
|
+
}
|
|
1012
|
+
), B1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.75%209H17.25C16.7812%209.03125%2016.5312%209.28125%2016.5%209.75V26.25C16.5312%2026.7188%2016.7812%2026.9688%2017.25%2027H18.75C19.2188%2026.9688%2019.4688%2026.7188%2019.5%2026.25V9.75C19.4688%209.28125%2019.2188%209.03125%2018.75%209ZM17.25%207.5H18.75C19.375%207.53125%2019.9062%207.75%2020.3438%208.15625C20.75%208.59375%2020.9688%209.125%2021%209.75V26.25C20.9688%2026.875%2020.75%2027.4062%2020.3438%2027.8438C19.9062%2028.25%2019.375%2028.4688%2018.75%2028.5H17.25C16.625%2028.4688%2016.0938%2028.25%2015.6562%2027.8438C15.25%2027.4062%2015.0312%2026.875%2015%2026.25V9.75C15.0312%209.125%2015.25%208.59375%2015.6562%208.15625C16.0938%207.75%2016.625%207.53125%2017.25%207.5ZM11.25%2018H9.75C9.28125%2018.0312%209.03125%2018.2812%209%2018.75V26.25C9.03125%2026.7188%209.28125%2026.9688%209.75%2027H11.25C11.7188%2026.9688%2011.9688%2026.7188%2012%2026.25V18.75C11.9688%2018.2812%2011.7188%2018.0312%2011.25%2018ZM9.75%2016.5H11.25C11.875%2016.5312%2012.4062%2016.75%2012.8438%2017.1562C13.25%2017.5938%2013.4688%2018.125%2013.5%2018.75V26.25C13.4688%2026.875%2013.25%2027.4062%2012.8438%2027.8438C12.4062%2028.25%2011.875%2028.4688%2011.25%2028.5H9.75C9.125%2028.4688%208.59375%2028.25%208.15625%2027.8438C7.75%2027.4062%207.53125%2026.875%207.5%2026.25V18.75C7.53125%2018.125%207.75%2017.5938%208.15625%2017.1562C8.59375%2016.75%209.125%2016.5312%209.75%2016.5ZM24.75%2012C24.2812%2012.0312%2024.0312%2012.2812%2024%2012.75V26.25C24.0312%2026.7188%2024.2812%2026.9688%2024.75%2027H26.25C26.7188%2026.9688%2026.9688%2026.7188%2027%2026.25V12.75C26.9688%2012.2812%2026.7188%2012.0312%2026.25%2012H24.75ZM22.5%2012.75C22.5312%2012.125%2022.75%2011.5938%2023.1562%2011.1562C23.5938%2010.75%2024.125%2010.5312%2024.75%2010.5H26.25C26.875%2010.5312%2027.4062%2010.75%2027.8438%2011.1562C28.25%2011.5938%2028.4688%2012.125%2028.5%2012.75V26.25C28.4688%2026.875%2028.25%2027.4062%2027.8438%2027.8438C27.4062%2028.25%2026.875%2028.4688%2026.25%2028.5H24.75C24.125%2028.4688%2023.5938%2028.25%2023.1562%2027.8438C22.75%2027.4062%2022.5312%2026.875%2022.5%2026.25V12.75Z'%20fill='%23000000'/%3e%3c/svg%3e", N1 = () => /* @__PURE__ */ C.jsx(
|
|
1013
|
+
"img",
|
|
1014
|
+
{
|
|
1015
|
+
className: "maj-img",
|
|
1016
|
+
src: B1,
|
|
1017
|
+
alt: "chart-simple"
|
|
1018
|
+
}
|
|
1019
|
+
), S1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.2656%2010.7344C28.5781%2011.0781%2028.5781%2011.4219%2028.2656%2011.7656L15.5156%2024.5156C15.1719%2024.8281%2014.8281%2024.8281%2014.4844%2024.5156L7.73438%2017.7656C7.42188%2017.4219%207.42188%2017.0781%207.73438%2016.7344C8.07812%2016.4219%208.42188%2016.4219%208.76562%2016.7344L15%2022.9219L27.2344%2010.7344C27.5781%2010.4219%2027.9219%2010.4219%2028.2656%2010.7344Z'%20fill='%23000000'/%3e%3c/svg%3e", k1 = () => /* @__PURE__ */ C.jsx(
|
|
1020
|
+
"img",
|
|
1021
|
+
{
|
|
1022
|
+
className: "maj-img",
|
|
1023
|
+
src: S1,
|
|
1024
|
+
alt: "check"
|
|
1025
|
+
}
|
|
1026
|
+
), y1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C16.0938%207.53125%2014.3438%208%2012.75%208.90625C11.1562%209.84375%209.875%2011.125%208.90625%2012.75C7.96875%2014.4062%207.5%2016.1562%207.5%2018C7.5%2019.8438%207.96875%2021.5938%208.90625%2023.25C9.875%2024.875%2011.1562%2026.1562%2012.75%2027.0938C14.3438%2028%2016.0938%2028.4688%2018%2028.5C19.9062%2028.4688%2021.6562%2028%2023.25%2027.0938C24.8438%2026.1562%2026.125%2024.875%2027.0938%2023.25C28.0312%2021.5938%2028.5%2019.8438%2028.5%2018C28.5%2016.1562%2028.0312%2014.4062%2027.0938%2012.75C26.125%2011.125%2024.8438%209.84375%2023.25%208.90625C21.6562%208%2019.9062%207.53125%2018%207.5ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030Z'%20fill='%23000000'/%3e%3c/svg%3e", E1 = () => /* @__PURE__ */ C.jsx(
|
|
1027
|
+
"img",
|
|
1028
|
+
{
|
|
1029
|
+
className: "maj-img",
|
|
1030
|
+
src: y1,
|
|
1031
|
+
alt: "circle"
|
|
1032
|
+
}
|
|
1033
|
+
), R1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C16.0938%207.53125%2014.3438%208%2012.75%208.90625C11.1562%209.84375%209.875%2011.125%208.90625%2012.75C7.96875%2014.4062%207.5%2016.1562%207.5%2018C7.5%2019.8438%207.96875%2021.5938%208.90625%2023.25C9.875%2024.875%2011.1562%2026.1562%2012.75%2027.0938C14.3438%2028%2016.0938%2028.4688%2018%2028.5C19.9062%2028.4688%2021.6562%2028%2023.25%2027.0938C24.8438%2026.1562%2026.125%2024.875%2027.0938%2023.25C28.0312%2021.5938%2028.5%2019.8438%2028.5%2018C28.5%2016.1562%2028.0312%2014.4062%2027.0938%2012.75C26.125%2011.125%2024.8438%209.84375%2023.25%208.90625C21.6562%208%2019.9062%207.53125%2018%207.5ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM23.0156%2015.5156L17.0156%2021.5156C16.6719%2021.8281%2016.3281%2021.8281%2015.9844%2021.5156L12.9844%2018.5156C12.6719%2018.1719%2012.6719%2017.8281%2012.9844%2017.4844C13.3281%2017.1719%2013.6719%2017.1719%2014.0156%2017.4844L16.5%2019.9219L21.9844%2014.4844C22.3281%2014.1719%2022.6719%2014.1719%2023.0156%2014.4844C23.3281%2014.8281%2023.3281%2015.1719%2023.0156%2015.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", T1 = () => /* @__PURE__ */ C.jsx(
|
|
1034
|
+
"img",
|
|
1035
|
+
{
|
|
1036
|
+
className: "maj-img",
|
|
1037
|
+
src: R1,
|
|
1038
|
+
alt: "circle-check"
|
|
1039
|
+
}
|
|
1040
|
+
), A1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C16.0938%207.53125%2014.3438%208%2012.75%208.90625C11.1562%209.84375%209.875%2011.125%208.90625%2012.75C7.96875%2014.4062%207.5%2016.1562%207.5%2018C7.5%2019.8438%207.96875%2021.5938%208.90625%2023.25C9.875%2024.875%2011.1562%2026.1562%2012.75%2027.0938C14.3438%2028%2016.0938%2028.4688%2018%2028.5C19.9062%2028.4688%2021.6562%2028%2023.25%2027.0938C24.8438%2026.1562%2026.125%2024.875%2027.0938%2023.25C28.0312%2021.5938%2028.5%2019.8438%2028.5%2018C28.5%2016.1562%2028.0312%2014.4062%2027.0938%2012.75C26.125%2011.125%2024.8438%209.84375%2023.25%208.90625C21.6562%208%2019.9062%207.53125%2018%207.5ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM18%2012C18.4688%2012.0312%2018.7188%2012.2812%2018.75%2012.75V18.75C18.7188%2019.2188%2018.4688%2019.4688%2018%2019.5C17.5312%2019.4688%2017.2812%2019.2188%2017.25%2018.75V12.75C17.2812%2012.2812%2017.5312%2012.0312%2018%2012ZM19.125%2022.5C19.0625%2023.1875%2018.6875%2023.5625%2018%2023.625C17.3125%2023.5625%2016.9375%2023.1875%2016.875%2022.5C16.9375%2021.8125%2017.3125%2021.4375%2018%2021.375C18.6875%2021.4375%2019.0625%2021.8125%2019.125%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", P1 = () => /* @__PURE__ */ C.jsx(
|
|
1041
|
+
"img",
|
|
1042
|
+
{
|
|
1043
|
+
className: "maj-img",
|
|
1044
|
+
src: A1,
|
|
1045
|
+
alt: "circle-exclamation"
|
|
1046
|
+
}
|
|
1047
|
+
), _1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C16.0938%207.53125%2014.3438%208%2012.75%208.90625C11.1562%209.84375%209.875%2011.125%208.90625%2012.75C7.96875%2014.4062%207.5%2016.1562%207.5%2018C7.5%2019.8438%207.96875%2021.5938%208.90625%2023.25C9.875%2024.875%2011.1562%2026.1562%2012.75%2027.0938C14.3438%2028%2016.0938%2028.4688%2018%2028.5C19.9062%2028.4688%2021.6562%2028%2023.25%2027.0938C24.8438%2026.1562%2026.125%2024.875%2027.0938%2023.25C28.0312%2021.5938%2028.5%2019.8438%2028.5%2018C28.5%2016.1562%2028.0312%2014.4062%2027.0938%2012.75C26.125%2011.125%2024.8438%209.84375%2023.25%208.90625C21.6562%208%2019.9062%207.53125%2018%207.5ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM15.75%2022.5H17.25V18H16.125C15.6562%2017.9688%2015.4062%2017.7188%2015.375%2017.25C15.4062%2016.7812%2015.6562%2016.5312%2016.125%2016.5H18C18.4688%2016.5312%2018.7188%2016.7812%2018.75%2017.25V22.5H20.25C20.7188%2022.5312%2020.9688%2022.7812%2021%2023.25C20.9688%2023.7188%2020.7188%2023.9688%2020.25%2024H15.75C15.2812%2023.9688%2015.0312%2023.7188%2015%2023.25C15.0312%2022.7812%2015.2812%2022.5312%2015.75%2022.5ZM18%2014.625C17.3125%2014.5625%2016.9375%2014.1875%2016.875%2013.5C16.9375%2012.8125%2017.3125%2012.4375%2018%2012.375C18.6875%2012.4375%2019.0625%2012.8125%2019.125%2013.5C19.0625%2014.1875%2018.6875%2014.5625%2018%2014.625Z'%20fill='%23000000'/%3e%3c/svg%3e", F1 = () => /* @__PURE__ */ C.jsx(
|
|
1048
|
+
"img",
|
|
1049
|
+
{
|
|
1050
|
+
className: "maj-img",
|
|
1051
|
+
src: _1,
|
|
1052
|
+
alt: "circle-info"
|
|
1053
|
+
}
|
|
1054
|
+
), D1 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.7727%207.5C16.8665%207.53125%2015.1165%208%2013.5227%208.90625C11.929%209.84375%2010.6477%2011.125%209.67896%2012.75C8.74146%2014.4062%208.27271%2016.1562%208.27271%2018C8.27271%2019.8438%208.74146%2021.5938%209.67896%2023.25C10.6477%2024.875%2011.929%2026.1562%2013.5227%2027.0938C15.1165%2028%2016.8665%2028.4688%2018.7727%2028.5C20.679%2028.4688%2022.429%2028%2024.0227%2027.0938C25.6165%2026.1562%2026.8977%2024.875%2027.8665%2023.25C28.804%2021.5938%2029.2727%2019.8438%2029.2727%2018C29.2727%2016.1562%2028.804%2014.4062%2027.8665%2012.75C26.8977%2011.125%2025.6165%209.84375%2024.0227%208.90625C22.429%208%2020.679%207.53125%2018.7727%207.5ZM18.7727%2030C16.5852%2029.9688%2014.5852%2029.4375%2012.7727%2028.4062C10.9602%2027.3438%209.49146%2025.875%208.36646%2024C7.30396%2022.0938%206.77271%2020.0938%206.77271%2018C6.77271%2015.9062%207.30396%2013.9062%208.36646%2012C9.49146%2010.125%2010.9602%208.65625%2012.7727%207.59375C14.5852%206.5625%2016.5852%206.03125%2018.7727%206C20.9602%206.03125%2022.9602%206.5625%2024.7727%207.59375C26.5852%208.65625%2028.054%2010.125%2029.179%2012C30.2415%2013.9062%2030.7727%2015.9062%2030.7727%2018C30.7727%2020.0938%2030.2415%2022.0938%2029.179%2024C28.054%2025.875%2026.5852%2027.3438%2024.7727%2028.4062C22.9602%2029.4375%2020.9602%2029.9688%2018.7727%2030ZM14.2727%2017.25H23.2727C23.7415%2017.2812%2023.9915%2017.5312%2024.0227%2018C23.9915%2018.4688%2023.7415%2018.7188%2023.2727%2018.75H14.2727C13.804%2018.7188%2013.554%2018.4688%2013.5227%2018C13.554%2017.5312%2013.804%2017.2812%2014.2727%2017.25Z'%20fill='%23000000'/%3e%3c/svg%3e", O1 = () => /* @__PURE__ */ C.jsx(
|
|
1055
|
+
"img",
|
|
1056
|
+
{
|
|
1057
|
+
className: "maj-img",
|
|
1058
|
+
src: D1,
|
|
1059
|
+
alt: "circle-minus"
|
|
1060
|
+
}
|
|
1061
|
+
), U1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.5%2018C28.4688%2016.0938%2028%2014.3438%2027.0938%2012.75C26.1562%2011.1562%2024.875%209.875%2023.25%208.90625C21.5938%207.96875%2019.8438%207.5%2018%207.5C16.1562%207.5%2014.4062%207.96875%2012.75%208.90625C11.125%209.875%209.84375%2011.1562%208.90625%2012.75C8%2014.3438%207.53125%2016.0938%207.5%2018C7.53125%2019.9062%208%2021.6562%208.90625%2023.25C9.84375%2024.8438%2011.125%2026.125%2012.75%2027.0938C14.4062%2028.0312%2016.1562%2028.5%2018%2028.5C19.8438%2028.5%2021.5938%2028.0312%2023.25%2027.0938C24.875%2026.125%2026.1562%2024.8438%2027.0938%2023.25C28%2021.6562%2028.4688%2019.9062%2028.5%2018ZM6%2018C6.03125%2015.8125%206.5625%2013.8125%207.59375%2012C8.65625%2010.1875%2010.125%208.71875%2012%207.59375C13.9062%206.53125%2015.9062%206%2018%206C20.0938%206%2022.0938%206.53125%2024%207.59375C25.875%208.71875%2027.3438%2010.1875%2028.4062%2012C29.4375%2013.8125%2029.9688%2015.8125%2030%2018C29.9688%2020.1875%2029.4375%2022.1875%2028.4062%2024C27.3438%2025.8125%2025.875%2027.2812%2024%2028.4062C22.0938%2029.4688%2020.0938%2030%2018%2030C15.9062%2030%2013.9062%2029.4688%2012%2028.4062C10.125%2027.2812%208.65625%2025.8125%207.59375%2024C6.5625%2022.1875%206.03125%2020.1875%206%2018ZM13.9219%2013.9688C14.0781%2013.375%2014.3906%2012.9062%2014.8594%2012.5625C15.2969%2012.1875%2015.8281%2012%2016.4531%2012H19.125C19.9688%2012.0312%2020.6719%2012.3281%2021.2344%2012.8906C21.7969%2013.4531%2022.0938%2014.1562%2022.125%2015C22.0938%2016.2188%2021.5469%2017.125%2020.4844%2017.7188L18.75%2018.5625V19.5C18.7188%2019.9688%2018.4688%2020.2188%2018%2020.25C17.5312%2020.2188%2017.2812%2019.9688%2017.25%2019.5V18.1406C17.25%2017.8281%2017.3906%2017.5938%2017.6719%2017.4375L19.8281%2016.3594C20.3281%2016.0469%2020.5938%2015.5938%2020.625%2015C20.625%2014.5625%2020.4844%2014.2031%2020.2031%2013.9219C19.9219%2013.6406%2019.5625%2013.5%2019.125%2013.5H16.4531C15.8906%2013.5312%2015.5312%2013.8125%2015.375%2014.3438C15.1875%2014.7812%2014.875%2014.9688%2014.4375%2014.9062C14%2014.75%2013.8281%2014.4375%2013.9219%2013.9688ZM16.875%2022.5C16.9375%2021.8125%2017.3125%2021.4375%2018%2021.375C18.6875%2021.4375%2019.0625%2021.8125%2019.125%2022.5C19.0625%2023.1875%2018.6875%2023.5625%2018%2023.625C17.3125%2023.5625%2016.9375%2023.1875%2016.875%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", q1 = () => /* @__PURE__ */ C.jsx(
|
|
1062
|
+
"img",
|
|
1063
|
+
{
|
|
1064
|
+
className: "maj-img",
|
|
1065
|
+
src: U1,
|
|
1066
|
+
alt: "circle-question"
|
|
1067
|
+
}
|
|
1068
|
+
), G1 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.0852%2025.5469C27.0852%2024.5781%2027.8665%2023.4531%2028.429%2022.1719C28.9915%2020.8906%2029.2727%2019.5%2029.2727%2018C29.2415%2016.0312%2028.7571%2014.2656%2027.8196%2012.7031C26.9133%2011.1094%2025.6633%209.85938%2024.0696%208.95312C22.5071%208.01562%2020.7415%207.53125%2018.7727%207.5C16.804%207.53125%2015.0383%208.01562%2013.4758%208.95312C11.8821%209.85938%2010.6321%2011.1094%209.72583%2012.7031C8.78833%2014.2656%208.30396%2016.0312%208.27271%2018C8.27271%2019.5%208.55396%2020.8906%209.11646%2022.1719C9.67896%2023.4531%2010.4602%2024.5781%2011.4602%2025.5469C11.804%2024.2031%2012.5071%2023.1094%2013.5696%2022.2656C14.6008%2021.4531%2015.8352%2021.0312%2017.2727%2021H20.2727C21.7102%2021.0312%2022.9446%2021.4531%2023.9758%2022.2656C25.0383%2023.1094%2025.7415%2024.2031%2026.0852%2025.5469ZM24.7727%2026.625C24.6477%2025.4375%2024.1633%2024.4688%2023.3196%2023.7188C22.5071%2022.9375%2021.4915%2022.5312%2020.2727%2022.5H17.2727C16.054%2022.5312%2015.0383%2022.9375%2014.2258%2023.7188C13.3821%2024.4688%2012.8977%2025.4375%2012.7727%2026.625C14.5227%2027.8438%2016.5227%2028.4688%2018.7727%2028.5C21.0227%2028.4688%2023.0227%2027.8438%2024.7727%2026.625ZM18.7727%2030C16.5852%2029.9688%2014.5852%2029.4375%2012.7727%2028.4062C10.9602%2027.3438%209.49146%2025.875%208.36646%2024C7.30396%2022.0938%206.77271%2020.0938%206.77271%2018C6.77271%2015.9062%207.30396%2013.9062%208.36646%2012C9.49146%2010.125%2010.9602%208.65625%2012.7727%207.59375C14.5852%206.5625%2016.5852%206.03125%2018.7727%206C20.9602%206.03125%2022.9602%206.5625%2024.7727%207.59375C26.5852%208.65625%2028.054%2010.125%2029.179%2012C30.2415%2013.9062%2030.7727%2015.9062%2030.7727%2018C30.7727%2020.0938%2030.2415%2022.0938%2029.179%2024C28.054%2025.875%2026.5852%2027.3438%2024.7727%2028.4062C22.9602%2029.4375%2020.9602%2029.9688%2018.7727%2030ZM18.7727%2018C19.6165%2017.9688%2020.2727%2017.5938%2020.7415%2016.875C21.1165%2016.125%2021.1165%2015.375%2020.7415%2014.625C20.2727%2013.9062%2019.6165%2013.5312%2018.7727%2013.5C17.929%2013.5312%2017.2727%2013.9062%2016.804%2014.625C16.429%2015.375%2016.429%2016.125%2016.804%2016.875C17.2727%2017.5938%2017.929%2017.9688%2018.7727%2018ZM15.0227%2015.75C15.054%2014.3438%2015.679%2013.2656%2016.8977%2012.5156C18.1477%2011.8281%2019.3977%2011.8281%2020.6477%2012.5156C21.8665%2013.2656%2022.4915%2014.3438%2022.5227%2015.75C22.4915%2017.1562%2021.8665%2018.2344%2020.6477%2018.9844C19.3977%2019.6719%2018.1477%2019.6719%2016.8977%2018.9844C15.679%2018.2344%2015.054%2017.1562%2015.0227%2015.75Z'%20fill='%23000000'/%3e%3c/svg%3e", W1 = () => /* @__PURE__ */ C.jsx(
|
|
1069
|
+
"img",
|
|
1070
|
+
{
|
|
1071
|
+
className: "maj-img",
|
|
1072
|
+
src: G1,
|
|
1073
|
+
alt: "circle-user"
|
|
1074
|
+
}
|
|
1075
|
+
), Y1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C16.0938%207.53125%2014.3438%208%2012.75%208.90625C11.1562%209.84375%209.875%2011.125%208.90625%2012.75C7.96875%2014.4062%207.5%2016.1562%207.5%2018C7.5%2019.8438%207.96875%2021.5938%208.90625%2023.25C9.875%2024.875%2011.1562%2026.1562%2012.75%2027.0938C14.3438%2028%2016.0938%2028.4688%2018%2028.5C19.9062%2028.4688%2021.6562%2028%2023.25%2027.0938C24.8438%2026.1562%2026.125%2024.875%2027.0938%2023.25C28.0312%2021.5938%2028.5%2019.8438%2028.5%2018C28.5%2016.1562%2028.0312%2014.4062%2027.0938%2012.75C26.125%2011.125%2024.8438%209.84375%2023.25%208.90625C21.6562%208%2019.9062%207.53125%2018%207.5ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM14.4844%2014.4844C14.8281%2014.1719%2015.1719%2014.1719%2015.5156%2014.4844L18%2016.9219L20.4844%2014.4844C20.8281%2014.1719%2021.1719%2014.1719%2021.5156%2014.4844C21.8281%2014.8281%2021.8281%2015.1719%2021.5156%2015.5156L19.0781%2018L21.5156%2020.4844C21.8281%2020.8281%2021.8281%2021.1719%2021.5156%2021.5156C21.1719%2021.8281%2020.8281%2021.8281%2020.4844%2021.5156L18%2019.0781L15.5156%2021.5156C15.1719%2021.8281%2014.8281%2021.8281%2014.4844%2021.5156C14.1719%2021.1719%2014.1719%2020.8281%2014.4844%2020.4844L16.9219%2018L14.4844%2015.5156C14.1719%2015.1719%2014.1719%2014.8281%2014.4844%2014.4844Z'%20fill='%23000000'/%3e%3c/svg%3e", z1 = () => /* @__PURE__ */ C.jsx(
|
|
1076
|
+
"img",
|
|
1077
|
+
{
|
|
1078
|
+
className: "maj-img",
|
|
1079
|
+
src: Y1,
|
|
1080
|
+
alt: "circle-x-mark"
|
|
1081
|
+
}
|
|
1082
|
+
), X1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8438%209.1875C15.7188%209.53125%2015.4688%209.71875%2015.0938%209.75H14.25C13.7812%209.78125%2013.5312%2010.0312%2013.5%2010.5V12H18H22.5V10.5C22.4688%2010.0312%2022.2188%209.78125%2021.75%209.75H20.9062C20.5312%209.71875%2020.2969%209.53125%2020.2031%209.1875C20.0469%208.6875%2019.7812%208.28125%2019.4062%207.96875C19%207.65625%2018.5312%207.5%2018%207.5C17.4688%207.5%2017%207.65625%2016.5938%207.96875C16.2188%208.28125%2015.9688%208.6875%2015.8438%209.1875ZM18%206C18.7812%206%2019.4688%206.20312%2020.0625%206.60938C20.6875%207.01563%2021.1406%207.5625%2021.4219%208.25H21.75C22.7812%208.3125%2023.4844%208.8125%2023.8594%209.75H24C24.8438%209.78125%2025.5469%2010.0781%2026.1094%2010.6406C26.6719%2011.2031%2026.9688%2011.9062%2027%2012.75V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V12.75C9.03125%2011.9062%209.32812%2011.2031%209.89062%2010.6406C10.4531%2010.0781%2011.1562%209.78125%2012%209.75H12.1406C12.5156%208.8125%2013.2188%208.3125%2014.25%208.25H14.5781C14.8594%207.5625%2015.3125%207.01563%2015.9375%206.60938C16.5312%206.20312%2017.2188%206%2018%206ZM24%2011.25V12C24%2012.4375%2023.8594%2012.7969%2023.5781%2013.0781C23.2969%2013.3594%2022.9375%2013.5%2022.5%2013.5H18H13.5C13.0625%2013.5%2012.7031%2013.3594%2012.4219%2013.0781C12.1406%2012.7969%2012%2012.4375%2012%2012V11.25C11.5625%2011.25%2011.2031%2011.3906%2010.9219%2011.6719C10.6406%2011.9531%2010.5%2012.3125%2010.5%2012.75V27C10.5%2027.4375%2010.6406%2027.7969%2010.9219%2028.0781C11.2031%2028.3594%2011.5625%2028.5%2012%2028.5H24C24.4375%2028.5%2024.7969%2028.3594%2025.0781%2028.0781C25.3594%2027.7969%2025.5%2027.4375%2025.5%2027V12.75C25.5%2012.3125%2025.3594%2011.9531%2025.0781%2011.6719C24.7969%2011.3906%2024.4375%2011.25%2024%2011.25ZM18.75%209.75C18.7188%2010.2188%2018.4688%2010.4688%2018%2010.5C17.5312%2010.4688%2017.2812%2010.2188%2017.25%209.75C17.2812%209.28125%2017.5312%209.03125%2018%209C18.4688%209.03125%2018.7188%209.28125%2018.75%209.75ZM15.375%2018.75C15.3125%2019.4375%2014.9375%2019.8125%2014.25%2019.875C13.5625%2019.8125%2013.1875%2019.4375%2013.125%2018.75C13.1875%2018.0625%2013.5625%2017.6875%2014.25%2017.625C14.9375%2017.6875%2015.3125%2018.0625%2015.375%2018.75ZM17.25%2018H21.75C22.2188%2018.0312%2022.4688%2018.2812%2022.5%2018.75C22.4688%2019.2188%2022.2188%2019.4688%2021.75%2019.5H17.25C16.7812%2019.4688%2016.5312%2019.2188%2016.5%2018.75C16.5312%2018.2812%2016.7812%2018.0312%2017.25%2018ZM17.25%2022.5H21.75C22.2188%2022.5312%2022.4688%2022.7812%2022.5%2023.25C22.4688%2023.7188%2022.2188%2023.9688%2021.75%2024H17.25C16.7812%2023.9688%2016.5312%2023.7188%2016.5%2023.25C16.5312%2022.7812%2016.7812%2022.5312%2017.25%2022.5ZM14.25%2024.375C13.5625%2024.3125%2013.1875%2023.9375%2013.125%2023.25C13.1875%2022.5625%2013.5625%2022.1875%2014.25%2022.125C14.9375%2022.1875%2015.3125%2022.5625%2015.375%2023.25C15.3125%2023.9375%2014.9375%2024.3125%2014.25%2024.375Z'%20fill='%23000000'/%3e%3c/svg%3e", J1 = () => /* @__PURE__ */ C.jsx(
|
|
1083
|
+
"img",
|
|
1084
|
+
{
|
|
1085
|
+
className: "maj-img",
|
|
1086
|
+
src: X1,
|
|
1087
|
+
alt: "clipboard-list"
|
|
1088
|
+
}
|
|
1089
|
+
), K1 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.5%2018C28.4688%2016.0938%2028%2014.3438%2027.0938%2012.75C26.1562%2011.1562%2024.875%209.875%2023.25%208.90625C21.5938%207.96875%2019.8438%207.5%2018%207.5C16.1562%207.5%2014.4062%207.96875%2012.75%208.90625C11.125%209.875%209.84375%2011.1562%208.90625%2012.75C8%2014.3438%207.53125%2016.0938%207.5%2018C7.53125%2019.9062%208%2021.6562%208.90625%2023.25C9.84375%2024.8438%2011.125%2026.125%2012.75%2027.0938C14.4062%2028.0312%2016.1562%2028.5%2018%2028.5C19.8438%2028.5%2021.5938%2028.0312%2023.25%2027.0938C24.875%2026.125%2026.1562%2024.8438%2027.0938%2023.25C28%2021.6562%2028.4688%2019.9062%2028.5%2018ZM6%2018C6.03125%2015.8125%206.5625%2013.8125%207.59375%2012C8.65625%2010.1875%2010.125%208.71875%2012%207.59375C13.9062%206.53125%2015.9062%206%2018%206C20.0938%206%2022.0938%206.53125%2024%207.59375C25.875%208.71875%2027.3438%2010.1875%2028.4062%2012C29.4375%2013.8125%2029.9688%2015.8125%2030%2018C29.9688%2020.1875%2029.4375%2022.1875%2028.4062%2024C27.3438%2025.8125%2025.875%2027.2812%2024%2028.4062C22.0938%2029.4688%2020.0938%2030%2018%2030C15.9062%2030%2013.9062%2029.4688%2012%2028.4062C10.125%2027.2812%208.65625%2025.8125%207.59375%2024C6.5625%2022.1875%206.03125%2020.1875%206%2018ZM17.25%2011.25C17.2812%2010.7812%2017.5312%2010.5312%2018%2010.5C18.4688%2010.5312%2018.7188%2010.7812%2018.75%2011.25V17.5781L22.9219%2020.3906C23.2656%2020.6719%2023.3281%2021.0156%2023.1094%2021.4219C22.8281%2021.7656%2022.4844%2021.8281%2022.0781%2021.6094L17.5781%2018.6094C17.3594%2018.4531%2017.25%2018.25%2017.25%2018V11.25Z'%20fill='%23000000'/%3e%3c/svg%3e", Q1 = () => /* @__PURE__ */ C.jsx(
|
|
1090
|
+
"img",
|
|
1091
|
+
{
|
|
1092
|
+
className: "maj-img",
|
|
1093
|
+
src: K1,
|
|
1094
|
+
alt: "clock"
|
|
1095
|
+
}
|
|
1096
|
+
), C5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C14.9062%209.0625%2012.3906%209.90625%2010.4531%2011.5312C8.54688%2013.125%207.5625%2015.0312%207.5%2017.25C7.5625%2019%208.1875%2020.5625%209.375%2021.9375C9.625%2022.25%209.73438%2022.625%209.70312%2023.0625C9.57812%2024.3125%209.1875%2025.5%208.53125%2026.625C8.5%2026.6562%208.48438%2026.6875%208.48438%2026.7188C8.45312%2026.7188%208.4375%2026.7344%208.4375%2026.7656C8.96875%2026.6094%209.48438%2026.4219%209.98438%2026.2031L10.2656%2026.9062L9.98438%2026.2031C10.7656%2025.8594%2011.5156%2025.4375%2012.2344%2024.9375C12.6719%2024.6562%2013.125%2024.5938%2013.5938%2024.75C15.0312%2025.25%2016.5%2025.5%2018%2025.5C21.0938%2025.4375%2023.6094%2024.5938%2025.5469%2022.9688C27.4531%2021.375%2028.4375%2019.4688%2028.5%2017.25C28.4375%2015.0312%2027.4531%2013.125%2025.5469%2011.5312C23.6094%209.90625%2021.0938%209.0625%2018%209ZM6%2017.25C6.03125%2015.4375%206.57812%2013.7969%207.64062%2012.3281C8.70312%2010.8594%2010.1406%209.6875%2011.9531%208.8125C13.7344%207.96875%2015.75%207.53125%2018%207.5C20.25%207.53125%2022.2656%207.96875%2024.0469%208.8125C25.8594%209.6875%2027.2969%2010.8594%2028.3594%2012.3281C29.4219%2013.7969%2029.9688%2015.4375%2030%2017.25C29.9688%2019.0625%2029.4219%2020.7031%2028.3594%2022.1719C27.2969%2023.6406%2025.8594%2024.8125%2024.0469%2025.6875C22.2656%2026.5312%2020.25%2026.9688%2018%2027C16.3125%2026.9688%2014.6875%2026.6875%2013.125%2026.1562C12.3125%2026.7188%2011.4688%2027.2031%2010.5938%2027.6094C9.40625%2028.1406%208.125%2028.4375%206.75%2028.5C6.4375%2028.5%206.20312%2028.3438%206.04688%2028.0312C5.95312%2027.75%206.01562%2027.4844%206.23438%2027.2344C6.60938%2026.8281%206.9375%2026.375%207.21875%2025.875C7.78125%2024.9375%208.125%2023.9531%208.25%2022.9219C6.84375%2021.3281%206.09375%2019.4375%206%2017.25Z'%20fill='%23000000'/%3e%3c/svg%3e", e5 = () => /* @__PURE__ */ C.jsx(
|
|
1097
|
+
"img",
|
|
1098
|
+
{
|
|
1099
|
+
className: "maj-img",
|
|
1100
|
+
src: C5,
|
|
1101
|
+
alt: "comment"
|
|
1102
|
+
}
|
|
1103
|
+
), a5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.27271%209C7.83521%209%207.47583%209.14062%207.19458%209.42188C6.91333%209.70312%206.77271%2010.0625%206.77271%2010.5V12H30.7727V10.5C30.7727%2010.0625%2030.6321%209.70312%2030.3508%209.42188C30.0696%209.14062%2029.7102%209%2029.2727%209H8.27271ZM6.77271%2013.5V16.5H30.7727V13.5H6.77271ZM6.77271%2018V25.5C6.77271%2025.9375%206.91333%2026.2969%207.19458%2026.5781C7.47583%2026.8594%207.83521%2027%208.27271%2027H29.2727C29.7102%2027%2030.0696%2026.8594%2030.3508%2026.5781C30.6321%2026.2969%2030.7727%2025.9375%2030.7727%2025.5V18H6.77271ZM5.27271%2010.5C5.30396%209.65625%205.60083%208.95312%206.16333%208.39062C6.72583%207.82812%207.42896%207.53125%208.27271%207.5H29.2727C30.1165%207.53125%2030.8196%207.82812%2031.3821%208.39062C31.9446%208.95312%2032.2415%209.65625%2032.2727%2010.5V25.5C32.2415%2026.3438%2031.9446%2027.0469%2031.3821%2027.6094C30.8196%2028.1719%2030.1165%2028.4688%2029.2727%2028.5H8.27271C7.42896%2028.4688%206.72583%2028.1719%206.16333%2027.6094C5.60083%2027.0469%205.30396%2026.3438%205.27271%2025.5V10.5ZM9.77271%2023.25C9.80396%2022.7812%2010.054%2022.5312%2010.5227%2022.5H13.5227C13.9915%2022.5312%2014.2415%2022.7812%2014.2727%2023.25C14.2415%2023.7188%2013.9915%2023.9688%2013.5227%2024H10.5227C10.054%2023.9688%209.80396%2023.7188%209.77271%2023.25ZM15.7727%2023.25C15.804%2022.7812%2016.054%2022.5312%2016.5227%2022.5H22.5227C22.9915%2022.5312%2023.2415%2022.7812%2023.2727%2023.25C23.2415%2023.7188%2022.9915%2023.9688%2022.5227%2024H16.5227C16.054%2023.9688%2015.804%2023.7188%2015.7727%2023.25Z'%20fill='%23000000'/%3e%3c/svg%3e", t5 = () => /* @__PURE__ */ C.jsx(
|
|
1104
|
+
"img",
|
|
1105
|
+
{
|
|
1106
|
+
className: "maj-img",
|
|
1107
|
+
src: a5,
|
|
1108
|
+
alt: "credit-card"
|
|
1109
|
+
}
|
|
1110
|
+
), s5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.7727%206C19.2415%206.03125%2019.4915%206.28125%2019.5227%206.75V8.29688C21.9602%208.51562%2024.0071%209.45312%2025.6633%2011.1094C27.3196%2012.7656%2028.2571%2014.8125%2028.4758%2017.25H30.0227C30.4915%2017.2812%2030.7415%2017.5312%2030.7727%2018C30.7415%2018.4688%2030.4915%2018.7188%2030.0227%2018.75H28.4758C28.2571%2021.1875%2027.3196%2023.2344%2025.6633%2024.8906C24.0071%2026.5469%2021.9602%2027.4844%2019.5227%2027.7031V29.25C19.4915%2029.7188%2019.2415%2029.9688%2018.7727%2030C18.304%2029.9688%2018.054%2029.7188%2018.0227%2029.25V27.7031C15.5852%2027.4844%2013.5383%2026.5469%2011.8821%2024.8906C10.2258%2023.2344%209.28833%2021.1875%209.06958%2018.75H7.52271C7.05396%2018.7188%206.80396%2018.4688%206.77271%2018C6.80396%2017.5312%207.05396%2017.2812%207.52271%2017.25H9.06958C9.28833%2014.8125%2010.2258%2012.7656%2011.8821%2011.1094C13.5383%209.45312%2015.5852%208.51562%2018.0227%208.29688V6.75C18.054%206.28125%2018.304%206.03125%2018.7727%206ZM10.5696%2018.75C10.7883%2020.7812%2011.5852%2022.4688%2012.9602%2023.8125C14.304%2025.1875%2015.9915%2025.9844%2018.0227%2026.2031V24C18.054%2023.5312%2018.304%2023.2812%2018.7727%2023.25C19.2415%2023.2812%2019.4915%2023.5312%2019.5227%2024V26.2031C21.554%2025.9844%2023.2415%2025.1875%2024.5852%2023.8125C25.9602%2022.4688%2026.7571%2020.7812%2026.9758%2018.75H24.7727C24.304%2018.7188%2024.054%2018.4688%2024.0227%2018C24.054%2017.5312%2024.304%2017.2812%2024.7727%2017.25H26.9758C26.7571%2015.2188%2025.9602%2013.5312%2024.5852%2012.1875C23.2415%2010.8125%2021.554%2010.0156%2019.5227%209.79688V12C19.4915%2012.4688%2019.2415%2012.7188%2018.7727%2012.75C18.304%2012.7188%2018.054%2012.4688%2018.0227%2012V9.79688C15.9915%2010.0156%2014.304%2010.8125%2012.9602%2012.1875C11.5852%2013.5312%2010.7883%2015.2188%2010.5696%2017.25H12.7727C13.2415%2017.2812%2013.4915%2017.5312%2013.5227%2018C13.4915%2018.4688%2013.2415%2018.7188%2012.7727%2018.75H10.5696ZM18.7727%2016.875C19.4602%2016.9375%2019.8352%2017.3125%2019.8977%2018C19.8352%2018.6875%2019.4602%2019.0625%2018.7727%2019.125C18.0852%2019.0625%2017.7102%2018.6875%2017.6477%2018C17.7102%2017.3125%2018.0852%2016.9375%2018.7727%2016.875Z'%20fill='%23000000'/%3e%3c/svg%3e", n5 = () => /* @__PURE__ */ C.jsx(
|
|
1111
|
+
"img",
|
|
1112
|
+
{
|
|
1113
|
+
className: "maj-img",
|
|
1114
|
+
src: s5,
|
|
1115
|
+
alt: "cross-hairs"
|
|
1116
|
+
}
|
|
1117
|
+
), i5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.7727%209.75C27.7727%209.71875%2027.679%209.60938%2027.4915%209.42188C27.1477%209.14062%2026.554%208.84375%2025.7102%208.53125C23.929%207.875%2021.6165%207.53125%2018.7727%207.5C15.929%207.53125%2013.6165%207.875%2011.8352%208.53125C10.9915%208.84375%2010.3977%209.14062%2010.054%209.42188C9.86646%209.60938%209.77271%209.71875%209.77271%209.75V14.5312C10.4602%2015.0312%2011.5383%2015.4688%2013.0071%2015.8438C14.6633%2016.2812%2016.5852%2016.5%2018.7727%2016.5C20.9602%2016.5%2022.8821%2016.2812%2024.5383%2015.8438C26.0071%2015.4688%2027.0852%2015.0312%2027.7727%2014.5312V9.75ZM27.7727%2016.3125C26.9602%2016.7188%2026.0071%2017.0625%2024.9133%2017.3438C23.1008%2017.7812%2021.054%2018%2018.7727%2018C16.4915%2018%2014.4446%2017.7656%2012.6321%2017.2969C11.5383%2017.0469%2010.5852%2016.7188%209.77271%2016.3125V20.5312C10.4602%2021.0625%2011.5383%2021.5%2013.0071%2021.8438C14.6633%2022.2812%2016.5852%2022.5%2018.7727%2022.5C20.9602%2022.5%2022.8821%2022.2812%2024.5383%2021.8438C26.0071%2021.4688%2027.0852%2021.0312%2027.7727%2020.5312V16.3125ZM9.77271%2026.25C9.77271%2026.2812%209.86646%2026.3906%2010.054%2026.5781C10.3977%2026.8594%2010.9915%2027.1562%2011.8352%2027.4688C13.6165%2028.125%2015.929%2028.4688%2018.7727%2028.5C21.6165%2028.4688%2023.929%2028.125%2025.7102%2027.4688C26.554%2027.1562%2027.1477%2026.8594%2027.4915%2026.5781C27.679%2026.3906%2027.7727%2026.2812%2027.7727%2026.25V22.3125C26.9602%2022.7188%2026.0071%2023.0625%2024.9133%2023.3438C23.1008%2023.7812%2021.054%2024%2018.7727%2024C16.4915%2024%2014.4446%2023.7812%2012.6321%2023.3438C11.5383%2023.0625%2010.5852%2022.7188%209.77271%2022.3125V26.25ZM9.77271%209.79688C9.77271%209.76562%209.77271%209.76562%209.77271%209.79688V9.79688ZM29.2727%2026.25C29.2102%2027.3125%2028.179%2028.2031%2026.179%2028.9219C24.2102%2029.6094%2021.7415%2029.9688%2018.7727%2030C15.804%2029.9688%2013.3352%2029.6094%2011.3665%2028.9219C9.36646%2028.2031%208.33521%2027.3125%208.27271%2026.25V9.75C8.33521%208.6875%209.36646%207.79687%2011.3665%207.07812C13.3352%206.39062%2015.804%206.03125%2018.7727%206C21.7415%206.03125%2024.2102%206.39062%2026.179%207.07812C28.179%207.79687%2029.2102%208.6875%2029.2727%209.75V26.25Z'%20fill='%23000000'/%3e%3c/svg%3e", l5 = () => /* @__PURE__ */ C.jsx(
|
|
1118
|
+
"img",
|
|
1119
|
+
{
|
|
1120
|
+
className: "maj-icon",
|
|
1121
|
+
src: i5,
|
|
1122
|
+
alt: "database"
|
|
1123
|
+
}
|
|
1124
|
+
), c5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27%2018C27%2018.4375%2026.8594%2018.7969%2026.5781%2019.0781C26.2969%2019.3594%2025.9375%2019.5%2025.5%2019.5C25.0625%2019.5%2024.7031%2019.3594%2024.4219%2019.0781C24.1406%2018.7969%2024%2018.4375%2024%2018C24%2017.5625%2024.1406%2017.2031%2024.4219%2016.9219C24.7031%2016.6406%2025.0625%2016.5%2025.5%2016.5C25.9375%2016.5%2026.2969%2016.6406%2026.5781%2016.9219C26.8594%2017.2031%2027%2017.5625%2027%2018ZM19.5%2018C19.5%2018.4375%2019.3594%2018.7969%2019.0781%2019.0781C18.7969%2019.3594%2018.4375%2019.5%2018%2019.5C17.5625%2019.5%2017.2031%2019.3594%2016.9219%2019.0781C16.6406%2018.7969%2016.5%2018.4375%2016.5%2018C16.5%2017.5625%2016.6406%2017.2031%2016.9219%2016.9219C17.2031%2016.6406%2017.5625%2016.5%2018%2016.5C18.4375%2016.5%2018.7969%2016.6406%2019.0781%2016.9219C19.3594%2017.2031%2019.5%2017.5625%2019.5%2018ZM10.5%2019.5C10.0625%2019.5%209.70312%2019.3594%209.42188%2019.0781C9.14062%2018.7969%209%2018.4375%209%2018C9%2017.5625%209.14062%2017.2031%209.42188%2016.9219C9.70312%2016.6406%2010.0625%2016.5%2010.5%2016.5C10.9375%2016.5%2011.2969%2016.6406%2011.5781%2016.9219C11.8594%2017.2031%2012%2017.5625%2012%2018C12%2018.4375%2011.8594%2018.7969%2011.5781%2019.0781C11.2969%2019.3594%2010.9375%2019.5%2010.5%2019.5Z'%20fill='%23000000'/%3e%3c/svg%3e", o5 = () => /* @__PURE__ */ C.jsx(
|
|
1125
|
+
"img",
|
|
1126
|
+
{
|
|
1127
|
+
className: "maj-img",
|
|
1128
|
+
src: c5,
|
|
1129
|
+
alt: "ellipsis"
|
|
1130
|
+
}
|
|
1131
|
+
), r5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2024C18.4375%2024%2018.7969%2024.1406%2019.0781%2024.4219C19.3594%2024.7031%2019.5%2025.0625%2019.5%2025.5C19.5%2025.9375%2019.3594%2026.2969%2019.0781%2026.5781C18.7969%2026.8594%2018.4375%2027%2018%2027C17.5625%2027%2017.2031%2026.8594%2016.9219%2026.5781C16.6406%2026.2969%2016.5%2025.9375%2016.5%2025.5C16.5%2025.0625%2016.6406%2024.7031%2016.9219%2024.4219C17.2031%2024.1406%2017.5625%2024%2018%2024ZM18%2016.5C18.4375%2016.5%2018.7969%2016.6406%2019.0781%2016.9219C19.3594%2017.2031%2019.5%2017.5625%2019.5%2018C19.5%2018.4375%2019.3594%2018.7969%2019.0781%2019.0781C18.7969%2019.3594%2018.4375%2019.5%2018%2019.5C17.5625%2019.5%2017.2031%2019.3594%2016.9219%2019.0781C16.6406%2018.7969%2016.5%2018.4375%2016.5%2018C16.5%2017.5625%2016.6406%2017.2031%2016.9219%2016.9219C17.2031%2016.6406%2017.5625%2016.5%2018%2016.5ZM19.5%2010.5C19.5%2010.9375%2019.3594%2011.2969%2019.0781%2011.5781C18.7969%2011.8594%2018.4375%2012%2018%2012C17.5625%2012%2017.2031%2011.8594%2016.9219%2011.5781C16.6406%2011.2969%2016.5%2010.9375%2016.5%2010.5C16.5%2010.0625%2016.6406%209.70312%2016.9219%209.42188C17.2031%209.14062%2017.5625%209%2018%209C18.4375%209%2018.7969%209.14062%2019.0781%209.42188C19.3594%209.70312%2019.5%2010.0625%2019.5%2010.5Z'%20fill='%23000000'/%3e%3c/svg%3e", g5 = () => /* @__PURE__ */ C.jsx(
|
|
1132
|
+
"img",
|
|
1133
|
+
{
|
|
1134
|
+
className: "maj-img",
|
|
1135
|
+
src: r5,
|
|
1136
|
+
alt: "ellipsis-vertical"
|
|
1137
|
+
}
|
|
1138
|
+
), m5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.77271%2010.5C9.33521%2010.5%208.97583%2010.6406%208.69458%2010.9219C8.41333%2011.2031%208.27271%2011.5625%208.27271%2012V13.875L17.4602%2020.5781C18.3352%2021.1719%2019.2102%2021.1719%2020.0852%2020.5781L29.2727%2013.875V12C29.2727%2011.5625%2029.1321%2011.2031%2028.8508%2010.9219C28.5696%2010.6406%2028.2102%2010.5%2027.7727%2010.5H9.77271ZM8.27271%2015.75V24C8.27271%2024.4375%208.41333%2024.7969%208.69458%2025.0781C8.97583%2025.3594%209.33521%2025.5%209.77271%2025.5H27.7727C28.2102%2025.5%2028.5696%2025.3594%2028.8508%2025.0781C29.1321%2024.7969%2029.2727%2024.4375%2029.2727%2024V15.75L20.9758%2021.7969C20.3196%2022.2969%2019.5852%2022.5469%2018.7727%2022.5469C17.9602%2022.5469%2017.2258%2022.2969%2016.5696%2021.7969L8.27271%2015.75ZM6.77271%2012C6.80396%2011.1562%207.10083%2010.4531%207.66333%209.89062C8.22583%209.32812%208.92896%209.03125%209.77271%209H27.7727C28.6165%209.03125%2029.3196%209.32812%2029.8821%209.89062C30.4446%2010.4531%2030.7415%2011.1562%2030.7727%2012V24C30.7415%2024.8438%2030.4446%2025.5469%2029.8821%2026.1094C29.3196%2026.6719%2028.6165%2026.9688%2027.7727%2027H9.77271C8.92896%2026.9688%208.22583%2026.6719%207.66333%2026.1094C7.10083%2025.5469%206.80396%2024.8438%206.77271%2024V12Z'%20fill='%23000000'/%3e%3c/svg%3e", h5 = () => /* @__PURE__ */ C.jsx(
|
|
1139
|
+
"img",
|
|
1140
|
+
{
|
|
1141
|
+
className: "maj-img",
|
|
1142
|
+
src: m5,
|
|
1143
|
+
alt: "envelope"
|
|
1144
|
+
}
|
|
1145
|
+
), w5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2012.75H27C27.4688%2012.7812%2027.7188%2013.0312%2027.75%2013.5C27.7188%2013.9688%2027.4688%2014.2188%2027%2014.25H9C8.53125%2014.2188%208.28125%2013.9688%208.25%2013.5C8.28125%2013.0312%208.53125%2012.7812%209%2012.75ZM9%2021.75H27C27.4688%2021.7812%2027.7188%2022.0312%2027.75%2022.5C27.7188%2022.9688%2027.4688%2023.2188%2027%2023.25H9C8.53125%2023.2188%208.28125%2022.9688%208.25%2022.5C8.28125%2022.0312%208.53125%2021.7812%209%2021.75Z'%20fill='%23000000'/%3e%3c/svg%3e", v5 = () => /* @__PURE__ */ C.jsx(
|
|
1146
|
+
"img",
|
|
1147
|
+
{
|
|
1148
|
+
className: "maj-img",
|
|
1149
|
+
src: w5,
|
|
1150
|
+
alt: "equals"
|
|
1151
|
+
}
|
|
1152
|
+
), j5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.25%207.5C14.7188%207.53125%2014.9688%207.78125%2015%208.25C14.9688%208.71875%2014.7188%208.96875%2014.25%209H9V14.25C8.96875%2014.7188%208.71875%2014.9688%208.25%2015C7.78125%2014.9688%207.53125%2014.7188%207.5%2014.25V8.25C7.53125%207.78125%207.78125%207.53125%208.25%207.5H14.25ZM7.5%2021.75C7.53125%2021.2812%207.78125%2021.0312%208.25%2021C8.71875%2021.0312%208.96875%2021.2812%209%2021.75V27H14.25C14.7188%2027.0312%2014.9688%2027.2812%2015%2027.75C14.9688%2028.2188%2014.7188%2028.4688%2014.25%2028.5H8.25C7.78125%2028.4688%207.53125%2028.2188%207.5%2027.75V21.75ZM27.75%207.5C28.2188%207.53125%2028.4688%207.78125%2028.5%208.25V14.25C28.4688%2014.7188%2028.2188%2014.9688%2027.75%2015C27.2812%2014.9688%2027.0312%2014.7188%2027%2014.25V9H21.75C21.2812%208.96875%2021.0312%208.71875%2021%208.25C21.0312%207.78125%2021.2812%207.53125%2021.75%207.5H27.75ZM27%2021.75C27.0312%2021.2812%2027.2812%2021.0312%2027.75%2021C28.2188%2021.0312%2028.4688%2021.2812%2028.5%2021.75V27.75C28.4688%2028.2188%2028.2188%2028.4688%2027.75%2028.5H21.75C21.2812%2028.4688%2021.0312%2028.2188%2021%2027.75C21.0312%2027.2812%2021.2812%2027.0312%2021.75%2027H27V21.75Z'%20fill='%23000000'/%3e%3c/svg%3e", d5 = () => /* @__PURE__ */ C.jsx(
|
|
1153
|
+
"img",
|
|
1154
|
+
{
|
|
1155
|
+
className: "maj-img",
|
|
1156
|
+
src: j5,
|
|
1157
|
+
alt: "expand"
|
|
1158
|
+
}
|
|
1159
|
+
), x5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.98438%2012.375C8.98438%2013.3438%208.14062%2014.3281%207.45312%2015.3281C6.79688%2016.3281%206.3125%2017.2188%206%2018C6.3125%2018.7812%206.79688%2019.6719%207.45312%2020.6719C8.14062%2021.6719%208.98438%2022.6562%209.98438%2023.625C11.0156%2024.5938%2012.1875%2025.3906%2013.5%2026.0156C14.8438%2026.6406%2016.3438%2026.9688%2018%2027C19.6562%2026.9688%2021.1562%2026.6406%2022.5%2026.0156C23.8125%2025.3906%2024.9844%2024.5938%2026.0156%2023.625C27.0156%2022.6562%2027.8594%2021.6719%2028.5469%2020.6719C29.2031%2019.6719%2029.6875%2018.7812%2030%2018C29.6875%2017.2188%2029.2031%2016.3281%2028.5469%2015.3281C27.8594%2014.3281%2027.0156%2013.3438%2026.0156%2012.375C24.9844%2011.4062%2023.8125%2010.6094%2022.5%209.98438C21.1562%209.35938%2019.6562%209.03125%2018%209C16.3438%209.03125%2014.8438%209.35938%2013.5%209.98438C12.1875%2010.6094%2011.0156%2011.4062%209.98438%2012.375ZM18%207.5C19.9062%207.53125%2021.6094%207.90625%2023.1094%208.625C24.6094%209.34375%2025.9219%2010.2344%2027.0469%2011.2969C28.1406%2012.3281%2029.0469%2013.3906%2029.7656%2014.4844C30.4844%2015.5781%2031.0312%2016.5625%2031.4062%2017.4375C31.5625%2017.8125%2031.5625%2018.1875%2031.4062%2018.5625C31.0312%2019.4375%2030.4844%2020.4219%2029.7656%2021.5156C29.0469%2022.6094%2028.1406%2023.6719%2027.0469%2024.7031C25.9219%2025.7656%2024.6094%2026.6562%2023.1094%2027.375C21.6094%2028.0938%2019.9062%2028.4688%2018%2028.5C16.0938%2028.4688%2014.3906%2028.0938%2012.8906%2027.375C11.3906%2026.6562%2010.0781%2025.7656%208.95312%2024.7031C7.85938%2023.6719%206.95312%2022.6094%206.23438%2021.5156C5.51562%2020.4219%204.98438%2019.4375%204.64062%2018.5625C4.48438%2018.1875%204.48438%2017.8125%204.64062%2017.4375C4.98438%2016.5625%205.51562%2015.5781%206.23438%2014.4844C6.95312%2013.3906%207.85938%2012.3281%208.95312%2011.2969C10.0781%2010.2344%2011.3906%209.34375%2012.8906%208.625C14.3906%207.90625%2016.0938%207.53125%2018%207.5ZM13.5%2018C13.5%2018.8125%2013.7031%2019.5625%2014.1094%2020.25C14.5156%2020.9375%2015.0625%2021.4844%2015.75%2021.8906C16.4688%2022.2969%2017.2188%2022.5%2018%2022.5C18.7812%2022.5%2019.5312%2022.2969%2020.25%2021.8906C20.9375%2021.4844%2021.4844%2020.9375%2021.8906%2020.25C22.2969%2019.5625%2022.5%2018.8125%2022.5%2018C22.5%2017.1875%2022.2969%2016.4375%2021.8906%2015.75C21.4844%2015.0625%2020.9375%2014.5156%2020.25%2014.1094C19.5312%2013.7031%2018.7812%2013.5%2018%2013.5C17.2188%2013.5%2016.4688%2013.7031%2015.75%2014.1094C15.0625%2014.5156%2014.5156%2015.0625%2014.1094%2015.75C13.7031%2016.4375%2013.5%2017.1875%2013.5%2018ZM24%2018C24%2019.0938%2023.7344%2020.0938%2023.2031%2021C22.6719%2021.9062%2021.9375%2022.6406%2021%2023.2031C20.0625%2023.7344%2019.0625%2024%2018%2024C16.9375%2024%2015.9375%2023.7344%2015%2023.2031C14.0625%2022.6406%2013.3281%2021.9062%2012.7969%2021C12.2656%2020.0938%2012%2019.0938%2012%2018C12%2016.9062%2012.2656%2015.9062%2012.7969%2015C13.3281%2014.0938%2014.0625%2013.3594%2015%2012.7969C15.9375%2012.2656%2016.9375%2012%2018%2012C19.0625%2012%2020.0625%2012.2656%2021%2012.7969C21.9375%2013.3594%2022.6719%2014.0938%2023.2031%2015C23.7344%2015.9062%2024%2016.9062%2024%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", M5 = () => /* @__PURE__ */ C.jsx(
|
|
1160
|
+
"img",
|
|
1161
|
+
{
|
|
1162
|
+
className: "maj-img",
|
|
1163
|
+
src: x5,
|
|
1164
|
+
alt: "eye"
|
|
1165
|
+
}
|
|
1166
|
+
), u5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.21875%206.14062L32.7188%2028.6875C33.0625%2029%2033.1094%2029.3438%2032.8594%2029.7188C32.5156%2030.0625%2032.1562%2030.1094%2031.7812%2029.8594L3.28125%207.35938C2.9375%207.01563%202.89062%206.65625%203.14062%206.28125C3.48438%205.96875%203.84375%205.92187%204.21875%206.14062ZM31.4062%2018.5625C30.9062%2019.7812%2030.0625%2021.1719%2028.875%2022.7344L27.7031%2021.8438C28.7969%2020.375%2029.5625%2019.0938%2030%2018C29.6875%2017.2188%2029.2031%2016.3281%2028.5469%2015.3281C27.8594%2014.3281%2027.0156%2013.3438%2026.0156%2012.375C24.9844%2011.4062%2023.8125%2010.6094%2022.5%209.98438C21.1562%209.35938%2019.6562%209.03125%2018%209C16.125%209.03125%2014.4531%209.4375%2012.9844%2010.2188L11.7188%209.23438C13.5%208.14062%2015.5938%207.5625%2018%207.5C19.9062%207.53125%2021.6094%207.90625%2023.1094%208.625C24.6094%209.34375%2025.9219%2010.2344%2027.0469%2011.2969C28.1406%2012.3281%2029.0469%2013.3906%2029.7656%2014.4844C30.4844%2015.5781%2031.0312%2016.5625%2031.4062%2017.4375C31.5312%2017.8125%2031.5312%2018.1875%2031.4062%2018.5625ZM7.125%2013.2656L8.34375%2014.2031C7.21875%2015.6406%206.4375%2016.9062%206%2018C6.3125%2018.7812%206.79688%2019.6719%207.45312%2020.6719C8.14062%2021.6719%208.98438%2022.6562%209.98438%2023.625C11.0156%2024.5938%2012.1875%2025.3906%2013.5%2026.0156C14.8438%2026.6406%2016.3438%2026.9688%2018%2027C19.875%2026.9688%2021.5469%2026.5625%2023.0156%2025.7812L24.2812%2026.7656C22.5%2027.8594%2020.4062%2028.4375%2018%2028.5C16.0938%2028.4688%2014.3906%2028.0938%2012.8906%2027.375C11.3906%2026.6562%2010.0938%2025.7656%209%2024.7031C7.875%2023.6719%206.95312%2022.6094%206.23438%2021.5156C5.51562%2020.4219%204.98438%2019.4375%204.64062%2018.5625C4.48438%2018.1875%204.48438%2017.8125%204.64062%2017.4375C5.10938%2016.2188%205.9375%2014.8281%207.125%2013.2656ZM18%2024C16.3125%2023.9688%2014.8906%2023.375%2013.7344%2022.2188C12.6094%2021.0938%2012.0312%2019.6875%2012%2018C12%2017.6875%2012.0156%2017.3906%2012.0469%2017.1094L13.5%2018.2812C13.5938%2019.4688%2014.0625%2020.4688%2014.9062%2021.2812C15.75%2022.0625%2016.7812%2022.4688%2018%2022.5C18.25%2022.5%2018.5156%2022.4844%2018.7969%2022.4531L20.2031%2023.5781C19.5156%2023.8594%2018.7812%2024%2018%2024ZM24%2018C24%2018.3125%2023.9844%2018.6094%2023.9531%2018.8906L22.5%2017.7188C22.4062%2016.5312%2021.9375%2015.5312%2021.0938%2014.7188C20.25%2013.9375%2019.2188%2013.5312%2018%2013.5C17.75%2013.5%2017.5%2013.5312%2017.25%2013.5938L15.7969%2012.4219C16.4844%2012.1406%2017.2188%2012%2018%2012C19.6875%2012.0312%2021.1094%2012.6094%2022.2656%2013.7344C23.3906%2014.8906%2023.9688%2016.3125%2024%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", L5 = () => /* @__PURE__ */ C.jsx(
|
|
1167
|
+
"img",
|
|
1168
|
+
{
|
|
1169
|
+
className: "maj-img",
|
|
1170
|
+
src: u5,
|
|
1171
|
+
alt: "eye-slash"
|
|
1172
|
+
}
|
|
1173
|
+
), H5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%2028.5C24.4375%2028.5%2024.7969%2028.3594%2025.0781%2028.0781C25.3594%2027.7969%2025.5%2027.4375%2025.5%2027V15H20.25C19.625%2014.9688%2019.0938%2014.75%2018.6562%2014.3438C18.25%2013.9062%2018.0312%2013.375%2018%2012.75V7.5H12C11.5625%207.5%2011.2031%207.64062%2010.9219%207.92188C10.6406%208.20312%2010.5%208.5625%2010.5%209V27C10.5%2027.4375%2010.6406%2027.7969%2010.9219%2028.0781C11.2031%2028.3594%2011.5625%2028.5%2012%2028.5H24ZM20.25%2013.5H25.5C25.4375%2013.375%2025.3594%2013.2656%2025.2656%2013.1719L19.8281%207.73438C19.7344%207.64062%2019.625%207.57813%2019.5%207.54688V12.75C19.5312%2013.2188%2019.7812%2013.4688%2020.25%2013.5ZM12%206H19.3125C19.9375%206%2020.4688%206.21875%2020.9062%206.65625L26.3438%2012.0938C26.7812%2012.5312%2027%2013.0625%2027%2013.6875V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM18.75%2017.25V22.9219L21.2344%2020.4844C21.5781%2020.1719%2021.9219%2020.1719%2022.2656%2020.4844C22.5781%2020.8281%2022.5781%2021.1719%2022.2656%2021.5156L18.5156%2025.2656C18.1719%2025.5781%2017.8281%2025.5781%2017.4844%2025.2656L13.7344%2021.5156C13.4219%2021.1719%2013.4219%2020.8281%2013.7344%2020.4844C14.0781%2020.1719%2014.4219%2020.1719%2014.7656%2020.4844L17.25%2022.9219V17.25C17.2812%2016.7812%2017.5312%2016.5312%2018%2016.5C18.4688%2016.5312%2018.7188%2016.7812%2018.75%2017.25Z'%20fill='%23000000'/%3e%3c/svg%3e", f5 = () => /* @__PURE__ */ C.jsx(
|
|
1174
|
+
"img",
|
|
1175
|
+
{
|
|
1176
|
+
className: "maj-img",
|
|
1177
|
+
src: H5,
|
|
1178
|
+
alt: "file-arrow-down"
|
|
1179
|
+
}
|
|
1180
|
+
), V5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%2028.5C24.4375%2028.5%2024.7969%2028.3594%2025.0781%2028.0781C25.3594%2027.7969%2025.5%2027.4375%2025.5%2027V15H20.25C19.625%2014.9688%2019.0938%2014.75%2018.6562%2014.3438C18.25%2013.9062%2018.0312%2013.375%2018%2012.75V7.5H12C11.5625%207.5%2011.2031%207.64062%2010.9219%207.92188C10.6406%208.20312%2010.5%208.5625%2010.5%209V27C10.5%2027.4375%2010.6406%2027.7969%2010.9219%2028.0781C11.2031%2028.3594%2011.5625%2028.5%2012%2028.5H24ZM20.25%2013.5H25.5C25.4375%2013.375%2025.3594%2013.2656%2025.2656%2013.1719L19.8281%207.73438C19.7344%207.64062%2019.625%207.57813%2019.5%207.54688V12.75C19.5312%2013.2188%2019.7812%2013.4688%2020.25%2013.5ZM12%206H19.3125C19.9375%206%2020.4688%206.21875%2020.9062%206.65625L26.3438%2012.0938C26.7812%2012.5312%2027%2013.0625%2027%2013.6875V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM18.75%2019.0781V24.75C18.7188%2025.2188%2018.4688%2025.4688%2018%2025.5C17.5312%2025.4688%2017.2812%2025.2188%2017.25%2024.75V19.0781L14.7656%2021.5156C14.4219%2021.8281%2014.0781%2021.8281%2013.7344%2021.5156C13.4219%2021.1719%2013.4219%2020.8281%2013.7344%2020.4844L17.4844%2016.7344C17.8281%2016.4219%2018.1719%2016.4219%2018.5156%2016.7344L22.2656%2020.4844C22.5781%2020.8281%2022.5781%2021.1719%2022.2656%2021.5156C21.9219%2021.8281%2021.5781%2021.8281%2021.2344%2021.5156L18.75%2019.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", Z5 = () => /* @__PURE__ */ C.jsx(
|
|
1181
|
+
"img",
|
|
1182
|
+
{
|
|
1183
|
+
className: "maj-img",
|
|
1184
|
+
src: V5,
|
|
1185
|
+
alt: "file-arrow-up"
|
|
1186
|
+
}
|
|
1187
|
+
), I5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%2028.5C24.4375%2028.5%2024.7969%2028.3594%2025.0781%2028.0781C25.3594%2027.7969%2025.5%2027.4375%2025.5%2027V15H20.25C19.625%2014.9688%2019.0938%2014.75%2018.6562%2014.3438C18.25%2013.9062%2018.0312%2013.375%2018%2012.75V7.5H12C11.5625%207.5%2011.2031%207.64062%2010.9219%207.92188C10.6406%208.20312%2010.5%208.5625%2010.5%209V27C10.5%2027.4375%2010.6406%2027.7969%2010.9219%2028.0781C11.2031%2028.3594%2011.5625%2028.5%2012%2028.5H24ZM20.25%2013.5H25.5C25.4375%2013.375%2025.3594%2013.2656%2025.2656%2013.1719L19.8281%207.73438C19.7344%207.64062%2019.625%207.57813%2019.5%207.54688V12.75C19.5312%2013.2188%2019.7812%2013.4688%2020.25%2013.5ZM12%206H19.3125C19.9375%206%2020.4688%206.21875%2020.9062%206.65625L26.3438%2012.0938C26.7812%2012.5312%2027%2013.0625%2027%2013.6875V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM12%209.75C12.0312%209.28125%2012.2812%209.03125%2012.75%209H15.75C16.2188%209.03125%2016.4688%209.28125%2016.5%209.75C16.4688%2010.2188%2016.2188%2010.4688%2015.75%2010.5H12.75C12.2812%2010.4688%2012.0312%2010.2188%2012%209.75ZM12%2012.75C12.0312%2012.2812%2012.2812%2012.0312%2012.75%2012H15.75C16.2188%2012.0312%2016.4688%2012.2812%2016.5%2012.75C16.4688%2013.2188%2016.2188%2013.4688%2015.75%2013.5H12.75C12.2812%2013.4688%2012.0312%2013.2188%2012%2012.75ZM19.5%2026.25C19.5312%2025.7812%2019.7812%2025.5312%2020.25%2025.5H23.25C23.7188%2025.5312%2023.9688%2025.7812%2024%2026.25C23.9688%2026.7188%2023.7188%2026.9688%2023.25%2027H20.25C19.7812%2026.9688%2019.5312%2026.7188%2019.5%2026.25ZM22.5%2021.75V18.75H13.5V21.75H22.5ZM13.5%2017.25H22.5C22.9375%2017.25%2023.2969%2017.3906%2023.5781%2017.6719C23.8594%2017.9531%2024%2018.3125%2024%2018.75V21.75C24%2022.1875%2023.8594%2022.5469%2023.5781%2022.8281C23.2969%2023.1094%2022.9375%2023.25%2022.5%2023.25H13.5C13.0625%2023.25%2012.7031%2023.1094%2012.4219%2022.8281C12.1406%2022.5469%2012%2022.1875%2012%2021.75V18.75C12%2018.3125%2012.1406%2017.9531%2012.4219%2017.6719C12.7031%2017.3906%2013.0625%2017.25%2013.5%2017.25Z'%20fill='%23000000'/%3e%3c/svg%3e", p5 = () => /* @__PURE__ */ C.jsx(
|
|
1188
|
+
"img",
|
|
1189
|
+
{
|
|
1190
|
+
className: "maj-img",
|
|
1191
|
+
src: I5,
|
|
1192
|
+
alt: "file-invoice"
|
|
1193
|
+
}
|
|
1194
|
+
), $5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209.375C6%208.84375%206.1875%208.40625%206.5625%208.0625C6.90625%207.6875%207.34375%207.5%207.875%207.5H28.1719C28.6719%207.5%2029.0938%207.6875%2029.4375%208.0625C29.8125%208.40625%2030%208.84375%2030%209.375C30%209.8125%2029.8594%2010.2031%2029.5781%2010.5469L21%2020.9062V26.9062C21%2027.3438%2020.8438%2027.7188%2020.5312%2028.0312C20.2188%2028.3438%2019.8438%2028.5%2019.4062%2028.5C19.0625%2028.5%2018.7344%2028.3906%2018.4219%2028.1719L15.5625%2025.9688C15.1875%2025.6562%2015%2025.25%2015%2024.75V20.9062L6.42188%2010.5469C6.14062%2010.2031%206%209.8125%206%209.375ZM7.875%209C7.65625%209.03125%207.53125%209.15625%207.5%209.375C7.5%209.4375%207.53125%209.5%207.59375%209.5625L16.3125%2020.1562C16.4375%2020.2812%2016.5%2020.4375%2016.5%2020.625V24.75L19.3594%2027C19.3594%2027%2019.375%2027%2019.4062%2027C19.4688%2027%2019.5%2026.9688%2019.5%2026.9062V20.625C19.5%2020.4375%2019.5625%2020.2812%2019.6875%2020.1562L28.4062%209.5625C28.4688%209.5%2028.5%209.4375%2028.5%209.375C28.4688%209.15625%2028.3594%209.03125%2028.1719%209H7.875Z'%20fill='%23000000'/%3e%3c/svg%3e", b5 = () => /* @__PURE__ */ C.jsx(
|
|
1195
|
+
"img",
|
|
1196
|
+
{
|
|
1197
|
+
className: "maj-img",
|
|
1198
|
+
src: $5,
|
|
1199
|
+
alt: "filter"
|
|
1200
|
+
}
|
|
1201
|
+
), B5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.8906%206.28125C22.1094%206.09375%2022.3594%206%2022.6406%206C23.0781%206.03125%2023.4062%206.20312%2023.625%206.51562C23.8438%206.82813%2023.8906%207.17188%2023.7656%207.54688L20.5781%2016.5H25.7344C26.0781%2016.5%2026.375%2016.625%2026.625%2016.875C26.875%2017.125%2027%2017.4219%2027%2017.7656C27%2018.1406%2026.8594%2018.4531%2026.5781%2018.7031L14.1094%2029.7188C13.8906%2029.9062%2013.6406%2030%2013.3594%2030C12.9219%2029.9688%2012.5938%2029.7969%2012.375%2029.4844C12.1562%2029.1719%2012.1094%2028.8281%2012.2344%2028.4531L15.4219%2019.5H10.2188C9.46875%2019.4375%209.0625%2019.0312%209%2018.2812C9%2017.9375%209.14062%2017.6406%209.42188%2017.3906L21.8906%206.28125ZM21.8906%208.29688L10.9688%2018H16.5C16.75%2018%2016.9531%2018.1094%2017.1094%2018.3281C17.2656%2018.5469%2017.2969%2018.7656%2017.2031%2018.9844L14.1094%2027.75L25.125%2018H19.5C19.25%2018%2019.0469%2017.8906%2018.8906%2017.6719C18.7344%2017.4531%2018.7031%2017.2344%2018.7969%2017.0156L21.8906%208.29688Z'%20fill='%23000000'/%3e%3c/svg%3e", N5 = () => /* @__PURE__ */ C.jsx(
|
|
1202
|
+
"img",
|
|
1203
|
+
{
|
|
1204
|
+
className: "maj-img",
|
|
1205
|
+
src: B5,
|
|
1206
|
+
alt: "flash"
|
|
1207
|
+
}
|
|
1208
|
+
), S5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.5%209.75C22.5312%209.28125%2022.7812%209.03125%2023.25%209C23.7188%209.03125%2023.9688%209.28125%2024%209.75V17.3438V18.6562V26.25C23.9688%2026.7188%2023.7188%2026.9688%2023.25%2027C22.7812%2026.9688%2022.5312%2026.7188%2022.5%2026.25V19.875L14.1094%2026.7188C13.8906%2026.9062%2013.625%2027%2013.3125%2027C12.9375%2027%2012.625%2026.875%2012.375%2026.625C12.125%2026.375%2012%2026.0625%2012%2025.6875V10.3125C12%209.9375%2012.125%209.625%2012.375%209.375C12.625%209.125%2012.9375%209%2013.3125%209C13.625%209%2013.8906%209.09375%2014.1094%209.28125L22.5%2016.125V9.75ZM13.5%2010.7344V25.2656L22.4531%2018L13.5%2010.7344Z'%20fill='%23000000'/%3e%3c/svg%3e", k5 = () => /* @__PURE__ */ C.jsx(
|
|
1209
|
+
"img",
|
|
1210
|
+
{
|
|
1211
|
+
className: "maj-img",
|
|
1212
|
+
src: S5,
|
|
1213
|
+
alt: "forward-step"
|
|
1214
|
+
}
|
|
1215
|
+
), y5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C16.0938%207.53125%2014.3438%208%2012.75%208.90625C11.1562%209.84375%209.875%2011.125%208.90625%2012.75C7.96875%2014.4062%207.5%2016.1562%207.5%2018C7.5%2019.8438%207.96875%2021.5938%208.90625%2023.25C9.875%2024.875%2011.1562%2026.1562%2012.75%2027.0938C14.3438%2028%2016.0938%2028.4688%2018%2028.5C19.9062%2028.4688%2021.6562%2028%2023.25%2027.0938C24.8438%2026.1562%2026.125%2024.875%2027.0938%2023.25C28.0312%2021.5938%2028.5%2019.8438%2028.5%2018C28.5%2016.1562%2028.0312%2014.4062%2027.0938%2012.75C26.125%2011.125%2024.8438%209.84375%2023.25%208.90625C21.6562%208%2019.9062%207.53125%2018%207.5ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM18%2021C17.5625%2021%2017.2031%2021.1406%2016.9219%2021.4219C16.6406%2021.7031%2016.5%2022.0625%2016.5%2022.5C16.5%2022.9375%2016.6406%2023.2969%2016.9219%2023.5781C17.2031%2023.8594%2017.5625%2024%2018%2024C18.4375%2024%2018.7969%2023.8594%2019.0781%2023.5781C19.3594%2023.2969%2019.5%2022.9375%2019.5%2022.5C19.5%2022.0625%2019.3594%2021.7031%2019.0781%2021.4219C18.7969%2021.1406%2018.4375%2021%2018%2021ZM18%2025.5C17.1562%2025.4688%2016.4531%2025.1719%2015.8906%2024.6094C15.3281%2024.0469%2015.0312%2023.3438%2015%2022.5C15%2021.7812%2015.2188%2021.1562%2015.6562%2020.625C16.0625%2020.125%2016.5938%2019.7812%2017.25%2019.5938V10.5C17.2812%2010.0312%2017.5312%209.78125%2018%209.75C18.4688%209.78125%2018.7188%2010.0312%2018.75%2010.5V19.5938C19.4062%2019.7812%2019.9375%2020.125%2020.3438%2020.625C20.7812%2021.1562%2021%2021.7812%2021%2022.5C20.9688%2023.3438%2020.6719%2024.0469%2020.1094%2024.6094C19.5469%2025.1719%2018.8438%2025.4688%2018%2025.5ZM12.75%2013.875C12.0625%2013.8125%2011.6875%2013.4375%2011.625%2012.75C11.6875%2012.0625%2012.0625%2011.6875%2012.75%2011.625C13.4375%2011.6875%2013.8125%2012.0625%2013.875%2012.75C13.8125%2013.4375%2013.4375%2013.8125%2012.75%2013.875ZM11.625%2018C11.5625%2018.6875%2011.1875%2019.0625%2010.5%2019.125C9.8125%2019.0625%209.4375%2018.6875%209.375%2018C9.4375%2017.3125%209.8125%2016.9375%2010.5%2016.875C11.1875%2016.9375%2011.5625%2017.3125%2011.625%2018ZM25.5%2019.125C24.8125%2019.0625%2024.4375%2018.6875%2024.375%2018C24.4375%2017.3125%2024.8125%2016.9375%2025.5%2016.875C26.1875%2016.9375%2026.5625%2017.3125%2026.625%2018C26.5625%2018.6875%2026.1875%2019.0625%2025.5%2019.125ZM24.375%2012.75C24.3125%2013.4375%2023.9375%2013.8125%2023.25%2013.875C22.5625%2013.8125%2022.1875%2013.4375%2022.125%2012.75C22.1875%2012.0625%2022.5625%2011.6875%2023.25%2011.625C23.9375%2011.6875%2024.3125%2012.0625%2024.375%2012.75Z'%20fill='%23000000'/%3e%3c/svg%3e", E5 = () => /* @__PURE__ */ C.jsx(
|
|
1216
|
+
"img",
|
|
1217
|
+
{
|
|
1218
|
+
className: "maj-img",
|
|
1219
|
+
src: y5,
|
|
1220
|
+
alt: "gauge"
|
|
1221
|
+
}
|
|
1222
|
+
), R5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.2258%207.78125L16.6165%209.98438C16.429%2010.5781%2016.0696%2011%2015.5383%2011.25C15.1946%2011.4062%2014.8665%2011.5938%2014.554%2011.8125C14.0852%2012.125%2013.554%2012.2344%2012.9602%2012.1406L10.6633%2011.5781C10.6008%2011.5469%2010.5383%2011.5469%2010.4758%2011.5781C10.2258%2011.8906%209.99146%2012.2344%209.77271%2012.6094L9.58521%2012.9375C9.39771%2013.2812%209.22583%2013.6406%209.06958%2014.0156C9.06958%2014.0781%209.10083%2014.1406%209.16333%2014.2031L10.7571%2015.8906C11.1633%2016.3281%2011.3508%2016.8438%2011.3196%2017.4375C11.2883%2017.625%2011.2727%2017.8125%2011.2727%2018C11.2727%2018.1875%2011.2883%2018.3906%2011.3196%2018.6094C11.3508%2019.1719%2011.1633%2019.6719%2010.7571%2020.1094L9.16333%2021.7969C9.10083%2021.8281%209.05396%2021.8906%209.02271%2021.9844C9.17896%2022.3594%209.36646%2022.7188%209.58521%2023.0625L9.77271%2023.3906C9.99146%2023.7656%2010.2258%2024.1094%2010.4758%2024.4219C10.5383%2024.4531%2010.6008%2024.4531%2010.6633%2024.4219L12.9133%2023.8594C13.5383%2023.7656%2014.0696%2023.875%2014.5071%2024.1875C14.8508%2024.4062%2015.1946%2024.5938%2015.5383%2024.75C16.0383%2025%2016.3977%2025.4219%2016.6165%2026.0156L17.2258%2028.2188C17.2571%2028.2812%2017.304%2028.3438%2017.3665%2028.4062C17.8352%2028.4688%2018.304%2028.5%2018.7727%2028.5C19.2415%2028.5%2019.7102%2028.4688%2020.179%2028.4062C20.2415%2028.3438%2020.2883%2028.2812%2020.3196%2028.2188L20.929%2026.0156C21.1165%2025.4219%2021.4758%2025%2022.0071%2024.75C22.3508%2024.5938%2022.6946%2024.4062%2023.0383%2024.1875C23.5071%2023.875%2024.0227%2023.7656%2024.5852%2023.8594L26.8821%2024.4219C26.9446%2024.4531%2027.0071%2024.4531%2027.0696%2024.4219C27.3196%2024.1094%2027.554%2023.7656%2027.7727%2023.3906L27.9602%2023.0625C28.1477%2022.7188%2028.3196%2022.3594%2028.4758%2021.9844C28.4758%2021.8906%2028.4446%2021.8281%2028.3821%2021.7969L26.7883%2020.1094C26.3821%2019.6719%2026.2102%2019.1719%2026.2727%2018.6094C26.2727%2018.3906%2026.2727%2018.1875%2026.2727%2018C26.2727%2017.8125%2026.2727%2017.625%2026.2727%2017.4375C26.2102%2016.8438%2026.3821%2016.3281%2026.7883%2015.8906L28.3821%2014.2031C28.4446%2014.1719%2028.4915%2014.1094%2028.5227%2014.0156C28.3665%2013.6406%2028.179%2013.2812%2027.9602%2012.9375L27.7727%2012.6094C27.554%2012.2344%2027.3196%2011.8906%2027.0696%2011.5781C27.0071%2011.5469%2026.9446%2011.5469%2026.8821%2011.5781L24.6321%2012.1406C24.0071%2012.2344%2023.4758%2012.125%2023.0383%2011.8125C22.6946%2011.5938%2022.3508%2011.4062%2022.0071%2011.25C21.5071%2011%2021.1477%2010.5938%2020.929%2010.0312L20.3196%207.78125C20.2883%207.71875%2020.2415%207.65625%2020.179%207.59375C19.7102%207.53125%2019.2415%207.5%2018.7727%207.5C18.304%207.5%2017.8352%207.53125%2017.3665%207.59375C17.304%207.65625%2017.2571%207.71875%2017.2258%207.78125ZM18.7727%206C19.3977%206%2019.9915%206.04688%2020.554%206.14062C20.6477%206.14062%2020.7258%206.17188%2020.7883%206.23438C21.2571%206.45313%2021.5696%206.82813%2021.7258%207.35938L22.3821%209.60938C22.4133%209.70312%2022.5071%209.79688%2022.6633%209.89062C23.0696%2010.0781%2023.4758%2010.3125%2023.8821%2010.5938C24.0071%2010.6562%2024.1321%2010.6875%2024.2571%2010.6875L26.5071%2010.125C27.0383%2010%2027.5227%2010.0781%2027.9602%2010.3594C28.0227%2010.3906%2028.0852%2010.4375%2028.1477%2010.5C28.4915%2010.9062%2028.804%2011.3438%2029.0852%2011.8125L29.2727%2012.1875C29.5227%2012.6562%2029.7415%2013.1406%2029.929%2013.6406C29.9602%2013.7031%2029.9915%2013.7812%2030.0227%2013.875C30.0227%2014.4062%2029.8352%2014.875%2029.4602%2015.2812L27.8665%2016.9219C27.7727%2017.0156%2027.7258%2017.1406%2027.7258%2017.2969C27.7571%2017.5156%2027.7727%2017.75%2027.7727%2018C27.7727%2018.25%2027.7571%2018.4844%2027.7258%2018.7031C27.7258%2018.8594%2027.7727%2018.9844%2027.8665%2019.0781L29.4602%2020.7656C29.8352%2021.1406%2030.0227%2021.5938%2030.0227%2022.125C29.9915%2022.2188%2029.9602%2022.2969%2029.929%2022.3594C29.7415%2022.8594%2029.5227%2023.3438%2029.2727%2023.8125L29.0852%2024.1875H29.0383C28.7883%2024.6562%2028.4915%2025.0938%2028.1477%2025.5C28.0852%2025.5625%2028.0227%2025.6094%2027.9602%2025.6406C27.5227%2025.9219%2027.0383%2026.0156%2026.5071%2025.9219L24.2571%2025.3594C24.1321%2025.3281%2024.0071%2025.3438%2023.8821%2025.4062C23.4758%2025.6875%2023.0696%2025.9219%2022.6633%2026.1094C22.5071%2026.2031%2022.4133%2026.2969%2022.3821%2026.3906L21.7258%2028.6406C21.5696%2029.1719%2021.2571%2029.5625%2020.7883%2029.8125C20.7258%2029.8438%2020.6477%2029.8594%2020.554%2029.8594C19.9915%2029.9531%2019.3977%2030%2018.7727%2030C18.1477%2030%2017.554%2029.9531%2016.9915%2029.8594C16.8977%2029.8594%2016.8196%2029.8438%2016.7571%2029.8125C16.2883%2029.5625%2015.9758%2029.1719%2015.8196%2028.6406L15.1633%2026.3906C15.1321%2026.2969%2015.0383%2026.2031%2014.8821%2026.1094C14.4758%2025.9219%2014.0696%2025.6875%2013.6633%2025.4062C13.5383%2025.3438%2013.4133%2025.3281%2013.2883%2025.3594L11.0383%2025.9219C10.5071%2026.0156%2010.0227%2025.9375%209.58521%2025.6875C9.52271%2025.625%209.46021%2025.5625%209.39771%2025.5C9.05396%2025.0938%208.75708%2024.6562%208.50708%2024.1875H8.46021L8.27271%2023.8125C8.02271%2023.3438%207.80396%2022.8594%207.61646%2022.3594C7.58521%2022.2969%207.56958%2022.2188%207.56958%2022.125C7.53833%2021.625%207.71021%2021.1719%208.08521%2020.7656L9.67896%2019.0781C9.77271%2018.9844%209.81958%2018.8594%209.81958%2018.7031C9.78833%2018.4844%209.77271%2018.25%209.77271%2018C9.77271%2017.875%209.77271%2017.7656%209.77271%2017.6719C9.77271%2017.5469%209.78833%2017.4219%209.81958%2017.2969C9.81958%2017.1406%209.77271%2017.0156%209.67896%2016.9219L8.08521%2015.2812C7.71021%2014.875%207.52271%2014.4062%207.52271%2013.875C7.55396%2013.7812%207.58521%2013.7031%207.61646%2013.6406C7.80396%2013.1406%208.02271%2012.6562%208.27271%2012.1875L8.46021%2011.8125H8.50708C8.75708%2011.3438%209.05396%2010.9062%209.39771%2010.5C9.46021%2010.4375%209.52271%2010.3906%209.58521%2010.3594C10.0227%2010.0781%2010.5071%2010%2011.0383%2010.125L13.2883%2010.6875C13.4133%2010.6875%2013.5383%2010.6562%2013.6633%2010.5938C14.0696%2010.3125%2014.4758%2010.0781%2014.8821%209.89062C15.0383%209.79688%2015.1321%209.70312%2015.1633%209.60938L15.8196%207.35938C15.9758%206.82813%2016.2883%206.45313%2016.7571%206.23438C16.8196%206.17188%2016.8977%206.14062%2016.9915%206.14062C17.554%206.04688%2018.1477%206%2018.7727%206ZM16.1477%2018C16.179%2019%2016.6165%2019.75%2017.4602%2020.25C18.3352%2020.75%2019.2102%2020.75%2020.0852%2020.25C20.929%2019.75%2021.3665%2019%2021.3977%2018C21.3665%2017%2020.929%2016.25%2020.0852%2015.75C19.2102%2015.25%2018.3352%2015.25%2017.4602%2015.75C16.6165%2016.25%2016.179%2017%2016.1477%2018ZM22.8977%2018C22.8352%2019.5625%2022.1477%2020.75%2020.8352%2021.5625C19.4602%2022.3125%2018.0852%2022.3125%2016.7102%2021.5625C15.3977%2020.75%2014.7102%2019.5625%2014.6477%2018C14.7102%2016.4375%2015.3977%2015.25%2016.7102%2014.4375C18.0852%2013.6875%2019.4602%2013.6875%2020.8352%2014.4375C22.1477%2015.25%2022.8352%2016.4375%2022.8977%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", T5 = () => /* @__PURE__ */ C.jsx(
|
|
1223
|
+
"img",
|
|
1224
|
+
{
|
|
1225
|
+
className: "maj-img",
|
|
1226
|
+
src: R5,
|
|
1227
|
+
alt: "gear"
|
|
1228
|
+
}
|
|
1229
|
+
), A5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.84375%207.92188L9.51562%209.09375C9.45312%209.34375%209.29688%209.51562%209.04688%209.60938C8.35938%209.82812%207.75%2010.1719%207.21875%2010.6406C7%2010.8281%206.76562%2010.8906%206.51562%2010.8281L5.34375%2010.5C5.21875%2010.6562%205.10938%2010.8125%205.01562%2010.9688L4.92188%2011.1562C4.82812%2011.3125%204.75%2011.4688%204.6875%2011.625L5.53125%2012.5156C5.71875%2012.7031%205.79688%2012.9219%205.76562%2013.1719C5.67188%2013.5156%205.625%2013.875%205.625%2014.25C5.625%2014.625%205.65625%2014.9844%205.71875%2015.3281C5.78125%2015.5781%205.71875%2015.7969%205.53125%2015.9844L4.6875%2016.875C4.75%2017.0312%204.82812%2017.1875%204.92188%2017.3438L5.01562%2017.5312C5.10938%2017.6875%205.21875%2017.8438%205.34375%2018L6.51562%2017.6719C6.76562%2017.6094%207%2017.6719%207.21875%2017.8594C7.75%2018.3281%208.35938%2018.6719%209.04688%2018.8906C9.29688%2018.9844%209.45312%2019.1562%209.51562%2019.4062L9.84375%2020.5781C10.0625%2020.6094%2010.2812%2020.625%2010.5%2020.625C10.7188%2020.625%2010.9375%2020.6094%2011.1562%2020.5781L11.4844%2019.4062C11.5469%2019.1562%2011.7031%2018.9844%2011.9531%2018.8906C12.6719%2018.6719%2013.2812%2018.3281%2013.7812%2017.8594C14%2017.6719%2014.2344%2017.6094%2014.4844%2017.6719L15.7031%2018C15.7969%2017.8438%2015.8906%2017.6875%2015.9844%2017.5312L16.0781%2017.3438C16.1719%2017.1875%2016.25%2017.0312%2016.3125%2016.875L15.4688%2015.9844C15.2812%2015.7969%2015.2188%2015.5781%2015.2812%2015.3281C15.3438%2014.9844%2015.375%2014.625%2015.375%2014.25C15.375%2013.875%2015.3438%2013.5156%2015.2812%2013.1719C15.2188%2012.9219%2015.2812%2012.7031%2015.4688%2012.5156L16.3125%2011.625C16.25%2011.4688%2016.1719%2011.3281%2016.0781%2011.2031L15.9844%2010.9688C15.8906%2010.8125%2015.7969%2010.6562%2015.7031%2010.5L14.4844%2010.8281C14.2344%2010.8906%2014%2010.8281%2013.7812%2010.6406C13.25%2010.1719%2012.6406%209.82812%2011.9531%209.60938C11.7031%209.51562%2011.5469%209.34375%2011.4844%209.09375L11.1562%207.92188C10.9375%207.89062%2010.7188%207.875%2010.5%207.875C10.2812%207.875%2010.0625%207.89062%209.84375%207.92188ZM9.14062%206.51562C9.57812%206.42188%2010.0312%206.375%2010.5%206.375C10.9688%206.375%2011.4219%206.42188%2011.8594%206.51562C12.1719%206.57812%2012.375%206.75%2012.4688%207.03125L12.7969%208.29688C13.4219%208.54688%2013.9844%208.875%2014.4844%209.28125L15.7969%208.95312C16.0781%208.89062%2016.3281%208.96875%2016.5469%209.1875C16.7969%209.5%2017.0312%209.82812%2017.25%2010.1719V10.2188L17.3906%2010.4531C17.5781%2010.7969%2017.75%2011.1719%2017.9062%2011.5781C18%2011.8594%2017.9375%2012.1094%2017.7188%2012.3281L16.8281%2013.2656C16.8594%2013.6094%2016.875%2013.9375%2016.875%2014.25C16.875%2014.5938%2016.8594%2014.9219%2016.8281%2015.2344L17.7188%2016.1719C17.9375%2016.3906%2018%2016.6562%2017.9062%2016.9688C17.75%2017.3438%2017.5781%2017.7031%2017.3906%2018.0469V18.0938L17.25%2018.3281C17.0312%2018.6719%2016.7969%2019%2016.5469%2019.3125C16.3281%2019.5625%2016.0625%2019.6406%2015.75%2019.5469L14.4844%2019.2188C13.9844%2019.625%2013.4219%2019.9531%2012.7969%2020.2031L12.4688%2021.4688C12.375%2021.7812%2012.1719%2021.9688%2011.8594%2022.0312C11.4219%2022.0938%2010.9688%2022.125%2010.5%2022.125C10.0312%2022.125%209.57812%2022.0938%209.14062%2022.0312C8.82812%2021.9375%208.625%2021.75%208.53125%2021.4688L8.20312%2020.2031C7.57812%2019.9531%207.01562%2019.625%206.51562%2019.2188L5.25%2019.5469C4.9375%2019.6094%204.67188%2019.5312%204.45312%2019.3125C4.20312%2019%203.96875%2018.6562%203.75%2018.2812L3.60938%2018.0938V18.0469C3.42188%2017.7031%203.25%2017.3438%203.09375%2016.9688C3%2016.6562%203.0625%2016.3906%203.28125%2016.1719L4.21875%2015.2344C4.15625%2014.8906%204.125%2014.5625%204.125%2014.25C4.125%2013.9375%204.15625%2013.6094%204.21875%2013.2656L3.28125%2012.3281C3.0625%2012.1094%203%2011.8594%203.09375%2011.5781C3.25%2011.1719%203.42188%2010.7969%203.60938%2010.4531V10.4062L3.75%2010.2188C3.96875%209.84375%204.20312%209.5%204.45312%209.1875C4.67188%208.96875%204.9375%208.89062%205.25%208.95312L6.51562%209.28125C7.01562%208.875%207.57812%208.54688%208.20312%208.29688L8.53125%207.03125C8.625%206.75%208.82812%206.57812%209.14062%206.51562ZM7.875%2014.25C7.90625%2013.25%208.34375%2012.5%209.1875%2012C10.0625%2011.5%2010.9375%2011.5%2011.8125%2012C12.6562%2012.5%2013.0938%2013.25%2013.125%2014.25C13.0938%2015.25%2012.6562%2016%2011.8125%2016.5C10.9375%2017%2010.0625%2017%209.1875%2016.5C8.34375%2016%207.90625%2015.25%207.875%2014.25ZM10.5%2015.375C11.1875%2015.3125%2011.5625%2014.9375%2011.625%2014.25C11.5625%2013.5625%2011.1875%2013.1875%2010.5%2013.125C9.8125%2013.1875%209.4375%2013.5625%209.375%2014.25C9.4375%2014.9375%209.8125%2015.3125%2010.5%2015.375ZM18.4219%2023.1562L19.5938%2023.4844C19.8438%2023.5469%2020.0156%2023.7031%2020.1094%2023.9531C20.3281%2024.6406%2020.6719%2025.25%2021.1406%2025.7812C21.3281%2026%2021.3906%2026.2344%2021.3281%2026.4844L21%2027.6562C21.1562%2027.7812%2021.3125%2027.8906%2021.4688%2027.9844L21.6562%2028.0781C21.8125%2028.1719%2021.9688%2028.25%2022.125%2028.3125L23.0156%2027.4688C23.2031%2027.2812%2023.4219%2027.2188%2023.6719%2027.2812C24.0156%2027.3438%2024.375%2027.375%2024.75%2027.375C25.125%2027.375%2025.4688%2027.3438%2025.7812%2027.2812C26.0625%2027.2188%2026.2969%2027.2812%2026.4844%2027.4688L27.375%2028.3125C27.5312%2028.25%2027.6875%2028.1719%2027.8438%2028.0781L28.0312%2027.9844C28.1875%2027.8906%2028.3438%2027.7812%2028.5%2027.6562L28.1719%2026.4844C28.1094%2026.2344%2028.1719%2026%2028.3594%2025.7812C28.8281%2025.25%2029.1719%2024.6406%2029.3906%2023.9531C29.4844%2023.7031%2029.6562%2023.5469%2029.9062%2023.4844L31.0781%2023.1562C31.1094%2022.9375%2031.125%2022.7188%2031.125%2022.5C31.125%2022.2812%2031.1094%2022.0625%2031.0781%2021.8438L29.9062%2021.5156C29.6562%2021.4531%2029.4844%2021.2969%2029.3906%2021.0469C29.1719%2020.3281%2028.8281%2019.7188%2028.3594%2019.2188C28.1719%2019%2028.1094%2018.7656%2028.1719%2018.5156L28.5%2017.3438C28.3438%2017.2188%2028.1875%2017.1094%2028.0312%2017.0156L27.8438%2016.9219C27.6875%2016.8281%2027.5312%2016.75%2027.375%2016.6875L26.4844%2017.5312C26.2969%2017.7188%2026.0781%2017.7812%2025.8281%2017.7188C25.4844%2017.6562%2025.125%2017.625%2024.75%2017.625C24.375%2017.625%2024.0156%2017.6562%2023.6719%2017.7188C23.4219%2017.7812%2023.2031%2017.7188%2023.0156%2017.5312L22.125%2016.6875C21.9688%2016.75%2021.8125%2016.8281%2021.6562%2016.9219L21.4688%2017.0156C21.3125%2017.1094%2021.1562%2017.2188%2021%2017.3438L21.3281%2018.5156C21.3906%2018.7656%2021.3281%2019%2021.1406%2019.2188C20.6719%2019.7188%2020.3281%2020.3281%2020.1094%2021.0469C20.0156%2021.2969%2019.8438%2021.4531%2019.5938%2021.5156L18.4219%2021.8438C18.3906%2022.0625%2018.375%2022.2812%2018.375%2022.5C18.375%2022.7188%2018.3906%2022.9375%2018.4219%2023.1562ZM17.0156%2023.8594C16.9219%2023.4219%2016.875%2022.9688%2016.875%2022.5C16.875%2022.0312%2016.9219%2021.5781%2017.0156%2021.1406C17.0781%2020.8281%2017.25%2020.625%2017.5312%2020.5312L18.7969%2020.2031C19.0469%2019.5781%2019.375%2019.0156%2019.7812%2018.5156L19.4531%2017.2031C19.3906%2016.9219%2019.4688%2016.6719%2019.6875%2016.4531C20%2016.2031%2020.3281%2015.9688%2020.6719%2015.75H20.7188L20.9531%2015.6094C21.2969%2015.4219%2021.6719%2015.25%2022.0781%2015.0938C22.3594%2015%2022.6094%2015.0625%2022.8281%2015.2812L23.7656%2016.1719C24.1094%2016.1406%2024.4375%2016.125%2024.75%2016.125C25.0938%2016.125%2025.4219%2016.1406%2025.7344%2016.1719L26.6719%2015.2812C26.8906%2015.0625%2027.1562%2015%2027.4688%2015.0938C27.8438%2015.25%2028.2031%2015.4219%2028.5469%2015.6094H28.5938L28.8281%2015.75C29.1719%2015.9688%2029.5%2016.2031%2029.8125%2016.4531C30.0312%2016.6719%2030.1094%2016.9375%2030.0469%2017.25L29.7188%2018.5156C30.125%2019.0156%2030.4531%2019.5781%2030.7031%2020.2031L31.9688%2020.5312C32.2812%2020.625%2032.4688%2020.8281%2032.5312%2021.1406C32.5938%2021.5781%2032.625%2022.0312%2032.625%2022.5C32.625%2022.9688%2032.5938%2023.4219%2032.5312%2023.8594C32.4688%2024.1719%2032.2812%2024.375%2031.9688%2024.4688L30.7031%2024.7969C30.4531%2025.4219%2030.125%2025.9844%2029.7188%2026.4844L30.0469%2027.75C30.1406%2028.0625%2030.0625%2028.3281%2029.8125%2028.5469C29.5%2028.7969%2029.1719%2029.0312%2028.8281%2029.25H28.7812L28.5938%2029.3906C28.2188%2029.5781%2027.8438%2029.75%2027.4688%2029.9062C27.1562%2030%2026.8906%2029.9375%2026.6719%2029.7188L25.7344%2028.7812C25.4219%2028.8438%2025.0938%2028.875%2024.75%2028.875C24.4375%2028.875%2024.125%2028.8438%2023.8125%2028.7812L22.8281%2029.7188C22.6094%2029.9375%2022.3594%2030%2022.0781%2029.9062C21.6719%2029.75%2021.2969%2029.5781%2020.9531%2029.3906L20.7188%2029.25C20.375%2029.0312%2020.0312%2028.7969%2019.6875%2028.5469C19.4688%2028.3281%2019.3906%2028.0625%2019.4531%2027.75L19.7812%2026.4844C19.375%2025.9844%2019.0625%2025.4219%2018.8438%2024.7969L17.5312%2024.4688C17.25%2024.375%2017.0781%2024.1719%2017.0156%2023.8594ZM24.75%2025.125C23.75%2025.0938%2023%2024.6562%2022.5%2023.8125C22%2022.9375%2022%2022.0625%2022.5%2021.1875C23%2020.3438%2023.75%2019.9062%2024.75%2019.875C25.75%2019.9062%2026.5%2020.3438%2027%2021.1875C27.5%2022.0625%2027.5%2022.9375%2027%2023.8125C26.5%2024.6562%2025.75%2025.0938%2024.75%2025.125ZM25.875%2022.5C25.8125%2021.8125%2025.4375%2021.4375%2024.75%2021.375C24.0625%2021.4375%2023.6875%2021.8125%2023.625%2022.5C23.6875%2023.1875%2024.0625%2023.5625%2024.75%2023.625C25.4375%2023.5625%2025.8125%2023.1875%2025.875%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", P5 = () => /* @__PURE__ */ C.jsx(
|
|
1230
|
+
"img",
|
|
1231
|
+
{
|
|
1232
|
+
className: "maj-img",
|
|
1233
|
+
src: A5,
|
|
1234
|
+
alt: "gears"
|
|
1235
|
+
}
|
|
1236
|
+
), _5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2028.5C18.4062%2028.5%2018.8594%2028.2969%2019.3594%2027.8906C19.8594%2027.4844%2020.375%2026.7969%2020.9062%2025.8281C21.375%2024.8906%2021.75%2023.7812%2022.0312%2022.5H13.9688C14.25%2023.7812%2014.625%2024.8906%2015.0938%2025.8281C15.625%2026.7969%2016.1406%2027.4844%2016.6406%2027.8906C17.1406%2028.2969%2017.5938%2028.5%2018%2028.5ZM13.6875%2021H22.3125C22.4375%2020.0625%2022.5%2019.0625%2022.5%2018C22.5%2016.9375%2022.4375%2015.9375%2022.3125%2015H13.6875C13.5625%2015.9375%2013.5%2016.9375%2013.5%2018C13.5%2019.0625%2013.5625%2020.0625%2013.6875%2021ZM13.9688%2013.5H22.0312C21.75%2012.2188%2021.375%2011.1094%2020.9062%2010.1719C20.375%209.20312%2019.8594%208.51562%2019.3594%208.10938C18.8594%207.70312%2018.4062%207.5%2018%207.5C17.5938%207.5%2017.1406%207.70312%2016.6406%208.10938C16.1406%208.51562%2015.625%209.20312%2015.0938%2010.1719C14.625%2011.1094%2014.25%2012.2188%2013.9688%2013.5ZM23.8125%2015C23.9375%2015.9688%2024%2016.9688%2024%2018C24%2019.0312%2023.9375%2020.0312%2023.8125%2021H28.0781C28.3594%2020.0312%2028.5%2019.0312%2028.5%2018C28.5%2016.9688%2028.3594%2015.9688%2028.0781%2015H23.8125ZM27.5156%2013.5C26.8906%2012.2188%2026.0469%2011.1094%2024.9844%2010.1719C23.9219%209.23438%2022.7188%208.53125%2021.375%208.0625C22.375%209.40625%2023.1094%2011.2188%2023.5781%2013.5H27.5156ZM12.4219%2013.5C12.8906%2011.2188%2013.6406%209.40625%2014.6719%208.0625C13.2969%208.53125%2012.0781%209.23438%2011.0156%2010.1719C9.95312%2011.1094%209.125%2012.2188%208.53125%2013.5H12.4219ZM7.92188%2015C7.64062%2015.9688%207.5%2016.9688%207.5%2018C7.5%2019.0312%207.64062%2020.0312%207.92188%2021H12.1875C12.0625%2020.0312%2012%2019.0312%2012%2018C12%2016.9688%2012.0625%2015.9688%2012.1875%2015H7.92188ZM21.375%2027.9375C22.7188%2027.4688%2023.9219%2026.7656%2024.9844%2025.8281C26.0469%2024.8906%2026.875%2023.7812%2027.4688%2022.5H23.5781C23.1094%2024.7812%2022.375%2026.5938%2021.375%2027.9375ZM14.6719%2027.9375C13.6406%2026.5938%2012.8906%2024.7812%2012.4219%2022.5H8.53125C9.125%2023.7812%209.95312%2024.8906%2011.0156%2025.8281C12.0781%2026.7656%2013.2969%2027.4688%2014.6719%2027.9375ZM18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030Z'%20fill='%23000000'/%3e%3c/svg%3e", F5 = () => /* @__PURE__ */ C.jsx(
|
|
1237
|
+
"img",
|
|
1238
|
+
{
|
|
1239
|
+
className: "maj-img",
|
|
1240
|
+
src: _5,
|
|
1241
|
+
alt: "globe"
|
|
1242
|
+
}
|
|
1243
|
+
), D5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.3977%209H10.1477C9.92896%209.03125%209.80396%209.15625%209.77271%209.375V11.625C9.80396%2011.8438%209.92896%2011.9688%2010.1477%2012H12.3977C12.6165%2011.9688%2012.7415%2011.8438%2012.7727%2011.625V9.375C12.7415%209.15625%2012.6165%209.03125%2012.3977%209ZM10.1477%207.5H12.3977C12.929%207.5%2013.3665%207.6875%2013.7102%208.0625C14.0852%208.40625%2014.2727%208.84375%2014.2727%209.375V11.625C14.2727%2012.1562%2014.0852%2012.5938%2013.7102%2012.9375C13.3665%2013.3125%2012.929%2013.5%2012.3977%2013.5H10.1477C9.61646%2013.5%209.17896%2013.3125%208.83521%2012.9375C8.46021%2012.5938%208.27271%2012.1562%208.27271%2011.625V9.375C8.27271%208.84375%208.46021%208.40625%208.83521%208.0625C9.17896%207.6875%209.61646%207.5%2010.1477%207.5ZM12.3977%2016.5H10.1477C9.92896%2016.5312%209.80396%2016.6562%209.77271%2016.875V19.125C9.80396%2019.3438%209.92896%2019.4688%2010.1477%2019.5H12.3977C12.6165%2019.4688%2012.7415%2019.3438%2012.7727%2019.125V16.875C12.7415%2016.6562%2012.6165%2016.5312%2012.3977%2016.5ZM10.1477%2015H12.3977C12.929%2015%2013.3665%2015.1875%2013.7102%2015.5625C14.0852%2015.9062%2014.2727%2016.3438%2014.2727%2016.875V19.125C14.2727%2019.6562%2014.0852%2020.0938%2013.7102%2020.4375C13.3665%2020.8125%2012.929%2021%2012.3977%2021H10.1477C9.61646%2021%209.17896%2020.8125%208.83521%2020.4375C8.46021%2020.0938%208.27271%2019.6562%208.27271%2019.125V16.875C8.27271%2016.3438%208.46021%2015.9062%208.83521%2015.5625C9.17896%2015.1875%209.61646%2015%2010.1477%2015ZM10.1477%2024C9.92896%2024.0312%209.80396%2024.1562%209.77271%2024.375V26.625C9.80396%2026.8438%209.92896%2026.9688%2010.1477%2027H12.3977C12.6165%2026.9688%2012.7415%2026.8438%2012.7727%2026.625V24.375C12.7415%2024.1562%2012.6165%2024.0312%2012.3977%2024H10.1477ZM8.27271%2024.375C8.27271%2023.8438%208.46021%2023.4062%208.83521%2023.0625C9.17896%2022.6875%209.61646%2022.5%2010.1477%2022.5H12.3977C12.929%2022.5%2013.3665%2022.6875%2013.7102%2023.0625C14.0852%2023.4062%2014.2727%2023.8438%2014.2727%2024.375V26.625C14.2727%2027.1562%2014.0852%2027.5938%2013.7102%2027.9375C13.3665%2028.3125%2012.929%2028.5%2012.3977%2028.5H10.1477C9.61646%2028.5%209.17896%2028.3125%208.83521%2027.9375C8.46021%2027.5938%208.27271%2027.1562%208.27271%2026.625V24.375ZM19.8977%209H17.6477C17.429%209.03125%2017.304%209.15625%2017.2727%209.375V11.625C17.304%2011.8438%2017.429%2011.9688%2017.6477%2012H19.8977C20.1165%2011.9688%2020.2415%2011.8438%2020.2727%2011.625V9.375C20.2415%209.15625%2020.1165%209.03125%2019.8977%209ZM17.6477%207.5H19.8977C20.429%207.5%2020.8665%207.6875%2021.2102%208.0625C21.5852%208.40625%2021.7727%208.84375%2021.7727%209.375V11.625C21.7727%2012.1562%2021.5852%2012.5938%2021.2102%2012.9375C20.8665%2013.3125%2020.429%2013.5%2019.8977%2013.5H17.6477C17.1165%2013.5%2016.679%2013.3125%2016.3352%2012.9375C15.9602%2012.5938%2015.7727%2012.1562%2015.7727%2011.625V9.375C15.7727%208.84375%2015.9602%208.40625%2016.3352%208.0625C16.679%207.6875%2017.1165%207.5%2017.6477%207.5ZM17.6477%2016.5C17.429%2016.5312%2017.304%2016.6562%2017.2727%2016.875V19.125C17.304%2019.3438%2017.429%2019.4688%2017.6477%2019.5H19.8977C20.1165%2019.4688%2020.2415%2019.3438%2020.2727%2019.125V16.875C20.2415%2016.6562%2020.1165%2016.5312%2019.8977%2016.5H17.6477ZM15.7727%2016.875C15.7727%2016.3438%2015.9602%2015.9062%2016.3352%2015.5625C16.679%2015.1875%2017.1165%2015%2017.6477%2015H19.8977C20.429%2015%2020.8665%2015.1875%2021.2102%2015.5625C21.5852%2015.9062%2021.7727%2016.3438%2021.7727%2016.875V19.125C21.7727%2019.6562%2021.5852%2020.0938%2021.2102%2020.4375C20.8665%2020.8125%2020.429%2021%2019.8977%2021H17.6477C17.1165%2021%2016.679%2020.8125%2016.3352%2020.4375C15.9602%2020.0938%2015.7727%2019.6562%2015.7727%2019.125V16.875ZM19.8977%2024H17.6477C17.429%2024.0312%2017.304%2024.1562%2017.2727%2024.375V26.625C17.304%2026.8438%2017.429%2026.9688%2017.6477%2027H19.8977C20.1165%2026.9688%2020.2415%2026.8438%2020.2727%2026.625V24.375C20.2415%2024.1562%2020.1165%2024.0312%2019.8977%2024ZM17.6477%2022.5H19.8977C20.429%2022.5%2020.8665%2022.6875%2021.2102%2023.0625C21.5852%2023.4062%2021.7727%2023.8438%2021.7727%2024.375V26.625C21.7727%2027.1562%2021.5852%2027.5938%2021.2102%2027.9375C20.8665%2028.3125%2020.429%2028.5%2019.8977%2028.5H17.6477C17.1165%2028.5%2016.679%2028.3125%2016.3352%2027.9375C15.9602%2027.5938%2015.7727%2027.1562%2015.7727%2026.625V24.375C15.7727%2023.8438%2015.9602%2023.4062%2016.3352%2023.0625C16.679%2022.6875%2017.1165%2022.5%2017.6477%2022.5ZM25.1477%209C24.929%209.03125%2024.804%209.15625%2024.7727%209.375V11.625C24.804%2011.8438%2024.929%2011.9688%2025.1477%2012H27.3977C27.6165%2011.9688%2027.7415%2011.8438%2027.7727%2011.625V9.375C27.7415%209.15625%2027.6165%209.03125%2027.3977%209H25.1477ZM23.2727%209.375C23.2727%208.84375%2023.4602%208.40625%2023.8352%208.0625C24.179%207.6875%2024.6165%207.5%2025.1477%207.5H27.3977C27.929%207.5%2028.3665%207.6875%2028.7102%208.0625C29.0852%208.40625%2029.2727%208.84375%2029.2727%209.375V11.625C29.2727%2012.1562%2029.0852%2012.5938%2028.7102%2012.9375C28.3665%2013.3125%2027.929%2013.5%2027.3977%2013.5H25.1477C24.6165%2013.5%2024.179%2013.3125%2023.8352%2012.9375C23.4602%2012.5938%2023.2727%2012.1562%2023.2727%2011.625V9.375ZM27.3977%2016.5H25.1477C24.929%2016.5312%2024.804%2016.6562%2024.7727%2016.875V19.125C24.804%2019.3438%2024.929%2019.4688%2025.1477%2019.5H27.3977C27.6165%2019.4688%2027.7415%2019.3438%2027.7727%2019.125V16.875C27.7415%2016.6562%2027.6165%2016.5312%2027.3977%2016.5ZM25.1477%2015H27.3977C27.929%2015%2028.3665%2015.1875%2028.7102%2015.5625C29.0852%2015.9062%2029.2727%2016.3438%2029.2727%2016.875V19.125C29.2727%2019.6562%2029.0852%2020.0938%2028.7102%2020.4375C28.3665%2020.8125%2027.929%2021%2027.3977%2021H25.1477C24.6165%2021%2024.179%2020.8125%2023.8352%2020.4375C23.4602%2020.0938%2023.2727%2019.6562%2023.2727%2019.125V16.875C23.2727%2016.3438%2023.4602%2015.9062%2023.8352%2015.5625C24.179%2015.1875%2024.6165%2015%2025.1477%2015ZM25.1477%2024C24.929%2024.0312%2024.804%2024.1562%2024.7727%2024.375V26.625C24.804%2026.8438%2024.929%2026.9688%2025.1477%2027H27.3977C27.6165%2026.9688%2027.7415%2026.8438%2027.7727%2026.625V24.375C27.7415%2024.1562%2027.6165%2024.0312%2027.3977%2024H25.1477ZM23.2727%2024.375C23.2727%2023.8438%2023.4602%2023.4062%2023.8352%2023.0625C24.179%2022.6875%2024.6165%2022.5%2025.1477%2022.5H27.3977C27.929%2022.5%2028.3665%2022.6875%2028.7102%2023.0625C29.0852%2023.4062%2029.2727%2023.8438%2029.2727%2024.375V26.625C29.2727%2027.1562%2029.0852%2027.5938%2028.7102%2027.9375C28.3665%2028.3125%2027.929%2028.5%2027.3977%2028.5H25.1477C24.6165%2028.5%2024.179%2028.3125%2023.8352%2027.9375C23.4602%2027.5938%2023.2727%2027.1562%2023.2727%2026.625V24.375Z'%20fill='%23000000'/%3e%3c/svg%3e", O5 = () => /* @__PURE__ */ C.jsx(
|
|
1244
|
+
"img",
|
|
1245
|
+
{
|
|
1246
|
+
className: "maj-img",
|
|
1247
|
+
src: D5,
|
|
1248
|
+
alt: "grid"
|
|
1249
|
+
}
|
|
1250
|
+
), U5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.375%2013.5C9.15625%2013.5312%209.03125%2013.6562%209%2013.875V16.125C9.03125%2016.3438%209.15625%2016.4688%209.375%2016.5H11.625C11.8438%2016.4688%2011.9688%2016.3438%2012%2016.125V13.875C11.9688%2013.6562%2011.8438%2013.5312%2011.625%2013.5H9.375ZM7.5%2013.875C7.5%2013.3438%207.6875%2012.9062%208.0625%2012.5625C8.40625%2012.1875%208.84375%2012%209.375%2012H11.625C12.1562%2012%2012.5938%2012.1875%2012.9375%2012.5625C13.3125%2012.9062%2013.5%2013.3438%2013.5%2013.875V16.125C13.5%2016.6562%2013.3125%2017.0938%2012.9375%2017.4375C12.5938%2017.8125%2012.1562%2018%2011.625%2018H9.375C8.84375%2018%208.40625%2017.8125%208.0625%2017.4375C7.6875%2017.0938%207.5%2016.6562%207.5%2016.125V13.875ZM9.375%2021C9.15625%2021.0312%209.03125%2021.1562%209%2021.375V23.625C9.03125%2023.8438%209.15625%2023.9688%209.375%2024H11.625C11.8438%2023.9688%2011.9688%2023.8438%2012%2023.625V21.375C11.9688%2021.1562%2011.8438%2021.0312%2011.625%2021H9.375ZM7.5%2021.375C7.5%2020.8438%207.6875%2020.4062%208.0625%2020.0625C8.40625%2019.6875%208.84375%2019.5%209.375%2019.5H11.625C12.1562%2019.5%2012.5938%2019.6875%2012.9375%2020.0625C13.3125%2020.4062%2013.5%2020.8438%2013.5%2021.375V23.625C13.5%2024.1562%2013.3125%2024.5938%2012.9375%2024.9375C12.5938%2025.3125%2012.1562%2025.5%2011.625%2025.5H9.375C8.84375%2025.5%208.40625%2025.3125%208.0625%2024.9375C7.6875%2024.5938%207.5%2024.1562%207.5%2023.625V21.375ZM19.125%2013.5H16.875C16.6562%2013.5312%2016.5312%2013.6562%2016.5%2013.875V16.125C16.5312%2016.3438%2016.6562%2016.4688%2016.875%2016.5H19.125C19.3438%2016.4688%2019.4688%2016.3438%2019.5%2016.125V13.875C19.4688%2013.6562%2019.3438%2013.5312%2019.125%2013.5ZM16.875%2012H19.125C19.6562%2012%2020.0938%2012.1875%2020.4375%2012.5625C20.8125%2012.9062%2021%2013.3438%2021%2013.875V16.125C21%2016.6562%2020.8125%2017.0938%2020.4375%2017.4375C20.0938%2017.8125%2019.6562%2018%2019.125%2018H16.875C16.3438%2018%2015.9062%2017.8125%2015.5625%2017.4375C15.1875%2017.0938%2015%2016.6562%2015%2016.125V13.875C15%2013.3438%2015.1875%2012.9062%2015.5625%2012.5625C15.9062%2012.1875%2016.3438%2012%2016.875%2012ZM16.875%2021C16.6562%2021.0312%2016.5312%2021.1562%2016.5%2021.375V23.625C16.5312%2023.8438%2016.6562%2023.9688%2016.875%2024H19.125C19.3438%2023.9688%2019.4688%2023.8438%2019.5%2023.625V21.375C19.4688%2021.1562%2019.3438%2021.0312%2019.125%2021H16.875ZM15%2021.375C15%2020.8438%2015.1875%2020.4062%2015.5625%2020.0625C15.9062%2019.6875%2016.3438%2019.5%2016.875%2019.5H19.125C19.6562%2019.5%2020.0938%2019.6875%2020.4375%2020.0625C20.8125%2020.4062%2021%2020.8438%2021%2021.375V23.625C21%2024.1562%2020.8125%2024.5938%2020.4375%2024.9375C20.0938%2025.3125%2019.6562%2025.5%2019.125%2025.5H16.875C16.3438%2025.5%2015.9062%2025.3125%2015.5625%2024.9375C15.1875%2024.5938%2015%2024.1562%2015%2023.625V21.375ZM26.625%2013.5H24.375C24.1562%2013.5312%2024.0312%2013.6562%2024%2013.875V16.125C24.0312%2016.3438%2024.1562%2016.4688%2024.375%2016.5H26.625C26.8438%2016.4688%2026.9688%2016.3438%2027%2016.125V13.875C26.9688%2013.6562%2026.8438%2013.5312%2026.625%2013.5ZM24.375%2012H26.625C27.1562%2012%2027.5938%2012.1875%2027.9375%2012.5625C28.3125%2012.9062%2028.5%2013.3438%2028.5%2013.875V16.125C28.5%2016.6562%2028.3125%2017.0938%2027.9375%2017.4375C27.5938%2017.8125%2027.1562%2018%2026.625%2018H24.375C23.8438%2018%2023.4062%2017.8125%2023.0625%2017.4375C22.6875%2017.0938%2022.5%2016.6562%2022.5%2016.125V13.875C22.5%2013.3438%2022.6875%2012.9062%2023.0625%2012.5625C23.4062%2012.1875%2023.8438%2012%2024.375%2012ZM24.375%2021C24.1562%2021.0312%2024.0312%2021.1562%2024%2021.375V23.625C24.0312%2023.8438%2024.1562%2023.9688%2024.375%2024H26.625C26.8438%2023.9688%2026.9688%2023.8438%2027%2023.625V21.375C26.9688%2021.1562%2026.8438%2021.0312%2026.625%2021H24.375ZM22.5%2021.375C22.5%2020.8438%2022.6875%2020.4062%2023.0625%2020.0625C23.4062%2019.6875%2023.8438%2019.5%2024.375%2019.5H26.625C27.1562%2019.5%2027.5938%2019.6875%2027.9375%2020.0625C28.3125%2020.4062%2028.5%2020.8438%2028.5%2021.375V23.625C28.5%2024.1562%2028.3125%2024.5938%2027.9375%2024.9375C27.5938%2025.3125%2027.1562%2025.5%2026.625%2025.5H24.375C23.8438%2025.5%2023.4062%2025.3125%2023.0625%2024.9375C22.6875%2024.5938%2022.5%2024.1562%2022.5%2023.625V21.375Z'%20fill='%23000000'/%3e%3c/svg%3e", q5 = () => /* @__PURE__ */ C.jsx(
|
|
1251
|
+
"img",
|
|
1252
|
+
{
|
|
1253
|
+
className: "maj-img",
|
|
1254
|
+
src: U5,
|
|
1255
|
+
alt: "grid-horizontal"
|
|
1256
|
+
}
|
|
1257
|
+
), G5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.7727%2010.5C15.7415%2010.0312%2015.4915%209.78125%2015.0227%209.75C14.554%209.78125%2014.304%2010.0312%2014.2727%2010.5C14.304%2010.9688%2014.554%2011.2188%2015.0227%2011.25C15.4915%2011.2188%2015.7415%2010.9688%2015.7727%2010.5ZM12.7727%2010.5C12.804%209.65625%2013.179%209%2013.8977%208.53125C14.6477%208.15625%2015.3977%208.15625%2016.1477%208.53125C16.8665%209%2017.2415%209.65625%2017.2727%2010.5C17.2415%2011.3438%2016.8665%2012%2016.1477%2012.4688C15.3977%2012.8438%2014.6477%2012.8438%2013.8977%2012.4688C13.179%2012%2012.804%2011.3438%2012.7727%2010.5ZM15.7727%2018C15.7415%2017.5312%2015.4915%2017.2812%2015.0227%2017.25C14.554%2017.2812%2014.304%2017.5312%2014.2727%2018C14.304%2018.4688%2014.554%2018.7188%2015.0227%2018.75C15.4915%2018.7188%2015.7415%2018.4688%2015.7727%2018ZM12.7727%2018C12.804%2017.1562%2013.179%2016.5%2013.8977%2016.0312C14.6477%2015.6562%2015.3977%2015.6562%2016.1477%2016.0312C16.8665%2016.5%2017.2415%2017.1562%2017.2727%2018C17.2415%2018.8438%2016.8665%2019.5%2016.1477%2019.9688C15.3977%2020.3438%2014.6477%2020.3438%2013.8977%2019.9688C13.179%2019.5%2012.804%2018.8438%2012.7727%2018ZM15.0227%2026.25C15.4915%2026.2188%2015.7415%2025.9688%2015.7727%2025.5C15.7415%2025.0312%2015.4915%2024.7812%2015.0227%2024.75C14.554%2024.7812%2014.304%2025.0312%2014.2727%2025.5C14.304%2025.9688%2014.554%2026.2188%2015.0227%2026.25ZM15.0227%2023.25C15.8665%2023.2812%2016.5227%2023.6562%2016.9915%2024.375C17.3665%2025.125%2017.3665%2025.875%2016.9915%2026.625C16.5227%2027.3438%2015.8665%2027.7188%2015.0227%2027.75C14.179%2027.7188%2013.5227%2027.3438%2013.054%2026.625C12.679%2025.875%2012.679%2025.125%2013.054%2024.375C13.5227%2023.6562%2014.179%2023.2812%2015.0227%2023.25ZM23.2727%2010.5C23.2415%2010.0312%2022.9915%209.78125%2022.5227%209.75C22.054%209.78125%2021.804%2010.0312%2021.7727%2010.5C21.804%2010.9688%2022.054%2011.2188%2022.5227%2011.25C22.9915%2011.2188%2023.2415%2010.9688%2023.2727%2010.5ZM20.2727%2010.5C20.304%209.65625%2020.679%209%2021.3977%208.53125C22.1477%208.15625%2022.8977%208.15625%2023.6477%208.53125C24.3665%209%2024.7415%209.65625%2024.7727%2010.5C24.7415%2011.3438%2024.3665%2012%2023.6477%2012.4688C22.8977%2012.8438%2022.1477%2012.8438%2021.3977%2012.4688C20.679%2012%2020.304%2011.3438%2020.2727%2010.5ZM22.5227%2018.75C22.9915%2018.7188%2023.2415%2018.4688%2023.2727%2018C23.2415%2017.5312%2022.9915%2017.2812%2022.5227%2017.25C22.054%2017.2812%2021.804%2017.5312%2021.7727%2018C21.804%2018.4688%2022.054%2018.7188%2022.5227%2018.75ZM22.5227%2015.75C23.3665%2015.7812%2024.0227%2016.1562%2024.4915%2016.875C24.8665%2017.625%2024.8665%2018.375%2024.4915%2019.125C24.0227%2019.8438%2023.3665%2020.2188%2022.5227%2020.25C21.679%2020.2188%2021.0227%2019.8438%2020.554%2019.125C20.179%2018.375%2020.179%2017.625%2020.554%2016.875C21.0227%2016.1562%2021.679%2015.7812%2022.5227%2015.75ZM23.2727%2025.5C23.2415%2025.0312%2022.9915%2024.7812%2022.5227%2024.75C22.054%2024.7812%2021.804%2025.0312%2021.7727%2025.5C21.804%2025.9688%2022.054%2026.2188%2022.5227%2026.25C22.9915%2026.2188%2023.2415%2025.9688%2023.2727%2025.5ZM20.2727%2025.5C20.304%2024.6562%2020.679%2024%2021.3977%2023.5312C22.1477%2023.1562%2022.8977%2023.1562%2023.6477%2023.5312C24.3665%2024%2024.7415%2024.6562%2024.7727%2025.5C24.7415%2026.3438%2024.3665%2027%2023.6477%2027.4688C22.8977%2027.8438%2022.1477%2027.8438%2021.3977%2027.4688C20.679%2027%2020.304%2026.3438%2020.2727%2025.5Z'%20fill='%23000000'/%3e%3c/svg%3e", W5 = () => /* @__PURE__ */ C.jsx(
|
|
1258
|
+
"img",
|
|
1259
|
+
{
|
|
1260
|
+
className: "maj-img",
|
|
1261
|
+
src: G5,
|
|
1262
|
+
alt: "grip-dots"
|
|
1263
|
+
}
|
|
1264
|
+
), Y5 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2018V20.25C7.46875%2020.7188%207.21875%2020.9688%206.75%2021C6.28125%2020.9688%206.03125%2020.7188%206%2020.25V18C6.03125%2015.75%206.57812%2013.7344%207.64062%2011.9531C8.70312%2010.1406%2010.1406%208.70312%2011.9531%207.64062C13.7344%206.57812%2015.75%206.03125%2018%206C20.25%206.03125%2022.2656%206.57812%2024.0469%207.64062C25.8594%208.70312%2027.2969%2010.1406%2028.3594%2011.9531C29.4219%2013.7344%2029.9688%2015.75%2030%2018V24.75C29.9688%2025.8125%2029.6094%2026.7031%2028.9219%2027.4219C28.2031%2028.1094%2027.3125%2028.4688%2026.25%2028.5H22.3594C21.9844%2029.4375%2021.2812%2029.9375%2020.25%2030H17.25C16.625%2029.9688%2016.0938%2029.75%2015.6562%2029.3438C15.25%2028.9062%2015.0312%2028.375%2015%2027.75C15.0312%2027.125%2015.25%2026.5938%2015.6562%2026.1562C16.0938%2025.75%2016.625%2025.5312%2017.25%2025.5H20.25C21.2812%2025.5625%2021.9844%2026.0625%2022.3594%2027H26.25C26.875%2027%2027.4062%2026.7812%2027.8438%2026.3438C28.25%2025.9062%2028.4688%2025.375%2028.5%2024.75V18C28.4688%2016.0312%2027.9844%2014.2656%2027.0469%2012.7031C26.1406%2011.1094%2024.8906%209.85938%2023.2969%208.95312C21.7344%208.01562%2019.9688%207.53125%2018%207.5C16.0312%207.53125%2014.2656%208.01562%2012.7031%208.95312C11.1094%209.85938%209.85938%2011.1094%208.95312%2012.7031C8.01562%2014.2656%207.53125%2016.0312%207.5%2018ZM21%2027.75C20.9688%2027.2812%2020.7188%2027.0312%2020.25%2027H17.25C16.7812%2027.0312%2016.5312%2027.2812%2016.5%2027.75C16.5312%2028.2188%2016.7812%2028.4688%2017.25%2028.5H20.25C20.7188%2028.4688%2020.9688%2028.2188%2021%2027.75ZM12.75%2016.5C12.125%2016.5312%2011.5938%2016.75%2011.1562%2017.1562C10.75%2017.5938%2010.5312%2018.125%2010.5%2018.75V20.25C10.5312%2020.875%2010.75%2021.4062%2011.1562%2021.8438C11.5938%2022.25%2012.125%2022.4688%2012.75%2022.5H13.5V16.5H12.75ZM9%2018.75C9.03125%2017.6875%209.39062%2016.7969%2010.0781%2016.0781C10.7969%2015.3906%2011.6875%2015.0312%2012.75%2015H13.5C13.9375%2015%2014.2969%2015.1406%2014.5781%2015.4219C14.8594%2015.7031%2015%2016.0625%2015%2016.5V22.5C15%2022.9375%2014.8594%2023.2969%2014.5781%2023.5781C14.2969%2023.8594%2013.9375%2024%2013.5%2024H12.75C11.6875%2023.9688%2010.7969%2023.6094%2010.0781%2022.9219C9.39062%2022.2031%209.03125%2021.3125%209%2020.25V18.75ZM22.5%2016.5V22.5H23.25C23.875%2022.4688%2024.4062%2022.25%2024.8438%2021.8438C25.25%2021.4062%2025.4688%2020.875%2025.5%2020.25V18.75C25.4688%2018.125%2025.25%2017.5938%2024.8438%2017.1562C24.4062%2016.75%2023.875%2016.5312%2023.25%2016.5H22.5ZM23.25%2015C24.3125%2015.0312%2025.2031%2015.3906%2025.9219%2016.0781C26.6094%2016.7969%2026.9688%2017.6875%2027%2018.75V20.25C26.9688%2021.3125%2026.6094%2022.2031%2025.9219%2022.9219C25.2031%2023.6094%2024.3125%2023.9688%2023.25%2024H22.5C22.0625%2024%2021.7031%2023.8594%2021.4219%2023.5781C21.1406%2023.2969%2021%2022.9375%2021%2022.5V16.5C21%2016.0625%2021.1406%2015.7031%2021.4219%2015.4219C21.7031%2015.1406%2022.0625%2015%2022.5%2015H23.25Z'%20fill='%23000000'/%3e%3c/svg%3e", z5 = () => /* @__PURE__ */ C.jsx(
|
|
1265
|
+
"img",
|
|
1266
|
+
{
|
|
1267
|
+
className: "maj-img",
|
|
1268
|
+
src: Y5,
|
|
1269
|
+
alt: "headset"
|
|
1270
|
+
}
|
|
1271
|
+
), X5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.2102%2012.1406L17.6477%2011.4844L17.4602%2011.25C16.8352%2010.5625%2016.1008%2010.0781%2015.2571%209.79688C14.3821%209.51562%2013.4915%209.45312%2012.5852%209.60938C11.304%209.85938%2010.2727%2010.4531%209.49146%2011.3906C8.71021%2012.3281%208.30396%2013.4531%208.27271%2014.7656V14.9062C8.27271%2016.0625%208.60083%2017.0938%209.25708%2018C9.28833%2018%209.33521%2018%209.39771%2018H12.5383C12.8508%2018%2013.0852%2017.8438%2013.2415%2017.5312L14.6946%2013.9688C14.8508%2013.6875%2015.0852%2013.5312%2015.3977%2013.5C15.7102%2013.5%2015.9446%2013.6406%2016.1008%2013.9219L18.8196%2020.0156L21.1165%2015.4219C21.2415%2015.1406%2021.4602%2015%2021.7727%2015C22.0852%2015%2022.304%2015.1406%2022.429%2015.4219L23.554%2017.5781C23.679%2017.8594%2023.8977%2018%2024.2102%2018H28.1477C28.2102%2018%2028.2727%2018%2028.3352%2018C28.9602%2017.0938%2029.2727%2016.0625%2029.2727%2014.9062V14.7656C29.2415%2013.4531%2028.8352%2012.3281%2028.054%2011.3906C27.2727%2010.4531%2026.2415%209.85938%2024.9602%209.60938C24.054%209.45312%2023.1633%209.51562%2022.2883%209.79688C21.4446%2010.0781%2020.7102%2010.5625%2020.0852%2011.25L19.8977%2011.4844L19.3352%2012.1406C19.179%2012.2969%2018.9915%2012.375%2018.7727%2012.375C18.554%2012.375%2018.3665%2012.2969%2018.2102%2012.1406ZM26.929%2019.5H26.8821H24.2102C23.304%2019.4688%2022.6321%2019.0625%2022.1946%2018.2812L21.7727%2017.4375L19.429%2022.0781C19.304%2022.3594%2019.0852%2022.5%2018.7727%2022.5C18.4602%2022.4688%2018.2258%2022.3281%2018.0696%2022.0781L15.4446%2016.125L14.6008%2018.1406C14.1946%2019.0156%2013.5071%2019.4688%2012.5383%2019.5H10.6165H8.50708C7.38208%2018.1875%206.80396%2016.6562%206.77271%2014.9062V14.7656C6.80396%2013.1094%207.31958%2011.6719%208.31958%2010.4531C9.35083%209.23438%2010.679%208.45312%2012.304%208.10938C14.304%207.79687%2016.1008%208.25%2017.6946%209.46875C18.0071%209.6875%2018.304%209.95312%2018.5852%2010.2656L18.7727%2010.5L18.9602%2010.2656C19.179%2010.0469%2019.3977%209.84375%2019.6165%209.65625C19.679%209.59375%2019.7571%209.51562%2019.8508%209.42188C21.4446%208.23438%2023.2415%207.79687%2025.2415%208.10938C26.8665%208.45312%2028.1946%209.23438%2029.2258%2010.4531C30.2258%2011.6719%2030.7415%2013.1094%2030.7727%2014.7656V14.9062C30.7415%2016.6562%2030.179%2018.1875%2029.0852%2019.5H29.0383H26.929ZM10.054%2021H12.2571L18.6321%2026.9531C18.6633%2026.9844%2018.7102%2027%2018.7727%2027C18.8352%2027%2018.8821%2026.9844%2018.9133%2026.9531L25.2883%2021H27.4915L19.9446%2028.0312C19.8821%2028.0625%2019.8352%2028.0938%2019.804%2028.125C19.804%2028.125%2019.804%2028.1406%2019.804%2028.1719C19.4915%2028.3906%2019.1477%2028.5%2018.7727%2028.5C18.3352%2028.5%2017.9446%2028.3438%2017.6008%2028.0312L10.054%2021Z'%20fill='%23000000'/%3e%3c/svg%3e", J5 = () => /* @__PURE__ */ C.jsx(
|
|
1272
|
+
"img",
|
|
1273
|
+
{
|
|
1274
|
+
className: "maj-img",
|
|
1275
|
+
src: X5,
|
|
1276
|
+
alt: "heart-pulse"
|
|
1277
|
+
}
|
|
1278
|
+
), K5 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.2883%206.1875L32.0383%2017.4375C32.3508%2017.7812%2032.3665%2018.1406%2032.0852%2018.5156C31.7415%2018.8281%2031.3821%2018.8438%2031.0071%2018.5625L29.2727%2017.0156V26.25C29.2415%2027.3125%2028.8821%2028.2031%2028.1946%2028.9219C27.4758%2029.6094%2026.5852%2029.9688%2025.5227%2030H12.0227C10.9602%2029.9688%2010.0696%2029.6094%209.35083%2028.9219C8.66333%2028.2031%208.30396%2027.3125%208.27271%2026.25V17.0156L6.53833%2018.5625C6.16333%2018.8438%205.80396%2018.8281%205.46021%2018.5156C5.17896%2018.1406%205.19458%2017.7812%205.50708%2017.4375L18.2571%206.1875C18.6008%205.9375%2018.9446%205.9375%2019.2883%206.1875ZM9.77271%2026.25C9.80396%2026.875%2010.0227%2027.4062%2010.429%2027.8438C10.8665%2028.25%2011.3977%2028.4688%2012.0227%2028.5H15.0227V21C15.0227%2020.5625%2015.1633%2020.2031%2015.4446%2019.9219C15.7258%2019.6406%2016.0852%2019.5%2016.5227%2019.5H21.0227C21.4602%2019.5%2021.8196%2019.6406%2022.1008%2019.9219C22.3821%2020.2031%2022.5227%2020.5625%2022.5227%2021V28.5H25.5227C26.1477%2028.4688%2026.679%2028.25%2027.1165%2027.8438C27.5227%2027.4062%2027.7415%2026.875%2027.7727%2026.25V15.7031L18.7727%207.73438L9.77271%2015.7031V26.25ZM16.5227%2028.5H21.0227V21H16.5227V28.5Z'%20fill='%23000000'/%3e%3c/svg%3e", Q5 = () => /* @__PURE__ */ C.jsx(
|
|
1279
|
+
"img",
|
|
1280
|
+
{
|
|
1281
|
+
className: "maj-img",
|
|
1282
|
+
src: K5,
|
|
1283
|
+
alt: "house"
|
|
1284
|
+
}
|
|
1285
|
+
), C8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.5%2015C25.4375%2012.875%2024.7031%2011.1094%2023.2969%209.70312C21.8906%208.29688%2020.125%207.5625%2018%207.5C15.875%207.5625%2014.1094%208.29688%2012.7031%209.70312C11.2969%2011.1094%2010.5625%2012.875%2010.5%2015C10.5%2015.75%2010.7656%2016.7344%2011.2969%2017.9531C11.8281%2019.2031%2012.5%2020.5%2013.3125%2021.8438C14.125%2023.1562%2014.9531%2024.375%2015.7969%2025.5C16.6406%2026.6562%2017.375%2027.625%2018%2028.4062C18.625%2027.625%2019.3594%2026.6562%2020.2031%2025.5C21.0469%2024.375%2021.875%2023.1562%2022.6875%2021.8438C23.5312%2020.5%2024.2188%2019.2031%2024.75%2017.9531C25.25%2016.7344%2025.5%2015.75%2025.5%2015ZM27%2015C26.9375%2016.4062%2026.4375%2018.0312%2025.5%2019.875C24.5312%2021.7188%2023.4375%2023.5%2022.2188%2025.2188C21%2026.9688%2019.9688%2028.3594%2019.125%2029.3906C18.8125%2029.7656%2018.4375%2029.9531%2018%2029.9531C17.5625%2029.9531%2017.1875%2029.7656%2016.875%2029.3906C16.0312%2028.3594%2015%2026.9688%2013.7812%2025.2188C12.5625%2023.5%2011.4688%2021.7188%2010.5%2019.875C9.5625%2018.0312%209.0625%2016.4062%209%2015C9.0625%2012.4375%209.9375%2010.3125%2011.625%208.625C13.3125%206.9375%2015.4375%206.0625%2018%206C20.5625%206.0625%2022.6875%206.9375%2024.375%208.625C26.0625%2010.3125%2026.9375%2012.4375%2027%2015ZM15.75%2015C15.7812%2015.8438%2016.1562%2016.5%2016.875%2016.9688C17.625%2017.3438%2018.375%2017.3438%2019.125%2016.9688C19.8438%2016.5%2020.2188%2015.8438%2020.25%2015C20.2188%2014.1562%2019.8438%2013.5%2019.125%2013.0312C18.375%2012.6562%2017.625%2012.6562%2016.875%2013.0312C16.1562%2013.5%2015.7812%2014.1562%2015.75%2015ZM18%2018.75C16.5938%2018.7188%2015.5156%2018.0938%2014.7656%2016.875C14.0781%2015.625%2014.0781%2014.375%2014.7656%2013.125C15.5156%2011.9062%2016.5938%2011.2812%2018%2011.25C19.4062%2011.2812%2020.4844%2011.9062%2021.2344%2013.125C21.9219%2014.375%2021.9219%2015.625%2021.2344%2016.875C20.4844%2018.0938%2019.4062%2018.7188%2018%2018.75Z'%20fill='%23000000'/%3e%3c/svg%3e", e8 = () => /* @__PURE__ */ C.jsx(
|
|
1286
|
+
"img",
|
|
1287
|
+
{
|
|
1288
|
+
className: "maj-img",
|
|
1289
|
+
src: C8,
|
|
1290
|
+
alt: "location-dot"
|
|
1291
|
+
}
|
|
1292
|
+
), S2 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%2012V15H22.5V12C22.4688%2010.7188%2022.0312%209.65625%2021.1875%208.8125C20.3438%207.96875%2019.2812%207.53125%2018%207.5C16.7188%207.53125%2015.6562%207.96875%2014.8125%208.8125C13.9688%209.65625%2013.5312%2010.7188%2013.5%2012ZM12%2015V12C12.0312%2010.3125%2012.6094%208.89062%2013.7344%207.73438C14.8906%206.60938%2016.3125%206.03125%2018%206C19.6875%206.03125%2021.1094%206.60938%2022.2656%207.73438C23.3906%208.89062%2023.9688%2010.3125%2024%2012V15H24.75C25.8125%2015.0312%2026.7031%2015.3906%2027.4219%2016.0781C28.1094%2016.7969%2028.4688%2017.6875%2028.5%2018.75V26.25C28.4688%2027.3125%2028.1094%2028.2031%2027.4219%2028.9219C26.7031%2029.6094%2025.8125%2029.9688%2024.75%2030H11.25C10.1875%2029.9688%209.29688%2029.6094%208.57812%2028.9219C7.89062%2028.2031%207.53125%2027.3125%207.5%2026.25V18.75C7.53125%2017.6875%207.89062%2016.7969%208.57812%2016.0781C9.29688%2015.3906%2010.1875%2015.0312%2011.25%2015H12ZM9%2018.75V26.25C9.03125%2026.875%209.25%2027.4062%209.65625%2027.8438C10.0938%2028.25%2010.625%2028.4688%2011.25%2028.5H24.75C25.375%2028.4688%2025.9062%2028.25%2026.3438%2027.8438C26.75%2027.4062%2026.9688%2026.875%2027%2026.25V18.75C26.9688%2018.125%2026.75%2017.5938%2026.3438%2017.1562C25.9062%2016.75%2025.375%2016.5312%2024.75%2016.5H11.25C10.625%2016.5312%2010.0938%2016.75%209.65625%2017.1562C9.25%2017.5938%209.03125%2018.125%209%2018.75Z'%20fill='%23000000'/%3e%3c/svg%3e", a8 = () => /* @__PURE__ */ C.jsx(
|
|
1293
|
+
"img",
|
|
1294
|
+
{
|
|
1295
|
+
className: "maj-img",
|
|
1296
|
+
src: S2,
|
|
1297
|
+
alt: "lock"
|
|
1298
|
+
}
|
|
1299
|
+
), t8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%2015.75C24%2014.25%2023.625%2012.875%2022.875%2011.625C22.1562%2010.375%2021.1562%209.375%2019.875%208.625C18.5625%207.875%2017.1875%207.5%2015.75%207.5C14.3125%207.5%2012.9375%207.875%2011.625%208.625C10.3438%209.375%209.34375%2010.375%208.625%2011.625C7.875%2012.875%207.5%2014.25%207.5%2015.75C7.5%2017.25%207.875%2018.625%208.625%2019.875C9.34375%2021.125%2010.3438%2022.125%2011.625%2022.875C12.9375%2023.625%2014.3125%2024%2015.75%2024C17.1875%2024%2018.5625%2023.625%2019.875%2022.875C21.1562%2022.125%2022.1562%2021.125%2022.875%2019.875C23.625%2018.625%2024%2017.25%2024%2015.75ZM22.0781%2023.1562C20.3281%2024.6562%2018.2188%2025.4375%2015.75%2025.5C13%2025.4375%2010.7031%2024.4844%208.85938%2022.6406C7.01562%2020.7969%206.0625%2018.5%206%2015.75C6.0625%2013%207.01562%2010.7031%208.85938%208.85938C10.7031%207.01563%2013%206.0625%2015.75%206C18.5%206.0625%2020.7969%207.01563%2022.6406%208.85938C24.4844%2010.7031%2025.4375%2013%2025.5%2015.75C25.4375%2018.2188%2024.6562%2020.3281%2023.1562%2022.0781L29.7656%2028.7344C30.0781%2029.0781%2030.0781%2029.4219%2029.7656%2029.7656C29.4219%2030.0781%2029.0781%2030.0781%2028.7344%2029.7656L22.0781%2023.1562Z'%20fill='%23000000'/%3e%3c/svg%3e", s8 = () => /* @__PURE__ */ C.jsx(
|
|
1300
|
+
"img",
|
|
1301
|
+
{
|
|
1302
|
+
className: "maj-img",
|
|
1303
|
+
src: t8,
|
|
1304
|
+
alt: "magnifying-glass"
|
|
1305
|
+
}
|
|
1306
|
+
), n8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.75%2018C27.7188%2018.4688%2027.4688%2018.7188%2027%2018.75H9C8.53125%2018.7188%208.28125%2018.4688%208.25%2018C8.28125%2017.5312%208.53125%2017.2812%209%2017.25H27C27.4688%2017.2812%2027.7188%2017.5312%2027.75%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", i8 = () => /* @__PURE__ */ C.jsx(
|
|
1307
|
+
"img",
|
|
1308
|
+
{
|
|
1309
|
+
className: "maj-img",
|
|
1310
|
+
src: n8,
|
|
1311
|
+
alt: "minus"
|
|
1312
|
+
}
|
|
1313
|
+
), l8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.3594%209.14062C24.6406%208.45312%2023.8125%208.10938%2022.875%208.10938C21.9375%208.10938%2021.1094%208.45312%2020.3906%209.14062L11.3906%2018.1406C10.2969%2019.2969%209.75%2020.625%209.75%2022.125C9.75%2023.625%2010.2969%2024.9531%2011.3906%2026.1094C12.5469%2027.2031%2013.875%2027.75%2015.375%2027.75C16.875%2027.75%2018.2031%2027.2031%2019.3594%2026.1094L26.4844%2018.9844C26.8281%2018.6719%2027.1719%2018.6719%2027.5156%2018.9844C27.8281%2019.3281%2027.8281%2019.6719%2027.5156%2020.0156L20.3906%2027.1406C18.9531%2028.5469%2017.2812%2029.25%2015.375%2029.25C13.4688%2029.25%2011.7969%2028.5469%2010.3594%2027.1406C8.95312%2025.7031%208.25%2024.0312%208.25%2022.125C8.25%2020.2188%208.95312%2018.5469%2010.3594%2017.1094L19.3594%208.10938C20.3906%207.10938%2021.5625%206.60938%2022.875%206.60938C24.1875%206.60938%2025.3594%207.10938%2026.3906%208.10938C27.3594%209.14062%2027.8594%2010.3125%2027.8906%2011.625C27.8906%2012.9375%2027.3906%2014.1094%2026.3906%2015.1406L17.8125%2023.7656C17.0938%2024.4219%2016.2969%2024.7344%2015.4219%2024.7031C14.5156%2024.6406%2013.75%2024.25%2013.125%2023.5312C12.625%2022.875%2012.3906%2022.1562%2012.4219%2021.375C12.4844%2020.5938%2012.7969%2019.9219%2013.3594%2019.3594L20.4844%2012.2344C20.8281%2011.9219%2021.1719%2011.9219%2021.5156%2012.2344C21.8281%2012.5781%2021.8281%2012.9219%2021.5156%2013.2656L14.4375%2020.3906C14.125%2020.7031%2013.9531%2021.0625%2013.9219%2021.4688C13.9219%2021.875%2014.0469%2022.25%2014.2969%2022.5938C14.6094%2022.9688%2015%2023.1719%2015.4688%2023.2031C15.9375%2023.2031%2016.3594%2023.0469%2016.7344%2022.7344L25.3594%2014.1094C26.0469%2013.3906%2026.3906%2012.5625%2026.3906%2011.625C26.3906%2010.6875%2026.0469%209.85938%2025.3594%209.14062Z'%20fill='%23000000'/%3e%3c/svg%3e", c8 = () => /* @__PURE__ */ C.jsx(
|
|
1314
|
+
"img",
|
|
1315
|
+
{
|
|
1316
|
+
className: "maj-img",
|
|
1317
|
+
src: l8,
|
|
1318
|
+
alt: "paperclip"
|
|
1319
|
+
}
|
|
1320
|
+
), o8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.75%2010.5C12.2812%2010.5312%2012.0312%2010.7812%2012%2011.25V24.75C12.0312%2025.2188%2012.2812%2025.4688%2012.75%2025.5H15C15.4688%2025.4688%2015.7188%2025.2188%2015.75%2024.75V11.25C15.7188%2010.7812%2015.4688%2010.5312%2015%2010.5H12.75ZM10.5%2011.25C10.5312%2010.625%2010.75%2010.0938%2011.1562%209.65625C11.5938%209.25%2012.125%209.03125%2012.75%209H15C15.625%209.03125%2016.1562%209.25%2016.5938%209.65625C17%2010.0938%2017.2188%2010.625%2017.25%2011.25V24.75C17.2188%2025.375%2017%2025.9062%2016.5938%2026.3438C16.1562%2026.75%2015.625%2026.9688%2015%2027H12.75C12.125%2026.9688%2011.5938%2026.75%2011.1562%2026.3438C10.75%2025.9062%2010.5312%2025.375%2010.5%2024.75V11.25ZM21%2010.5C20.5312%2010.5312%2020.2812%2010.7812%2020.25%2011.25V24.75C20.2812%2025.2188%2020.5312%2025.4688%2021%2025.5H23.25C23.7188%2025.4688%2023.9688%2025.2188%2024%2024.75V11.25C23.9688%2010.7812%2023.7188%2010.5312%2023.25%2010.5H21ZM18.75%2011.25C18.7812%2010.625%2019%2010.0938%2019.4062%209.65625C19.8438%209.25%2020.375%209.03125%2021%209H23.25C23.875%209.03125%2024.4062%209.25%2024.8438%209.65625C25.25%2010.0938%2025.4688%2010.625%2025.5%2011.25V24.75C25.4688%2025.375%2025.25%2025.9062%2024.8438%2026.3438C24.4062%2026.75%2023.875%2026.9688%2023.25%2027H21C20.375%2026.9688%2019.8438%2026.75%2019.4062%2026.3438C19%2025.9062%2018.7812%2025.375%2018.75%2024.75V11.25Z'%20fill='%23000000'/%3e%3c/svg%3e", r8 = () => /* @__PURE__ */ C.jsx(
|
|
1321
|
+
"img",
|
|
1322
|
+
{
|
|
1323
|
+
className: "maj-img",
|
|
1324
|
+
src: o8,
|
|
1325
|
+
alt: "pause"
|
|
1326
|
+
}
|
|
1327
|
+
), g8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5625%207.875L21.9844%2010.4062L25.5938%2014.0156L28.125%2011.4375C28.5625%2010.9062%2028.5625%2010.375%2028.125%209.84375L26.1562%207.875C25.625%207.4375%2025.0938%207.4375%2024.5625%207.875ZM20.9062%2011.4844L10.6406%2021.75H11.25C11.7188%2021.7812%2011.9688%2022.0312%2012%2022.5V24H13.5C13.9688%2024.0312%2014.2188%2024.2812%2014.25%2024.75V25.3594L24.5156%2015.0938L20.9062%2011.4844ZM9.14062%2023.8125L7.875%2028.125L12.1875%2026.8594C12.4062%2026.7969%2012.5938%2026.7188%2012.75%2026.625V25.5H11.25C10.7812%2025.4688%2010.5312%2025.2188%2010.5%2024.75V23.25H9.375C9.28125%2023.4062%209.20312%2023.5938%209.14062%2023.8125ZM27.1875%206.79688L29.2031%208.8125C29.7031%209.34375%2029.9531%209.95312%2029.9531%2010.6406C29.9531%2011.3594%2029.7031%2011.9844%2029.2031%2012.5156L14.5312%2027.1406C14%2027.7031%2013.375%2028.0938%2012.6562%2028.3125L6.98438%2029.9531C6.67188%2030.0469%206.42188%2029.9844%206.23438%2029.7656C6.01562%2029.5781%205.95312%2029.3438%206.04688%2029.0625L7.6875%2023.3906C7.90625%2022.6406%208.28125%2022%208.8125%2021.4688L23.4844%206.79688C24.0156%206.29687%2024.6406%206.04688%2025.3594%206.04688C26.0469%206.04688%2026.6562%206.29687%2027.1875%206.79688ZM21.5156%2015.5156L15.5156%2021.5156C15.1719%2021.7969%2014.8281%2021.7969%2014.4844%2021.5156C14.1719%2021.1406%2014.1719%2020.7812%2014.4844%2020.4375L20.4844%2014.4375C20.8281%2014.1562%2021.1719%2014.1562%2021.5156%2014.4375C21.8281%2014.7812%2021.8281%2015.1406%2021.5156%2015.5156Z'%20fill='%23000000'/%3e%3c/svg%3e", m8 = () => /* @__PURE__ */ C.jsx(
|
|
1328
|
+
"img",
|
|
1329
|
+
{
|
|
1330
|
+
className: "maj-img",
|
|
1331
|
+
src: g8,
|
|
1332
|
+
alt: "pencil"
|
|
1333
|
+
}
|
|
1334
|
+
), h8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%209C8.5625%209%208.20312%209.14062%207.92188%209.42188C7.64062%209.70312%207.5%2010.0625%207.5%2010.5V21.4219L10.6875%2018.2812C11.0625%2017.9062%2011.5%2017.7188%2012%2017.7188C12.5%2017.7188%2012.9375%2017.9062%2013.3125%2018.2812L16.5%2021.4219L22.6875%2015.2812C23.0625%2014.9062%2023.5%2014.7188%2024%2014.7188C24.5%2014.7188%2024.9375%2014.9062%2025.3125%2015.2812L28.5%2018.4219V10.5C28.5%2010.0625%2028.3594%209.70312%2028.0781%209.42188C27.7969%209.14062%2027.4375%209%2027%209H9ZM7.5%2023.5781V25.5C7.5%2025.9375%207.64062%2026.2969%207.92188%2026.5781C8.20312%2026.8594%208.5625%2027%209%2027H10.9219L15.4219%2022.5L12.2812%2019.3125C12.0938%2019.1875%2011.9062%2019.1875%2011.7188%2019.3125L7.5%2023.5781ZM24.2812%2016.3125C24.0938%2016.1875%2023.9062%2016.1875%2023.7188%2016.3125L13.0781%2027H27C27.4375%2027%2027.7969%2026.8594%2028.0781%2026.5781C28.3594%2026.2969%2028.5%2025.9375%2028.5%2025.5V20.5781L24.2812%2016.3125ZM6%2010.5C6.03125%209.65625%206.32812%208.95312%206.89062%208.39062C7.45312%207.82812%208.15625%207.53125%209%207.5H27C27.8438%207.53125%2028.5469%207.82812%2029.1094%208.39062C29.6719%208.95312%2029.9688%209.65625%2030%2010.5V25.5C29.9688%2026.3438%2029.6719%2027.0469%2029.1094%2027.6094C28.5469%2028.1719%2027.8438%2028.4688%2027%2028.5H9C8.15625%2028.4688%207.45312%2028.1719%206.89062%2027.6094C6.32812%2027.0469%206.03125%2026.3438%206%2025.5V10.5ZM13.5%2012.75C13.4688%2012.2812%2013.2188%2012.0312%2012.75%2012C12.2812%2012.0312%2012.0312%2012.2812%2012%2012.75C12.0312%2013.2188%2012.2812%2013.4688%2012.75%2013.5C13.2188%2013.4688%2013.4688%2013.2188%2013.5%2012.75ZM10.5%2012.75C10.5312%2011.9062%2010.9062%2011.25%2011.625%2010.7812C12.375%2010.4062%2013.125%2010.4062%2013.875%2010.7812C14.5938%2011.25%2014.9688%2011.9062%2015%2012.75C14.9688%2013.5938%2014.5938%2014.25%2013.875%2014.7188C13.125%2015.0938%2012.375%2015.0938%2011.625%2014.7188C10.9062%2014.25%2010.5312%2013.5938%2010.5%2012.75Z'%20fill='%23000000'/%3e%3c/svg%3e", w8 = () => /* @__PURE__ */ C.jsx(
|
|
1335
|
+
"img",
|
|
1336
|
+
{
|
|
1337
|
+
className: "maj-img",
|
|
1338
|
+
src: h8,
|
|
1339
|
+
alt: "picture"
|
|
1340
|
+
}
|
|
1341
|
+
), k2 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.625%209.09375C11.375%208.96875%2011.125%208.96875%2010.875%209.09375C10.625%209.25%2010.5%209.46875%2010.5%209.75V26.25C10.5%2026.5312%2010.625%2026.75%2010.875%2026.9062C11.125%2027.0312%2011.375%2027.0312%2011.625%2026.9062L25.125%2018.6562C25.375%2018.5%2025.5%2018.2812%2025.5%2018C25.5%2017.7188%2025.375%2017.5%2025.125%2017.3438L11.625%209.09375ZM10.1719%207.78125C10.9219%207.375%2011.6719%207.39063%2012.4219%207.82812L25.9219%2016.0781C26.6094%2016.5156%2026.9688%2017.1562%2027%2018C26.9688%2018.8438%2026.6094%2019.4844%2025.9219%2019.9219L12.4219%2028.1719C11.6719%2028.6094%2010.9219%2028.625%2010.1719%2028.2188C9.42188%2027.7812%209.03125%2027.125%209%2026.25V9.75C9.03125%208.875%209.42188%208.21875%2010.1719%207.78125Z'%20fill='%23000000'/%3e%3c/svg%3e", v8 = () => /* @__PURE__ */ C.jsx(
|
|
1342
|
+
"img",
|
|
1343
|
+
{
|
|
1344
|
+
className: "maj-img",
|
|
1345
|
+
src: k2,
|
|
1346
|
+
alt: "play"
|
|
1347
|
+
}
|
|
1348
|
+
), j8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.75%209V17.25H27C27.4688%2017.2812%2027.7188%2017.5312%2027.75%2018C27.7188%2018.4688%2027.4688%2018.7188%2027%2018.75H18.75V27C18.7188%2027.4688%2018.4688%2027.7188%2018%2027.75C17.5312%2027.7188%2017.2812%2027.4688%2017.25%2027V18.75H9C8.53125%2018.7188%208.28125%2018.4688%208.25%2018C8.28125%2017.5312%208.53125%2017.2812%209%2017.25H17.25V9C17.2812%208.53125%2017.5312%208.28125%2018%208.25C18.4688%208.28125%2018.7188%208.53125%2018.75%209Z'%20fill='%23000000'/%3e%3c/svg%3e", d8 = () => /* @__PURE__ */ C.jsx(
|
|
1349
|
+
"img",
|
|
1350
|
+
{
|
|
1351
|
+
className: "maj-img",
|
|
1352
|
+
src: j8,
|
|
1353
|
+
alt: "plus"
|
|
1354
|
+
}
|
|
1355
|
+
), x8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%2013.5H9V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206H22.7812C23.5938%206%2024.2969%206.29687%2024.8906%206.89062L26.1094%208.10938C26.7031%208.70312%2027%209.42188%2027%2010.2656V13.5H25.5V10.2656C25.5%209.82812%2025.3594%209.46875%2025.0781%209.1875L23.8125%207.92188C23.5312%207.64062%2023.1875%207.5%2022.7812%207.5H12C11.5625%207.5%2011.2031%207.64062%2010.9219%207.92188C10.6406%208.20312%2010.5%208.5625%2010.5%209V13.5ZM27%2016.5H9C8.5625%2016.5%208.20312%2016.6406%207.92188%2016.9219C7.64062%2017.2031%207.5%2017.5625%207.5%2018V24H9V22.5C9%2022.0625%209.14062%2021.7031%209.42188%2021.4219C9.70312%2021.1406%2010.0625%2021%2010.5%2021H25.5C25.9375%2021%2026.2969%2021.1406%2026.5781%2021.4219C26.8594%2021.7031%2027%2022.0625%2027%2022.5V24H28.5V18C28.5%2017.5625%2028.3594%2017.2031%2028.0781%2016.9219C27.7969%2016.6406%2027.4375%2016.5%2027%2016.5ZM27%2025.5V28.5C27%2028.9375%2026.8594%2029.2969%2026.5781%2029.5781C26.2969%2029.8594%2025.9375%2030%2025.5%2030H10.5C10.0625%2030%209.70312%2029.8594%209.42188%2029.5781C9.14062%2029.2969%209%2028.9375%209%2028.5V25.5H7.5C7.0625%2025.5%206.70312%2025.3594%206.42188%2025.0781C6.14062%2024.7969%206%2024.4375%206%2024V18C6.03125%2017.1562%206.32812%2016.4531%206.89062%2015.8906C7.45312%2015.3281%208.15625%2015.0312%209%2015H27C27.8438%2015.0312%2028.5469%2015.3281%2029.1094%2015.8906C29.6719%2016.4531%2029.9688%2017.1562%2030%2018V24C30%2024.4375%2029.8594%2024.7969%2029.5781%2025.0781C29.2969%2025.3594%2028.9375%2025.5%2028.5%2025.5H27ZM10.5%2022.5V28.5H25.5V22.5H10.5ZM26.25%2017.625C26.9375%2017.6875%2027.3125%2018.0625%2027.375%2018.75C27.3125%2019.4375%2026.9375%2019.8125%2026.25%2019.875C25.5625%2019.8125%2025.1875%2019.4375%2025.125%2018.75C25.1875%2018.0625%2025.5625%2017.6875%2026.25%2017.625Z'%20fill='%23000000'/%3e%3c/svg%3e", M8 = () => /* @__PURE__ */ C.jsx(
|
|
1356
|
+
"img",
|
|
1357
|
+
{
|
|
1358
|
+
className: "maj-img",
|
|
1359
|
+
src: x8,
|
|
1360
|
+
alt: "print"
|
|
1361
|
+
}
|
|
1362
|
+
), u8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.70312%2018.75C6.26562%2018.6875%206.03125%2018.4219%206%2017.9531V17.5781C6.1875%2015.3281%207.04688%2013.4688%208.57812%2012C10.1094%2010.5625%2012%209.8125%2014.25%209.75H21V7.6875C21%207.3125%2021.125%207%2021.375%206.75C21.625%206.5%2021.9375%206.375%2022.3125%206.375C22.625%206.375%2022.9062%206.48437%2023.1562%206.70312L26.7656%209.9375C26.9219%2010.0938%2027%2010.2812%2027%2010.5C27%2010.7188%2026.9219%2010.9062%2026.7656%2011.0625L23.1562%2014.2969C22.9062%2014.5156%2022.625%2014.625%2022.3125%2014.625C21.9375%2014.625%2021.625%2014.5%2021.375%2014.25C21.125%2014%2021%2013.6875%2021%2013.3125V11.25H14.25C12.4062%2011.2812%2010.8594%2011.9062%209.60938%2013.125C8.35938%2014.3125%207.65625%2015.8281%207.5%2017.6719V18.0469C7.4375%2018.4844%207.17188%2018.7188%206.70312%2018.75ZM22.5%2012.8906L25.125%2010.5L22.5%208.15625V12.8438V12.8906ZM29.2969%2017.25C29.7344%2017.3125%2029.9688%2017.5781%2030%2018.0469V18.4219C29.8125%2020.6719%2028.9531%2022.5312%2027.4219%2024C25.8906%2025.4375%2024%2026.1875%2021.75%2026.25H15V28.3125C15%2028.6875%2014.875%2029%2014.625%2029.25C14.375%2029.5%2014.0625%2029.625%2013.6875%2029.625C13.375%2029.625%2013.0938%2029.5156%2012.8438%2029.2969L9.23438%2026.0625C9.07812%2025.9062%209%2025.7188%209%2025.5C9%2025.2812%209.07812%2025.0938%209.23438%2024.9375L12.8438%2021.7031C13.0938%2021.4844%2013.375%2021.375%2013.6875%2021.375C14.0625%2021.375%2014.375%2021.5%2014.625%2021.75C14.875%2022%2015%2022.3125%2015%2022.6875V24.75H21.75C23.5938%2024.7188%2025.1406%2024.0938%2026.3906%2022.875C27.6406%2021.6875%2028.3438%2020.1719%2028.5%2018.3281V17.9531C28.5625%2017.5156%2028.8281%2017.2812%2029.2969%2017.25ZM13.5%2023.1562L10.875%2025.5L13.5%2027.8906V23.1562Z'%20fill='%23000000'/%3e%3c/svg%3e", L8 = () => /* @__PURE__ */ C.jsx(
|
|
1363
|
+
"img",
|
|
1364
|
+
{
|
|
1365
|
+
className: "maj-img",
|
|
1366
|
+
src: u8,
|
|
1367
|
+
alt: "repeat"
|
|
1368
|
+
}
|
|
1369
|
+
), H8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.875%2013.5H19.5H14.25C12.3438%2013.5625%2010.75%2014.2188%209.46875%2015.4688C8.21875%2016.75%207.5625%2018.3438%207.5%2020.25C7.5%2021.3125%207.65625%2022.25%207.96875%2023.0625C8.28125%2023.875%208.65625%2024.5469%209.09375%2025.0781C9.03125%2024.7656%209%2024.4062%209%2024C9.03125%2022.3125%209.60938%2020.8906%2010.7344%2019.7344C11.8906%2018.6094%2013.3125%2018.0312%2015%2018H19.5H19.875C20.5625%2018.0625%2020.9375%2018.4375%2021%2019.125V19.5V20.25V22.5L28.5%2015.75L21%209V11.25V12V12.375C20.9375%2013.0625%2020.5625%2013.4375%2019.875%2013.5ZM19.5%2020.25V19.5H18H15C13.7188%2019.5312%2012.6562%2019.9688%2011.8125%2020.8125C10.9688%2021.6562%2010.5312%2022.7188%2010.5%2024C10.5312%2024.7188%2010.6562%2025.2812%2010.875%2025.6875C11.0938%2026.125%2011.3125%2026.4531%2011.5312%2026.6719C11.8125%2026.9219%2011.9688%2027.2188%2012%2027.5625C11.9375%2028.125%2011.625%2028.4375%2011.0625%2028.5C10.9375%2028.5%2010.8125%2028.4688%2010.6875%2028.4062C10.375%2028.25%209.84375%2027.875%209.09375%2027.2812C8.34375%2026.6562%207.65625%2025.7656%207.03125%2024.6094C6.375%2023.4531%206.03125%2022%206%2020.25C6.0625%2017.9062%206.875%2015.9688%208.4375%2014.4375C9.96875%2012.875%2011.9062%2012.0625%2014.25%2012H18H19.5V11.25V10.5V9C19.5312%208.375%2019.8281%207.92188%2020.3906%207.64062C20.9844%207.39063%2021.5156%207.46875%2021.9844%207.875L29.4844%2014.625C29.8281%2014.9375%2030%2015.3125%2030%2015.75C30%2016.1875%2029.8281%2016.5625%2029.4844%2016.875L21.9844%2023.625C21.5156%2024.0312%2020.9844%2024.1094%2020.3906%2023.8594C19.8281%2023.5781%2019.5312%2023.125%2019.5%2022.5V21V20.25Z'%20fill='%23000000'/%3e%3c/svg%3e", f8 = () => /* @__PURE__ */ C.jsx(
|
|
1370
|
+
"img",
|
|
1371
|
+
{
|
|
1372
|
+
className: "maj-img",
|
|
1373
|
+
src: H8,
|
|
1374
|
+
alt: "share"
|
|
1375
|
+
}
|
|
1376
|
+
), V8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.0156%207.73438L29.7656%2011.4844C30.0781%2011.8281%2030.0781%2012.1719%2029.7656%2012.5156L26.0156%2016.2656C25.6719%2016.5781%2025.3281%2016.5781%2024.9844%2016.2656C24.6719%2015.9219%2024.6719%2015.5781%2024.9844%2015.2344L27.4219%2012.75H24.75H22.125C21.625%2012.75%2021.2188%2012.9531%2020.9062%2013.3594L18.375%2016.7344L17.4375%2015.5156L19.7344%2012.4688C20.3281%2011.6875%2021.125%2011.2812%2022.125%2011.25H24.75H27.4219L24.9844%208.76562C24.6719%208.42188%2024.6719%208.07812%2024.9844%207.73438C25.3281%207.42187%2025.6719%207.42187%2026.0156%207.73438ZM11.8594%2022.9688V22.9219L14.625%2019.2656L15.5625%2020.4844L13.0312%2023.8594C12.5938%2024.4219%2012%2024.7188%2011.25%2024.75H6.75C6.28125%2024.7188%206.03125%2024.4688%206%2024C6.03125%2023.5312%206.28125%2023.2812%206.75%2023.25H11.25C11.5%2023.25%2011.7031%2023.1562%2011.8594%2022.9688ZM24.9844%2028.2656C24.6719%2027.9219%2024.6719%2027.5781%2024.9844%2027.2344L27.4219%2024.75H24.75H22.125C21.125%2024.7188%2020.3281%2024.3125%2019.7344%2023.5312L11.8594%2013.0312C11.7031%2012.8438%2011.5%2012.75%2011.25%2012.75H6.75C6.28125%2012.7188%206.03125%2012.4688%206%2012C6.03125%2011.5312%206.28125%2011.2812%206.75%2011.25H11.25C12%2011.2812%2012.5938%2011.5781%2013.0312%2012.1406L20.9062%2022.6406C21.2188%2023.0469%2021.625%2023.25%2022.125%2023.25H24.75H27.4219L24.9844%2020.7656C24.6719%2020.4219%2024.6719%2020.0781%2024.9844%2019.7344C25.3281%2019.4219%2025.6719%2019.4219%2026.0156%2019.7344L29.7656%2023.4844C30.0781%2023.8281%2030.0781%2024.1719%2029.7656%2024.5156L26.0156%2028.2656C25.6719%2028.5781%2025.3281%2028.5781%2024.9844%2028.2656Z'%20fill='%23000000'/%3e%3c/svg%3e", Z8 = () => /* @__PURE__ */ C.jsx(
|
|
1377
|
+
"img",
|
|
1378
|
+
{
|
|
1379
|
+
className: "maj-img",
|
|
1380
|
+
src: V8,
|
|
1381
|
+
alt: "shuffle"
|
|
1382
|
+
}
|
|
1383
|
+
), I8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.0938%2014.4375C12.0312%2014.5%2012%2014.5781%2012%2014.6719C12.0312%2014.8594%2012.1406%2014.9688%2012.3281%2015H23.6719C23.8594%2014.9688%2023.9688%2014.8594%2024%2014.6719C24%2014.5781%2023.9688%2014.5%2023.9062%2014.4375L18.2812%209.09375C18.1875%209.03125%2018.0938%209%2018%209C17.9062%209%2017.8125%209.03125%2017.7188%209.09375L12.0938%2014.4375ZM11.0625%2013.3125L16.6875%208.01562C17.0625%207.67188%2017.5%207.5%2018%207.5C18.5%207.5%2018.9375%207.67188%2019.3125%208.01562L24.9375%2013.3594C25.3125%2013.7031%2025.5%2014.1406%2025.5%2014.6719C25.5%2015.2031%2025.3281%2015.6406%2024.9844%2015.9844C24.6406%2016.3281%2024.2031%2016.5%2023.6719%2016.5H12.3281C11.7969%2016.5%2011.3594%2016.3281%2011.0156%2015.9844C10.6719%2015.6406%2010.5%2015.2031%2010.5%2014.6719C10.5%2014.1406%2010.6875%2013.6875%2011.0625%2013.3125ZM12.0938%2021.5625L17.7188%2026.9062C17.8125%2026.9688%2017.9062%2027%2018%2027C18.0938%2027%2018.1875%2026.9688%2018.2812%2026.9062L23.9062%2021.5625C23.9688%2021.5%2024%2021.4219%2024%2021.3281C23.9688%2021.1406%2023.8594%2021.0312%2023.6719%2021H12.3281C12.1406%2021.0312%2012.0312%2021.1406%2012%2021.3281C12%2021.4219%2012.0312%2021.5%2012.0938%2021.5625ZM11.0625%2022.6875C10.6875%2022.3125%2010.5%2021.8594%2010.5%2021.3281C10.5%2020.7969%2010.6719%2020.3594%2011.0156%2020.0156C11.3594%2019.6719%2011.7969%2019.5%2012.3281%2019.5H23.6719C24.2031%2019.5%2024.6406%2019.6719%2024.9844%2020.0156C25.3281%2020.3594%2025.5%2020.7969%2025.5%2021.3281C25.5%2021.8594%2025.3125%2022.3125%2024.9375%2022.6875L19.3125%2027.9844C18.9375%2028.3281%2018.5%2028.5%2018%2028.5C17.5%2028.5%2017.0625%2028.3281%2016.6875%2027.9844L11.0625%2022.6875Z'%20fill='%23000000'/%3e%3c/svg%3e", p8 = () => /* @__PURE__ */ C.jsx(
|
|
1384
|
+
"img",
|
|
1385
|
+
{
|
|
1386
|
+
className: "maj-img",
|
|
1387
|
+
src: I8,
|
|
1388
|
+
alt: "sort"
|
|
1389
|
+
}
|
|
1390
|
+
), $8 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.3508%2019.5H20.8352V30H16.1477V19.5H12.3508V15.1406H16.1477V11.8594C16.179%209.95312%2016.6946%208.5%2017.6946%207.5C18.7258%206.5%2020.1008%206%2021.8196%206C22.6946%206%2023.4602%206.04688%2024.1165%206.14062C24.804%206.23438%2025.1633%206.28125%2025.1946%206.28125V9.98438H23.3196C22.3821%2010.0156%2021.7415%2010.2656%2021.3977%2010.7344C21.0227%2011.1719%2020.8352%2011.7031%2020.8352%2012.3281V15.1406H25.0071L24.3508%2019.5Z'%20fill='%23000000'/%3e%3c/svg%3e", b8 = () => /* @__PURE__ */ C.jsx(
|
|
1391
|
+
"img",
|
|
1392
|
+
{
|
|
1393
|
+
className: "maj-img",
|
|
1394
|
+
src: $8,
|
|
1395
|
+
alt: "square-facebook"
|
|
1396
|
+
}
|
|
1397
|
+
), B8 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.7727%2012.6094C20.304%2012.6406%2021.5696%2013.1719%2022.5696%2014.2031C23.6008%2015.2031%2024.1321%2016.4688%2024.1633%2018C24.1321%2019.5312%2023.6008%2020.7969%2022.5696%2021.7969C21.5696%2022.8281%2020.304%2023.3594%2018.7727%2023.3906C17.2415%2023.3594%2015.9758%2022.8281%2014.9758%2021.7969C13.9446%2020.7969%2013.4133%2019.5312%2013.3821%2018C13.4133%2016.4688%2013.9446%2015.2031%2014.9758%2014.2031C15.9758%2013.1719%2017.2415%2012.6406%2018.7727%2012.6094ZM18.7727%2021.5156C19.7727%2021.4844%2020.6008%2021.1406%2021.2571%2020.4844C21.9133%2019.8281%2022.2571%2019%2022.2883%2018C22.2571%2017%2021.9133%2016.1719%2021.2571%2015.5156C20.6008%2014.8594%2019.7727%2014.5156%2018.7727%2014.4844C17.7727%2014.5156%2016.9446%2014.8594%2016.2883%2015.5156C15.6321%2016.1719%2015.2883%2017%2015.2571%2018C15.2883%2019%2015.6321%2019.8281%2016.2883%2020.4844C16.9446%2021.1406%2017.7727%2021.4844%2018.7727%2021.5156ZM25.6633%2012.375C25.6321%2012.0312%2025.5071%2011.7344%2025.2883%2011.4844C25.0383%2011.2656%2024.7415%2011.1562%2024.3977%2011.1562C24.0227%2011.1562%2023.7258%2011.2656%2023.5071%2011.4844C23.2571%2011.7344%2023.1321%2012.0312%2023.1321%2012.375C23.1946%2013.1562%2023.6165%2013.5781%2024.3977%2013.6406C25.1477%2013.5781%2025.5696%2013.1562%2025.6633%2012.375ZM29.2258%2013.6875V13.6406C29.2571%2014.2656%2029.2727%2015.1562%2029.2727%2016.3125C29.2727%2017.4375%2029.2727%2018.5625%2029.2727%2019.6875C29.2727%2020.8125%2029.2571%2021.6875%2029.2258%2022.3125C29.2258%2024.0312%2028.6477%2025.5%2027.4915%2026.7188C26.2727%2027.875%2024.8196%2028.4375%2023.1321%2028.4062C22.5071%2028.4375%2021.6165%2028.4688%2020.4602%2028.5C19.3352%2028.5%2018.2102%2028.5%2017.0852%2028.5C15.929%2028.4688%2015.054%2028.4375%2014.4602%2028.4062C12.7415%2028.4375%2011.2727%2027.875%2010.054%2026.7188C8.89771%2025.5%208.33521%2024.0312%208.36646%2022.3125C8.30396%2021.6875%208.27271%2020.8125%208.27271%2019.6875C8.27271%2018.5625%208.27271%2017.4375%208.27271%2016.3125C8.27271%2015.1562%208.30396%2014.2656%208.36646%2013.6406C8.33521%2011.9531%208.89771%2010.5%2010.054%209.28125C11.304%208.125%2012.7727%207.54688%2014.4602%207.54688C15.054%207.51562%2015.929%207.5%2017.0852%207.5C18.2102%207.5%2019.3352%207.5%2020.4602%207.5C21.6165%207.5%2022.5071%207.51562%2023.1321%207.54688C24.8196%207.54688%2026.2727%208.125%2027.4915%209.28125C28.6477%2010.5%2029.2258%2011.9688%2029.2258%2013.6875ZM26.9758%2024.1875C27.1946%2023.5625%2027.3196%2022.7188%2027.3508%2021.6562C27.4133%2020.5938%2027.429%2019.625%2027.3977%2018.75C27.3977%2018.4688%2027.3977%2018.2188%2027.3977%2018C27.3977%2017.7812%2027.3977%2017.5312%2027.3977%2017.25C27.429%2016.375%2027.4133%2015.4062%2027.3508%2014.3438C27.3196%2013.2812%2027.1946%2012.4375%2026.9758%2011.8125C26.5696%2010.875%2025.8977%2010.2031%2024.9602%209.79688C24.3352%209.57812%2023.4915%209.45312%2022.429%209.42188C21.3665%209.39062%2020.3977%209.375%2019.5227%209.375C19.2415%209.375%2018.9915%209.375%2018.7727%209.375C18.554%209.375%2018.304%209.375%2018.0227%209.375C17.1477%209.34375%2016.179%209.35938%2015.1165%209.42188C14.0852%209.45312%2013.2415%209.57812%2012.5852%209.79688C11.6477%2010.2031%2010.9758%2010.875%2010.5696%2011.8125C10.3508%2012.4375%2010.2258%2013.2812%2010.1946%2014.3438C10.1633%2015.4062%2010.1477%2016.375%2010.1477%2017.25C10.1477%2017.5312%2010.1477%2017.7812%2010.1477%2018C10.1477%2018.2188%2010.1477%2018.4688%2010.1477%2018.75C10.1477%2019.625%2010.1633%2020.5938%2010.1946%2021.6562C10.2258%2022.6875%2010.3508%2023.5312%2010.5696%2024.1875C10.9758%2025.125%2011.6477%2025.7969%2012.5852%2026.2031C13.2415%2026.4219%2014.0852%2026.5469%2015.1165%2026.5781C16.179%2026.6094%2017.1477%2026.625%2018.0227%2026.625C18.304%2026.625%2018.554%2026.625%2018.7727%2026.625C18.9915%2026.625%2019.2415%2026.625%2019.5227%2026.625C20.3977%2026.625%2021.3665%2026.6094%2022.429%2026.5781C23.4915%2026.5469%2024.3352%2026.4219%2024.9602%2026.2031C25.8977%2025.7969%2026.5696%2025.125%2026.9758%2024.1875Z'%20fill='%23000000'/%3e%3c/svg%3e", N8 = () => /* @__PURE__ */ C.jsx(
|
|
1398
|
+
"img",
|
|
1399
|
+
{
|
|
1400
|
+
className: "maj-img",
|
|
1401
|
+
src: B8,
|
|
1402
|
+
alt: "square-instagram"
|
|
1403
|
+
}
|
|
1404
|
+
), S8 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9602%2027H8.60083V12.9844H12.9602V27ZM10.804%2011.0625C10.0852%2011.0312%209.49146%2010.7812%209.02271%2010.3125C8.55396%209.84375%208.30396%209.25%208.27271%208.53125C8.30396%207.5625%208.72583%206.82813%209.53833%206.32812C10.3821%205.89063%2011.2258%205.89063%2012.0696%206.32812C12.8821%206.82813%2013.304%207.5625%2013.3352%208.53125C13.304%209.25%2013.054%209.84375%2012.5852%2010.3125C12.1165%2010.7812%2011.5227%2011.0312%2010.804%2011.0625ZM29.2727%2027H24.9133V20.1562C24.9758%2019.3125%2024.8821%2018.5%2024.6321%2017.7188C24.3821%2016.9375%2023.7258%2016.5156%2022.6633%2016.4531C21.5696%2016.4844%2020.8508%2016.8594%2020.5071%2017.5781C20.1633%2018.2969%2020.0071%2019.125%2020.0383%2020.0625V27H15.679V12.9844H19.8977V14.9062H19.9446C20.2258%2014.3125%2020.7102%2013.7969%2021.3977%2013.3594C22.1165%2012.8906%2023.0071%2012.6406%2024.0696%2012.6094C26.1946%2012.6719%2027.6165%2013.3125%2028.3352%2014.5312C29.0227%2015.7812%2029.3352%2017.375%2029.2727%2019.3125V27Z'%20fill='%23000000'/%3e%3c/svg%3e", k8 = () => /* @__PURE__ */ C.jsx(
|
|
1405
|
+
"img",
|
|
1406
|
+
{
|
|
1407
|
+
className: "maj-img",
|
|
1408
|
+
src: S8,
|
|
1409
|
+
alt: "square-linkedin"
|
|
1410
|
+
}
|
|
1411
|
+
), y8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%209C10.0625%209%209.70312%209.14062%209.42188%209.42188C9.14062%209.70312%209%2010.0625%209%2010.5V25.5C9%2025.9375%209.14062%2026.2969%209.42188%2026.5781C9.70312%2026.8594%2010.0625%2027%2010.5%2027H25.5C25.9375%2027%2026.2969%2026.8594%2026.5781%2026.5781C26.8594%2026.2969%2027%2025.9375%2027%2025.5V10.5C27%2010.0625%2026.8594%209.70312%2026.5781%209.42188C26.2969%209.14062%2025.9375%209%2025.5%209H10.5ZM7.5%2010.5C7.53125%209.65625%207.82812%208.95312%208.39062%208.39062C8.95312%207.82812%209.65625%207.53125%2010.5%207.5H25.5C26.3438%207.53125%2027.0469%207.82812%2027.6094%208.39062C28.1719%208.95312%2028.4688%209.65625%2028.5%2010.5V25.5C28.4688%2026.3438%2028.1719%2027.0469%2027.6094%2027.6094C27.0469%2028.1719%2026.3438%2028.4688%2025.5%2028.5H10.5C9.65625%2028.4688%208.95312%2028.1719%208.39062%2027.6094C7.82812%2027.0469%207.53125%2026.3438%207.5%2025.5V10.5ZM12.375%2013.5C12.4375%2012.8125%2012.8125%2012.4375%2013.5%2012.375C14.1875%2012.4375%2014.5625%2012.8125%2014.625%2013.5C14.5625%2014.1875%2014.1875%2014.5625%2013.5%2014.625C12.8125%2014.5625%2012.4375%2014.1875%2012.375%2013.5ZM16.5%2013.5C16.5312%2013.0312%2016.7812%2012.7812%2017.25%2012.75H23.25C23.7188%2012.7812%2023.9688%2013.0312%2024%2013.5C23.9688%2013.9688%2023.7188%2014.2188%2023.25%2014.25H17.25C16.7812%2014.2188%2016.5312%2013.9688%2016.5%2013.5ZM16.5%2018C16.5312%2017.5312%2016.7812%2017.2812%2017.25%2017.25H23.25C23.7188%2017.2812%2023.9688%2017.5312%2024%2018C23.9688%2018.4688%2023.7188%2018.7188%2023.25%2018.75H17.25C16.7812%2018.7188%2016.5312%2018.4688%2016.5%2018ZM16.5%2022.5C16.5312%2022.0312%2016.7812%2021.7812%2017.25%2021.75H23.25C23.7188%2021.7812%2023.9688%2022.0312%2024%2022.5C23.9688%2022.9688%2023.7188%2023.2188%2023.25%2023.25H17.25C16.7812%2023.2188%2016.5312%2022.9688%2016.5%2022.5ZM13.5%2019.125C12.8125%2019.0625%2012.4375%2018.6875%2012.375%2018C12.4375%2017.3125%2012.8125%2016.9375%2013.5%2016.875C14.1875%2016.9375%2014.5625%2017.3125%2014.625%2018C14.5625%2018.6875%2014.1875%2019.0625%2013.5%2019.125ZM12.375%2022.5C12.4375%2021.8125%2012.8125%2021.4375%2013.5%2021.375C14.1875%2021.4375%2014.5625%2021.8125%2014.625%2022.5C14.5625%2023.1875%2014.1875%2023.5625%2013.5%2023.625C12.8125%2023.5625%2012.4375%2023.1875%2012.375%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", E8 = () => /* @__PURE__ */ C.jsx(
|
|
1412
|
+
"img",
|
|
1413
|
+
{
|
|
1414
|
+
className: "maj-img",
|
|
1415
|
+
src: y8,
|
|
1416
|
+
alt: "square-list"
|
|
1417
|
+
}
|
|
1418
|
+
), R8 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.054%2011.8125C31.2102%2012.5312%2031.3352%2013.3594%2031.429%2014.2969C31.4915%2015.2656%2031.5383%2016.125%2031.5696%2016.875C31.5696%2017.5938%2031.5696%2017.9688%2031.5696%2018C31.5696%2018.0625%2031.5696%2018.4531%2031.5696%2019.1719C31.5383%2019.9219%2031.4915%2020.7656%2031.429%2021.7031C31.3352%2022.6719%2031.2102%2023.5156%2031.054%2024.2344C30.679%2025.3906%2029.9133%2026.1406%2028.7571%2026.4844C28.0071%2026.6406%2026.8508%2026.7656%2025.2883%2026.8594C23.7258%2026.9219%2022.2727%2026.9688%2020.929%2027C19.5852%2027%2018.8665%2027%2018.7727%2027C18.679%2027%2017.9602%2027%2016.6165%2027C15.2727%2026.9688%2013.8196%2026.9219%2012.2571%2026.8594C10.6946%2026.7656%209.53833%2026.6406%208.78833%2026.4844C7.63208%2026.1406%206.86646%2025.3906%206.49146%2024.2344C6.33521%2023.5156%206.21021%2022.6719%206.11646%2021.7031C6.05396%2020.7656%206.00708%2019.9219%205.97583%2019.1719C5.97583%2018.4531%205.97583%2018.0625%205.97583%2018C5.97583%2017.9688%205.97583%2017.5938%205.97583%2016.875C6.00708%2016.125%206.05396%2015.2656%206.11646%2014.2969C6.21021%2013.3594%206.33521%2012.5312%206.49146%2011.8125C6.86646%2010.6562%207.63208%209.89062%208.78833%209.51562C9.53833%209.35938%2010.6946%209.23438%2012.2571%209.14062C13.8196%209.07812%2015.2727%209.03125%2016.6165%209C17.9602%209%2018.679%209%2018.7727%209C18.8665%209%2019.5852%209%2020.929%209C22.2727%209.03125%2023.7258%209.07812%2025.2883%209.14062C26.8508%209.23438%2028.0071%209.35938%2028.7571%209.51562C29.9133%209.89062%2030.679%2010.6562%2031.054%2011.8125ZM16.1477%2021.8438L22.8508%2018L16.1477%2014.2031V21.8438Z'%20fill='%23000000'/%3e%3c/svg%3e", T8 = () => /* @__PURE__ */ C.jsx(
|
|
1419
|
+
"img",
|
|
1420
|
+
{
|
|
1421
|
+
className: "maj-img",
|
|
1422
|
+
src: R8,
|
|
1423
|
+
alt: "square-youtube"
|
|
1424
|
+
}
|
|
1425
|
+
), A8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.1406%2013.9219C14.8906%2014.3906%2014.5%2014.6719%2013.9688%2014.7656L7.54688%2015.7031L12.2344%2020.3438C12.5781%2020.6875%2012.7188%2021.125%2012.6562%2021.6562L11.5312%2028.1719L17.2969%2025.125C17.7656%2024.875%2018.2344%2024.875%2018.7031%2025.125L24.4688%2028.1719L23.3438%2021.6562C23.2812%2021.125%2023.4219%2020.6875%2023.7656%2020.3438L28.4531%2015.7031L21.9844%2014.7656C21.4844%2014.6719%2021.1094%2014.3906%2020.8594%2013.9219L18%207.96875L15.1406%2013.9219ZM24.4219%2029.8594L18%2026.4375L11.5781%2029.8594C11.1719%2030.0781%2010.7812%2030.0469%2010.4062%2029.7656C10.0312%2029.4844%209.875%2029.125%209.9375%2028.6875L11.1562%2021.375L5.95312%2016.2188C5.64062%2015.9062%205.54688%2015.5312%205.67188%2015.0938C5.82812%2014.6562%206.14062%2014.4062%206.60938%2014.3438L13.7812%2013.2656L16.9688%206.65625C17.1875%206.25%2017.5312%206.03125%2018%206C18.4688%206.03125%2018.8125%206.25%2019.0312%206.65625L22.2188%2013.2656L29.3906%2014.2969C29.8594%2014.3906%2030.1719%2014.6562%2030.3281%2015.0938C30.4531%2015.5312%2030.3594%2015.9062%2030.0469%2016.2188L24.8438%2021.375L26.0625%2028.6875C26.125%2029.125%2025.9688%2029.4844%2025.5938%2029.7656C25.2188%2030.0469%2024.8281%2030.0781%2024.4219%2029.8594Z'%20fill='%23000000'/%3e%3c/svg%3e", P8 = () => /* @__PURE__ */ C.jsx(
|
|
1426
|
+
"img",
|
|
1427
|
+
{
|
|
1428
|
+
className: "maj-img",
|
|
1429
|
+
src: A8,
|
|
1430
|
+
alt: "star"
|
|
1431
|
+
}
|
|
1432
|
+
), _8 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.6946%2011.6719L27.0227%207.5H10.5227L7.85083%2011.6719C7.44458%2012.3906%207.39771%2013.0938%207.71021%2013.7812C8.02271%2014.4375%208.53833%2014.8438%209.25708%2015C9.38208%2015%209.49146%2015%209.58521%2015C10.3977%2014.9688%2011.054%2014.6875%2011.554%2014.1562C11.8665%2013.8125%2012.2415%2013.6406%2012.679%2013.6406C13.1165%2013.6406%2013.4758%2013.8125%2013.7571%2014.1562C14.2571%2014.6875%2014.9133%2014.9688%2015.7258%2015C16.5071%2014.9688%2017.1477%2014.6875%2017.6477%2014.1562C17.9602%2013.8125%2018.3352%2013.6406%2018.7727%2013.6406C19.2102%2013.6406%2019.5852%2013.8125%2019.8977%2014.1562C20.3977%2014.6875%2021.0383%2014.9688%2021.8196%2015C22.6321%2014.9688%2023.2883%2014.6875%2023.7883%2014.1562C24.0696%2013.8125%2024.429%2013.6406%2024.8665%2013.6406C25.304%2013.6406%2025.679%2013.8125%2025.9915%2014.1562C26.4915%2014.6875%2027.1321%2014.9688%2027.9133%2015C28.0696%2015%2028.1946%2015%2028.2883%2015C29.0071%2014.8438%2029.5227%2014.4375%2029.8352%2013.7812C30.1477%2013.0938%2030.1008%2012.3906%2029.6946%2011.6719ZM27.9133%2016.5H27.9602C26.9915%2016.4688%2026.1633%2016.2031%2025.4758%2015.7031C25.2571%2015.5156%2025.054%2015.3281%2024.8665%2015.1406C24.679%2015.3281%2024.4758%2015.5156%2024.2571%2015.7031C23.5696%2016.2031%2022.7571%2016.4688%2021.8196%2016.5C20.8821%2016.4688%2020.0696%2016.2031%2019.3821%2015.7031C19.1633%2015.5469%2018.9602%2015.3594%2018.7727%2015.1406C18.5852%2015.3594%2018.3821%2015.5469%2018.1633%2015.7031C17.4758%2016.2031%2016.6633%2016.4688%2015.7258%2016.5C14.7883%2016.4688%2013.9758%2016.2031%2013.2883%2015.7031C13.0696%2015.5469%2012.8508%2015.3594%2012.6321%2015.1406C12.4446%2015.3594%2012.2415%2015.5469%2012.0227%2015.7031C11.3352%2016.2031%2010.5227%2016.4688%209.58521%2016.5C9.39771%2016.5%209.21021%2016.4844%209.02271%2016.4531C7.71021%2016.2031%206.80396%2015.5%206.30396%2014.3438C5.83521%2013.1875%205.92896%2012.0312%206.58521%2010.875L9.30396%206.60938C9.55396%206.20312%209.92896%206%2010.429%206H27.1165C27.6165%206%2027.9915%206.20312%2028.2415%206.60938L30.9602%2010.875C31.6165%2012.0312%2031.7102%2013.1875%2031.2415%2014.3438C30.7415%2015.5%2029.8352%2016.2031%2028.5227%2016.4531C28.3352%2016.4844%2028.1321%2016.5%2027.9133%2016.5ZM9.02271%2018C9.49146%2018.0312%209.74146%2018.2812%209.77271%2018.75V22.5H27.7727V18.75C27.804%2018.2812%2028.054%2018.0312%2028.5227%2018C28.9915%2018.0312%2029.2415%2018.2812%2029.2727%2018.75V22.5V23.25V24V27C29.2415%2027.8438%2028.9446%2028.5469%2028.3821%2029.1094C27.8196%2029.6719%2027.1165%2029.9688%2026.2727%2030H11.2727C10.429%2029.9688%209.72583%2029.6719%209.16333%2029.1094C8.60083%2028.5469%208.30396%2027.8438%208.27271%2027V24V23.25V22.5V18.75C8.30396%2018.2812%208.55396%2018.0312%209.02271%2018ZM9.77271%2024V27C9.77271%2027.4375%209.91333%2027.7969%2010.1946%2028.0781C10.4758%2028.3594%2010.8352%2028.5%2011.2727%2028.5H26.2727C26.7102%2028.5%2027.0696%2028.3594%2027.3508%2028.0781C27.6321%2027.7969%2027.7727%2027.4375%2027.7727%2027V24H9.77271Z'%20fill='%23000000'/%3e%3c/svg%3e", F8 = () => /* @__PURE__ */ C.jsx(
|
|
1433
|
+
"img",
|
|
1434
|
+
{
|
|
1435
|
+
className: "maj-img",
|
|
1436
|
+
src: _8,
|
|
1437
|
+
alt: "store"
|
|
1438
|
+
}
|
|
1439
|
+
), D8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2016.7812C9%2017.1875%209.14062%2017.5312%209.42188%2017.8125L8.39062%2018.8906L9.42188%2017.8125L17.6719%2026.0625C17.9844%2026.3438%2018.3438%2026.4844%2018.75%2026.4844C19.1562%2026.4844%2019.5156%2026.3438%2019.8281%2026.0625L26.0625%2019.8281C26.3438%2019.5156%2026.4844%2019.1562%2026.4844%2018.75C26.4844%2018.3438%2026.3438%2017.9844%2026.0625%2017.6719L17.8125%209.42188C17.5312%209.14062%2017.1875%209%2016.7812%209H9.75C9.28125%209.03125%209.03125%209.28125%209%209.75V16.7812ZM7.5%2016.7812V9.75C7.53125%209.125%207.75%208.59375%208.15625%208.15625C8.59375%207.75%209.125%207.53125%209.75%207.5H16.7344C17.5781%207.5%2018.2969%207.79687%2018.8906%208.39062L27.1406%2016.6406C27.7031%2017.2656%2027.9844%2017.9688%2027.9844%2018.75C27.9844%2019.5625%2027.7031%2020.2656%2027.1406%2020.8594L20.8594%2027.1406C20.2344%2027.7344%2019.5312%2028.0312%2018.75%2028.0312C17.9375%2028.0312%2017.2344%2027.7344%2016.6406%2027.1406L8.39062%2018.8906C7.79688%2018.2969%207.5%2017.5938%207.5%2016.7812ZM12.75%2013.875C12.0625%2013.8125%2011.6875%2013.4375%2011.625%2012.75C11.6875%2012.0625%2012.0625%2011.6875%2012.75%2011.625C13.4375%2011.6875%2013.8125%2012.0625%2013.875%2012.75C13.8125%2013.4375%2013.4375%2013.8125%2012.75%2013.875Z'%20fill='%23000000'/%3e%3c/svg%3e", O8 = () => /* @__PURE__ */ C.jsx(
|
|
1440
|
+
"img",
|
|
1441
|
+
{
|
|
1442
|
+
className: "maj-img",
|
|
1443
|
+
src: D8,
|
|
1444
|
+
alt: "tag"
|
|
1445
|
+
}
|
|
1446
|
+
), U8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5469%2026.1562C19.7969%2026.8125%2020.25%2027.0781%2020.9062%2026.9531C21.5625%2026.7031%2021.8281%2026.25%2021.7031%2025.5938L21.5156%2024.7969C21.2344%2023.8594%2020.8438%2022.9688%2020.3438%2022.125C20.1875%2021.875%2020.1719%2021.625%2020.2969%2021.375C20.4531%2021.125%2020.6719%2021%2020.9531%2021H27C27.4375%2021%2027.7969%2020.8594%2028.0781%2020.5781C28.3594%2020.2969%2028.5%2019.9375%2028.5%2019.5C28.4688%2018.9375%2028.2344%2018.5156%2027.7969%2018.2344C27.4531%2017.9531%2027.375%2017.625%2027.5625%2017.25C27.6875%2017.0312%2027.75%2016.7812%2027.75%2016.5C27.7188%2015.875%2027.4531%2015.4219%2026.9531%2015.1406C26.7344%2015.0469%2026.5938%2014.8906%2026.5312%2014.6719C26.5%2014.4219%2026.5469%2014.2031%2026.6719%2014.0156C26.8906%2013.7656%2027%2013.4688%2027%2013.125C26.9688%2012.4062%2026.625%2011.9219%2025.9688%2011.6719C25.5938%2011.5156%2025.4219%2011.2344%2025.4531%2010.8281C25.4844%2010.7344%2025.5%2010.625%2025.5%2010.5C25.5%2010.0625%2025.3594%209.70312%2025.0781%209.42188C24.7969%209.14062%2024.4375%209%2024%209H19.8281C19.0469%209%2018.3438%209.20312%2017.7188%209.60938L15.9375%2010.8281C15.5%2011.1094%2015.1406%2011.4688%2014.8594%2011.9062C14.5781%2012.25%2014.2344%2012.3125%2013.8281%2012.0938C13.4844%2011.8125%2013.4062%2011.4688%2013.5938%2011.0625C14%2010.4688%2014.5%209.96875%2015.0938%209.5625L16.875%208.39062C17.7812%207.79687%2018.75%207.5%2019.7812%207.5H24C24.8438%207.53125%2025.5469%207.82812%2026.1094%208.39062C26.6719%208.95312%2026.9688%209.65625%2027%2010.5V10.5469C27.9375%2011.1094%2028.4375%2011.9688%2028.5%2013.125C28.5%2013.5312%2028.4219%2013.9219%2028.2656%2014.2969C28.8906%2014.8594%2029.2188%2015.5938%2029.25%2016.5C29.25%2016.8125%2029.2031%2017.1094%2029.1094%2017.3906C29.6719%2017.9531%2029.9688%2018.6562%2030%2019.5C29.9688%2020.3438%2029.6719%2021.0469%2029.1094%2021.6094C28.5469%2022.1719%2027.8438%2022.4688%2027%2022.5H22.2188C22.5312%2023.125%2022.7812%2023.7656%2022.9688%2024.4219L23.1562%2025.1719C23.3438%2025.8906%2023.2656%2026.5625%2022.9219%2027.1875C22.5469%2027.7812%2022.0156%2028.1875%2021.3281%2028.4062C20.6094%2028.5938%2019.9375%2028.5156%2019.3125%2028.1719C18.7188%2027.8281%2018.3125%2027.2969%2018.0938%2026.5781L17.8594%2025.7812C17.4219%2024.2188%2016.5156%2022.9844%2015.1406%2022.0781L15%2021.9844L15.375%2021.4219L15%2021.9844C14.4375%2021.6406%2013.9844%2021.2031%2013.6406%2020.6719C13.3906%2020.2656%2013.4531%2019.9219%2013.8281%2019.6406C14.2031%2019.4219%2014.5469%2019.4844%2014.8594%2019.8281C15.1094%2020.2031%2015.4219%2020.5%2015.7969%2020.7188L15.9375%2020.8125C17.6562%2021.9375%2018.7812%2023.4688%2019.3125%2025.4062L19.5469%2026.1562ZM7.5%2022.5H10.5V12H7.5V22.5ZM6%2022.5V12C6%2011.5625%206.14062%2011.2031%206.42188%2010.9219C6.70312%2010.6406%207.0625%2010.5%207.5%2010.5H10.5C10.9375%2010.5%2011.2969%2010.6406%2011.5781%2010.9219C11.8594%2011.2031%2012%2011.5625%2012%2012V22.5C12%2022.9375%2011.8594%2023.2969%2011.5781%2023.5781C11.2969%2023.8594%2010.9375%2024%2010.5%2024H7.5C7.0625%2024%206.70312%2023.8594%206.42188%2023.5781C6.14062%2023.2969%206%2022.9375%206%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", q8 = () => /* @__PURE__ */ C.jsx(
|
|
1447
|
+
"img",
|
|
1448
|
+
{
|
|
1449
|
+
className: "maj-img",
|
|
1450
|
+
src: U8,
|
|
1451
|
+
alt: "thumbs-down"
|
|
1452
|
+
}
|
|
1453
|
+
), G8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5469%209.84375L19.3125%2010.5938C18.7812%2012.5312%2017.6562%2014.0625%2015.9375%2015.1875L15.7969%2015.2812C15.4219%2015.5%2015.1094%2015.7969%2014.8594%2016.1719C14.5469%2016.5156%2014.2031%2016.5781%2013.8281%2016.3594C13.4531%2016.0781%2013.3906%2015.7344%2013.6406%2015.3281C13.9844%2014.7969%2014.4375%2014.3594%2015%2014.0156L15.1406%2013.9219C16.5156%2013.0156%2017.4219%2011.7812%2017.8594%2010.2188L18.0938%209.42188C18.3125%208.70312%2018.7188%208.17188%2019.3125%207.82812C19.9375%207.48438%2020.6094%207.40625%2021.3281%207.59375C22.0156%207.8125%2022.5469%208.21875%2022.9219%208.8125C23.2656%209.4375%2023.3438%2010.1094%2023.1562%2010.8281L22.9688%2011.5781C22.7812%2012.2344%2022.5312%2012.875%2022.2188%2013.5H27C27.8438%2013.5312%2028.5469%2013.8281%2029.1094%2014.3906C29.6719%2014.9531%2029.9688%2015.6562%2030%2016.5C29.9688%2017.3438%2029.6719%2018.0469%2029.1094%2018.6094C29.2031%2018.8906%2029.25%2019.1875%2029.25%2019.5C29.2188%2020.4062%2028.8906%2021.1406%2028.2656%2021.7031C28.4219%2022.0781%2028.5%2022.4688%2028.5%2022.875C28.4375%2024.0312%2027.9375%2024.8906%2027%2025.4531V25.5C26.9688%2026.3438%2026.6719%2027.0469%2026.1094%2027.6094C25.5469%2028.1719%2024.8438%2028.4688%2024%2028.5H19.7812C18.75%2028.5%2017.7812%2028.2031%2016.875%2027.6094L15.0938%2026.4375C14.5%2026.0312%2014%2025.5312%2013.5938%2024.9375C13.4062%2024.5312%2013.4844%2024.1875%2013.8281%2023.9062C14.2344%2023.6875%2014.5781%2023.75%2014.8594%2024.0938C15.1406%2024.5312%2015.5%2024.8906%2015.9375%2025.1719L17.7188%2026.3906C18.3438%2026.7969%2019.0469%2027%2019.8281%2027H24C24.4375%2027%2024.7969%2026.8594%2025.0781%2026.5781C25.3594%2026.2969%2025.5%2025.9375%2025.5%2025.5C25.5%2025.375%2025.4844%2025.2656%2025.4531%2025.1719C25.4219%2024.7656%2025.5938%2024.4844%2025.9688%2024.3281C26.625%2024.0781%2026.9688%2023.5938%2027%2022.875C27%2022.5312%2026.8906%2022.2344%2026.6719%2021.9844C26.5469%2021.7969%2026.5%2021.5781%2026.5312%2021.3281C26.5938%2021.1094%2026.7344%2020.9531%2026.9531%2020.8594C27.4531%2020.5781%2027.7188%2020.125%2027.75%2019.5C27.75%2019.2188%2027.6875%2018.9688%2027.5625%2018.75C27.375%2018.375%2027.4531%2018.0469%2027.7969%2017.7656C28.2344%2017.4844%2028.4688%2017.0625%2028.5%2016.5C28.5%2016.0625%2028.3594%2015.7031%2028.0781%2015.4219C27.7969%2015.1406%2027.4375%2015%2027%2015H20.9531C20.6719%2015%2020.4531%2014.875%2020.2969%2014.625C20.1719%2014.375%2020.1875%2014.125%2020.3438%2013.875C20.8438%2013.0312%2021.2344%2012.1406%2021.5156%2011.2031L21.7031%2010.4062C21.8281%209.75%2021.5625%209.29688%2020.9062%209.04688C20.25%208.92188%2019.7969%209.1875%2019.5469%209.84375ZM7.5%2016.5V27H10.5V16.5H7.5ZM6%2016.5C6%2016.0625%206.14062%2015.7031%206.42188%2015.4219C6.70312%2015.1406%207.0625%2015%207.5%2015H10.5C10.9375%2015%2011.2969%2015.1406%2011.5781%2015.4219C11.8594%2015.7031%2012%2016.0625%2012%2016.5V27C12%2027.4375%2011.8594%2027.7969%2011.5781%2028.0781C11.2969%2028.3594%2010.9375%2028.5%2010.5%2028.5H7.5C7.0625%2028.5%206.70312%2028.3594%206.42188%2028.0781C6.14062%2027.7969%206%2027.4375%206%2027V16.5Z'%20fill='%23000000'/%3e%3c/svg%3e", W8 = () => /* @__PURE__ */ C.jsx(
|
|
1454
|
+
"img",
|
|
1455
|
+
{
|
|
1456
|
+
className: "maj-img",
|
|
1457
|
+
src: G8,
|
|
1458
|
+
alt: "thumbs-up"
|
|
1459
|
+
}
|
|
1460
|
+
), Y8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.1875%207.875L14.4844%209H21.5156L20.8125%207.875C20.6562%207.625%2020.4375%207.5%2020.1562%207.5H15.8438C15.5625%207.5%2015.3438%207.625%2015.1875%207.875ZM22.0781%207.07812L23.2969%209H25.5H27H27.75C28.2188%209.03125%2028.4688%209.28125%2028.5%209.75C28.4688%2010.2188%2028.2188%2010.4688%2027.75%2010.5H27V26.25C26.9688%2027.3125%2026.6094%2028.2031%2025.9219%2028.9219C25.2031%2029.6094%2024.3125%2029.9688%2023.25%2030H12.75C11.6875%2029.9688%2010.7969%2029.6094%2010.0781%2028.9219C9.39062%2028.2031%209.03125%2027.3125%209%2026.25V10.5H8.25C7.78125%2010.4688%207.53125%2010.2188%207.5%209.75C7.53125%209.28125%207.78125%209.03125%208.25%209H9H10.5H12.7031L13.9219%207.07812C14.3906%206.39062%2015.0312%206.03125%2015.8438%206H20.1562C20.9688%206.03125%2021.6094%206.39062%2022.0781%207.07812ZM10.5%2010.5V26.25C10.5312%2026.875%2010.75%2027.4062%2011.1562%2027.8438C11.5938%2028.25%2012.125%2028.4688%2012.75%2028.5H23.25C23.875%2028.4688%2024.4062%2028.25%2024.8438%2027.8438C25.25%2027.4062%2025.4688%2026.875%2025.5%2026.25V10.5H10.5ZM14.25%2014.25V24.75C14.2188%2025.2188%2013.9688%2025.4688%2013.5%2025.5C13.0312%2025.4688%2012.7812%2025.2188%2012.75%2024.75V14.25C12.7812%2013.7812%2013.0312%2013.5312%2013.5%2013.5C13.9688%2013.5312%2014.2188%2013.7812%2014.25%2014.25ZM18.75%2014.25V24.75C18.7188%2025.2188%2018.4688%2025.4688%2018%2025.5C17.5312%2025.4688%2017.2812%2025.2188%2017.25%2024.75V14.25C17.2812%2013.7812%2017.5312%2013.5312%2018%2013.5C18.4688%2013.5312%2018.7188%2013.7812%2018.75%2014.25ZM23.25%2014.25V24.75C23.2188%2025.2188%2022.9688%2025.4688%2022.5%2025.5C22.0312%2025.4688%2021.7812%2025.2188%2021.75%2024.75V14.25C21.7812%2013.7812%2022.0312%2013.5312%2022.5%2013.5C22.9688%2013.5312%2023.2188%2013.7812%2023.25%2014.25Z'%20fill='%23000000'/%3e%3c/svg%3e", z8 = () => /* @__PURE__ */ C.jsx(
|
|
1461
|
+
"img",
|
|
1462
|
+
{
|
|
1463
|
+
className: "maj-img",
|
|
1464
|
+
src: Y8,
|
|
1465
|
+
alt: "trash-can"
|
|
1466
|
+
}
|
|
1467
|
+
), X8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.64062%2025.6875C7.54688%2025.8438%207.5%2026%207.5%2026.1562C7.5625%2026.6875%207.84375%2026.9688%208.34375%2027H27.6562C28.1562%2026.9688%2028.4375%2026.6875%2028.5%2026.1562C28.5%2026%2028.4688%2025.8438%2028.4062%2025.6875L18.9844%209.5625C18.7344%209.1875%2018.4062%209%2018%209C17.5938%209%2017.2812%209.1875%2017.0625%209.5625L7.64062%2025.6875ZM6.32812%2024.9375L15.75%208.8125C16.2812%207.96875%2017.0312%207.53125%2018%207.5C18.9688%207.53125%2019.7188%207.96875%2020.25%208.8125L29.6719%2024.9375C29.8906%2025.3125%2030%2025.7188%2030%2026.1562C29.9688%2026.8125%2029.7344%2027.3594%2029.2969%2027.7969C28.8594%2028.2344%2028.3125%2028.4688%2027.6562%2028.5H8.34375C7.6875%2028.4688%207.14062%2028.2344%206.70312%2027.7969C6.26562%2027.3594%206.03125%2026.8125%206%2026.1562C6%2025.7188%206.10938%2025.3125%206.32812%2024.9375ZM18%2013.5C18.4688%2013.5312%2018.7188%2013.7812%2018.75%2014.25V20.25C18.7188%2020.7188%2018.4688%2020.9688%2018%2021C17.5312%2020.9688%2017.2812%2020.7188%2017.25%2020.25V14.25C17.2812%2013.7812%2017.5312%2013.5312%2018%2013.5ZM16.875%2024C16.9375%2023.3125%2017.3125%2022.9375%2018%2022.875C18.6875%2022.9375%2019.0625%2023.3125%2019.125%2024C19.0625%2024.6875%2018.6875%2025.0625%2018%2025.125C17.3125%2025.0625%2016.9375%2024.6875%2016.875%2024Z'%20fill='%23000000'/%3e%3c/svg%3e", J8 = () => /* @__PURE__ */ C.jsx(
|
|
1468
|
+
"img",
|
|
1469
|
+
{
|
|
1470
|
+
className: "maj-img",
|
|
1471
|
+
src: X8,
|
|
1472
|
+
alt: "triangle-exclamation"
|
|
1473
|
+
}
|
|
1474
|
+
), K8 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%207.5C5.5625%207.5%205.20312%207.64062%204.92188%207.92188C4.64062%208.20312%204.5%208.5625%204.5%209V22.5C4.5%2022.9375%204.64062%2023.2969%204.92188%2023.5781C5.20312%2023.8594%205.5625%2024%206%2024H6.28125C6.59375%2023.125%207.125%2022.4062%207.875%2021.8438C8.625%2021.3125%209.5%2021.0312%2010.5%2021C11.5%2021.0312%2012.375%2021.3125%2013.125%2021.8438C13.875%2022.4062%2014.4219%2023.125%2014.7656%2024H21V9C21%208.5625%2020.8594%208.20312%2020.5781%207.92188C20.2969%207.64062%2019.9375%207.5%2019.5%207.5H6ZM6%2025.5C5.15625%2025.4688%204.45312%2025.1719%203.89062%2024.6094C3.32812%2024.0469%203.03125%2023.3438%203%2022.5V9C3.03125%208.15625%203.32812%207.45312%203.89062%206.89062C4.45312%206.32812%205.15625%206.03125%206%206H19.5C20.3438%206.03125%2021.0469%206.32812%2021.6094%206.89062C22.1719%207.45312%2022.4688%208.15625%2022.5%209V10.5H25.5469C26.2344%2010.5%2026.8125%2010.7656%2027.2812%2011.2969L30.9375%2015.6094C31.3125%2016.0156%2031.5%2016.5%2031.5%2017.0625V24H32.25C32.7188%2024.0312%2032.9688%2024.2812%2033%2024.75C32.9688%2025.2188%2032.7188%2025.4688%2032.25%2025.5H30C29.9688%2026.7812%2029.5312%2027.8438%2028.6875%2028.6875C27.8438%2029.5312%2026.7812%2029.9688%2025.5%2030C24.2188%2029.9688%2023.1562%2029.5312%2022.3125%2028.6875C21.4688%2027.8438%2021.0312%2026.7812%2021%2025.5H15C14.9688%2026.7812%2014.5312%2027.8438%2013.6875%2028.6875C12.8438%2029.5312%2011.7812%2029.9688%2010.5%2030C9.21875%2029.9688%208.15625%2029.5312%207.3125%2028.6875C6.46875%2027.8438%206.03125%2026.7812%206%2025.5ZM22.5%2016.5H29.7656L26.1094%2012.2812C25.9844%2012.0938%2025.7969%2012%2025.5469%2012H22.5V16.5ZM22.5%2018V22.125C23.3125%2021.4062%2024.3125%2021.0312%2025.5%2021C26.5%2021.0312%2027.375%2021.3125%2028.125%2021.8438C28.875%2022.4062%2029.4219%2023.125%2029.7656%2024H30V18H22.5ZM13.5%2025.5C13.4688%2024.375%2012.9688%2023.5156%2012%2022.9219C11%2022.3594%2010%2022.3594%209%2022.9219C8.03125%2023.5156%207.53125%2024.375%207.5%2025.5C7.53125%2026.625%208.03125%2027.4844%209%2028.0781C10%2028.6406%2011%2028.6406%2012%2028.0781C12.9688%2027.4844%2013.4688%2026.625%2013.5%2025.5ZM25.5%2028.5C26.625%2028.4688%2027.4844%2027.9688%2028.0781%2027C28.6406%2026%2028.6406%2025%2028.0781%2024C27.4844%2023.0312%2026.625%2022.5312%2025.5%2022.5C24.375%2022.5312%2023.5156%2023.0312%2022.9219%2024C22.3594%2025%2022.3594%2026%2022.9219%2027C23.5156%2027.9688%2024.375%2028.4688%2025.5%2028.5Z'%20fill='%23000000'/%3e%3c/svg%3e", Q8 = () => /* @__PURE__ */ C.jsx(
|
|
1475
|
+
"img",
|
|
1476
|
+
{
|
|
1477
|
+
className: "maj-img",
|
|
1478
|
+
src: K8,
|
|
1479
|
+
alt: "truck"
|
|
1480
|
+
}
|
|
1481
|
+
), C6 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.0071%208.25H28.3352L21.1165%2016.5L29.6008%2027.75H22.9446L17.7415%2020.9531L11.7883%2027.75H8.46021L16.1946%2018.9375L8.03833%208.25H14.8352L19.5696%2014.4844L25.0071%208.25ZM23.8352%2025.7812H25.7102L13.8508%2010.125H11.8821L23.8352%2025.7812Z'%20fill='%23000000'/%3e%3c/svg%3e", e6 = () => /* @__PURE__ */ C.jsx(
|
|
1482
|
+
"img",
|
|
1483
|
+
{
|
|
1484
|
+
className: "maj-img",
|
|
1485
|
+
src: C6,
|
|
1486
|
+
alt: "twitter-x"
|
|
1487
|
+
}
|
|
1488
|
+
), a6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%2012V15H24.75C25.8125%2015.0312%2026.7031%2015.3906%2027.4219%2016.0781C28.1094%2016.7969%2028.4688%2017.6875%2028.5%2018.75V26.25C28.4688%2027.3125%2028.1094%2028.2031%2027.4219%2028.9219C26.7031%2029.6094%2025.8125%2029.9688%2024.75%2030H11.25C10.1875%2029.9688%209.29688%2029.6094%208.57812%2028.9219C7.89062%2028.2031%207.53125%2027.3125%207.5%2026.25V18.75C7.53125%2017.6875%207.89062%2016.7969%208.57812%2016.0781C9.29688%2015.3906%2010.1875%2015.0312%2011.25%2015H12V12C12.0312%2010.3125%2012.6094%208.89062%2013.7344%207.73438C14.8906%206.60938%2016.3125%206.03125%2018%206C19.375%206.03125%2020.5781%206.4375%2021.6094%207.21875C22.6406%208%2023.3594%209.03125%2023.7656%2010.3125C23.8594%2010.75%2023.6875%2011.0469%2023.25%2011.2031C22.7812%2011.2969%2022.4688%2011.1406%2022.3125%2010.7344C22.0312%209.76562%2021.5%208.98438%2020.7188%208.39062C19.9375%207.82812%2019.0312%207.53125%2018%207.5C16.7188%207.53125%2015.6562%207.96875%2014.8125%208.8125C13.9688%209.65625%2013.5312%2010.7188%2013.5%2012ZM9%2018.75V26.25C9.03125%2026.875%209.25%2027.4062%209.65625%2027.8438C10.0938%2028.25%2010.625%2028.4688%2011.25%2028.5H24.75C25.375%2028.4688%2025.9062%2028.25%2026.3438%2027.8438C26.75%2027.4062%2026.9688%2026.875%2027%2026.25V18.75C26.9688%2018.125%2026.75%2017.5938%2026.3438%2017.1562C25.9062%2016.75%2025.375%2016.5312%2024.75%2016.5H11.25C10.625%2016.5312%2010.0938%2016.75%209.65625%2017.1562C9.25%2017.5938%209.03125%2018.125%209%2018.75Z'%20fill='%23000000'/%3e%3c/svg%3e", t6 = () => /* @__PURE__ */ C.jsx(
|
|
1489
|
+
"img",
|
|
1490
|
+
{
|
|
1491
|
+
className: "maj-img",
|
|
1492
|
+
src: a6,
|
|
1493
|
+
alt: "unlock"
|
|
1494
|
+
}
|
|
1495
|
+
), s6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.75%208.57812V23.25C18.7188%2023.7188%2018.4688%2023.9688%2018%2024C17.5312%2023.9688%2017.2812%2023.7188%2017.25%2023.25V8.57812L12.5156%2013.2656C12.1719%2013.5781%2011.8281%2013.5781%2011.4844%2013.2656C11.1719%2012.9219%2011.1719%2012.5781%2011.4844%2012.2344L17.4844%206.23438C17.8281%205.92187%2018.1719%205.92187%2018.5156%206.23438L24.5156%2012.2344C24.8281%2012.5781%2024.8281%2012.9219%2024.5156%2013.2656C24.1719%2013.5781%2023.8281%2013.5781%2023.4844%2013.2656L18.75%208.57812ZM15.75%2022.5H9C8.5625%2022.5%208.20312%2022.6406%207.92188%2022.9219C7.64062%2023.2031%207.5%2023.5625%207.5%2024V27C7.5%2027.4375%207.64062%2027.7969%207.92188%2028.0781C8.20312%2028.3594%208.5625%2028.5%209%2028.5H27C27.4375%2028.5%2027.7969%2028.3594%2028.0781%2028.0781C28.3594%2027.7969%2028.5%2027.4375%2028.5%2027V24C28.5%2023.5625%2028.3594%2023.2031%2028.0781%2022.9219C27.7969%2022.6406%2027.4375%2022.5%2027%2022.5H20.25V21H27C27.8438%2021.0312%2028.5469%2021.3281%2029.1094%2021.8906C29.6719%2022.4531%2029.9688%2023.1562%2030%2024V27C29.9688%2027.8438%2029.6719%2028.5469%2029.1094%2029.1094C28.5469%2029.6719%2027.8438%2029.9688%2027%2030H9C8.15625%2029.9688%207.45312%2029.6719%206.89062%2029.1094C6.32812%2028.5469%206.03125%2027.8438%206%2027V24C6.03125%2023.1562%206.32812%2022.4531%206.89062%2021.8906C7.45312%2021.3281%208.15625%2021.0312%209%2021H15.75V22.5ZM24%2025.5C24.0625%2024.8125%2024.4375%2024.4375%2025.125%2024.375C25.8125%2024.4375%2026.1875%2024.8125%2026.25%2025.5C26.1875%2026.1875%2025.8125%2026.5625%2025.125%2026.625C24.4375%2026.5625%2024.0625%2026.1875%2024%2025.5Z'%20fill='%23000000'/%3e%3c/svg%3e", n6 = () => /* @__PURE__ */ C.jsx(
|
|
1496
|
+
"img",
|
|
1497
|
+
{
|
|
1498
|
+
className: "maj-img",
|
|
1499
|
+
src: s6,
|
|
1500
|
+
alt: "upload"
|
|
1501
|
+
}
|
|
1502
|
+
), i6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.5%2012C22.5%2011.1875%2022.2969%2010.4375%2021.8906%209.75C21.4844%209.0625%2020.9375%208.51562%2020.25%208.10938C19.5312%207.70312%2018.7812%207.5%2018%207.5C17.2188%207.5%2016.4688%207.70312%2015.75%208.10938C15.0625%208.51562%2014.5156%209.0625%2014.1094%209.75C13.7031%2010.4375%2013.5%2011.1875%2013.5%2012C13.5%2012.8125%2013.7031%2013.5625%2014.1094%2014.25C14.5156%2014.9375%2015.0625%2015.4844%2015.75%2015.8906C16.4688%2016.2969%2017.2188%2016.5%2018%2016.5C18.7812%2016.5%2019.5312%2016.2969%2020.25%2015.8906C20.9375%2015.4844%2021.4844%2014.9375%2021.8906%2014.25C22.2969%2013.5625%2022.5%2012.8125%2022.5%2012ZM12%2012C12%2010.9062%2012.2656%209.90625%2012.7969%209C13.3281%208.09375%2014.0625%207.35938%2015%206.79688C15.9375%206.26563%2016.9375%206%2018%206C19.0625%206%2020.0625%206.26563%2021%206.79688C21.9375%207.35938%2022.6719%208.09375%2023.2031%209C23.7344%209.90625%2024%2010.9062%2024%2012C24%2013.0938%2023.7344%2014.0938%2023.2031%2015C22.6719%2015.9062%2021.9375%2016.6406%2021%2017.2031C20.0625%2017.7344%2019.0625%2018%2018%2018C16.9375%2018%2015.9375%2017.7344%2015%2017.2031C14.0625%2016.6406%2013.3281%2015.9062%2012.7969%2015C12.2656%2014.0938%2012%2013.0938%2012%2012ZM9%2028.5H27C26.9375%2026.5938%2026.25%2025%2024.9375%2023.7188C23.6562%2022.4688%2022.0625%2021.8125%2020.1562%2021.75H15.8438C13.9375%2021.8125%2012.3438%2022.4688%2011.0625%2023.7188C9.75%2025%209.0625%2026.5938%209%2028.5ZM7.5%2028.5938C7.5625%2026.25%208.375%2024.2812%209.9375%2022.6875C11.5312%2021.125%2013.5%2020.3125%2015.8438%2020.25H20.1562C22.5%2020.3125%2024.4688%2021.125%2026.0625%2022.6875C27.625%2024.2812%2028.4375%2026.25%2028.5%2028.5938C28.5%2029%2028.3594%2029.3281%2028.0781%2029.5781C27.8281%2029.8594%2027.5%2030%2027.0938%2030H8.90625C8.5%2030%208.17188%2029.8594%207.92188%2029.5781C7.64062%2029.3281%207.5%2029%207.5%2028.5938Z'%20fill='%23000000'/%3e%3c/svg%3e", l6 = () => /* @__PURE__ */ C.jsx(
|
|
1503
|
+
"img",
|
|
1504
|
+
{
|
|
1505
|
+
className: "maj-img",
|
|
1506
|
+
src: i6,
|
|
1507
|
+
alt: "user"
|
|
1508
|
+
}
|
|
1509
|
+
), c6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5%209.14062L13.125%2014.8125C12.9688%2014.9375%2012.7969%2015%2012.6094%2015H8.625C7.9375%2015.0625%207.5625%2015.4375%207.5%2016.125V19.875C7.5625%2020.5625%207.9375%2020.9375%208.625%2021H12.6094C12.7969%2021%2012.9688%2021.0625%2013.125%2021.1875L19.5%2026.8594V9.14062ZM18.6562%207.875C18.9375%207.625%2019.25%207.5%2019.5938%207.5C20%207.5%2020.3281%207.64062%2020.5781%207.92188C20.8594%208.17188%2021%208.5%2021%208.90625V27.0938C21%2027.5%2020.8594%2027.8281%2020.5781%2028.0781C20.3281%2028.3594%2020%2028.5%2019.5938%2028.5C19.25%2028.5%2018.9375%2028.3906%2018.6562%2028.1719L19.1719%2027.6094L18.6562%2028.1719L12.3281%2022.5H8.625C7.875%2022.4688%207.25%2022.2188%206.75%2021.75C6.28125%2021.25%206.03125%2020.625%206%2019.875V16.125C6.03125%2015.375%206.28125%2014.75%206.75%2014.25C7.25%2013.7812%207.875%2013.5312%208.625%2013.5H12.3281L18.6562%207.875ZM24.1406%2014.5312C24.4531%2014.1875%2024.8125%2014.1406%2025.2188%2014.3906C26.3438%2015.2656%2026.9375%2016.4688%2027%2018C26.9375%2019.5312%2026.3438%2020.7344%2025.2188%2021.6094C24.8125%2021.8281%2024.4531%2021.7812%2024.1406%2021.4688C23.9219%2021.0625%2023.9688%2020.7031%2024.2812%2020.3906C25.0625%2019.8281%2025.4688%2019.0312%2025.5%2018C25.4688%2017%2025.0625%2016.2031%2024.2812%2015.6094C23.9688%2015.2969%2023.9219%2014.9375%2024.1406%2014.5312ZM28.2188%2011.0625C29.25%2011.9062%2030.0469%2012.9219%2030.6094%2014.1094C31.2031%2015.2969%2031.5%2016.5938%2031.5%2018C31.5%2019.4062%2031.2031%2020.7031%2030.6094%2021.8906C30.0469%2023.0781%2029.25%2024.0938%2028.2188%2024.9375C27.8438%2025.1875%2027.5%2025.1562%2027.1875%2024.8438C26.9062%2024.4688%2026.9375%2024.125%2027.2812%2023.8125C28.125%2023.0938%2028.7812%2022.2344%2029.25%2021.2344C29.75%2020.2656%2030%2019.1875%2030%2018C30%2016.8125%2029.75%2015.7344%2029.25%2014.7656C28.7812%2013.7656%2028.125%2012.9219%2027.2812%2012.2344C26.9375%2011.8906%2026.9062%2011.5312%2027.1875%2011.1562C27.5%2010.8438%2027.8438%2010.8125%2028.2188%2011.0625Z'%20fill='%23000000'/%3e%3c/svg%3e", o6 = () => /* @__PURE__ */ C.jsx(
|
|
1510
|
+
"img",
|
|
1511
|
+
{
|
|
1512
|
+
className: "maj-img",
|
|
1513
|
+
src: c6,
|
|
1514
|
+
alt: "volume"
|
|
1515
|
+
}
|
|
1516
|
+
), r6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.21875%206.14062L32.7188%2028.6875C33.0625%2029%2033.1094%2029.3438%2032.8594%2029.7188C32.5156%2030.0625%2032.1562%2030.1094%2031.7812%2029.8594L3.28125%207.35938C2.9375%207.01563%202.89062%206.65625%203.14062%206.28125C3.48438%205.96875%203.84375%205.92187%204.21875%206.14062ZM30%2018C29.9688%2019.7188%2029.5469%2021.2656%2028.7344%2022.6406L27.5156%2021.7031C28.1719%2020.6094%2028.5%2019.375%2028.5%2018C28.5%2016.8125%2028.25%2015.7344%2027.75%2014.7656C27.2812%2013.7656%2026.625%2012.9219%2025.7812%2012.2344C25.4375%2011.8906%2025.4062%2011.5312%2025.6875%2011.1562C26%2010.8438%2026.3438%2010.8125%2026.7188%2011.0625C27.75%2011.9062%2028.5469%2012.9219%2029.1094%2014.1094C29.7031%2015.2969%2030%2016.5938%2030%2018ZM25.125%2019.7812L23.9062%2018.8438C23.9688%2018.5625%2024%2018.2812%2024%2018C23.9688%2017%2023.5625%2016.2031%2022.7812%2015.6094C22.4688%2015.2969%2022.4219%2014.9375%2022.6406%2014.5312C22.9531%2014.2188%2023.3125%2014.1719%2023.7188%2014.3906C24.8438%2015.2656%2025.4375%2016.4688%2025.5%2018C25.5%2018.6562%2025.375%2019.25%2025.125%2019.7812ZM19.5%208.90625V15.375L18%2014.2031V9.14062L15%2011.8125L13.7812%2010.875L17.1562%207.875C17.4375%207.625%2017.75%207.5%2018.0938%207.5C18.5%207.5%2018.8281%207.64062%2019.0781%207.92188C19.3594%208.17188%2019.5%208.5%2019.5%208.90625ZM7.125%2015C6.4375%2015.0625%206.0625%2015.4375%206%2016.125V19.875C6.0625%2020.5625%206.4375%2020.9375%207.125%2021H11.1094C11.2969%2021%2011.4688%2021.0625%2011.625%2021.1875L18%2026.8594V21.8438L19.5%2023.0156V27.0938C19.5%2027.5%2019.3594%2027.8281%2019.0781%2028.0781C18.8281%2028.3594%2018.5%2028.5%2018.0938%2028.5C17.75%2028.5%2017.4375%2028.3906%2017.1562%2028.1719L17.6719%2027.6094L17.1562%2028.1719L10.8281%2022.5H7.125C6.375%2022.4688%205.75%2022.2188%205.25%2021.75C4.78125%2021.25%204.53125%2020.625%204.5%2019.875V16.125C4.53125%2015.375%204.78125%2014.75%205.25%2014.25C5.75%2013.7812%206.375%2013.5312%207.125%2013.5H7.45312L9.375%2015H7.125Z'%20fill='%23000000'/%3e%3c/svg%3e", g6 = () => /* @__PURE__ */ C.jsx(
|
|
1517
|
+
"img",
|
|
1518
|
+
{
|
|
1519
|
+
className: "maj-img",
|
|
1520
|
+
src: r6,
|
|
1521
|
+
alt: "volume-slash"
|
|
1522
|
+
}
|
|
1523
|
+
), m6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206C18.375%206.03125%2018.625%206.21875%2018.75%206.5625L22.6875%2022.3125L24.4219%2017.9062C24.8281%2017%2025.5312%2016.5312%2026.5312%2016.5H32.25C32.7188%2016.5312%2032.9688%2016.7812%2033%2017.25C32.9688%2017.7188%2032.7188%2017.9688%2032.25%2018H26.5312C26.1875%2018%2025.9531%2018.1562%2025.8281%2018.4688L23.2031%2025.0312C23.0469%2025.3438%2022.7969%2025.5%2022.4531%2025.5C22.1094%2025.4688%2021.8906%2025.2812%2021.7969%2024.9375L18.0938%2010.1719L14.25%2029.3906C14.1562%2029.7656%2013.9219%2029.9688%2013.5469%2030C13.1406%2029.9688%2012.8906%2029.7812%2012.7969%2029.4375L10.0781%2018.5625C9.95312%2018.2188%209.70312%2018.0312%209.32812%2018H3.75C3.28125%2017.9688%203.03125%2017.7188%203%2017.25C3.03125%2016.7812%203.28125%2016.5312%203.75%2016.5H9.32812C9.85938%2016.5%2010.3281%2016.6562%2010.7344%2016.9688C11.1094%2017.2812%2011.375%2017.6875%2011.5312%2018.1875L13.4062%2025.8281L17.25%206.60938C17.3438%206.23438%2017.5938%206.03125%2018%206Z'%20fill='%23000000'/%3e%3c/svg%3e", h6 = () => /* @__PURE__ */ C.jsx(
|
|
1524
|
+
"img",
|
|
1525
|
+
{
|
|
1526
|
+
className: "maj-img",
|
|
1527
|
+
src: m6,
|
|
1528
|
+
alt: "wave-pulse"
|
|
1529
|
+
}
|
|
1530
|
+
), w6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.2344%2025.2656L18%2019.0781L11.8125%2025.2656C11.4375%2025.5469%2011.0781%2025.5469%2010.7344%2025.2656C10.4531%2024.9219%2010.4531%2024.5781%2010.7344%2024.2344L16.9219%2018L10.7344%2011.8125C10.4531%2011.4375%2010.4531%2011.0781%2010.7344%2010.7344C11.0781%2010.4531%2011.4375%2010.4531%2011.8125%2010.7344L18%2016.9219L24.2344%2010.7344C24.5781%2010.4531%2024.9219%2010.4531%2025.2656%2010.7344C25.5469%2011.0781%2025.5469%2011.4375%2025.2656%2011.8125L19.0781%2018L25.2656%2024.2344C25.5469%2024.5781%2025.5469%2024.9219%2025.2656%2025.2656C24.9219%2025.5469%2024.5781%2025.5469%2024.2344%2025.2656Z'%20fill='%23000000'/%3e%3c/svg%3e", $2 = () => /* @__PURE__ */ C.jsx(
|
|
1531
|
+
"img",
|
|
1532
|
+
{
|
|
1533
|
+
className: "maj-img",
|
|
1534
|
+
src: w6,
|
|
1535
|
+
alt: "x-pulse"
|
|
1536
|
+
}
|
|
1537
|
+
), v6 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M33.4999%207.5C33.4999%207.9375%2033.3593%208.29688%2033.078%208.57812C32.7968%208.85938%2032.4374%209%2031.9999%209C31.5624%209%2031.203%208.85938%2030.9218%208.57812C30.6405%208.29688%2030.4999%207.9375%2030.4999%207.5C30.4999%207.0625%2030.6405%206.70312%2030.9218%206.42188C31.203%206.14062%2031.5624%206%2031.9999%206C32.4374%206%2032.7968%206.14062%2033.078%206.42188C33.3593%206.70312%2033.4999%207.0625%2033.4999%207.5ZM4.99988%209H10.9999C11.5936%209.03125%2012.0468%209.3125%2012.3593%209.84375C12.6093%2010.375%2012.5624%2010.8906%2012.2186%2011.3906L9.21863%2015.375C10.1874%2015.7812%2010.9686%2016.4219%2011.5624%2017.2969C12.1561%2018.1406%2012.4686%2019.125%2012.4999%2020.25V22.5C12.4686%2023.7812%2012.0311%2024.8438%2011.1874%2025.6875C10.3436%2026.5312%209.28113%2026.9688%207.99988%2027H7.7655C6.5155%2027%205.453%2026.5625%204.578%2025.6875L3.92175%2025.0781C3.6405%2024.7656%203.49988%2024.4062%203.49988%2024C3.49988%2023.5938%203.6405%2023.2344%203.92175%2022.9219C4.23425%2022.6406%204.59363%2022.5%204.99988%2022.5C5.40613%2022.5%205.7655%2022.6406%206.078%2022.9219L6.68738%2023.5781C6.96863%2023.8594%207.328%2024%207.7655%2024H7.99988C8.43738%2024%208.79675%2023.8594%209.078%2023.5781C9.35925%2023.2969%209.49988%2022.9375%209.49988%2022.5V20.25C9.46863%2019.625%209.24988%2019.0938%208.84363%2018.6562C8.40613%2018.25%207.87488%2018.0312%207.24988%2018H6.49988C5.90613%2017.9688%205.453%2017.6875%205.1405%2017.1562C4.8905%2016.625%204.93738%2016.1094%205.28113%2015.6094L7.99988%2012H4.99988C4.56238%2012%204.203%2011.8594%203.92175%2011.5781C3.6405%2011.2969%203.49988%2010.9375%203.49988%2010.5C3.49988%2010.0625%203.6405%209.70312%203.92175%209.42188C4.203%209.14062%204.56238%209%204.99988%209ZM25.9999%2012.75V23.25C26.0311%2023.7188%2026.2811%2023.9688%2026.7499%2024C27.2186%2023.9688%2027.4686%2023.7188%2027.4999%2023.25V12.75C27.4686%2012.2812%2027.2186%2012.0312%2026.7499%2012C26.2811%2012.0312%2026.0311%2012.2812%2025.9999%2012.75ZM30.4999%2023.25C30.4686%2024.3125%2030.1093%2025.2031%2029.4218%2025.9219C28.703%2026.6094%2027.8124%2026.9688%2026.7499%2027C25.6874%2026.9688%2024.7968%2026.6094%2024.078%2025.9219C23.3905%2025.2031%2023.0311%2024.3125%2022.9999%2023.25V12.75C23.0311%2011.6875%2023.3905%2010.7969%2024.078%2010.0781C24.7968%209.39062%2025.6874%209.03125%2026.7499%209C27.8124%209.03125%2028.703%209.39062%2029.4218%2010.0781C30.1093%2010.7969%2030.4686%2011.6875%2030.4999%2012.75V23.25ZM16.9999%2013.5V15.0938C17.2499%2015.0312%2017.4999%2015%2017.7499%2015C18.8124%2015.0312%2019.703%2015.3906%2020.4218%2016.0781C21.1093%2016.7969%2021.4686%2017.6875%2021.4999%2018.75V23.25C21.4686%2024.3125%2021.1093%2025.2031%2020.4218%2025.9219C19.703%2026.6094%2018.8124%2026.9688%2017.7499%2027C16.6874%2026.9688%2015.7968%2026.6094%2015.078%2025.9219C14.3905%2025.2031%2014.0311%2024.3125%2013.9999%2023.25V19.5V13.5C14.0311%2012.2188%2014.4686%2011.1562%2015.3124%2010.3125C16.1561%209.46875%2017.2186%209.03125%2018.4999%209C18.9374%209%2019.2968%209.14062%2019.578%209.42188C19.8593%209.70312%2019.9999%2010.0625%2019.9999%2010.5C19.9999%2010.9375%2019.8593%2011.2969%2019.578%2011.5781C19.2968%2011.8594%2018.9374%2012%2018.4999%2012C18.0624%2012%2017.703%2012.1406%2017.4218%2012.4219C17.1405%2012.7031%2016.9999%2013.0625%2016.9999%2013.5ZM16.9999%2018.75V23.25C17.0311%2023.7188%2017.2811%2023.9688%2017.7499%2024C18.2186%2023.9688%2018.4686%2023.7188%2018.4999%2023.25V18.75C18.4686%2018.2812%2018.2186%2018.0312%2017.7499%2018C17.2811%2018.0312%2017.0311%2018.2812%2016.9999%2018.75Z'%20fill='%23000000'/%3e%3c/svg%3e", j6 = () => /* @__PURE__ */ C.jsx(
|
|
1538
|
+
"img",
|
|
1539
|
+
{
|
|
1540
|
+
className: "maj-img",
|
|
1541
|
+
src: v6,
|
|
1542
|
+
alt: "360°"
|
|
1543
|
+
}
|
|
1544
|
+
), d6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%206H24C24.8438%206.03125%2025.5469%206.32812%2026.1094%206.89062C26.6719%207.45312%2026.9688%208.15625%2027%209V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H10.5C9.65625%2029.9688%208.95312%2029.6719%208.39062%2029.1094C7.82812%2028.5469%207.53125%2027.8438%207.5%2027V9C7.53125%208.15625%207.82812%207.45312%208.39062%206.89062C8.95312%206.32812%209.65625%206.03125%2010.5%206ZM15.75%2019.5C14.6875%2019.5312%2013.7969%2019.8906%2013.0781%2020.5781C12.3906%2021.2969%2012.0312%2022.1875%2012%2023.25C12.0312%2023.7188%2012.2812%2023.9688%2012.75%2024H21.75C22.2188%2023.9688%2022.4688%2023.7188%2022.5%2023.25C22.4688%2022.1875%2022.1094%2021.2969%2021.4219%2020.5781C20.7031%2019.8906%2019.8125%2019.5312%2018.75%2019.5H15.75ZM14.25%2015C14.2812%2016.125%2014.7812%2016.9844%2015.75%2017.5781C16.75%2018.1406%2017.75%2018.1406%2018.75%2017.5781C19.7188%2016.9844%2020.2188%2016.125%2020.25%2015C20.2188%2013.875%2019.7188%2013.0156%2018.75%2012.4219C17.75%2011.8594%2016.75%2011.8594%2015.75%2012.4219C14.7812%2013.0156%2014.2812%2013.875%2014.25%2015ZM30%209.75V12.75C29.9688%2013.2188%2029.7188%2013.4688%2029.25%2013.5C28.7812%2013.4688%2028.5312%2013.2188%2028.5%2012.75V9.75C28.5312%209.28125%2028.7812%209.03125%2029.25%209C29.7188%209.03125%2029.9688%209.28125%2030%209.75ZM29.25%2015C29.7188%2015.0312%2029.9688%2015.2812%2030%2015.75V18.75C29.9688%2019.2188%2029.7188%2019.4688%2029.25%2019.5C28.7812%2019.4688%2028.5312%2019.2188%2028.5%2018.75V15.75C28.5312%2015.2812%2028.7812%2015.0312%2029.25%2015ZM30%2021.75V24.75C29.9688%2025.2188%2029.7188%2025.4688%2029.25%2025.5C28.7812%2025.4688%2028.5312%2025.2188%2028.5%2024.75V21.75C28.5312%2021.2812%2028.7812%2021.0312%2029.25%2021C29.7188%2021.0312%2029.9688%2021.2812%2030%2021.75Z'%20fill='%23000000'/%3e%3c/svg%3e", x6 = () => /* @__PURE__ */ C.jsx(
|
|
1545
|
+
"img",
|
|
1546
|
+
{
|
|
1547
|
+
className: "maj-img",
|
|
1548
|
+
src: d6,
|
|
1549
|
+
alt: "address-book"
|
|
1550
|
+
}
|
|
1551
|
+
), M6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9219%2022.0781L9.42188%2014.5781C9.14062%2014.2656%209%2013.9062%209%2013.5C9%2013.0938%209.14062%2012.7344%209.42188%2012.4219C9.73438%2012.1406%2010.0938%2012%2010.5%2012C10.9062%2012%2011.2656%2012.1406%2011.5781%2012.4219L18%2018.8906L24.4219%2012.4219C24.7344%2012.1406%2025.0938%2012%2025.5%2012C25.9062%2012%2026.2656%2012.1406%2026.5781%2012.4219C26.8594%2012.7344%2027%2013.0938%2027%2013.5C27%2013.9062%2026.8594%2014.2656%2026.5781%2014.5781L19.0781%2022.0781C18.7656%2022.3594%2018.4062%2022.5%2018%2022.5C17.5938%2022.5%2017.2344%2022.3594%2016.9219%2022.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", u6 = () => /* @__PURE__ */ C.jsx(
|
|
1552
|
+
"img",
|
|
1553
|
+
{
|
|
1554
|
+
className: "maj-img",
|
|
1555
|
+
src: M6,
|
|
1556
|
+
alt: "angle-down"
|
|
1557
|
+
}
|
|
1558
|
+
), L6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4219%2016.9219L19.9219%209.42188C20.2344%209.14062%2020.5938%209%2021%209C21.4062%209%2021.7656%209.14062%2022.0781%209.42188C22.3594%209.73438%2022.5%2010.0938%2022.5%2010.5C22.5%2010.9062%2022.3594%2011.2656%2022.0781%2011.5781L15.6094%2018L22.0781%2024.4219C22.3594%2024.7344%2022.5%2025.0938%2022.5%2025.5C22.5%2025.9062%2022.3594%2026.2656%2022.0781%2026.5781C21.7656%2026.8594%2021.4062%2027%2021%2027C20.5938%2027%2020.2344%2026.8594%2019.9219%2026.5781L12.4219%2019.0781C12.1406%2018.7656%2012%2018.4062%2012%2018C12%2017.5938%2012.1406%2017.2344%2012.4219%2016.9219Z'%20fill='%23000000'/%3e%3c/svg%3e", H6 = () => /* @__PURE__ */ C.jsx(
|
|
1559
|
+
"img",
|
|
1560
|
+
{
|
|
1561
|
+
className: "maj-img",
|
|
1562
|
+
src: L6,
|
|
1563
|
+
alt: "angle-left"
|
|
1564
|
+
}
|
|
1565
|
+
), f6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5781%2016.9219C23.8594%2017.2344%2024%2017.5938%2024%2018C24%2018.4062%2023.8594%2018.7656%2023.5781%2019.0781L16.0781%2026.5781C15.7656%2026.8594%2015.4062%2027%2015%2027C14.5938%2027%2014.2344%2026.8594%2013.9219%2026.5781C13.6406%2026.2656%2013.5%2025.9062%2013.5%2025.5C13.5%2025.0938%2013.6406%2024.7344%2013.9219%2024.4219L20.3906%2018L13.9219%2011.5781C13.6406%2011.2656%2013.5%2010.9062%2013.5%2010.5C13.5%2010.0938%2013.6406%209.73438%2013.9219%209.42188C14.2344%209.14062%2014.5938%209%2015%209C15.4062%209%2015.7656%209.14062%2016.0781%209.42188L23.5781%2016.9219Z'%20fill='%23000000'/%3e%3c/svg%3e", V6 = () => /* @__PURE__ */ C.jsx(
|
|
1566
|
+
"img",
|
|
1567
|
+
{
|
|
1568
|
+
className: "maj-img",
|
|
1569
|
+
src: f6,
|
|
1570
|
+
alt: "angle-right"
|
|
1571
|
+
}
|
|
1572
|
+
), Z6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9219%2012.4219C17.2344%2012.1406%2017.5938%2012%2018%2012C18.4062%2012%2018.7656%2012.1406%2019.0781%2012.4219L26.5781%2019.9219C26.8594%2020.2344%2027%2020.5938%2027%2021C27%2021.4062%2026.8594%2021.7656%2026.5781%2022.0781C26.2656%2022.3594%2025.9062%2022.5%2025.5%2022.5C25.0938%2022.5%2024.7344%2022.3594%2024.4219%2022.0781L18%2015.6094L11.5781%2022.0781C11.2656%2022.3594%2010.9062%2022.5%2010.5%2022.5C10.0938%2022.5%209.73438%2022.3594%209.42188%2022.0781C9.14062%2021.7656%209%2021.4062%209%2021C9%2020.5938%209.14062%2020.2344%209.42188%2019.9219L16.9219%2012.4219Z'%20fill='%23000000'/%3e%3c/svg%3e", I6 = () => /* @__PURE__ */ C.jsx(
|
|
1573
|
+
"img",
|
|
1574
|
+
{
|
|
1575
|
+
className: "maj-img",
|
|
1576
|
+
src: Z6,
|
|
1577
|
+
alt: "angle-up"
|
|
1578
|
+
}
|
|
1579
|
+
), p6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9219%2028.0781L9.42188%2020.5781C9.14062%2020.2656%209%2019.9062%209%2019.5C9%2019.0938%209.14062%2018.7344%209.42188%2018.4219C9.73438%2018.1406%2010.0938%2018%2010.5%2018C10.9062%2018%2011.2656%2018.1406%2011.5781%2018.4219L16.5%2023.3906V9C16.5%208.5625%2016.6406%208.20312%2016.9219%207.92188C17.2031%207.64062%2017.5625%207.5%2018%207.5C18.4375%207.5%2018.7969%207.64062%2019.0781%207.92188C19.3594%208.20312%2019.5%208.5625%2019.5%209V23.3906L24.4219%2018.4219C24.7344%2018.1406%2025.0938%2018%2025.5%2018C25.9062%2018%2026.2656%2018.1406%2026.5781%2018.4219C26.8594%2018.7344%2027%2019.0938%2027%2019.5C27%2019.9062%2026.8594%2020.2656%2026.5781%2020.5781L19.0781%2028.0781C18.7656%2028.3594%2018.4062%2028.5%2018%2028.5C17.5938%2028.5%2017.2344%2028.3594%2016.9219%2028.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", $6 = () => /* @__PURE__ */ C.jsx(
|
|
1580
|
+
"img",
|
|
1581
|
+
{
|
|
1582
|
+
className: "maj-img",
|
|
1583
|
+
src: p6,
|
|
1584
|
+
alt: "arrow-down"
|
|
1585
|
+
}
|
|
1586
|
+
), b6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%2028.5C10.0625%2028.5%209.70312%2028.3594%209.42188%2028.0781C9.14062%2027.7969%209%2027.4375%209%2027C9%2026.5625%209.14062%2026.2031%209.42188%2025.9219C9.70312%2025.6406%2010.0625%2025.5%2010.5%2025.5H25.5C25.9375%2025.5%2026.2969%2025.6406%2026.5781%2025.9219C26.8594%2026.2031%2027%2026.5625%2027%2027C27%2027.4375%2026.8594%2027.7969%2026.5781%2028.0781C26.2969%2028.3594%2025.9375%2028.5%2025.5%2028.5H10.5ZM19.0781%2022.0781C18.7656%2022.3594%2018.4062%2022.5%2018%2022.5C17.5938%2022.5%2017.2344%2022.3594%2016.9219%2022.0781L10.9219%2016.0781C10.6406%2015.7656%2010.5%2015.4062%2010.5%2015C10.5%2014.5938%2010.6406%2014.2344%2010.9219%2013.9219C11.2344%2013.6406%2011.5938%2013.5%2012%2013.5C12.4062%2013.5%2012.7656%2013.6406%2013.0781%2013.9219L16.5%2017.3906V9C16.5%208.5625%2016.6406%208.20312%2016.9219%207.92188C17.2031%207.64062%2017.5625%207.5%2018%207.5C18.4375%207.5%2018.7969%207.64062%2019.0781%207.92188C19.3594%208.20312%2019.5%208.5625%2019.5%209V17.3906L22.9219%2013.9219C23.2344%2013.6406%2023.5938%2013.5%2024%2013.5C24.4062%2013.5%2024.7656%2013.6406%2025.0781%2013.9219C25.3594%2014.2344%2025.5%2014.5938%2025.5%2015C25.5%2015.4062%2025.3594%2015.7656%2025.0781%2016.0781L19.0781%2022.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", B6 = () => /* @__PURE__ */ C.jsx(
|
|
1587
|
+
"img",
|
|
1588
|
+
{
|
|
1589
|
+
className: "maj-img",
|
|
1590
|
+
src: b6,
|
|
1591
|
+
alt: "arrow-down-to-line"
|
|
1592
|
+
}
|
|
1593
|
+
), N6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.92188%2016.9219L15.4219%209.42188C15.7344%209.14062%2016.0938%209%2016.5%209C16.9062%209%2017.2656%209.14062%2017.5781%209.42188C17.8594%209.73438%2018%2010.0938%2018%2010.5C18%2010.9062%2017.8594%2011.2656%2017.5781%2011.5781L12.6094%2016.5H27C27.4375%2016.5%2027.7969%2016.6406%2028.0781%2016.9219C28.3594%2017.2031%2028.5%2017.5625%2028.5%2018C28.5%2018.4375%2028.3594%2018.7969%2028.0781%2019.0781C27.7969%2019.3594%2027.4375%2019.5%2027%2019.5H12.6094L17.5781%2024.4219C17.8594%2024.7344%2018%2025.0938%2018%2025.5C18%2025.9062%2017.8594%2026.2656%2017.5781%2026.5781C17.2656%2026.8594%2016.9062%2027%2016.5%2027C16.0938%2027%2015.7344%2026.8594%2015.4219%2026.5781L7.92188%2019.0781C7.64062%2018.7656%207.5%2018.4062%207.5%2018C7.5%2017.5938%207.64062%2017.2344%207.92188%2016.9219Z'%20fill='%23000000'/%3e%3c/svg%3e", S6 = () => /* @__PURE__ */ C.jsx(
|
|
1594
|
+
"img",
|
|
1595
|
+
{
|
|
1596
|
+
className: "maj-img",
|
|
1597
|
+
src: N6,
|
|
1598
|
+
alt: "arrow-left"
|
|
1599
|
+
}
|
|
1600
|
+
), k6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.0781%2019.0781L20.5781%2026.5781C20.2656%2026.8594%2019.9062%2027%2019.5%2027C19.0938%2027%2018.7344%2026.8594%2018.4219%2026.5781C18.1406%2026.2656%2018%2025.9062%2018%2025.5C18%2025.0938%2018.1406%2024.7344%2018.4219%2024.4219L23.3906%2019.5H9C8.5625%2019.5%208.20312%2019.3594%207.92188%2019.0781C7.64062%2018.7969%207.5%2018.4375%207.5%2018C7.5%2017.5625%207.64062%2017.2031%207.92188%2016.9219C8.20312%2016.6406%208.5625%2016.5%209%2016.5H23.3906L18.4219%2011.5781C18.1406%2011.2656%2018%2010.9062%2018%2010.5C18%2010.0938%2018.1406%209.73438%2018.4219%209.42188C18.7344%209.14062%2019.0938%209%2019.5%209C19.9062%209%2020.2656%209.14062%2020.5781%209.42188L28.0781%2016.9219C28.3594%2017.2344%2028.5%2017.5938%2028.5%2018C28.5%2018.4062%2028.3594%2018.7656%2028.0781%2019.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", y6 = () => /* @__PURE__ */ C.jsx(
|
|
1601
|
+
"img",
|
|
1602
|
+
{
|
|
1603
|
+
className: "maj-img",
|
|
1604
|
+
src: k6,
|
|
1605
|
+
alt: "arrow-right"
|
|
1606
|
+
}
|
|
1607
|
+
), E6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.0781%2013.0781L23.5781%2017.5781C23.2656%2017.8594%2022.9062%2018%2022.5%2018C22.0938%2018%2021.7344%2017.8594%2021.4219%2017.5781C21.1406%2017.2656%2021%2016.9062%2021%2016.5C21%2016.0938%2021.1406%2015.7344%2021.4219%2015.4219L23.3906%2013.5H9C8.5625%2013.5%208.20312%2013.3594%207.92188%2013.0781C7.64062%2012.7969%207.5%2012.4375%207.5%2012C7.5%2011.5625%207.64062%2011.2031%207.92188%2010.9219C8.20312%2010.6406%208.5625%2010.5%209%2010.5H23.3906L21.4219%208.57812C21.1406%208.26562%2021%207.90625%2021%207.5C21%207.09375%2021.1406%206.73438%2021.4219%206.42188C21.7344%206.14062%2022.0938%206%2022.5%206C22.9062%206%2023.2656%206.14062%2023.5781%206.42188L28.0781%2010.9219C28.3594%2011.2344%2028.5%2011.5938%2028.5%2012C28.5%2012.4062%2028.3594%2012.7656%2028.0781%2013.0781ZM12.4219%2029.5781L7.92188%2025.0781C7.64062%2024.7656%207.5%2024.4062%207.5%2024C7.5%2023.5938%207.64062%2023.2344%207.92188%2022.9219L12.4219%2018.4219C12.7344%2018.1406%2013.0938%2018%2013.5%2018C13.9062%2018%2014.2656%2018.1406%2014.5781%2018.4219C14.8594%2018.7344%2015%2019.0938%2015%2019.5C15%2019.9062%2014.8594%2020.2656%2014.5781%2020.5781L12.6094%2022.5H27C27.4375%2022.5%2027.7969%2022.6406%2028.0781%2022.9219C28.3594%2023.2031%2028.5%2023.5625%2028.5%2024C28.5%2024.4375%2028.3594%2024.7969%2028.0781%2025.0781C27.7969%2025.3594%2027.4375%2025.5%2027%2025.5H12.6094L14.5781%2027.4219C14.8594%2027.7344%2015%2028.0938%2015%2028.5C15%2028.9062%2014.8594%2029.2656%2014.5781%2029.5781C14.2656%2029.8594%2013.9062%2030%2013.5%2030C13.0938%2030%2012.7344%2029.8594%2012.4219%2029.5781Z'%20fill='%23000000'/%3e%3c/svg%3e", R6 = () => /* @__PURE__ */ C.jsx(
|
|
1608
|
+
"img",
|
|
1609
|
+
{
|
|
1610
|
+
className: "maj-img",
|
|
1611
|
+
src: E6,
|
|
1612
|
+
alt: "arrow-right-arrow-left"
|
|
1613
|
+
}
|
|
1614
|
+
), T6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.0781%207.92188L26.5781%2015.4219C26.8594%2015.7344%2027%2016.0938%2027%2016.5C27%2016.9062%2026.8594%2017.2656%2026.5781%2017.5781C26.2656%2017.8594%2025.9062%2018%2025.5%2018C25.0938%2018%2024.7344%2017.8594%2024.4219%2017.5781L19.5%2012.6094V27C19.5%2027.4375%2019.3594%2027.7969%2019.0781%2028.0781C18.7969%2028.3594%2018.4375%2028.5%2018%2028.5C17.5625%2028.5%2017.2031%2028.3594%2016.9219%2028.0781C16.6406%2027.7969%2016.5%2027.4375%2016.5%2027V12.6094L11.5781%2017.5781C11.2656%2017.8594%2010.9062%2018%2010.5%2018C10.0938%2018%209.73438%2017.8594%209.42188%2017.5781C9.14062%2017.2656%209%2016.9062%209%2016.5C9%2016.0938%209.14062%2015.7344%209.42188%2015.4219L16.9219%207.92188C17.2344%207.64062%2017.5938%207.5%2018%207.5C18.4062%207.5%2018.7656%207.64062%2019.0781%207.92188Z'%20fill='%23000000'/%3e%3c/svg%3e", A6 = () => /* @__PURE__ */ C.jsx(
|
|
1615
|
+
"img",
|
|
1616
|
+
{
|
|
1617
|
+
className: "maj-img",
|
|
1618
|
+
src: T6,
|
|
1619
|
+
alt: "arrow-up"
|
|
1620
|
+
}
|
|
1621
|
+
), P6 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.578%206.42188L25.578%2012.4219C25.8593%2012.7344%2025.9999%2013.0938%2025.9999%2013.5C25.9999%2013.9062%2025.8593%2014.2656%2025.578%2014.5781C25.2655%2014.8594%2024.9061%2015%2024.4999%2015C24.0936%2015%2023.7343%2014.8594%2023.4218%2014.5781L19.9999%2011.1094V21C19.9999%2021.4375%2019.8593%2021.7969%2019.578%2022.0781C19.2968%2022.3594%2018.9374%2022.5%2018.4999%2022.5C18.0624%2022.5%2017.703%2022.3594%2017.4218%2022.0781C17.1405%2021.7969%2016.9999%2021.4375%2016.9999%2021V11.1094L13.578%2014.5781C13.2655%2014.8594%2012.9061%2015%2012.4999%2015C12.0936%2015%2011.7343%2014.8594%2011.4218%2014.5781C11.1405%2014.2656%2010.9999%2013.9062%2010.9999%2013.5C10.9999%2013.0938%2011.1405%2012.7344%2011.4218%2012.4219L17.4218%206.42188C17.7343%206.14062%2018.0936%206%2018.4999%206C18.9061%206%2019.2655%206.14062%2019.578%206.42188ZM10.9999%2022.5V25.5C10.9999%2025.9375%2011.1405%2026.2969%2011.4218%2026.5781C11.703%2026.8594%2012.0624%2027%2012.4999%2027H24.4999C24.9374%2027%2025.2968%2026.8594%2025.578%2026.5781C25.8593%2026.2969%2025.9999%2025.9375%2025.9999%2025.5V22.5C25.9999%2022.0625%2026.1405%2021.7031%2026.4218%2021.4219C26.703%2021.1406%2027.0624%2021%2027.4999%2021C27.9374%2021%2028.2968%2021.1406%2028.578%2021.4219C28.8593%2021.7031%2028.9999%2022.0625%2028.9999%2022.5V25.5C28.9686%2026.7812%2028.5311%2027.8438%2027.6874%2028.6875C26.8436%2029.5312%2025.7811%2029.9688%2024.4999%2030H12.4999C11.2186%2029.9688%2010.1561%2029.5312%209.31238%2028.6875C8.46863%2027.8438%208.03113%2026.7812%207.99988%2025.5V22.5C7.99988%2022.0625%208.1405%2021.7031%208.42175%2021.4219C8.703%2021.1406%209.06238%2021%209.49988%2021C9.93738%2021%2010.2968%2021.1406%2010.578%2021.4219C10.8593%2021.7031%2010.9999%2022.0625%2010.9999%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", _6 = () => /* @__PURE__ */ C.jsx(
|
|
1622
|
+
"img",
|
|
1623
|
+
{
|
|
1624
|
+
className: "maj-img",
|
|
1625
|
+
src: P6,
|
|
1626
|
+
alt: "arrow-up-from-bracket"
|
|
1627
|
+
}
|
|
1628
|
+
), F6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207.5H25.5C25.9375%207.5%2026.2969%207.64062%2026.5781%207.92188C26.8594%208.20312%2027%208.5625%2027%209C27%209.4375%2026.8594%209.79688%2026.5781%2010.0781C26.2969%2010.3594%2025.9375%2010.5%2025.5%2010.5H10.5C10.0625%2010.5%209.70312%2010.3594%209.42188%2010.0781C9.14062%209.79688%209%209.4375%209%209C9%208.5625%209.14062%208.20312%209.42188%207.92188C9.70312%207.64062%2010.0625%207.5%2010.5%207.5ZM19.0781%2013.9219L25.0781%2019.9219C25.3594%2020.2344%2025.5%2020.5938%2025.5%2021C25.5%2021.4062%2025.3594%2021.7656%2025.0781%2022.0781C24.7656%2022.3594%2024.4062%2022.5%2024%2022.5C23.5938%2022.5%2023.2344%2022.3594%2022.9219%2022.0781L19.5%2018.6094V27C19.5%2027.4375%2019.3594%2027.7969%2019.0781%2028.0781C18.7969%2028.3594%2018.4375%2028.5%2018%2028.5C17.5625%2028.5%2017.2031%2028.3594%2016.9219%2028.0781C16.6406%2027.7969%2016.5%2027.4375%2016.5%2027V18.6094L13.0781%2022.0781C12.7656%2022.3594%2012.4062%2022.5%2012%2022.5C11.5938%2022.5%2011.2344%2022.3594%2010.9219%2022.0781C10.6406%2021.7656%2010.5%2021.4062%2010.5%2021C10.5%2020.5938%2010.6406%2020.2344%2010.9219%2019.9219L16.9219%2013.9219C17.2344%2013.6406%2017.5938%2013.5%2018%2013.5C18.4062%2013.5%2018.7656%2013.6406%2019.0781%2013.9219Z'%20fill='%23000000'/%3e%3c/svg%3e", D6 = () => /* @__PURE__ */ C.jsx(
|
|
1629
|
+
"img",
|
|
1630
|
+
{
|
|
1631
|
+
className: "maj-img",
|
|
1632
|
+
src: F6,
|
|
1633
|
+
alt: "arrow-up-to-line"
|
|
1634
|
+
}
|
|
1635
|
+
), O6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.9219%2015.5156C10.7656%2015.8906%2010.5156%2016.1719%2010.1719%2016.3594C9.79688%2016.5156%209.40625%2016.5312%209%2016.4062C8.625%2016.25%208.34375%2016%208.15625%2015.6562C8%2015.2812%207.98438%2014.8906%208.10938%2014.4844C8.60938%2013.0469%209.4375%2011.75%2010.5938%2010.5938C11.9688%209.21875%2013.5469%208.29688%2015.3281%207.82812C17.1094%207.39063%2018.8906%207.39063%2020.6719%207.82812C22.4531%208.29688%2024.0312%209.21875%2025.4062%2010.5938L26.25%2011.3906V9C26.25%208.5625%2026.3906%208.20312%2026.6719%207.92188C26.9531%207.64062%2027.3125%207.5%2027.75%207.5C28.1875%207.5%2028.5469%207.64062%2028.8281%207.92188C29.1094%208.20312%2029.25%208.5625%2029.25%209V15C29.25%2015.4375%2029.1094%2015.7969%2028.8281%2016.0781C28.5469%2016.3594%2028.1875%2016.5%2027.75%2016.5H21.75C21.3125%2016.5%2020.9531%2016.3594%2020.6719%2016.0781C20.3906%2015.7969%2020.25%2015.4375%2020.25%2015C20.25%2014.5625%2020.3906%2014.2031%2020.6719%2013.9219C20.9531%2013.6406%2021.3125%2013.5%2021.75%2013.5H24.0938L23.2969%2012.7031C21.7656%2011.2344%2020%2010.5%2018%2010.5C16%2010.5%2014.2344%2011.2344%2012.7031%2012.7031C11.8906%2013.5156%2011.2969%2014.4531%2010.9219%2015.5156ZM7.82812%2019.5469C7.89062%2019.5469%207.96875%2019.5312%208.0625%2019.5C8.125%2019.5%208.1875%2019.5%208.25%2019.5H14.25C14.6875%2019.5%2015.0469%2019.6406%2015.3281%2019.9219C15.6094%2020.2031%2015.75%2020.5625%2015.75%2021C15.75%2021.4375%2015.6094%2021.7969%2015.3281%2022.0781C15.0469%2022.3594%2014.6875%2022.5%2014.25%2022.5H11.9062L12.7031%2023.2969C14.2344%2024.7656%2016%2025.5%2018%2025.5C20%2025.5%2021.7656%2024.7656%2023.2969%2023.2969C24.1094%2022.4844%2024.7031%2021.5469%2025.0781%2020.4844C25.2344%2020.1094%2025.4844%2019.8281%2025.8281%2019.6406C26.2031%2019.4844%2026.5938%2019.4688%2027%2019.5938C27.375%2019.75%2027.6562%2020%2027.8438%2020.3438C28%2020.7188%2028.0156%2021.1094%2027.8906%2021.5156C27.3906%2022.9531%2026.5625%2024.25%2025.4062%2025.4062C24.0312%2026.7812%2022.4531%2027.7031%2020.6719%2028.1719C18.8906%2028.6094%2017.1094%2028.6094%2015.3281%2028.1719C13.5469%2027.7031%2011.9688%2026.7812%2010.5938%2025.4062L9.75%2024.6094V27C9.75%2027.4375%209.60938%2027.7969%209.32812%2028.0781C9.04688%2028.3594%208.6875%2028.5%208.25%2028.5C7.8125%2028.5%207.45312%2028.3594%207.17188%2028.0781C6.89062%2027.7969%206.75%2027.4375%206.75%2027V21C6.75%2020.9375%206.75%2020.8594%206.75%2020.7656C6.78125%2020.7031%206.79688%2020.6562%206.79688%2020.625C6.85938%2020.375%206.98438%2020.1562%207.17188%2019.9688C7.35938%2019.7812%207.57812%2019.6406%207.82812%2019.5469Z'%20fill='%23000000'/%3e%3c/svg%3e", U6 = () => /* @__PURE__ */ C.jsx(
|
|
1636
|
+
"img",
|
|
1637
|
+
{
|
|
1638
|
+
className: "maj-img",
|
|
1639
|
+
src: O6,
|
|
1640
|
+
alt: "arrows-rotate"
|
|
1641
|
+
}
|
|
1642
|
+
), q6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.0625%2026.6719L14.0625%2019.1719L13.5%2018.7031V25.5C13.5%2025.9375%2013.3594%2026.2969%2013.0781%2026.5781C12.7969%2026.8594%2012.4375%2027%2012%2027C11.5625%2027%2011.2031%2026.8594%2010.9219%2026.5781C10.6406%2026.2969%2010.5%2025.9375%2010.5%2025.5V10.5C10.5%2010.0625%2010.6406%209.70312%2010.9219%209.42188C11.2031%209.14062%2011.5625%209%2012%209C12.4375%209%2012.7969%209.14062%2013.0781%209.42188C13.3594%209.70312%2013.5%2010.0625%2013.5%2010.5V17.2969L14.0625%2016.8281L23.0625%209.32812C23.5312%208.95312%2024.0625%208.89062%2024.6562%209.14062C25.1875%209.42188%2025.4688%209.875%2025.5%2010.5V25.5C25.4688%2026.125%2025.1875%2026.5781%2024.6562%2026.8594C24.0625%2027.1094%2023.5312%2027.0469%2023.0625%2026.6719Z'%20fill='%23000000'/%3e%3c/svg%3e", G6 = () => /* @__PURE__ */ C.jsx(
|
|
1643
|
+
"img",
|
|
1644
|
+
{
|
|
1645
|
+
className: "maj-img",
|
|
1646
|
+
src: q6,
|
|
1647
|
+
alt: "backward-step"
|
|
1648
|
+
}
|
|
1649
|
+
), W6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.125%208.25C6.90625%208.28125%206.78125%208.40625%206.75%208.625V12.375C6.6875%2013.0625%206.3125%2013.4375%205.625%2013.5C4.9375%2013.4375%204.5625%2013.0625%204.5%2012.375V8.625C4.53125%207.875%204.78125%207.25%205.25%206.75C5.75%206.28125%206.375%206.03125%207.125%206H10.875C11.5625%206.0625%2011.9375%206.4375%2012%207.125C11.9375%207.8125%2011.5625%208.1875%2010.875%208.25H7.125ZM11.625%2012H12.375C13.0625%2012.0625%2013.4375%2012.4375%2013.5%2013.125V22.875C13.4375%2023.5625%2013.0625%2023.9375%2012.375%2024H11.625C10.9375%2023.9375%2010.5625%2023.5625%2010.5%2022.875V13.125C10.5625%2012.4375%2010.9375%2012.0625%2011.625%2012ZM19.125%2012H19.875C20.5625%2012.0625%2020.9375%2012.4375%2021%2013.125V22.875C20.9375%2023.5625%2020.5625%2023.9375%2019.875%2024H19.125C18.4375%2023.9375%2018.0625%2023.5625%2018%2022.875V13.125C18.0625%2012.4375%2018.4375%2012.0625%2019.125%2012ZM22.5%2013.125C22.5625%2012.4375%2022.9375%2012.0625%2023.625%2012H24.375C25.0625%2012.0625%2025.4375%2012.4375%2025.5%2013.125V22.875C25.4375%2023.5625%2025.0625%2023.9375%2024.375%2024H23.625C22.9375%2023.9375%2022.5625%2023.5625%2022.5%2022.875V13.125ZM15.75%2012C16.2188%2012.0312%2016.4688%2012.2812%2016.5%2012.75V23.25C16.4688%2023.7188%2016.2188%2023.9688%2015.75%2024C15.2812%2023.9688%2015.0312%2023.7188%2015%2023.25V12.75C15.0312%2012.2812%2015.2812%2012.0312%2015.75%2012ZM29.25%208.625C29.2188%208.40625%2029.0938%208.28125%2028.875%208.25H25.125C24.4375%208.1875%2024.0625%207.8125%2024%207.125C24.0625%206.4375%2024.4375%206.0625%2025.125%206H28.875C29.625%206.03125%2030.25%206.28125%2030.75%206.75C31.2188%207.25%2031.4688%207.875%2031.5%208.625V12.375C31.4375%2013.0625%2031.0625%2013.4375%2030.375%2013.5C29.6875%2013.4375%2029.3125%2013.0625%2029.25%2012.375V8.625ZM7.125%2027.75H10.875C11.5625%2027.8125%2011.9375%2028.1875%2012%2028.875C11.9375%2029.5625%2011.5625%2029.9375%2010.875%2030H7.125C6.375%2029.9688%205.75%2029.7188%205.25%2029.25C4.78125%2028.75%204.53125%2028.125%204.5%2027.375V23.625C4.5625%2022.9375%204.9375%2022.5625%205.625%2022.5C6.3125%2022.5625%206.6875%2022.9375%206.75%2023.625V27.375C6.78125%2027.5938%206.90625%2027.7188%207.125%2027.75ZM29.25%2027.375V23.625C29.3125%2022.9375%2029.6875%2022.5625%2030.375%2022.5C31.0625%2022.5625%2031.4375%2022.9375%2031.5%2023.625V27.375C31.4688%2028.125%2031.2188%2028.75%2030.75%2029.25C30.25%2029.7188%2029.625%2029.9688%2028.875%2030H25.125C24.4375%2029.9375%2024.0625%2029.5625%2024%2028.875C24.0625%2028.1875%2024.4375%2027.8125%2025.125%2027.75H28.875C29.0938%2027.7188%2029.2188%2027.5938%2029.25%2027.375Z'%20fill='%23000000'/%3e%3c/svg%3e", Y6 = () => /* @__PURE__ */ C.jsx(
|
|
1650
|
+
"img",
|
|
1651
|
+
{
|
|
1652
|
+
className: "maj-img",
|
|
1653
|
+
src: W6,
|
|
1654
|
+
alt: "barcode-read"
|
|
1655
|
+
}
|
|
1656
|
+
), z6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2010.5C7.5%2010.0625%207.64062%209.70312%207.92188%209.42188C8.20312%209.14062%208.5625%209%209%209H27C27.4375%209%2027.7969%209.14062%2028.0781%209.42188C28.3594%209.70312%2028.5%2010.0625%2028.5%2010.5C28.5%2010.9375%2028.3594%2011.2969%2028.0781%2011.5781C27.7969%2011.8594%2027.4375%2012%2027%2012H9C8.5625%2012%208.20312%2011.8594%207.92188%2011.5781C7.64062%2011.2969%207.5%2010.9375%207.5%2010.5ZM7.5%2018C7.5%2017.5625%207.64062%2017.2031%207.92188%2016.9219C8.20312%2016.6406%208.5625%2016.5%209%2016.5H27C27.4375%2016.5%2027.7969%2016.6406%2028.0781%2016.9219C28.3594%2017.2031%2028.5%2017.5625%2028.5%2018C28.5%2018.4375%2028.3594%2018.7969%2028.0781%2019.0781C27.7969%2019.3594%2027.4375%2019.5%2027%2019.5H9C8.5625%2019.5%208.20312%2019.3594%207.92188%2019.0781C7.64062%2018.7969%207.5%2018.4375%207.5%2018ZM28.5%2025.5C28.5%2025.9375%2028.3594%2026.2969%2028.0781%2026.5781C27.7969%2026.8594%2027.4375%2027%2027%2027H9C8.5625%2027%208.20312%2026.8594%207.92188%2026.5781C7.64062%2026.2969%207.5%2025.9375%207.5%2025.5C7.5%2025.0625%207.64062%2024.7031%207.92188%2024.4219C8.20312%2024.1406%208.5625%2024%209%2024H27C27.4375%2024%2027.7969%2024.1406%2028.0781%2024.4219C28.3594%2024.7031%2028.5%2025.0625%2028.5%2025.5Z'%20fill='%23000000'/%3e%3c/svg%3e", X6 = () => /* @__PURE__ */ C.jsx(
|
|
1657
|
+
"img",
|
|
1658
|
+
{
|
|
1659
|
+
className: "maj-img",
|
|
1660
|
+
src: z6,
|
|
1661
|
+
alt: "bars"
|
|
1662
|
+
}
|
|
1663
|
+
), J6 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206C18.4375%206%2018.7969%206.14062%2019.0781%206.42188C19.3594%206.70312%2019.5%207.0625%2019.5%207.5V8.39062C21.25%208.76562%2022.6719%209.625%2023.7656%2010.9688C24.8906%2012.3125%2025.4688%2013.9062%2025.5%2015.75V16.6406C25.5312%2018.9219%2026.2969%2020.9062%2027.7969%2022.5938L28.125%2023.0156C28.5312%2023.4844%2028.6094%2024.0156%2028.3594%2024.6094C28.0781%2025.1719%2027.625%2025.4688%2027%2025.5H9C8.375%2025.4688%207.92188%2025.1719%207.64062%2024.6094C7.39062%2024.0156%207.46875%2023.4844%207.875%2023.0156L8.25%2022.5938C9.71875%2020.875%2010.4688%2018.8906%2010.5%2016.6406V15.75C10.5312%2013.9062%2011.1094%2012.3125%2012.2344%2010.9688C13.3281%209.625%2014.75%208.76562%2016.5%208.39062V7.5C16.5%207.0625%2016.6406%206.70312%2016.9219%206.42188C17.2031%206.14062%2017.5625%206%2018%206ZM20.1094%2029.1094C19.5156%2029.7031%2018.8125%2030%2018%2030C17.1875%2030%2016.4844%2029.7031%2015.8906%2029.1094C15.2969%2028.5156%2015%2027.8125%2015%2027H18H21C21%2027.8125%2020.7031%2028.5156%2020.1094%2029.1094Z'%20fill='%23000000'/%3e%3c/svg%3e", K6 = () => /* @__PURE__ */ C.jsx(
|
|
1664
|
+
"img",
|
|
1665
|
+
{
|
|
1666
|
+
className: "maj-img",
|
|
1667
|
+
src: J6,
|
|
1668
|
+
alt: "bell"
|
|
1669
|
+
}
|
|
1670
|
+
), Q6 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.49988%2018L10.8593%207.3125C11.0155%206.5%2011.4999%206.0625%2012.3124%206H20.2343C20.578%206%2020.8749%206.125%2021.1249%206.375C21.3749%206.625%2021.4999%206.92188%2021.4999%207.26562C21.4999%207.42187%2021.4686%207.57813%2021.4061%207.73438L19.2499%2013.5H25.7655C26.2655%2013.5%2026.6718%2013.6719%2026.9843%2014.0156C27.328%2014.3281%2027.4999%2014.7344%2027.4999%2015.2344C27.4999%2015.5781%2027.4061%2015.8906%2027.2186%2016.1719L18.1718%2029.3438C17.8905%2029.7812%2017.4999%2030%2016.9999%2030H16.8593C16.4843%2030%2016.1561%2029.875%2015.8749%2029.625C15.6249%2029.375%2015.4999%2029.0625%2015.4999%2028.6875C15.4999%2028.5625%2015.5155%2028.4531%2015.5468%2028.3594L17.7499%2019.5H10.9999C10.5624%2019.5%2010.203%2019.3594%209.92175%2019.0781C9.6405%2018.7969%209.49988%2018.4375%209.49988%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", C3 = () => /* @__PURE__ */ C.jsx(
|
|
1671
|
+
"img",
|
|
1672
|
+
{
|
|
1673
|
+
className: "maj-img",
|
|
1674
|
+
src: Q6,
|
|
1675
|
+
alt: "bolt-lightning"
|
|
1676
|
+
}
|
|
1677
|
+
), e3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.76562%207.96875C5.92188%207.6875%206.17188%207.54688%206.51562%207.54688L18%209L29.4844%207.54688C29.8281%207.54688%2030.0781%207.6875%2030.2344%207.96875L32.2031%2011.9062C32.3906%2012.3438%2032.3906%2012.7656%2032.2031%2013.1719C32.0469%2013.5781%2031.7344%2013.8594%2031.2656%2014.0156L23.625%2016.1719C22.9062%2016.3281%2022.3281%2016.1094%2021.8906%2015.5156L18%209L14.1094%2015.5156C13.6719%2016.1094%2013.0938%2016.3281%2012.375%2016.1719L4.73438%2014.0156C4.26562%2013.8594%203.95312%2013.5781%203.79688%2013.1719C3.60938%2012.7656%203.60938%2012.3438%203.79688%2011.9062L5.76562%207.96875ZM18.0469%2012L20.625%2016.2656C21%2016.8594%2021.4844%2017.2812%2022.0781%2017.5312C22.7031%2017.7812%2023.3594%2017.8125%2024.0469%2017.625L30%2015.9375V23.7656C30%2024.2656%2029.8438%2024.7188%2029.5312%2025.125C29.2188%2025.5312%2028.8125%2025.7969%2028.3125%2025.9219L18.7031%2028.3125C18.2344%2028.4375%2017.75%2028.4375%2017.25%2028.3125L7.6875%2025.9219C7.1875%2025.7969%206.78125%2025.5312%206.46875%2025.125C6.15625%2024.7188%206%2024.2656%206%2023.7656V15.9375L12%2017.625C12.6562%2017.8125%2013.2969%2017.7812%2013.9219%2017.5312C14.5156%2017.2812%2015%2016.8594%2015.375%2016.2656L17.9531%2012H18.0469Z'%20fill='%23000000'/%3e%3c/svg%3e", a3 = () => /* @__PURE__ */ C.jsx(
|
|
1678
|
+
"img",
|
|
1679
|
+
{
|
|
1680
|
+
className: "maj-img",
|
|
1681
|
+
src: e3,
|
|
1682
|
+
alt: "box-open"
|
|
1683
|
+
}
|
|
1684
|
+
), t3 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4999%206C19.7811%206.03125%2020.8436%206.46875%2021.6874%207.3125C22.5311%208.15625%2022.9686%209.21875%2022.9999%2010.5V10.6875C22.9999%2011.0625%2022.8749%2011.375%2022.6249%2011.625C22.3749%2011.875%2022.0624%2012%2021.6874%2012H15.3124C14.9374%2012%2014.6249%2011.875%2014.3749%2011.625C14.1249%2011.375%2013.9999%2011.0625%2013.9999%2010.6875V10.5C14.0311%209.21875%2014.4686%208.15625%2015.3124%207.3125C16.1561%206.46875%2017.2186%206.03125%2018.4999%206ZM8.42175%2010.9219C8.73425%2010.6406%209.09363%2010.5%209.49988%2010.5C9.90613%2010.5%2010.2655%2010.6406%2010.578%2010.9219L13.578%2013.9219C13.6093%2013.9531%2013.6405%2013.9844%2013.6718%2014.0156C13.6718%2014.0156%2013.6718%2014.0312%2013.6718%2014.0625C14.328%2013.6875%2015.0624%2013.5%2015.8749%2013.5H21.1249C21.9374%2013.5%2022.6874%2013.6875%2023.3749%2014.0625C23.3749%2014%2023.3905%2013.9531%2023.4218%2013.9219L26.4218%2010.9219C26.7343%2010.6406%2027.0936%2010.5%2027.4999%2010.5C27.9061%2010.5%2028.2655%2010.6406%2028.578%2010.9219C28.8593%2011.2344%2028.9999%2011.5938%2028.9999%2012C28.9999%2012.4062%2028.8593%2012.7656%2028.578%2013.0781L25.578%2016.0781C25.5468%2016.1094%2025.5155%2016.1406%2025.4843%2016.1719C25.7655%2016.7344%2025.9374%2017.3438%2025.9999%2018H28.9999C29.4374%2018%2029.7968%2018.1406%2030.078%2018.4219C30.3593%2018.7031%2030.4999%2019.0625%2030.4999%2019.5C30.4999%2019.9375%2030.3593%2020.2969%2030.078%2020.5781C29.7968%2020.8594%2029.4374%2021%2028.9999%2021H25.9999C25.9999%2022.1562%2025.7655%2023.2344%2025.2968%2024.2344C25.3905%2024.2969%2025.4843%2024.3594%2025.578%2024.4219L28.578%2027.4219C28.8593%2027.7344%2028.9999%2028.0938%2028.9999%2028.5C28.9999%2028.9062%2028.8593%2029.2656%2028.578%2029.5781C28.2655%2029.8594%2027.9061%2030%2027.4999%2030C27.0936%2030%2026.7343%2029.8594%2026.4218%2029.5781L23.4686%2026.625C22.3124%2027.6562%2020.9061%2028.2656%2019.2499%2028.4531V17.25C19.2186%2016.7812%2018.9686%2016.5312%2018.4999%2016.5C18.0311%2016.5312%2017.7811%2016.7812%2017.7499%2017.25V28.4531C16.0936%2028.2656%2014.6874%2027.6562%2013.5311%2026.625L10.578%2029.5781C10.2655%2029.8594%209.90613%2030%209.49988%2030C9.09363%2030%208.73425%2029.8594%208.42175%2029.5781C8.1405%2029.2656%207.99988%2028.9062%207.99988%2028.5C7.99988%2028.0938%208.1405%2027.7344%208.42175%2027.4219L11.4218%2024.4219C11.5155%2024.3594%2011.6093%2024.2969%2011.703%2024.2344C11.2343%2023.2344%2010.9999%2022.1562%2010.9999%2021H7.99988C7.56238%2021%207.203%2020.8594%206.92175%2020.5781C6.6405%2020.2969%206.49988%2019.9375%206.49988%2019.5C6.49988%2019.0625%206.6405%2018.7031%206.92175%2018.4219C7.203%2018.1406%207.56238%2018%207.99988%2018H10.9999C11.0624%2017.3438%2011.2343%2016.7344%2011.5155%2016.1719C11.4843%2016.1406%2011.453%2016.1094%2011.4218%2016.0781L8.42175%2013.0781C8.1405%2012.7656%207.99988%2012.4062%207.99988%2012C7.99988%2011.5938%208.1405%2011.2344%208.42175%2010.9219Z'%20fill='%23000000'/%3e%3c/svg%3e", s3 = () => /* @__PURE__ */ C.jsx(
|
|
1685
|
+
"img",
|
|
1686
|
+
{
|
|
1687
|
+
className: "maj-img",
|
|
1688
|
+
src: t3,
|
|
1689
|
+
alt: "bug"
|
|
1690
|
+
}
|
|
1691
|
+
), n3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%206C13.9375%206%2014.2969%206.14062%2014.5781%206.42188C14.8594%206.70312%2015%207.0625%2015%207.5V9H21V7.5C21%207.0625%2021.1406%206.70312%2021.4219%206.42188C21.7031%206.14062%2022.0625%206%2022.5%206C22.9375%206%2023.2969%206.14062%2023.5781%206.42188C23.8594%206.70312%2024%207.0625%2024%207.5V9H26.25C26.875%209.03125%2027.4062%209.25%2027.8438%209.65625C28.25%2010.0938%2028.4688%2010.625%2028.5%2011.25V13.5H7.5V11.25C7.53125%2010.625%207.75%2010.0938%208.15625%209.65625C8.59375%209.25%209.125%209.03125%209.75%209H12V7.5C12%207.0625%2012.1406%206.70312%2012.4219%206.42188C12.7031%206.14062%2013.0625%206%2013.5%206ZM7.5%2015H28.5V27.75C28.4688%2028.375%2028.25%2028.9062%2027.8438%2029.3438C27.4062%2029.75%2026.875%2029.9688%2026.25%2030H9.75C9.125%2029.9688%208.59375%2029.75%208.15625%2029.3438C7.75%2028.9062%207.53125%2028.375%207.5%2027.75V15ZM10.5%2018.75V20.25C10.5312%2020.7188%2010.7812%2020.9688%2011.25%2021H12.75C13.2188%2020.9688%2013.4688%2020.7188%2013.5%2020.25V18.75C13.4688%2018.2812%2013.2188%2018.0312%2012.75%2018H11.25C10.7812%2018.0312%2010.5312%2018.2812%2010.5%2018.75ZM16.5%2018.75V20.25C16.5312%2020.7188%2016.7812%2020.9688%2017.25%2021H18.75C19.2188%2020.9688%2019.4688%2020.7188%2019.5%2020.25V18.75C19.4688%2018.2812%2019.2188%2018.0312%2018.75%2018H17.25C16.7812%2018.0312%2016.5312%2018.2812%2016.5%2018.75ZM23.25%2018C22.7812%2018.0312%2022.5312%2018.2812%2022.5%2018.75V20.25C22.5312%2020.7188%2022.7812%2020.9688%2023.25%2021H24.75C25.2188%2020.9688%2025.4688%2020.7188%2025.5%2020.25V18.75C25.4688%2018.2812%2025.2188%2018.0312%2024.75%2018H23.25ZM10.5%2024.75V26.25C10.5312%2026.7188%2010.7812%2026.9688%2011.25%2027H12.75C13.2188%2026.9688%2013.4688%2026.7188%2013.5%2026.25V24.75C13.4688%2024.2812%2013.2188%2024.0312%2012.75%2024H11.25C10.7812%2024.0312%2010.5312%2024.2812%2010.5%2024.75ZM17.25%2024C16.7812%2024.0312%2016.5312%2024.2812%2016.5%2024.75V26.25C16.5312%2026.7188%2016.7812%2026.9688%2017.25%2027H18.75C19.2188%2026.9688%2019.4688%2026.7188%2019.5%2026.25V24.75C19.4688%2024.2812%2019.2188%2024.0312%2018.75%2024H17.25ZM22.5%2024.75V26.25C22.5312%2026.7188%2022.7812%2026.9688%2023.25%2027H24.75C25.2188%2026.9688%2025.4688%2026.7188%2025.5%2026.25V24.75C25.4688%2024.2812%2025.2188%2024.0312%2024.75%2024H23.25C22.7812%2024.0312%2022.5312%2024.2812%2022.5%2024.75Z'%20fill='%23000000'/%3e%3c/svg%3e", i3 = () => /* @__PURE__ */ C.jsx(
|
|
1692
|
+
"img",
|
|
1693
|
+
{
|
|
1694
|
+
className: "maj-img",
|
|
1695
|
+
src: n3,
|
|
1696
|
+
alt: "calendar-days"
|
|
1697
|
+
}
|
|
1698
|
+
), l3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.625%206H12.375C13.0625%206.0625%2013.4375%206.4375%2013.5%207.125C13.4375%207.8125%2013.0625%208.1875%2012.375%208.25H8.625C8.40625%208.28125%208.28125%208.40625%208.25%208.625V12.375C8.1875%2013.0625%207.8125%2013.4375%207.125%2013.5C6.4375%2013.4375%206.0625%2013.0625%206%2012.375V8.625C6.03125%207.875%206.28125%207.25%206.75%206.75C7.25%206.28125%207.875%206.03125%208.625%206ZM23.625%206H27.375C28.125%206.03125%2028.75%206.28125%2029.25%206.75C29.7188%207.25%2029.9688%207.875%2030%208.625V12.375C29.9375%2013.0625%2029.5625%2013.4375%2028.875%2013.5C28.1875%2013.4375%2027.8125%2013.0625%2027.75%2012.375V8.625C27.7188%208.40625%2027.5938%208.28125%2027.375%208.25H23.625C22.9375%208.1875%2022.5625%207.8125%2022.5%207.125C22.5625%206.4375%2022.9375%206.0625%2023.625%206ZM8.25%2023.625V27.375C8.28125%2027.5938%208.40625%2027.7188%208.625%2027.75H12.375C13.0625%2027.8125%2013.4375%2028.1875%2013.5%2028.875C13.4375%2029.5625%2013.0625%2029.9375%2012.375%2030H8.625C7.875%2029.9688%207.25%2029.7188%206.75%2029.25C6.28125%2028.75%206.03125%2028.125%206%2027.375V23.625C6.0625%2022.9375%206.4375%2022.5625%207.125%2022.5C7.8125%2022.5625%208.1875%2022.9375%208.25%2023.625ZM30%2023.625V27.375C29.9688%2028.125%2029.7188%2028.75%2029.25%2029.25C28.75%2029.7188%2028.125%2029.9688%2027.375%2030H23.625C22.9375%2029.9375%2022.5625%2029.5625%2022.5%2028.875C22.5625%2028.1875%2022.9375%2027.8125%2023.625%2027.75H27.375C27.5938%2027.7188%2027.7188%2027.5938%2027.75%2027.375V23.625C27.8125%2022.9375%2028.1875%2022.5625%2028.875%2022.5C29.5625%2022.5625%2029.9375%2022.9375%2030%2023.625ZM14.4375%2012L14.7188%2011.25C14.9375%2010.7812%2015.2969%2010.5312%2015.7969%2010.5H20.2031C20.7344%2010.5312%2021.0938%2010.7812%2021.2812%2011.25L21.5625%2012H23.25C23.875%2012.0312%2024.4062%2012.25%2024.8438%2012.6562C25.25%2013.0938%2025.4688%2013.625%2025.5%2014.25V21.75C25.4688%2022.375%2025.25%2022.9062%2024.8438%2023.3438C24.4062%2023.75%2023.875%2023.9688%2023.25%2024H12.75C12.125%2023.9688%2011.5938%2023.75%2011.1562%2023.3438C10.75%2022.9062%2010.5312%2022.375%2010.5%2021.75V14.25C10.5312%2013.625%2010.75%2013.0938%2011.1562%2012.6562C11.5938%2012.25%2012.125%2012.0312%2012.75%2012H14.4375ZM21%2018C20.9688%2016.875%2020.4688%2016.0156%2019.5%2015.4219C18.5%2014.8594%2017.5%2014.8594%2016.5%2015.4219C15.5312%2016.0156%2015.0312%2016.875%2015%2018C15.0312%2019.125%2015.5312%2019.9844%2016.5%2020.5781C17.5%2021.1406%2018.5%2021.1406%2019.5%2020.5781C20.4688%2019.9844%2020.9688%2019.125%2021%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", c3 = () => /* @__PURE__ */ C.jsx(
|
|
1699
|
+
"img",
|
|
1700
|
+
{
|
|
1701
|
+
className: "maj-icon",
|
|
1702
|
+
src: l3,
|
|
1703
|
+
alt: "camera-viewfinder"
|
|
1704
|
+
}
|
|
1705
|
+
), o3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9219%2023.5781L10.9219%2017.5781C10.4844%2017.0781%2010.375%2016.5312%2010.5938%2015.9375C10.875%2015.3438%2011.3438%2015.0312%2012%2015H24C24.6562%2015.0312%2025.125%2015.3438%2025.4062%2015.9375C25.625%2016.5312%2025.5156%2017.0781%2025.0781%2017.5781L19.0781%2023.5781C18.7656%2023.8594%2018.4062%2024%2018%2024C17.5938%2024%2017.2344%2023.8594%2016.9219%2023.5781Z'%20fill='%23000000'/%3e%3c/svg%3e", r3 = () => /* @__PURE__ */ C.jsx(
|
|
1706
|
+
"img",
|
|
1707
|
+
{
|
|
1708
|
+
className: "maj-img",
|
|
1709
|
+
src: o3,
|
|
1710
|
+
alt: "caret-down"
|
|
1711
|
+
}
|
|
1712
|
+
), g3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4219%2019.0781C12.1406%2018.7656%2012%2018.4062%2012%2018C12%2017.5938%2012.1406%2017.2344%2012.4219%2016.9219L18.4219%2010.9219C18.9219%2010.4844%2019.4688%2010.375%2020.0625%2010.5938C20.6562%2010.875%2020.9688%2011.3438%2021%2012V24C20.9688%2024.6562%2020.6562%2025.125%2020.0625%2025.4062C19.4688%2025.625%2018.9219%2025.5156%2018.4219%2025.0781L12.4219%2019.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", m3 = () => /* @__PURE__ */ C.jsx(
|
|
1713
|
+
"img",
|
|
1714
|
+
{
|
|
1715
|
+
className: "maj-img",
|
|
1716
|
+
src: g3,
|
|
1717
|
+
alt: "caret-left"
|
|
1718
|
+
}
|
|
1719
|
+
), h3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5781%2019.0781L17.5781%2025.0781C17.0781%2025.5156%2016.5312%2025.625%2015.9375%2025.4062C15.3438%2025.125%2015.0312%2024.6562%2015%2024V12C15.0312%2011.3438%2015.3438%2010.875%2015.9375%2010.5938C16.5312%2010.375%2017.0781%2010.4844%2017.5781%2010.9219L23.5781%2016.9219C23.8594%2017.2344%2024%2017.5938%2024%2018C24%2018.4062%2023.8594%2018.7656%2023.5781%2019.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", w3 = () => /* @__PURE__ */ C.jsx(
|
|
1720
|
+
"img",
|
|
1721
|
+
{
|
|
1722
|
+
className: "maj-icon",
|
|
1723
|
+
src: h3,
|
|
1724
|
+
alt: "caret-right"
|
|
1725
|
+
}
|
|
1726
|
+
), v3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.0781%2012.4219L25.0781%2018.4219C25.5156%2018.9219%2025.625%2019.4688%2025.4062%2020.0625C25.125%2020.6562%2024.6562%2020.9688%2024%2021H12C11.3438%2020.9688%2010.875%2020.6562%2010.5938%2020.0625C10.375%2019.4688%2010.4844%2018.9219%2010.9219%2018.4219L16.9219%2012.4219C17.2344%2012.1406%2017.5938%2012%2018%2012C18.4062%2012%2018.7656%2012.1406%2019.0781%2012.4219Z'%20fill='%23000000'/%3e%3c/svg%3e", j3 = () => /* @__PURE__ */ C.jsx(
|
|
1727
|
+
"img",
|
|
1728
|
+
{
|
|
1729
|
+
className: "maj-img",
|
|
1730
|
+
src: v3,
|
|
1731
|
+
alt: "caret-up"
|
|
1732
|
+
}
|
|
1733
|
+
), d3 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.99988%206H5.74988C6.81238%206.03125%207.703%206.39062%208.42175%207.07812C9.10925%207.79687%209.46863%208.6875%209.49988%209.75V23.25C9.53113%2023.7188%209.78113%2023.9688%2010.2499%2024H31.9999C32.4374%2024%2032.7968%2024.1406%2033.078%2024.4219C33.3593%2024.7031%2033.4999%2025.0625%2033.4999%2025.5C33.4999%2025.9375%2033.3593%2026.2969%2033.078%2026.5781C32.7968%2026.8594%2032.4374%2027%2031.9999%2027H28.8593C28.953%2027.25%2028.9999%2027.5%2028.9999%2027.75C28.9686%2028.375%2028.7499%2028.9062%2028.3436%2029.3438C27.9061%2029.75%2027.3749%2029.9688%2026.7499%2030C26.1249%2029.9688%2025.5936%2029.75%2025.1561%2029.3438C24.7499%2028.9062%2024.5311%2028.375%2024.4999%2027.75C24.4999%2027.5%2024.5468%2027.25%2024.6405%2027H15.3593C15.453%2027.25%2015.4999%2027.5%2015.4999%2027.75C15.4686%2028.375%2015.2499%2028.9062%2014.8436%2029.3438C14.4061%2029.75%2013.8749%2029.9688%2013.2499%2030C12.6249%2029.9688%2012.0936%2029.75%2011.6561%2029.3438C11.2499%2028.9062%2011.0311%2028.375%2010.9999%2027.75C10.9999%2027.5%2011.0468%2027.25%2011.1405%2027H10.2499C9.18738%2026.9688%208.29675%2026.6094%207.578%2025.9219C6.8905%2025.2031%206.53113%2024.3125%206.49988%2023.25V9.75C6.46863%209.28125%206.21863%209.03125%205.74988%209H4.99988C4.56238%209%204.203%208.85938%203.92175%208.57812C3.6405%208.29688%203.49988%207.9375%203.49988%207.5C3.49988%207.0625%203.6405%206.70312%203.92175%206.42188C4.203%206.14062%204.56238%206%204.99988%206ZM13.9999%207.5H19.9999C20.4374%207.5%2020.7968%207.64062%2021.078%207.92188C21.3593%208.20312%2021.4999%208.5625%2021.4999%209V19.5C21.4999%2019.9375%2021.3593%2020.2969%2021.078%2020.5781C20.7968%2020.8594%2020.4374%2021%2019.9999%2021H13.9999C13.5624%2021%2013.203%2020.8594%2012.9218%2020.5781C12.6405%2020.2969%2012.4999%2019.9375%2012.4999%2019.5V9C12.4999%208.5625%2012.6405%208.20312%2012.9218%207.92188C13.203%207.64062%2013.5624%207.5%2013.9999%207.5ZM22.9999%209C22.9999%208.5625%2023.1405%208.20312%2023.4218%207.92188C23.703%207.64062%2024.0624%207.5%2024.4999%207.5H27.4999C27.9374%207.5%2028.2968%207.64062%2028.578%207.92188C28.8593%208.20312%2028.9999%208.5625%2028.9999%209V12C28.9999%2012.4375%2028.8593%2012.7969%2028.578%2013.0781C28.2968%2013.3594%2027.9374%2013.5%2027.4999%2013.5H24.4999C24.0624%2013.5%2023.703%2013.3594%2023.4218%2013.0781C23.1405%2012.7969%2022.9999%2012.4375%2022.9999%2012V9ZM24.4999%2015H30.4999C30.9374%2015%2031.2968%2015.1406%2031.578%2015.4219C31.8593%2015.7031%2031.9999%2016.0625%2031.9999%2016.5V19.5C31.9999%2019.9375%2031.8593%2020.2969%2031.578%2020.5781C31.2968%2020.8594%2030.9374%2021%2030.4999%2021H24.4999C24.0624%2021%2023.703%2020.8594%2023.4218%2020.5781C23.1405%2020.2969%2022.9999%2019.9375%2022.9999%2019.5V16.5C22.9999%2016.0625%2023.1405%2015.7031%2023.4218%2015.4219C23.703%2015.1406%2024.0624%2015%2024.4999%2015Z'%20fill='%23000000'/%3e%3c/svg%3e", x3 = () => /* @__PURE__ */ C.jsx(
|
|
1734
|
+
"img",
|
|
1735
|
+
{
|
|
1736
|
+
className: "maj-img",
|
|
1737
|
+
src: d3,
|
|
1738
|
+
alt: "cart-flatbed-boxes"
|
|
1739
|
+
}
|
|
1740
|
+
), M3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.5%207.125C4.5625%206.4375%204.9375%206.0625%205.625%206H7.78125C8.84375%206.0625%209.625%206.5625%2010.125%207.5H29.3906C30.0156%207.53125%2030.5156%207.78125%2030.8906%208.25C31.2344%208.71875%2031.3438%209.25%2031.2188%209.84375L29.2969%2017.0156C29.0781%2017.7656%2028.6719%2018.3594%2028.0781%2018.7969C27.4844%2019.2656%2026.7969%2019.5%2026.0156%2019.5H12.5156L12.75%2020.8594C12.9062%2021.4219%2013.2812%2021.7188%2013.875%2021.75H27.375C28.0625%2021.8125%2028.4375%2022.1875%2028.5%2022.875C28.4375%2023.5625%2028.0625%2023.9375%2027.375%2024H13.875C13.0312%2024%2012.3125%2023.7344%2011.7188%2023.2031C11.0938%2022.7031%2010.7031%2022.0625%2010.5469%2021.2812L8.10938%208.57812C8.07812%208.35938%207.96875%208.25%207.78125%208.25H5.625C4.9375%208.1875%204.5625%207.8125%204.5%207.125ZM10.5%2027.75C10.5312%2026.9062%2010.9062%2026.25%2011.625%2025.7812C12.375%2025.4062%2013.125%2025.4062%2013.875%2025.7812C14.5938%2026.25%2014.9688%2026.9062%2015%2027.75C14.9688%2028.5938%2014.5938%2029.25%2013.875%2029.7188C13.125%2030.0938%2012.375%2030.0938%2011.625%2029.7188C10.9062%2029.25%2010.5312%2028.5938%2010.5%2027.75ZM26.25%2025.5C27.0938%2025.5312%2027.75%2025.9062%2028.2188%2026.625C28.5938%2027.375%2028.5938%2028.125%2028.2188%2028.875C27.75%2029.5938%2027.0938%2029.9688%2026.25%2030C25.4062%2029.9688%2024.75%2029.5938%2024.2812%2028.875C23.9062%2028.125%2023.9062%2027.375%2024.2812%2026.625C24.75%2025.9062%2025.4062%2025.5312%2026.25%2025.5Z'%20fill='%23000000'/%3e%3c/svg%3e", u3 = () => /* @__PURE__ */ C.jsx(
|
|
1741
|
+
"img",
|
|
1742
|
+
{
|
|
1743
|
+
className: "maj-img",
|
|
1744
|
+
src: M3,
|
|
1745
|
+
alt: "cart-shopping"
|
|
1746
|
+
}
|
|
1747
|
+
), L3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%206H21C21.8438%206.03125%2022.5469%206.32812%2023.1094%206.89062C23.6719%207.45312%2023.9688%208.15625%2024%209V18H12V9C12.0312%208.15625%2012.3281%207.45312%2012.8906%206.89062C13.4531%206.32812%2014.1562%206.03125%2015%206ZM10.5%2013.5V16.5C10.5%2016.9375%2010.3594%2017.2969%2010.0781%2017.5781C9.79688%2017.8594%209.4375%2018%209%2018C8.5625%2018%208.20312%2017.8594%207.92188%2017.5781C7.64062%2017.2969%207.5%2016.9375%207.5%2016.5V13.5C7.5%2013.0625%207.64062%2012.7031%207.92188%2012.4219C8.20312%2012.1406%208.5625%2012%209%2012C9.4375%2012%209.79688%2012.1406%2010.0781%2012.4219C10.3594%2012.7031%2010.5%2013.0625%2010.5%2013.5ZM28.5%2013.5V16.5C28.5%2016.9375%2028.3594%2017.2969%2028.0781%2017.5781C27.7969%2017.8594%2027.4375%2018%2027%2018C26.5625%2018%2026.2031%2017.8594%2025.9219%2017.5781C25.6406%2017.2969%2025.5%2016.9375%2025.5%2016.5V13.5C25.5%2013.0625%2025.6406%2012.7031%2025.9219%2012.4219C26.2031%2012.1406%2026.5625%2012%2027%2012C27.4375%2012%2027.7969%2012.1406%2028.0781%2012.4219C28.3594%2012.7031%2028.5%2013.0625%2028.5%2013.5ZM9.89062%2020.3438C10.2031%2019.8125%2010.6562%2019.5312%2011.25%2019.5H24.75C25.3438%2019.5312%2025.7969%2019.8125%2026.1094%2020.3438L26.8594%2021.8438C27.0781%2022.3438%2027.0469%2022.8281%2026.7656%2023.2969C26.4844%2023.7344%2026.0625%2023.9688%2025.5%2024H19.5V27H21C21.4375%2027%2021.7969%2027.1406%2022.0781%2027.4219C22.3594%2027.7031%2022.5%2028.0625%2022.5%2028.5C22.5%2028.9375%2022.3594%2029.2969%2022.0781%2029.5781C21.7969%2029.8594%2021.4375%2030%2021%2030H18H15C14.5625%2030%2014.2031%2029.8594%2013.9219%2029.5781C13.6406%2029.2969%2013.5%2028.9375%2013.5%2028.5C13.5%2028.0625%2013.6406%2027.7031%2013.9219%2027.4219C14.2031%2027.1406%2014.5625%2027%2015%2027H16.5V24H10.5C9.9375%2024%209.51562%2023.7656%209.23438%2023.2969C8.95312%2022.8281%208.92188%2022.3438%209.14062%2021.8438L9.89062%2020.3438Z'%20fill='%23000000'/%3e%3c/svg%3e", H3 = () => /* @__PURE__ */ C.jsx(
|
|
1748
|
+
"img",
|
|
1749
|
+
{
|
|
1750
|
+
className: "maj-img",
|
|
1751
|
+
src: L3,
|
|
1752
|
+
alt: "chair-office"
|
|
1753
|
+
}
|
|
1754
|
+
), f3 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99988%207.5C8.43738%207.5%208.79675%207.64062%209.078%207.92188C9.35925%208.20312%209.49988%208.5625%209.49988%209V24.75C9.53113%2025.2188%209.78113%2025.4688%2010.2499%2025.5H28.9999C29.4374%2025.5%2029.7968%2025.6406%2030.078%2025.9219C30.3593%2026.2031%2030.4999%2026.5625%2030.4999%2027C30.4999%2027.4375%2030.3593%2027.7969%2030.078%2028.0781C29.7968%2028.3594%2029.4374%2028.5%2028.9999%2028.5H10.2499C9.18738%2028.4688%208.29675%2028.1094%207.578%2027.4219C6.8905%2026.7031%206.53113%2025.8125%206.49988%2024.75V9C6.49988%208.5625%206.6405%208.20312%206.92175%207.92188C7.203%207.64062%207.56238%207.5%207.99988%207.5ZM13.9999%2016.5C14.4374%2016.5%2014.7968%2016.6406%2015.078%2016.9219C15.3593%2017.2031%2015.4999%2017.5625%2015.4999%2018V21C15.4999%2021.4375%2015.3593%2021.7969%2015.078%2022.0781C14.7968%2022.3594%2014.4374%2022.5%2013.9999%2022.5C13.5624%2022.5%2013.203%2022.3594%2012.9218%2022.0781C12.6405%2021.7969%2012.4999%2021.4375%2012.4999%2021V18C12.4999%2017.5625%2012.6405%2017.2031%2012.9218%2016.9219C13.203%2016.6406%2013.5624%2016.5%2013.9999%2016.5ZM19.9999%2013.5V21C19.9999%2021.4375%2019.8593%2021.7969%2019.578%2022.0781C19.2968%2022.3594%2018.9374%2022.5%2018.4999%2022.5C18.0624%2022.5%2017.703%2022.3594%2017.4218%2022.0781C17.1405%2021.7969%2016.9999%2021.4375%2016.9999%2021V13.5C16.9999%2013.0625%2017.1405%2012.7031%2017.4218%2012.4219C17.703%2012.1406%2018.0624%2012%2018.4999%2012C18.9374%2012%2019.2968%2012.1406%2019.578%2012.4219C19.8593%2012.7031%2019.9999%2013.0625%2019.9999%2013.5ZM22.9999%2015C23.4374%2015%2023.7968%2015.1406%2024.078%2015.4219C24.3593%2015.7031%2024.4999%2016.0625%2024.4999%2016.5V21C24.4999%2021.4375%2024.3593%2021.7969%2024.078%2022.0781C23.7968%2022.3594%2023.4374%2022.5%2022.9999%2022.5C22.5624%2022.5%2022.203%2022.3594%2021.9218%2022.0781C21.6405%2021.7969%2021.4999%2021.4375%2021.4999%2021V16.5C21.4999%2016.0625%2021.6405%2015.7031%2021.9218%2015.4219C22.203%2015.1406%2022.5624%2015%2022.9999%2015ZM28.9999%2010.5V21C28.9999%2021.4375%2028.8593%2021.7969%2028.578%2022.0781C28.2968%2022.3594%2027.9374%2022.5%2027.4999%2022.5C27.0624%2022.5%2026.703%2022.3594%2026.4218%2022.0781C26.1405%2021.7969%2025.9999%2021.4375%2025.9999%2021V10.5C25.9999%2010.0625%2026.1405%209.70312%2026.4218%209.42188C26.703%209.14062%2027.0624%209%2027.4999%209C27.9374%209%2028.2968%209.14062%2028.578%209.42188C28.8593%209.70312%2028.9999%2010.0625%2028.9999%2010.5Z'%20fill='%23000000'/%3e%3c/svg%3e", V3 = () => /* @__PURE__ */ C.jsx(
|
|
1755
|
+
"img",
|
|
1756
|
+
{
|
|
1757
|
+
className: "maj-img",
|
|
1758
|
+
src: f3,
|
|
1759
|
+
alt: "chart-column"
|
|
1760
|
+
}
|
|
1761
|
+
), Z3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%209.75C15.0312%209.125%2015.25%208.59375%2015.6562%208.15625C16.0938%207.75%2016.625%207.53125%2017.25%207.5H18.75C19.375%207.53125%2019.9062%207.75%2020.3438%208.15625C20.75%208.59375%2020.9688%209.125%2021%209.75V26.25C20.9688%2026.875%2020.75%2027.4062%2020.3438%2027.8438C19.9062%2028.25%2019.375%2028.4688%2018.75%2028.5H17.25C16.625%2028.4688%2016.0938%2028.25%2015.6562%2027.8438C15.25%2027.4062%2015.0312%2026.875%2015%2026.25V9.75ZM7.5%2018.75C7.53125%2018.125%207.75%2017.5938%208.15625%2017.1562C8.59375%2016.75%209.125%2016.5312%209.75%2016.5H11.25C11.875%2016.5312%2012.4062%2016.75%2012.8438%2017.1562C13.25%2017.5938%2013.4688%2018.125%2013.5%2018.75V26.25C13.4688%2026.875%2013.25%2027.4062%2012.8438%2027.8438C12.4062%2028.25%2011.875%2028.4688%2011.25%2028.5H9.75C9.125%2028.4688%208.59375%2028.25%208.15625%2027.8438C7.75%2027.4062%207.53125%2026.875%207.5%2026.25V18.75ZM24.75%2010.5H26.25C26.875%2010.5312%2027.4062%2010.75%2027.8438%2011.1562C28.25%2011.5938%2028.4688%2012.125%2028.5%2012.75V26.25C28.4688%2026.875%2028.25%2027.4062%2027.8438%2027.8438C27.4062%2028.25%2026.875%2028.4688%2026.25%2028.5H24.75C24.125%2028.4688%2023.5938%2028.25%2023.1562%2027.8438C22.75%2027.4062%2022.5312%2026.875%2022.5%2026.25V12.75C22.5312%2012.125%2022.75%2011.5938%2023.1562%2011.1562C23.5938%2010.75%2024.125%2010.5312%2024.75%2010.5Z'%20fill='%23000000'/%3e%3c/svg%3e", I3 = () => /* @__PURE__ */ C.jsx(
|
|
1762
|
+
"img",
|
|
1763
|
+
{
|
|
1764
|
+
className: "maj-img",
|
|
1765
|
+
src: Z3,
|
|
1766
|
+
alt: "chart-simple"
|
|
1767
|
+
}
|
|
1768
|
+
), p3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.0781%2010.9219C28.3594%2011.2344%2028.5%2011.5938%2028.5%2012C28.5%2012.4062%2028.3594%2012.7656%2028.0781%2013.0781L16.0781%2025.0781C15.7656%2025.3594%2015.4062%2025.5%2015%2025.5C14.5938%2025.5%2014.2344%2025.3594%2013.9219%2025.0781L7.92188%2019.0781C7.64062%2018.7656%207.5%2018.4062%207.5%2018C7.5%2017.5938%207.64062%2017.2344%207.92188%2016.9219C8.23438%2016.6406%208.59375%2016.5%209%2016.5C9.40625%2016.5%209.76562%2016.6406%2010.0781%2016.9219L15%2021.8906L25.9219%2010.9219C26.2344%2010.6406%2026.5938%2010.5%2027%2010.5C27.4062%2010.5%2027.7656%2010.6406%2028.0781%2010.9219Z'%20fill='%23000000'/%3e%3c/svg%3e", $3 = () => /* @__PURE__ */ C.jsx(
|
|
1769
|
+
"img",
|
|
1770
|
+
{
|
|
1771
|
+
className: "maj-img",
|
|
1772
|
+
src: p3,
|
|
1773
|
+
alt: "check"
|
|
1774
|
+
}
|
|
1775
|
+
), b3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030Z'%20fill='%23000000'/%3e%3c/svg%3e", B3 = () => /* @__PURE__ */ C.jsx(
|
|
1776
|
+
"img",
|
|
1777
|
+
{
|
|
1778
|
+
className: "maj-img",
|
|
1779
|
+
src: b3,
|
|
1780
|
+
alt: "circle"
|
|
1781
|
+
}
|
|
1782
|
+
), N3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM23.2969%2015.7969C23.7344%2015.2656%2023.7344%2014.7344%2023.2969%2014.2031C22.7656%2013.7656%2022.2344%2013.7656%2021.7031%2014.2031L16.5%2019.4062L14.2969%2017.2031C13.7656%2016.7656%2013.2344%2016.7656%2012.7031%2017.2031C12.2656%2017.7344%2012.2656%2018.2656%2012.7031%2018.7969L15.7031%2021.7969C16.2344%2022.2344%2016.7656%2022.2344%2017.2969%2021.7969L23.2969%2015.7969Z'%20fill='%23000000'/%3e%3c/svg%3e", S3 = () => /* @__PURE__ */ C.jsx(
|
|
1783
|
+
"img",
|
|
1784
|
+
{
|
|
1785
|
+
className: "maj-img",
|
|
1786
|
+
src: N3,
|
|
1787
|
+
alt: "circle-check"
|
|
1788
|
+
}
|
|
1789
|
+
), k3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM18%2012C17.3125%2012.0625%2016.9375%2012.4375%2016.875%2013.125V18.375C16.9375%2019.0625%2017.3125%2019.4375%2018%2019.5C18.6875%2019.4375%2019.0625%2019.0625%2019.125%2018.375V13.125C19.0625%2012.4375%2018.6875%2012.0625%2018%2012ZM16.5%2022.5C16.5%2022.9375%2016.6406%2023.2969%2016.9219%2023.5781C17.2031%2023.8594%2017.5625%2024%2018%2024C18.4375%2024%2018.7969%2023.8594%2019.0781%2023.5781C19.3594%2023.2969%2019.5%2022.9375%2019.5%2022.5C19.5%2022.0625%2019.3594%2021.7031%2019.0781%2021.4219C18.7969%2021.1406%2018.4375%2021%2018%2021C17.5625%2021%2017.2031%2021.1406%2016.9219%2021.4219C16.6406%2021.7031%2016.5%2022.0625%2016.5%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", y3 = () => /* @__PURE__ */ C.jsx(
|
|
1790
|
+
"img",
|
|
1791
|
+
{
|
|
1792
|
+
className: "maj-img",
|
|
1793
|
+
src: k3,
|
|
1794
|
+
alt: "circle-exclamation"
|
|
1795
|
+
}
|
|
1796
|
+
), E3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM16.125%2021.75C15.4375%2021.8125%2015.0625%2022.1875%2015%2022.875C15.0625%2023.5625%2015.4375%2023.9375%2016.125%2024H19.875C20.5625%2023.9375%2020.9375%2023.5625%2021%2022.875C20.9375%2022.1875%2020.5625%2021.8125%2019.875%2021.75H19.5V17.625C19.4375%2016.9375%2019.0625%2016.5625%2018.375%2016.5H16.125C15.4375%2016.5625%2015.0625%2016.9375%2015%2017.625C15.0625%2018.3125%2015.4375%2018.6875%2016.125%2018.75H17.25V21.75H16.125ZM18%2012C17.5625%2012%2017.2031%2012.1406%2016.9219%2012.4219C16.6406%2012.7031%2016.5%2013.0625%2016.5%2013.5C16.5%2013.9375%2016.6406%2014.2969%2016.9219%2014.5781C17.2031%2014.8594%2017.5625%2015%2018%2015C18.4375%2015%2018.7969%2014.8594%2019.0781%2014.5781C19.3594%2014.2969%2019.5%2013.9375%2019.5%2013.5C19.5%2013.0625%2019.3594%2012.7031%2019.0781%2012.4219C18.7969%2012.1406%2018.4375%2012%2018%2012Z'%20fill='%23000000'/%3e%3c/svg%3e", R3 = () => /* @__PURE__ */ C.jsx(
|
|
1797
|
+
"img",
|
|
1798
|
+
{
|
|
1799
|
+
className: "maj-img",
|
|
1800
|
+
src: E3,
|
|
1801
|
+
alt: "circle-info"
|
|
1802
|
+
}
|
|
1803
|
+
), T3 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4999%2030C16.3124%2029.9688%2014.3124%2029.4375%2012.4999%2028.4062C10.6874%2027.3438%209.21863%2025.875%208.09363%2024C7.03113%2022.0938%206.49988%2020.0938%206.49988%2018C6.49988%2015.9062%207.03113%2013.9062%208.09363%2012C9.21863%2010.125%2010.6874%208.65625%2012.4999%207.59375C14.3124%206.5625%2016.3124%206.03125%2018.4999%206C20.6874%206.03125%2022.6874%206.5625%2024.4999%207.59375C26.3124%208.65625%2027.7811%2010.125%2028.9061%2012C29.9686%2013.9062%2030.4999%2015.9062%2030.4999%2018C30.4999%2020.0938%2029.9686%2022.0938%2028.9061%2024C27.7811%2025.875%2026.3124%2027.3438%2024.4999%2028.4062C22.6874%2029.4375%2020.6874%2029.9688%2018.4999%2030ZM15.1249%2016.875C14.4374%2016.9375%2014.0624%2017.3125%2013.9999%2018C14.0624%2018.6875%2014.4374%2019.0625%2015.1249%2019.125H21.8749C22.5624%2019.0625%2022.9374%2018.6875%2022.9999%2018C22.9374%2017.3125%2022.5624%2016.9375%2021.8749%2016.875H15.1249Z'%20fill='%23000000'/%3e%3c/svg%3e", A3 = () => /* @__PURE__ */ C.jsx(
|
|
1804
|
+
"img",
|
|
1805
|
+
{
|
|
1806
|
+
className: "maj-img",
|
|
1807
|
+
src: T3,
|
|
1808
|
+
alt: "circle-minus"
|
|
1809
|
+
}
|
|
1810
|
+
), P3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM13.9688%2013.7344V13.8281C13.7812%2014.4844%2014%2014.9531%2014.625%2015.2344C15.2812%2015.4219%2015.7656%2015.2031%2016.0781%2014.5781V14.4844C16.1406%2014.3281%2016.2656%2014.25%2016.4531%2014.25H19.1719C19.6094%2014.2812%2019.8438%2014.5156%2019.875%2014.9531C19.875%2015.2344%2019.75%2015.4375%2019.5%2015.5625L17.4375%2016.7812C17.0625%2017%2016.875%2017.3281%2016.875%2017.7656V18.375C16.9375%2019.0625%2017.3125%2019.4375%2018%2019.5C18.6875%2019.4375%2019.0625%2019.0625%2019.125%2018.375L20.625%2017.5312C21.5938%2016.9375%2022.0938%2016.0781%2022.125%2014.9531C22.0938%2014.1094%2021.8125%2013.4219%2021.2812%2012.8906C20.7188%2012.3281%2020.0156%2012.0312%2019.1719%2012H16.4531C15.8594%2012%2015.3438%2012.1562%2014.9062%2012.4688C14.4688%2012.7812%2014.1562%2013.2031%2013.9688%2013.7344ZM16.5%2022.5C16.5%2022.9375%2016.6406%2023.2969%2016.9219%2023.5781C17.2031%2023.8594%2017.5625%2024%2018%2024C18.4375%2024%2018.7969%2023.8594%2019.0781%2023.5781C19.3594%2023.2969%2019.5%2022.9375%2019.5%2022.5C19.5%2022.0625%2019.3594%2021.7031%2019.0781%2021.4219C18.7969%2021.1406%2018.4375%2021%2018%2021C17.5625%2021%2017.2031%2021.1406%2016.9219%2021.4219C16.6406%2021.7031%2016.5%2022.0625%2016.5%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", _3 = () => /* @__PURE__ */ C.jsx(
|
|
1811
|
+
"img",
|
|
1812
|
+
{
|
|
1813
|
+
className: "maj-img",
|
|
1814
|
+
src: P3,
|
|
1815
|
+
alt: "circle-question"
|
|
1816
|
+
}
|
|
1817
|
+
), F3 = () => /* @__PURE__ */ C.jsx(
|
|
1818
|
+
"img",
|
|
1819
|
+
{
|
|
1820
|
+
className: "maj-img",
|
|
1821
|
+
src: N2,
|
|
1822
|
+
alt: "circle-user"
|
|
1823
|
+
}
|
|
1824
|
+
), D3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030ZM14.2031%2014.2031C13.7656%2014.7344%2013.7656%2015.2656%2014.2031%2015.7969L16.4062%2018L14.2031%2020.2031C13.7656%2020.7344%2013.7656%2021.2656%2014.2031%2021.7969C14.7344%2022.2344%2015.2656%2022.2344%2015.7969%2021.7969L18%2019.5938L20.2031%2021.7969C20.7344%2022.2344%2021.2656%2022.2344%2021.7969%2021.7969C22.2344%2021.2656%2022.2344%2020.7344%2021.7969%2020.2031L19.5938%2018L21.7969%2015.7969C22.2344%2015.2656%2022.2344%2014.7344%2021.7969%2014.2031C21.2656%2013.7656%2020.7344%2013.7656%2020.2031%2014.2031L18%2016.4062L15.7969%2014.2031C15.2656%2013.7656%2014.7344%2013.7656%2014.2031%2014.2031Z'%20fill='%23000000'/%3e%3c/svg%3e", O3 = () => /* @__PURE__ */ C.jsx(
|
|
1825
|
+
"img",
|
|
1826
|
+
{
|
|
1827
|
+
className: "maj-img",
|
|
1828
|
+
src: D3,
|
|
1829
|
+
alt: "circle-x-mark"
|
|
1830
|
+
}
|
|
1831
|
+
), U3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206C19%206.03125%2019.875%206.3125%2020.625%206.84375C21.375%207.40625%2021.9219%208.125%2022.2656%209H24C24.8438%209.03125%2025.5469%209.32812%2026.1094%209.89062C26.6719%2010.4531%2026.9688%2011.1562%2027%2012V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V12C9.03125%2011.1562%209.32812%2010.4531%209.89062%209.89062C10.4531%209.32812%2011.1562%209.03125%2012%209H13.7812C14.0938%208.125%2014.625%207.40625%2015.375%206.84375C16.125%206.3125%2017%206.03125%2018%206ZM18%209C17.5625%209%2017.2031%209.14062%2016.9219%209.42188C16.6406%209.70312%2016.5%2010.0625%2016.5%2010.5C16.5%2010.9375%2016.6406%2011.2969%2016.9219%2011.5781C17.2031%2011.8594%2017.5625%2012%2018%2012C18.4375%2012%2018.7969%2011.8594%2019.0781%2011.5781C19.3594%2011.2969%2019.5%2010.9375%2019.5%2010.5C19.5%2010.0625%2019.3594%209.70312%2019.0781%209.42188C18.7969%209.14062%2018.4375%209%2018%209ZM12.375%2018.75C12.4375%2019.4375%2012.8125%2019.8125%2013.5%2019.875C14.1875%2019.8125%2014.5625%2019.4375%2014.625%2018.75C14.5625%2018.0625%2014.1875%2017.6875%2013.5%2017.625C12.8125%2017.6875%2012.4375%2018.0625%2012.375%2018.75ZM17.25%2018C16.7812%2018.0312%2016.5312%2018.2812%2016.5%2018.75C16.5312%2019.2188%2016.7812%2019.4688%2017.25%2019.5H23.25C23.7188%2019.4688%2023.9688%2019.2188%2024%2018.75C23.9688%2018.2812%2023.7188%2018.0312%2023.25%2018H17.25ZM12.375%2023.25C12.4375%2023.9375%2012.8125%2024.3125%2013.5%2024.375C14.1875%2024.3125%2014.5625%2023.9375%2014.625%2023.25C14.5625%2022.5625%2014.1875%2022.1875%2013.5%2022.125C12.8125%2022.1875%2012.4375%2022.5625%2012.375%2023.25ZM16.5%2023.25C16.5312%2023.7188%2016.7812%2023.9688%2017.25%2024H23.25C23.7188%2023.9688%2023.9688%2023.7188%2024%2023.25C23.9688%2022.7812%2023.7188%2022.5312%2023.25%2022.5H17.25C16.7812%2022.5312%2016.5312%2022.7812%2016.5%2023.25Z'%20fill='%23000000'/%3e%3c/svg%3e", q3 = () => /* @__PURE__ */ C.jsx(
|
|
1832
|
+
"img",
|
|
1833
|
+
{
|
|
1834
|
+
className: "maj-img",
|
|
1835
|
+
src: U3,
|
|
1836
|
+
alt: "clipboard-list"
|
|
1837
|
+
}
|
|
1838
|
+
), G3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206C20.1875%206.03125%2022.1875%206.5625%2024%207.59375C25.8125%208.65625%2027.2812%2010.125%2028.4062%2012C29.4688%2013.9062%2030%2015.9062%2030%2018C30%2020.0938%2029.4688%2022.0938%2028.4062%2024C27.2812%2025.875%2025.8125%2027.3438%2024%2028.4062C22.1875%2029.4375%2020.1875%2029.9688%2018%2030C15.8125%2029.9688%2013.8125%2029.4375%2012%2028.4062C10.1875%2027.3438%208.71875%2025.875%207.59375%2024C6.53125%2022.0938%206%2020.0938%206%2018C6%2015.9062%206.53125%2013.9062%207.59375%2012C8.71875%2010.125%2010.1875%208.65625%2012%207.59375C13.8125%206.5625%2015.8125%206.03125%2018%206ZM16.875%2011.625V18C16.875%2018.4062%2017.0469%2018.7188%2017.3906%2018.9375L21.8906%2021.9375C22.4844%2022.2812%2023%2022.1719%2023.4375%2021.6094C23.7812%2021.0156%2023.6719%2020.5%2023.1094%2020.0625L19.125%2017.3906V11.625C19.0625%2010.9375%2018.6875%2010.5625%2018%2010.5C17.3125%2010.5625%2016.9375%2010.9375%2016.875%2011.625Z'%20fill='%23000000'/%3e%3c/svg%3e", W3 = () => /* @__PURE__ */ C.jsx(
|
|
1839
|
+
"img",
|
|
1840
|
+
{
|
|
1841
|
+
className: "maj-img",
|
|
1842
|
+
src: G3,
|
|
1843
|
+
alt: "clock"
|
|
1844
|
+
}
|
|
1845
|
+
), Y3 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M30%2017.25C29.9688%2019.0625%2029.4219%2020.7031%2028.3594%2022.1719C27.2969%2023.6406%2025.8594%2024.8125%2024.0469%2025.6875C22.2656%2026.5312%2020.25%2026.9688%2018%2027C16.25%2027%2014.625%2026.7188%2013.125%2026.1562C12.5312%2026.5938%2011.6875%2027.0781%2010.5938%2027.6094C9.40625%2028.1406%208.125%2028.4375%206.75%2028.5C6.4375%2028.5%206.20312%2028.3438%206.04688%2028.0312C5.95312%2027.7188%206.01562%2027.4531%206.23438%2027.2344V27.1875C6.23438%2027.1875%206.25%2027.1719%206.28125%2027.1406C6.34375%2027.0781%206.42188%2026.9844%206.51562%2026.8594C6.73438%2026.6406%206.96875%2026.3125%207.21875%2025.875C7.75%2025.0625%208.09375%2024.0781%208.25%2022.9219C6.78125%2021.2969%206.03125%2019.4062%206%2017.25C6.03125%2015.4375%206.57812%2013.7969%207.64062%2012.3281C8.70312%2010.8594%2010.1406%209.6875%2011.9531%208.8125C13.7344%207.96875%2015.75%207.53125%2018%207.5C20.25%207.53125%2022.2656%207.96875%2024.0469%208.8125C25.8594%209.6875%2027.2969%2010.8594%2028.3594%2012.3281C29.4219%2013.7969%2029.9688%2015.4375%2030%2017.25Z'%20fill='%23000000'/%3e%3c/svg%3e", z3 = () => /* @__PURE__ */ C.jsx(
|
|
1846
|
+
"img",
|
|
1847
|
+
{
|
|
1848
|
+
className: "maj-img",
|
|
1849
|
+
src: Y3,
|
|
1850
|
+
alt: "comment"
|
|
1851
|
+
}
|
|
1852
|
+
), X3 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99988%207.5H28.9999C29.8436%207.53125%2030.5468%207.82812%2031.1093%208.39062C31.6718%208.95312%2031.9686%209.65625%2031.9999%2010.5V12H4.99988V10.5C5.03113%209.65625%205.328%208.95312%205.8905%208.39062C6.453%207.82812%207.15613%207.53125%207.99988%207.5ZM31.9999%2016.5V25.5C31.9686%2026.3438%2031.6718%2027.0469%2031.1093%2027.6094C30.5468%2028.1719%2029.8436%2028.4688%2028.9999%2028.5H7.99988C7.15613%2028.4688%206.453%2028.1719%205.8905%2027.6094C5.328%2027.0469%205.03113%2026.3438%204.99988%2025.5V16.5H31.9999ZM10.2499%2022.5C9.78113%2022.5312%209.53113%2022.7812%209.49988%2023.25C9.53113%2023.7188%209.78113%2023.9688%2010.2499%2024H13.2499C13.7186%2023.9688%2013.9686%2023.7188%2013.9999%2023.25C13.9686%2022.7812%2013.7186%2022.5312%2013.2499%2022.5H10.2499ZM15.4999%2023.25C15.5311%2023.7188%2015.7811%2023.9688%2016.2499%2024H22.2499C22.7186%2023.9688%2022.9686%2023.7188%2022.9999%2023.25C22.9686%2022.7812%2022.7186%2022.5312%2022.2499%2022.5H16.2499C15.7811%2022.5312%2015.5311%2022.7812%2015.4999%2023.25Z'%20fill='%23000000'/%3e%3c/svg%3e", J3 = () => /* @__PURE__ */ C.jsx(
|
|
1853
|
+
"img",
|
|
1854
|
+
{
|
|
1855
|
+
className: "maj-img",
|
|
1856
|
+
src: X3,
|
|
1857
|
+
alt: "credit-card"
|
|
1858
|
+
}
|
|
1859
|
+
), K3 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4999%206C18.9374%206%2019.2968%206.14062%2019.578%206.42188C19.8593%206.70312%2019.9999%207.0625%2019.9999%207.5V7.96875C22.2499%208.34375%2024.1405%209.29688%2025.6718%2010.8281C27.203%2012.3906%2028.1561%2014.2812%2028.5311%2016.5H28.9999C29.4374%2016.5%2029.7968%2016.6406%2030.078%2016.9219C30.3593%2017.2031%2030.4999%2017.5625%2030.4999%2018C30.4999%2018.4375%2030.3593%2018.7969%2030.078%2019.0781C29.7968%2019.3594%2029.4374%2019.5%2028.9999%2019.5H28.5311C28.1561%2021.75%2027.203%2023.6406%2025.6718%2025.1719C24.1093%2026.7031%2022.2186%2027.6562%2019.9999%2028.0312V28.5C19.9999%2028.9375%2019.8593%2029.2969%2019.578%2029.5781C19.2968%2029.8594%2018.9374%2030%2018.4999%2030C18.0624%2030%2017.703%2029.8594%2017.4218%2029.5781C17.1405%2029.2969%2016.9999%2028.9375%2016.9999%2028.5V28.0312C14.7499%2027.6562%2012.8593%2026.7031%2011.328%2025.1719C9.79675%2023.6406%208.84363%2021.75%208.46863%2019.5H7.99988C7.56238%2019.5%207.203%2019.3594%206.92175%2019.0781C6.6405%2018.7969%206.49988%2018.4375%206.49988%2018C6.49988%2017.5625%206.6405%2017.2031%206.92175%2016.9219C7.203%2016.6406%207.56238%2016.5%207.99988%2016.5H8.46863C8.84363%2014.25%209.79675%2012.3594%2011.328%2010.8281C12.8593%209.29688%2014.7499%208.34375%2016.9999%207.96875V7.5C16.9999%207.0625%2017.1405%206.70312%2017.4218%206.42188C17.703%206.14062%2018.0624%206%2018.4999%206ZM11.5155%2019.5C11.828%2020.875%2012.4843%2022.0469%2013.4843%2023.0156C14.453%2024.0156%2015.6249%2024.6719%2016.9999%2024.9844V24C16.9999%2023.5625%2017.1405%2023.2031%2017.4218%2022.9219C17.703%2022.6406%2018.0624%2022.5%2018.4999%2022.5C18.9374%2022.5%2019.2968%2022.6406%2019.578%2022.9219C19.8593%2023.2031%2019.9999%2023.5625%2019.9999%2024V24.9844C21.3749%2024.6719%2022.5468%2024.0156%2023.5155%2023.0156C24.5155%2022.0469%2025.1718%2020.875%2025.4843%2019.5H24.4999C24.0624%2019.5%2023.703%2019.3594%2023.4218%2019.0781C23.1405%2018.7969%2022.9999%2018.4375%2022.9999%2018C22.9999%2017.5625%2023.1405%2017.2031%2023.4218%2016.9219C23.703%2016.6406%2024.0624%2016.5%2024.4999%2016.5H25.4843C25.1718%2015.125%2024.5155%2013.9531%2023.5155%2012.9844C22.5468%2011.9844%2021.3749%2011.3281%2019.9999%2011.0156V12C19.9999%2012.4375%2019.8593%2012.7969%2019.578%2013.0781C19.2968%2013.3594%2018.9374%2013.5%2018.4999%2013.5C18.0624%2013.5%2017.703%2013.3594%2017.4218%2013.0781C17.1405%2012.7969%2016.9999%2012.4375%2016.9999%2012V11.0156C15.6249%2011.3281%2014.453%2011.9844%2013.4843%2012.9844C12.4843%2013.9531%2011.828%2015.125%2011.5155%2016.5H12.4999C12.9374%2016.5%2013.2968%2016.6406%2013.578%2016.9219C13.8593%2017.2031%2013.9999%2017.5625%2013.9999%2018C13.9999%2018.4375%2013.8593%2018.7969%2013.578%2019.0781C13.2968%2019.3594%2012.9374%2019.5%2012.4999%2019.5H11.5155ZM18.4999%2016.5C18.9374%2016.5%2019.2968%2016.6406%2019.578%2016.9219C19.8593%2017.2031%2019.9999%2017.5625%2019.9999%2018C19.9999%2018.4375%2019.8593%2018.7969%2019.578%2019.0781C19.2968%2019.3594%2018.9374%2019.5%2018.4999%2019.5C18.0624%2019.5%2017.703%2019.3594%2017.4218%2019.0781C17.1405%2018.7969%2016.9999%2018.4375%2016.9999%2018C16.9999%2017.5625%2017.1405%2017.2031%2017.4218%2016.9219C17.703%2016.6406%2018.0624%2016.5%2018.4999%2016.5Z'%20fill='%23000000'/%3e%3c/svg%3e", Q3 = () => /* @__PURE__ */ C.jsx(
|
|
1860
|
+
"img",
|
|
1861
|
+
{
|
|
1862
|
+
className: "maj-img",
|
|
1863
|
+
src: K3,
|
|
1864
|
+
alt: "cross-hairs"
|
|
1865
|
+
}
|
|
1866
|
+
), C9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28.9999%209.75V12C28.9374%2013.0625%2027.9061%2013.9531%2025.9061%2014.6719C23.9374%2015.3594%2021.4686%2015.7188%2018.4999%2015.75C15.5311%2015.7188%2013.0624%2015.3594%2011.0936%2014.6719C9.09363%2013.9531%208.06238%2013.0625%207.99988%2012V9.75C8.06238%208.6875%209.09363%207.79687%2011.0936%207.07812C13.0624%206.39062%2015.5311%206.03125%2018.4999%206C21.4686%206.03125%2023.9374%206.39062%2025.9061%207.07812C27.9061%207.79687%2028.9374%208.6875%2028.9999%209.75ZM26.4218%2016.0781C27.4218%2015.7344%2028.2811%2015.2812%2028.9999%2014.7188V19.5C28.9374%2020.5625%2027.9061%2021.4531%2025.9061%2022.1719C23.9374%2022.8594%2021.4686%2023.2188%2018.4999%2023.25C15.5311%2023.2188%2013.0624%2022.8594%2011.0936%2022.1719C9.09363%2021.4531%208.06238%2020.5625%207.99988%2019.5V14.7188C8.71863%2015.2812%209.578%2015.7344%2010.578%2016.0781C12.7655%2016.8281%2015.4061%2017.2188%2018.4999%2017.25C21.5936%2017.2188%2024.2343%2016.8281%2026.4218%2016.0781ZM7.99988%2022.2188C8.71863%2022.7812%209.578%2023.2344%2010.578%2023.5781C12.7655%2024.3281%2015.4061%2024.7188%2018.4999%2024.75C21.5936%2024.7188%2024.2343%2024.3281%2026.4218%2023.5781C27.4218%2023.2344%2028.2811%2022.7812%2028.9999%2022.2188V26.25C28.9374%2027.3125%2027.9061%2028.2031%2025.9061%2028.9219C23.9374%2029.6094%2021.4686%2029.9688%2018.4999%2030C15.5311%2029.9688%2013.0624%2029.6094%2011.0936%2028.9219C9.09363%2028.2031%208.06238%2027.3125%207.99988%2026.25V22.2188Z'%20fill='%23000000'/%3e%3c/svg%3e", e9 = () => /* @__PURE__ */ C.jsx(
|
|
1867
|
+
"img",
|
|
1868
|
+
{
|
|
1869
|
+
className: "maj-icon",
|
|
1870
|
+
src: C9,
|
|
1871
|
+
alt: "database"
|
|
1872
|
+
}
|
|
1873
|
+
), a9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.875%2018C7.90625%2017%208.34375%2016.25%209.1875%2015.75C10.0625%2015.25%2010.9375%2015.25%2011.8125%2015.75C12.6562%2016.25%2013.0938%2017%2013.125%2018C13.0938%2019%2012.6562%2019.75%2011.8125%2020.25C10.9375%2020.75%2010.0625%2020.75%209.1875%2020.25C8.34375%2019.75%207.90625%2019%207.875%2018ZM15.375%2018C15.4062%2017%2015.8438%2016.25%2016.6875%2015.75C17.5625%2015.25%2018.4375%2015.25%2019.3125%2015.75C20.1562%2016.25%2020.5938%2017%2020.625%2018C20.5938%2019%2020.1562%2019.75%2019.3125%2020.25C18.4375%2020.75%2017.5625%2020.75%2016.6875%2020.25C15.8438%2019.75%2015.4062%2019%2015.375%2018ZM25.5%2015.375C26.5%2015.4062%2027.25%2015.8438%2027.75%2016.6875C28.25%2017.5625%2028.25%2018.4375%2027.75%2019.3125C27.25%2020.1562%2026.5%2020.5938%2025.5%2020.625C24.5%2020.5938%2023.75%2020.1562%2023.25%2019.3125C22.75%2018.4375%2022.75%2017.5625%2023.25%2016.6875C23.75%2015.8438%2024.5%2015.4062%2025.5%2015.375Z'%20fill='%23000000'/%3e%3c/svg%3e", t9 = () => /* @__PURE__ */ C.jsx(
|
|
1874
|
+
"img",
|
|
1875
|
+
{
|
|
1876
|
+
className: "maj-img",
|
|
1877
|
+
src: a9,
|
|
1878
|
+
alt: "ellipsis"
|
|
1879
|
+
}
|
|
1880
|
+
), s9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2022.875C19%2022.9062%2019.75%2023.3438%2020.25%2024.1875C20.75%2025.0625%2020.75%2025.9375%2020.25%2026.8125C19.75%2027.6562%2019%2028.0938%2018%2028.125C17%2028.0938%2016.25%2027.6562%2015.75%2026.8125C15.25%2025.9375%2015.25%2025.0625%2015.75%2024.1875C16.25%2023.3438%2017%2022.9062%2018%2022.875ZM18%2015.375C19%2015.4062%2019.75%2015.8438%2020.25%2016.6875C20.75%2017.5625%2020.75%2018.4375%2020.25%2019.3125C19.75%2020.1562%2019%2020.5938%2018%2020.625C17%2020.5938%2016.25%2020.1562%2015.75%2019.3125C15.25%2018.4375%2015.25%2017.5625%2015.75%2016.6875C16.25%2015.8438%2017%2015.4062%2018%2015.375ZM20.625%2010.5C20.5938%2011.5%2020.1562%2012.25%2019.3125%2012.75C18.4375%2013.25%2017.5625%2013.25%2016.6875%2012.75C15.8438%2012.25%2015.4062%2011.5%2015.375%2010.5C15.4062%209.5%2015.8438%208.75%2016.6875%208.25C17.5625%207.75%2018.4375%207.75%2019.3125%208.25C20.1562%208.75%2020.5938%209.5%2020.625%2010.5Z'%20fill='%23000000'/%3e%3c/svg%3e", n9 = () => /* @__PURE__ */ C.jsx(
|
|
1881
|
+
"img",
|
|
1882
|
+
{
|
|
1883
|
+
className: "maj-img",
|
|
1884
|
+
src: s9,
|
|
1885
|
+
alt: "ellipsis-vertical"
|
|
1886
|
+
}
|
|
1887
|
+
), i9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.74988%209H28.2499C28.8749%209.03125%2029.4061%209.25%2029.8436%209.65625C30.2499%2010.0938%2030.4686%2010.625%2030.4999%2011.25C30.4686%2012%2030.1718%2012.5938%2029.6093%2013.0312L19.3905%2020.7188C18.7968%2021.0938%2018.203%2021.0938%2017.6093%2020.7188L7.3905%2013.0312C6.828%2012.5938%206.53113%2012%206.49988%2011.25C6.53113%2010.625%206.74988%2010.0938%207.15613%209.65625C7.59363%209.25%208.12488%209.03125%208.74988%209ZM6.49988%2014.25L16.7186%2021.8906C17.2499%2022.2969%2017.8436%2022.5%2018.4999%2022.5C19.1561%2022.5%2019.7499%2022.2969%2020.2811%2021.8906L30.4999%2014.25V24C30.4686%2024.8438%2030.1718%2025.5469%2029.6093%2026.1094C29.0468%2026.6719%2028.3436%2026.9688%2027.4999%2027H9.49988C8.65613%2026.9688%207.953%2026.6719%207.3905%2026.1094C6.828%2025.5469%206.53113%2024.8438%206.49988%2024V14.25Z'%20fill='%23000000'/%3e%3c/svg%3e", l9 = () => /* @__PURE__ */ C.jsx(
|
|
1888
|
+
"img",
|
|
1889
|
+
{
|
|
1890
|
+
className: "maj-img",
|
|
1891
|
+
src: i9,
|
|
1892
|
+
alt: "envelope"
|
|
1893
|
+
}
|
|
1894
|
+
), c9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.75%2012H26.25C26.6875%2012%2027.0469%2012.1406%2027.3281%2012.4219C27.6094%2012.7031%2027.75%2013.0625%2027.75%2013.5C27.75%2013.9375%2027.6094%2014.2969%2027.3281%2014.5781C27.0469%2014.8594%2026.6875%2015%2026.25%2015H9.75C9.3125%2015%208.95312%2014.8594%208.67188%2014.5781C8.39062%2014.2969%208.25%2013.9375%208.25%2013.5C8.25%2013.0625%208.39062%2012.7031%208.67188%2012.4219C8.95312%2012.1406%209.3125%2012%209.75%2012ZM9.75%2021H26.25C26.6875%2021%2027.0469%2021.1406%2027.3281%2021.4219C27.6094%2021.7031%2027.75%2022.0625%2027.75%2022.5C27.75%2022.9375%2027.6094%2023.2969%2027.3281%2023.5781C27.0469%2023.8594%2026.6875%2024%2026.25%2024H9.75C9.3125%2024%208.95312%2023.8594%208.67188%2023.5781C8.39062%2023.2969%208.25%2022.9375%208.25%2022.5C8.25%2022.0625%208.39062%2021.7031%208.67188%2021.4219C8.95312%2021.1406%209.3125%2021%209.75%2021Z'%20fill='%23000000'/%3e%3c/svg%3e", o9 = () => /* @__PURE__ */ C.jsx(
|
|
1895
|
+
"img",
|
|
1896
|
+
{
|
|
1897
|
+
className: "maj-img",
|
|
1898
|
+
src: c9,
|
|
1899
|
+
alt: "equals"
|
|
1900
|
+
}
|
|
1901
|
+
), r9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.5H13.5C13.9375%207.5%2014.2969%207.64062%2014.5781%207.92188C14.8594%208.20312%2015%208.5625%2015%209C15%209.4375%2014.8594%209.79688%2014.5781%2010.0781C14.2969%2010.3594%2013.9375%2010.5%2013.5%2010.5H10.5V13.5C10.5%2013.9375%2010.3594%2014.2969%2010.0781%2014.5781C9.79688%2014.8594%209.4375%2015%209%2015C8.5625%2015%208.20312%2014.8594%207.92188%2014.5781C7.64062%2014.2969%207.5%2013.9375%207.5%2013.5V9C7.5%208.5625%207.64062%208.20312%207.92188%207.92188C8.20312%207.64062%208.5625%207.5%209%207.5ZM10.5%2022.5V25.5H13.5C13.9375%2025.5%2014.2969%2025.6406%2014.5781%2025.9219C14.8594%2026.2031%2015%2026.5625%2015%2027C15%2027.4375%2014.8594%2027.7969%2014.5781%2028.0781C14.2969%2028.3594%2013.9375%2028.5%2013.5%2028.5H9C8.5625%2028.5%208.20312%2028.3594%207.92188%2028.0781C7.64062%2027.7969%207.5%2027.4375%207.5%2027V22.5C7.5%2022.0625%207.64062%2021.7031%207.92188%2021.4219C8.20312%2021.1406%208.5625%2021%209%2021C9.4375%2021%209.79688%2021.1406%2010.0781%2021.4219C10.3594%2021.7031%2010.5%2022.0625%2010.5%2022.5ZM22.5%207.5H27C27.4375%207.5%2027.7969%207.64062%2028.0781%207.92188C28.3594%208.20312%2028.5%208.5625%2028.5%209V13.5C28.5%2013.9375%2028.3594%2014.2969%2028.0781%2014.5781C27.7969%2014.8594%2027.4375%2015%2027%2015C26.5625%2015%2026.2031%2014.8594%2025.9219%2014.5781C25.6406%2014.2969%2025.5%2013.9375%2025.5%2013.5V10.5H22.5C22.0625%2010.5%2021.7031%2010.3594%2021.4219%2010.0781C21.1406%209.79688%2021%209.4375%2021%209C21%208.5625%2021.1406%208.20312%2021.4219%207.92188C21.7031%207.64062%2022.0625%207.5%2022.5%207.5ZM28.5%2022.5V27C28.5%2027.4375%2028.3594%2027.7969%2028.0781%2028.0781C27.7969%2028.3594%2027.4375%2028.5%2027%2028.5H22.5C22.0625%2028.5%2021.7031%2028.3594%2021.4219%2028.0781C21.1406%2027.7969%2021%2027.4375%2021%2027C21%2026.5625%2021.1406%2026.2031%2021.4219%2025.9219C21.7031%2025.6406%2022.0625%2025.5%2022.5%2025.5H25.5V22.5C25.5%2022.0625%2025.6406%2021.7031%2025.9219%2021.4219C26.2031%2021.1406%2026.5625%2021%2027%2021C27.4375%2021%2027.7969%2021.1406%2028.0781%2021.4219C28.3594%2021.7031%2028.5%2022.0625%2028.5%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", g9 = () => /* @__PURE__ */ C.jsx(
|
|
1902
|
+
"img",
|
|
1903
|
+
{
|
|
1904
|
+
className: "maj-img",
|
|
1905
|
+
src: r9,
|
|
1906
|
+
alt: "expand"
|
|
1907
|
+
}
|
|
1908
|
+
), m9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C19.9062%207.53125%2021.6094%207.90625%2023.1094%208.625C24.6094%209.34375%2025.9219%2010.2344%2027.0469%2011.2969C28.1406%2012.3281%2029.0469%2013.3906%2029.7656%2014.4844C30.4844%2015.5781%2031.0312%2016.5625%2031.4062%2017.4375C31.5625%2017.8125%2031.5625%2018.1875%2031.4062%2018.5625C31.0312%2019.4375%2030.4844%2020.4219%2029.7656%2021.5156C29.0469%2022.6094%2028.1406%2023.6719%2027.0469%2024.7031C25.9219%2025.7656%2024.6094%2026.6562%2023.1094%2027.375C21.6094%2028.0938%2019.9062%2028.4688%2018%2028.5C16.0938%2028.4688%2014.3906%2028.0938%2012.8906%2027.375C11.3906%2026.6562%2010.0781%2025.7656%208.95312%2024.7031C7.85938%2023.6719%206.95312%2022.6094%206.23438%2021.5156C5.51562%2020.4219%204.98438%2019.4375%204.64062%2018.5625C4.48438%2018.1875%204.48438%2017.8125%204.64062%2017.4375C4.98438%2016.5625%205.51562%2015.5781%206.23438%2014.4844C6.95312%2013.3906%207.85938%2012.3281%208.95312%2011.2969C10.0781%2010.2344%2011.3906%209.34375%2012.8906%208.625C14.3906%207.90625%2016.0938%207.53125%2018%207.5ZM11.25%2018C11.25%2019.2188%2011.5469%2020.3438%2012.1406%2021.375C12.7344%2022.4062%2013.5625%2023.2344%2014.625%2023.8594C15.6875%2024.4531%2016.8125%2024.75%2018%2024.75C19.1875%2024.75%2020.3125%2024.4531%2021.375%2023.8594C22.4375%2023.2344%2023.2656%2022.4062%2023.8594%2021.375C24.4531%2020.3438%2024.75%2019.2188%2024.75%2018C24.75%2016.7812%2024.4531%2015.6562%2023.8594%2014.625C23.2656%2013.5938%2022.4375%2012.7656%2021.375%2012.1406C20.3125%2011.5469%2019.1875%2011.25%2018%2011.25C16.8125%2011.25%2015.6875%2011.5469%2014.625%2012.1406C13.5625%2012.7656%2012.7344%2013.5938%2012.1406%2014.625C11.5469%2015.6562%2011.25%2016.7812%2011.25%2018ZM18%2015C18%2014.6562%2017.9531%2014.3438%2017.8594%2014.0625C17.7969%2013.75%2017.9062%2013.5625%2018.1875%2013.5C19.1562%2013.5625%2020.0312%2013.8906%2020.8125%2014.4844C21.5625%2015.0781%2022.0781%2015.8594%2022.3594%2016.8281C22.6406%2018.0781%2022.4844%2019.2188%2021.8906%2020.25C21.2969%2021.2812%2020.3906%2021.9844%2019.1719%2022.3594C17.9219%2022.6406%2016.7812%2022.4844%2015.75%2021.8906C14.7188%2021.2969%2014.0156%2020.3906%2013.6406%2019.1719C13.5469%2018.8281%2013.5%2018.5%2013.5%2018.1875C13.5625%2017.9062%2013.75%2017.7969%2014.0625%2017.8594C14.3438%2017.9531%2014.6562%2018%2015%2018C15.8438%2017.9688%2016.5469%2017.6719%2017.1094%2017.1094C17.6719%2016.5469%2017.9688%2015.8438%2018%2015Z'%20fill='%23000000'/%3e%3c/svg%3e", h9 = () => /* @__PURE__ */ C.jsx(
|
|
1909
|
+
"img",
|
|
1910
|
+
{
|
|
1911
|
+
className: "maj-icon",
|
|
1912
|
+
src: m9,
|
|
1913
|
+
alt: "eye"
|
|
1914
|
+
}
|
|
1915
|
+
), w9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.82812%206.23438L10.0781%2010.3594C11.1094%209.51562%2012.2812%208.82812%2013.5938%208.29688C14.9375%207.79687%2016.4062%207.53125%2018%207.5C19.9062%207.53125%2021.6094%207.90625%2023.1094%208.625C24.6094%209.34375%2025.9219%2010.2344%2027.0469%2011.2969C28.1406%2012.3281%2029.0469%2013.3906%2029.7656%2014.4844C30.4844%2015.5781%2031.0312%2016.5625%2031.4062%2017.4375C31.5312%2017.8125%2031.5312%2018.1875%2031.4062%2018.5625C31.0625%2019.3438%2030.5781%2020.2188%2029.9531%2021.1875C29.3281%2022.1875%2028.5625%2023.1719%2027.6562%2024.1406L32.5781%2027.9844C33.0781%2028.4531%2033.1406%2028.9844%2032.7656%2029.5781C32.2969%2030.0781%2031.7656%2030.1406%2031.1719%2029.7656L3.42188%208.01562C2.92188%207.54688%202.85938%207.01563%203.23438%206.42188C3.70312%205.92187%204.23438%205.85938%204.82812%206.23438ZM13.4531%2013.0312L17.6719%2016.3125C17.8906%2015.9375%2018%2015.5%2018%2015C18%2014.6562%2017.9531%2014.3438%2017.8594%2014.0625C17.7969%2013.75%2017.9062%2013.5625%2018.1875%2013.5C19.1562%2013.5625%2020.0312%2013.8906%2020.8125%2014.4844C21.5625%2015.0781%2022.0781%2015.8594%2022.3594%2016.8281C22.6094%2017.8906%2022.5312%2018.8906%2022.125%2019.8281L23.9531%2021.2344C24.4844%2020.2656%2024.75%2019.1875%2024.75%2018C24.6875%2016.0938%2024.0312%2014.5%2022.7812%2013.2188C21.5%2011.9688%2019.9062%2011.3125%2018%2011.25C16.2188%2011.2812%2014.7031%2011.875%2013.4531%2013.0312ZM20.4844%2024.2812L23.9062%2027C22.2188%2027.9375%2020.25%2028.4375%2018%2028.5C16.0938%2028.4688%2014.3906%2028.0938%2012.8906%2027.375C11.3906%2026.6562%2010.0938%2025.7656%209%2024.7031C7.875%2023.6719%206.95312%2022.6094%206.23438%2021.5156C5.51562%2020.4219%204.98438%2019.4375%204.64062%2018.5625C4.48438%2018.1875%204.48438%2017.8125%204.64062%2017.4375C5.07812%2016.3125%205.82812%2015.0312%206.89062%2013.5938L11.2969%2017.0625C11.2656%2017.375%2011.25%2017.6875%2011.25%2018C11.3125%2019.9062%2011.9688%2021.5%2013.2188%2022.7812C14.5%2024.0312%2016.0938%2024.6875%2018%2024.75C18.875%2024.75%2019.7031%2024.5938%2020.4844%2024.2812Z'%20fill='%23000000'/%3e%3c/svg%3e", v9 = () => /* @__PURE__ */ C.jsx(
|
|
1916
|
+
"img",
|
|
1917
|
+
{
|
|
1918
|
+
className: "maj-img",
|
|
1919
|
+
src: w9,
|
|
1920
|
+
alt: "eye-slash"
|
|
1921
|
+
}
|
|
1922
|
+
), j9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%206H19.5V12C19.5%2012.4375%2019.6406%2012.7969%2019.9219%2013.0781C20.2031%2013.3594%2020.5625%2013.5%2021%2013.5H27V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM21%206L27%2012H21V6ZM19.125%2016.875C19.0625%2016.1875%2018.6875%2015.8125%2018%2015.75C17.3125%2015.8125%2016.9375%2016.1875%2016.875%2016.875V21.6562L15.4219%2020.2031C14.8906%2019.7656%2014.3594%2019.7656%2013.8281%2020.2031C13.3906%2020.7344%2013.3906%2021.2656%2013.8281%2021.7969L17.2031%2025.1719C17.7344%2025.6094%2018.2656%2025.6094%2018.7969%2025.1719L22.1719%2021.7969C22.6094%2021.2656%2022.6094%2020.7344%2022.1719%2020.2031C21.6406%2019.7656%2021.1094%2019.7656%2020.5781%2020.2031L19.125%2021.6562V16.875Z'%20fill='%23000000'/%3e%3c/svg%3e", d9 = () => /* @__PURE__ */ C.jsx(
|
|
1923
|
+
"img",
|
|
1924
|
+
{
|
|
1925
|
+
className: "maj-img",
|
|
1926
|
+
src: j9,
|
|
1927
|
+
alt: "file-arrow-down"
|
|
1928
|
+
}
|
|
1929
|
+
), x9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%206H19.5V12C19.5%2012.4375%2019.6406%2012.7969%2019.9219%2013.0781C20.2031%2013.3594%2020.5625%2013.5%2021%2013.5H27V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM21%206L27%2012H21V6ZM19.125%2025.125V20.3438L20.5781%2021.7969C21.1094%2022.2344%2021.6406%2022.2344%2022.1719%2021.7969C22.6094%2021.2656%2022.6094%2020.7344%2022.1719%2020.2031L18.7969%2016.8281C18.2656%2016.3906%2017.7344%2016.3906%2017.2031%2016.8281L13.8281%2020.2031C13.3906%2020.7344%2013.3906%2021.2656%2013.8281%2021.7969C14.3594%2022.2344%2014.8906%2022.2344%2015.4219%2021.7969L16.875%2020.3438V25.125C16.9375%2025.8125%2017.3125%2026.1875%2018%2026.25C18.6875%2026.1875%2019.0625%2025.8125%2019.125%2025.125Z'%20fill='%23000000'/%3e%3c/svg%3e", M9 = () => /* @__PURE__ */ C.jsx(
|
|
1930
|
+
"img",
|
|
1931
|
+
{
|
|
1932
|
+
className: "maj-img",
|
|
1933
|
+
src: x9,
|
|
1934
|
+
alt: "file-arrow-up"
|
|
1935
|
+
}
|
|
1936
|
+
), u9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%206H19.5V12C19.5%2012.4375%2019.6406%2012.7969%2019.9219%2013.0781C20.2031%2013.3594%2020.5625%2013.5%2021%2013.5H27V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM21%206L27%2012H21V6ZM12.75%209C12.2812%209.03125%2012.0312%209.28125%2012%209.75C12.0312%2010.2188%2012.2812%2010.4688%2012.75%2010.5H15.75C16.2188%2010.4688%2016.4688%2010.2188%2016.5%209.75C16.4688%209.28125%2016.2188%209.03125%2015.75%209H12.75ZM12.75%2012C12.2812%2012.0312%2012.0312%2012.2812%2012%2012.75C12.0312%2013.2188%2012.2812%2013.4688%2012.75%2013.5H15.75C16.2188%2013.4688%2016.4688%2013.2188%2016.5%2012.75C16.4688%2012.2812%2016.2188%2012.0312%2015.75%2012H12.75ZM13.5%2016.5C13.0625%2016.5%2012.7031%2016.6406%2012.4219%2016.9219C12.1406%2017.2031%2012%2017.5625%2012%2018V21C12%2021.4375%2012.1406%2021.7969%2012.4219%2022.0781C12.7031%2022.3594%2013.0625%2022.5%2013.5%2022.5H22.5C22.9375%2022.5%2023.2969%2022.3594%2023.5781%2022.0781C23.8594%2021.7969%2024%2021.4375%2024%2021V18C24%2017.5625%2023.8594%2017.2031%2023.5781%2016.9219C23.2969%2016.6406%2022.9375%2016.5%2022.5%2016.5H13.5ZM13.5%2018H22.5V21H13.5V18ZM20.25%2025.5C19.7812%2025.5312%2019.5312%2025.7812%2019.5%2026.25C19.5312%2026.7188%2019.7812%2026.9688%2020.25%2027H23.25C23.7188%2026.9688%2023.9688%2026.7188%2024%2026.25C23.9688%2025.7812%2023.7188%2025.5312%2023.25%2025.5H20.25Z'%20fill='%23000000'/%3e%3c/svg%3e", L9 = () => /* @__PURE__ */ C.jsx(
|
|
1937
|
+
"img",
|
|
1938
|
+
{
|
|
1939
|
+
className: "maj-img",
|
|
1940
|
+
src: u9,
|
|
1941
|
+
alt: "file-invoice"
|
|
1942
|
+
}
|
|
1943
|
+
), H9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.1875%208.57812C6.53125%207.89062%207.09375%207.53125%207.875%207.5H28.125C28.9062%207.53125%2029.4688%207.89062%2029.8125%208.57812C30.125%209.29688%2030.0469%209.95312%2029.5781%2010.5469L21%2021.0469V27C20.9688%2027.5938%2020.6875%2028.0469%2020.1562%2028.3594C19.625%2028.6094%2019.1094%2028.5625%2018.6094%2028.2188L15.6094%2025.9688C15.2031%2025.6562%2015%2025.25%2015%2024.75V21.0469L6.42188%2010.5469C5.95312%209.95312%205.875%209.29688%206.1875%208.57812Z'%20fill='%23000000'/%3e%3c/svg%3e", f9 = () => /* @__PURE__ */ C.jsx(
|
|
1944
|
+
"img",
|
|
1945
|
+
{
|
|
1946
|
+
className: "maj-img",
|
|
1947
|
+
src: H9,
|
|
1948
|
+
alt: "filter"
|
|
1949
|
+
}
|
|
1950
|
+
), V9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.8594%208.10938L20.2969%2016.5H25.5C26.1875%2016.5312%2026.6562%2016.8594%2026.9062%2017.4844C27.125%2018.1094%2026.9844%2018.6562%2026.4844%2019.125L14.4844%2029.625C13.8906%2030.0938%2013.2656%2030.125%2012.6094%2029.7188C12.0156%2029.2188%2011.8594%2028.6094%2012.1406%2027.8906L15.75%2019.5H10.5C9.84375%2019.4688%209.375%2019.1406%209.09375%2018.5156C8.875%2017.8906%209.01562%2017.3438%209.51562%2016.875L21.5156%206.375C22.1094%205.90625%2022.7344%205.875%2023.3906%206.28125C23.9844%206.78125%2024.1406%207.39063%2023.8594%208.10938Z'%20fill='%23000000'/%3e%3c/svg%3e", Z9 = () => /* @__PURE__ */ C.jsx(
|
|
1951
|
+
"img",
|
|
1952
|
+
{
|
|
1953
|
+
className: "maj-img",
|
|
1954
|
+
src: V9,
|
|
1955
|
+
alt: "flash"
|
|
1956
|
+
}
|
|
1957
|
+
), I9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9844%2026.6719C12.4844%2027.0469%2011.9375%2027.1094%2011.3438%2026.8594C10.8125%2026.5781%2010.5312%2026.125%2010.5%2025.5V10.5C10.5312%209.875%2010.8125%209.42188%2011.3438%209.14062C11.9375%208.89062%2012.4844%208.95312%2012.9844%209.32812L21.9844%2016.8281L22.5%2017.2969V10.5C22.5%2010.0625%2022.6406%209.70312%2022.9219%209.42188C23.2031%209.14062%2023.5625%209%2024%209C24.4375%209%2024.7969%209.14062%2025.0781%209.42188C25.3594%209.70312%2025.5%2010.0625%2025.5%2010.5V25.5C25.5%2025.9375%2025.3594%2026.2969%2025.0781%2026.5781C24.7969%2026.8594%2024.4375%2027%2024%2027C23.5625%2027%2023.2031%2026.8594%2022.9219%2026.5781C22.6406%2026.2969%2022.5%2025.9375%2022.5%2025.5V18.7031L21.9844%2019.1719L12.9844%2026.6719Z'%20fill='%23000000'/%3e%3c/svg%3e", p9 = () => /* @__PURE__ */ C.jsx(
|
|
1958
|
+
"img",
|
|
1959
|
+
{
|
|
1960
|
+
className: "maj-img",
|
|
1961
|
+
src: I9,
|
|
1962
|
+
alt: "forward-step"
|
|
1963
|
+
}
|
|
1964
|
+
), $9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2018C6.03125%2015.8125%206.5625%2013.8125%207.59375%2012C8.65625%2010.1875%2010.125%208.71875%2012%207.59375C13.9062%206.53125%2015.9062%206%2018%206C20.0938%206%2022.0938%206.53125%2024%207.59375C25.875%208.71875%2027.3438%2010.1875%2028.4062%2012C29.4375%2013.8125%2029.9688%2015.8125%2030%2018C29.9688%2020.1875%2029.4375%2022.1875%2028.4062%2024C27.3438%2025.8125%2025.875%2027.2812%2024%2028.4062C22.0938%2029.4688%2020.0938%2030%2018%2030C15.9062%2030%2013.9062%2029.4688%2012%2028.4062C10.125%2027.2812%208.65625%2025.8125%207.59375%2024C6.5625%2022.1875%206.03125%2020.1875%206%2018ZM21%2022.5C21%2021.875%2020.8281%2021.3125%2020.4844%2020.8125C20.1406%2020.3125%2019.6875%2019.9531%2019.125%2019.7344V10.125C19.0625%209.4375%2018.6875%209.0625%2018%209C17.3125%209.0625%2016.9375%209.4375%2016.875%2010.125V19.7344C16.3125%2019.9531%2015.8594%2020.3125%2015.5156%2020.8125C15.1719%2021.3125%2015%2021.875%2015%2022.5C15.0312%2023.3438%2015.3281%2024.0469%2015.8906%2024.6094C16.4531%2025.1719%2017.1562%2025.4688%2018%2025.5C18.8438%2025.4688%2019.5469%2025.1719%2020.1094%2024.6094C20.6719%2024.0469%2020.9688%2023.3438%2021%2022.5ZM12.75%2014.25C13.1875%2014.25%2013.5469%2014.1094%2013.8281%2013.8281C14.1094%2013.5469%2014.25%2013.1875%2014.25%2012.75C14.25%2012.3125%2014.1094%2011.9531%2013.8281%2011.6719C13.5469%2011.3906%2013.1875%2011.25%2012.75%2011.25C12.3125%2011.25%2011.9531%2011.3906%2011.6719%2011.6719C11.3906%2011.9531%2011.25%2012.3125%2011.25%2012.75C11.25%2013.1875%2011.3906%2013.5469%2011.6719%2013.8281C11.9531%2014.1094%2012.3125%2014.25%2012.75%2014.25ZM12%2018C12%2017.5625%2011.8594%2017.2031%2011.5781%2016.9219C11.2969%2016.6406%2010.9375%2016.5%2010.5%2016.5C10.0625%2016.5%209.70312%2016.6406%209.42188%2016.9219C9.14062%2017.2031%209%2017.5625%209%2018C9%2018.4375%209.14062%2018.7969%209.42188%2019.0781C9.70312%2019.3594%2010.0625%2019.5%2010.5%2019.5C10.9375%2019.5%2011.2969%2019.3594%2011.5781%2019.0781C11.8594%2018.7969%2012%2018.4375%2012%2018ZM25.5%2019.5C25.9375%2019.5%2026.2969%2019.3594%2026.5781%2019.0781C26.8594%2018.7969%2027%2018.4375%2027%2018C27%2017.5625%2026.8594%2017.2031%2026.5781%2016.9219C26.2969%2016.6406%2025.9375%2016.5%2025.5%2016.5C25.0625%2016.5%2024.7031%2016.6406%2024.4219%2016.9219C24.1406%2017.2031%2024%2017.5625%2024%2018C24%2018.4375%2024.1406%2018.7969%2024.4219%2019.0781C24.7031%2019.3594%2025.0625%2019.5%2025.5%2019.5ZM24.75%2012.75C24.75%2012.3125%2024.6094%2011.9531%2024.3281%2011.6719C24.0469%2011.3906%2023.6875%2011.25%2023.25%2011.25C22.8125%2011.25%2022.4531%2011.3906%2022.1719%2011.6719C21.8906%2011.9531%2021.75%2012.3125%2021.75%2012.75C21.75%2013.1875%2021.8906%2013.5469%2022.1719%2013.8281C22.4531%2014.1094%2022.8125%2014.25%2023.25%2014.25C23.6875%2014.25%2024.0469%2014.1094%2024.3281%2013.8281C24.6094%2013.5469%2024.75%2013.1875%2024.75%2012.75Z'%20fill='%23000000'/%3e%3c/svg%3e", b9 = () => /* @__PURE__ */ C.jsx(
|
|
1965
|
+
"img",
|
|
1966
|
+
{
|
|
1967
|
+
className: "maj-img",
|
|
1968
|
+
src: $9,
|
|
1969
|
+
alt: "gauge"
|
|
1970
|
+
}
|
|
1971
|
+
), B9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.7499%2013.8281C29.8749%2014.2656%2029.7811%2014.6406%2029.4686%2014.9531L27.4061%2016.8281C27.4686%2017.2031%2027.4999%2017.5938%2027.4999%2018C27.4999%2018.4062%2027.4686%2018.7969%2027.4061%2019.1719L29.4686%2021.0469C29.7811%2021.3594%2029.8749%2021.7344%2029.7499%2022.1719C29.5311%2022.7344%2029.2811%2023.2812%2028.9999%2023.8125L28.7655%2024.1875C28.453%2024.6875%2028.1093%2025.1719%2027.7343%2025.6406C27.4218%2025.9844%2027.0468%2026.0938%2026.6093%2025.9688L23.9843%2025.125C23.3593%2025.625%2022.6718%2026.0156%2021.9218%2026.2969L21.3593%2029.0156C21.2343%2029.4531%2020.9374%2029.7188%2020.4686%2029.8125C19.8436%2029.9375%2019.1874%2030%2018.4999%2030C17.8124%2030%2017.1405%2029.9375%2016.4843%2029.8125C16.0468%2029.7188%2015.7655%2029.4531%2015.6405%2029.0156L15.078%2026.2969C14.328%2026.0156%2013.6405%2025.625%2013.0155%2025.125L10.3905%2025.9688C9.953%2026.0938%209.578%2025.9844%209.2655%2025.6406C8.85925%2025.1719%208.5155%2024.6875%208.23425%2024.1875L7.99988%2023.8125C7.71863%2023.2812%207.46863%2022.75%207.24988%2022.2188C7.12488%2021.75%207.21863%2021.3594%207.53113%2021.0469L9.59363%2019.2188C9.53113%2018.8125%209.49988%2018.4062%209.49988%2018C9.49988%2017.5938%209.53113%2017.2031%209.59363%2016.8281L7.53113%2014.9531C7.21863%2014.6406%207.12488%2014.2656%207.24988%2013.8281C7.46863%2013.2656%207.71863%2012.7188%207.99988%2012.1875L8.23425%2011.8125C8.5155%2011.3125%208.85925%2010.8281%209.2655%2010.3594C9.578%2010.0156%209.953%209.90625%2010.3905%2010.0312L13.0155%2010.875C13.6405%2010.375%2014.328%209.96875%2015.078%209.65625L15.6405%206.98438C15.7655%206.54688%2016.0624%206.28125%2016.5311%206.1875C17.1561%206.0625%2017.8124%206%2018.4999%206C19.1874%206%2019.8593%206.0625%2020.5155%206.1875C20.953%206.28125%2021.2343%206.54688%2021.3593%206.98438L21.9218%209.65625C22.6718%209.96875%2023.3593%2010.375%2023.9843%2010.875L26.6093%2010.0312C27.0468%209.90625%2027.4218%2010.0156%2027.7343%2010.3594C28.1405%2010.8281%2028.4999%2011.3125%2028.8124%2011.8125L28.9999%2012.1875C29.2811%2012.7188%2029.5311%2013.2656%2029.7499%2013.8281ZM18.4999%2021.75C19.9061%2021.7188%2020.9843%2021.0938%2021.7343%2019.875C22.4218%2018.625%2022.4218%2017.375%2021.7343%2016.125C20.9843%2014.9062%2019.9061%2014.2812%2018.4999%2014.25C17.0936%2014.2812%2016.0155%2014.9062%2015.2655%2016.125C14.578%2017.375%2014.578%2018.625%2015.2655%2019.875C16.0155%2021.0938%2017.0936%2021.7188%2018.4999%2021.75Z'%20fill='%23000000'/%3e%3c/svg%3e", N9 = () => /* @__PURE__ */ C.jsx(
|
|
1972
|
+
"img",
|
|
1973
|
+
{
|
|
1974
|
+
className: "maj-img",
|
|
1975
|
+
src: B9,
|
|
1976
|
+
alt: "gear"
|
|
1977
|
+
}
|
|
1978
|
+
), S9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.4844%2012.3281H17.4375L16.4062%2013.2656C16.4688%2013.5781%2016.5%2013.9062%2016.5%2014.25C16.5%2014.5938%2016.4688%2014.9219%2016.4062%2015.2344L17.4375%2016.1719C17.8125%2016.4844%2017.9219%2016.875%2017.7656%2017.3438C17.6406%2017.5938%2017.5156%2017.8281%2017.3906%2018.0469L17.25%2018.3281C17.0938%2018.5469%2016.9375%2018.7656%2016.7812%2018.9844C16.4688%2019.3594%2016.0781%2019.4688%2015.6094%2019.3125L14.2969%2018.8906C13.7969%2019.2969%2013.2344%2019.625%2012.6094%2019.875L12.3281%2021.2344C12.2031%2021.7031%2011.9062%2021.9844%2011.4375%2022.0781C11.125%2022.1094%2010.8125%2022.125%2010.5%2022.125C10.1875%2022.125%209.875%2022.1094%209.5625%2022.0781C9.09375%2021.9844%208.79688%2021.7031%208.67188%2021.2344L8.39062%2019.875C7.76562%2019.625%207.20312%2019.2969%206.70312%2018.8906L5.39062%2019.3125C4.92188%2019.4688%204.53125%2019.3594%204.21875%2018.9844C4.03125%2018.7656%203.875%2018.5469%203.75%2018.3281L3.60938%2018.0469C3.48438%2017.8281%203.35938%2017.5938%203.23438%2017.3438C3.07812%2016.875%203.1875%2016.4844%203.5625%2016.1719L4.59375%2015.2344C4.53125%2014.9219%204.5%2014.5938%204.5%2014.25C4.5%2013.9062%204.53125%2013.5781%204.59375%2013.2656L3.5625%2012.3281C3.1875%2012.0156%203.07812%2011.625%203.23438%2011.1562C3.35938%2010.9062%203.48438%2010.6719%203.60938%2010.4531L3.75%2010.2188C3.90625%209.96875%204.0625%209.73438%204.21875%209.51562C4.53125%209.14062%204.92188%209.03125%205.39062%209.1875L6.70312%209.60938C7.20312%209.20312%207.76562%208.875%208.39062%208.625L8.67188%207.26562C8.79688%206.79688%209.09375%206.51562%209.5625%206.42188C9.875%206.39062%2010.1875%206.375%2010.5%206.375C10.8438%206.375%2011.1719%206.39062%2011.4844%206.42188C11.9219%206.51562%2012.2031%206.79688%2012.3281%207.26562L12.6094%208.625C13.2344%208.875%2013.7969%209.20312%2014.2969%209.60938L15.6562%209.1875C16.0938%209.03125%2016.4688%209.14062%2016.7812%209.51562C16.9375%209.73438%2017.0938%209.95312%2017.25%2010.1719L17.3906%2010.4531C17.5156%2010.6719%2017.6406%2010.9062%2017.7656%2011.1562C17.9219%2011.625%2017.8281%2012.0156%2017.4844%2012.3281ZM8.25%2014.25C8.28125%2015.0938%208.65625%2015.75%209.375%2016.2188C10.125%2016.5938%2010.875%2016.5938%2011.625%2016.2188C12.3438%2015.75%2012.7188%2015.0938%2012.75%2014.25C12.7188%2013.4062%2012.3438%2012.75%2011.625%2012.2812C10.875%2011.9062%2010.125%2011.9062%209.375%2012.2812C8.65625%2012.75%208.28125%2013.4062%208.25%2014.25ZM26.6719%2029.4844V29.4375L25.7344%2028.4062C25.4219%2028.4688%2025.0938%2028.5%2024.75%2028.5C24.4062%2028.5%2024.0781%2028.4688%2023.7656%2028.4062L22.8281%2029.4375C22.5156%2029.8125%2022.125%2029.9219%2021.6562%2029.7656C21.4062%2029.6406%2021.1719%2029.5156%2020.9531%2029.3906L20.7188%2029.25C20.4688%2029.0938%2020.2344%2028.9375%2020.0156%2028.7812C19.6406%2028.4688%2019.5312%2028.0781%2019.6875%2027.6094L20.1094%2026.2969C19.7031%2025.7969%2019.375%2025.2344%2019.125%2024.6094L17.7656%2024.3281C17.2969%2024.2031%2017.0156%2023.9062%2016.9219%2023.4375C16.8906%2023.125%2016.875%2022.8125%2016.875%2022.5C16.875%2022.1875%2016.8906%2021.875%2016.9219%2021.5625C17.0156%2021.0938%2017.2969%2020.7969%2017.7656%2020.6719L19.125%2020.3906C19.375%2019.7656%2019.7031%2019.2031%2020.1094%2018.7031L19.6875%2017.3906C19.5312%2016.9219%2019.6406%2016.5312%2020.0156%2016.2188C20.2344%2016.0625%2020.4688%2015.9062%2020.7188%2015.75L20.9531%2015.6094C21.1719%2015.4844%2021.4062%2015.3594%2021.6562%2015.2344C22.125%2015.0781%2022.5156%2015.1875%2022.8281%2015.5625L23.7656%2016.5938C24.0781%2016.5312%2024.4062%2016.5%2024.75%2016.5C25.0938%2016.5%2025.4219%2016.5312%2025.7344%2016.5938L26.6719%2015.5625C26.9844%2015.1875%2027.375%2015.0781%2027.8438%2015.2344C28.0938%2015.3594%2028.3281%2015.4844%2028.5469%2015.6094L28.8281%2015.75C29.0469%2015.9062%2029.2656%2016.0625%2029.4844%2016.2188C29.8594%2016.5312%2029.9688%2016.9219%2029.8125%2017.3906L29.3906%2018.7031C29.7969%2019.2031%2030.125%2019.7656%2030.375%2020.3906L31.7344%2020.6719C32.2031%2020.7969%2032.4844%2021.0938%2032.5781%2021.5625C32.6094%2021.875%2032.625%2022.1875%2032.625%2022.5C32.625%2022.8125%2032.6094%2023.125%2032.5781%2023.4375C32.4844%2023.9062%2032.2031%2024.2031%2031.7344%2024.3281L30.375%2024.6094C30.125%2025.2344%2029.7969%2025.7969%2029.3906%2026.2969L29.8125%2027.6562C29.9688%2028.0938%2029.8594%2028.4688%2029.4844%2028.7812C29.2656%2028.9375%2029.0469%2029.0938%2028.8281%2029.25L28.5469%2029.3906C28.3281%2029.5156%2028.0938%2029.6406%2027.8438%2029.7656C27.375%2029.9219%2026.9844%2029.8281%2026.6719%2029.4844ZM24.75%2020.25C23.9062%2020.2812%2023.25%2020.6562%2022.7812%2021.375C22.4062%2022.125%2022.4062%2022.875%2022.7812%2023.625C23.25%2024.3438%2023.9062%2024.7188%2024.75%2024.75C25.5938%2024.7188%2026.25%2024.3438%2026.7188%2023.625C27.0938%2022.875%2027.0938%2022.125%2026.7188%2021.375C26.25%2020.6562%2025.5938%2020.2812%2024.75%2020.25Z'%20fill='%23000000'/%3e%3c/svg%3e", k9 = () => /* @__PURE__ */ C.jsx(
|
|
1979
|
+
"img",
|
|
1980
|
+
{
|
|
1981
|
+
className: "maj-img",
|
|
1982
|
+
src: S9,
|
|
1983
|
+
alt: "gears"
|
|
1984
|
+
}
|
|
1985
|
+
), y9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.5%2018C22.5%2019.0312%2022.4531%2020.0312%2022.3594%2021H13.6406C13.5469%2020.0312%2013.5%2019.0312%2013.5%2018C13.5%2016.9688%2013.5469%2015.9688%2013.6406%2015H22.3594C22.4531%2015.9688%2022.5%2016.9688%2022.5%2018ZM23.8594%2015H29.625C29.875%2015.9688%2030%2016.9688%2030%2018C30%2019.0312%2029.875%2020.0312%2029.625%2021H23.8594C23.9531%2020.0312%2024%2019.0312%2024%2018C24%2016.9688%2023.9531%2015.9688%2023.8594%2015ZM29.1094%2013.5H23.6719C23.1719%2010.4375%2022.2969%208.0625%2021.0469%206.375C22.9219%206.90625%2024.5625%207.78125%2025.9688%209C27.3438%2010.25%2028.3906%2011.75%2029.1094%2013.5ZM22.125%2013.5H13.875C14.1562%2011.7812%2014.5781%2010.2969%2015.1406%209.04688C15.6406%207.95313%2016.1562%207.15625%2016.6875%206.65625C17.2188%206.1875%2017.6562%205.96875%2018%206C18.3438%205.96875%2018.7812%206.1875%2019.3125%206.65625C19.8438%207.15625%2020.3594%207.95313%2020.8594%209.04688C21.4219%2010.2969%2021.8438%2011.7812%2022.125%2013.5ZM12.3281%2013.5H6.89062C7.60938%2011.75%208.65625%2010.25%2010.0312%209C11.4375%207.78125%2013.0781%206.90625%2014.9531%206.375C13.7031%208.0625%2012.8281%2010.4375%2012.3281%2013.5ZM6.375%2015H12.1406C12.0469%2015.9688%2012%2016.9688%2012%2018C12%2019.0312%2012.0469%2020.0312%2012.1406%2021H6.375C6.125%2020.0312%206%2019.0312%206%2018C6%2016.9688%206.125%2015.9688%206.375%2015ZM15.1406%2026.9531C14.5781%2025.7031%2014.1562%2024.2188%2013.875%2022.5H22.125C21.8438%2024.2188%2021.4219%2025.7031%2020.8594%2026.9531C20.3594%2028.0469%2019.8438%2028.8438%2019.3125%2029.3438C18.7812%2029.8125%2018.3438%2030.0312%2018%2030C17.6562%2030.0312%2017.2188%2029.8125%2016.6875%2029.3438C16.1562%2028.8438%2015.6406%2028.0469%2015.1406%2026.9531ZM12.3281%2022.5C12.8281%2025.5625%2013.7031%2027.9375%2014.9531%2029.625C13.0781%2029.0938%2011.4375%2028.2188%2010.0312%2027C8.65625%2025.75%207.60938%2024.25%206.89062%2022.5H12.3281ZM29.1094%2022.5C28.3906%2024.25%2027.3438%2025.75%2025.9688%2027C24.5625%2028.2188%2022.9375%2029.0938%2021.0938%2029.625C22.3125%2027.9375%2023.1719%2025.5625%2023.6719%2022.5H29.1094Z'%20fill='%23000000'/%3e%3c/svg%3e", E9 = () => /* @__PURE__ */ C.jsx(
|
|
1986
|
+
"img",
|
|
1987
|
+
{
|
|
1988
|
+
className: "maj-img",
|
|
1989
|
+
src: y9,
|
|
1990
|
+
alt: "globe"
|
|
1991
|
+
}
|
|
1992
|
+
), R9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99988%209.375C7.99988%208.84375%208.18738%208.40625%208.56238%208.0625C8.90613%207.6875%209.34363%207.5%209.87488%207.5H12.1249C12.6561%207.5%2013.0936%207.6875%2013.4374%208.0625C13.8124%208.40625%2013.9999%208.84375%2013.9999%209.375V11.625C13.9999%2012.1562%2013.8124%2012.5938%2013.4374%2012.9375C13.0936%2013.3125%2012.6561%2013.5%2012.1249%2013.5H9.87488C9.34363%2013.5%208.90613%2013.3125%208.56238%2012.9375C8.18738%2012.5938%207.99988%2012.1562%207.99988%2011.625V9.375ZM7.99988%2016.875C7.99988%2016.3438%208.18738%2015.9062%208.56238%2015.5625C8.90613%2015.1875%209.34363%2015%209.87488%2015H12.1249C12.6561%2015%2013.0936%2015.1875%2013.4374%2015.5625C13.8124%2015.9062%2013.9999%2016.3438%2013.9999%2016.875V19.125C13.9999%2019.6562%2013.8124%2020.0938%2013.4374%2020.4375C13.0936%2020.8125%2012.6561%2021%2012.1249%2021H9.87488C9.34363%2021%208.90613%2020.8125%208.56238%2020.4375C8.18738%2020.0938%207.99988%2019.6562%207.99988%2019.125V16.875ZM13.9999%2024.375V26.625C13.9999%2027.1562%2013.8124%2027.5938%2013.4374%2027.9375C13.0936%2028.3125%2012.6561%2028.5%2012.1249%2028.5H9.87488C9.34363%2028.5%208.90613%2028.3125%208.56238%2027.9375C8.18738%2027.5938%207.99988%2027.1562%207.99988%2026.625V24.375C7.99988%2023.8438%208.18738%2023.4062%208.56238%2023.0625C8.90613%2022.6875%209.34363%2022.5%209.87488%2022.5H12.1249C12.6561%2022.5%2013.0936%2022.6875%2013.4374%2023.0625C13.8124%2023.4062%2013.9999%2023.8438%2013.9999%2024.375ZM15.4999%209.375C15.4999%208.84375%2015.6874%208.40625%2016.0624%208.0625C16.4061%207.6875%2016.8436%207.5%2017.3749%207.5H19.6249C20.1561%207.5%2020.5936%207.6875%2020.9374%208.0625C21.3124%208.40625%2021.4999%208.84375%2021.4999%209.375V11.625C21.4999%2012.1562%2021.3124%2012.5938%2020.9374%2012.9375C20.5936%2013.3125%2020.1561%2013.5%2019.6249%2013.5H17.3749C16.8436%2013.5%2016.4061%2013.3125%2016.0624%2012.9375C15.6874%2012.5938%2015.4999%2012.1562%2015.4999%2011.625V9.375ZM21.4999%2016.875V19.125C21.4999%2019.6562%2021.3124%2020.0938%2020.9374%2020.4375C20.5936%2020.8125%2020.1561%2021%2019.6249%2021H17.3749C16.8436%2021%2016.4061%2020.8125%2016.0624%2020.4375C15.6874%2020.0938%2015.4999%2019.6562%2015.4999%2019.125V16.875C15.4999%2016.3438%2015.6874%2015.9062%2016.0624%2015.5625C16.4061%2015.1875%2016.8436%2015%2017.3749%2015H19.6249C20.1561%2015%2020.5936%2015.1875%2020.9374%2015.5625C21.3124%2015.9062%2021.4999%2016.3438%2021.4999%2016.875ZM15.4999%2024.375C15.4999%2023.8438%2015.6874%2023.4062%2016.0624%2023.0625C16.4061%2022.6875%2016.8436%2022.5%2017.3749%2022.5H19.6249C20.1561%2022.5%2020.5936%2022.6875%2020.9374%2023.0625C21.3124%2023.4062%2021.4999%2023.8438%2021.4999%2024.375V26.625C21.4999%2027.1562%2021.3124%2027.5938%2020.9374%2027.9375C20.5936%2028.3125%2020.1561%2028.5%2019.6249%2028.5H17.3749C16.8436%2028.5%2016.4061%2028.3125%2016.0624%2027.9375C15.6874%2027.5938%2015.4999%2027.1562%2015.4999%2026.625V24.375ZM28.9999%209.375V11.625C28.9999%2012.1562%2028.8124%2012.5938%2028.4374%2012.9375C28.0936%2013.3125%2027.6561%2013.5%2027.1249%2013.5H24.8749C24.3436%2013.5%2023.9061%2013.3125%2023.5624%2012.9375C23.1874%2012.5938%2022.9999%2012.1562%2022.9999%2011.625V9.375C22.9999%208.84375%2023.1874%208.40625%2023.5624%208.0625C23.9061%207.6875%2024.3436%207.5%2024.8749%207.5H27.1249C27.6561%207.5%2028.0936%207.6875%2028.4374%208.0625C28.8124%208.40625%2028.9999%208.84375%2028.9999%209.375ZM22.9999%2016.875C22.9999%2016.3438%2023.1874%2015.9062%2023.5624%2015.5625C23.9061%2015.1875%2024.3436%2015%2024.8749%2015H27.1249C27.6561%2015%2028.0936%2015.1875%2028.4374%2015.5625C28.8124%2015.9062%2028.9999%2016.3438%2028.9999%2016.875V19.125C28.9999%2019.6562%2028.8124%2020.0938%2028.4374%2020.4375C28.0936%2020.8125%2027.6561%2021%2027.1249%2021H24.8749C24.3436%2021%2023.9061%2020.8125%2023.5624%2020.4375C23.1874%2020.0938%2022.9999%2019.6562%2022.9999%2019.125V16.875ZM28.9999%2024.375V26.625C28.9999%2027.1562%2028.8124%2027.5938%2028.4374%2027.9375C28.0936%2028.3125%2027.6561%2028.5%2027.1249%2028.5H24.8749C24.3436%2028.5%2023.9061%2028.3125%2023.5624%2027.9375C23.1874%2027.5938%2022.9999%2027.1562%2022.9999%2026.625V24.375C22.9999%2023.8438%2023.1874%2023.4062%2023.5624%2023.0625C23.9061%2022.6875%2024.3436%2022.5%2024.8749%2022.5H27.1249C27.6561%2022.5%2028.0936%2022.6875%2028.4374%2023.0625C28.8124%2023.4062%2028.9999%2023.8438%2028.9999%2024.375Z'%20fill='%23000000'/%3e%3c/svg%3e", T9 = () => /* @__PURE__ */ C.jsx(
|
|
1993
|
+
"img",
|
|
1994
|
+
{
|
|
1995
|
+
className: "maj-img",
|
|
1996
|
+
src: R9,
|
|
1997
|
+
alt: "grid"
|
|
1998
|
+
}
|
|
1999
|
+
), A9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5%2013.875V16.125C13.5%2016.6562%2013.3125%2017.0938%2012.9375%2017.4375C12.5938%2017.8125%2012.1562%2018%2011.625%2018H9.375C8.84375%2018%208.40625%2017.8125%208.0625%2017.4375C7.6875%2017.0938%207.5%2016.6562%207.5%2016.125V13.875C7.5%2013.3438%207.6875%2012.9062%208.0625%2012.5625C8.40625%2012.1875%208.84375%2012%209.375%2012H11.625C12.1562%2012%2012.5938%2012.1875%2012.9375%2012.5625C13.3125%2012.9062%2013.5%2013.3438%2013.5%2013.875ZM13.5%2021.375V23.625C13.5%2024.1562%2013.3125%2024.5938%2012.9375%2024.9375C12.5938%2025.3125%2012.1562%2025.5%2011.625%2025.5H9.375C8.84375%2025.5%208.40625%2025.3125%208.0625%2024.9375C7.6875%2024.5938%207.5%2024.1562%207.5%2023.625V21.375C7.5%2020.8438%207.6875%2020.4062%208.0625%2020.0625C8.40625%2019.6875%208.84375%2019.5%209.375%2019.5H11.625C12.1562%2019.5%2012.5938%2019.6875%2012.9375%2020.0625C13.3125%2020.4062%2013.5%2020.8438%2013.5%2021.375ZM15%2013.875C15%2013.3438%2015.1875%2012.9062%2015.5625%2012.5625C15.9062%2012.1875%2016.3438%2012%2016.875%2012H19.125C19.6562%2012%2020.0938%2012.1875%2020.4375%2012.5625C20.8125%2012.9062%2021%2013.3438%2021%2013.875V16.125C21%2016.6562%2020.8125%2017.0938%2020.4375%2017.4375C20.0938%2017.8125%2019.6562%2018%2019.125%2018H16.875C16.3438%2018%2015.9062%2017.8125%2015.5625%2017.4375C15.1875%2017.0938%2015%2016.6562%2015%2016.125V13.875ZM21%2021.375V23.625C21%2024.1562%2020.8125%2024.5938%2020.4375%2024.9375C20.0938%2025.3125%2019.6562%2025.5%2019.125%2025.5H16.875C16.3438%2025.5%2015.9062%2025.3125%2015.5625%2024.9375C15.1875%2024.5938%2015%2024.1562%2015%2023.625V21.375C15%2020.8438%2015.1875%2020.4062%2015.5625%2020.0625C15.9062%2019.6875%2016.3438%2019.5%2016.875%2019.5H19.125C19.6562%2019.5%2020.0938%2019.6875%2020.4375%2020.0625C20.8125%2020.4062%2021%2020.8438%2021%2021.375ZM22.5%2013.875C22.5%2013.3438%2022.6875%2012.9062%2023.0625%2012.5625C23.4062%2012.1875%2023.8438%2012%2024.375%2012H26.625C27.1562%2012%2027.5938%2012.1875%2027.9375%2012.5625C28.3125%2012.9062%2028.5%2013.3438%2028.5%2013.875V16.125C28.5%2016.6562%2028.3125%2017.0938%2027.9375%2017.4375C27.5938%2017.8125%2027.1562%2018%2026.625%2018H24.375C23.8438%2018%2023.4062%2017.8125%2023.0625%2017.4375C22.6875%2017.0938%2022.5%2016.6562%2022.5%2016.125V13.875ZM28.5%2021.375V23.625C28.5%2024.1562%2028.3125%2024.5938%2027.9375%2024.9375C27.5938%2025.3125%2027.1562%2025.5%2026.625%2025.5H24.375C23.8438%2025.5%2023.4062%2025.3125%2023.0625%2024.9375C22.6875%2024.5938%2022.5%2024.1562%2022.5%2023.625V21.375C22.5%2020.8438%2022.6875%2020.4062%2023.0625%2020.0625C23.4062%2019.6875%2023.8438%2019.5%2024.375%2019.5H26.625C27.1562%2019.5%2027.5938%2019.6875%2027.9375%2020.0625C28.3125%2020.4062%2028.5%2020.8438%2028.5%2021.375Z'%20fill='%23000000'/%3e%3c/svg%3e", P9 = () => /* @__PURE__ */ C.jsx(
|
|
2000
|
+
"img",
|
|
2001
|
+
{
|
|
2002
|
+
className: "maj-img",
|
|
2003
|
+
src: A9,
|
|
2004
|
+
alt: "grid-horizontal"
|
|
2005
|
+
}
|
|
2006
|
+
), _9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.7499%2012.75C13.9061%2012.7188%2013.2499%2012.3438%2012.7811%2011.625C12.4061%2010.875%2012.4061%2010.125%2012.7811%209.375C13.2499%208.65625%2013.9061%208.28125%2014.7499%208.25C15.5936%208.28125%2016.2499%208.65625%2016.7186%209.375C17.0936%2010.125%2017.0936%2010.875%2016.7186%2011.625C16.2499%2012.3438%2015.5936%2012.7188%2014.7499%2012.75ZM14.7499%2020.25C13.9061%2020.2188%2013.2499%2019.8438%2012.7811%2019.125C12.4061%2018.375%2012.4061%2017.625%2012.7811%2016.875C13.2499%2016.1562%2013.9061%2015.7812%2014.7499%2015.75C15.5936%2015.7812%2016.2499%2016.1562%2016.7186%2016.875C17.0936%2017.625%2017.0936%2018.375%2016.7186%2019.125C16.2499%2019.8438%2015.5936%2020.2188%2014.7499%2020.25ZM16.9999%2025.5C16.9686%2026.3438%2016.5936%2027%2015.8749%2027.4688C15.1249%2027.8438%2014.3749%2027.8438%2013.6249%2027.4688C12.9061%2027%2012.5311%2026.3438%2012.4999%2025.5C12.5311%2024.6562%2012.9061%2024%2013.6249%2023.5312C14.3749%2023.1562%2015.1249%2023.1562%2015.8749%2023.5312C16.5936%2024%2016.9686%2024.6562%2016.9999%2025.5ZM22.2499%2012.75C21.4061%2012.7188%2020.7499%2012.3438%2020.2811%2011.625C19.9061%2010.875%2019.9061%2010.125%2020.2811%209.375C20.7499%208.65625%2021.4061%208.28125%2022.2499%208.25C23.0936%208.28125%2023.7499%208.65625%2024.2186%209.375C24.5936%2010.125%2024.5936%2010.875%2024.2186%2011.625C23.7499%2012.3438%2023.0936%2012.7188%2022.2499%2012.75ZM24.4999%2018C24.4686%2018.8438%2024.0936%2019.5%2023.3749%2019.9688C22.6249%2020.3438%2021.8749%2020.3438%2021.1249%2019.9688C20.4061%2019.5%2020.0311%2018.8438%2019.9999%2018C20.0311%2017.1562%2020.4061%2016.5%2021.1249%2016.0312C21.8749%2015.6562%2022.6249%2015.6562%2023.3749%2016.0312C24.0936%2016.5%2024.4686%2017.1562%2024.4999%2018ZM22.2499%2027.75C21.4061%2027.7188%2020.7499%2027.3438%2020.2811%2026.625C19.9061%2025.875%2019.9061%2025.125%2020.2811%2024.375C20.7499%2023.6562%2021.4061%2023.2812%2022.2499%2023.25C23.0936%2023.2812%2023.7499%2023.6562%2024.2186%2024.375C24.5936%2025.125%2024.5936%2025.875%2024.2186%2026.625C23.7499%2027.3438%2023.0936%2027.7188%2022.2499%2027.75Z'%20fill='%23000000'/%3e%3c/svg%3e", F9 = () => /* @__PURE__ */ C.jsx(
|
|
2007
|
+
"img",
|
|
2008
|
+
{
|
|
2009
|
+
className: "maj-img",
|
|
2010
|
+
src: _9,
|
|
2011
|
+
alt: "grip-dots"
|
|
2012
|
+
}
|
|
2013
|
+
), D9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%208.25C15.25%208.3125%2012.9531%209.26562%2011.1094%2011.1094C9.26562%2012.9531%208.3125%2015.25%208.25%2018V19.875C8.1875%2020.5625%207.8125%2020.9375%207.125%2021C6.4375%2020.9375%206.0625%2020.5625%206%2019.875V18C6.03125%2015.75%206.57812%2013.7344%207.64062%2011.9531C8.70312%2010.1406%2010.1406%208.70312%2011.9531%207.64062C13.7344%206.57812%2015.75%206.03125%2018%206C20.25%206.03125%2022.2656%206.57812%2024.0469%207.64062C25.8594%208.70312%2027.2969%2010.1406%2028.3594%2011.9531C29.4219%2013.7344%2029.9688%2015.75%2030%2018V24.75C29.9688%2025.9062%2029.5625%2026.875%2028.7812%2027.6562C28%2028.4375%2027.0312%2028.8438%2025.875%2028.875H20.7188C20.2812%2029.5938%2019.625%2029.9688%2018.75%2030H17.25C16.625%2029.9688%2016.0938%2029.75%2015.6562%2029.3438C15.25%2028.9062%2015.0312%2028.375%2015%2027.75C15.0312%2027.125%2015.25%2026.5938%2015.6562%2026.1562C16.0938%2025.75%2016.625%2025.5312%2017.25%2025.5H18.75C19.625%2025.5312%2020.2812%2025.9062%2020.7188%2026.625H25.875C26.4062%2026.625%2026.8438%2026.4375%2027.1875%2026.0625C27.5625%2025.7188%2027.75%2025.2812%2027.75%2024.75V18C27.6875%2015.25%2026.7344%2012.9531%2024.8906%2011.1094C23.0469%209.26562%2020.75%208.3125%2018%208.25ZM12.75%2015.75H13.5C13.9375%2015.75%2014.2969%2015.8906%2014.5781%2016.1719C14.8594%2016.4531%2015%2016.8125%2015%2017.25V22.5C15%2022.9375%2014.8594%2023.2969%2014.5781%2023.5781C14.2969%2023.8594%2013.9375%2024%2013.5%2024H12.75C11.9062%2023.9688%2011.2031%2023.6719%2010.6406%2023.1094C10.0781%2022.5469%209.78125%2021.8438%209.75%2021V18.75C9.78125%2017.9062%2010.0781%2017.2031%2010.6406%2016.6406C11.2031%2016.0781%2011.9062%2015.7812%2012.75%2015.75ZM23.25%2015.75C24.0938%2015.7812%2024.7969%2016.0781%2025.3594%2016.6406C25.9219%2017.2031%2026.2188%2017.9062%2026.25%2018.75V21C26.2188%2021.8438%2025.9219%2022.5469%2025.3594%2023.1094C24.7969%2023.6719%2024.0938%2023.9688%2023.25%2024H22.5C22.0625%2024%2021.7031%2023.8594%2021.4219%2023.5781C21.1406%2023.2969%2021%2022.9375%2021%2022.5V17.25C21%2016.8125%2021.1406%2016.4531%2021.4219%2016.1719C21.7031%2015.8906%2022.0625%2015.75%2022.5%2015.75H23.25Z'%20fill='%23000000'/%3e%3c/svg%3e", O9 = () => /* @__PURE__ */ C.jsx(
|
|
2014
|
+
"img",
|
|
2015
|
+
{
|
|
2016
|
+
className: "maj-img",
|
|
2017
|
+
src: D9,
|
|
2018
|
+
alt: "headset"
|
|
2019
|
+
}
|
|
2020
|
+
), U9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.1874%2027.9844L8.74988%2020.0625C8.53113%2019.9062%208.34363%2019.7188%208.18738%2019.5H12.2655C13.3905%2019.4375%2014.1874%2018.9062%2014.6561%2017.9062L15.1718%2016.6875L17.4686%2021.8438C17.6874%2022.25%2018.0311%2022.4688%2018.4999%2022.5C18.9374%2022.5%2019.2811%2022.2969%2019.5311%2021.8906L21.4999%2017.9062L21.5936%2018.0469C22.0936%2018.9844%2022.8749%2019.4688%2023.9374%2019.5H28.8124C28.6561%2019.7188%2028.4686%2019.9219%2028.2499%2020.1094L19.8124%2027.9844C19.4374%2028.3281%2018.9999%2028.5%2018.4999%2028.5C17.9999%2028.5%2017.5624%2028.3281%2017.1874%2027.9844ZM30.1249%2017.25H23.9374C23.7811%2017.25%2023.6718%2017.1875%2023.6093%2017.0625L22.4843%2014.8594C22.2655%2014.4844%2021.9374%2014.2812%2021.4999%2014.25C21.0311%2014.2812%2020.6874%2014.4844%2020.4686%2014.8594L18.5468%2018.75L16.1561%2013.4062C15.9374%2012.9688%2015.5936%2012.75%2015.1249%2012.75C14.6249%2012.7812%2014.2811%2013.0156%2014.0936%2013.4531L12.5936%2017.0156C12.5311%2017.1719%2012.4218%2017.25%2012.2655%2017.25H7.24988C7.12488%2017.25%207.0155%2017.2656%206.92175%2017.2969C6.6405%2016.5469%206.49988%2015.7656%206.49988%2014.9531V14.6719C6.53113%2012.9844%207.06238%2011.5469%208.09363%2010.3594C9.12488%209.14062%2010.453%208.375%2012.078%208.0625C13.1718%207.90625%2014.2343%207.98437%2015.2655%208.29688C16.2655%208.60938%2017.1561%209.15625%2017.9374%209.9375L18.4999%2010.5L19.0624%209.9375C19.8436%209.15625%2020.7343%208.60938%2021.7343%208.29688C22.7655%207.98437%2023.828%207.90625%2024.9218%208.0625C26.5468%208.375%2027.8749%209.14062%2028.9061%2010.3594C29.9374%2011.5469%2030.4686%2012.9844%2030.4999%2014.6719V14.9531C30.4999%2015.7344%2030.3749%2016.5%2030.1249%2017.25Z'%20fill='%23000000'/%3e%3c/svg%3e", q9 = () => /* @__PURE__ */ C.jsx(
|
|
2021
|
+
"img",
|
|
2022
|
+
{
|
|
2023
|
+
className: "maj-img",
|
|
2024
|
+
src: U9,
|
|
2025
|
+
alt: "heart-pulse"
|
|
2026
|
+
}
|
|
2027
|
+
), G9 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.9999%2018C31.9686%2018.4062%2031.8124%2018.75%2031.5311%2019.0312C31.2499%2019.3125%2030.9061%2019.4688%2030.4999%2019.5H28.9999L29.0468%2027C29.0155%2027.125%2028.9999%2027.25%2028.9999%2027.375V28.125C28.9999%2028.6562%2028.8124%2029.0938%2028.4374%2029.4375C28.0936%2029.8125%2027.6561%2030%2027.1249%2030H26.3749C26.3124%2030%2026.2655%2030%2026.2343%2030C26.1718%2030%2026.1093%2030%2026.0468%2030H24.4999H23.3749C22.8436%2030%2022.4061%2029.8125%2022.0624%2029.4375C21.6874%2029.0938%2021.4999%2028.6562%2021.4999%2028.125V27V24C21.4999%2023.5625%2021.3593%2023.2031%2021.078%2022.9219C20.7968%2022.6406%2020.4374%2022.5%2019.9999%2022.5H16.9999C16.5624%2022.5%2016.203%2022.6406%2015.9218%2022.9219C15.6405%2023.2031%2015.4999%2023.5625%2015.4999%2024V27V28.125C15.4999%2028.6562%2015.3124%2029.0938%2014.9374%2029.4375C14.5936%2029.8125%2014.1561%2030%2013.6249%2030H12.4999H10.9999C10.9686%2030%2010.9374%2030%2010.9061%2030C10.8749%2030%2010.8436%2030%2010.8124%2030C10.7499%2030%2010.6874%2030%2010.6249%2030H9.87488C9.34363%2030%208.90613%2029.8125%208.56238%2029.4375C8.18738%2029.0938%207.99988%2028.6562%207.99988%2028.125V22.875C7.99988%2022.8438%207.99988%2022.7969%207.99988%2022.7344V19.5H6.49988C6.06238%2019.4688%205.703%2019.3125%205.42175%2019.0312C5.1405%2018.75%204.99988%2018.4062%204.99988%2018C4.99988%2017.5625%205.15613%2017.1875%205.46863%2016.875L17.4686%206.375C17.8124%206.09375%2018.1561%205.96875%2018.4999%206C18.8749%206%2019.203%206.10937%2019.4843%206.32812L31.4843%2016.875C31.8593%2017.1875%2032.0311%2017.5625%2031.9999%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", W9 = () => /* @__PURE__ */ C.jsx(
|
|
2028
|
+
"img",
|
|
2029
|
+
{
|
|
2030
|
+
className: "maj-img",
|
|
2031
|
+
src: G9,
|
|
2032
|
+
alt: "house"
|
|
2033
|
+
}
|
|
2034
|
+
), Y9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.125%2029.3906C18.8125%2029.7656%2018.4375%2029.9531%2018%2029.9531C17.5625%2029.9531%2017.1875%2029.7656%2016.875%2029.3906C16.0312%2028.3594%2015%2026.9688%2013.7812%2025.2188C12.5625%2023.5%2011.4688%2021.7188%2010.5%2019.875C9.5625%2018.0312%209.0625%2016.4062%209%2015C9.0625%2012.4375%209.9375%2010.3125%2011.625%208.625C13.3125%206.9375%2015.4375%206.0625%2018%206C20.5625%206.0625%2022.6875%206.9375%2024.375%208.625C26.0625%2010.3125%2026.9375%2012.4375%2027%2015C26.9375%2016.4062%2026.4375%2018.0312%2025.5%2019.875C24.5312%2021.7188%2023.4375%2023.5%2022.2188%2025.2188C21%2026.9688%2019.9688%2028.3594%2019.125%2029.3906ZM18%2012C16.875%2012.0312%2016.0156%2012.5312%2015.4219%2013.5C14.8594%2014.5%2014.8594%2015.5%2015.4219%2016.5C16.0156%2017.4688%2016.875%2017.9688%2018%2018C19.125%2017.9688%2019.9844%2017.4688%2020.5781%2016.5C21.1406%2015.5%2021.1406%2014.5%2020.5781%2013.5C19.9844%2012.5312%2019.125%2012.0312%2018%2012Z'%20fill='%23000000'/%3e%3c/svg%3e", z9 = () => /* @__PURE__ */ C.jsx(
|
|
2035
|
+
"img",
|
|
2036
|
+
{
|
|
2037
|
+
className: "maj-img",
|
|
2038
|
+
src: Y9,
|
|
2039
|
+
alt: "location-dot"
|
|
2040
|
+
}
|
|
2041
|
+
), X9 = () => /* @__PURE__ */ C.jsx(
|
|
2042
|
+
"img",
|
|
2043
|
+
{
|
|
2044
|
+
className: "maj-img",
|
|
2045
|
+
src: S2,
|
|
2046
|
+
alt: "lock"
|
|
2047
|
+
}
|
|
2048
|
+
), J9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.5%2015.75C25.4688%2017.9375%2024.8438%2019.8594%2023.625%2021.5156L29.5781%2027.4219C29.8594%2027.7344%2030%2028.0938%2030%2028.5C30%2028.9062%2029.8594%2029.2656%2029.5781%2029.5781C29.2656%2029.8594%2028.9062%2030%2028.5%2030C28.0938%2030%2027.7344%2029.8594%2027.4219%2029.5781L21.5156%2023.625C19.8594%2024.8438%2017.9375%2025.4688%2015.75%2025.5C13%2025.4375%2010.7031%2024.4844%208.85938%2022.6406C7.01562%2020.7969%206.0625%2018.5%206%2015.75C6.0625%2013%207.01562%2010.7031%208.85938%208.85938C10.7031%207.01563%2013%206.0625%2015.75%206C18.5%206.0625%2020.7969%207.01563%2022.6406%208.85938C24.4844%2010.7031%2025.4375%2013%2025.5%2015.75ZM15.75%2022.5C16.9688%2022.5%2018.0938%2022.2031%2019.125%2021.6094C20.1562%2021.0156%2020.9844%2020.1875%2021.6094%2019.125C22.2031%2018.0625%2022.5%2016.9375%2022.5%2015.75C22.5%2014.5625%2022.2031%2013.4375%2021.6094%2012.375C20.9844%2011.3125%2020.1562%2010.4844%2019.125%209.89062C18.0938%209.29688%2016.9688%209%2015.75%209C14.5312%209%2013.4062%209.29688%2012.375%209.89062C11.3438%2010.4844%2010.5156%2011.3125%209.89062%2012.375C9.29688%2013.4375%209%2014.5625%209%2015.75C9%2016.9375%209.29688%2018.0625%209.89062%2019.125C10.5156%2020.1875%2011.3438%2021.0156%2012.375%2021.6094C13.4062%2022.2031%2014.5312%2022.5%2015.75%2022.5Z'%20fill='%23000000'/%3e%3c/svg%3e", K9 = () => /* @__PURE__ */ C.jsx(
|
|
2049
|
+
"img",
|
|
2050
|
+
{
|
|
2051
|
+
className: "maj-img",
|
|
2052
|
+
src: J9,
|
|
2053
|
+
alt: "magnifying-glass"
|
|
2054
|
+
}
|
|
2055
|
+
), Q9 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.75%2018C27.75%2018.4375%2027.6094%2018.7969%2027.3281%2019.0781C27.0469%2019.3594%2026.6875%2019.5%2026.25%2019.5H9.75C9.3125%2019.5%208.95312%2019.3594%208.67188%2019.0781C8.39062%2018.7969%208.25%2018.4375%208.25%2018C8.25%2017.5625%208.39062%2017.2031%208.67188%2016.9219C8.95312%2016.6406%209.3125%2016.5%209.75%2016.5H26.25C26.6875%2016.5%2027.0469%2016.6406%2027.3281%2016.9219C27.6094%2017.2031%2027.75%2017.5625%2027.75%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", C7 = () => /* @__PURE__ */ C.jsx(
|
|
2056
|
+
"img",
|
|
2057
|
+
{
|
|
2058
|
+
className: "maj-img",
|
|
2059
|
+
src: Q9,
|
|
2060
|
+
alt: "minus"
|
|
2061
|
+
}
|
|
2062
|
+
), e7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5625%209.9375C23.9688%209.34375%2023.2812%209.0625%2022.5%209.09375C21.7188%209.09375%2021.0312%209.375%2020.4375%209.9375L11.8125%2018.5625C10.8125%2019.5938%2010.3125%2020.7812%2010.3125%2022.125C10.3125%2023.4688%2010.8125%2024.6562%2011.8125%2025.6875C12.8438%2026.6875%2014.0312%2027.1875%2015.375%2027.1875C16.7188%2027.1875%2017.9062%2026.6875%2018.9375%2025.6875L26.0625%2018.5625C26.3438%2018.3125%2026.6562%2018.1875%2027%2018.1875C27.3438%2018.1875%2027.6562%2018.3125%2027.9375%2018.5625C28.1875%2018.8438%2028.3125%2019.1562%2028.3125%2019.5C28.3125%2019.8438%2028.1875%2020.1562%2027.9375%2020.4375L20.8125%2027.5625C19.2188%2029.0625%2017.4062%2029.8125%2015.375%2029.8125C13.3438%2029.8125%2011.5312%2029.0625%209.9375%2027.5625C8.4375%2025.9688%207.6875%2024.1562%207.6875%2022.125C7.6875%2020.0938%208.4375%2018.2812%209.9375%2016.6875L18.5625%208.0625C19.7188%206.96875%2021.0312%206.42188%2022.5%206.42188C23.9688%206.42188%2025.2812%206.96875%2026.4375%208.0625C27.5312%209.21875%2028.0781%2010.5312%2028.0781%2012C28.0781%2013.4688%2027.5312%2014.7812%2026.4375%2015.9375L18.1875%2024.1875C17.4688%2024.8438%2016.6562%2025.1719%2015.75%2025.1719C14.8438%2025.1719%2014.0312%2024.8438%2013.3125%2024.1875C12.6562%2023.4688%2012.3281%2022.6562%2012.3281%2021.75C12.3281%2020.8438%2012.6562%2020.0312%2013.3125%2019.3125L20.0625%2012.5625C20.3438%2012.3125%2020.6562%2012.1875%2021%2012.1875C21.3438%2012.1875%2021.6562%2012.3125%2021.9375%2012.5625C22.1875%2012.8438%2022.3125%2013.1562%2022.3125%2013.5C22.3125%2013.8438%2022.1875%2014.1562%2021.9375%2014.4375L15.1875%2021.1875C14.875%2021.5625%2014.875%2021.9375%2015.1875%2022.3125C15.5625%2022.625%2015.9375%2022.625%2016.3125%2022.3125L24.5625%2014.0625C25.1562%2013.4688%2025.4531%2012.7812%2025.4531%2012C25.4531%2011.2188%2025.1562%2010.5312%2024.5625%209.9375Z'%20fill='%23000000'/%3e%3c/svg%3e", a7 = () => /* @__PURE__ */ C.jsx(
|
|
2063
|
+
"img",
|
|
2064
|
+
{
|
|
2065
|
+
className: "maj-img",
|
|
2066
|
+
src: e7,
|
|
2067
|
+
alt: "paperclip"
|
|
2068
|
+
}
|
|
2069
|
+
), t7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.75%209H14.25C14.875%209.03125%2015.4062%209.25%2015.8438%209.65625C16.25%2010.0938%2016.4688%2010.625%2016.5%2011.25V24.75C16.4688%2025.375%2016.25%2025.9062%2015.8438%2026.3438C15.4062%2026.75%2014.875%2026.9688%2014.25%2027H12.75C12.125%2026.9688%2011.5938%2026.75%2011.1562%2026.3438C10.75%2025.9062%2010.5312%2025.375%2010.5%2024.75V11.25C10.5312%2010.625%2010.75%2010.0938%2011.1562%209.65625C11.5938%209.25%2012.125%209.03125%2012.75%209ZM21.75%209H23.25C23.875%209.03125%2024.4062%209.25%2024.8438%209.65625C25.25%2010.0938%2025.4688%2010.625%2025.5%2011.25V24.75C25.4688%2025.375%2025.25%2025.9062%2024.8438%2026.3438C24.4062%2026.75%2023.875%2026.9688%2023.25%2027H21.75C21.125%2026.9688%2020.5938%2026.75%2020.1562%2026.3438C19.75%2025.9062%2019.5312%2025.375%2019.5%2024.75V11.25C19.5312%2010.625%2019.75%2010.0938%2020.1562%209.65625C20.5938%209.25%2021.125%209.03125%2021.75%209Z'%20fill='%23000000'/%3e%3c/svg%3e", s7 = () => /* @__PURE__ */ C.jsx(
|
|
2070
|
+
"img",
|
|
2071
|
+
{
|
|
2072
|
+
className: "maj-img",
|
|
2073
|
+
src: t7,
|
|
2074
|
+
alt: "pause"
|
|
2075
|
+
}
|
|
2076
|
+
), n7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.2188%2016.8281L24.1875%2017.9062L14.8594%2027.2344C14.3594%2027.7344%2013.7656%2028.0781%2013.0781%2028.2656L7.45312%2029.9531C7.01562%2030.0469%206.64062%2029.9375%206.32812%2029.625C6.01562%2029.3125%205.92188%2028.9531%206.04688%2028.5469L7.6875%2022.875C7.90625%2022.2188%208.26562%2021.6406%208.76562%2021.1406L18.0938%2011.8125L19.125%2010.7344L19.6875%2010.2188L21.2812%2011.8125L24.1875%2014.7188L25.7812%2016.3125L25.2188%2016.8281ZM13.5%2024.7031V24.75H12C11.5312%2024.6875%2011.2812%2024.4375%2011.25%2024V22.5L10.1719%2022.9219C10.0469%2023.1094%209.9375%2023.3125%209.84375%2023.5312L8.76562%2027.1875L12.4688%2026.1094C12.6875%2026.0469%2012.8906%2025.9375%2013.0781%2025.7812L13.5%2024.7031ZM23.0156%206.89062C23.6406%206.29687%2024.3438%206%2025.125%206C25.9375%206%2026.6406%206.29687%2027.2344%206.89062L29.1094%208.71875C29.6719%209.34375%2029.9531%2010.0469%2029.9531%2010.8281C29.9531%2011.6406%2029.6719%2012.3594%2029.1094%2012.9844L28.4062%2013.6406L27.3281%2014.7188L26.8125%2015.2344L25.2188%2013.6406L22.3125%2010.7344L20.7188%209.14062L21.2812%208.625L22.3125%207.54688L23.0156%206.89062ZM20.7656%2014.7656C21.0781%2014.3906%2021.0781%2014.0312%2020.7656%2013.6875C20.4219%2013.4062%2020.0781%2013.4062%2019.7344%2013.6875L12.9844%2020.4375C12.6719%2020.7812%2012.6719%2021.1406%2012.9844%2021.5156C13.3281%2021.7969%2013.6719%2021.7969%2014.0156%2021.5156L20.7656%2014.7656Z'%20fill='%23000000'/%3e%3c/svg%3e", i7 = () => /* @__PURE__ */ C.jsx(
|
|
2077
|
+
"img",
|
|
2078
|
+
{
|
|
2079
|
+
className: "maj-img",
|
|
2080
|
+
src: n7,
|
|
2081
|
+
alt: "pencil"
|
|
2082
|
+
}
|
|
2083
|
+
), l7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2010.5C6.03125%209.65625%206.32812%208.95312%206.89062%208.39062C7.45312%207.82812%208.15625%207.53125%209%207.5H27C27.8438%207.53125%2028.5469%207.82812%2029.1094%208.39062C29.6719%208.95312%2029.9688%209.65625%2030%2010.5V25.5C29.9688%2026.3438%2029.6719%2027.0469%2029.1094%2027.6094C28.5469%2028.1719%2027.8438%2028.4688%2027%2028.5H9C8.15625%2028.4688%207.45312%2028.1719%206.89062%2027.6094C6.32812%2027.0469%206.03125%2026.3438%206%2025.5V10.5ZM21.1875%2015.5156C20.9375%2015.1719%2020.625%2015%2020.25%2015C19.8438%2015%2019.5312%2015.1719%2019.3125%2015.5156L15.2344%2021.4688L14.0156%2019.9219C13.7656%2019.6406%2013.4688%2019.5%2013.125%2019.5C12.7812%2019.5%2012.4844%2019.6406%2012.2344%2019.9219L9.23438%2023.6719C8.98438%2024.0469%208.9375%2024.4375%209.09375%2024.8438C9.3125%2025.25%209.65625%2025.4688%2010.125%2025.5H14.625H16.125H25.875C26.3125%2025.5%2026.6406%2025.2969%2026.8594%2024.8906C27.0469%2024.4844%2027.0312%2024.1094%2026.8125%2023.7656L21.1875%2015.5156ZM11.25%2015C12.0938%2014.9688%2012.75%2014.5938%2013.2188%2013.875C13.5938%2013.125%2013.5938%2012.375%2013.2188%2011.625C12.75%2010.9062%2012.0938%2010.5312%2011.25%2010.5C10.4062%2010.5312%209.75%2010.9062%209.28125%2011.625C8.90625%2012.375%208.90625%2013.125%209.28125%2013.875C9.75%2014.5938%2010.4062%2014.9688%2011.25%2015Z'%20fill='%23000000'/%3e%3c/svg%3e", c7 = () => /* @__PURE__ */ C.jsx(
|
|
2084
|
+
"img",
|
|
2085
|
+
{
|
|
2086
|
+
className: "maj-img",
|
|
2087
|
+
src: l7,
|
|
2088
|
+
alt: "picture"
|
|
2089
|
+
}
|
|
2090
|
+
), o7 = () => /* @__PURE__ */ C.jsx(
|
|
2091
|
+
"img",
|
|
2092
|
+
{
|
|
2093
|
+
className: "maj-img",
|
|
2094
|
+
src: k2,
|
|
2095
|
+
alt: "play"
|
|
2096
|
+
}
|
|
2097
|
+
), r7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5%209.75V16.5H26.25C26.6875%2016.5%2027.0469%2016.6406%2027.3281%2016.9219C27.6094%2017.2031%2027.75%2017.5625%2027.75%2018C27.75%2018.4375%2027.6094%2018.7969%2027.3281%2019.0781C27.0469%2019.3594%2026.6875%2019.5%2026.25%2019.5H19.5V26.25C19.5%2026.6875%2019.3594%2027.0469%2019.0781%2027.3281C18.7969%2027.6094%2018.4375%2027.75%2018%2027.75C17.5625%2027.75%2017.2031%2027.6094%2016.9219%2027.3281C16.6406%2027.0469%2016.5%2026.6875%2016.5%2026.25V19.5H9.75C9.3125%2019.5%208.95312%2019.3594%208.67188%2019.0781C8.39062%2018.7969%208.25%2018.4375%208.25%2018C8.25%2017.5625%208.39062%2017.2031%208.67188%2016.9219C8.95312%2016.6406%209.3125%2016.5%209.75%2016.5H16.5V9.75C16.5%209.3125%2016.6406%208.95312%2016.9219%208.67188C17.2031%208.39062%2017.5625%208.25%2018%208.25C18.4375%208.25%2018.7969%208.39062%2019.0781%208.67188C19.3594%208.95312%2019.5%209.3125%2019.5%209.75Z'%20fill='%23000000'/%3e%3c/svg%3e", g7 = () => /* @__PURE__ */ C.jsx(
|
|
2098
|
+
"img",
|
|
2099
|
+
{
|
|
2100
|
+
className: "maj-img",
|
|
2101
|
+
src: r7,
|
|
2102
|
+
alt: "plus"
|
|
2103
|
+
}
|
|
2104
|
+
), m7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%206H22.6406C23.4531%206%2024.1562%206.29687%2024.75%206.89062L26.1094%208.25C26.7031%208.84375%2027%209.54688%2027%2010.3594V13.5H24V10.3594L22.6406%209H12V13.5H9V9C9.03125%208.15625%209.32812%207.45312%209.89062%206.89062C10.4531%206.32812%2011.1562%206.03125%2012%206ZM24%2022.5H12V23.25V24V27H24V24V22.5ZM27%2024V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V24H7.5C7.0625%2024%206.70312%2023.8594%206.42188%2023.5781C6.14062%2023.2969%206%2022.9375%206%2022.5V18C6.03125%2017.1562%206.32812%2016.4531%206.89062%2015.8906C7.45312%2015.3281%208.15625%2015.0312%209%2015H27C27.8438%2015.0312%2028.5469%2015.3281%2029.1094%2015.8906C29.6719%2016.4531%2029.9688%2017.1562%2030%2018V22.5C30%2022.9375%2029.8594%2023.2969%2029.5781%2023.5781C29.2969%2023.8594%2028.9375%2024%2028.5%2024H27ZM26.25%2017.625C25.5625%2017.6875%2025.1875%2018.0625%2025.125%2018.75C25.1875%2019.4375%2025.5625%2019.8125%2026.25%2019.875C26.9375%2019.8125%2027.3125%2019.4375%2027.375%2018.75C27.3125%2018.0625%2026.9375%2017.6875%2026.25%2017.625Z'%20fill='%23000000'/%3e%3c/svg%3e", h7 = () => /* @__PURE__ */ C.jsx(
|
|
2105
|
+
"img",
|
|
2106
|
+
{
|
|
2107
|
+
className: "maj-img",
|
|
2108
|
+
src: m7,
|
|
2109
|
+
alt: "print"
|
|
2110
|
+
}
|
|
2111
|
+
), w7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2016.5C6.0625%2014.375%206.79688%2012.6094%208.20312%2011.2031C9.60938%209.79688%2011.375%209.0625%2013.5%209H21V7.5C21.0312%206.84375%2021.3438%206.39062%2021.9375%206.14062C22.5312%205.89063%2023.0781%205.98438%2023.5781%206.42188L26.5781%209.42188C26.8594%209.73438%2027%2010.0938%2027%2010.5C27%2010.9062%2026.8594%2011.2656%2026.5781%2011.5781L23.5781%2014.5781C23.0781%2015.0156%2022.5312%2015.125%2021.9375%2014.9062C21.3438%2014.625%2021.0312%2014.1562%2021%2013.5V12H13.5C12.2188%2012.0312%2011.1562%2012.4688%2010.3125%2013.3125C9.46875%2014.1562%209.03125%2015.2188%209%2016.5C9%2016.9375%208.85938%2017.2969%208.57812%2017.5781C8.29688%2017.8594%207.9375%2018%207.5%2018C7.0625%2018%206.70312%2017.8594%206.42188%2017.5781C6.14062%2017.2969%206%2016.9375%206%2016.5ZM30%2019.5C29.9375%2021.625%2029.2031%2023.3906%2027.7969%2024.7969C26.3906%2026.2031%2024.625%2026.9375%2022.5%2027H15V28.5C14.9688%2029.1562%2014.6562%2029.6094%2014.0625%2029.8594C13.4688%2030.1094%2012.9219%2030.0156%2012.4219%2029.5781L9.42188%2026.5781C9.14062%2026.2656%209%2025.9062%209%2025.5C9%2025.0938%209.14062%2024.7344%209.42188%2024.4219L12.4219%2021.4219C12.9219%2020.9844%2013.4688%2020.875%2014.0625%2021.0938C14.6562%2021.375%2014.9688%2021.8438%2015%2022.5V24H22.5C23.7812%2023.9688%2024.8438%2023.5312%2025.6875%2022.6875C26.5312%2021.8438%2026.9688%2020.7812%2027%2019.5C27%2019.0625%2027.1406%2018.7031%2027.4219%2018.4219C27.7031%2018.1406%2028.0625%2018%2028.5%2018C28.9375%2018%2029.2969%2018.1406%2029.5781%2018.4219C29.8594%2018.7031%2030%2019.0625%2030%2019.5Z'%20fill='%23000000'/%3e%3c/svg%3e", v7 = () => /* @__PURE__ */ C.jsx(
|
|
2112
|
+
"img",
|
|
2113
|
+
{
|
|
2114
|
+
className: "maj-img",
|
|
2115
|
+
src: w7,
|
|
2116
|
+
alt: "repeat"
|
|
2117
|
+
}
|
|
2118
|
+
), j7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.3906%207.64062C20.9844%207.39063%2021.5156%207.46875%2021.9844%207.875L29.4844%2014.625C29.8281%2014.9375%2030%2015.3125%2030%2015.75C30%2016.1875%2029.8281%2016.5625%2029.4844%2016.875L21.9844%2023.625C21.5156%2024.0312%2020.9844%2024.1094%2020.3906%2023.8594C19.8281%2023.5781%2019.5312%2023.125%2019.5%2022.5V19.5H15C13.7188%2019.5312%2012.6562%2019.9688%2011.8125%2020.8125C10.9688%2021.6562%2010.5312%2022.7188%2010.5%2024C10.5312%2024.7188%2010.6562%2025.2812%2010.875%2025.6875C11.0938%2026.125%2011.3125%2026.4531%2011.5312%2026.6719C11.8125%2026.9219%2011.9688%2027.2188%2012%2027.5625C11.9375%2028.125%2011.625%2028.4375%2011.0625%2028.5C10.9375%2028.5%2010.8125%2028.4688%2010.6875%2028.4062C10.375%2028.25%209.84375%2027.875%209.09375%2027.2812C8.34375%2026.6562%207.65625%2025.7656%207.03125%2024.6094C6.375%2023.4531%206.03125%2022%206%2020.25C6.0625%2017.9062%206.875%2015.9688%208.4375%2014.4375C9.96875%2012.875%2011.9062%2012.0625%2014.25%2012H19.5V9C19.5312%208.375%2019.8281%207.92188%2020.3906%207.64062Z'%20fill='%23000000'/%3e%3c/svg%3e", d7 = () => /* @__PURE__ */ C.jsx(
|
|
2119
|
+
"img",
|
|
2120
|
+
{
|
|
2121
|
+
className: "maj-img",
|
|
2122
|
+
src: j7,
|
|
2123
|
+
alt: "share"
|
|
2124
|
+
}
|
|
2125
|
+
), x7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.9375%207.59375C25.5312%207.375%2026.0781%207.48438%2026.5781%207.92188L29.5781%2010.9219C29.8594%2011.2344%2030%2011.5938%2030%2012C30%2012.4062%2029.8594%2012.7656%2029.5781%2013.0781L26.5781%2016.0781C26.0781%2016.5156%2025.5312%2016.6094%2024.9375%2016.3594C24.3438%2016.1094%2024.0312%2015.6562%2024%2015V13.5H22.5C22%2013.5%2021.5938%2013.7031%2021.2812%2014.1094L19.3125%2016.7344L17.4375%2014.25L18.8906%2012.2812C19.8281%2011.125%2021.0312%2010.5312%2022.5%2010.5H24V9C24.0312%208.34375%2024.3438%207.875%2024.9375%207.59375ZM13.6875%2019.2656L15.5625%2021.75L14.1094%2023.7188C13.1719%2024.875%2011.9688%2025.4688%2010.5%2025.5H7.5C7.0625%2025.5%206.70312%2025.3594%206.42188%2025.0781C6.14062%2024.7969%206%2024.4375%206%2024C6%2023.5625%206.14062%2023.2031%206.42188%2022.9219C6.70312%2022.6406%207.0625%2022.5%207.5%2022.5H10.5C11%2022.5%2011.4062%2022.2969%2011.7188%2021.8906L13.6875%2019.2656ZM26.5781%2028.0781C26.0781%2028.5156%2025.5312%2028.625%2024.9375%2028.4062C24.3438%2028.125%2024.0312%2027.6562%2024%2027V25.5H22.5C21.0312%2025.4688%2019.8281%2024.875%2018.8906%2023.7188L11.7188%2014.1094C11.4062%2013.7031%2011%2013.5%2010.5%2013.5H7.5C7.0625%2013.5%206.70312%2013.3594%206.42188%2013.0781C6.14062%2012.7969%206%2012.4375%206%2012C6%2011.5625%206.14062%2011.2031%206.42188%2010.9219C6.70312%2010.6406%207.0625%2010.5%207.5%2010.5H10.5C11.9688%2010.5312%2013.1719%2011.125%2014.1094%2012.2812L21.2812%2021.8906C21.5938%2022.2969%2022%2022.5%2022.5%2022.5H24V21C24.0312%2020.3438%2024.3438%2019.875%2024.9375%2019.5938C25.5312%2019.375%2026.0781%2019.4844%2026.5781%2019.9219L29.5781%2022.9219C29.8594%2023.2344%2030%2023.5938%2030%2024C30%2024.4062%2029.8594%2024.7656%2029.5781%2025.0781L26.5781%2028.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", M7 = () => /* @__PURE__ */ C.jsx(
|
|
2126
|
+
"img",
|
|
2127
|
+
{
|
|
2128
|
+
className: "maj-img",
|
|
2129
|
+
src: x7,
|
|
2130
|
+
alt: "shuffle"
|
|
2131
|
+
}
|
|
2132
|
+
), u7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9219%207.92188C17.2344%207.64062%2017.5938%207.5%2018%207.5C18.4062%207.5%2018.7656%207.64062%2019.0781%207.92188L25.0781%2013.9219C25.5156%2014.4219%2025.625%2014.9688%2025.4062%2015.5625C25.125%2016.1562%2024.6562%2016.4688%2024%2016.5H12C11.3438%2016.4688%2010.875%2016.1562%2010.5938%2015.5625C10.375%2014.9688%2010.4844%2014.4219%2010.9219%2013.9219L16.9219%207.92188ZM16.9219%2028.0781L10.9219%2022.0781C10.4844%2021.5781%2010.375%2021.0312%2010.5938%2020.4375C10.875%2019.8438%2011.3438%2019.5312%2012%2019.5H24C24.6562%2019.5312%2025.125%2019.8438%2025.4062%2020.4375C25.625%2021.0312%2025.5156%2021.5781%2025.0781%2022.0781L19.0781%2028.0781C18.7656%2028.3594%2018.4062%2028.5%2018%2028.5C17.5938%2028.5%2017.2344%2028.3594%2016.9219%2028.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", L7 = () => /* @__PURE__ */ C.jsx(
|
|
2133
|
+
"img",
|
|
2134
|
+
{
|
|
2135
|
+
className: "maj-img",
|
|
2136
|
+
src: u7,
|
|
2137
|
+
alt: "sort"
|
|
2138
|
+
}
|
|
2139
|
+
), H7 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.7499%207.5C27.3749%207.5%2027.9061%207.71875%2028.3436%208.15625C28.7811%208.59375%2028.9999%209.125%2028.9999%209.75V26.25C28.9999%2026.875%2028.7811%2027.4062%2028.3436%2027.8438C27.9061%2028.2812%2027.3749%2028.5%2026.7499%2028.5H20.328V21.375H23.0468L23.5624%2018H20.328V15.7969C20.2968%2015.3281%2020.4218%2014.9219%2020.703%2014.5781C20.9843%2014.2031%2021.4843%2014.0156%2022.203%2014.0156H23.6561V11.1562C23.6249%2011.125%2023.3593%2011.0781%2022.8593%2011.0156C22.328%2010.9531%2021.7343%2010.9219%2021.078%2010.9219C19.7343%2010.9219%2018.6718%2011.3125%2017.8905%2012.0938C17.1093%2012.875%2016.703%2013.9844%2016.6718%2015.4219V18H13.7186V21.375H16.6718V28.5H10.2499C9.62488%2028.5%209.09363%2028.2812%208.65613%2027.8438C8.21863%2027.4062%207.99988%2026.875%207.99988%2026.25V9.75C7.99988%209.125%208.21863%208.59375%208.65613%208.15625C9.09363%207.71875%209.62488%207.5%2010.2499%207.5H26.7499Z'%20fill='%23000000'/%3e%3c/svg%3e", f7 = () => /* @__PURE__ */ C.jsx(
|
|
2140
|
+
"img",
|
|
2141
|
+
{
|
|
2142
|
+
className: "maj-img",
|
|
2143
|
+
src: H7,
|
|
2144
|
+
alt: "square-facebook"
|
|
2145
|
+
}
|
|
2146
|
+
), V7 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4999%2015.5156C19.1874%2015.5156%2019.7811%2015.75%2020.2811%2016.2188C20.7499%2016.7188%2020.9843%2017.3125%2020.9843%2018C20.953%2019.0938%2020.4374%2019.8594%2019.4374%2020.2969C18.4374%2020.6719%2017.5311%2020.5%2016.7186%2019.7812C15.9999%2018.9688%2015.828%2018.0625%2016.203%2017.0625C16.6405%2016.0625%2017.4061%2015.5469%2018.4999%2015.5156ZM24.3593%2013.5938C24.5155%2014.0312%2024.6093%2014.625%2024.6405%2015.375C24.6718%2016.125%2024.6718%2016.8281%2024.6405%2017.4844C24.6405%2017.6719%2024.6405%2017.8438%2024.6405%2018C24.6405%2018.1562%2024.6405%2018.3281%2024.6405%2018.5156C24.6718%2019.1719%2024.6718%2019.875%2024.6405%2020.625C24.6093%2021.375%2024.5155%2021.9688%2024.3593%2022.4062C24.078%2023.0938%2023.5936%2023.5781%2022.9061%2023.8594C22.4686%2024.0156%2021.8749%2024.1094%2021.1249%2024.1406C20.3749%2024.1719%2019.6718%2024.1719%2019.0155%2024.1406C18.828%2024.1406%2018.6561%2024.1406%2018.4999%2024.1406C18.3436%2024.1406%2018.1718%2024.1406%2017.9843%2024.1406C17.3593%2024.1719%2016.6561%2024.1719%2015.8749%2024.1406C15.1249%2024.1094%2014.5311%2024.0156%2014.0936%2023.8594C13.4061%2023.5781%2012.9218%2023.0938%2012.6405%2022.4062C12.4843%2021.9688%2012.3905%2021.3594%2012.3593%2020.5781C12.328%2019.8281%2012.328%2019.1406%2012.3593%2018.5156C12.3593%2018.3281%2012.3593%2018.1562%2012.3593%2018C12.3593%2017.8438%2012.3593%2017.6719%2012.3593%2017.4844C12.328%2016.8594%2012.328%2016.1562%2012.3593%2015.375C12.3905%2014.625%2012.4843%2014.0312%2012.6405%2013.5938C12.9218%2012.9062%2013.4061%2012.4219%2014.0936%2012.1406C14.5311%2011.9844%2015.1249%2011.8906%2015.8749%2011.8594C16.6249%2011.8281%2017.328%2011.8281%2017.9843%2011.8594C18.1718%2011.8594%2018.3436%2011.8594%2018.4999%2011.8594C18.6561%2011.8594%2018.828%2011.8594%2019.0155%2011.8594C19.6405%2011.8281%2020.3436%2011.8281%2021.1249%2011.8594C21.8749%2011.8906%2022.4686%2011.9844%2022.9061%2012.1406C23.5936%2012.4219%2024.078%2012.9062%2024.3593%2013.5938ZM18.4999%2021.8438C19.5624%2021.8438%2020.4686%2021.4688%2021.2186%2020.7188C21.9686%2019.9688%2022.3436%2019.0625%2022.3436%2018C22.3436%2017.2188%2022.1249%2016.5%2021.6874%2015.8438C21.2811%2015.2188%2020.703%2014.75%2019.953%2014.4375C19.2343%2014.1562%2018.4999%2014.0938%2017.7499%2014.25C16.9999%2014.375%2016.3436%2014.7188%2015.7811%2015.2812C15.2186%2015.8438%2014.8749%2016.5%2014.7499%2017.25C14.5936%2018%2014.6561%2018.7344%2014.9374%2019.4531C15.2499%2020.2031%2015.7186%2020.7812%2016.3436%2021.1875C16.9999%2021.625%2017.7186%2021.8438%2018.4999%2021.8438ZM22.4843%2014.9062C22.7343%2014.9062%2022.953%2014.8125%2023.1405%2014.625C23.2968%2014.4375%2023.3905%2014.2344%2023.4218%2014.0156C23.3905%2013.6094%2023.203%2013.3281%2022.8593%2013.1719C22.4843%2013.0469%2022.1561%2013.1094%2021.8749%2013.3594C21.5936%2013.6406%2021.5311%2013.9688%2021.6874%2014.3438C21.8436%2014.6875%2022.1093%2014.875%2022.4843%2014.9062ZM26.7499%207.5C27.3749%207.5%2027.9061%207.71875%2028.3436%208.15625C28.7811%208.59375%2028.9999%209.125%2028.9999%209.75V26.25C28.9999%2026.875%2028.7811%2027.4062%2028.3436%2027.8438C27.9061%2028.2812%2027.3749%2028.5%2026.7499%2028.5H10.2499C9.62488%2028.5%209.09363%2028.2812%208.65613%2027.8438C8.21863%2027.4062%207.99988%2026.875%207.99988%2026.25V9.75C7.99988%209.125%208.21863%208.59375%208.65613%208.15625C9.09363%207.71875%209.62488%207.5%2010.2499%207.5H26.7499ZM25.953%2021.0938C25.9843%2020.6562%2025.9999%2020.0312%2025.9999%2019.2188C25.9999%2018.4062%2025.9999%2017.5938%2025.9999%2016.7812C25.9999%2015.9688%2025.9843%2015.3438%2025.953%2014.9062C25.953%2013.6875%2025.5468%2012.6406%2024.7343%2011.7656C23.8593%2010.9531%2022.8124%2010.5469%2021.5936%2010.5469C21.1561%2010.5156%2020.5311%2010.5%2019.7186%2010.5C18.9061%2010.5%2018.0936%2010.5%2017.2811%2010.5C16.4686%2010.5%2015.8436%2010.5156%2015.4061%2010.5469C14.1874%2010.5469%2013.1405%2010.9531%2012.2655%2011.7656C11.453%2012.6406%2011.0468%2013.6875%2011.0468%2014.9062C11.0155%2015.3438%2010.9999%2015.9688%2010.9999%2016.7812C10.9999%2017.5938%2010.9999%2018.4062%2010.9999%2019.2188C10.9999%2020.0312%2011.0155%2020.6562%2011.0468%2021.0938C11.0468%2022.3125%2011.453%2023.3594%2012.2655%2024.2344C13.1405%2025.0469%2014.1874%2025.4531%2015.4061%2025.4531C15.8436%2025.4844%2016.4686%2025.5%2017.2811%2025.5C18.0936%2025.5%2018.9061%2025.5%2019.7186%2025.5C20.5311%2025.5%2021.1561%2025.4844%2021.5936%2025.4531C22.8124%2025.4531%2023.8593%2025.0469%2024.7343%2024.2344C25.5468%2023.3594%2025.953%2022.3125%2025.953%2021.0938Z'%20fill='%23000000'/%3e%3c/svg%3e", Z7 = () => /* @__PURE__ */ C.jsx(
|
|
2147
|
+
"img",
|
|
2148
|
+
{
|
|
2149
|
+
className: "maj-img",
|
|
2150
|
+
src: V7,
|
|
2151
|
+
alt: "square-instagram"
|
|
2152
|
+
}
|
|
2153
|
+
), I7 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.4999%207.5C27.9374%207.5%2028.2968%207.64062%2028.578%207.92188C28.8593%208.23438%2028.9999%208.59375%2028.9999%209V27C28.9999%2027.4062%2028.8593%2027.7656%2028.578%2028.0781C28.2968%2028.3594%2027.9374%2028.5%2027.4999%2028.5H9.49988C9.06238%2028.5%208.703%2028.3594%208.42175%2028.0781C8.1405%2027.7656%207.99988%2027.4062%207.99988%2027V9C7.99988%208.59375%208.1405%208.23438%208.42175%207.92188C8.703%207.64062%209.06238%207.5%209.49988%207.5H27.4999ZM14.328%2025.5H14.3749V15.4688H11.2343V25.5H14.328ZM12.7811%2014.1094C13.3124%2014.1094%2013.7343%2013.9375%2014.0468%2013.5938C14.3905%2013.25%2014.578%2012.8281%2014.6093%2012.3281C14.578%2011.7969%2014.3905%2011.3594%2014.0468%2011.0156C13.7343%2010.6719%2013.3124%2010.5%2012.7811%2010.5C12.2811%2010.5%2011.8593%2010.6719%2011.5155%2011.0156C11.1718%2011.3594%2010.9999%2011.7969%2010.9999%2012.3281C10.9999%2012.8281%2011.1718%2013.25%2011.5155%2013.5938C11.8593%2013.9375%2012.2811%2014.1094%2012.7811%2014.1094ZM25.9999%2025.5V20.0156C26.0624%2018.6406%2025.8436%2017.5%2025.3436%2016.5938C24.8436%2015.7188%2023.828%2015.2656%2022.2968%2015.2344C21.5155%2015.2344%2020.8749%2015.4062%2020.3749%2015.75C19.8749%2016.0625%2019.5311%2016.4219%2019.3436%2016.8281H19.2968V15.4688H16.2968V25.5H19.4374V20.5312C19.4061%2019.8438%2019.4999%2019.25%2019.7186%2018.75C19.9686%2018.25%2020.4843%2017.9844%2021.2655%2017.9531C22.0468%2018.0156%2022.5155%2018.3125%2022.6718%2018.8438C22.8593%2019.4062%2022.9374%2020%2022.9061%2020.625V25.5H25.9999Z'%20fill='%23000000'/%3e%3c/svg%3e", p7 = () => /* @__PURE__ */ C.jsx(
|
|
2154
|
+
"img",
|
|
2155
|
+
{
|
|
2156
|
+
className: "maj-img",
|
|
2157
|
+
src: I7,
|
|
2158
|
+
alt: "square-linkedin"
|
|
2159
|
+
}
|
|
2160
|
+
), $7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%2010.5C7.53125%209.65625%207.82812%208.95312%208.39062%208.39062C8.95312%207.82812%209.65625%207.53125%2010.5%207.5H25.5C26.3438%207.53125%2027.0469%207.82812%2027.6094%208.39062C28.1719%208.95312%2028.4688%209.65625%2028.5%2010.5V25.5C28.4688%2026.3438%2028.1719%2027.0469%2027.6094%2027.6094C27.0469%2028.1719%2026.3438%2028.4688%2025.5%2028.5H10.5C9.65625%2028.4688%208.95312%2028.1719%208.39062%2027.6094C7.82812%2027.0469%207.53125%2026.3438%207.5%2025.5V10.5ZM12%2019.5C12.4375%2019.5%2012.7969%2019.3594%2013.0781%2019.0781C13.3594%2018.7969%2013.5%2018.4375%2013.5%2018C13.5%2017.5625%2013.3594%2017.2031%2013.0781%2016.9219C12.7969%2016.6406%2012.4375%2016.5%2012%2016.5C11.5625%2016.5%2011.2031%2016.6406%2010.9219%2016.9219C10.6406%2017.2031%2010.5%2017.5625%2010.5%2018C10.5%2018.4375%2010.6406%2018.7969%2010.9219%2019.0781C11.2031%2019.3594%2011.5625%2019.5%2012%2019.5ZM13.5%2013.5C13.5%2013.0625%2013.3594%2012.7031%2013.0781%2012.4219C12.7969%2012.1406%2012.4375%2012%2012%2012C11.5625%2012%2011.2031%2012.1406%2010.9219%2012.4219C10.6406%2012.7031%2010.5%2013.0625%2010.5%2013.5C10.5%2013.9375%2010.6406%2014.2969%2010.9219%2014.5781C11.2031%2014.8594%2011.5625%2015%2012%2015C12.4375%2015%2012.7969%2014.8594%2013.0781%2014.5781C13.3594%2014.2969%2013.5%2013.9375%2013.5%2013.5ZM12%2024C12.4375%2024%2012.7969%2023.8594%2013.0781%2023.5781C13.3594%2023.2969%2013.5%2022.9375%2013.5%2022.5C13.5%2022.0625%2013.3594%2021.7031%2013.0781%2021.4219C12.7969%2021.1406%2012.4375%2021%2012%2021C11.5625%2021%2011.2031%2021.1406%2010.9219%2021.4219C10.6406%2021.7031%2010.5%2022.0625%2010.5%2022.5C10.5%2022.9375%2010.6406%2023.2969%2010.9219%2023.5781C11.2031%2023.8594%2011.5625%2024%2012%2024ZM16.5%2012.375C15.8125%2012.4375%2015.4375%2012.8125%2015.375%2013.5C15.4375%2014.1875%2015.8125%2014.5625%2016.5%2014.625H24C24.6875%2014.5625%2025.0625%2014.1875%2025.125%2013.5C25.0625%2012.8125%2024.6875%2012.4375%2024%2012.375H16.5ZM16.5%2016.875C15.8125%2016.9375%2015.4375%2017.3125%2015.375%2018C15.4375%2018.6875%2015.8125%2019.0625%2016.5%2019.125H24C24.6875%2019.0625%2025.0625%2018.6875%2025.125%2018C25.0625%2017.3125%2024.6875%2016.9375%2024%2016.875H16.5ZM16.5%2021.375C15.8125%2021.4375%2015.4375%2021.8125%2015.375%2022.5C15.4375%2023.1875%2015.8125%2023.5625%2016.5%2023.625H24C24.6875%2023.5625%2025.0625%2023.1875%2025.125%2022.5C25.0625%2021.8125%2024.6875%2021.4375%2024%2021.375H16.5Z'%20fill='%23000000'/%3e%3c/svg%3e", b7 = () => /* @__PURE__ */ C.jsx(
|
|
2161
|
+
"img",
|
|
2162
|
+
{
|
|
2163
|
+
className: "maj-img",
|
|
2164
|
+
src: $7,
|
|
2165
|
+
alt: "square-list"
|
|
2166
|
+
}
|
|
2167
|
+
), B7 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.7655%2015.4688L21.2186%2018L16.7655%2020.5312V15.4688ZM28.9999%209.75V26.25C28.9686%2026.875%2028.7499%2027.4062%2028.3436%2027.8438C27.9061%2028.25%2027.3749%2028.4688%2026.7499%2028.5H10.2499C9.62488%2028.4688%209.09363%2028.25%208.65613%2027.8438C8.24988%2027.4062%208.03113%2026.875%207.99988%2026.25V9.75C8.03113%209.125%208.24988%208.59375%208.65613%208.15625C9.09363%207.75%209.62488%207.53125%2010.2499%207.5H26.7499C27.3749%207.53125%2027.9061%207.75%2028.3436%208.15625C28.7499%208.59375%2028.9686%209.125%2028.9999%209.75ZM27.0311%2018C27.0311%2017.9062%2027.0155%2017.3906%2026.9843%2016.4531C26.953%2015.4844%2026.8436%2014.625%2026.6561%2013.875C26.4374%2013.0938%2025.9374%2012.5938%2025.1561%2012.375C24.6561%2012.25%2023.8905%2012.1562%2022.8593%2012.0938C21.7968%2012.0625%2020.828%2012.0312%2019.953%2012C19.0468%2012%2018.5624%2012%2018.4999%2012C18.4374%2012%2017.953%2012%2017.0468%2012C16.1718%2012.0312%2015.203%2012.0625%2014.1405%2012.0938C13.1093%2012.1562%2012.3436%2012.25%2011.8436%2012.375C11.0624%2012.5938%2010.5624%2013.0938%2010.3436%2013.875C10.1561%2014.625%2010.0468%2015.4844%2010.0155%2016.4531C9.98425%2017.3906%209.96863%2017.9062%209.96863%2018C9.96863%2018.0938%209.98425%2018.625%2010.0155%2019.5938C10.0468%2020.5312%2010.1561%2021.3906%2010.3436%2022.1719C10.5624%2022.9219%2011.0624%2023.4062%2011.8436%2023.625C12.3436%2023.75%2013.1093%2023.8438%2014.1405%2023.9062C15.203%2023.9375%2016.1718%2023.9688%2017.0468%2024C17.953%2024%2018.4374%2024%2018.4999%2024C18.5624%2024%2019.0468%2024%2019.953%2024C20.828%2023.9688%2021.7968%2023.9375%2022.8593%2023.9062C23.8905%2023.8438%2024.6561%2023.75%2025.1561%2023.625C25.9374%2023.4062%2026.4374%2022.9062%2026.6561%2022.125C26.8436%2021.375%2026.953%2020.5312%2026.9843%2019.5938C27.0155%2018.625%2027.0311%2018.0938%2027.0311%2018Z'%20fill='%23000000'/%3e%3c/svg%3e", N7 = () => /* @__PURE__ */ C.jsx(
|
|
2168
|
+
"img",
|
|
2169
|
+
{
|
|
2170
|
+
className: "maj-img",
|
|
2171
|
+
src: B7,
|
|
2172
|
+
alt: "square-youtube"
|
|
2173
|
+
}
|
|
2174
|
+
), S7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.3594%206.84375L22.3594%2013.0312L29.1094%2014.0625C29.7031%2014.1562%2030.1094%2014.4844%2030.3281%2015.0469C30.4844%2015.6406%2030.3594%2016.1562%2029.9531%2016.5938L25.0781%2021.4219L26.2031%2028.2656C26.2969%2028.8594%2026.0938%2029.3438%2025.5938%2029.7188C25.0938%2030.0625%2024.5781%2030.0938%2024.0469%2029.8125L18%2026.625L12%2029.8125C11.4375%2030.0938%2010.9062%2030.0625%2010.4062%2029.7188C9.9375%2029.3438%209.73438%2028.8594%209.79688%2028.2656L10.9688%2021.4219L6.09375%2016.5938C5.65625%2016.1562%205.53125%2015.6406%205.71875%2015.0469C5.90625%2014.4844%206.29688%2014.1562%206.89062%2014.0625L13.6406%2013.0312L16.6406%206.84375C16.9531%206.3125%2017.4062%206.03125%2018%206C18.625%206.03125%2019.0781%206.3125%2019.3594%206.84375Z'%20fill='%23000000'/%3e%3c/svg%3e", k7 = () => /* @__PURE__ */ C.jsx(
|
|
2175
|
+
"img",
|
|
2176
|
+
{
|
|
2177
|
+
className: "maj-img",
|
|
2178
|
+
src: S7,
|
|
2179
|
+
alt: "star"
|
|
2180
|
+
}
|
|
2181
|
+
), y7 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M30.6874%2010.875C31.3436%2012.0312%2031.4374%2013.1875%2030.9686%2014.3438C30.4686%2015.5%2029.5624%2016.2031%2028.2499%2016.4531C28.0624%2016.4844%2027.8749%2016.5%2027.6874%2016.5C26.4061%2016.4688%2025.3749%2016.0156%2024.5936%2015.1406C23.8124%2016.0156%2022.7968%2016.4688%2021.5468%2016.5C20.2968%2016.4688%2019.2811%2016.0156%2018.4999%2015.1406C17.7186%2016.0156%2016.703%2016.4688%2015.453%2016.5C14.1718%2016.4688%2013.1561%2016.0156%2012.4061%2015.1406C11.6249%2016.0156%2010.5936%2016.4688%209.31238%2016.5C9.12488%2016.5%208.93738%2016.4844%208.74988%2016.4531C7.43738%2016.2031%206.53113%2015.5%206.03113%2014.3438C5.56238%2013.1875%205.65613%2012.0312%206.31238%2010.875L9.03113%206.60938C9.28113%206.20312%209.65613%206%2010.1561%206H26.8436C27.3436%206%2027.7186%206.20312%2027.9686%206.60938L30.6874%2010.875ZM28.4374%2017.9531C28.6249%2017.9219%2028.8124%2017.8906%2028.9999%2017.8594V24V27C28.9686%2027.8438%2028.6718%2028.5469%2028.1093%2029.1094C27.5468%2029.6719%2026.8436%2029.9688%2025.9999%2030H10.9999C10.1561%2029.9688%209.453%2029.6719%208.8905%2029.1094C8.328%2028.5469%208.03113%2027.8438%207.99988%2027V24V17.8594C8.18738%2017.8906%208.37488%2017.9219%208.56238%2017.9531C8.81238%2017.9844%209.06238%2018%209.31238%2018C9.90613%2018%2010.4686%2017.9219%2010.9999%2017.7656V24H25.9999V17.7656C26.5311%2017.9219%2027.078%2018%2027.6405%2018C27.9218%2018%2028.1874%2017.9844%2028.4374%2017.9531Z'%20fill='%23000000'/%3e%3c/svg%3e", E7 = () => /* @__PURE__ */ C.jsx(
|
|
2182
|
+
"img",
|
|
2183
|
+
{
|
|
2184
|
+
className: "maj-img",
|
|
2185
|
+
src: y7,
|
|
2186
|
+
alt: "store"
|
|
2187
|
+
}
|
|
2188
|
+
), R7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.5%209.75C7.53125%209.125%207.75%208.59375%208.15625%208.15625C8.59375%207.75%209.125%207.53125%209.75%207.5H16.7344C17.5781%207.5%2018.2969%207.79687%2018.8906%208.39062L27.1406%2016.6406C27.7031%2017.2656%2027.9844%2017.9688%2027.9844%2018.75C27.9844%2019.5625%2027.7031%2020.2656%2027.1406%2020.8594L20.8594%2027.1406C20.2344%2027.7344%2019.5312%2028.0312%2018.75%2028.0312C17.9375%2028.0312%2017.2344%2027.7344%2016.6406%2027.1406L8.39062%2018.8906C7.79688%2018.2969%207.5%2017.5938%207.5%2016.7812V9.75ZM12.75%2011.25C12.3125%2011.25%2011.9531%2011.3906%2011.6719%2011.6719C11.3906%2011.9531%2011.25%2012.3125%2011.25%2012.75C11.25%2013.1875%2011.3906%2013.5469%2011.6719%2013.8281C11.9531%2014.1094%2012.3125%2014.25%2012.75%2014.25C13.1875%2014.25%2013.5469%2014.1094%2013.8281%2013.8281C14.1094%2013.5469%2014.25%2013.1875%2014.25%2012.75C14.25%2012.3125%2014.1094%2011.9531%2013.8281%2011.6719C13.5469%2011.3906%2013.1875%2011.25%2012.75%2011.25Z'%20fill='%23000000'/%3e%3c/svg%3e", T7 = () => /* @__PURE__ */ C.jsx(
|
|
2189
|
+
"img",
|
|
2190
|
+
{
|
|
2191
|
+
className: "maj-img",
|
|
2192
|
+
src: R7,
|
|
2193
|
+
alt: "tag"
|
|
2194
|
+
}
|
|
2195
|
+
), A7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.6719%207.54688C21.2969%207.67188%2021.7812%207.98437%2022.125%208.48438C22.4688%208.98438%2022.5781%209.54688%2022.4531%2010.1719L22.3594%2010.7344C22.1094%2011.9844%2021.6562%2013.1562%2021%2014.25H27.75C28.375%2014.2812%2028.9062%2014.5%2029.3438%2014.9062C29.75%2015.3438%2029.9688%2015.875%2030%2016.5C29.9688%2017.4062%2029.5625%2018.0781%2028.7812%2018.5156C29.3125%2018.9531%2029.5938%2019.5312%2029.625%2020.25C29.625%2020.8125%2029.4531%2021.2969%2029.1094%2021.7031C28.7656%2022.1094%2028.3281%2022.3594%2027.7969%2022.4531C28.0156%2022.7969%2028.125%2023.1875%2028.125%2023.625C28.0625%2024.6875%2027.5469%2025.4062%2026.5781%2025.7812C26.6094%2025.9375%2026.625%2026.0938%2026.625%2026.25C26.5938%2026.875%2026.375%2027.4062%2025.9688%2027.8438C25.5312%2028.25%2025%2028.4688%2024.375%2028.5H19.8281C18.8906%2028.5%2018.0469%2028.25%2017.2969%2027.75L15.5156%2026.5312C14.2031%2025.625%2013.5312%2024.375%2013.5%2022.7812V21V18.75V17.5781C13.5312%2016.1406%2014.0938%2014.9688%2015.1875%2014.0625L15.5156%2013.7812C16.7969%2012.75%2017.6094%2011.4375%2017.9531%209.84375L18.0469%209.32812C18.1719%208.70312%2018.4844%208.21875%2018.9844%207.875C19.4844%207.53125%2020.0469%207.42187%2020.6719%207.54688ZM7.5%2015H10.5C10.9375%2015%2011.2969%2015.1406%2011.5781%2015.4219C11.8594%2015.7031%2012%2016.0625%2012%2016.5V27C12%2027.4375%2011.8594%2027.7969%2011.5781%2028.0781C11.2969%2028.3594%2010.9375%2028.5%2010.5%2028.5H7.5C7.0625%2028.5%206.70312%2028.3594%206.42188%2028.0781C6.14062%2027.7969%206%2027.4375%206%2027V16.5C6%2016.0625%206.14062%2015.7031%206.42188%2015.4219C6.70312%2015.1406%207.0625%2015%207.5%2015Z'%20fill='%23000000'/%3e%3c/svg%3e", P7 = () => /* @__PURE__ */ C.jsx(
|
|
2196
|
+
"img",
|
|
2197
|
+
{
|
|
2198
|
+
className: "maj-img",
|
|
2199
|
+
src: A7,
|
|
2200
|
+
alt: "thumbs-up"
|
|
2201
|
+
}
|
|
2202
|
+
), _7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.8281%206.84375C14.1094%206.3125%2014.5625%206.03125%2015.1875%206H20.8125C21.4375%206.03125%2021.8906%206.3125%2022.1719%206.84375L22.5%207.5H27C27.4375%207.5%2027.7969%207.64062%2028.0781%207.92188C28.3594%208.20312%2028.5%208.5625%2028.5%209C28.5%209.4375%2028.3594%209.79688%2028.0781%2010.0781C27.7969%2010.3594%2027.4375%2010.5%2027%2010.5H9C8.5625%2010.5%208.20312%2010.3594%207.92188%2010.0781C7.64062%209.79688%207.5%209.4375%207.5%209C7.5%208.5625%207.64062%208.20312%207.92188%207.92188C8.20312%207.64062%208.5625%207.5%209%207.5H13.5L13.8281%206.84375ZM9%2012H27V27C26.9688%2027.8438%2026.6719%2028.5469%2026.1094%2029.1094C25.5469%2029.6719%2024.8438%2029.9688%2024%2030H12C11.1562%2029.9688%2010.4531%2029.6719%209.89062%2029.1094C9.32812%2028.5469%209.03125%2027.8438%209%2027V12ZM13.5%2015C13.0312%2015.0312%2012.7812%2015.2812%2012.75%2015.75V26.25C12.7812%2026.7188%2013.0312%2026.9688%2013.5%2027C13.9688%2026.9688%2014.2188%2026.7188%2014.25%2026.25V15.75C14.2188%2015.2812%2013.9688%2015.0312%2013.5%2015ZM18%2015C17.5312%2015.0312%2017.2812%2015.2812%2017.25%2015.75V26.25C17.2812%2026.7188%2017.5312%2026.9688%2018%2027C18.4688%2026.9688%2018.7188%2026.7188%2018.75%2026.25V15.75C18.7188%2015.2812%2018.4688%2015.0312%2018%2015ZM22.5%2015C22.0312%2015.0312%2021.7812%2015.2812%2021.75%2015.75V26.25C21.7812%2026.7188%2022.0312%2026.9688%2022.5%2027C22.9688%2026.9688%2023.2188%2026.7188%2023.25%2026.25V15.75C23.2188%2015.2812%2022.9688%2015.0312%2022.5%2015Z'%20fill='%23000000'/%3e%3c/svg%3e", F7 = () => /* @__PURE__ */ C.jsx(
|
|
2203
|
+
"img",
|
|
2204
|
+
{
|
|
2205
|
+
className: "maj-img",
|
|
2206
|
+
src: _7,
|
|
2207
|
+
alt: "trash-can"
|
|
2208
|
+
}
|
|
2209
|
+
), D7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%207.5C18.7188%207.53125%2019.2656%207.84375%2019.6406%208.4375L29.7656%2025.6875C30.0781%2026.3125%2030.0781%2026.9375%2029.7656%2027.5625C29.3906%2028.1562%2028.8438%2028.4688%2028.125%2028.5H7.875C7.15625%2028.4688%206.60938%2028.1562%206.23438%2027.5625C5.92188%2026.9375%205.92188%2026.3125%206.23438%2025.6875L16.4062%208.4375C16.7812%207.84375%2017.3125%207.53125%2018%207.5ZM18%2013.5C17.3125%2013.5625%2016.9375%2013.9375%2016.875%2014.625V19.875C16.9375%2020.5625%2017.3125%2020.9375%2018%2021C18.6875%2020.9375%2019.0625%2020.5625%2019.125%2019.875V14.625C19.0625%2013.9375%2018.6875%2013.5625%2018%2013.5ZM19.5%2024C19.5%2023.5625%2019.3594%2023.2031%2019.0781%2022.9219C18.7969%2022.6406%2018.4375%2022.5%2018%2022.5C17.5625%2022.5%2017.2031%2022.6406%2016.9219%2022.9219C16.6406%2023.2031%2016.5%2023.5625%2016.5%2024C16.5%2024.4375%2016.6406%2024.7969%2016.9219%2025.0781C17.2031%2025.3594%2017.5625%2025.5%2018%2025.5C18.4375%2025.5%2018.7969%2025.3594%2019.0781%2025.0781C19.3594%2024.7969%2019.5%2024.4375%2019.5%2024Z'%20fill='%23000000'/%3e%3c/svg%3e", O7 = () => /* @__PURE__ */ C.jsx(
|
|
2210
|
+
"img",
|
|
2211
|
+
{
|
|
2212
|
+
className: "maj-img",
|
|
2213
|
+
src: D7,
|
|
2214
|
+
alt: "triangle-exclamation"
|
|
2215
|
+
}
|
|
2216
|
+
), U7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.25%206H20.25C20.875%206.03125%2021.4062%206.25%2021.8438%206.65625C22.25%207.09375%2022.4688%207.625%2022.5%208.25V10.5H24.8906C25.7031%2010.5%2026.4062%2010.7969%2027%2011.3906L30.6094%2015C31.2031%2015.5938%2031.5%2016.2969%2031.5%2017.1094V18V19.5V22.5C31.9375%2022.5%2032.2969%2022.6406%2032.5781%2022.9219C32.8594%2023.2031%2033%2023.5625%2033%2024C33%2024.4375%2032.8594%2024.7969%2032.5781%2025.0781C32.2969%2025.3594%2031.9375%2025.5%2031.5%2025.5H30C29.9688%2026.7812%2029.5312%2027.8438%2028.6875%2028.6875C27.8438%2029.5312%2026.7812%2029.9688%2025.5%2030C24.2188%2029.9688%2023.1562%2029.5312%2022.3125%2028.6875C21.4688%2027.8438%2021.0312%2026.7812%2021%2025.5H15C14.9688%2026.7812%2014.5312%2027.8438%2013.6875%2028.6875C12.8438%2029.5312%2011.7812%2029.9688%2010.5%2030C9.21875%2029.9688%208.15625%2029.5312%207.3125%2028.6875C6.46875%2027.8438%206.03125%2026.7812%206%2025.5H5.25C4.625%2025.4688%204.09375%2025.25%203.65625%2024.8438C3.25%2024.4062%203.03125%2023.875%203%2023.25V8.25C3.03125%207.625%203.25%207.09375%203.65625%206.65625C4.09375%206.25%204.625%206.03125%205.25%206ZM22.5%2013.5V18H28.5V17.1094L24.8906%2013.5H22.5ZM8.25%2025.5C8.28125%2026.3438%208.65625%2027%209.375%2027.4688C10.125%2027.8438%2010.875%2027.8438%2011.625%2027.4688C12.3438%2027%2012.7188%2026.3438%2012.75%2025.5C12.7188%2024.6562%2012.3438%2024%2011.625%2023.5312C10.875%2023.1562%2010.125%2023.1562%209.375%2023.5312C8.65625%2024%208.28125%2024.6562%208.25%2025.5ZM25.5%2023.25C24.6562%2023.2812%2024%2023.6562%2023.5312%2024.375C23.1562%2025.125%2023.1562%2025.875%2023.5312%2026.625C24%2027.3438%2024.6562%2027.7188%2025.5%2027.75C26.3438%2027.7188%2027%2027.3438%2027.4688%2026.625C27.8438%2025.875%2027.8438%2025.125%2027.4688%2024.375C27%2023.6562%2026.3438%2023.2812%2025.5%2023.25Z'%20fill='%23000000'/%3e%3c/svg%3e", q7 = () => /* @__PURE__ */ C.jsx(
|
|
2217
|
+
"img",
|
|
2218
|
+
{
|
|
2219
|
+
className: "maj-img",
|
|
2220
|
+
src: U7,
|
|
2221
|
+
alt: "truck"
|
|
2222
|
+
}
|
|
2223
|
+
), G7 = "data:image/svg+xml,%3csvg%20width='37'%20height='36'%20viewBox='0%200%2037%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.9999%207.5H25.9999C26.8436%207.53125%2027.5468%207.82812%2028.1093%208.39062C28.6718%208.95312%2028.9686%209.65625%2028.9999%2010.5V25.5C28.9686%2026.3438%2028.6718%2027.0469%2028.1093%2027.6094C27.5468%2028.1719%2026.8436%2028.4688%2025.9999%2028.5H10.9999C10.1561%2028.4688%209.453%2028.1719%208.8905%2027.6094C8.328%2027.0469%208.03113%2026.3438%207.99988%2025.5V10.5C8.03113%209.65625%208.328%208.95312%208.8905%208.39062C9.453%207.82812%2010.1561%207.53125%2010.9999%207.5ZM24.9218%2011.4375H22.7186L19.0155%2015.6562L15.8749%2011.4375H11.2811L16.7655%2018.6094L11.5624%2024.5625H13.7655L17.7968%2019.9688L21.3124%2024.5625H25.7655L20.0468%2017.0156L24.9218%2011.4375ZM23.1405%2023.25H21.9218L13.8593%2012.7031H15.1718L23.1405%2023.25Z'%20fill='%23000000'/%3e%3c/svg%3e", W7 = () => /* @__PURE__ */ C.jsx(
|
|
2224
|
+
"img",
|
|
2225
|
+
{
|
|
2226
|
+
className: "maj-img",
|
|
2227
|
+
src: G7,
|
|
2228
|
+
alt: "twitter-x"
|
|
2229
|
+
}
|
|
2230
|
+
), Y7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.25%2012.75V15H25.5C26.3438%2015.0312%2027.0469%2015.3281%2027.6094%2015.8906C28.1719%2016.4531%2028.4688%2017.1562%2028.5%2018V27C28.4688%2027.8438%2028.1719%2028.5469%2027.6094%2029.1094C27.0469%2029.6719%2026.3438%2029.9688%2025.5%2030H10.5C9.65625%2029.9688%208.95312%2029.6719%208.39062%2029.1094C7.82812%2028.5469%207.53125%2027.8438%207.5%2027V18C7.53125%2017.1562%207.82812%2016.4531%208.39062%2015.8906C8.95312%2015.3281%209.65625%2015.0312%2010.5%2015H11.25V12.75C11.3125%2010.8438%2011.9688%209.25%2013.2188%207.96875C14.5%206.71875%2016.0938%206.0625%2018%206C19.375%206.03125%2020.5938%206.39062%2021.6562%207.07812C22.7188%207.76563%2023.5312%208.6875%2024.0938%209.84375C24.2812%2010.25%2024.2969%2010.6406%2024.1406%2011.0156C24.0156%2011.3906%2023.7656%2011.6719%2023.3906%2011.8594C23.0156%2012.0156%2022.625%2012.0312%2022.2188%2011.9062C21.8438%2011.7812%2021.5625%2011.5312%2021.375%2011.1562C21.0625%2010.5%2020.6094%209.98438%2020.0156%209.60938C19.4219%209.20312%2018.75%209%2018%209C16.9375%209.03125%2016.0469%209.39062%2015.3281%2010.0781C14.6406%2010.7969%2014.2812%2011.6875%2014.25%2012.75Z'%20fill='%23000000'/%3e%3c/svg%3e", z7 = () => /* @__PURE__ */ C.jsx(
|
|
2231
|
+
"img",
|
|
2232
|
+
{
|
|
2233
|
+
className: "maj-img",
|
|
2234
|
+
src: Y7,
|
|
2235
|
+
alt: "unlock"
|
|
2236
|
+
}
|
|
2237
|
+
), X7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5%2011.1094V22.5C19.5%2022.9375%2019.3594%2023.2969%2019.0781%2023.5781C18.7969%2023.8594%2018.4375%2024%2018%2024C17.5625%2024%2017.2031%2023.8594%2016.9219%2023.5781C16.6406%2023.2969%2016.5%2022.9375%2016.5%2022.5V11.1094L13.0781%2014.5781C12.7656%2014.8594%2012.4062%2015%2012%2015C11.5938%2015%2011.2344%2014.8594%2010.9219%2014.5781C10.6406%2014.2656%2010.5%2013.9062%2010.5%2013.5C10.5%2013.0938%2010.6406%2012.7344%2010.9219%2012.4219L16.9219%206.42188C17.2344%206.14062%2017.5938%206%2018%206C18.4062%206%2018.7656%206.14062%2019.0781%206.42188L25.0781%2012.4219C25.3594%2012.7344%2025.5%2013.0938%2025.5%2013.5C25.5%2013.9062%2025.3594%2014.2656%2025.0781%2014.5781C24.7656%2014.8594%2024.4062%2015%2024%2015C23.5938%2015%2023.2344%2014.8594%2022.9219%2014.5781L19.5%2011.1094ZM9%2022.5H15C15.0312%2023.3438%2015.3281%2024.0469%2015.8906%2024.6094C16.4531%2025.1719%2017.1562%2025.4688%2018%2025.5C18.8438%2025.4688%2019.5469%2025.1719%2020.1094%2024.6094C20.6719%2024.0469%2020.9688%2023.3438%2021%2022.5H27C27.8438%2022.5312%2028.5469%2022.8281%2029.1094%2023.3906C29.6719%2023.9531%2029.9688%2024.6562%2030%2025.5V27C29.9688%2027.8438%2029.6719%2028.5469%2029.1094%2029.1094C28.5469%2029.6719%2027.8438%2029.9688%2027%2030H9C8.15625%2029.9688%207.45312%2029.6719%206.89062%2029.1094C6.32812%2028.5469%206.03125%2027.8438%206%2027V25.5C6.03125%2024.6562%206.32812%2023.9531%206.89062%2023.3906C7.45312%2022.8281%208.15625%2022.5312%209%2022.5ZM26.25%2027.375C26.9375%2027.3125%2027.3125%2026.9375%2027.375%2026.25C27.3125%2025.5625%2026.9375%2025.1875%2026.25%2025.125C25.5625%2025.1875%2025.1875%2025.5625%2025.125%2026.25C25.1875%2026.9375%2025.5625%2027.3125%2026.25%2027.375Z'%20fill='%23000000'/%3e%3c/svg%3e", J7 = () => /* @__PURE__ */ C.jsx(
|
|
2238
|
+
"img",
|
|
2239
|
+
{
|
|
2240
|
+
className: "maj-img",
|
|
2241
|
+
src: X7,
|
|
2242
|
+
alt: "upload"
|
|
2243
|
+
}
|
|
2244
|
+
), K7 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%2018C16.9062%2018%2015.9062%2017.7344%2015%2017.2031C14.0938%2016.6719%2013.3594%2015.9375%2012.7969%2015C12.2656%2014.0625%2012%2013.0625%2012%2012C12%2010.9375%2012.2656%209.9375%2012.7969%209C13.3594%208.0625%2014.0938%207.32812%2015%206.79688C15.9062%206.26563%2016.9062%206%2018%206C19.0938%206%2020.0938%206.26563%2021%206.79688C21.9062%207.32812%2022.6406%208.0625%2023.2031%209C23.7344%209.9375%2024%2010.9375%2024%2012C24%2013.0625%2023.7344%2014.0625%2023.2031%2015C22.6406%2015.9375%2021.9062%2016.6719%2021%2017.2031C20.0938%2017.7344%2019.0938%2018%2018%2018ZM15.8438%2020.25H20.1562C22.5%2020.3125%2024.4688%2021.125%2026.0625%2022.6875C27.625%2024.2812%2028.4375%2026.25%2028.5%2028.5938C28.5%2029%2028.3594%2029.3281%2028.0781%2029.5781C27.8281%2029.8594%2027.5%2030%2027.0938%2030H8.90625C8.5%2030%208.17188%2029.8594%207.92188%2029.5781C7.64062%2029.3281%207.5%2029%207.5%2028.5938C7.5625%2026.25%208.375%2024.2812%209.9375%2022.6875C11.5312%2021.125%2013.5%2020.3125%2015.8438%2020.25Z'%20fill='%23000000'/%3e%3c/svg%3e", Q7 = () => /* @__PURE__ */ C.jsx(
|
|
2245
|
+
"img",
|
|
2246
|
+
{
|
|
2247
|
+
className: "maj-img",
|
|
2248
|
+
src: K7,
|
|
2249
|
+
alt: "user"
|
|
2250
|
+
}
|
|
2251
|
+
), C4 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.1094%207.64062C20.6719%207.92188%2020.9688%208.375%2021%209V27C20.9688%2027.625%2020.6719%2028.0781%2020.1094%2028.3594C19.5156%2028.6094%2018.9844%2028.5312%2018.5156%2028.125L12.1875%2022.5H9C8.15625%2022.4688%207.45312%2022.1719%206.89062%2021.6094C6.32812%2021.0469%206.03125%2020.3438%206%2019.5V16.5C6.03125%2015.6562%206.32812%2014.9531%206.89062%2014.3906C7.45312%2013.8281%208.15625%2013.5312%209%2013.5H12.1875L18.5156%207.875C18.9844%207.46875%2019.5156%207.39063%2020.1094%207.64062ZM28.1719%2011.0156C29.2031%2011.8594%2030.0156%2012.875%2030.6094%2014.0625C31.2031%2015.2812%2031.5%2016.5938%2031.5%2018C31.5%2019.4062%2031.2031%2020.7188%2030.6094%2021.9375C30.0156%2023.125%2029.2031%2024.1406%2028.1719%2024.9844C27.6094%2025.3594%2027.0781%2025.3125%2026.5781%2024.8438C26.2031%2024.25%2026.2656%2023.7188%2026.7656%2023.25C28.3594%2021.9375%2029.1875%2020.1875%2029.25%2018C29.1875%2015.8125%2028.3594%2014.0625%2026.7656%2012.75C26.2656%2012.2812%2026.2031%2011.75%2026.5781%2011.1562C27.0781%2010.6875%2027.6094%2010.6406%2028.1719%2011.0156ZM25.3594%2014.5312C26.3906%2015.375%2026.9375%2016.5312%2027%2018C26.9375%2019.4688%2026.3906%2020.6406%2025.3594%2021.5156C24.7656%2021.8906%2024.2344%2021.8281%2023.7656%2021.3281C23.3906%2020.7656%2023.4375%2020.2344%2023.9062%2019.7344C24.4375%2019.2969%2024.7188%2018.7188%2024.75%2018C24.7188%2017.2812%2024.4375%2016.7031%2023.9062%2016.2656C23.4375%2015.7656%2023.3906%2015.2344%2023.7656%2014.6719C24.2344%2014.1719%2024.7656%2014.1094%2025.3594%2014.4844V14.5312Z'%20fill='%23000000'/%3e%3c/svg%3e", e4 = () => /* @__PURE__ */ C.jsx(
|
|
2252
|
+
"img",
|
|
2253
|
+
{
|
|
2254
|
+
className: "maj-img",
|
|
2255
|
+
src: C4,
|
|
2256
|
+
alt: "volume"
|
|
2257
|
+
}
|
|
2258
|
+
), a4 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.82812%206.23438L12.2812%2012.0938L17.0156%207.875C17.4844%207.46875%2018.0156%207.39063%2018.6094%207.64062C19.1719%207.92188%2019.4688%208.375%2019.5%209V17.7656L22.2656%2019.9219C22.2969%2019.8594%2022.3438%2019.7969%2022.4062%2019.7344C22.9375%2019.2969%2023.2188%2018.7188%2023.25%2018C23.2188%2017.2812%2022.9375%2016.7031%2022.4062%2016.2656C21.9375%2015.7656%2021.8906%2015.2344%2022.2656%2014.6719C22.7344%2014.1719%2023.2656%2014.125%2023.8594%2014.5312C24.8906%2015.375%2025.4375%2016.5312%2025.5%2018C25.4688%2019.3438%2024.9844%2020.4531%2024.0469%2021.3281L25.8281%2022.7344C27.0781%2021.4531%2027.7188%2019.875%2027.75%2018C27.6875%2015.8125%2026.8594%2014.0625%2025.2656%2012.75C24.7656%2012.2812%2024.7031%2011.7656%2025.0781%2011.2031C25.5781%2010.7031%2026.1094%2010.6406%2026.6719%2011.0156C27.7031%2011.8594%2028.5156%2012.875%2029.1094%2014.0625C29.7031%2015.2812%2030%2016.5938%2030%2018C29.9375%2020.4062%2029.1406%2022.4375%2027.6094%2024.0938L32.5781%2027.9844C33.0781%2028.4531%2033.1406%2028.9844%2032.7656%2029.5781C32.2969%2030.0781%2031.7656%2030.1406%2031.1719%2029.7656L3.42188%208.01562C2.92188%207.54688%202.85938%207.01563%203.23438%206.42188C3.70312%205.92187%204.23438%205.85938%204.82812%206.23438ZM19.5%2023.4844V27C19.4688%2027.625%2019.1719%2028.0781%2018.6094%2028.3594C18.0156%2028.6094%2017.4844%2028.5312%2017.0156%2028.125L10.6875%2022.5H7.5C6.65625%2022.4688%205.95312%2022.1719%205.39062%2021.6094C4.82812%2021.0469%204.53125%2020.3438%204.5%2019.5V16.5C4.5%2015.75%204.73438%2015.1094%205.20312%2014.5781C5.64062%2014.0469%206.20312%2013.7031%206.89062%2013.5469L19.5%2023.4844Z'%20fill='%23000000'/%3e%3c/svg%3e", t4 = () => /* @__PURE__ */ C.jsx(
|
|
2259
|
+
"img",
|
|
2260
|
+
{
|
|
2261
|
+
className: "maj-img",
|
|
2262
|
+
src: a4,
|
|
2263
|
+
alt: "volume-slash"
|
|
2264
|
+
}
|
|
2265
|
+
), s4 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.9531%206C18.7031%206.03125%2019.2031%206.40625%2019.4531%207.125L22.9219%2019.8281L23.7656%2018.1406C24.3281%2017.0781%2025.2188%2016.5312%2026.4375%2016.5H31.5C31.9375%2016.5%2032.2969%2016.6406%2032.5781%2016.9219C32.8594%2017.2031%2033%2017.5625%2033%2018C33%2018.4375%2032.8594%2018.7969%2032.5781%2019.0781C32.2969%2019.3594%2031.9375%2019.5%2031.5%2019.5H26.4375L23.8594%2024.6562C23.5156%2025.25%2023.0156%2025.5312%2022.3594%2025.5C21.7031%2025.4062%2021.2656%2025.0312%2021.0469%2024.375L18.1875%2013.8281L14.9531%2028.8281C14.7656%2029.5469%2014.2969%2029.9375%2013.5469%2030C12.7969%2029.9688%2012.2969%2029.6094%2012.0469%2028.9219L9.375%2019.5H4.5C4.0625%2019.5%203.70312%2019.3594%203.42188%2019.0781C3.14062%2018.7969%203%2018.4375%203%2018C3%2017.5625%203.14062%2017.2031%203.42188%2016.9219C3.70312%2016.6406%204.0625%2016.5%204.5%2016.5H9.375C10.0625%2016.5%2010.6562%2016.7031%2011.1562%2017.1094C11.6875%2017.4844%2012.0469%2018%2012.2344%2018.6562L13.3125%2022.3125L16.5469%207.17188C16.7344%206.45313%2017.2031%206.0625%2017.9531%206Z'%20fill='%23000000'/%3e%3c/svg%3e", n4 = () => /* @__PURE__ */ C.jsx(
|
|
2266
|
+
"img",
|
|
2267
|
+
{
|
|
2268
|
+
className: "maj-img",
|
|
2269
|
+
src: s4,
|
|
2270
|
+
alt: "wave-pulse"
|
|
2271
|
+
}
|
|
2272
|
+
), i4 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.0781%2013.0781L20.1094%2018L25.0781%2022.9219C25.3594%2023.2344%2025.5%2023.5938%2025.5%2024C25.5%2024.4062%2025.3594%2024.7656%2025.0781%2025.0781C24.7656%2025.3594%2024.4062%2025.5%2024%2025.5C23.5938%2025.5%2023.2344%2025.3594%2022.9219%2025.0781L18%2020.1094L13.0781%2025.0781C12.7656%2025.3594%2012.4062%2025.5%2012%2025.5C11.5938%2025.5%2011.2344%2025.3594%2010.9219%2025.0781C10.6406%2024.7656%2010.5%2024.4062%2010.5%2024C10.5%2023.5938%2010.6406%2023.2344%2010.9219%2022.9219L15.8906%2018L10.9219%2013.0781C10.6406%2012.7656%2010.5%2012.4062%2010.5%2012C10.5%2011.5938%2010.6406%2011.2344%2010.9219%2010.9219C11.2344%2010.6406%2011.5938%2010.5%2012%2010.5C12.4062%2010.5%2012.7656%2010.6406%2013.0781%2010.9219L18%2015.8906L22.9219%2010.9219C23.2344%2010.6406%2023.5938%2010.5%2024%2010.5C24.4062%2010.5%2024.7656%2010.6406%2025.0781%2010.9219C25.3594%2011.2344%2025.5%2011.5938%2025.5%2012C25.5%2012.4062%2025.3594%2012.7656%2025.0781%2013.0781Z'%20fill='%23000000'/%3e%3c/svg%3e", Z4 = () => /* @__PURE__ */ C.jsx(
|
|
2273
|
+
"img",
|
|
2274
|
+
{
|
|
2275
|
+
className: "maj-img",
|
|
2276
|
+
src: i4,
|
|
2277
|
+
alt: "x-pulse"
|
|
2278
|
+
}
|
|
2279
|
+
), l4 = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.6719%2028.4531C20.0469%2028.5781%2019.4844%2028.4688%2018.9844%2028.125C18.4844%2027.7812%2018.1719%2027.2969%2018.0469%2026.6719L17.9531%2026.1562C17.6094%2024.5625%2016.7969%2023.25%2015.5156%2022.2188L15.1875%2021.9375C14.0938%2021.0312%2013.5312%2019.8594%2013.5%2018.4219V17.25V15V13.2188C13.5312%2011.625%2014.2031%2010.375%2015.5156%209.46875L17.2969%208.25C18.0469%207.75%2018.8906%207.5%2019.8281%207.5H24.375C25%207.53125%2025.5312%207.75%2025.9688%208.15625C26.375%208.59375%2026.5938%209.125%2026.625%209.75C26.625%209.90625%2026.6094%2010.0625%2026.5781%2010.2188C27.5469%2010.5938%2028.0625%2011.3125%2028.125%2012.375C28.125%2012.8125%2028.0156%2013.2031%2027.7969%2013.5469C28.3281%2013.6406%2028.7656%2013.8906%2029.1094%2014.2969C29.4531%2014.7031%2029.625%2015.1875%2029.625%2015.75C29.5938%2016.4688%2029.3125%2017.0469%2028.7812%2017.4844C29.5625%2017.9219%2029.9688%2018.5938%2030%2019.5C29.9688%2020.125%2029.75%2020.6562%2029.3438%2021.0938C28.9062%2021.5%2028.375%2021.7188%2027.75%2021.75H21C21.6562%2022.8438%2022.1094%2024.0156%2022.3594%2025.2656L22.4531%2025.8281C22.5781%2026.4531%2022.4688%2027.0156%2022.125%2027.5156C21.7812%2028.0156%2021.2969%2028.3281%2020.6719%2028.4531ZM7.5%2024C7.0625%2024%206.70312%2023.8594%206.42188%2023.5781C6.14062%2023.2969%206%2022.9375%206%2022.5V12C6%2011.5625%206.14062%2011.2031%206.42188%2010.9219C6.70312%2010.6406%207.0625%2010.5%207.5%2010.5H10.5C10.9375%2010.5%2011.2969%2010.6406%2011.5781%2010.9219C11.8594%2011.2031%2012%2011.5625%2012%2012V22.5C12%2022.9375%2011.8594%2023.2969%2011.5781%2023.5781C11.2969%2023.8594%2010.9375%2024%2010.5%2024H7.5Z'%20fill='%23000000'/%3e%3c/svg%3e", c4 = () => /* @__PURE__ */ C.jsx(
|
|
2280
|
+
"img",
|
|
2281
|
+
{
|
|
2282
|
+
className: "maj-img",
|
|
2283
|
+
src: l4,
|
|
2284
|
+
alt: "thumbs-down"
|
|
2285
|
+
}
|
|
2286
|
+
), I4 = (e) => {
|
|
2287
|
+
const c = () => {
|
|
2288
|
+
switch (e.variant) {
|
|
2289
|
+
case "360":
|
|
2290
|
+
return /* @__PURE__ */ C.jsx(L0, {});
|
|
2291
|
+
case "address-book":
|
|
2292
|
+
return /* @__PURE__ */ C.jsx(f0, {});
|
|
2293
|
+
case "angle-down":
|
|
2294
|
+
return /* @__PURE__ */ C.jsx(Z0, {});
|
|
2295
|
+
case "angle-up":
|
|
2296
|
+
return /* @__PURE__ */ C.jsx(N0, {});
|
|
2297
|
+
case "angle-left":
|
|
2298
|
+
return /* @__PURE__ */ C.jsx(p0, {});
|
|
2299
|
+
case "angle-right":
|
|
2300
|
+
return /* @__PURE__ */ C.jsx(b0, {});
|
|
2301
|
+
case "arrow-down":
|
|
2302
|
+
return /* @__PURE__ */ C.jsx(k0, {});
|
|
2303
|
+
case "arrow-down-to-line":
|
|
2304
|
+
return /* @__PURE__ */ C.jsx(E0, {});
|
|
2305
|
+
case "arrow-left":
|
|
2306
|
+
return /* @__PURE__ */ C.jsx(T0, {});
|
|
2307
|
+
case "arrow-right":
|
|
2308
|
+
return /* @__PURE__ */ C.jsx(P0, {});
|
|
2309
|
+
case "arrow-right-arrow-left":
|
|
2310
|
+
return /* @__PURE__ */ C.jsx(F0, {});
|
|
2311
|
+
case "arrow-up-from-bracket":
|
|
2312
|
+
return /* @__PURE__ */ C.jsx(q0, {});
|
|
2313
|
+
case "arrow-up-to-line":
|
|
2314
|
+
return /* @__PURE__ */ C.jsx(W0, {});
|
|
2315
|
+
case "arrow-up":
|
|
2316
|
+
return /* @__PURE__ */ C.jsx(O0, {});
|
|
2317
|
+
case "arrows-rotate":
|
|
2318
|
+
return /* @__PURE__ */ C.jsx(z0, {});
|
|
2319
|
+
case "backward-step":
|
|
2320
|
+
return /* @__PURE__ */ C.jsx(J0, {});
|
|
2321
|
+
case "barcode-read":
|
|
2322
|
+
return /* @__PURE__ */ C.jsx(Q0, {});
|
|
2323
|
+
case "bars":
|
|
2324
|
+
return /* @__PURE__ */ C.jsx(e1, {});
|
|
2325
|
+
case "bell":
|
|
2326
|
+
return /* @__PURE__ */ C.jsx(t1, {});
|
|
2327
|
+
case "bolt-lightning":
|
|
2328
|
+
return /* @__PURE__ */ C.jsx(n1, {});
|
|
2329
|
+
case "box-open":
|
|
2330
|
+
return /* @__PURE__ */ C.jsx(l1, {});
|
|
2331
|
+
case "bug":
|
|
2332
|
+
return /* @__PURE__ */ C.jsx(o1, {});
|
|
2333
|
+
case "calendar-days":
|
|
2334
|
+
return /* @__PURE__ */ C.jsx(g1, {});
|
|
2335
|
+
case "camera-viewfinder":
|
|
2336
|
+
return /* @__PURE__ */ C.jsx(h1, {});
|
|
2337
|
+
case "caret-down":
|
|
2338
|
+
return /* @__PURE__ */ C.jsx(v1, {});
|
|
2339
|
+
case "caret-left":
|
|
2340
|
+
return /* @__PURE__ */ C.jsx(d1, {});
|
|
2341
|
+
case "caret-right":
|
|
2342
|
+
return /* @__PURE__ */ C.jsx(M1, {});
|
|
2343
|
+
case "caret-up":
|
|
2344
|
+
return /* @__PURE__ */ C.jsx(L1, {});
|
|
2345
|
+
case "cart-flatbed-boxes":
|
|
2346
|
+
return /* @__PURE__ */ C.jsx(f1, {});
|
|
2347
|
+
case "cart-shopping":
|
|
2348
|
+
return /* @__PURE__ */ C.jsx(Z1, {});
|
|
2349
|
+
case "chair-office":
|
|
2350
|
+
return /* @__PURE__ */ C.jsx(p1, {});
|
|
2351
|
+
case "chart-column":
|
|
2352
|
+
return /* @__PURE__ */ C.jsx(b1, {});
|
|
2353
|
+
case "chart-simple":
|
|
2354
|
+
return /* @__PURE__ */ C.jsx(N1, {});
|
|
2355
|
+
case "check":
|
|
2356
|
+
return /* @__PURE__ */ C.jsx(k1, {});
|
|
2357
|
+
case "circle-check":
|
|
2358
|
+
return /* @__PURE__ */ C.jsx(T1, {});
|
|
2359
|
+
case "circle-exclamation":
|
|
2360
|
+
return /* @__PURE__ */ C.jsx(P1, {});
|
|
2361
|
+
case "circle-info":
|
|
2362
|
+
return /* @__PURE__ */ C.jsx(F1, {});
|
|
2363
|
+
case "circle-minus":
|
|
2364
|
+
return /* @__PURE__ */ C.jsx(O1, {});
|
|
2365
|
+
case "circle-question":
|
|
2366
|
+
return /* @__PURE__ */ C.jsx(q1, {});
|
|
2367
|
+
case "circle":
|
|
2368
|
+
return /* @__PURE__ */ C.jsx(E1, {});
|
|
2369
|
+
case "circle-user":
|
|
2370
|
+
return /* @__PURE__ */ C.jsx(W1, {});
|
|
2371
|
+
case "circle-x-mark":
|
|
2372
|
+
return /* @__PURE__ */ C.jsx(z1, {});
|
|
2373
|
+
case "clipboard-list":
|
|
2374
|
+
return /* @__PURE__ */ C.jsx(J1, {});
|
|
2375
|
+
case "clock":
|
|
2376
|
+
return /* @__PURE__ */ C.jsx(Q1, {});
|
|
2377
|
+
case "comment":
|
|
2378
|
+
return /* @__PURE__ */ C.jsx(e5, {});
|
|
2379
|
+
case "credit-card":
|
|
2380
|
+
return /* @__PURE__ */ C.jsx(t5, {});
|
|
2381
|
+
case "cross-hairs":
|
|
2382
|
+
return /* @__PURE__ */ C.jsx(n5, {});
|
|
2383
|
+
case "database":
|
|
2384
|
+
return /* @__PURE__ */ C.jsx(l5, {});
|
|
2385
|
+
case "ellipsis-vertical":
|
|
2386
|
+
return /* @__PURE__ */ C.jsx(g5, {});
|
|
2387
|
+
case "ellipsis":
|
|
2388
|
+
return /* @__PURE__ */ C.jsx(o5, {});
|
|
2389
|
+
case "envelope":
|
|
2390
|
+
return /* @__PURE__ */ C.jsx(h5, {});
|
|
2391
|
+
case "equals":
|
|
2392
|
+
return /* @__PURE__ */ C.jsx(v5, {});
|
|
2393
|
+
case "expand":
|
|
2394
|
+
return /* @__PURE__ */ C.jsx(d5, {});
|
|
2395
|
+
case "eye-slash":
|
|
2396
|
+
return /* @__PURE__ */ C.jsx(L5, {});
|
|
2397
|
+
case "eye":
|
|
2398
|
+
return /* @__PURE__ */ C.jsx(M5, {});
|
|
2399
|
+
case "file-arrow-down":
|
|
2400
|
+
return /* @__PURE__ */ C.jsx(f5, {});
|
|
2401
|
+
case "file-arrow-up":
|
|
2402
|
+
return /* @__PURE__ */ C.jsx(Z5, {});
|
|
2403
|
+
case "file-invoice":
|
|
2404
|
+
return /* @__PURE__ */ C.jsx(p5, {});
|
|
2405
|
+
case "filter":
|
|
2406
|
+
return /* @__PURE__ */ C.jsx(b5, {});
|
|
2407
|
+
case "flash":
|
|
2408
|
+
return /* @__PURE__ */ C.jsx(N5, {});
|
|
2409
|
+
case "forward-step":
|
|
2410
|
+
return /* @__PURE__ */ C.jsx(k5, {});
|
|
2411
|
+
case "gauge":
|
|
2412
|
+
return /* @__PURE__ */ C.jsx(E5, {});
|
|
2413
|
+
case "gear":
|
|
2414
|
+
return /* @__PURE__ */ C.jsx(T5, {});
|
|
2415
|
+
case "gears":
|
|
2416
|
+
return /* @__PURE__ */ C.jsx(P5, {});
|
|
2417
|
+
case "globe":
|
|
2418
|
+
return /* @__PURE__ */ C.jsx(F5, {});
|
|
2419
|
+
case "grid":
|
|
2420
|
+
return /* @__PURE__ */ C.jsx(O5, {});
|
|
2421
|
+
case "grid-horizontal":
|
|
2422
|
+
return /* @__PURE__ */ C.jsx(q5, {});
|
|
2423
|
+
case "grip-dots":
|
|
2424
|
+
return /* @__PURE__ */ C.jsx(W5, {});
|
|
2425
|
+
case "headset":
|
|
2426
|
+
return /* @__PURE__ */ C.jsx(z5, {});
|
|
2427
|
+
case "heart-pulse":
|
|
2428
|
+
return /* @__PURE__ */ C.jsx(J5, {});
|
|
2429
|
+
case "house":
|
|
2430
|
+
return /* @__PURE__ */ C.jsx(Q5, {});
|
|
2431
|
+
case "location-dot":
|
|
2432
|
+
return /* @__PURE__ */ C.jsx(e8, {});
|
|
2433
|
+
case "lock":
|
|
2434
|
+
return /* @__PURE__ */ C.jsx(a8, {});
|
|
2435
|
+
case "magnifying-glass":
|
|
2436
|
+
return /* @__PURE__ */ C.jsx(s8, {});
|
|
2437
|
+
case "minus":
|
|
2438
|
+
return /* @__PURE__ */ C.jsx(i8, {});
|
|
2439
|
+
case "paperclip":
|
|
2440
|
+
return /* @__PURE__ */ C.jsx(c8, {});
|
|
2441
|
+
case "pause":
|
|
2442
|
+
return /* @__PURE__ */ C.jsx(r8, {});
|
|
2443
|
+
case "pencil":
|
|
2444
|
+
return /* @__PURE__ */ C.jsx(m8, {});
|
|
2445
|
+
case "picture":
|
|
2446
|
+
return /* @__PURE__ */ C.jsx(w8, {});
|
|
2447
|
+
case "play":
|
|
2448
|
+
return /* @__PURE__ */ C.jsx(v8, {});
|
|
2449
|
+
case "plus":
|
|
2450
|
+
return /* @__PURE__ */ C.jsx(d8, {});
|
|
2451
|
+
case "print":
|
|
2452
|
+
return /* @__PURE__ */ C.jsx(M8, {});
|
|
2453
|
+
case "repeat":
|
|
2454
|
+
return /* @__PURE__ */ C.jsx(L8, {});
|
|
2455
|
+
case "share":
|
|
2456
|
+
return /* @__PURE__ */ C.jsx(f8, {});
|
|
2457
|
+
case "shuffle":
|
|
2458
|
+
return /* @__PURE__ */ C.jsx(Z8, {});
|
|
2459
|
+
case "sort":
|
|
2460
|
+
return /* @__PURE__ */ C.jsx(p8, {});
|
|
2461
|
+
case "square-facebook":
|
|
2462
|
+
return /* @__PURE__ */ C.jsx(b8, {});
|
|
2463
|
+
case "square-instagram":
|
|
2464
|
+
return /* @__PURE__ */ C.jsx(N8, {});
|
|
2465
|
+
case "square-linkedin":
|
|
2466
|
+
return /* @__PURE__ */ C.jsx(k8, {});
|
|
2467
|
+
case "square-list":
|
|
2468
|
+
return /* @__PURE__ */ C.jsx(E8, {});
|
|
2469
|
+
case "square-youtube":
|
|
2470
|
+
return /* @__PURE__ */ C.jsx(T8, {});
|
|
2471
|
+
case "star":
|
|
2472
|
+
return /* @__PURE__ */ C.jsx(P8, {});
|
|
2473
|
+
case "store":
|
|
2474
|
+
return /* @__PURE__ */ C.jsx(F8, {});
|
|
2475
|
+
case "tag":
|
|
2476
|
+
return /* @__PURE__ */ C.jsx(O8, {});
|
|
2477
|
+
case "thumbs-down":
|
|
2478
|
+
return /* @__PURE__ */ C.jsx(q8, {});
|
|
2479
|
+
case "thumbs-up":
|
|
2480
|
+
return /* @__PURE__ */ C.jsx(W8, {});
|
|
2481
|
+
case "trash-can":
|
|
2482
|
+
return /* @__PURE__ */ C.jsx(z8, {});
|
|
2483
|
+
case "triangle-exclamation":
|
|
2484
|
+
return /* @__PURE__ */ C.jsx(J8, {});
|
|
2485
|
+
case "truck":
|
|
2486
|
+
return /* @__PURE__ */ C.jsx(Q8, {});
|
|
2487
|
+
case "twitter-x":
|
|
2488
|
+
return /* @__PURE__ */ C.jsx(e6, {});
|
|
2489
|
+
case "unlock":
|
|
2490
|
+
return /* @__PURE__ */ C.jsx(t6, {});
|
|
2491
|
+
case "upload":
|
|
2492
|
+
return /* @__PURE__ */ C.jsx(n6, {});
|
|
2493
|
+
case "user":
|
|
2494
|
+
return /* @__PURE__ */ C.jsx(l6, {});
|
|
2495
|
+
case "volume":
|
|
2496
|
+
return /* @__PURE__ */ C.jsx(o6, {});
|
|
2497
|
+
case "volume-slash":
|
|
2498
|
+
return /* @__PURE__ */ C.jsx(g6, {});
|
|
2499
|
+
case "wave-pulse":
|
|
2500
|
+
return /* @__PURE__ */ C.jsx(h6, {});
|
|
2501
|
+
case "x-mark":
|
|
2502
|
+
return /* @__PURE__ */ C.jsx($2, {});
|
|
2503
|
+
}
|
|
2504
|
+
}, u = () => {
|
|
2505
|
+
switch (e.variant) {
|
|
2506
|
+
case "360":
|
|
2507
|
+
return /* @__PURE__ */ C.jsx(j6, {});
|
|
2508
|
+
case "address-book":
|
|
2509
|
+
return /* @__PURE__ */ C.jsx(x6, {});
|
|
2510
|
+
case "angle-down":
|
|
2511
|
+
return /* @__PURE__ */ C.jsx(u6, {});
|
|
2512
|
+
case "angle-up":
|
|
2513
|
+
return /* @__PURE__ */ C.jsx(I6, {});
|
|
2514
|
+
case "angle-left":
|
|
2515
|
+
return /* @__PURE__ */ C.jsx(H6, {});
|
|
2516
|
+
case "angle-right":
|
|
2517
|
+
return /* @__PURE__ */ C.jsx(V6, {});
|
|
2518
|
+
case "arrow-down":
|
|
2519
|
+
return /* @__PURE__ */ C.jsx($6, {});
|
|
2520
|
+
case "arrow-down-to-line":
|
|
2521
|
+
return /* @__PURE__ */ C.jsx(B6, {});
|
|
2522
|
+
case "arrow-left":
|
|
2523
|
+
return /* @__PURE__ */ C.jsx(S6, {});
|
|
2524
|
+
case "arrow-right":
|
|
2525
|
+
return /* @__PURE__ */ C.jsx(y6, {});
|
|
2526
|
+
case "arrow-right-arrow-left":
|
|
2527
|
+
return /* @__PURE__ */ C.jsx(R6, {});
|
|
2528
|
+
case "arrow-up-from-bracket":
|
|
2529
|
+
return /* @__PURE__ */ C.jsx(_6, {});
|
|
2530
|
+
case "arrow-up-to-line":
|
|
2531
|
+
return /* @__PURE__ */ C.jsx(D6, {});
|
|
2532
|
+
case "arrow-up":
|
|
2533
|
+
return /* @__PURE__ */ C.jsx(A6, {});
|
|
2534
|
+
case "arrows-rotate":
|
|
2535
|
+
return /* @__PURE__ */ C.jsx(U6, {});
|
|
2536
|
+
case "backward-step":
|
|
2537
|
+
return /* @__PURE__ */ C.jsx(G6, {});
|
|
2538
|
+
case "barcode-read":
|
|
2539
|
+
return /* @__PURE__ */ C.jsx(Y6, {});
|
|
2540
|
+
case "bars":
|
|
2541
|
+
return /* @__PURE__ */ C.jsx(X6, {});
|
|
2542
|
+
case "bell":
|
|
2543
|
+
return /* @__PURE__ */ C.jsx(K6, {});
|
|
2544
|
+
case "bolt-lightning":
|
|
2545
|
+
return /* @__PURE__ */ C.jsx(C3, {});
|
|
2546
|
+
case "box-open":
|
|
2547
|
+
return /* @__PURE__ */ C.jsx(a3, {});
|
|
2548
|
+
case "bug":
|
|
2549
|
+
return /* @__PURE__ */ C.jsx(s3, {});
|
|
2550
|
+
case "calendar-days":
|
|
2551
|
+
return /* @__PURE__ */ C.jsx(i3, {});
|
|
2552
|
+
case "camera-viewfinder":
|
|
2553
|
+
return /* @__PURE__ */ C.jsx(c3, {});
|
|
2554
|
+
case "caret-down":
|
|
2555
|
+
return /* @__PURE__ */ C.jsx(r3, {});
|
|
2556
|
+
case "caret-left":
|
|
2557
|
+
return /* @__PURE__ */ C.jsx(m3, {});
|
|
2558
|
+
case "caret-right":
|
|
2559
|
+
return /* @__PURE__ */ C.jsx(w3, {});
|
|
2560
|
+
case "caret-up":
|
|
2561
|
+
return /* @__PURE__ */ C.jsx(j3, {});
|
|
2562
|
+
case "cart-flatbed-boxes":
|
|
2563
|
+
return /* @__PURE__ */ C.jsx(x3, {});
|
|
2564
|
+
case "cart-shopping":
|
|
2565
|
+
return /* @__PURE__ */ C.jsx(u3, {});
|
|
2566
|
+
case "chair-office":
|
|
2567
|
+
return /* @__PURE__ */ C.jsx(H3, {});
|
|
2568
|
+
case "chart-column":
|
|
2569
|
+
return /* @__PURE__ */ C.jsx(V3, {});
|
|
2570
|
+
case "chart-simple":
|
|
2571
|
+
return /* @__PURE__ */ C.jsx(I3, {});
|
|
2572
|
+
case "check":
|
|
2573
|
+
return /* @__PURE__ */ C.jsx($3, {});
|
|
2574
|
+
case "circle-check":
|
|
2575
|
+
return /* @__PURE__ */ C.jsx(S3, {});
|
|
2576
|
+
case "circle-exclamation":
|
|
2577
|
+
return /* @__PURE__ */ C.jsx(y3, {});
|
|
2578
|
+
case "circle-info":
|
|
2579
|
+
return /* @__PURE__ */ C.jsx(R3, {});
|
|
2580
|
+
case "circle-minus":
|
|
2581
|
+
return /* @__PURE__ */ C.jsx(A3, {});
|
|
2582
|
+
case "circle-question":
|
|
2583
|
+
return /* @__PURE__ */ C.jsx(_3, {});
|
|
2584
|
+
case "circle":
|
|
2585
|
+
return /* @__PURE__ */ C.jsx(B3, {});
|
|
2586
|
+
case "circle-user":
|
|
2587
|
+
return /* @__PURE__ */ C.jsx(F3, {});
|
|
2588
|
+
case "circle-x-mark":
|
|
2589
|
+
return /* @__PURE__ */ C.jsx(O3, {});
|
|
2590
|
+
case "clipboard-list":
|
|
2591
|
+
return /* @__PURE__ */ C.jsx(q3, {});
|
|
2592
|
+
case "clock":
|
|
2593
|
+
return /* @__PURE__ */ C.jsx(W3, {});
|
|
2594
|
+
case "comment":
|
|
2595
|
+
return /* @__PURE__ */ C.jsx(z3, {});
|
|
2596
|
+
case "credit-card":
|
|
2597
|
+
return /* @__PURE__ */ C.jsx(J3, {});
|
|
2598
|
+
case "cross-hairs":
|
|
2599
|
+
return /* @__PURE__ */ C.jsx(Q3, {});
|
|
2600
|
+
case "database":
|
|
2601
|
+
return /* @__PURE__ */ C.jsx(e9, {});
|
|
2602
|
+
case "ellipsis-vertical":
|
|
2603
|
+
return /* @__PURE__ */ C.jsx(n9, {});
|
|
2604
|
+
case "ellipsis":
|
|
2605
|
+
return /* @__PURE__ */ C.jsx(t9, {});
|
|
2606
|
+
case "envelope":
|
|
2607
|
+
return /* @__PURE__ */ C.jsx(l9, {});
|
|
2608
|
+
case "equals":
|
|
2609
|
+
return /* @__PURE__ */ C.jsx(o9, {});
|
|
2610
|
+
case "expand":
|
|
2611
|
+
return /* @__PURE__ */ C.jsx(g9, {});
|
|
2612
|
+
case "eye-slash":
|
|
2613
|
+
return /* @__PURE__ */ C.jsx(v9, {});
|
|
2614
|
+
case "eye":
|
|
2615
|
+
return /* @__PURE__ */ C.jsx(h9, {});
|
|
2616
|
+
case "file-arrow-down":
|
|
2617
|
+
return /* @__PURE__ */ C.jsx(d9, {});
|
|
2618
|
+
case "file-arrow-up":
|
|
2619
|
+
return /* @__PURE__ */ C.jsx(M9, {});
|
|
2620
|
+
case "file-invoice":
|
|
2621
|
+
return /* @__PURE__ */ C.jsx(L9, {});
|
|
2622
|
+
case "filter":
|
|
2623
|
+
return /* @__PURE__ */ C.jsx(f9, {});
|
|
2624
|
+
case "flash":
|
|
2625
|
+
return /* @__PURE__ */ C.jsx(Z9, {});
|
|
2626
|
+
case "forward-step":
|
|
2627
|
+
return /* @__PURE__ */ C.jsx(p9, {});
|
|
2628
|
+
case "gauge":
|
|
2629
|
+
return /* @__PURE__ */ C.jsx(b9, {});
|
|
2630
|
+
case "gear":
|
|
2631
|
+
return /* @__PURE__ */ C.jsx(N9, {});
|
|
2632
|
+
case "gears":
|
|
2633
|
+
return /* @__PURE__ */ C.jsx(k9, {});
|
|
2634
|
+
case "globe":
|
|
2635
|
+
return /* @__PURE__ */ C.jsx(E9, {});
|
|
2636
|
+
case "grid":
|
|
2637
|
+
return /* @__PURE__ */ C.jsx(T9, {});
|
|
2638
|
+
case "grid-horizontal":
|
|
2639
|
+
return /* @__PURE__ */ C.jsx(P9, {});
|
|
2640
|
+
case "grip-dots":
|
|
2641
|
+
return /* @__PURE__ */ C.jsx(F9, {});
|
|
2642
|
+
case "headset":
|
|
2643
|
+
return /* @__PURE__ */ C.jsx(O9, {});
|
|
2644
|
+
case "heart-pulse":
|
|
2645
|
+
return /* @__PURE__ */ C.jsx(q9, {});
|
|
2646
|
+
case "house":
|
|
2647
|
+
return /* @__PURE__ */ C.jsx(W9, {});
|
|
2648
|
+
case "location-dot":
|
|
2649
|
+
return /* @__PURE__ */ C.jsx(z9, {});
|
|
2650
|
+
case "lock":
|
|
2651
|
+
return /* @__PURE__ */ C.jsx(X9, {});
|
|
2652
|
+
case "magnifying-glass":
|
|
2653
|
+
return /* @__PURE__ */ C.jsx(K9, {});
|
|
2654
|
+
case "minus":
|
|
2655
|
+
return /* @__PURE__ */ C.jsx(C7, {});
|
|
2656
|
+
case "paperclip":
|
|
2657
|
+
return /* @__PURE__ */ C.jsx(a7, {});
|
|
2658
|
+
case "pause":
|
|
2659
|
+
return /* @__PURE__ */ C.jsx(s7, {});
|
|
2660
|
+
case "pencil":
|
|
2661
|
+
return /* @__PURE__ */ C.jsx(i7, {});
|
|
2662
|
+
case "picture":
|
|
2663
|
+
return /* @__PURE__ */ C.jsx(c7, {});
|
|
2664
|
+
case "play":
|
|
2665
|
+
return /* @__PURE__ */ C.jsx(o7, {});
|
|
2666
|
+
case "plus":
|
|
2667
|
+
return /* @__PURE__ */ C.jsx(g7, {});
|
|
2668
|
+
case "print":
|
|
2669
|
+
return /* @__PURE__ */ C.jsx(h7, {});
|
|
2670
|
+
case "repeat":
|
|
2671
|
+
return /* @__PURE__ */ C.jsx(v7, {});
|
|
2672
|
+
case "share":
|
|
2673
|
+
return /* @__PURE__ */ C.jsx(d7, {});
|
|
2674
|
+
case "shuffle":
|
|
2675
|
+
return /* @__PURE__ */ C.jsx(M7, {});
|
|
2676
|
+
case "sort":
|
|
2677
|
+
return /* @__PURE__ */ C.jsx(L7, {});
|
|
2678
|
+
case "square-facebook":
|
|
2679
|
+
return /* @__PURE__ */ C.jsx(f7, {});
|
|
2680
|
+
case "square-instagram":
|
|
2681
|
+
return /* @__PURE__ */ C.jsx(Z7, {});
|
|
2682
|
+
case "square-linkedin":
|
|
2683
|
+
return /* @__PURE__ */ C.jsx(p7, {});
|
|
2684
|
+
case "square-list":
|
|
2685
|
+
return /* @__PURE__ */ C.jsx(b7, {});
|
|
2686
|
+
case "square-youtube":
|
|
2687
|
+
return /* @__PURE__ */ C.jsx(N7, {});
|
|
2688
|
+
case "star":
|
|
2689
|
+
return /* @__PURE__ */ C.jsx(k7, {});
|
|
2690
|
+
case "store":
|
|
2691
|
+
return /* @__PURE__ */ C.jsx(E7, {});
|
|
2692
|
+
case "tag":
|
|
2693
|
+
return /* @__PURE__ */ C.jsx(T7, {});
|
|
2694
|
+
case "thumbs-down":
|
|
2695
|
+
return /* @__PURE__ */ C.jsx(c4, {});
|
|
2696
|
+
case "thumbs-up":
|
|
2697
|
+
return /* @__PURE__ */ C.jsx(P7, {});
|
|
2698
|
+
case "trash-can":
|
|
2699
|
+
return /* @__PURE__ */ C.jsx(F7, {});
|
|
2700
|
+
case "triangle-exclamation":
|
|
2701
|
+
return /* @__PURE__ */ C.jsx(O7, {});
|
|
2702
|
+
case "truck":
|
|
2703
|
+
return /* @__PURE__ */ C.jsx(q7, {});
|
|
2704
|
+
case "twitter-x":
|
|
2705
|
+
return /* @__PURE__ */ C.jsx(W7, {});
|
|
2706
|
+
case "unlock":
|
|
2707
|
+
return /* @__PURE__ */ C.jsx(z7, {});
|
|
2708
|
+
case "upload":
|
|
2709
|
+
return /* @__PURE__ */ C.jsx(J7, {});
|
|
2710
|
+
case "user":
|
|
2711
|
+
return /* @__PURE__ */ C.jsx(Q7, {});
|
|
2712
|
+
case "volume":
|
|
2713
|
+
return /* @__PURE__ */ C.jsx(e4, {});
|
|
2714
|
+
case "volume-slash":
|
|
2715
|
+
return /* @__PURE__ */ C.jsx(t4, {});
|
|
2716
|
+
case "wave-pulse":
|
|
2717
|
+
return /* @__PURE__ */ C.jsx(n4, {});
|
|
2718
|
+
case "x-mark":
|
|
2719
|
+
return /* @__PURE__ */ C.jsx($2, {});
|
|
2720
|
+
}
|
|
2721
|
+
};
|
|
2722
|
+
return /* @__PURE__ */ C.jsx("section", { className: "maj-section", children: /* @__PURE__ */ C.jsx("button", { className: "maj-btn", children: (e == null ? void 0 : e.shade) === "Light" ? c() : e.shade === "Solid" ? u() : "" }) });
|
|
2723
|
+
}, p4 = () => /* @__PURE__ */ C.jsx(C.Fragment, { children: "maj-loader works!" }), $4 = (e) => /* @__PURE__ */ C.jsx(C.Fragment, { children: e.msg }), b4 = (e) => /* @__PURE__ */ C.jsxs(C.Fragment, { children: [
|
|
2724
|
+
" ",
|
|
2725
|
+
e == null ? void 0 : e.message,
|
|
2726
|
+
" MajPopover works!"
|
|
2727
|
+
] }), B4 = (e) => /* @__PURE__ */ C.jsxs(C.Fragment, { children: [
|
|
2728
|
+
" ",
|
|
2729
|
+
e == null ? void 0 : e.message,
|
|
2730
|
+
" MajProgressBar works!"
|
|
2731
|
+
] }), N4 = (e) => /* @__PURE__ */ C.jsx(
|
|
2732
|
+
"section",
|
|
2733
|
+
{
|
|
2734
|
+
className: "radio-group-wrapper " + ((e == null ? void 0 : e.alignment) === "horizontal" ? "horizontal-group" : (e == null ? void 0 : e.alignment) === "vertical" ? "vertical-group" : "horizontal-group"),
|
|
2735
|
+
children: e.radioLists.map((c) => /* @__PURE__ */ C.jsxs("div", { children: [
|
|
2736
|
+
/* @__PURE__ */ C.jsx(
|
|
2737
|
+
"input",
|
|
2738
|
+
{
|
|
2739
|
+
type: "radio",
|
|
2740
|
+
name: e == null ? void 0 : e.name
|
|
2741
|
+
}
|
|
2742
|
+
),
|
|
2743
|
+
/* @__PURE__ */ C.jsx("label", { children: c })
|
|
2744
|
+
] }))
|
|
2745
|
+
}
|
|
2746
|
+
), S4 = () => /* @__PURE__ */ C.jsx(C.Fragment, { children: "maj-rating works!" }), o4 = (e) => /* @__PURE__ */ C.jsx("section", { className: "maj-section", children: e == null ? void 0 : e.children }), k4 = (e) => /* @__PURE__ */ C.jsx("section", { children: /* @__PURE__ */ C.jsx("select", { children: e.options.map((c) => /* @__PURE__ */ C.jsx("option", { value: c.value, children: c.name })) }) }), y4 = (e) => /* @__PURE__ */ C.jsx("section", { children: /* @__PURE__ */ C.jsx(
|
|
2747
|
+
"input",
|
|
2748
|
+
{
|
|
2749
|
+
type: "range",
|
|
2750
|
+
name: e.label,
|
|
2751
|
+
id: e.label,
|
|
2752
|
+
min: e.min,
|
|
2753
|
+
max: e.max,
|
|
2754
|
+
value: e.value,
|
|
2755
|
+
step: e.step
|
|
2756
|
+
}
|
|
2757
|
+
) }), E4 = (e) => /* @__PURE__ */ C.jsx("div", { children: e == null ? void 0 : e.children }), R4 = () => /* @__PURE__ */ C.jsx("p", { children: "maj-switch works!" }), T4 = () => /* @__PURE__ */ C.jsx(C.Fragment, { children: "MajTabs works!" }), A4 = (e) => /* @__PURE__ */ C.jsx(o4, { children: /* @__PURE__ */ C.jsx(
|
|
2758
|
+
"textarea",
|
|
2759
|
+
{
|
|
2760
|
+
rows: e.rows ? e.rows : 10,
|
|
2761
|
+
cols: e.cols ? e.cols : 10,
|
|
2762
|
+
placeholder: e.placeholder ? e.placeholder : "Description please..."
|
|
2763
|
+
}
|
|
2764
|
+
) }), P4 = () => /* @__PURE__ */ C.jsx(C.Fragment, { children: /* @__PURE__ */ C.jsx(
|
|
2765
|
+
"input",
|
|
2766
|
+
{
|
|
2767
|
+
type: "time",
|
|
2768
|
+
className: "time"
|
|
2769
|
+
}
|
|
2770
|
+
) }), _4 = (e) => {
|
|
2771
|
+
const [c, u] = P(1), [j, H] = P(!1);
|
|
2772
|
+
return /* @__PURE__ */ C.jsx("section", { className: "maj-toggle", children: e != null && e.toggleOneLabel && (e != null && e.toggleTwoLabel) ? /* @__PURE__ */ C.jsxs(C.Fragment, { children: [
|
|
2773
|
+
/* @__PURE__ */ C.jsx(
|
|
2774
|
+
"button",
|
|
2775
|
+
{
|
|
2776
|
+
className: "maj-toggle-btn maj-toggle-one " + (c === 1 ? "maj-toggle-active" : ""),
|
|
2777
|
+
onClick: () => u(1),
|
|
2778
|
+
children: /* @__PURE__ */ C.jsx("label", { className: "maj-toggle-label", children: e == null ? void 0 : e.toggleOneLabel })
|
|
2779
|
+
}
|
|
2780
|
+
),
|
|
2781
|
+
/* @__PURE__ */ C.jsx(
|
|
2782
|
+
"button",
|
|
2783
|
+
{
|
|
2784
|
+
className: "maj-toggle-btn maj-toggle-two " + (c === 2 ? "maj-toggle-active" : ""),
|
|
2785
|
+
onClick: () => u(2),
|
|
2786
|
+
children: /* @__PURE__ */ C.jsx("label", { className: "maj-toggle-label", children: e == null ? void 0 : e.toggleTwoLabel })
|
|
2787
|
+
}
|
|
2788
|
+
)
|
|
2789
|
+
] }) : /* @__PURE__ */ C.jsx(
|
|
2790
|
+
"button",
|
|
2791
|
+
{
|
|
2792
|
+
className: "maj-default-toggle " + (j ? "toggle-end-align" : "toggle-start-align"),
|
|
2793
|
+
onClick: () => {
|
|
2794
|
+
H(!j);
|
|
2795
|
+
},
|
|
2796
|
+
children: /* @__PURE__ */ C.jsx("span", { className: "maj-toggle-action" })
|
|
2797
|
+
}
|
|
2798
|
+
) });
|
|
2799
|
+
}, F4 = (e) => /* @__PURE__ */ C.jsx("span", { children: e == null ? void 0 : e.message }), D4 = ({ children: e }) => /* @__PURE__ */ C.jsx("b", { children: e }), O4 = (e) => /* @__PURE__ */ C.jsx("del", { children: e.children }), U4 = ({ children: e }) => /* @__PURE__ */ C.jsx("h5", { children: e }), q4 = ({ children: e }) => /* @__PURE__ */ C.jsx("h4", { children: e }), G4 = ({ children: e }) => /* @__PURE__ */ C.jsx("h1", { children: e }), W4 = ({ children: e }) => /* @__PURE__ */ C.jsx("h6", { children: e }), Y4 = ({ children: e }) => /* @__PURE__ */ C.jsx("h3", { children: e }), z4 = ({ children: e }) => /* @__PURE__ */ C.jsx("h2", { children: e }), X4 = ({ children: e }) => /* @__PURE__ */ C.jsx("label", { children: e }), J4 = ({ children: e }) => /* @__PURE__ */ C.jsx("a", { children: e }), K4 = ({ children: e }) => /* @__PURE__ */ C.jsx("p", { children: e }), Q4 = ({ children: e }) => /* @__PURE__ */ C.jsx("small", { children: e }), CC = ({ children: e }) => /* @__PURE__ */ C.jsx("sub", { children: e }), eC = ({ children: e }) => /* @__PURE__ */ C.jsx("sup", { children: e });
|
|
2800
|
+
export {
|
|
2801
|
+
g4 as MajAccordion,
|
|
2802
|
+
M0 as MajArticle,
|
|
2803
|
+
m4 as MajAutocomplete,
|
|
2804
|
+
h4 as MajAvatar,
|
|
2805
|
+
w4 as MajBadge,
|
|
2806
|
+
D4 as MajBold,
|
|
2807
|
+
v4 as MajButton,
|
|
2808
|
+
j4 as MajButtonGroup,
|
|
2809
|
+
d4 as MajCard,
|
|
2810
|
+
x4 as MajCheckbox,
|
|
2811
|
+
M4 as MajChip,
|
|
2812
|
+
u4 as MajDatePicker,
|
|
2813
|
+
L4 as MajDateTimePicker,
|
|
2814
|
+
O4 as MajDel,
|
|
2815
|
+
H4 as MajDivider,
|
|
2816
|
+
f4 as MajEmbed,
|
|
2817
|
+
G4 as MajH1,
|
|
2818
|
+
z4 as MajH2,
|
|
2819
|
+
Y4 as MajH3,
|
|
2820
|
+
q4 as MajH4,
|
|
2821
|
+
U4 as MajH5,
|
|
2822
|
+
W4 as MajH6,
|
|
2823
|
+
V4 as MajHeader,
|
|
2824
|
+
I4 as MajIconButton,
|
|
2825
|
+
X4 as MajLabel,
|
|
2826
|
+
f0 as MajLightAddressBookIcon,
|
|
2827
|
+
Z0 as MajLightAngleDownIcon,
|
|
2828
|
+
p0 as MajLightAngleLeftIcon,
|
|
2829
|
+
b0 as MajLightAngleRightIcon,
|
|
2830
|
+
N0 as MajLightAngleUpIcon,
|
|
2831
|
+
k0 as MajLightArrowDownIcon,
|
|
2832
|
+
E0 as MajLightArrowDownToLineIcon,
|
|
2833
|
+
T0 as MajLightArrowLeftIcon,
|
|
2834
|
+
F0 as MajLightArrowRightArrowLeftIcon,
|
|
2835
|
+
P0 as MajLightArrowRightIcon,
|
|
2836
|
+
q0 as MajLightArrowUpFromBracketIcon,
|
|
2837
|
+
O0 as MajLightArrowUpIcon,
|
|
2838
|
+
W0 as MajLightArrowUpToLineIcon,
|
|
2839
|
+
z0 as MajLightArrowsRotateIcon,
|
|
2840
|
+
J0 as MajLightBackwardStepIcon,
|
|
2841
|
+
Q0 as MajLightBarcodeReadIcon,
|
|
2842
|
+
e1 as MajLightBarsIcon,
|
|
2843
|
+
t1 as MajLightBellIcon,
|
|
2844
|
+
n1 as MajLightBoltLightningIcon,
|
|
2845
|
+
l1 as MajLightBoxOpenIcon,
|
|
2846
|
+
o1 as MajLightBugIcon,
|
|
2847
|
+
g1 as MajLightCalendarDaysIcon,
|
|
2848
|
+
h1 as MajLightCameraViewfinderIcon,
|
|
2849
|
+
v1 as MajLightCaretDownIcon,
|
|
2850
|
+
d1 as MajLightCaretLeftIcon,
|
|
2851
|
+
M1 as MajLightCaretRightIcon,
|
|
2852
|
+
L1 as MajLightCaretUpIcon,
|
|
2853
|
+
f1 as MajLightCartFlatbedBoxesIcon,
|
|
2854
|
+
Z1 as MajLightCartShoppingIcon,
|
|
2855
|
+
p1 as MajLightChairOfficeIcon,
|
|
2856
|
+
b1 as MajLightChartColumnIcon,
|
|
2857
|
+
N1 as MajLightChartSimpleIcon,
|
|
2858
|
+
k1 as MajLightCheckIcon,
|
|
2859
|
+
T1 as MajLightCircleCheckIcon,
|
|
2860
|
+
P1 as MajLightCircleExclamationIcon,
|
|
2861
|
+
E1 as MajLightCircleIcon,
|
|
2862
|
+
F1 as MajLightCircleInfoIcon,
|
|
2863
|
+
O1 as MajLightCircleMinusIcon,
|
|
2864
|
+
q1 as MajLightCircleQuestionIcon,
|
|
2865
|
+
W1 as MajLightCircleUserIcon,
|
|
2866
|
+
z1 as MajLightCircleXMarkIcon,
|
|
2867
|
+
J1 as MajLightClipboardListIcon,
|
|
2868
|
+
Q1 as MajLightClockIcon,
|
|
2869
|
+
e5 as MajLightCommentIcon,
|
|
2870
|
+
t5 as MajLightCreditCardIcon,
|
|
2871
|
+
n5 as MajLightCrossHairsIcon,
|
|
2872
|
+
l5 as MajLightDatabaseIcon,
|
|
2873
|
+
o5 as MajLightEllipsisIcon,
|
|
2874
|
+
g5 as MajLightEllipsisVerticalIcon,
|
|
2875
|
+
h5 as MajLightEnvelopeIcon,
|
|
2876
|
+
v5 as MajLightEqualsIcon,
|
|
2877
|
+
d5 as MajLightExpandIcon,
|
|
2878
|
+
M5 as MajLightEyeIcon,
|
|
2879
|
+
L5 as MajLightEyeSlashIcon,
|
|
2880
|
+
f5 as MajLightFileArrowDownIcon,
|
|
2881
|
+
Z5 as MajLightFileArrowUpIcon,
|
|
2882
|
+
p5 as MajLightFileInvoiceIcon,
|
|
2883
|
+
b5 as MajLightFilterIcon,
|
|
2884
|
+
N5 as MajLightFlashIcon,
|
|
2885
|
+
k5 as MajLightForwardStepIcon,
|
|
2886
|
+
E5 as MajLightGaugeIcon,
|
|
2887
|
+
T5 as MajLightGearIcon,
|
|
2888
|
+
P5 as MajLightGearsIcon,
|
|
2889
|
+
F5 as MajLightGlobeIcon,
|
|
2890
|
+
q5 as MajLightGridHorizontalIcon,
|
|
2891
|
+
O5 as MajLightGridIcon,
|
|
2892
|
+
W5 as MajLightGripDotsIcon,
|
|
2893
|
+
z5 as MajLightHeadsetIcon,
|
|
2894
|
+
J5 as MajLightHeartPulseIcon,
|
|
2895
|
+
Q5 as MajLightHouseIcon,
|
|
2896
|
+
e8 as MajLightLocationDotIcon,
|
|
2897
|
+
a8 as MajLightLockIcon,
|
|
2898
|
+
s8 as MajLightMagnifyingGlassIcon,
|
|
2899
|
+
i8 as MajLightMinusIcon,
|
|
2900
|
+
c8 as MajLightPaperclipIcon,
|
|
2901
|
+
r8 as MajLightPauseIcon,
|
|
2902
|
+
m8 as MajLightPencilIcon,
|
|
2903
|
+
w8 as MajLightPictureIcon,
|
|
2904
|
+
v8 as MajLightPlayIcon,
|
|
2905
|
+
d8 as MajLightPlusIcon,
|
|
2906
|
+
M8 as MajLightPrintIcon,
|
|
2907
|
+
L8 as MajLightRepeatIcon,
|
|
2908
|
+
f8 as MajLightShareIcon,
|
|
2909
|
+
Z8 as MajLightShuffleIcon,
|
|
2910
|
+
p8 as MajLightSortIcon,
|
|
2911
|
+
b8 as MajLightSquareFacebookIcon,
|
|
2912
|
+
N8 as MajLightSquareInstagramIcon,
|
|
2913
|
+
k8 as MajLightSquareLinkedInIcon,
|
|
2914
|
+
E8 as MajLightSquareListIcon,
|
|
2915
|
+
T8 as MajLightSquareYoutubeIcon,
|
|
2916
|
+
P8 as MajLightStarIcon,
|
|
2917
|
+
F8 as MajLightStoreIcon,
|
|
2918
|
+
O8 as MajLightTagIcon,
|
|
2919
|
+
L0 as MajLightThreeSixtyIcon,
|
|
2920
|
+
q8 as MajLightThumbsDownIcon,
|
|
2921
|
+
W8 as MajLightThumbsUpIcon,
|
|
2922
|
+
z8 as MajLightTrashCanIcon,
|
|
2923
|
+
J8 as MajLightTriangleExclamation,
|
|
2924
|
+
Q8 as MajLightTruckIcon,
|
|
2925
|
+
e6 as MajLightTwitterXIcon,
|
|
2926
|
+
t6 as MajLightUnlockIcon,
|
|
2927
|
+
n6 as MajLightUploadIcon,
|
|
2928
|
+
l6 as MajLightUserIcon,
|
|
2929
|
+
o6 as MajLightVolumeIcon,
|
|
2930
|
+
g6 as MajLightVolumeSlashIcon,
|
|
2931
|
+
h6 as MajLightWavePulseIcon,
|
|
2932
|
+
$2 as MajLightXMarkIcon,
|
|
2933
|
+
J4 as MajLink,
|
|
2934
|
+
p4 as MajLoader,
|
|
2935
|
+
K4 as MajP,
|
|
2936
|
+
$4 as MajPagination,
|
|
2937
|
+
b4 as MajPopover,
|
|
2938
|
+
B4 as MajProgressBar,
|
|
2939
|
+
N4 as MajRadioGroup,
|
|
2940
|
+
S4 as MajRating,
|
|
2941
|
+
o4 as MajSection,
|
|
2942
|
+
k4 as MajSelect,
|
|
2943
|
+
y4 as MajSlider,
|
|
2944
|
+
Q4 as MajSmall,
|
|
2945
|
+
E4 as MajSnackbar,
|
|
2946
|
+
x6 as MajSolidAddressBookIcon,
|
|
2947
|
+
u6 as MajSolidAngleDownIcon,
|
|
2948
|
+
H6 as MajSolidAngleLeftIcon,
|
|
2949
|
+
V6 as MajSolidAngleRightIcon,
|
|
2950
|
+
I6 as MajSolidAngleUpIcon,
|
|
2951
|
+
$6 as MajSolidArrowDownIcon,
|
|
2952
|
+
B6 as MajSolidArrowDownToLineIcon,
|
|
2953
|
+
S6 as MajSolidArrowLeftIcon,
|
|
2954
|
+
R6 as MajSolidArrowRightArrowLeftIcon,
|
|
2955
|
+
y6 as MajSolidArrowRightIcon,
|
|
2956
|
+
_6 as MajSolidArrowUpFromBracketIcon,
|
|
2957
|
+
A6 as MajSolidArrowUpIcon,
|
|
2958
|
+
D6 as MajSolidArrowUpToLineIcon,
|
|
2959
|
+
U6 as MajSolidArrowsRotateIcon,
|
|
2960
|
+
G6 as MajSolidBackwardStepIcon,
|
|
2961
|
+
Y6 as MajSolidBarcodeReadIcon,
|
|
2962
|
+
X6 as MajSolidBarsIcon,
|
|
2963
|
+
K6 as MajSolidBellIcon,
|
|
2964
|
+
C3 as MajSolidBoltLightningIcon,
|
|
2965
|
+
a3 as MajSolidBoxOpenIcon,
|
|
2966
|
+
s3 as MajSolidBugIcon,
|
|
2967
|
+
i3 as MajSolidCalendarDaysIcon,
|
|
2968
|
+
c3 as MajSolidCameraViewfinderIcon,
|
|
2969
|
+
r3 as MajSolidCaretDownIcon,
|
|
2970
|
+
m3 as MajSolidCaretLeftIcon,
|
|
2971
|
+
w3 as MajSolidCaretRightIcon,
|
|
2972
|
+
j3 as MajSolidCaretUpIcon,
|
|
2973
|
+
x3 as MajSolidCartFlatbedBoxes,
|
|
2974
|
+
u3 as MajSolidCartShoppingIcon,
|
|
2975
|
+
H3 as MajSolidChairOfficeIcon,
|
|
2976
|
+
V3 as MajSolidChartColumnIcon,
|
|
2977
|
+
I3 as MajSolidChartSimpleIcon,
|
|
2978
|
+
$3 as MajSolidCheckIcon,
|
|
2979
|
+
S3 as MajSolidCircleCheckIcon,
|
|
2980
|
+
y3 as MajSolidCircleExclamationIcon,
|
|
2981
|
+
B3 as MajSolidCircleIcon,
|
|
2982
|
+
R3 as MajSolidCircleInfoIcon,
|
|
2983
|
+
A3 as MajSolidCircleMinusIcon,
|
|
2984
|
+
_3 as MajSolidCircleQuestionIcon,
|
|
2985
|
+
F3 as MajSolidCircleUserIcon,
|
|
2986
|
+
O3 as MajSolidCircleXMarkIcon,
|
|
2987
|
+
q3 as MajSolidClipboardListIcon,
|
|
2988
|
+
W3 as MajSolidClockIcon,
|
|
2989
|
+
z3 as MajSolidCommentIcon,
|
|
2990
|
+
J3 as MajSolidCreditCardIcon,
|
|
2991
|
+
Q3 as MajSolidCrossHairsIcon,
|
|
2992
|
+
e9 as MajSolidDatabaseIcon,
|
|
2993
|
+
t9 as MajSolidEllipsisIcon,
|
|
2994
|
+
n9 as MajSolidEllipsisVerticalIcon,
|
|
2995
|
+
l9 as MajSolidEnvelopeIcon,
|
|
2996
|
+
o9 as MajSolidEqualsIcon,
|
|
2997
|
+
g9 as MajSolidExpandIcon,
|
|
2998
|
+
h9 as MajSolidEyeIcon,
|
|
2999
|
+
v9 as MajSolidEyeSlashIcon,
|
|
3000
|
+
d9 as MajSolidFileArrowDownIcon,
|
|
3001
|
+
M9 as MajSolidFileArrowUpIcon,
|
|
3002
|
+
L9 as MajSolidFileInvoiceIcon,
|
|
3003
|
+
f9 as MajSolidFilterIcon,
|
|
3004
|
+
Z9 as MajSolidFlashIcon,
|
|
3005
|
+
p9 as MajSolidForwardStepIcon,
|
|
3006
|
+
b9 as MajSolidGaugeIcon,
|
|
3007
|
+
N9 as MajSolidGearIcon,
|
|
3008
|
+
k9 as MajSolidGearsIcon,
|
|
3009
|
+
E9 as MajSolidGlobeIcon,
|
|
3010
|
+
P9 as MajSolidGridHorizontalIcon,
|
|
3011
|
+
T9 as MajSolidGridIcon,
|
|
3012
|
+
F9 as MajSolidGripDotsIcon,
|
|
3013
|
+
O9 as MajSolidHeadsetIcon,
|
|
3014
|
+
q9 as MajSolidHeartPulseIcon,
|
|
3015
|
+
W9 as MajSolidHouseIcon,
|
|
3016
|
+
z9 as MajSolidLocationDotIcon,
|
|
3017
|
+
X9 as MajSolidLockIcon,
|
|
3018
|
+
K9 as MajSolidMagnifyingGlassIcon,
|
|
3019
|
+
C7 as MajSolidMinusIcon,
|
|
3020
|
+
a7 as MajSolidPaperclipIcon,
|
|
3021
|
+
s7 as MajSolidPauseIcon,
|
|
3022
|
+
i7 as MajSolidPencilIcon,
|
|
3023
|
+
c7 as MajSolidPictureIcon,
|
|
3024
|
+
o7 as MajSolidPlayIcon,
|
|
3025
|
+
g7 as MajSolidPlusIcon,
|
|
3026
|
+
h7 as MajSolidPrintIcon,
|
|
3027
|
+
v7 as MajSolidRepeatIcon,
|
|
3028
|
+
d7 as MajSolidShareIcon,
|
|
3029
|
+
M7 as MajSolidShuffleIcon,
|
|
3030
|
+
L7 as MajSolidSortIcon,
|
|
3031
|
+
f7 as MajSolidSquareFacebookIcon,
|
|
3032
|
+
Z7 as MajSolidSquareInstagramIcon,
|
|
3033
|
+
p7 as MajSolidSquareLinkedInIcon,
|
|
3034
|
+
b7 as MajSolidSquareListIcon,
|
|
3035
|
+
N7 as MajSolidSquareYoutubeIcon,
|
|
3036
|
+
k7 as MajSolidStarIcon,
|
|
3037
|
+
E7 as MajSolidStoreIcon,
|
|
3038
|
+
T7 as MajSolidTagIcon,
|
|
3039
|
+
j6 as MajSolidThreeSixtyIcon,
|
|
3040
|
+
P7 as MajSolidThumbsUpIcon,
|
|
3041
|
+
F7 as MajSolidTrashCanIcon,
|
|
3042
|
+
O7 as MajSolidTriangleExclamation,
|
|
3043
|
+
q7 as MajSolidTruckIcon,
|
|
3044
|
+
W7 as MajSolidTwitterXIcon,
|
|
3045
|
+
z7 as MajSolidUnlockIcon,
|
|
3046
|
+
J7 as MajSolidUploadIcon,
|
|
3047
|
+
Q7 as MajSolidUserIcon,
|
|
3048
|
+
e4 as MajSolidVolumeIcon,
|
|
3049
|
+
t4 as MajSolidVolumeSlashIcon,
|
|
3050
|
+
n4 as MajSolidWavePulseIcon,
|
|
3051
|
+
Z4 as MajSolidXMarkIcon,
|
|
3052
|
+
CC as MajSubScript,
|
|
3053
|
+
eC as MajSuperScript,
|
|
3054
|
+
R4 as MajSwitch,
|
|
3055
|
+
T4 as MajTab,
|
|
3056
|
+
A4 as MajTextField,
|
|
3057
|
+
P4 as MajTimePicker,
|
|
3058
|
+
_4 as MajToggle,
|
|
3059
|
+
F4 as MajTooltip
|
|
3060
|
+
};
|
|
3061
|
+
//# sourceMappingURL=index.es.js.map
|