@dialpad/dialtone 9.14.0 → 9.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/CHANGELOG.json +1 -0
- package/dist/css/dialtone.css +18704 -0
- package/dist/css/dialtone.min.css +1 -0
- package/dist/css/fonts/Archivo-Bold.woff2 +0 -0
- package/dist/css/fonts/Archivo-Regular.woff2 +0 -0
- package/dist/css/fonts/Archivo-SemiBold.woff2 +0 -0
- package/dist/css/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
- package/dist/css/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
- package/dist/css/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
- package/dist/css/js/dialtone_health_check/deprecated_icons.cjs +105 -0
- package/dist/css/js/dialtone_health_check/index.cjs +82 -0
- package/dist/css/js/dialtone_health_check/non_dialtone_properties.cjs +44 -0
- package/dist/css/js/dialtone_migration_helper/configs/box-shadows.mjs +19 -0
- package/dist/css/js/dialtone_migration_helper/configs/colors.mjs +69 -0
- package/dist/css/js/dialtone_migration_helper/configs/fonts.mjs +49 -0
- package/dist/css/js/dialtone_migration_helper/configs/size-and-space.mjs +124 -0
- package/dist/css/js/dialtone_migration_helper/helpers.mjs +212 -0
- package/dist/css/js/dialtone_migration_helper/index.mjs +135 -0
- package/dist/css/svg/spot/blank-space.svg +1 -0
- package/dist/css/svg/spot/browser-list-callout.svg +1 -0
- package/dist/css/svg/spot/browser-table-graph.svg +1 -0
- package/dist/css/svg/spot/female-laptop-typing.svg +1 -0
- package/dist/css/svg/spot/file-upload.svg +1 -0
- package/dist/css/svg/spot/male-laptop-typing.svg +1 -0
- package/dist/css/svg/spot/mind.svg +1 -0
- package/dist/css/svg/spot/publish.svg +1 -0
- package/dist/css/svg/spot/vector-vortex.svg +1 -0
- package/dist/css/svg/spot/wireless-screenshare.svg +1 -0
- package/dist/css/vue/spot/SpotBlankSpace.vue +3 -0
- package/dist/css/vue/spot/SpotBrowserListCallout.vue +3 -0
- package/dist/css/vue/spot/SpotBrowserTableGraph.vue +3 -0
- package/dist/css/vue/spot/SpotFemaleLaptopTyping.vue +3 -0
- package/dist/css/vue/spot/SpotFileUpload.vue +3 -0
- package/dist/css/vue/spot/SpotMaleLaptopTyping.vue +3 -0
- package/dist/css/vue/spot/SpotMind.vue +3 -0
- package/dist/css/vue/spot/SpotPublish.vue +3 -0
- package/dist/css/vue/spot/SpotVectorVortex.vue +3 -0
- package/dist/css/vue/spot/SpotWirelessScreenshare.vue +3 -0
- package/dist/eslint-plugin/index.js +22 -0
- package/dist/eslint-plugin/rules/custom-implementation.js +69 -0
- package/dist/eslint-plugin/rules/deprecated-component.js +91 -0
- package/dist/eslint-plugin/rules/deprecated-directive.js +55 -0
- package/dist/eslint-plugin/rules/deprecated-icons.js +114 -0
- package/dist/icons/dialtone-icon@2.mjs +9272 -0
- package/dist/icons/dialtone-icon@2.umd.js +1 -0
- package/dist/icons/dialtone-icon@3.mjs +15450 -0
- package/dist/icons/dialtone-icon@3.umd.js +1 -0
- package/dist/icons/icons.json +1 -0
- package/dist/icons/keywords.json +1 -0
- package/dist/icons/svg/accessibility.svg +1 -0
- package/dist/icons/svg/activity.svg +1 -0
- package/dist/icons/svg/add-task.svg +1 -0
- package/dist/icons/svg/agent-assist.svg +1 -0
- package/dist/icons/svg/ai-notes.svg +1 -0
- package/dist/icons/svg/ai-write.svg +1 -0
- package/dist/icons/svg/airplay.svg +1 -0
- package/dist/icons/svg/airtable.svg +1 -0
- package/dist/icons/svg/alarm-check.svg +1 -0
- package/dist/icons/svg/alarm-clock-off.svg +1 -0
- package/dist/icons/svg/alarm-minus.svg +1 -0
- package/dist/icons/svg/alarm-plus.svg +1 -0
- package/dist/icons/svg/album.svg +1 -0
- package/dist/icons/svg/alert-circle.svg +1 -0
- package/dist/icons/svg/alert-triangle.svg +1 -0
- package/dist/icons/svg/align-center.svg +1 -0
- package/dist/icons/svg/align-justify.svg +1 -0
- package/dist/icons/svg/align-left.svg +1 -0
- package/dist/icons/svg/align-right.svg +1 -0
- package/dist/icons/svg/amex.svg +1 -0
- package/dist/icons/svg/app-store-badge.svg +1 -0
- package/dist/icons/svg/apple.svg +1 -0
- package/dist/icons/svg/archive-restore.svg +1 -0
- package/dist/icons/svg/archive.svg +1 -0
- package/dist/icons/svg/arrow-down-left.svg +1 -0
- package/dist/icons/svg/arrow-down-right.svg +1 -0
- package/dist/icons/svg/arrow-down.svg +1 -0
- package/dist/icons/svg/arrow-left-right.svg +1 -0
- package/dist/icons/svg/arrow-left.svg +1 -0
- package/dist/icons/svg/arrow-right.svg +1 -0
- package/dist/icons/svg/arrow-up-down.svg +1 -0
- package/dist/icons/svg/arrow-up-left.svg +1 -0
- package/dist/icons/svg/arrow-up-right.svg +1 -0
- package/dist/icons/svg/arrow-up.svg +1 -0
- package/dist/icons/svg/asana.svg +1 -0
- package/dist/icons/svg/asterisk.svg +1 -0
- package/dist/icons/svg/at-sign.svg +1 -0
- package/dist/icons/svg/ata-adapter.svg +1 -0
- package/dist/icons/svg/attestation-outline.svg +1 -0
- package/dist/icons/svg/attestation.svg +1 -0
- package/dist/icons/svg/axis-3d.svg +1 -0
- package/dist/icons/svg/bar-chart-2.svg +1 -0
- package/dist/icons/svg/bar-chart-3.svg +1 -0
- package/dist/icons/svg/bar-chart-4.svg +1 -0
- package/dist/icons/svg/bar-chart-horizontal.svg +1 -0
- package/dist/icons/svg/bar-chart.svg +1 -0
- package/dist/icons/svg/barge.svg +1 -0
- package/dist/icons/svg/baseline.svg +1 -0
- package/dist/icons/svg/battery-charging.svg +1 -0
- package/dist/icons/svg/battery-full.svg +1 -0
- package/dist/icons/svg/battery-low.svg +1 -0
- package/dist/icons/svg/battery-medium.svg +1 -0
- package/dist/icons/svg/battery.svg +1 -0
- package/dist/icons/svg/bell-minus.svg +1 -0
- package/dist/icons/svg/bell-off.svg +1 -0
- package/dist/icons/svg/bell-plus.svg +1 -0
- package/dist/icons/svg/bell-ring.svg +1 -0
- package/dist/icons/svg/bell.svg +1 -0
- package/dist/icons/svg/binary.svg +1 -0
- package/dist/icons/svg/bluetooth-connected.svg +1 -0
- package/dist/icons/svg/bluetooth-off.svg +1 -0
- package/dist/icons/svg/bluetooth-searching.svg +1 -0
- package/dist/icons/svg/bluetooth.svg +1 -0
- package/dist/icons/svg/blur-background.svg +1 -0
- package/dist/icons/svg/bold.svg +1 -0
- package/dist/icons/svg/book-open.svg +1 -0
- package/dist/icons/svg/book.svg +1 -0
- package/dist/icons/svg/bookmark-minus.svg +1 -0
- package/dist/icons/svg/bookmark-plus.svg +1 -0
- package/dist/icons/svg/bookmark.svg +1 -0
- package/dist/icons/svg/box-select.svg +1 -0
- package/dist/icons/svg/box.svg +1 -0
- package/dist/icons/svg/boxes.svg +1 -0
- package/dist/icons/svg/branch.svg +1 -0
- package/dist/icons/svg/brand-dialpad-meetings.svg +1 -0
- package/dist/icons/svg/brand-dialpad.svg +1 -0
- package/dist/icons/svg/briefcase.svg +1 -0
- package/dist/icons/svg/building-2.svg +1 -0
- package/dist/icons/svg/building.svg +1 -0
- package/dist/icons/svg/bullet.svg +1 -0
- package/dist/icons/svg/bullhorn.svg +1 -0
- package/dist/icons/svg/calculator.svg +1 -0
- package/dist/icons/svg/calendar-check-2.svg +1 -0
- package/dist/icons/svg/calendar-check.svg +1 -0
- package/dist/icons/svg/calendar-clock.svg +1 -0
- package/dist/icons/svg/calendar-days.svg +1 -0
- package/dist/icons/svg/calendar-heart.svg +1 -0
- package/dist/icons/svg/calendar-minus.svg +1 -0
- package/dist/icons/svg/calendar-off.svg +1 -0
- package/dist/icons/svg/calendar-plus.svg +1 -0
- package/dist/icons/svg/calendar-range.svg +1 -0
- package/dist/icons/svg/calendar-search.svg +1 -0
- package/dist/icons/svg/calendar-x.svg +1 -0
- package/dist/icons/svg/calendar.svg +1 -0
- package/dist/icons/svg/call-abandoned.svg +1 -0
- package/dist/icons/svg/call-merge.svg +1 -0
- package/dist/icons/svg/call-rejected.svg +1 -0
- package/dist/icons/svg/camera-off.svg +1 -0
- package/dist/icons/svg/camera-tracking.svg +1 -0
- package/dist/icons/svg/camera.svg +1 -0
- package/dist/icons/svg/cast.svg +1 -0
- package/dist/icons/svg/check-circle-filled.svg +1 -0
- package/dist/icons/svg/check-circle.svg +1 -0
- package/dist/icons/svg/check.svg +1 -0
- package/dist/icons/svg/chevron-down.svg +1 -0
- package/dist/icons/svg/chevron-first.svg +1 -0
- package/dist/icons/svg/chevron-last.svg +1 -0
- package/dist/icons/svg/chevron-left.svg +1 -0
- package/dist/icons/svg/chevron-right.svg +1 -0
- package/dist/icons/svg/chevron-up.svg +1 -0
- package/dist/icons/svg/chevrons-down-up.svg +1 -0
- package/dist/icons/svg/chevrons-down.svg +1 -0
- package/dist/icons/svg/chevrons-left-right.svg +1 -0
- package/dist/icons/svg/chevrons-left.svg +1 -0
- package/dist/icons/svg/chevrons-right-left.svg +1 -0
- package/dist/icons/svg/chevrons-right.svg +1 -0
- package/dist/icons/svg/chevrons-up-down.svg +1 -0
- package/dist/icons/svg/chevrons-up.svg +1 -0
- package/dist/icons/svg/circle-half-filled.svg +1 -0
- package/dist/icons/svg/circle-slashed.svg +1 -0
- package/dist/icons/svg/clipboard-check.svg +1 -0
- package/dist/icons/svg/clipboard-copy.svg +1 -0
- package/dist/icons/svg/clipboard-edit.svg +1 -0
- package/dist/icons/svg/clipboard-list.svg +1 -0
- package/dist/icons/svg/clipboard-signature.svg +1 -0
- package/dist/icons/svg/clipboard-type.svg +1 -0
- package/dist/icons/svg/clipboard-x.svg +1 -0
- package/dist/icons/svg/clipboard.svg +1 -0
- package/dist/icons/svg/clock-1.svg +1 -0
- package/dist/icons/svg/clock-10.svg +1 -0
- package/dist/icons/svg/clock-11.svg +1 -0
- package/dist/icons/svg/clock-12.svg +1 -0
- package/dist/icons/svg/clock-2.svg +1 -0
- package/dist/icons/svg/clock-3.svg +1 -0
- package/dist/icons/svg/clock-4.svg +1 -0
- package/dist/icons/svg/clock-5.svg +1 -0
- package/dist/icons/svg/clock-6.svg +1 -0
- package/dist/icons/svg/clock-7.svg +1 -0
- package/dist/icons/svg/clock-8.svg +1 -0
- package/dist/icons/svg/clock-9.svg +1 -0
- package/dist/icons/svg/clock.svg +1 -0
- package/dist/icons/svg/clockify.svg +1 -0
- package/dist/icons/svg/close.svg +1 -0
- package/dist/icons/svg/cloud-cog.svg +1 -0
- package/dist/icons/svg/cloud-drizzle.svg +1 -0
- package/dist/icons/svg/cloud-fog.svg +1 -0
- package/dist/icons/svg/cloud-hail.svg +1 -0
- package/dist/icons/svg/cloud-lightning.svg +1 -0
- package/dist/icons/svg/cloud-moon-rain.svg +1 -0
- package/dist/icons/svg/cloud-moon.svg +1 -0
- package/dist/icons/svg/cloud-off.svg +1 -0
- package/dist/icons/svg/cloud-rain-wind.svg +1 -0
- package/dist/icons/svg/cloud-rain.svg +1 -0
- package/dist/icons/svg/cloud-snow.svg +1 -0
- package/dist/icons/svg/cloud-sun-rain.svg +1 -0
- package/dist/icons/svg/cloud-sun.svg +1 -0
- package/dist/icons/svg/cloud.svg +1 -0
- package/dist/icons/svg/cloudy.svg +1 -0
- package/dist/icons/svg/coaching-hub.svg +1 -0
- package/dist/icons/svg/code-block.svg +1 -0
- package/dist/icons/svg/code.svg +1 -0
- package/dist/icons/svg/command.svg +1 -0
- package/dist/icons/svg/concierge-bell.svg +1 -0
- package/dist/icons/svg/contacts.svg +1 -0
- package/dist/icons/svg/copper-crm.svg +1 -0
- package/dist/icons/svg/copy.svg +1 -0
- package/dist/icons/svg/copyright.svg +1 -0
- package/dist/icons/svg/corner-down-left.svg +1 -0
- package/dist/icons/svg/corner-down-right.svg +1 -0
- package/dist/icons/svg/corner-left-down.svg +1 -0
- package/dist/icons/svg/corner-left-up.svg +1 -0
- package/dist/icons/svg/corner-right-down.svg +1 -0
- package/dist/icons/svg/corner-right-up.svg +1 -0
- package/dist/icons/svg/corner-up-left.svg +1 -0
- package/dist/icons/svg/corner-up-right.svg +1 -0
- package/dist/icons/svg/cpu.svg +1 -0
- package/dist/icons/svg/credit-card.svg +1 -0
- package/dist/icons/svg/dash.svg +1 -0
- package/dist/icons/svg/dect-base-station.svg +1 -0
- package/dist/icons/svg/dect-handset.svg +1 -0
- package/dist/icons/svg/delete.svg +1 -0
- package/dist/icons/svg/deskphone.svg +1 -0
- package/dist/icons/svg/dialbot.svg +1 -0
- package/dist/icons/svg/dialer.svg +1 -0
- package/dist/icons/svg/dialpad-ai-color.svg +1 -0
- package/dist/icons/svg/dialpad-ai.svg +1 -0
- package/dist/icons/svg/dialpad-logomark.svg +1 -0
- package/dist/icons/svg/digital-whisper.svg +1 -0
- package/dist/icons/svg/diners-club.svg +1 -0
- package/dist/icons/svg/discover.svg +1 -0
- package/dist/icons/svg/dissatisfied.svg +1 -0
- package/dist/icons/svg/double-check.svg +1 -0
- package/dist/icons/svg/download-cloud.svg +1 -0
- package/dist/icons/svg/download.svg +1 -0
- package/dist/icons/svg/dp-phone.svg +1 -0
- package/dist/icons/svg/edit-2.svg +1 -0
- package/dist/icons/svg/edit.svg +1 -0
- package/dist/icons/svg/empty.svg +1 -0
- package/dist/icons/svg/end-chat.svg +1 -0
- package/dist/icons/svg/equal.svg +1 -0
- package/dist/icons/svg/eraser.svg +1 -0
- package/dist/icons/svg/evernote.svg +1 -0
- package/dist/icons/svg/expand.svg +1 -0
- package/dist/icons/svg/expert-node.svg +1 -0
- package/dist/icons/svg/external-link.svg +1 -0
- package/dist/icons/svg/eye-off.svg +1 -0
- package/dist/icons/svg/eye.svg +1 -0
- package/dist/icons/svg/facebook.svg +1 -0
- package/dist/icons/svg/factory.svg +1 -0
- package/dist/icons/svg/fast-forward.svg +1 -0
- package/dist/icons/svg/file-audio.svg +1 -0
- package/dist/icons/svg/file.svg +1 -0
- package/dist/icons/svg/files.svg +1 -0
- package/dist/icons/svg/film.svg +1 -0
- package/dist/icons/svg/filter.svg +1 -0
- package/dist/icons/svg/fingerprint.svg +1 -0
- package/dist/icons/svg/flag-off.svg +1 -0
- package/dist/icons/svg/flag.svg +1 -0
- package/dist/icons/svg/flame.svg +1 -0
- package/dist/icons/svg/focus.svg +1 -0
- package/dist/icons/svg/folder-tree.svg +1 -0
- package/dist/icons/svg/folder.svg +1 -0
- package/dist/icons/svg/folders.svg +1 -0
- package/dist/icons/svg/food.svg +1 -0
- package/dist/icons/svg/form-input.svg +1 -0
- package/dist/icons/svg/forward.svg +1 -0
- package/dist/icons/svg/freshsales-crm.svg +1 -0
- package/dist/icons/svg/front.svg +1 -0
- package/dist/icons/svg/gamepad.svg +1 -0
- package/dist/icons/svg/gauge.svg +1 -0
- package/dist/icons/svg/gif-filled.svg +1 -0
- package/dist/icons/svg/gif-outline.svg +1 -0
- package/dist/icons/svg/giphy.svg +1 -0
- package/dist/icons/svg/globe-2.svg +1 -0
- package/dist/icons/svg/gmail.svg +1 -0
- package/dist/icons/svg/google-business-messaging.svg +1 -0
- package/dist/icons/svg/google-calendar.svg +1 -0
- package/dist/icons/svg/google-docs.svg +1 -0
- package/dist/icons/svg/google-drive.svg +1 -0
- package/dist/icons/svg/google-glyph.svg +1 -0
- package/dist/icons/svg/google-sheets.svg +1 -0
- package/dist/icons/svg/google-slides.svg +1 -0
- package/dist/icons/svg/greenhouse.svg +1 -0
- package/dist/icons/svg/grid.svg +1 -0
- package/dist/icons/svg/grip-horizontal.svg +1 -0
- package/dist/icons/svg/grip-vertical.svg +1 -0
- package/dist/icons/svg/hand.svg +1 -0
- package/dist/icons/svg/hard-drive.svg +1 -0
- package/dist/icons/svg/hash-bold.svg +1 -0
- package/dist/icons/svg/hash.svg +1 -0
- package/dist/icons/svg/haze.svg +1 -0
- package/dist/icons/svg/hd.svg +1 -0
- package/dist/icons/svg/headphones.svg +1 -0
- package/dist/icons/svg/hear.svg +1 -0
- package/dist/icons/svg/heart.svg +1 -0
- package/dist/icons/svg/help-circle.svg +1 -0
- package/dist/icons/svg/highfive.svg +1 -0
- package/dist/icons/svg/history.svg +1 -0
- package/dist/icons/svg/hold.svg +1 -0
- package/dist/icons/svg/home.svg +1 -0
- package/dist/icons/svg/hourglass.svg +1 -0
- package/dist/icons/svg/hubspot.svg +1 -0
- package/dist/icons/svg/image.svg +1 -0
- package/dist/icons/svg/import.svg +1 -0
- package/dist/icons/svg/inbox.svg +1 -0
- package/dist/icons/svg/indent.svg +1 -0
- package/dist/icons/svg/infinity.svg +1 -0
- package/dist/icons/svg/info.svg +1 -0
- package/dist/icons/svg/inspect.svg +1 -0
- package/dist/icons/svg/instagram.svg +1 -0
- package/dist/icons/svg/intercom.svg +1 -0
- package/dist/icons/svg/isolated-queries.svg +1 -0
- package/dist/icons/svg/italic.svg +1 -0
- package/dist/icons/svg/jcb.svg +1 -0
- package/dist/icons/svg/jira-service-desk.svg +1 -0
- package/dist/icons/svg/key.svg +1 -0
- package/dist/icons/svg/keyboard.svg +1 -0
- package/dist/icons/svg/keypad.svg +1 -0
- package/dist/icons/svg/languages.svg +1 -0
- package/dist/icons/svg/laptop-2.svg +1 -0
- package/dist/icons/svg/large-self-view.svg +1 -0
- package/dist/icons/svg/layout-dashboard.svg +1 -0
- package/dist/icons/svg/layout-filmstrip.svg +1 -0
- package/dist/icons/svg/layout-grid.svg +1 -0
- package/dist/icons/svg/layout-template.svg +1 -0
- package/dist/icons/svg/layout.svg +1 -0
- package/dist/icons/svg/library.svg +1 -0
- package/dist/icons/svg/life-buoy.svg +1 -0
- package/dist/icons/svg/lightbulb-off.svg +1 -0
- package/dist/icons/svg/lightbulb.svg +1 -0
- package/dist/icons/svg/lightning-bolt.svg +1 -0
- package/dist/icons/svg/line-chart.svg +1 -0
- package/dist/icons/svg/line-messenger.svg +1 -0
- package/dist/icons/svg/link-2-off.svg +1 -0
- package/dist/icons/svg/link-2.svg +1 -0
- package/dist/icons/svg/linkedin.svg +1 -0
- package/dist/icons/svg/list-add.svg +1 -0
- package/dist/icons/svg/list-bullet.svg +1 -0
- package/dist/icons/svg/list-checks.svg +1 -0
- package/dist/icons/svg/list-ordered.svg +1 -0
- package/dist/icons/svg/listen.svg +1 -0
- package/dist/icons/svg/listening.svg +1 -0
- package/dist/icons/svg/live-queue.svg +1 -0
- package/dist/icons/svg/living-thing.svg +1 -0
- package/dist/icons/svg/loading.svg +1 -0
- package/dist/icons/svg/lock-filled.svg +1 -0
- package/dist/icons/svg/lock.svg +1 -0
- package/dist/icons/svg/log-in.svg +1 -0
- package/dist/icons/svg/log-out.svg +1 -0
- package/dist/icons/svg/maestro.svg +1 -0
- package/dist/icons/svg/mail-open.svg +1 -0
- package/dist/icons/svg/mail.svg +1 -0
- package/dist/icons/svg/mails.svg +1 -0
- package/dist/icons/svg/map-pin.svg +1 -0
- package/dist/icons/svg/map.svg +1 -0
- package/dist/icons/svg/mastercard.svg +1 -0
- package/dist/icons/svg/maximize.svg +1 -0
- package/dist/icons/svg/megaphone-off.svg +1 -0
- package/dist/icons/svg/megaphone.svg +1 -0
- package/dist/icons/svg/menu.svg +1 -0
- package/dist/icons/svg/message.svg +1 -0
- package/dist/icons/svg/messenger.svg +1 -0
- package/dist/icons/svg/mic-off.svg +1 -0
- package/dist/icons/svg/mic.svg +1 -0
- package/dist/icons/svg/microsoft-dynamics-365.svg +1 -0
- package/dist/icons/svg/microsoft-teams.svg +1 -0
- package/dist/icons/svg/microsoft.svg +1 -0
- package/dist/icons/svg/minimize-alt.svg +1 -0
- package/dist/icons/svg/minimize.svg +1 -0
- package/dist/icons/svg/minus-circle.svg +1 -0
- package/dist/icons/svg/miro.svg +1 -0
- package/dist/icons/svg/monday-com.svg +1 -0
- package/dist/icons/svg/monitor-off.svg +1 -0
- package/dist/icons/svg/monitor-speaker.svg +1 -0
- package/dist/icons/svg/monitor.svg +1 -0
- package/dist/icons/svg/moon.svg +1 -0
- package/dist/icons/svg/more-horizontal.svg +1 -0
- package/dist/icons/svg/more-vertical.svg +1 -0
- package/dist/icons/svg/mouse.svg +1 -0
- package/dist/icons/svg/multi-line-dept.svg +1 -0
- package/dist/icons/svg/music-off.svg +1 -0
- package/dist/icons/svg/music.svg +1 -0
- package/dist/icons/svg/network.svg +1 -0
- package/dist/icons/svg/neutral.svg +1 -0
- package/dist/icons/svg/newspaper.svg +1 -0
- package/dist/icons/svg/not-enough-queries.svg +1 -0
- package/dist/icons/svg/notes.svg +1 -0
- package/dist/icons/svg/o365-calendar.svg +1 -0
- package/dist/icons/svg/object.svg +1 -0
- package/dist/icons/svg/office-365.svg +1 -0
- package/dist/icons/svg/option.svg +1 -0
- package/dist/icons/svg/package.svg +1 -0
- package/dist/icons/svg/paperclip.svg +1 -0
- package/dist/icons/svg/park.svg +1 -0
- package/dist/icons/svg/party-popper.svg +1 -0
- package/dist/icons/svg/past-conversations.svg +1 -0
- package/dist/icons/svg/pause-circle.svg +1 -0
- package/dist/icons/svg/pause.svg +1 -0
- package/dist/icons/svg/phone-call.svg +1 -0
- package/dist/icons/svg/phone-forward.svg +1 -0
- package/dist/icons/svg/phone-hang-up.svg +1 -0
- package/dist/icons/svg/phone-hold.svg +1 -0
- package/dist/icons/svg/phone-incoming.svg +1 -0
- package/dist/icons/svg/phone-missed.svg +1 -0
- package/dist/icons/svg/phone-off.svg +1 -0
- package/dist/icons/svg/phone-outgoing.svg +1 -0
- package/dist/icons/svg/phone.svg +1 -0
- package/dist/icons/svg/picture-in-picture.svg +1 -0
- package/dist/icons/svg/pie-chart.svg +1 -0
- package/dist/icons/svg/pin-off.svg +1 -0
- package/dist/icons/svg/pin.svg +1 -0
- package/dist/icons/svg/pipedrive.svg +1 -0
- package/dist/icons/svg/play-circle.svg +1 -0
- package/dist/icons/svg/play-filled.svg +1 -0
- package/dist/icons/svg/play-store-badge.svg +1 -0
- package/dist/icons/svg/play.svg +1 -0
- package/dist/icons/svg/plug.svg +1 -0
- package/dist/icons/svg/plus-circle.svg +1 -0
- package/dist/icons/svg/plus.svg +1 -0
- package/dist/icons/svg/power.svg +1 -0
- package/dist/icons/svg/print-fax.svg +1 -0
- package/dist/icons/svg/printer.svg +1 -0
- package/dist/icons/svg/puzzle.svg +1 -0
- package/dist/icons/svg/qr-code.svg +1 -0
- package/dist/icons/svg/queries.svg +1 -0
- package/dist/icons/svg/quote.svg +1 -0
- package/dist/icons/svg/record-filled.svg +1 -0
- package/dist/icons/svg/record.svg +1 -0
- package/dist/icons/svg/redo.svg +1 -0
- package/dist/icons/svg/refresh.svg +1 -0
- package/dist/icons/svg/rematch.svg +1 -0
- package/dist/icons/svg/repeat.svg +1 -0
- package/dist/icons/svg/reply-all.svg +1 -0
- package/dist/icons/svg/reply.svg +1 -0
- package/dist/icons/svg/rewind-15-sec.svg +1 -0
- package/dist/icons/svg/rewind.svg +1 -0
- package/dist/icons/svg/salesforce-glyph.svg +1 -0
- package/dist/icons/svg/salesforce-logo.svg +1 -0
- package/dist/icons/svg/satisfied.svg +1 -0
- package/dist/icons/svg/save.svg +1 -0
- package/dist/icons/svg/scan-face.svg +1 -0
- package/dist/icons/svg/scan.svg +1 -0
- package/dist/icons/svg/scissors.svg +1 -0
- package/dist/icons/svg/screen-share-off.svg +1 -0
- package/dist/icons/svg/scroll.svg +1 -0
- package/dist/icons/svg/search.svg +1 -0
- package/dist/icons/svg/send.svg +1 -0
- package/dist/icons/svg/servicenow.svg +1 -0
- package/dist/icons/svg/settings.svg +1 -0
- package/dist/icons/svg/share-2.svg +1 -0
- package/dist/icons/svg/share-screen.svg +1 -0
- package/dist/icons/svg/share.svg +1 -0
- package/dist/icons/svg/sheet.svg +1 -0
- package/dist/icons/svg/shield-alert.svg +1 -0
- package/dist/icons/svg/shield-check.svg +1 -0
- package/dist/icons/svg/shield-close.svg +1 -0
- package/dist/icons/svg/shield-off.svg +1 -0
- package/dist/icons/svg/shield.svg +1 -0
- package/dist/icons/svg/shortcuts.svg +1 -0
- package/dist/icons/svg/shuffle.svg +1 -0
- package/dist/icons/svg/sidebar-close.svg +1 -0
- package/dist/icons/svg/sidebar-open.svg +1 -0
- package/dist/icons/svg/sidebar.svg +1 -0
- package/dist/icons/svg/signal-best.svg +1 -0
- package/dist/icons/svg/signal-high.svg +1 -0
- package/dist/icons/svg/signal-low.svg +1 -0
- package/dist/icons/svg/signal-medium.svg +1 -0
- package/dist/icons/svg/signal-zero.svg +1 -0
- package/dist/icons/svg/siren.svg +1 -0
- package/dist/icons/svg/skip-15-sec.svg +1 -0
- package/dist/icons/svg/skip-back-ten.svg +1 -0
- package/dist/icons/svg/skip-back.svg +1 -0
- package/dist/icons/svg/skip-forward-ten.svg +1 -0
- package/dist/icons/svg/skip-forward.svg +1 -0
- package/dist/icons/svg/slack.svg +1 -0
- package/dist/icons/svg/slash.svg +1 -0
- package/dist/icons/svg/sliders-horizontal.svg +1 -0
- package/dist/icons/svg/sliders.svg +1 -0
- package/dist/icons/svg/small-self-view.svg +1 -0
- package/dist/icons/svg/smartphone-charging.svg +1 -0
- package/dist/icons/svg/smartphone.svg +1 -0
- package/dist/icons/svg/snapchat.svg +1 -0
- package/dist/icons/svg/snooze.svg +1 -0
- package/dist/icons/svg/snowflake.svg +1 -0
- package/dist/icons/svg/somewhat-dissatisfied.svg +1 -0
- package/dist/icons/svg/somewhat-satisfied.svg +1 -0
- package/dist/icons/svg/sort-asc.svg +1 -0
- package/dist/icons/svg/sort-desc.svg +1 -0
- package/dist/icons/svg/sparkle.svg +1 -0
- package/dist/icons/svg/speaker.svg +1 -0
- package/dist/icons/svg/star-filled.svg +1 -0
- package/dist/icons/svg/star.svg +1 -0
- package/dist/icons/svg/sticker.svg +1 -0
- package/dist/icons/svg/stop-circle.svg +1 -0
- package/dist/icons/svg/stop-filled.svg +1 -0
- package/dist/icons/svg/strikethrough.svg +1 -0
- package/dist/icons/svg/sun-dim.svg +1 -0
- package/dist/icons/svg/sun-medium.svg +1 -0
- package/dist/icons/svg/sun.svg +1 -0
- package/dist/icons/svg/sunrise.svg +1 -0
- package/dist/icons/svg/sunset.svg +1 -0
- package/dist/icons/svg/switch-to-cellular.svg +1 -0
- package/dist/icons/svg/switch-to-hd.svg +1 -0
- package/dist/icons/svg/table.svg +1 -0
- package/dist/icons/svg/tag.svg +1 -0
- package/dist/icons/svg/tags.svg +1 -0
- package/dist/icons/svg/takeover.svg +1 -0
- package/dist/icons/svg/task.svg +1 -0
- package/dist/icons/svg/telegram.svg +1 -0
- package/dist/icons/svg/text-cursor-input.svg +1 -0
- package/dist/icons/svg/text-cursor.svg +1 -0
- package/dist/icons/svg/thermometer-snowflake.svg +1 -0
- package/dist/icons/svg/thermometer-sun.svg +1 -0
- package/dist/icons/svg/thermometer.svg +1 -0
- package/dist/icons/svg/thread.svg +1 -0
- package/dist/icons/svg/threads.svg +1 -0
- package/dist/icons/svg/thumbs-down-filled.svg +1 -0
- package/dist/icons/svg/thumbs-down.svg +1 -0
- package/dist/icons/svg/thumbs-up-filled.svg +1 -0
- package/dist/icons/svg/thumbs-up.svg +1 -0
- package/dist/icons/svg/tiktok.svg +1 -0
- package/dist/icons/svg/timer-off.svg +1 -0
- package/dist/icons/svg/timer-reset.svg +1 -0
- package/dist/icons/svg/timer.svg +1 -0
- package/dist/icons/svg/toggl.svg +1 -0
- package/dist/icons/svg/too-many-queries.svg +1 -0
- package/dist/icons/svg/tools.svg +1 -0
- package/dist/icons/svg/toy-brick.svg +1 -0
- package/dist/icons/svg/transfer-webchat.svg +1 -0
- package/dist/icons/svg/transfer.svg +1 -0
- package/dist/icons/svg/transportation.svg +1 -0
- package/dist/icons/svg/trash.svg +1 -0
- package/dist/icons/svg/trending-down.svg +1 -0
- package/dist/icons/svg/trending-up.svg +1 -0
- package/dist/icons/svg/triangle.svg +1 -0
- package/dist/icons/svg/twitter.svg +1 -0
- package/dist/icons/svg/type.svg +1 -0
- package/dist/icons/svg/umbrella.svg +1 -0
- package/dist/icons/svg/underline.svg +1 -0
- package/dist/icons/svg/undo-2.svg +1 -0
- package/dist/icons/svg/union-pay.svg +1 -0
- package/dist/icons/svg/unlink-2.svg +1 -0
- package/dist/icons/svg/unlock-filled.svg +1 -0
- package/dist/icons/svg/unlock.svg +1 -0
- package/dist/icons/svg/unread.svg +1 -0
- package/dist/icons/svg/upload-cloud.svg +1 -0
- package/dist/icons/svg/upload.svg +1 -0
- package/dist/icons/svg/usb.svg +1 -0
- package/dist/icons/svg/user-check.svg +1 -0
- package/dist/icons/svg/user-minus.svg +1 -0
- package/dist/icons/svg/user-plus.svg +1 -0
- package/dist/icons/svg/user-rematch.svg +1 -0
- package/dist/icons/svg/user-remove.svg +1 -0
- package/dist/icons/svg/user-speak.svg +1 -0
- package/dist/icons/svg/user.svg +1 -0
- package/dist/icons/svg/users.svg +1 -0
- package/dist/icons/svg/very-dissatisfied.svg +1 -0
- package/dist/icons/svg/very-satisfied.svg +1 -0
- package/dist/icons/svg/viber.svg +1 -0
- package/dist/icons/svg/video-off.svg +1 -0
- package/dist/icons/svg/video-settings.svg +1 -0
- package/dist/icons/svg/video.svg +1 -0
- package/dist/icons/svg/visa.svg +1 -0
- package/dist/icons/svg/voicemail-drop.svg +1 -0
- package/dist/icons/svg/voicemail.svg +1 -0
- package/dist/icons/svg/volume-1.svg +1 -0
- package/dist/icons/svg/volume-2.svg +1 -0
- package/dist/icons/svg/volume-x.svg +1 -0
- package/dist/icons/svg/volume.svg +1 -0
- package/dist/icons/svg/waveform.svg +1 -0
- package/dist/icons/svg/we-chat.svg +1 -0
- package/dist/icons/svg/webcam.svg +1 -0
- package/dist/icons/svg/webchat.svg +1 -0
- package/dist/icons/svg/whatsapp.svg +1 -0
- package/dist/icons/svg/whisper.svg +1 -0
- package/dist/icons/svg/wifi-off.svg +1 -0
- package/dist/icons/svg/wifi.svg +1 -0
- package/dist/icons/svg/wind.svg +1 -0
- package/dist/icons/svg/x-brand.svg +1 -0
- package/dist/icons/svg/x-circle.svg +1 -0
- package/dist/icons/svg/zap-off.svg +1 -0
- package/dist/icons/svg/zendesk.svg +1 -0
- package/dist/icons/svg/zoho-crm.svg +1 -0
- package/dist/icons/svg/zoho-desk.svg +1 -0
- package/dist/icons/svg/zoho.svg +1 -0
- package/dist/icons/svg/zoom-in.svg +1 -0
- package/dist/icons/svg/zoom-logo.svg +1 -0
- package/dist/icons/svg/zoom-out.svg +1 -0
- package/dist/icons/svg/zoom.svg +1 -0
- package/dist/tokens/android/java/tokens-dark.kt +922 -0
- package/dist/tokens/android/java/tokens-light.kt +802 -0
- package/dist/tokens/android/res/values/colors-dark.xml +342 -0
- package/dist/tokens/android/res/values/colors-light.xml +322 -0
- package/dist/tokens/android/res/values/dimens.xml +292 -0
- package/dist/tokens/css/variables-dark.css +916 -0
- package/dist/tokens/css/variables-light.css +796 -0
- package/dist/tokens/doc.json +38128 -0
- package/dist/tokens/ios/tokens-dark.swift +919 -0
- package/dist/tokens/ios/tokens-light.swift +799 -0
- package/dist/tokens/less/variables-dark.less +913 -0
- package/dist/tokens/less/variables-light.less +793 -0
- package/dist/tokens/tokens-dark.json +908 -0
- package/dist/tokens/tokens-light.json +788 -0
- package/dist/vue2/component-documentation.json +1 -0
- package/dist/vue2/dialtone-vue.cjs +5 -0
- package/dist/vue2/dialtone-vue.js +10313 -0
- package/dist/vue2/directives.cjs +1 -0
- package/dist/vue2/directives.js +87 -0
- package/dist/vue2/emoji.cjs +1 -0
- package/dist/vue2/emoji.js +35 -0
- package/dist/vue2/emoji_picker-PV3E1ESP.cjs +1 -0
- package/dist/vue2/emoji_picker-xC7uJDCX.js +782 -0
- package/dist/vue2/emoji_text_wrapper-DHv6GfAX.js +90 -0
- package/dist/vue2/emoji_text_wrapper-lhfBdf65.cjs +1 -0
- package/dist/vue2/index-EEKICgH6.js +142778 -0
- package/dist/vue2/index-vDKY4OP8.cjs +1 -0
- package/dist/vue2/message_input.cjs +1 -0
- package/dist/vue2/message_input.js +408 -0
- package/dist/vue2/rich_text_editor-DhEmmg9W.cjs +97 -0
- package/dist/vue2/rich_text_editor-WaW2IVbb.js +16485 -0
- package/dist/vue2/style.css +1 -0
- package/dist/vue2/tooltip-6msmWvq0.cjs +21 -0
- package/dist/vue2/tooltip-s5-t4SPy.js +2483 -0
- package/dist/vue2/types/common/constants.d.ts +56 -0
- package/dist/vue2/types/common/constants.d.ts.map +1 -0
- package/dist/vue2/types/common/dates.d.ts +49 -0
- package/dist/vue2/types/common/dates.d.ts.map +1 -0
- package/dist/vue2/types/common/emoji.d.ts +56971 -0
- package/dist/vue2/types/common/emoji.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/dom.d.ts +25 -0
- package/dist/vue2/types/common/mixins/dom.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/index.d.ts +4 -0
- package/dist/vue2/types/common/mixins/index.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/input.d.ts +199 -0
- package/dist/vue2/types/common/mixins/input.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/input_group.d.ts +101 -0
- package/dist/vue2/types/common/mixins/input_group.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
- package/dist/vue2/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/modal.d.ts +44 -0
- package/dist/vue2/types/common/mixins/modal.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/skeleton.d.ts +11 -0
- package/dist/vue2/types/common/mixins/skeleton.d.ts.map +1 -0
- package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts +30 -0
- package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +25 -0
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/common/storybook_utils.d.ts +29 -0
- package/dist/vue2/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/vue2/types/common/utils.d.ts +116 -0
- package/dist/vue2/types/common/utils.d.ts.map +1 -0
- package/dist/vue2/types/common/validators.d.ts +6 -0
- package/dist/vue2/types/common/validators.d.ts.map +1 -0
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +367 -0
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/avatar/avatar_constants.d.ts +51 -0
- package/dist/vue2/types/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/avatar/index.d.ts +3 -0
- package/dist/vue2/types/components/avatar/index.d.ts.map +1 -0
- package/dist/vue2/types/components/avatar/utils.d.ts +2 -0
- package/dist/vue2/types/components/avatar/utils.d.ts.map +1 -0
- package/dist/vue2/types/components/badge/badge.vue.d.ts +184 -0
- package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/badge/badge_constants.d.ts +39 -0
- package/dist/vue2/types/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/badge/index.d.ts +3 -0
- package/dist/vue2/types/components/badge/index.d.ts.map +1 -0
- package/dist/vue2/types/components/banner/banner.vue.d.ts +252 -0
- package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/banner/index.d.ts +2 -0
- package/dist/vue2/types/components/banner/index.d.ts.map +1 -0
- package/dist/vue2/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
- package/dist/vue2/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/breadcrumbs/index.d.ts +4 -0
- package/dist/vue2/types/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/vue2/types/components/button/button.vue.d.ts +316 -0
- package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/button/button_constants.d.ts +55 -0
- package/dist/vue2/types/components/button/button_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/button/index.d.ts +3 -0
- package/dist/vue2/types/components/button/index.d.ts.map +1 -0
- package/dist/vue2/types/components/button_group/button_group.vue.d.ts +29 -0
- package/dist/vue2/types/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/vue2/types/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
- package/dist/vue2/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/button_group/index.d.ts +3 -0
- package/dist/vue2/types/components/button_group/index.d.ts.map +1 -0
- package/dist/vue2/types/components/card/card.vue.d.ts +83 -0
- package/dist/vue2/types/components/card/card.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/card/index.d.ts +2 -0
- package/dist/vue2/types/components/card/index.d.ts.map +1 -0
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +155 -0
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/vue2/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/checkbox/index.d.ts +2 -0
- package/dist/vue2/types/components/checkbox/index.d.ts.map +1 -0
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +249 -0
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
- package/dist/vue2/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/checkbox_group/index.d.ts +2 -0
- package/dist/vue2/types/components/checkbox_group/index.d.ts.map +1 -0
- package/dist/vue2/types/components/chip/chip.vue.d.ts +156 -0
- package/dist/vue2/types/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/chip/chip_constants.d.ts +28 -0
- package/dist/vue2/types/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/chip/index.d.ts +3 -0
- package/dist/vue2/types/components/chip/index.d.ts.map +1 -0
- package/dist/vue2/types/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/vue2/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/codeblock/index.d.ts +2 -0
- package/dist/vue2/types/components/codeblock/index.d.ts.map +1 -0
- package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts +197 -0
- package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
- package/dist/vue2/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/collapsible/index.d.ts +2 -0
- package/dist/vue2/types/components/collapsible/index.d.ts.map +1 -0
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +328 -0
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/vue2/types/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
- package/dist/vue2/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
- package/dist/vue2/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/combobox/index.d.ts +3 -0
- package/dist/vue2/types/components/combobox/index.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts +3 -0
- package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts +9 -0
- package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/formatUtils.d.ts +14 -0
- package/dist/vue2/types/components/datepicker/formatUtils.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/index.d.ts +3 -0
- package/dist/vue2/types/components/datepicker/index.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +42 -0
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +80 -0
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/datepicker/utils.d.ts +6 -0
- package/dist/vue2/types/components/datepicker/utils.d.ts.map +1 -0
- package/dist/vue2/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/vue2/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/vue2/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/vue2/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/vue2/types/components/description_list/index.d.ts +3 -0
- package/dist/vue2/types/components/description_list/index.d.ts.map +1 -0
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +463 -0
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/dropdown/dropdown_constants.d.ts +10 -0
- package/dist/vue2/types/components/dropdown/dropdown_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
- package/dist/vue2/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/dropdown/dropdown_separator.vue.d.ts +3 -0
- package/dist/vue2/types/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/dropdown/dropdown_story_constants.d.ts +5 -0
- package/dist/vue2/types/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/dropdown/index.d.ts +4 -0
- package/dist/vue2/types/components/dropdown/index.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts +115 -0
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji/emoji_constants.d.ts +3 -0
- package/dist/vue2/types/components/emoji/emoji_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji/index.d.ts +2 -0
- package/dist/vue2/types/components/emoji/index.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts +70 -0
- package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/emoji_picker_constants.d.ts +27 -0
- package/dist/vue2/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/emojis/index.d.ts +50 -0
- package/dist/vue2/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/index.d.ts +3 -0
- package/dist/vue2/types/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_description.vue.d.ts +19 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_search.vue.d.ts +30 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +321 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +55 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +69 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +59 -0
- package/dist/vue2/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_text_wrapper/index.d.ts +2 -0
- package/dist/vue2/types/components/emoji_text_wrapper/index.d.ts.map +1 -0
- package/dist/vue2/types/components/hovercard/hovercard.vue.d.ts +3 -0
- package/dist/vue2/types/components/hovercard/hovercard.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/hovercard/index.d.ts +2 -0
- package/dist/vue2/types/components/hovercard/index.d.ts.map +1 -0
- package/dist/vue2/types/components/hovercard/timer.d.ts +3 -0
- package/dist/vue2/types/components/hovercard/timer.d.ts.map +1 -0
- package/dist/vue2/types/components/icon/icon.vue.d.ts +74 -0
- package/dist/vue2/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/icon/icon_constants.d.ts +15 -0
- package/dist/vue2/types/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/icon/index.d.ts +3 -0
- package/dist/vue2/types/components/icon/index.d.ts.map +1 -0
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +124 -0
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/image_viewer/index.d.ts +2 -0
- package/dist/vue2/types/components/image_viewer/index.d.ts.map +1 -0
- package/dist/vue2/types/components/input/index.d.ts +3 -0
- package/dist/vue2/types/components/input/index.d.ts.map +1 -0
- package/dist/vue2/types/components/input/input.vue.d.ts +359 -0
- package/dist/vue2/types/components/input/input.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/input/input_constants.d.ts +23 -0
- package/dist/vue2/types/components/input/input_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/input_group/decorators/input.vue.d.ts +102 -0
- package/dist/vue2/types/components/input_group/decorators/input.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/input_group/decorators/inputs.vue.d.ts +3 -0
- package/dist/vue2/types/components/input_group/decorators/inputs.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/input_group/index.d.ts +2 -0
- package/dist/vue2/types/components/input_group/index.d.ts.map +1 -0
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +173 -0
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/item_layout/index.d.ts +2 -0
- package/dist/vue2/types/components/item_layout/index.d.ts.map +1 -0
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +21 -0
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/keyboard_shortcut/index.d.ts +3 -0
- package/dist/vue2/types/components/keyboard_shortcut/index.d.ts.map +1 -0
- package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +77 -0
- package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +13 -0
- package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/lazy_show/index.d.ts +2 -0
- package/dist/vue2/types/components/lazy_show/index.d.ts.map +1 -0
- package/dist/vue2/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
- package/dist/vue2/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/link/index.d.ts +3 -0
- package/dist/vue2/types/components/link/index.d.ts.map +1 -0
- package/dist/vue2/types/components/link/link.vue.d.ts +34 -0
- package/dist/vue2/types/components/link/link.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/link/link_constants.d.ts +21 -0
- package/dist/vue2/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/list_item/index.d.ts +3 -0
- package/dist/vue2/types/components/list_item/index.d.ts.map +1 -0
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +146 -0
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/vue2/types/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/list_item_group/index.d.ts +2 -0
- package/dist/vue2/types/components/list_item_group/index.d.ts.map +1 -0
- package/dist/vue2/types/components/list_item_group/list_item_group.vue.d.ts +66 -0
- package/dist/vue2/types/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/list_item_group/list_item_group_constants.d.ts +6 -0
- package/dist/vue2/types/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/modal/index.d.ts +3 -0
- package/dist/vue2/types/components/modal/index.d.ts.map +1 -0
- package/dist/vue2/types/components/modal/modal.vue.d.ts +418 -0
- package/dist/vue2/types/components/modal/modal.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/modal/modal_constants.d.ts +18 -0
- package/dist/vue2/types/components/modal/modal_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/notice/index.d.ts +6 -0
- package/dist/vue2/types/components/notice/index.d.ts.map +1 -0
- package/dist/vue2/types/components/notice/notice.vue.d.ts +174 -0
- package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +68 -0
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/notice/notice_constants.d.ts +8 -0
- package/dist/vue2/types/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/notice/notice_content.vue.d.ts +55 -0
- package/dist/vue2/types/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/notice/notice_icon.vue.d.ts +27 -0
- package/dist/vue2/types/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/pagination/index.d.ts +2 -0
- package/dist/vue2/types/components/pagination/index.d.ts.map +1 -0
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts +119 -0
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/popover/index.d.ts +3 -0
- package/dist/vue2/types/components/popover/index.d.ts.map +1 -0
- package/dist/vue2/types/components/popover/popover.vue.d.ts +36 -0
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/popover/popover_constants.d.ts +34 -0
- package/dist/vue2/types/components/popover/popover_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +65 -0
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/popover/tippy_utils.d.ts +45 -0
- package/dist/vue2/types/components/popover/tippy_utils.d.ts.map +1 -0
- package/dist/vue2/types/components/presence/index.d.ts +3 -0
- package/dist/vue2/types/components/presence/index.d.ts.map +1 -0
- package/dist/vue2/types/components/presence/presence.vue.d.ts +46 -0
- package/dist/vue2/types/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/presence/presence_constants.d.ts +8 -0
- package/dist/vue2/types/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/radio/index.d.ts +3 -0
- package/dist/vue2/types/components/radio/index.d.ts.map +1 -0
- package/dist/vue2/types/components/radio/radio.vue.d.ts +174 -0
- package/dist/vue2/types/components/radio/radio.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/radio/radio_constants.d.ts +10 -0
- package/dist/vue2/types/components/radio/radio_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/radio_group/index.d.ts +2 -0
- package/dist/vue2/types/components/radio_group/index.d.ts.map +1 -0
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +230 -0
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/radio_group/radios_decorator.vue.d.ts +3 -0
- package/dist/vue2/types/components/radio_group/radios_decorator.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +45 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +5 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/index.d.ts +3 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +21 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/autolink.d.ts +6 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/autolink.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/index.d.ts +4 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/index.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/link.d.ts +3 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/link.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/utils.d.ts +44 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +47 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +48 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/index.d.ts +3 -0
- package/dist/vue2/types/components/rich_text_editor/index.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/vue2/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +225 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts +10 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/root_layout/index.d.ts +3 -0
- package/dist/vue2/types/components/root_layout/index.d.ts.map +1 -0
- package/dist/vue2/types/components/root_layout/root_layout.vue.d.ts +189 -0
- package/dist/vue2/types/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/root_layout/root_layout_constants.d.ts +11 -0
- package/dist/vue2/types/components/root_layout/root_layout_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/select_menu/index.d.ts +3 -0
- package/dist/vue2/types/components/select_menu/index.d.ts.map +1 -0
- package/dist/vue2/types/components/select_menu/select_menu.vue.d.ts +284 -0
- package/dist/vue2/types/components/select_menu/select_menu.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/select_menu/select_menu_constants.d.ts +18 -0
- package/dist/vue2/types/components/select_menu/select_menu_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/select_menu/select_menu_validators.d.ts +2 -0
- package/dist/vue2/types/components/select_menu/select_menu_validators.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/index.d.ts +7 -0
- package/dist/vue2/types/components/skeleton/index.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
- package/dist/vue2/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
- package/dist/vue2/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
- package/dist/vue2/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
- package/dist/vue2/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/skeleton.vue.d.ts +155 -0
- package/dist/vue2/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/vue2/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/stack/index.d.ts +3 -0
- package/dist/vue2/types/components/stack/index.d.ts.map +1 -0
- package/dist/vue2/types/components/stack/stack.vue.d.ts +3 -0
- package/dist/vue2/types/components/stack/stack.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/stack/stack_constants.d.ts +16 -0
- package/dist/vue2/types/components/stack/stack_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/stack/utils.d.ts +5 -0
- package/dist/vue2/types/components/stack/utils.d.ts.map +1 -0
- package/dist/vue2/types/components/stack/validators.d.ts +3 -0
- package/dist/vue2/types/components/stack/validators.d.ts.map +1 -0
- package/dist/vue2/types/components/tabs/index.d.ts +5 -0
- package/dist/vue2/types/components/tabs/index.d.ts.map +1 -0
- package/dist/vue2/types/components/tabs/tab.vue.d.ts +111 -0
- package/dist/vue2/types/components/tabs/tab.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/tabs/tab_group.vue.d.ts +177 -0
- package/dist/vue2/types/components/tabs/tab_group.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/tabs/tab_panel.vue.d.ts +81 -0
- package/dist/vue2/types/components/tabs/tab_panel.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/tabs/tabs_constants.d.ts +14 -0
- package/dist/vue2/types/components/tabs/tabs_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/toast/index.d.ts +3 -0
- package/dist/vue2/types/components/toast/index.d.ts.map +1 -0
- package/dist/vue2/types/components/toast/toast.vue.d.ts +238 -0
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/toast/toast_constants.d.ts +8 -0
- package/dist/vue2/types/components/toast/toast_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/toggle/index.d.ts +3 -0
- package/dist/vue2/types/components/toggle/index.d.ts.map +1 -0
- package/dist/vue2/types/components/toggle/toggle.vue.d.ts +158 -0
- package/dist/vue2/types/components/toggle/toggle.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/toggle/toggle_constants.d.ts +11 -0
- package/dist/vue2/types/components/toggle/toggle_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/tooltip/index.d.ts +3 -0
- package/dist/vue2/types/components/tooltip/index.d.ts.map +1 -0
- package/dist/vue2/types/components/tooltip/modifiers.d.ts +8 -0
- package/dist/vue2/types/components/tooltip/modifiers.d.ts.map +1 -0
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +425 -0
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts +19 -0
- package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/vue2/types/components/validation_messages/index.d.ts +2 -0
- package/dist/vue2/types/components/validation_messages/index.d.ts.map +1 -0
- package/dist/vue2/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
- package/dist/vue2/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/dist/vue2/types/directives/tooltip/index.d.ts +2 -0
- package/dist/vue2/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/vue2/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/vue2/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/vue2/types/directives.d.ts +2 -0
- package/dist/vue2/types/directives.d.ts.map +1 -0
- package/dist/vue2/types/emoji.d.ts +5 -0
- package/dist/vue2/types/emoji.d.ts.map +1 -0
- package/dist/vue2/types/index.d.ts +69 -0
- package/dist/vue2/types/index.d.ts.map +1 -0
- package/dist/vue2/types/message_input.d.ts +3 -0
- package/dist/vue2/types/message_input.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +184 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/index.d.ts +3 -0
- package/dist/vue2/types/recipes/buttons/callbar_button/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +280 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/index.d.ts +2 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/cards/ivr_node/index.d.ts +3 -0
- package/dist/vue2/types/recipes/cards/ivr_node/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +86 -0
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +74 -0
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +3 -0
- package/dist/vue2/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/chips/grouped_chip/index.d.ts +2 -0
- package/dist/vue2/types/recipes/chips/grouped_chip/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +361 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/index.d.ts +3 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +433 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/index.d.ts +2 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +518 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +26 -0
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/emoji_row/index.d.ts +3 -0
- package/dist/vue2/types/recipes/conversation_view/emoji_row/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +179 -0
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +12 -0
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/index.d.ts +3 -0
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +132 -0
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/vue2/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +354 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/time_pill/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/time_pill/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +37 -0
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/header/settings_menu_button/index.d.ts +2 -0
- package/dist/vue2/types/recipes/header/settings_menu_button/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +39 -0
- package/dist/vue2/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +161 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox_constants.d.ts +15 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/index.d.ts +3 -0
- package/dist/vue2/types/recipes/leftbar/callbox/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +263 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +3 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/index.d.ts +2 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +278 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts +43 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/general_row/index.d.ts +3 -0
- package/dist/vue2/types/recipes/leftbar/general_row/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +40 -0
- package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +114 -0
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/group_row/index.d.ts +2 -0
- package/dist/vue2/types/recipes/leftbar/group_row/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/unread_pill/index.d.ts +3 -0
- package/dist/vue2/types/recipes/leftbar/unread_pill/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +41 -0
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts +8 -0
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/list_items/contact_info/contact_info.vue.d.ts +199 -0
- package/dist/vue2/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/list_items/contact_info/index.d.ts +2 -0
- package/dist/vue2/types/recipes/list_items/contact_info/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/notices/top_banner_info/index.d.ts +3 -0
- package/dist/vue2/types/recipes/notices/top_banner_info/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +25 -0
- package/dist/vue2/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts.map +1 -0
- package/dist/vue3/component-documentation.json +1 -0
- package/dist/vue3/dialtone-vue.cjs +5 -0
- package/dist/vue3/dialtone-vue.js +12797 -0
- package/dist/vue3/directives.cjs +1 -0
- package/dist/vue3/directives.js +82 -0
- package/dist/vue3/emoji-HI8urLsM.cjs +1 -0
- package/dist/vue3/emoji-ppApZXjY.js +101299 -0
- package/dist/vue3/emoji.cjs +1 -0
- package/dist/vue3/emoji.js +36 -0
- package/dist/vue3/emoji_picker-XHD9NN0X.js +967 -0
- package/dist/vue3/emoji_picker-mKaAu1dm.cjs +1 -0
- package/dist/vue3/emoji_text_wrapper-U7jKFbg1.cjs +1 -0
- package/dist/vue3/emoji_text_wrapper-rnrD1UpL.js +85 -0
- package/dist/vue3/message_input.cjs +1 -0
- package/dist/vue3/message_input.js +551 -0
- package/dist/vue3/rich_text_editor-CkZ82uQY.cjs +97 -0
- package/dist/vue3/rich_text_editor-G1GLwWlk.js +16666 -0
- package/dist/vue3/style.css +1 -0
- package/dist/vue3/tooltip-8utqWHHH.cjs +21 -0
- package/dist/vue3/tooltip-Ooi51wOv.js +2484 -0
- package/dist/vue3/types/common/constants.d.ts +56 -0
- package/dist/vue3/types/common/constants.d.ts.map +1 -0
- package/dist/vue3/types/common/dates.d.ts +49 -0
- package/dist/vue3/types/common/dates.d.ts.map +1 -0
- package/dist/vue3/types/common/emoji.d.ts +25 -0
- package/dist/vue3/types/common/emoji.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/dom.d.ts +25 -0
- package/dist/vue3/types/common/mixins/dom.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/index.d.ts +4 -0
- package/dist/vue3/types/common/mixins/index.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/input.d.ts +199 -0
- package/dist/vue3/types/common/mixins/input.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/input_group.d.ts +102 -0
- package/dist/vue3/types/common/mixins/input_group.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
- package/dist/vue3/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/modal.d.ts +43 -0
- package/dist/vue3/types/common/mixins/modal.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/skeleton.d.ts +11 -0
- package/dist/vue3/types/common/mixins/skeleton.d.ts.map +1 -0
- package/dist/vue3/types/common/mixins/sr_only_close_button.d.ts +30 -0
- package/dist/vue3/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -0
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/common/storybook_utils.d.ts +19 -0
- package/dist/vue3/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/vue3/types/common/utils.d.ts +118 -0
- package/dist/vue3/types/common/utils.d.ts.map +1 -0
- package/dist/vue3/types/common/validators.d.ts +6 -0
- package/dist/vue3/types/common/validators.d.ts.map +1 -0
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +369 -0
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/avatar/avatar_constants.d.ts +51 -0
- package/dist/vue3/types/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/avatar/index.d.ts +3 -0
- package/dist/vue3/types/components/avatar/index.d.ts.map +1 -0
- package/dist/vue3/types/components/avatar/utils.d.ts +2 -0
- package/dist/vue3/types/components/avatar/utils.d.ts.map +1 -0
- package/dist/vue3/types/components/badge/badge.vue.d.ts +184 -0
- package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/badge/badge_constants.d.ts +39 -0
- package/dist/vue3/types/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/badge/index.d.ts +3 -0
- package/dist/vue3/types/components/badge/index.d.ts.map +1 -0
- package/dist/vue3/types/components/banner/banner.vue.d.ts +250 -0
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/banner/index.d.ts +2 -0
- package/dist/vue3/types/components/banner/index.d.ts.map +1 -0
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/breadcrumbs/index.d.ts +4 -0
- package/dist/vue3/types/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/vue3/types/components/button/button.vue.d.ts +324 -0
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/button/button_constants.d.ts +55 -0
- package/dist/vue3/types/components/button/button_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/button/index.d.ts +3 -0
- package/dist/vue3/types/components/button/index.d.ts.map +1 -0
- package/dist/vue3/types/components/button_group/button_group.vue.d.ts +29 -0
- package/dist/vue3/types/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/vue3/types/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
- package/dist/vue3/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/button_group/index.d.ts +3 -0
- package/dist/vue3/types/components/button_group/index.d.ts.map +1 -0
- package/dist/vue3/types/components/card/card.vue.d.ts +86 -0
- package/dist/vue3/types/components/card/card.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/card/index.d.ts +2 -0
- package/dist/vue3/types/components/card/index.d.ts.map +1 -0
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +164 -0
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/vue3/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/checkbox/index.d.ts +2 -0
- package/dist/vue3/types/components/checkbox/index.d.ts.map +1 -0
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +251 -0
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
- package/dist/vue3/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/checkbox_group/index.d.ts +2 -0
- package/dist/vue3/types/components/checkbox_group/index.d.ts.map +1 -0
- package/dist/vue3/types/components/chip/chip.vue.d.ts +162 -0
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/chip/chip_constants.d.ts +28 -0
- package/dist/vue3/types/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/chip/index.d.ts +3 -0
- package/dist/vue3/types/components/chip/index.d.ts.map +1 -0
- package/dist/vue3/types/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/vue3/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/codeblock/index.d.ts +2 -0
- package/dist/vue3/types/components/codeblock/index.d.ts.map +1 -0
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +203 -0
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
- package/dist/vue3/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/collapsible/index.d.ts +2 -0
- package/dist/vue3/types/components/collapsible/index.d.ts.map +1 -0
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +345 -0
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/vue3/types/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
- package/dist/vue3/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
- package/dist/vue3/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/combobox/index.d.ts +3 -0
- package/dist/vue3/types/components/combobox/index.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/composables/useCalendar.d.ts +10 -0
- package/dist/vue3/types/components/datepicker/composables/useCalendar.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts +13 -0
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +8 -0
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/datepicker_constants.d.ts +9 -0
- package/dist/vue3/types/components/datepicker/datepicker_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/formatUtils.d.ts +14 -0
- package/dist/vue3/types/components/datepicker/formatUtils.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/index.d.ts +3 -0
- package/dist/vue3/types/components/datepicker/index.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/modules/calendar.vue.d.ts +14 -0
- package/dist/vue3/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +24 -0
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/datepicker/utils.d.ts +6 -0
- package/dist/vue3/types/components/datepicker/utils.d.ts.map +1 -0
- package/dist/vue3/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/vue3/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/vue3/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/vue3/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/vue3/types/components/description_list/index.d.ts +3 -0
- package/dist/vue3/types/components/description_list/index.d.ts.map +1 -0
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +474 -0
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/dropdown/dropdown_constants.d.ts +10 -0
- package/dist/vue3/types/components/dropdown/dropdown_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
- package/dist/vue3/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/dropdown/dropdown_separator.vue.d.ts +3 -0
- package/dist/vue3/types/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/dropdown/dropdown_story_constants.d.ts +5 -0
- package/dist/vue3/types/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/dropdown/index.d.ts +4 -0
- package/dist/vue3/types/components/dropdown/index.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts +115 -0
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji/emoji_constants.d.ts +3 -0
- package/dist/vue3/types/components/emoji/emoji_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji/index.d.ts +2 -0
- package/dist/vue3/types/components/emoji/index.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts +11 -0
- package/dist/vue3/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/emoji_picker.vue.d.ts +8 -0
- package/dist/vue3/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/emoji_picker_constants.d.ts +33 -0
- package/dist/vue3/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/emojis/index.d.ts +50 -0
- package/dist/vue3/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/index.d.ts +3 -0
- package/dist/vue3/types/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_description.vue.d.ts +8 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts +13 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +12 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +10 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +10 -0
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +59 -0
- package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/emoji_text_wrapper/index.d.ts +2 -0
- package/dist/vue3/types/components/emoji_text_wrapper/index.d.ts.map +1 -0
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +16 -0
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/hovercard/index.d.ts +2 -0
- package/dist/vue3/types/components/hovercard/index.d.ts.map +1 -0
- package/dist/vue3/types/components/hovercard/timer.d.ts +3 -0
- package/dist/vue3/types/components/hovercard/timer.d.ts.map +1 -0
- package/dist/vue3/types/components/icon/icon.vue.d.ts +74 -0
- package/dist/vue3/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/icon/icon_constants.d.ts +15 -0
- package/dist/vue3/types/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/icon/index.d.ts +3 -0
- package/dist/vue3/types/components/icon/index.d.ts.map +1 -0
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +126 -0
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/image_viewer/index.d.ts +2 -0
- package/dist/vue3/types/components/image_viewer/index.d.ts.map +1 -0
- package/dist/vue3/types/components/input/index.d.ts +3 -0
- package/dist/vue3/types/components/input/index.d.ts.map +1 -0
- package/dist/vue3/types/components/input/input.vue.d.ts +373 -0
- package/dist/vue3/types/components/input/input.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/input/input_constants.d.ts +23 -0
- package/dist/vue3/types/components/input/input_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/input_group/decorators/input.vue.d.ts +104 -0
- package/dist/vue3/types/components/input_group/decorators/input.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/input_group/decorators/inputs.vue.d.ts +3 -0
- package/dist/vue3/types/components/input_group/decorators/inputs.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/input_group/index.d.ts +2 -0
- package/dist/vue3/types/components/input_group/index.d.ts.map +1 -0
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +171 -0
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/item_layout/index.d.ts +2 -0
- package/dist/vue3/types/components/item_layout/index.d.ts.map +1 -0
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +21 -0
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/keyboard_shortcut/index.d.ts +3 -0
- package/dist/vue3/types/components/keyboard_shortcut/index.d.ts.map +1 -0
- package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +77 -0
- package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +13 -0
- package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/lazy_show/index.d.ts +2 -0
- package/dist/vue3/types/components/lazy_show/index.d.ts.map +1 -0
- package/dist/vue3/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
- package/dist/vue3/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/link/index.d.ts +3 -0
- package/dist/vue3/types/components/link/index.d.ts.map +1 -0
- package/dist/vue3/types/components/link/link.vue.d.ts +34 -0
- package/dist/vue3/types/components/link/link.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/link/link_constants.d.ts +21 -0
- package/dist/vue3/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/list_item/index.d.ts +3 -0
- package/dist/vue3/types/components/list_item/index.d.ts.map +1 -0
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +151 -0
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/vue3/types/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/list_item_group/index.d.ts +2 -0
- package/dist/vue3/types/components/list_item_group/index.d.ts.map +1 -0
- package/dist/vue3/types/components/list_item_group/list_item_group.vue.d.ts +66 -0
- package/dist/vue3/types/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/list_item_group/list_item_group_constants.d.ts +6 -0
- package/dist/vue3/types/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/modal/index.d.ts +3 -0
- package/dist/vue3/types/components/modal/index.d.ts.map +1 -0
- package/dist/vue3/types/components/modal/modal.vue.d.ts +395 -0
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/modal/modal_constants.d.ts +18 -0
- package/dist/vue3/types/components/modal/modal_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/notice/index.d.ts +6 -0
- package/dist/vue3/types/components/notice/index.d.ts.map +1 -0
- package/dist/vue3/types/components/notice/notice.vue.d.ts +177 -0
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +66 -0
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/notice/notice_constants.d.ts +8 -0
- package/dist/vue3/types/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/notice/notice_content.vue.d.ts +58 -0
- package/dist/vue3/types/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/notice/notice_icon.vue.d.ts +30 -0
- package/dist/vue3/types/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/pagination/index.d.ts +2 -0
- package/dist/vue3/types/components/pagination/index.d.ts.map +1 -0
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +121 -0
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/plugins/fixDefaultSlot.d.ts +5 -0
- package/dist/vue3/types/components/plugins/fixDefaultSlot.d.ts.map +1 -0
- package/dist/vue3/types/components/popover/index.d.ts +3 -0
- package/dist/vue3/types/components/popover/index.d.ts.map +1 -0
- package/dist/vue3/types/components/popover/popover.vue.d.ts +3 -0
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/popover/popover_constants.d.ts +34 -0
- package/dist/vue3/types/components/popover/popover_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +70 -0
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/popover/tippy_utils.d.ts +45 -0
- package/dist/vue3/types/components/popover/tippy_utils.d.ts.map +1 -0
- package/dist/vue3/types/components/presence/index.d.ts +3 -0
- package/dist/vue3/types/components/presence/index.d.ts.map +1 -0
- package/dist/vue3/types/components/presence/presence.vue.d.ts +46 -0
- package/dist/vue3/types/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/presence/presence_constants.d.ts +8 -0
- package/dist/vue3/types/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/radio/index.d.ts +3 -0
- package/dist/vue3/types/components/radio/index.d.ts.map +1 -0
- package/dist/vue3/types/components/radio/radio.vue.d.ts +180 -0
- package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/radio/radio_constants.d.ts +10 -0
- package/dist/vue3/types/components/radio/radio_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/radio_group/index.d.ts +2 -0
- package/dist/vue3/types/components/radio_group/index.d.ts.map +1 -0
- package/dist/vue3/types/components/radio_group/radio_group.vue.d.ts +228 -0
- package/dist/vue3/types/components/radio_group/radio_group.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/radio_group/radios_decorator.vue.d.ts +3 -0
- package/dist/vue3/types/components/radio_group/radios_decorator.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +69 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +5 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/index.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +21 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/autolink.d.ts +6 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/autolink.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/index.d.ts +4 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/index.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/link.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/link.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/utils.d.ts +44 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +71 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +48 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/index.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/index.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +230 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts +10 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/root_layout/index.d.ts +3 -0
- package/dist/vue3/types/components/root_layout/index.d.ts.map +1 -0
- package/dist/vue3/types/components/root_layout/root_layout.vue.d.ts +204 -0
- package/dist/vue3/types/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/root_layout/root_layout_constants.d.ts +11 -0
- package/dist/vue3/types/components/root_layout/root_layout_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/scroller/DtScroller.vue.d.ts +44 -0
- package/dist/vue3/types/components/scroller/DtScroller.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/scroller/index.d.ts +2 -0
- package/dist/vue3/types/components/scroller/index.d.ts.map +1 -0
- package/dist/vue3/types/components/scroller/modules/core_scroller.vue.d.ts +44 -0
- package/dist/vue3/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/scroller/modules/dynamic_scroller.vue.d.ts +86 -0
- package/dist/vue3/types/components/scroller/modules/dynamic_scroller.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/scroller/modules/scroller_item.vue.d.ts +79 -0
- package/dist/vue3/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/select_menu/index.d.ts +3 -0
- package/dist/vue3/types/components/select_menu/index.d.ts.map +1 -0
- package/dist/vue3/types/components/select_menu/select_menu.vue.d.ts +272 -0
- package/dist/vue3/types/components/select_menu/select_menu.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/select_menu/select_menu_constants.d.ts +18 -0
- package/dist/vue3/types/components/select_menu/select_menu_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/select_menu/select_menu_validators.d.ts +2 -0
- package/dist/vue3/types/components/select_menu/select_menu_validators.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/index.d.ts +7 -0
- package/dist/vue3/types/components/skeleton/index.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
- package/dist/vue3/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
- package/dist/vue3/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
- package/dist/vue3/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
- package/dist/vue3/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/skeleton.vue.d.ts +155 -0
- package/dist/vue3/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/vue3/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/stack/index.d.ts +3 -0
- package/dist/vue3/types/components/stack/index.d.ts.map +1 -0
- package/dist/vue3/types/components/stack/stack.vue.d.ts +3 -0
- package/dist/vue3/types/components/stack/stack.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/stack/stack_constants.d.ts +16 -0
- package/dist/vue3/types/components/stack/stack_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/stack/utils.d.ts +5 -0
- package/dist/vue3/types/components/stack/utils.d.ts.map +1 -0
- package/dist/vue3/types/components/stack/validators.d.ts +3 -0
- package/dist/vue3/types/components/stack/validators.d.ts.map +1 -0
- package/dist/vue3/types/components/tabs/index.d.ts +5 -0
- package/dist/vue3/types/components/tabs/index.d.ts.map +1 -0
- package/dist/vue3/types/components/tabs/tab.vue.d.ts +114 -0
- package/dist/vue3/types/components/tabs/tab.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/tabs/tab_group.vue.d.ts +179 -0
- package/dist/vue3/types/components/tabs/tab_group.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/tabs/tab_panel.vue.d.ts +80 -0
- package/dist/vue3/types/components/tabs/tab_panel.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/tabs/tabs_constants.d.ts +14 -0
- package/dist/vue3/types/components/tabs/tabs_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/toast/index.d.ts +3 -0
- package/dist/vue3/types/components/toast/index.d.ts.map +1 -0
- package/dist/vue3/types/components/toast/toast.vue.d.ts +240 -0
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/toast/toast_constants.d.ts +8 -0
- package/dist/vue3/types/components/toast/toast_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/toggle/index.d.ts +3 -0
- package/dist/vue3/types/components/toggle/index.d.ts.map +1 -0
- package/dist/vue3/types/components/toggle/toggle.vue.d.ts +162 -0
- package/dist/vue3/types/components/toggle/toggle.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/toggle/toggle_constants.d.ts +11 -0
- package/dist/vue3/types/components/toggle/toggle_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/tooltip/index.d.ts +3 -0
- package/dist/vue3/types/components/tooltip/index.d.ts.map +1 -0
- package/dist/vue3/types/components/tooltip/modifiers.d.ts +8 -0
- package/dist/vue3/types/components/tooltip/modifiers.d.ts.map +1 -0
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +447 -0
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts +19 -0
- package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/vue3/types/components/validation_messages/index.d.ts +2 -0
- package/dist/vue3/types/components/validation_messages/index.d.ts.map +1 -0
- package/dist/vue3/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
- package/dist/vue3/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/dist/vue3/types/directives/tooltip/index.d.ts +2 -0
- package/dist/vue3/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/vue3/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/vue3/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/vue3/types/directives.d.ts +2 -0
- package/dist/vue3/types/directives.d.ts.map +1 -0
- package/dist/vue3/types/emoji.d.ts +5 -0
- package/dist/vue3/types/emoji.d.ts.map +1 -0
- package/dist/vue3/types/index.d.ts +70 -0
- package/dist/vue3/types/index.d.ts.map +1 -0
- package/dist/vue3/types/message_input.d.ts +3 -0
- package/dist/vue3/types/message_input.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +186 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/index.d.ts +3 -0
- package/dist/vue3/types/recipes/buttons/callbar_button/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +309 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/index.d.ts +2 -0
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/cards/ivr_node/index.d.ts +3 -0
- package/dist/vue3/types/recipes/cards/ivr_node/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +91 -0
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +74 -0
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +6 -0
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/chips/grouped_chip/index.d.ts +2 -0
- package/dist/vue3/types/recipes/chips/grouped_chip/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +369 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/index.d.ts +3 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +437 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/index.d.ts +2 -0
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +82 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +49 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +522 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +29 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/index.d.ts +3 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +176 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +12 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/index.d.ts +3 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +132 -0
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/vue3/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +364 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/time_pill/index.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/time_pill/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +37 -0
- package/dist/vue3/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/header/settings_menu_button/index.d.ts +2 -0
- package/dist/vue3/types/recipes/header/settings_menu_button/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +39 -0
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +163 -0
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/callbox/callbox_constants.d.ts +15 -0
- package/dist/vue3/types/recipes/leftbar/callbox/callbox_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/callbox/index.d.ts +3 -0
- package/dist/vue3/types/recipes/leftbar/callbox/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +268 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +3 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/index.d.ts +2 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +283 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row_constants.d.ts +43 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +3 -0
- package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +40 -0
- package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +117 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/group_row/index.d.ts +2 -0
- package/dist/vue3/types/recipes/leftbar/group_row/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/unread_pill/index.d.ts +3 -0
- package/dist/vue3/types/recipes/leftbar/unread_pill/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +47 -0
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts +8 -0
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/list_items/contact_info/contact_info.vue.d.ts +201 -0
- package/dist/vue3/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/list_items/contact_info/index.d.ts +2 -0
- package/dist/vue3/types/recipes/list_items/contact_info/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/notices/top_banner_info/index.d.ts +3 -0
- package/dist/vue3/types/recipes/notices/top_banner_info/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +25 -0
- package/dist/vue3/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(i,t){typeof exports=="object"&&typeof module<"u"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(i=typeof globalThis<"u"?globalThis:i||self,t(i["DialtoneIcon@2"]={}))})(this,function(i){"use strict";function t(l,e,a,_P,c,_,d,dP){var n=typeof l=="function"?l.options:l;e&&(n.render=e,n.staticRenderFns=a,n._compiled=!0),_P&&(n.functional=!0),_&&(n._scopeId="data-v-"+_);var o;if(d?(o=function(s){s=s||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!s&&typeof __VUE_SSR_CONTEXT__<"u"&&(s=__VUE_SSR_CONTEXT__),c&&c.call(this,s),s&&s._registeredComponents&&s._registeredComponents.add(d)},n._ssrRegister=o):c&&(o=dP?function(){c.call(this,(n.functional?this.parent:this).$root.$options.shadowRoot)}:c),o)if(n.functional){n._injectStyles=o;var vP=n.render;n.render=function(uP,u){return o.call(u),vP(uP,u)}}else{var v=n.beforeCreate;n.beforeCreate=v?[].concat(v,o):[o]}return{exports:l,options:n}}const f={name:"IconAccessibility"};var h=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--accessibility",attrs:{"aria-hidden":"true",role:"img","data-name":"Accessibility",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3.354.146a.5.5 0 0 1 .593-.085l2.75 1.5a.5.5 0 0 1 .168.73L6.25 5.562a2.998 2.998 0 0 1 .435.381l2.736-.438a.5.5 0 0 1 .574.565l-.5 3.5a.5.5 0 0 1-.99-.142L8.909 6.6l-1.633.261a3 3 0 0 1 .218.946c.024.383-.024.756-.139 1.108a.5.5 0 1 1-.95-.312 2 2 0 0 0-2.033-2.6h-.001a1.94 1.94 0 0 0-.717.183.5.5 0 0 1-.428-.904 3 3 0 0 1 2.112-.164l.678-.95-1.927-1.05-1.235 1.235a.5.5 0 1 1-.708-.708l1.5-1.5Zm-1.37 4.619a.5.5 0 0 1 .32.63 2 2 0 0 0 2.033 2.6 1.92 1.92 0 0 0 .717-.182.5.5 0 0 1 .428.904 3 3 0 0 1-4.268-2.525 2.953 2.953 0 0 1 .139-1.108.5.5 0 0 1 .63-.32Z","clip-rule":"evenodd"}})])},m=[],p=t(f,h,m,!1,null,null,null,null);const g=p.exports,w={name:"IconActivity"};var $=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--activity",attrs:{"aria-hidden":"true",role:"img","data-name":"Activity",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .474.342L7.5 8.919l1.026-3.077A.5.5 0 0 1 9 5.5h2a.5.5 0 0 1 0 1H9.36l-1.386 4.158a.5.5 0 0 1-.948 0L4.5 3.081 3.474 6.158A.5.5 0 0 1 3 6.5H1a.5.5 0 0 1 0-1h1.64l1.386-4.158A.5.5 0 0 1 4.5 1Z","clip-rule":"evenodd"}})])},Z=[],x=t(w,$,Z,!1,null,null,null,null);const M=x.exports;let C=0;function r(l="dt"){return`${l}${C++}`}const A={name:"IconAddTask",created(){this.uniqueID=r("dt-icon")}};var H=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--add-task",attrs:{"aria-hidden":"true",role:"img","data-name":"Add Task",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.497 2.228A4.058 4.058 0 1 0 6 10.058a.5.5 0 1 1 0 1 5.06 5.06 0 1 1 1.866-9.76.5.5 0 1 1-.369.93Zm3.404-.082a.5.5 0 0 1 0 .708L6.354 7.4a.5.5 0 0 1-.71-.002L4.098 5.837a.5.5 0 0 1 .71-.704L6.003 6.34l4.192-4.193a.5.5 0 0 1 .707 0ZM9 7a.5.5 0 0 1 .5.5v1h1a.5.5 0 1 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 1 1 0-1h1v-1A.5.5 0 0 1 9 7Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},I=[],V=t(A,H,I,!1,null,null,null,null);const F=V.exports,b={name:"IconAgentAssist"};var B=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--agent-assist",attrs:{"aria-hidden":"true",role:"img","data-name":"Agent Assist",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9 0a.5.5 0 0 1 .5.5V1h.5a.5.5 0 1 1 0 1h-.5v.5a.5.5 0 1 1-1 0V2H8a.5.5 0 0 1 0-1h.5V.5A.5.5 0 0 1 9 0ZM2.5 2a.5.5 0 0 0-.5.5v7.614l1.492-.9a.5.5 0 0 1 .258-.071H9.5a.5.5 0 0 0 .5-.5V6.929a.5.5 0 0 1 1 0v1.714a1.5 1.5 0 0 1-1.5 1.5H3.89l-2.132 1.285A.5.5 0 0 1 1 11V2.5A1.5 1.5 0 0 1 2.5 1h3.95a.5.5 0 1 1 0 1H2.5ZM6 3a.5.5 0 0 1 .455.293l.548 1.204 1.204.548a.5.5 0 0 1 0 .91l-1.204.548-.548 1.204a.5.5 0 0 1-.91 0l-.547-1.204-1.205-.548a.5.5 0 0 1 0-.91l1.205-.548.547-1.204A.5.5 0 0 1 6 3Zm4.5 0a.5.5 0 0 1 .5.5V4h.5a.5.5 0 1 1 0 1H11v.5a.5.5 0 1 1-1 0V5h-.5a.5.5 0 0 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5ZM6 4.708l-.17.374a.5.5 0 0 1-.248.248l-.373.17.373.17a.5.5 0 0 1 .248.248l.17.374.17-.374a.5.5 0 0 1 .248-.248l.374-.17-.374-.17a.5.5 0 0 1-.248-.248L6 4.708Z",fill:"currentColor"}})])},D=[],R=t(b,B,D,!1,null,null,null,null);const L=R.exports,q={name:"IconAiNotes"};var k=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--ai-notes",attrs:{"aria-hidden":"true",role:"img","data-name":"Ai Notes",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5.5.5 0 1 1 1 0A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2A1.5 1.5 0 0 1 3 .5h4.25a.5.5 0 0 1 .354.146l1 1a.5.5 0 1 1-.707.708L7.043 1.5H3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.978 3.455c0-.38.315-.655.661-.655.347 0 .661.275.661.655s-.314.655-.66.655a.658.658 0 0 1-.662-.655Zm-3.506.5c-.174 0-.42.146-.545.527v.002L4.674 8.257a.5.5 0 0 1-.95-.314L4.977 4.17c.211-.643.752-1.216 1.496-1.216s1.283.57 1.495 1.213l.964 2.906c.124.38.37.526.545.526.398 0 .663-.294.663-.588v-1.99a.5.5 0 0 1 1 0v1.99c0 .908-.777 1.588-1.663 1.588-.743 0-1.284-.57-1.495-1.213l-.964-2.905V4.48c-.125-.38-.37-.526-.545-.526Z","clip-rule":"evenodd"}})])},y=[],S=t(q,k,y,!1,null,null,null,null);const z=S.exports,P={name:"IconAiWrite"};var U=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--ai-write",attrs:{"aria-hidden":"true",role:"img","data-name":"Ai Write",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.938 1a.5.5 0 0 1 .5.5v.424h.369a.5.5 0 1 1 0 1h-.37v.363a.5.5 0 0 1-1 0v-.363h-.43a.5.5 0 0 1 0-1h.43V1.5a.5.5 0 0 1 .5-.5Zm4.035.366a1.048 1.048 0 0 1 1.141.227h.001l.572.57a1.036 1.036 0 0 1 0 1.481l-2.083 2.07-.003.002-5.174 5.139a.5.5 0 0 1-.352.145h-1.35a.5.5 0 0 1-.5-.5V9.16a.5.5 0 0 1 .148-.355l7.26-7.211.001-.001c.097-.097.212-.174.339-.227Zm-.724 3.29 1.74-1.728a.033.033 0 0 0 .008-.038.036.036 0 0 0-.008-.012l-.005-.004-.577-.574a.048.048 0 0 0-.066 0l-.002.002L7.61 4.02l.64.636Zm-1.35.07.64.635L2.87 10h-.644v-.633L6.9 4.725ZM2.4 3.52a.5.5 0 0 1 .5.5v.394h.4a.5.5 0 0 1 0 1h-.4v.394a.5.5 0 1 1-1 0v-.394h-.4a.5.5 0 1 1 0-1h.4V4.02a.5.5 0 0 1 .5-.5Zm6.3 4.022a.5.5 0 0 1 .5.5v.394h.399a.5.5 0 0 1 0 1h-.4v.394a.5.5 0 0 1-1 0v-.394h-.4a.5.5 0 1 1 0-1h.4v-.394a.5.5 0 0 1 .5-.5Z",fill:"currentColor"}})])},O=[],E=t(P,U,O,!1,null,null,null,null);const G=E.exports,T={name:"IconAirplay"};var W=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--airplay",attrs:{"aria-hidden":"true",role:"img","data-name":"Airplay",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h.5a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 7.5v-5A1.5 1.5 0 0 1 2 1h8a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9h-.5a.5.5 0 0 1 0-1h.5a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 7a.5.5 0 0 1 .384.18l2.5 3A.5.5 0 0 1 8.5 11h-5a.5.5 0 0 1-.384-.82l2.5-3A.5.5 0 0 1 6 7Zm-1.432 3h2.864L6 8.281 4.568 10Z","clip-rule":"evenodd"}})])},j=[],N=t(T,W,j,!1,null,null,null,null);const Q=N.exports,X={name:"IconAirtable"};var J=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--airtable",attrs:{"aria-hidden":"true",role:"img","data-name":"Airtable",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M10.927 4.211 3.473 7.295a.5.5 0 0 0 .007.926l7.484 2.967c.658.261 1.39.261 2.048 0l7.484-2.968a.5.5 0 0 0 .007-.925L13.05 4.211a2.777 2.777 0 0 0-2.123 0",fill:"#FFBF00"}}),a("path",{attrs:{d:"M12.652 12.81v7.413a.5.5 0 0 0 .684.465l8.34-3.237a.5.5 0 0 0 .315-.465V9.572a.5.5 0 0 0-.684-.464l-8.34 3.237a.5.5 0 0 0-.315.464",fill:"#26B5F8"}}),a("path",{attrs:{d:"M10.705 13.192 8.23 14.387l-.251.121-5.225 2.504c-.331.16-.754-.082-.754-.45V9.603c0-.133.068-.248.16-.335a.568.568 0 0 1 .126-.094.532.532 0 0 1 .455-.035l7.922 3.139c.403.16.435.724.042.914",fill:"#ED3049"}}),a("path",{attrs:{d:"M10.705 13.192 8.23 14.387 2.16 9.269a.567.567 0 0 1 .126-.095.532.532 0 0 1 .455-.035l7.922 3.139c.403.16.435.724.042.914",fill:"currentColor","fill-opacity":".25"}})])},K=[],Y=t(X,J,K,!1,null,null,null,null);const a0=Y.exports,e0={name:"IconAlarmCheck"};var l0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--alarm-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708ZM2.818 3.318a4.5 4.5 0 0 1 6.698 5.99l.838.838a.5.5 0 0 1-.708.708l-.837-.838a4.5 4.5 0 0 1-5.618 0l-.837.838a.5.5 0 0 1-.708-.708l.838-.837a4.5 4.5 0 0 1 .334-5.991ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Zm1.854 2.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},t0=[],r0=t(e0,l0,t0,!1,null,null,null,null);const n0=r0.exports,s0={name:"IconAlarmClockOff",created(){this.uniqueID=r("dt-icon")}};var o0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--alarm-clock-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Clock Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M3.821 3.117a.5.5 0 0 1-.069.704A3.5 3.5 0 1 0 8.68 8.747a.5.5 0 0 1 .772.635A4.5 4.5 0 1 1 3.118 3.05a.5.5 0 0 1 .703.068ZM6.001 2A4.5 4.5 0 0 1 10.5 6.499M9.146 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0ZM.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M2.354 1.646a.5.5 0 0 1 0 .708l-1 1a.5.5 0 1 1-.708-.708l1-1a.5.5 0 0 1 .708 0Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},i0=[],c0=t(s0,o0,i0,!1,null,null,null,null);const _0=c0.exports,d0={name:"IconAlarmMinus"};var v0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--alarm-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.818 3.318a4.5 4.5 0 1 1 6.364 6.364 4.5 4.5 0 0 1-6.364-6.364ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Zm5.292 0a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1-.708.708l-1-1a.5.5 0 0 1 0-.708ZM4 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},u0=[],f0=t(d0,v0,u0,!1,null,null,null,null);const h0=f0.exports,m0={name:"IconAlarmPlus"};var p0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--alarm-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.818 3.318a4.5 4.5 0 1 1 6.364 6.364 4.5 4.5 0 0 1-6.364-6.364ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Zm5.292 0a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1-.708.708l-1-1a.5.5 0 0 1 0-.708ZM6 4.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},g0=[],w0=t(m0,p0,g0,!1,null,null,null,null);const $0=w0.exports,Z0={name:"IconAlbum"};var x0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--album",attrs:{"aria-hidden":"true",role:"img","data-name":"Album",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 1a.5.5 0 0 1 .5.5v2.793l.646-.647a.5.5 0 0 1 .708 0L8 4.293V1.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.854.354L7 4.707 5.854 5.854A.5.5 0 0 1 5 5.5v-4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},M0=[],C0=t(Z0,x0,M0,!1,null,null,null,null);const A0=C0.exports,H0={name:"IconAlertCircle",created(){this.uniqueID=r("dt-icon")}};var I0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--alert-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Alert Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5ZM5.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},V0=[],F0=t(H0,I0,V0,!1,null,null,null,null);const b0=F0.exports,B0={name:"IconAlertTriangle"};var D0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--alert-triangle",attrs:{"aria-hidden":"true",role:"img","data-name":"Alert Triangle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.24 1.197a1.5 1.5 0 0 1 2.06.556l3.998 6.997a1.504 1.504 0 0 1 0 1.5 1.5 1.5 0 0 1-1.297.75H2.002a1.5 1.5 0 0 1-1.31-2.249V8.75L4.69 1.753a1.5 1.5 0 0 1 .55-.556Zm.755.796a.5.5 0 0 0-.435.254v.001L1.557 9.25a.5.5 0 0 0 .438.75H10a.5.5 0 0 0 .432-.75l-.001-.002-4-7-.001-.001a.5.5 0 0 0-.435-.254Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 4Zm-.5 4.5A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},R0=[],L0=t(B0,D0,R0,!1,null,null,null,null);const q0=L0.exports,k0={name:"IconAlignCenter"};var y0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--align-center",attrs:{"aria-hidden":"true",role:"img","data-name":"Align Center",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.32a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm1.5 2.457a.5.5 0 0 1 .5-.5h6.012a.5.5 0 1 1 0 1H3a.5.5 0 0 1-.5-.5ZM1 7.234a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm1.5 2.457a.5.5 0 0 1 .5-.5h6.012a.5.5 0 1 1 0 1H3a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},S0=[],z0=t(k0,y0,S0,!1,null,null,null,null);const P0=z0.exports,U0={name:"IconAlignJustify"};var O0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--align-justify",attrs:{"aria-hidden":"true",role:"img","data-name":"Align Justify",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.32a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 2.457a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 2.457a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 2.457a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},E0=[],G0=t(U0,O0,E0,!1,null,null,null,null);const T0=G0.exports,W0={name:"IconAlignLeft"};var j0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--align-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Align Left",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.32a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 2.457a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2.457a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 2.457a.5.5 0 0 1 .5-.5h7a.5.5 0 1 1 0 1h-7a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},N0=[],Q0=t(W0,j0,N0,!1,null,null,null,null);const X0=Q0.exports,J0={name:"IconAlignRight"};var K0=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--align-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Align Right",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.32a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm2 2.457a.5.5 0 0 1 .5-.5h7a.5.5 0 1 1 0 1h-7a.5.5 0 0 1-.5-.5ZM1 7.234a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm2 2.457a.5.5 0 0 1 .5-.5h7a.5.5 0 1 1 0 1h-7a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},Y0=[],a1=t(J0,K0,Y0,!1,null,null,null,null);const e1=a1.exports,l1={name:"IconAmex"};var t1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--amex",attrs:{"aria-hidden":"true",role:"img","data-name":"Amex",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#1F72CD",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.257 9.4 2 14.542h2.702l.335-.82h.766l.335.82h2.974v-.626l.265.626h1.539l.265-.639v.639h6.185l.753-.799.704.799 3.177.007-2.264-2.564L22 9.4h-3.128l-.732.784-.682-.784h-6.73l-.577 1.327L9.559 9.4H6.863v.604l-.3-.604H4.257Zm.523.73h1.317l1.497 3.487V10.13h1.443l1.157 2.5 1.065-2.5h1.436v3.69h-.873l-.008-2.891-1.273 2.89h-.782l-1.28-2.89v2.89H6.68l-.34-.826H4.5l-.34.826h-.963L4.78 10.13Zm12.266 0h-3.552v3.688h3.497l1.128-1.222 1.086 1.222h1.136l-1.651-1.833 1.65-1.855h-1.086l-1.121 1.208-1.087-1.208Zm-11.625.624-.607 1.474h1.212l-.605-1.473Zm8.95.814v-.674h2.217l.967 1.077-1.01 1.083h-2.174v-.736h1.938v-.75h-1.938Z",fill:"#fff"}})])},r1=[],n1=t(l1,t1,r1,!1,null,null,null,null);const s1=n1.exports,o1={name:"IconAppStoreBadge"};var i1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--app-store-badge",attrs:{"aria-hidden":"true",role:"img","data-name":"App Store Badge",viewBox:"0 0 180 61",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M165.666.671H14.342c-.551 0-1.096 0-1.647.003-.46.003-.917.012-1.382.02-1.01.011-2.018.1-3.014.265-.995.169-1.96.487-2.86.943a9.678 9.678 0 0 0-2.434 1.773 9.414 9.414 0 0 0-1.773 2.439 9.93 9.93 0 0 0-.94 2.863 19.544 19.544 0 0 0-.27 3.011c-.013.461-.015.924-.022 1.385v34.769c.007.467.009.92.023 1.387.012 1.009.102 2.016.27 3.01a9.91 9.91 0 0 0 .94 2.865c.455.9 1.054 1.72 1.772 2.429a9.437 9.437 0 0 0 2.435 1.773c.9.457 1.864.777 2.859.948.997.164 2.004.253 3.014.266.465.01.922.017 1.382.017.55.002 1.096.002 1.647.002h151.324c.541 0 1.09 0 1.63-.002.459 0 .929-.006 1.387-.017a19.992 19.992 0 0 0 3.009-.266 10.245 10.245 0 0 0 2.87-.948 9.454 9.454 0 0 0 2.433-1.773 9.612 9.612 0 0 0 1.777-2.429 9.94 9.94 0 0 0 .931-2.864 20.26 20.26 0 0 0 .279-3.011c.006-.468.006-.92.006-1.387.012-.547.012-1.09.012-1.645V15.015c0-.55 0-1.097-.012-1.642 0-.461 0-.924-.006-1.385a20.268 20.268 0 0 0-.279-3.011 9.933 9.933 0 0 0-.931-2.863 9.73 9.73 0 0 0-4.21-4.212 10.187 10.187 0 0 0-2.87-.943 19.636 19.636 0 0 0-3.009-.266c-.458-.007-.928-.016-1.387-.02-.54-.002-1.089-.002-1.63-.002Z",fill:"#A6A6A6"}}),a("path",{attrs:{d:"M12.703 59.523c-.458 0-.906-.006-1.36-.016a19.083 19.083 0 0 1-2.812-.245 8.851 8.851 0 0 1-2.492-.824 8.132 8.132 0 0 1-2.102-1.53 8.004 8.004 0 0 1-1.535-2.1 8.607 8.607 0 0 1-.816-2.493 18.673 18.673 0 0 1-.25-2.82c-.01-.317-.023-1.374-.023-1.374V13.373s.013-1.04.022-1.345a18.58 18.58 0 0 1 .25-2.816c.143-.87.418-1.714.817-2.5a8.083 8.083 0 0 1 1.527-2.103 8.372 8.372 0 0 1 2.11-1.538 8.76 8.76 0 0 1 2.486-.819 18.931 18.931 0 0 1 2.821-.246l1.357-.019H167.29l1.374.02c.936.01 1.871.092 2.795.244a8.928 8.928 0 0 1 2.513.824 8.408 8.408 0 0 1 3.633 3.64c.392.782.663 1.618.805 2.48a19.6 19.6 0 0 1 .262 2.84c.004.425.004.883.004 1.338.012.564.012 1.101.012 1.643v31.48c0 .547 0 1.08-.012 1.618 0 .49 0 .937-.006 1.398a19.16 19.16 0 0 1-.257 2.788 8.62 8.62 0 0 1-.812 2.513 8.25 8.25 0 0 1-1.528 2.084 8.13 8.13 0 0 1-2.105 1.538c-.79.4-1.636.679-2.509.827-.93.152-1.87.234-2.812.245-.44.01-.902.016-1.35.016l-1.63.003-152.963-.003Z",fill:"currentColor"}}),a("path",{attrs:{d:"M37.258 31.208a7.444 7.444 0 0 1 3.544-6.246 7.62 7.62 0 0 0-6.003-3.246c-2.526-.265-4.975 1.512-6.262 1.512-1.312 0-3.294-1.485-5.428-1.441a7.995 7.995 0 0 0-6.728 4.103c-2.91 5.037-.74 12.439 2.047 16.51 1.395 1.994 3.024 4.22 5.156 4.142 2.087-.087 2.866-1.33 5.384-1.33 2.495 0 3.227 1.33 5.402 1.28 2.239-.037 3.65-2.003 4.995-4.015a16.488 16.488 0 0 0 2.284-4.652 7.193 7.193 0 0 1-4.391-6.617Zm-4.109-12.169a7.33 7.33 0 0 0 1.676-5.25A7.457 7.457 0 0 0 30 16.284a6.974 6.974 0 0 0-1.72 5.056 6.166 6.166 0 0 0 4.869-2.302Zm30.483 22.456h-7.12l-1.71 5.049h-3.016l6.744-18.68h3.133l6.744 18.68H65.34l-1.709-5.05Zm-6.383-2.33h5.644l-2.783-8.194h-.077l-2.784 8.194Zm25.723.569c0 4.233-2.265 6.951-5.684 6.951a4.616 4.616 0 0 1-4.285-2.382h-.064v6.745h-2.796V32.924h2.706v2.265h.052a4.83 4.83 0 0 1 4.336-2.407c3.456 0 5.735 2.732 5.735 6.952Zm-2.874 0c0-2.757-1.424-4.57-3.599-4.57-2.135 0-3.572 1.851-3.572 4.57 0 2.744 1.437 4.582 3.572 4.582 2.175 0 3.6-1.8 3.6-4.582Zm17.862 0c0 4.232-2.264 6.951-5.682 6.951a4.616 4.616 0 0 1-4.285-2.382h-.065v6.745h-2.796V32.924h2.706v2.265h.052a4.832 4.832 0 0 1 4.336-2.407c3.457 0 5.735 2.732 5.735 6.952Zm-2.872 0c0-2.757-1.425-4.57-3.6-4.57-2.135 0-3.572 1.851-3.572 4.57 0 2.744 1.437 4.582 3.573 4.582 2.174 0 3.599-1.8 3.599-4.582Zm12.78 1.605c.207 1.852 2.006 3.069 4.465 3.069 2.356 0 4.052-1.217 4.052-2.887 0-1.45-1.023-2.318-3.444-2.913l-2.42-.583c-3.43-.829-5.023-2.433-5.023-5.036 0-3.222 2.809-5.436 6.797-5.436 3.947 0 6.653 2.213 6.744 5.436h-2.822c-.169-1.864-1.71-2.989-3.962-2.989-2.252 0-3.792 1.139-3.792 2.795 0 1.321.984 2.098 3.391 2.693l2.058.505c3.833.907 5.425 2.446 5.425 5.178 0 3.495-2.783 5.684-7.211 5.684-4.142 0-6.939-2.138-7.12-5.516h2.862Zm17.502-11.637v3.223h2.59v2.214h-2.59v7.508c0 1.166.519 1.71 1.657 1.71a8.83 8.83 0 0 0 .92-.065v2.2a7.68 7.68 0 0 1-1.553.13c-2.757 0-3.832-1.036-3.832-3.677v-7.806h-1.981v-2.214h1.981v-3.223h2.808Zm4.09 10.033c0-4.285 2.523-6.977 6.459-6.977 3.948 0 6.46 2.692 6.46 6.977 0 4.297-2.498 6.978-6.46 6.978-3.961 0-6.459-2.681-6.459-6.978Zm10.071 0c0-2.939-1.347-4.674-3.612-4.674s-3.611 1.748-3.611 4.674c0 2.952 1.346 4.673 3.611 4.673s3.612-1.721 3.612-4.673Zm5.153-6.811h2.666v2.318h.065a3.244 3.244 0 0 1 3.276-2.46c.322-.001.643.034.957.104v2.615a3.905 3.905 0 0 0-1.256-.17 2.81 2.81 0 0 0-2.177.897 2.814 2.814 0 0 0-.736 2.237v8.078h-2.795V32.924Zm19.853 9.62c-.376 2.472-2.784 4.169-5.864 4.169-3.962 0-6.421-2.654-6.421-6.913 0-4.272 2.472-7.042 6.303-7.042 3.768 0 6.138 2.588 6.138 6.717v.958h-9.619v.169a3.549 3.549 0 0 0 3.664 3.858 3.082 3.082 0 0 0 3.145-1.916h2.654Zm-9.45-4.065h6.809a3.267 3.267 0 0 0-.915-2.458 3.276 3.276 0 0 0-2.426-.998 3.444 3.444 0 0 0-3.206 2.13c-.174.42-.263.871-.262 1.326ZM56.899 13.804a3.97 3.97 0 0 1 4.223 4.46c0 2.867-1.55 4.515-4.223 4.515h-3.242v-8.975h3.242ZM55.05 21.51h1.692a2.822 2.822 0 0 0 2.96-3.228 2.83 2.83 0 0 0-2.96-3.21H55.05v6.438Zm7.647-2.12a3.208 3.208 0 0 1 6.239-1.318c.14.424.192.873.15 1.318a3.209 3.209 0 1 1-6.39 0Zm5.013 0c0-1.468-.66-2.326-1.817-2.326-1.162 0-1.816.858-1.816 2.326 0 1.48.654 2.332 1.816 2.332 1.158 0 1.817-.858 1.817-2.332Zm9.867 3.39H76.19l-1.4-4.988h-.105L73.29 22.78h-1.374l-1.867-6.773h1.356l1.213 5.168h.1l1.393-5.168h1.282l1.393 5.168h.105l1.208-5.168h1.337l-1.86 6.773Zm3.43-6.775h1.287v1.076h.1a2.028 2.028 0 0 1 2.021-1.207 2.202 2.202 0 0 1 2.344 2.52v4.384h-1.336v-4.05c0-1.088-.473-1.629-1.462-1.629a1.553 1.553 0 0 0-1.617 1.716v3.963h-1.337v-6.773Zm7.883-2.643h1.336v9.418H88.89v-9.418Zm3.195 6.028a3.208 3.208 0 1 1 6.389 0 3.209 3.209 0 1 1-6.39 0Zm5.013 0c0-1.468-.66-2.326-1.817-2.326-1.162 0-1.816.858-1.816 2.326 0 1.48.654 2.332 1.816 2.332 1.157 0 1.817-.857 1.817-2.332Zm2.783 1.474c0-1.219.908-1.922 2.519-2.021l1.835-.106v-.585c0-.715-.473-1.12-1.387-1.12-.746 0-1.263.275-1.411.754h-1.295c.137-1.164 1.231-1.91 2.768-1.91 1.698 0 2.656.845 2.656 2.276v4.628h-1.287v-.952h-.106a2.276 2.276 0 0 1-2.034 1.064 2.048 2.048 0 0 1-2.258-2.027Zm4.354-.578v-.567l-1.654.106c-.933.063-1.356.38-1.356.977 0 .61.529.965 1.256.965a1.6 1.6 0 0 0 1.754-1.481Zm3.088-.896c0-2.14 1.1-3.496 2.811-3.496a2.234 2.234 0 0 1 2.077 1.188h.1v-3.72h1.337v9.418h-1.281v-1.07h-.106a2.348 2.348 0 0 1-2.127 1.181c-1.723 0-2.811-1.355-2.811-3.5Zm1.381 0c0 1.437.677 2.301 1.809 2.301 1.127 0 1.823-.877 1.823-2.295 0-1.412-.703-2.301-1.823-2.301-1.125 0-1.809.87-1.809 2.295Zm10.475 0a3.204 3.204 0 0 1 1.896-3.24 3.207 3.207 0 0 1 4.492 3.24c.044.446-.007.896-.148 1.32a3.194 3.194 0 0 1-1.746 1.926 3.212 3.212 0 0 1-4.347-1.925 3.212 3.212 0 0 1-.147-1.32Zm5.013 0c0-1.468-.659-2.326-1.817-2.326-1.162 0-1.815.858-1.815 2.326 0 1.48.653 2.332 1.815 2.332 1.158 0 1.817-.858 1.817-2.332Zm3.169-3.385h1.287v1.076h.099a2.033 2.033 0 0 1 2.022-1.207 2.203 2.203 0 0 1 2.344 2.52v4.384h-1.337v-4.05c0-1.088-.473-1.629-1.461-1.629a1.555 1.555 0 0 0-1.618 1.716v3.963h-1.336v-6.773Zm13.306-1.685v1.718h1.467v1.125h-1.467v3.483c0 .71.292 1.02.957 1.02.171 0 .341-.01.51-.03v1.113a4.43 4.43 0 0 1-.727.069c-1.487 0-2.079-.524-2.079-1.83v-3.825h-1.075v-1.125h1.075V14.32h1.339Zm3.293-.958h1.325v3.733h.106a2.079 2.079 0 0 1 2.065-1.213 2.23 2.23 0 0 1 2.333 2.525v4.373h-1.338v-4.044c0-1.081-.504-1.63-1.449-1.63a1.58 1.58 0 0 0-1.705 1.718v3.956h-1.337v-9.418Zm13.623 7.589a2.75 2.75 0 0 1-2.935 1.96 3.079 3.079 0 0 1-3.129-3.496 3.132 3.132 0 0 1 .754-2.482 3.12 3.12 0 0 1 2.369-1.057c1.885 0 3.022 1.288 3.022 3.415v.466h-4.783v.075a1.779 1.779 0 0 0 .473 1.37 1.792 1.792 0 0 0 1.331.57 1.62 1.62 0 0 0 1.611-.82h1.287Zm-4.702-2.183h3.421a1.626 1.626 0 0 0-.445-1.246 1.638 1.638 0 0 0-1.222-.508 1.733 1.733 0 0 0-1.754 1.755Z",fill:"#fff"}})])},c1=[],_1=t(o1,i1,c1,!1,null,null,null,null);const d1=_1.exports,v1={name:"IconApple"};var u1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--apple",attrs:{"aria-hidden":"true",role:"img","data-name":"Apple",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M20.425 7.5c-.128.1-2.392 1.37-2.392 4.192 0 3.265 2.88 4.42 2.967 4.449-.013.07-.458 1.582-1.519 3.122-.946 1.355-1.935 2.708-3.438 2.708-1.504 0-1.89-.869-3.626-.869-1.692 0-2.293.898-3.668.898-1.376 0-2.335-1.254-3.438-2.794C4.033 17.397 3 14.588 3 11.92c0-4.277 2.795-6.546 5.545-6.546 1.462 0 2.68.955 3.598.955.873 0 2.235-1.012 3.898-1.012.63 0 2.894.057 4.384 2.183Zm-5.174-3.993c.688-.812 1.174-1.938 1.174-3.065 0-.156-.013-.314-.042-.442-1.118.042-2.45.741-3.252 1.668-.63.713-1.218 1.84-1.218 2.981 0 .172.028.343.042.398.07.014.185.029.3.029 1.004 0 2.267-.669 2.996-1.569Z",fill:"#888"}})])},f1=[],h1=t(v1,u1,f1,!1,null,null,null,null);const m1=h1.exports,p1={name:"IconArchiveRestore"};var g1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--archive-restore",attrs:{"aria-hidden":"true",role:"img","data-name":"Archive Restore",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 2 4h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2ZM.5 3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v.5a1.5 1.5 0 0 1-1 1.415V9A1.5 1.5 0 0 1 9 10.5H8a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5V5h-7v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1H3A1.5 1.5 0 0 1 1.5 9V4.915A1.5 1.5 0 0 1 .5 3.5V3Zm5.146 3.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 1 1-.708.708L6.5 7.707V10a.5.5 0 0 1-1 0V7.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5Z","clip-rule":"evenodd"}})])},w1=[],$1=t(p1,g1,w1,!1,null,null,null,null);const Z1=$1.exports,x1={name:"IconArchive"};var M1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--archive",attrs:{"aria-hidden":"true",role:"img","data-name":"Archive",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 2 4h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2ZM.5 3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v.5a1.5 1.5 0 0 1-1 1.415V9A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V4.915A1.5 1.5 0 0 1 .5 3.5V3Zm2 2v4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5h-7Zm2 1.5A.5.5 0 0 1 5 6h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},C1=[],A1=t(x1,M1,C1,!1,null,null,null,null);const H1=A1.exports,I1={name:"IconArrowDownLeft"};var V1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-down-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Down Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 3a.5.5 0 0 1 .5.5v3.793l4.146-4.147a.5.5 0 1 1 .708.708L4.707 8H8.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},F1=[],b1=t(I1,V1,F1,!1,null,null,null,null);const B1=b1.exports,D1={name:"IconArrowDownRight"};var R1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-down-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Down Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 3.146a.5.5 0 0 1 .708 0L8 7.293V3.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L3.146 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},L1=[],q1=t(D1,R1,L1,!1,null,null,null,null);const k1=q1.exports,y1={name:"IconArrowDown"};var S1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a.5.5 0 0 1 .5.5v5.793l2.646-2.647a.5.5 0 1 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L5.5 8.293V2.5A.5.5 0 0 1 6 2Z","clip-rule":"evenodd"}})])},z1=[],P1=t(y1,S1,z1,!1,null,null,null,null);const U1=P1.exports,O1={name:"IconArrowLeftRight"};var E1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-left-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Left Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146 1.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.293 4H4.5a.5.5 0 0 1 0-1h4.793L8.146 1.854a.5.5 0 0 1 0-.708Zm-4.292 5a.5.5 0 0 1 0 .708L2.707 8H7.5a.5.5 0 0 1 0 1H2.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},G1=[],T1=t(O1,E1,G1,!1,null,null,null,null);const W1=T1.exports,j1={name:"IconArrowLeft"};var N1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.354 2.146a.5.5 0 0 1 0 .708L3.707 5.5H9.5a.5.5 0 0 1 0 1H3.707l2.647 2.646a.5.5 0 1 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},Q1=[],X1=t(j1,N1,Q1,!1,null,null,null,null);const J1=X1.exports,K1={name:"IconArrowRight"};var Y1=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 2.146a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L8.293 6.5H2.5a.5.5 0 0 1 0-1h5.793L5.646 2.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},a5=[],e5=t(K1,Y1,a5,!1,null,null,null,null);const l5=e5.exports,t5={name:"IconArrowUpDown"};var r5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-up-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146 1.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L9 2.707V7.5a.5.5 0 0 1-1 0V2.707L6.854 3.854a.5.5 0 1 1-.708-.708l2-2ZM3.5 4a.5.5 0 0 1 .5.5v4.793l1.146-1.147a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L3 9.293V4.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},n5=[],s5=t(t5,r5,n5,!1,null,null,null,null);const o5=s5.exports,i5={name:"IconArrowUpLeft"};var c5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-up-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H4.707l4.147 4.146a.5.5 0 1 1-.708.708L4 4.707V8.5a.5.5 0 0 1-1 0v-5Z","clip-rule":"evenodd"}})])},_5=[],d5=t(i5,c5,_5,!1,null,null,null,null);const v5=d5.exports,u5={name:"IconArrowUpRight"};var f5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-up-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V4.707L3.854 8.854a.5.5 0 1 1-.708-.708L7.293 4H3.5Z","clip-rule":"evenodd"}})])},h5=[],m5=t(u5,f5,h5,!1,null,null,null,null);const p5=m5.exports,g5={name:"IconArrowUp"};var w5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--arrow-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 2.146a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1-.708.708L6.5 3.707V9.5a.5.5 0 0 1-1 0V3.707L2.854 6.354a.5.5 0 1 1-.708-.708l3.5-3.5Z","clip-rule":"evenodd"}})])},$5=[],Z5=t(g5,w5,$5,!1,null,null,null,null);const x5=Z5.exports,M5={name:"IconAsana",created(){this.uniqueID=r("dt-icon")}};var C5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--asana",attrs:{"aria-hidden":"true",role:"img","data-name":"Asana",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M17.65 12.787a4.35 4.35 0 1 0 0 8.699 4.35 4.35 0 0 0 0-8.7Zm-11.3 0a4.35 4.35 0 1 0 0 8.7 4.35 4.35 0 0 0 0-8.7Zm10-5.437a4.35 4.35 0 1 1-8.7 0 4.35 4.35 0 0 1 8.7 0Z",fill:`url(#${e.uniqueID}a)`}}),a("defs",[a("radialGradient",{attrs:{id:`${e.uniqueID}a`,cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(13.2526 0 0 12.2495 12 13.103)"}},[a("stop",{attrs:{"stop-color":"#FFB900"}}),a("stop",{attrs:{offset:".6","stop-color":"#F95D8F"}}),a("stop",{attrs:{offset:".999","stop-color":"#F95353"}})],1)],1)])},A5=[],H5=t(M5,C5,A5,!1,null,null,null,null);const I5=H5.exports,V5={name:"IconAsterisk"};var F5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--asterisk",attrs:{"aria-hidden":"true",role:"img","data-name":"Asterisk",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.031 4.25a.5.5 0 0 1-.183.683l-5.196 3a.5.5 0 1 1-.5-.866l5.196-3a.5.5 0 0 1 .683.183Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.969 4.25a.5.5 0 0 1 .683-.183l5.196 3a.5.5 0 0 1-.5.866l-5.196-3a.5.5 0 0 1-.183-.683Z","clip-rule":"evenodd"}})])},b5=[],B5=t(V5,F5,b5,!1,null,null,null,null);const D5=B5.exports,R5={name:"IconAtSign",created(){this.uniqueID=r("dt-icon")}};var L5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--at-sign",attrs:{"aria-hidden":"true",role:"img","data-name":"At Sign",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z"}}),a("path",{attrs:{d:"M3.65 1.028A5.5 5.5 0 0 1 11.5 6v.5a2 2 0 1 1-4 0V4a.5.5 0 1 1 1 0v2.5a1 1 0 1 0 2 0V6a4.5 4.5 0 1 0-1.764 3.573.5.5 0 1 1 .608.794 5.5 5.5 0 1 1-5.694-9.34Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},q5=[],k5=t(R5,L5,q5,!1,null,null,null,null);const y5=k5.exports,S5={name:"IconAtaAdapter"};var z5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--ata-adapter",attrs:{"aria-hidden":"true",role:"img","data-name":"Ata Adapter",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7ZM2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM3 5.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0A.5.5 0 0 1 5 6v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0A.5.5 0 0 1 8 6v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm-6.5 3A.5.5 0 0 1 3 8h.005a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm1.5 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm1.5 0A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm1.5 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm1.5 0A.5.5 0 0 1 9 8h.005a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},P5=[],U5=t(S5,z5,P5,!1,null,null,null,null);const O5=U5.exports,E5={name:"IconAttestationOutline",created(){this.uniqueID=r("dt-icon")}};var G5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--attestation-outline",attrs:{"aria-hidden":"true",role:"img","data-name":"Attestation Outline",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,"fill-rule":"evenodd","clip-rule":"evenodd",fill:"currentColor"}},[a("path",{attrs:{d:"M9.442 3.558a.625.625 0 0 1 0 .884l-4 4a.625.625 0 0 1-.884 0l-2-2a.625.625 0 1 1 .884-.884L5 7.116l3.558-3.558a.625.625 0 0 1 .884 0Z"}}),a("path",{attrs:{d:"M8 1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3ZM4 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},T5=[],W5=t(E5,G5,T5,!1,null,null,null,null);const j5=W5.exports,N5={name:"IconAttestation",created(){this.uniqueID=r("dt-icon")}};var Q5=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--attestation",attrs:{"aria-hidden":"true",role:"img","data-name":"Attestation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.92 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-4Zm1.443 8.442 4-4a.625.625 0 1 0-.884-.884L5.92 7.116 4.363 5.558a.625.625 0 1 0-.884.884l2 2c.244.244.64.244.884 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"translate(.92)"}})])])])},X5=[],J5=t(N5,Q5,X5,!1,null,null,null,null);const K5=J5.exports,Y5={name:"IconAxis3D"};var aa=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--axis-3d",attrs:{"aria-hidden":"true",role:"img","data-name":"Axis 3d",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 1 .5.5v6.793l2.646-2.647a.5.5 0 1 1 .708.708L3.207 9.5H10a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},ea=[],la=t(Y5,aa,ea,!1,null,null,null,null);const ta=la.exports,ra={name:"IconBarChart2"};var na=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bar-chart-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Zm3 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Zm-6 2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},sa=[],oa=t(ra,na,sa,!1,null,null,null,null);const ia=oa.exports,ca={name:"IconBarChart3"};var _a=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bar-chart-3",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart 3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5Zm5 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6a.5.5 0 0 1 .5-.5ZM9 4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4A.5.5 0 0 1 9 4ZM4 6.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},da=[],va=t(ca,_a,da,!1,null,null,null,null);const ua=va.exports,fa={name:"IconBarChart4"};var ha=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bar-chart-4",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart 4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5ZM9 2a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 9 2ZM6.5 4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5ZM4 6.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},ma=[],pa=t(fa,ha,ma,!1,null,null,null,null);const ga=pa.exports,wa={name:"IconBarChartHorizontal"};var $a=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bar-chart-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5ZM3 3a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 3Zm0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5ZM3 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 3 8Z","clip-rule":"evenodd"}})])},Za=[],xa=t(wa,$a,Za,!1,null,null,null,null);const Ma=xa.exports,Ca={name:"IconBarChart"};var Aa=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bar-chart",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Zm-3 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Zm-3 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Ha=[],Ia=t(Ca,Aa,Ha,!1,null,null,null,null);const Va=Ia.exports,Fa={name:"IconBarge",created(){this.uniqueID=r("dt-icon")}};var ba=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--barge",attrs:{"aria-hidden":"true",role:"img","data-name":"Barge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5V4a.5.5 0 1 1-1 0V2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5V8a.5.5 0 0 1 1 0v1.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm3.455 1.838a.5.5 0 0 1 .707 0L8.47 5.647a.5.5 0 0 1 0 .707L6.662 8.162a.5.5 0 0 1-.707-.707l.954-.955H.5a.5.5 0 0 1 0-1h6.41l-.955-.954a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Ba=[],Da=t(Fa,ba,Ba,!1,null,null,null,null);const Ra=Da.exports,La={name:"IconBaseline"};var qa=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--baseline",attrs:{"aria-hidden":"true",role:"img","data-name":"Baseline",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5ZM6 1.5a.5.5 0 0 1 .447.276l3 6a.5.5 0 1 1-.894.448L6 3.118 3.447 8.224a.5.5 0 1 1-.894-.448l3-6A.5.5 0 0 1 6 1.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 6a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},ka=[],ya=t(La,qa,ka,!1,null,null,null,null);const Sa=ya.exports,za={name:"IconBatteryCharging"};var Pa=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--battery-charging",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Charging",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.757 3.071a.5.5 0 0 1 .172.686L4.883 5.5H6a.5.5 0 0 1 .429.757l-1.5 2.5a.5.5 0 0 1-.858-.514L5.117 6.5H4a.5.5 0 0 1-.429-.757l1.5-2.5a.5.5 0 0 1 .686-.172ZM.94 3.44A1.5 1.5 0 0 1 2 3h1a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h.5a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 7.5v-3c0-.398.158-.78.44-1.06ZM7 3.5a.5.5 0 0 1 .5-.5H8a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H7a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4h-.5a.5.5 0 0 1-.5-.5ZM11 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])},Ua=[],Oa=t(za,Pa,Ua,!1,null,null,null,null);const Ea=Oa.exports,Ga={name:"IconBatteryFull"};var Ta=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--battery-full",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Full",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm2 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 5Zm2 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 7 5Zm4 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])},Wa=[],ja=t(Ga,Ta,Wa,!1,null,null,null,null);const Na=ja.exports,Qa={name:"IconBatteryLow"};var Xa=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--battery-low",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Low",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm8 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])},Ja=[],Ka=t(Qa,Xa,Ja,!1,null,null,null,null);const Ya=Ka.exports,ae={name:"IconBatteryMedium"};var ee=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--battery-medium",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Medium",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm2 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 5Zm6 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])},le=[],te=t(ae,ee,le,!1,null,null,null,null);const re=te.exports,ne={name:"IconBattery"};var se=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--battery",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM11 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])},oe=[],ie=t(ne,se,oe,!1,null,null,null,null);const ce=ie.exports,_e={name:"IconBellMinus"};var de=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bell-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.884 10.068a.5.5 0 0 1 .683.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .182-.683ZM7 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.417 1.535A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.038.07-.076.136-.114.198h6.85a4.58 4.58 0 0 1-.052-.088c-.4-.69-.792-1.769-.862-3.39a.5.5 0 0 1 .999-.044c.064 1.476.417 2.396.728 2.932.157.27.305.447.407.552a1.43 1.43 0 0 0 .137.125m.001.001A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.277-.916L1.5 8.5l-.277-.416H1.22v.002h-.003a1.513 1.513 0 0 0 .153-.142c.113-.117.274-.317.44-.62.33-.607.689-1.648.689-3.324A3.5 3.5 0 0 1 6.583.549a.5.5 0 1 1-.166.986","clip-rule":"evenodd"}})])},ve=[],ue=t(_e,de,ve,!1,null,null,null,null);const fe=ue.exports,he={name:"IconBellOff",created(){this.uniqueID=r("dt-icon")}};var me=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bell-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M4.884 10.068a.5.5 0 0 1 .684.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .181-.683ZM9.008 3.5a.5.5 0 0 1 .492.508 8.444 8.444 0 0 0 .297 2.36.5.5 0 1 1-.964.264 9.444 9.444 0 0 1-.333-2.64.5.5 0 0 1 .508-.492Zm-5.731-.848a.5.5 0 0 1 .33.625A2.43 2.43 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.038.07-.076.136-.114.198H8.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.283-.912l.001-.001a1.51 1.51 0 0 0 .153-.142c.113-.118.274-.318.44-.622.33-.606.689-1.646.689-3.322"}}),a("path",{attrs:{d:"M5.831.5A3.5 3.5 0 0 1 9.5 4a.5.5 0 1 1-1 0 2.5 2.5 0 0 0-3.887-2.084.5.5 0 1 1-.555-.832A3.5 3.5 0 0 1 5.83.5ZM.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},pe=[],ge=t(he,me,pe,!1,null,null,null,null);const we=ge.exports,$e={name:"IconBellPlus"};var Ze=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bell-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.417 1.535A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.038.07-.076.136-.114.198h6.85c-.268-.44-.541-1.056-.72-1.896a.5.5 0 0 1 .977-.208c.19.884.489 1.446.724 1.776.118.166.222.277.29.341a1.132 1.132 0 0 0 .087.075A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.277-.916L1.5 8.5l-.277-.416H1.22v.002h-.003a1.513 1.513 0 0 0 .153-.142c.113-.117.274-.317.44-.62.33-.607.689-1.648.689-3.324A3.5 3.5 0 0 1 6.583.549a.5.5 0 1 1-.166.986Zm-1.533 8.533a.5.5 0 0 1 .683.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .182-.683Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 .5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1A.5.5 0 0 1 9 .5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},xe=[],Me=t($e,Ze,xe,!1,null,null,null,null);const Ce=Me.exports,Ae={name:"IconBellRing",created(){this.uniqueID=r("dt-icon")}};var He=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bell-ring",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Ring",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor"}},[a("path",{attrs:{"fill-rule":"evenodd",d:"M2.304.603a.5.5 0 0 1 .093.7A4.422 4.422 0 0 0 1.5 4a.5.5 0 0 1-1 0C.5 2.794.884 1.636 1.603.696a.5.5 0 0 1 .7-.093ZM9.7.6a.5.5 0 0 1 .7.1A5.5 5.5 0 0 1 11.5 4a.5.5 0 0 1-1 0 4.5 4.5 0 0 0-.9-2.7.5.5 0 0 1 .1-.7Zm-4.816 9.468a.5.5 0 0 1 .684.181.5.5 0 0 0 .865 0 .5.5 0 1 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .181-.683Z","clip-rule":"evenodd"}}),a("path",{attrs:{d:"M3.525 1.525A3.5 3.5 0 0 1 6 .5a.5.5 0 0 1 0 1A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.21.383-.423.653-.592.831a2.488 2.488 0 0 1-.212.201l-.801-.057a.5.5 0 0 1 .133-.69h.001a1.51 1.51 0 0 0 .153-.142c.113-.118.274-.318.44-.622.33-.606.689-1.647.689-3.323a3.5 3.5 0 0 1 1.025-2.475Z"}}),a("path",{attrs:{"fill-rule":"evenodd",d:"M1 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{d:"M8.475 1.525A3.5 3.5 0 0 0 6 .5a.5.5 0 0 0 0 1A2.5 2.5 0 0 1 8.5 4c0 1.824.391 3.033.811 3.802.21.383.423.653.592.831l1.013.144a.5.5 0 0 0-.133-.69h-.001a1.507 1.507 0 0 1-.153-.142 2.97 2.97 0 0 1-.44-.622C9.859 6.717 9.5 5.676 9.5 4a3.5 3.5 0 0 0-1.025-2.475Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Ie=[],Ve=t(Ae,He,Ie,!1,null,null,null,null);const Fe=Ve.exports,be={name:"IconBell"};var Be=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bell",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.884 10.068a.5.5 0 0 1 .684.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .181-.683Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor",d:"M3.525 1.525A3.5 3.5 0 0 1 6 .5a.5.5 0 0 1 0 1A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.21.383-.423.653-.592.83-.084.09-.157.156-.212.202l-.801-.057a.5.5 0 0 1 .133-.69h.001a1.51 1.51 0 0 0 .153-.142c.113-.118.274-.318.44-.622.33-.606.689-1.647.689-3.323a3.5 3.5 0 0 1 1.025-2.475Z"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor",d:"M8.475 1.525A3.5 3.5 0 0 0 6 .5a.5.5 0 0 0 0 1A2.5 2.5 0 0 1 8.5 4c0 1.824.391 3.033.811 3.802.21.383.423.653.592.83l1.013.145a.5.5 0 0 0-.133-.69h-.001a1.507 1.507 0 0 1-.153-.142 2.97 2.97 0 0 1-.44-.622C9.859 6.717 9.5 5.676 9.5 4a3.5 3.5 0 0 0-1.025-2.475Z"}})])},De=[],Re=t(be,Be,De,!1,null,null,null,null);const Le=Re.exports,qe={name:"IconBinary"};var ke=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--binary",attrs:{"aria-hidden":"true",role:"img","data-name":"Binary",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Zm1 .5v2h1v-2h-1Zm3-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2.5H9a.5.5 0 0 1 0 1H7a.5.5 0 0 1 0-1h.5v-2H7a.5.5 0 0 1-.5-.5Zm-4 5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2.5H5a.5.5 0 0 1 0 1H3a.5.5 0 0 1 0-1h.5v-2H3a.5.5 0 0 1-.5-.5Zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V7Zm1 .5v2h1v-2h-1Z","clip-rule":"evenodd"}})])},ye=[],Se=t(qe,ke,ye,!1,null,null,null,null);const ze=Se.exports,Pe={name:"IconBluetoothConnected"};var Ue=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bluetooth-connected",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth Connected",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708L6.707 6l2.147 2.146a.5.5 0 0 1 0 .708l-2.5 2.5A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 3.146 3.854a.5.5 0 1 1 .708-.708L5.5 4.793V1a.5.5 0 0 1 .309-.462Zm.691 6.67L7.793 8.5 6.5 9.793V7.207Zm0-2.415V2.207L7.793 3.5 6.5 4.793ZM1 6a.5.5 0 0 1 .5-.5H3a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 6Zm7.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Oe=[],Ee=t(Pe,Ue,Oe,!1,null,null,null,null);const Ge=Ee.exports,Te={name:"IconBluetoothOff",created(){this.uniqueID=r("dt-icon")}};var We=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bluetooth-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0L6.35 5.644a.542.542 0 0 1 .005.005l4.998 4.997a.5.5 0 0 1-.708.708L8.5 9.207l-2.146 2.147A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 .646 1.354a.5.5 0 0 1 0-.708ZM6.5 7.207v2.586L7.793 8.5 6.5 7.207ZM5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.897-.896L6.5 2.207V3.25a.5.5 0 1 1-1 0V1a.5.5 0 0 1 .309-.462Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},je=[],Ne=t(Te,We,je,!1,null,null,null,null);const Qe=Ne.exports,Xe={name:"IconBluetoothSearching"};var Je=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bluetooth-searching",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth Searching",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708L6.707 6l2.147 2.146a.5.5 0 0 1 0 .708l-2.5 2.5A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 3.146 3.854a.5.5 0 1 1 .708-.708L5.5 4.793V1a.5.5 0 0 1 .309-.462Zm.691 6.67L7.793 8.5 6.5 9.793V7.207Zm0-2.415V2.207L7.793 3.5 6.5 4.793Zm3.561-.561a.5.5 0 0 1 .707 0 2.5 2.5 0 0 1 0 3.537.5.5 0 0 1-.706-.708 1.5 1.5 0 0 0 0-2.122.5.5 0 0 1 0-.707ZM8.5 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Ke=[],Ye=t(Xe,Je,Ke,!1,null,null,null,null);const al=Ye.exports,el={name:"IconBluetooth"};var ll=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bluetooth",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708L6.707 6l2.147 2.146a.5.5 0 0 1 0 .708l-2.5 2.5A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 3.146 3.854a.5.5 0 1 1 .708-.708L5.5 4.793V1a.5.5 0 0 1 .309-.462Zm.691 6.67L7.793 8.5 6.5 9.793V7.207Zm0-2.415V2.207L7.793 3.5 6.5 4.793Z","clip-rule":"evenodd"}})])},tl=[],rl=t(el,ll,tl,!1,null,null,null,null);const nl=rl.exports,sl={name:"IconBlurBackground",created(){this.uniqueID=r("dt-icon")}};var ol=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--blur-background",attrs:{"aria-hidden":"true",role:"img","data-name":"Blur Background",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.5a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm2 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm5.002 0a.56.56 0 1 1 1.121 0 .56.56 0 0 1-1.12 0Zm1.998 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0ZM6 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 3.5a2.5 2.5 0 1 1 4.961.441.56.56 0 1 1-.374.935A2.498 2.498 0 0 1 6 6a2.498 2.498 0 0 1-2.086-1.122.559.559 0 0 1-.974-.378.56.56 0 0 1 .599-.559 2.515 2.515 0 0 1-.039-.44ZM1.94 3a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0ZM9 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H9.5A.5.5 0 0 1 9 3ZM.94 4.5a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm9 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm-8 1.5a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm7 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm-.81 1.08a.56.56 0 0 1 .93.466A2.5 2.5 0 0 1 10 9.5v1a.5.5 0 1 1-1 0v-1A1.5 1.5 0 0 0 7.5 8h-3A1.5 1.5 0 0 0 3 9.5v1a.5.5 0 1 1-1 0v-1a2.5 2.5 0 0 1 .941-1.955.56.56 0 0 1 .93-.465 2.5 2.5 0 0 1 .63-.08h3c.214 0 .425.028.63.08Zm1.81.42a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm-9 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},il=[],cl=t(sl,ol,il,!1,null,null,null,null);const _l=cl.exports,dl={name:"IconBold"};var vl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bold",attrs:{"aria-hidden":"true",role:"img","data-name":"Bold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 1 .5-.5h4a2.5 2.5 0 1 1 0 5H3a.5.5 0 0 1-.5-.5V2Zm1 .5v3H7a1.5 1.5 0 0 0 0-3H3.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 6a.5.5 0 0 1 .5-.5h4.5a2.5 2.5 0 1 1 0 5H3a.5.5 0 0 1-.5-.5V6Zm1 .5v3h4a1.5 1.5 0 0 0 0-3h-4Z","clip-rule":"evenodd"}})])},ul=[],fl=t(dl,vl,ul,!1,null,null,null,null);const hl=fl.exports,ml={name:"IconBookOpen"};var pl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--book-open",attrs:{"aria-hidden":"true",role:"img","data-name":"Book Open",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 1.5A.5.5 0 0 1 1 1h3a2.5 2.5 0 0 1 2.5 2.5v7a.5.5 0 0 1-1 0 1 1 0 0 0-1-1H1A.5.5 0 0 1 .5 9V1.5Zm5 7.268V3.5A1.5 1.5 0 0 0 4 2H1.5v6.5h3a2 2 0 0 1 1 .268Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.232 1.732A2.5 2.5 0 0 1 8 1h3a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-.5.5H7.5a1 1 0 0 0-1 1 .5.5 0 0 1-1 0v-7a2.5 2.5 0 0 1 .732-1.768ZM6.5 8.768a2 2 0 0 1 1-.268h3V2H8a1.5 1.5 0 0 0-1.5 1.5v5.268Z","clip-rule":"evenodd"}})])},gl=[],wl=t(ml,pl,gl,!1,null,null,null,null);const $l=wl.exports,Zl={name:"IconBook"};var xl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--book",attrs:{"aria-hidden":"true",role:"img","data-name":"Book",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.25 9a.75.75 0 0 0-.75.75.5.5 0 0 1-1 0A1.75 1.75 0 0 1 3.25 8H10a.5.5 0 0 1 0 1H3.25Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.25 1.5a.75.75 0 0 0-.75.75v7.5a.75.75 0 0 0 .75.75H9.5v-9H3.25Zm0-1H10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H3.25A1.75 1.75 0 0 1 1.5 9.75v-7.5A1.75 1.75 0 0 1 3.25.5Z","clip-rule":"evenodd"}})])},Ml=[],Cl=t(Zl,xl,Ml,!1,null,null,null,null);const Al=Cl.exports,Hl={name:"IconBookmarkMinus"};var Il=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bookmark-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bookmark Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 5Z","clip-rule":"evenodd"}})])},Vl=[],Fl=t(Hl,Il,Vl,!1,null,null,null,null);const bl=Fl.exports,Bl={name:"IconBookmarkPlus"};var Dl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bookmark-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bookmark Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 5Z","clip-rule":"evenodd"}})])},Rl=[],Ll=t(Bl,Dl,Rl,!1,null,null,null,null);const ql=Ll.exports,kl={name:"IconBookmark"};var yl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bookmark",attrs:{"aria-hidden":"true",role:"img","data-name":"Bookmark",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])},Sl=[],zl=t(kl,yl,Sl,!1,null,null,null,null);const Pl=zl.exports,Ul={name:"IconBoxSelect"};var Ol=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--box-select",attrs:{"aria-hidden":"true",role:"img","data-name":"Box Select",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.44A1.5 1.5 0 0 1 2.5 1a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5.5.5 0 0 1-1 0c0-.398.158-.78.44-1.06ZM9 1.5a.5.5 0 0 1 .5-.5A1.5 1.5 0 0 1 11 2.5a.5.5 0 0 1-1 0 .5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5ZM10.5 9a.5.5 0 0 1 .5.5A1.5 1.5 0 0 1 9.5 11a.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 9.5a.5.5 0 0 1 .5-.5ZM4 1.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1h-.5a.5.5 0 0 1-.5-.5Zm0 9a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1h-.5a.5.5 0 0 1-.5-.5Zm2.5-9A.5.5 0 0 1 7 1h.5a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Zm0 9A.5.5 0 0 1 7 10h.5a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM1.5 4a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0v-.5a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0v-.5a.5.5 0 0 1 .5-.5Zm-9 2.5A.5.5 0 0 1 2 7v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},El=[],Gl=t(Ul,Ol,El,!1,null,null,null,null);const Tl=Gl.exports,Wl={name:"IconBox"};var jl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--box",attrs:{"aria-hidden":"true",role:"img","data-name":"Box",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.251.701a1.5 1.5 0 0 1 1.499 0l3.5 2A1.5 1.5 0 0 1 11 4v4a1.503 1.503 0 0 1-.75 1.299l-.002.001-3.498 1.999a1.5 1.5 0 0 1-1.5 0l-3.498-2-.002-.001A1.5 1.5 0 0 1 1 8V4a1.502 1.502 0 0 1 .75-1.298l.002-.001 3.5-2Zm.749.8a.5.5 0 0 0-.25.067l-.002.001L2.25 3.568A.503.503 0 0 0 2 4v4a.5.5 0 0 0 .25.431s-.001 0 0 0l3.5 2a.5.5 0 0 0 .5 0h.002l3.498-2s0 .001 0 0A.503.503 0 0 0 10 8V4a.5.5 0 0 0-.25-.432l-3.5-2A.5.5 0 0 0 6 1.501Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.211 3.251a.5.5 0 0 1 .683-.185L6 5.424l4.106-2.358a.5.5 0 1 1 .498.868l-4.355 2.5a.5.5 0 0 1-.498 0l-4.355-2.5a.5.5 0 0 1-.185-.683Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Nl=[],Ql=t(Wl,jl,Nl,!1,null,null,null,null);const Xl=Ql.exports,Jl={name:"IconBoxes",created(){this.uniqueID=r("dt-icon")}};var Kl=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--boxes",attrs:{"aria-hidden":"true",role:"img","data-name":"Boxes",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .667a1.5 1.5 0 0 0-.772.214l-1.5.9A1.5 1.5 0 0 0 3 3.064v1.903L1.228 6.031A1.5 1.5 0 0 0 .5 7.314v1.622a1.5 1.5 0 0 0 .728 1.283l1.5.9a1.5 1.5 0 0 0 1.544 0L6 10.083l1.728 1.036a1.5 1.5 0 0 0 1.544 0l1.5-.9a1.5 1.5 0 0 0 .728-1.283V7.314a1.5 1.5 0 0 0-.727-1.283L9 4.967V3.064a1.5 1.5 0 0 0-.728-1.283l-1.5-.9A1.5 1.5 0 0 0 6 .667Zm-.5 8.55V7.633l-1.5.9v1.583l1.5-.9Zm1 0 1.5.899V8.533l-1.5-.9v1.584Zm0-3.35 1.5-.9V3.38l-1.5.902v1.584Zm1.026-3.368-1.268-.76a.501.501 0 0 0-.516 0l-1.267.76L6 3.417l1.526-.918ZM4 3.381v1.586l1.5.9V4.283L4 3.38ZM6.972 6.75 8.5 5.833l1.526.916-1.526.918-1.528-.917Zm3.528.88v1.304a.5.5 0 0 1-.242.427L9 10.116V8.533l1.5-.902Zm-7-1.797 1.528.917-1.528.917-1.526-.918L3.5 5.833Zm-2 3.101V7.631l1.5.902v1.583L1.742 9.36a.5.5 0 0 1-.242-.427Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Yl=[],a2=t(Jl,Kl,Yl,!1,null,null,null,null);const e2=a2.exports,l2={name:"IconBranch"};var t2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--branch",attrs:{"aria-hidden":"true",role:"img","data-name":"Branch",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-1.5.5a1.5 1.5 0 1 1 2 1.415V5h1A2.5 2.5 0 0 1 10 7.5v.585a1.5 1.5 0 1 1-1 0V7.5A1.5 1.5 0 0 0 7.5 6H4a1 1 0 0 0-.923.615 1.5 1.5 0 1 1-1.03-.045A2 2 0 0 1 4 5h1.5V3.915a1.5 1.5 0 0 1-1-1.415Zm-2 5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm7 1.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z","clip-rule":"evenodd"}})])},r2=[],n2=t(l2,t2,r2,!1,null,null,null,null);const s2=n2.exports,o2={name:"IconBrandDialpadMeetings"};var i2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--brand-dialpad-meetings",attrs:{"aria-hidden":"true",role:"img","data-name":"Brand Dialpad Meetings",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M15.194 7.338c-.772 0-1.519.284-2.102.8a3.285 3.285 0 0 0-1.072 2.012V5.658a.05.05 0 0 0-.03-.045.047.047 0 0 0-.053.011l-1.875 1.97a3.149 3.149 0 0 0-1.248-.256c-1.769 0-3.205 1.46-3.205 3.26 0 1.8 1.435 3.26 3.206 3.26.772 0 1.519-.284 2.102-.8a3.285 3.285 0 0 0 1.072-2.012v4.491c0 .044.052.066.083.034l1.875-1.97c.395.17.819.257 1.247.256 1.77 0 3.206-1.459 3.206-3.26 0-1.8-1.435-3.259-3.206-3.259ZM4.322 19.82a.2.2 0 1 0 .402 0v-.762c0-.241.14-.468.409-.468.315 0 .369.212.369.46v.77a.2.2 0 1 0 .402 0v-.787c0-.241.148-.443.405-.443.315 0 .37.212.37.46v.77a.2.2 0 1 0 .402 0v-.823c-.001-.504-.21-.791-.681-.791a.713.713 0 0 0-.587.338c-.094-.216-.282-.338-.565-.338-.22 0-.43.133-.524.298v-.062a.2.2 0 1 0-.402 0v1.379Zm4.136.238c.19 0 .38-.048.551-.136.076-.04.098-.134.058-.209-.047-.086-.16-.112-.251-.075a.952.952 0 0 1-.351.067c-.268 0-.5-.147-.558-.431h1.358s.01-.08.01-.155c0-.5-.383-.913-.86-.913a.92.92 0 0 0-.924.927c0 .587.456.925.967.925Zm-.554-1.08c.054-.255.257-.424.489-.424a.49.49 0 0 1 .492.425h-.981Zm2.621 1.08c.19 0 .38-.048.552-.136.076-.04.098-.134.058-.209-.047-.086-.16-.112-.251-.075a.953.953 0 0 1-.351.067c-.268 0-.5-.147-.558-.431h1.358s.01-.08.01-.155c0-.5-.383-.913-.86-.913a.92.92 0 0 0-.924.927c0 .587.456.925.966.925Zm-.553-1.08c.054-.255.257-.424.488-.424a.49.49 0 0 1 .493.425h-.981Zm2.372 1.08a.75.75 0 0 0 .32-.072c.067-.031.09-.11.064-.178-.037-.093-.155-.126-.252-.105a.389.389 0 0 1-.082.01c-.101 0-.191-.062-.191-.252v-.892h.375a.164.164 0 1 0 0-.327h-.376v-.386a.2.2 0 0 0-.402 0v.386h-.1a.164.164 0 0 0 0 .327h.1v.88c0 .41.178.609.544.609Zm.886-.036h.402v-1.58a.2.2 0 1 0-.402 0v1.58Zm.199-1.947a.245.245 0 0 0 .246-.24.248.248 0 0 0-.246-.245.245.245 0 0 0-.243.244c0 .133.109.241.243.241Zm.699 1.745a.2.2 0 1 0 .402 0v-.73c0-.295.191-.5.456-.5.3 0 .365.17.365.46v.77a.2.2 0 1 0 .402 0V19c0-.474-.16-.794-.644-.794a.668.668 0 0 0-.58.29v-.054a.2.2 0 1 0-.402 0v1.379Zm2.822.73c.514 0 .934-.313.934-.935v-1.373H17.5v.266c-.094-.177-.336-.302-.608-.302-.496 0-.822.384-.822.863 0 .478.326.86.822.86.326 0 .518-.163.59-.306v.014c0 .363-.188.608-.572.608a.912.912 0 0 1-.392-.09c-.08-.04-.187-.024-.234.053-.038.06-.027.14.034.179.162.103.38.163.632.163Zm.029-.97a.493.493 0 0 1-.5-.511c0-.295.218-.515.5-.515.282 0 .503.216.503.5 0 .31-.213.525-.503.525Zm1.935.478c.333 0 .764-.151.764-.569 0-.366-.347-.5-.68-.571-.16-.033-.308-.061-.308-.184 0-.093.134-.155.268-.155a.92.92 0 0 1 .312.052c.099.035.214 0 .258-.095a.167.167 0 0 0-.075-.223 1.11 1.11 0 0 0-.499-.107c-.315 0-.673.186-.673.535 0 .35.29.45.63.543.177.05.358.083.358.213 0 .125-.192.187-.355.187a.84.84 0 0 1-.374-.087c-.106-.052-.242-.022-.291.084-.033.07-.018.155.047.197.13.087.341.18.618.18Z",fill:"#7C52FF"}})])},c2=[],_2=t(o2,i2,c2,!1,null,null,null,null);const d2=_2.exports,v2={name:"IconBrandDialpad"};var u2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--brand-dialpad",attrs:{"aria-hidden":"true",role:"img","data-name":"Brand Dialpad",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.025 11.197V4.18a.077.077 0 0 0-.132-.053L8.91 7.204a5.095 5.095 0 0 0-7.08 4.693 5.095 5.095 0 0 0 5.096 5.094 5.096 5.096 0 0 0 5.049-4.394v7.019c0 .069.083.102.131.053l2.982-3.079c.61.258 1.28.4 1.984.4a5.095 5.095 0 0 0 5.096-5.093 5.095 5.095 0 0 0-5.096-5.093 5.096 5.096 0 0 0-5.048 4.393Z",fill:"#7C52FF"}})])},f2=[],h2=t(v2,u2,f2,!1,null,null,null,null);const m2=h2.exports,p2={name:"IconBriefcase"};var g2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--briefcase",attrs:{"aria-hidden":"true",role:"img","data-name":"Briefcase",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.94 1.44A1.5 1.5 0 0 1 5 1h2a1.5 1.5 0 0 1 1.5 1.5V3H10a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 11H2A1.5 1.5 0 0 1 .5 9.5v-5A1.5 1.5 0 0 1 2 3h1.5v-.5c0-.398.158-.78.44-1.06ZM3.5 4H2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h1.5V4Zm1 6V4h3v6h-3Zm4 0H10a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 4H8.5v6Zm-1-7h-3v-.5A.5.5 0 0 1 5 2h2a.5.5 0 0 1 .5.5V3Z","clip-rule":"evenodd"}})])},w2=[],$2=t(p2,g2,w2,!1,null,null,null,null);const Z2=$2.exports,x2={name:"IconBuilding2",created(){this.uniqueID=r("dt-icon")}};var M2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--building-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Building 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.285 1.519A1.19 1.19 0 0 0 8 1.5H4.5c-.067 0-.255 0-.442.004a7.218 7.218 0 0 0-.258.01l-.094.007H3.7a.238.238 0 0 0-.177.18l-.004.014A1.19 1.19 0 0 0 3.5 2v8.5h5V2c0-.144-.002-.223-.02-.294L8.478 1.7a.239.239 0 0 0-.179-.177l-.014-.004ZM9.5 5v5.5h.5a.5.5 0 0 0 .5-.5V5.5c0-.15-.003-.221-.019-.285a.282.282 0 0 0-.07-.131.272.272 0 0 0-.116-.062A1.2 1.2 0 0 0 10 5h-.5Zm0-1V1.984c0-.126 0-.318-.05-.517a1.239 1.239 0 0 0-.922-.918A2.055 2.055 0 0 0 8.017.5H4.5c-.068 0-.266 0-.465.005-.1.002-.204.005-.295.01a1.239 1.239 0 0 0-1.191.956A2.055 2.055 0 0 0 2.5 2v3.5h-.517c-.125 0-.32 0-.518.051a1.28 1.28 0 0 0-.589.33 1.274 1.274 0 0 0-.33.607 2.2 2.2 0 0 0-.046.52V10c0 .826.674 1.5 1.5 1.5h8a1.5 1.5 0 0 0 1.5-1.5V5.483c0-.13 0-.32-.051-.518a1.28 1.28 0 0 0-.33-.589 1.274 1.274 0 0 0-.607-.33A2.2 2.2 0 0 0 9.992 4H9.5Zm-7 2.5H2a1.19 1.19 0 0 0-.285.019.282.282 0 0 0-.131.07.271.271 0 0 0-.062.116A1.2 1.2 0 0 0 1.5 7v3c0 .274.226.5.5.5h.5v-4Zm2-3.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},C2=[],A2=t(x2,M2,C2,!1,null,null,null,null);const H2=A2.exports,I2={name:"IconBuilding"};var V2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--building",attrs:{"aria-hidden":"true",role:"img","data-name":"Building",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h1V9a.5.5 0 0 1 .5-.5h3A.5.5 0 0 1 8 9v1.5h1a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3Zm6 10a1.5 1.5 0 0 0 1.5-1.5V2A1.5 1.5 0 0 0 9 .5H3A1.5 1.5 0 0 0 1.5 2v8A1.5 1.5 0 0 0 3 11.5h6Zm-2-1v-1H5v1h2ZM3.5 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},F2=[],b2=t(I2,V2,F2,!1,null,null,null,null);const B2=b2.exports,D2={name:"IconBullet"};var R2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bullet",attrs:{"aria-hidden":"true",role:"img","data-name":"Bullet",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M7 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",fill:"currentColor"}})])},L2=[],q2=t(D2,R2,L2,!1,null,null,null,null);const k2=q2.exports,y2={name:"IconBullhorn"};var S2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--bullhorn",attrs:{"aria-hidden":"true",role:"img","data-name":"Bullhorn",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M20.333 2H3.667C2.747 2 2 2.746 2 3.667v16.666C2 21.253 2.746 22 3.667 22h16.666c.92 0 1.667-.746 1.667-1.667V3.667C22 2.747 21.254 2 20.333 2Z",fill:"#F76834"}}),a("path",{attrs:{d:"M3 6.961c0 .215.135.996 2.89 1.13-.083.35-.239.677-.458.96a1.175 1.175 0 0 0 .376 1.589 16.34 16.34 0 0 0 2.001-.162c1.176.467 2.414 2.782 2.692 2.97 1.032 1.211 3.59 1.283 3.59 1.283a.539.539 0 0 1 .493.512c.077.345.259.658.52.897 0 0 .314 0 .512.619.197.62 1.247.547 1.247.547s.897-.628 0-1.067h-.135a.69.69 0 0 1-.395-.153 1.041 1.041 0 0 0-.34-.61c-.144-.305.26-.503.26-.503l.79-.502a.314.314 0 0 0 .152-.251c.005-.367.038-.733.098-1.095 0 0 0 .287.045.547.115.602.431 1.146.897 1.544.113.27.241.534.386.79a.84.84 0 0 1 .099.215c.08.287.27.897.27 1.04 0 .144 0 1.113.17 1.248a.45.45 0 0 0 .43 0l.09-.252.135.135.278-.206a1.059 1.059 0 0 0-.26-.942c-.314-.386-.386-.602-.377-.673a.116.116 0 0 0 0-.054v-.844a.592.592 0 0 0-.081-.233.37.37 0 0 0-.09-.08.116.116 0 0 1-.045-.1 9.25 9.25 0 0 0 .09-1.56s-.054-.108 0-.144c.054-.036.063 0 .09-.045a.816.816 0 0 0 1.014-.072h.305s.466-.26.152-.547v-.153l-.18-.054-.591.7-.314.045-.368-.251a4.164 4.164 0 0 1-.386-1.256 1.237 1.237 0 0 0-.511-.817.7.7 0 0 0-.063-.466.718.718 0 0 0-.126-.162 3.742 3.742 0 0 0-1.04-.682 19.362 19.362 0 0 0-1.867-.664l-.17.153.332 1.588h-.054a6.282 6.282 0 0 0-.844-1.938 2.853 2.853 0 0 0-1.965-.897s0-.458-1.65-.557l-.046-.412h-.376l-.09-.108.323-.287V6.62h-.754s1.23-.78 1.256-1.059a.807.807 0 0 0 0-.413c-.125-.314-.556-.376-1.031-.502A7.322 7.322 0 0 1 8.787 4h-.08v.206l.529.368 1.005.601v.117l-.718.404-.475.188a1.04 1.04 0 0 0-.736-.098 1.095 1.095 0 0 0-.71.592h-.61l-.466.26a.538.538 0 0 1-.18.296.61.61 0 0 1-.268.135h-.216l-.69.152H4.48a1.337 1.337 0 0 1-.421-.063L3.054 6.79 3 6.961Z",fill:"#fff"}}),a("path",{attrs:{d:"M11.632 14.516a3.167 3.167 0 0 0 2.225 1.723c.212.166.371.39.457.646.245.156.439.38.557.646.116.367.448.655.457 1.005a1.8 1.8 0 0 0 .126.61s.466.197.511 0a.458.458 0 0 0 0-.296s.108.17.189.17c.08 0 .404-.108.386-.206a3.586 3.586 0 0 0-.449-.996 7.92 7.92 0 0 0-.897-.96 3.908 3.908 0 0 1-.198-.548 5.023 5.023 0 0 0-.834-1.256l-2.001-.35-.53-.188Z",fill:"#fff"}})])},z2=[],P2=t(y2,S2,z2,!1,null,null,null,null);const U2=P2.exports,O2={name:"IconCalculator"};var E2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calculator",attrs:{"aria-hidden":"true",role:"img","data-name":"Calculator",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3ZM1.5 2A1.5 1.5 0 0 1 3 .5h6A1.5 1.5 0 0 1 10.5 2v8A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2Zm2 1a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM8 6.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM3.5 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},G2=[],T2=t(O2,E2,G2,!1,null,null,null,null);const W2=T2.exports,j2={name:"IconCalendarCheck2"};var N2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-check-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Check 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 .5a.5.5 0 0 1 .5.5v.5h3V1a.5.5 0 0 1 1 0v.5h1A1.5 1.5 0 0 1 11 3v4a.5.5 0 0 1-1 0V5.5H2V10a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3a1.5 1.5 0 0 1 1.5-1.5h1V1A.5.5 0 0 1 4 .5Zm-.5 2h-1A.5.5 0 0 0 2 3v1.5h8V3a.5.5 0 0 0-.5-.5h-1V3a.5.5 0 0 1-1 0v-.5h-3V3a.5.5 0 0 1-1 0v-.5Zm7.854 6.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},Q2=[],X2=t(j2,N2,Q2,!1,null,null,null,null);const J2=X2.exports,K2={name:"IconCalendarCheck"};var Y2=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-7ZM1 3a1.5 1.5 0 0 1 1.5-1.5h7A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.854 1.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},at=[],et=t(K2,Y2,at,!1,null,null,null,null);const lt=et.exports,tt={name:"IconCalendarClock"};var rt=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-clock",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Clock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v.75a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h1.75a.5.5 0 0 1 0 1H2.5A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 5Zm7 1.5a.5.5 0 0 1 .5.5v.89l.57.476a.5.5 0 1 1-.64.768l-.75-.625a.5.5 0 0 1-.18-.384V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-2.475.025a3.5 3.5 0 1 1 4.95 4.95 3.5 3.5 0 0 1-4.95-4.95Z","clip-rule":"evenodd"}})])},nt=[],st=t(tt,rt,nt,!1,null,null,null,null);const ot=st.exports,it={name:"IconCalendarDays"};var ct=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-days",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Days",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-7ZM1 3a1.5 1.5 0 0 1 1.5-1.5h7A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm2.5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},_t=[],dt=t(it,ct,_t,!1,null,null,null,null);const vt=dt.exports,ut={name:"IconCalendarHeart"};var ft=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-heart",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Heart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v2a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7c0 .274.226.5.5.5H6a.5.5 0 0 1 0 1H2.5c-.826 0-1.5-.674-1.5-1.5V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm8.13 1.627a1.715 1.715 0 0 1 1.868.369c.016.016.03.033.044.05.645.687.62 1.767-.137 2.531l-.004.004-1.8 1.775a.5.5 0 0 1-.703 0L6.6 9.577c-.772-.778-.79-1.89-.098-2.576a1.715 1.715 0 0 1 2.245-.157c.118-.088.246-.161.384-.217Zm.796.883a.715.715 0 0 0-.413.041l-.007.003a.69.69 0 0 0-.232.155l-.17.17a.5.5 0 0 1-.702.005l-.181-.176a.715.715 0 0 0-.78-.156l-.005.002a.67.67 0 0 0-.227.155l-.002.001c-.257.254-.324.73.101 1.161l1.442 1.426 1.447-1.426c.423-.428.355-.904.096-1.16a.512.512 0 0 1-.032-.036.715.715 0 0 0-.335-.165Z","clip-rule":"evenodd"}})])},ht=[],mt=t(ut,ft,ht,!1,null,null,null,null);const pt=mt.exports,gt={name:"IconCalendarMinus"};var wt=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.5 4.5A.5.5 0 0 1 8 9h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},$t=[],Zt=t(gt,wt,$t,!1,null,null,null,null);const xt=Zt.exports,Mt={name:"IconCalendarOff",created(){this.uniqueID=r("dt-icon")}};var Ct=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.546 1.885a.5.5 0 0 1-.251.661.5.5 0 0 0-.295.455V10a.5.5 0 0 0 .5.5h6.999a.501.501 0 0 0 .455-.295.5.5 0 0 1 .912.41 1.5 1.5 0 0 1-1.365.885H2.5A1.5 1.5 0 0 1 1 10V2.999a1.5 1.5 0 0 1 .885-1.365.5.5 0 0 1 .661.251ZM4.25 2a.5.5 0 0 1 .5-.5H9.5A1.5 1.5 0 0 1 11 3v4.75a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5H4.75a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5ZM1 5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 5Zm6.25 0a.5.5 0 0 1 .5-.5h2.75a.5.5 0 0 1 0 1H7.75a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},At=[],Ht=t(Mt,Ct,At,!1,null,null,null,null);const It=Ht.exports,Vt={name:"IconCalendarPlus"};var Ft=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm8.5 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 9.5A.5.5 0 0 1 8 9h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},bt=[],Bt=t(Vt,Ft,bt,!1,null,null,null,null);const Dt=Bt.exports,Rt={name:"IconCalendarRange"};var Lt=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-range",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Range",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-7ZM1 3a1.5 1.5 0 0 1 1.5-1.5h7A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm4 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 5 7ZM3 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 3 9Zm0-2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 7Zm5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5A.5.5 0 0 1 8 9Z","clip-rule":"evenodd"}})])},qt=[],kt=t(Rt,Lt,qt,!1,null,null,null,null);const yt=kt.exports,St={name:"IconCalendarSearch"};var zt=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-search",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Search",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7c0 .274.226.5.5.5h3.75a.5.5 0 0 1 0 1H2.5c-.826 0-1.5-.674-1.5-1.5V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.586 2.586a2 2 0 1 1 2.828 2.828 2 2 0 0 1-2.828-2.828ZM9 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.896 9.896a.5.5 0 0 1 .708 0l.75.75a.5.5 0 0 1-.708.708l-.75-.75a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Pt=[],Ut=t(St,zt,Pt,!1,null,null,null,null);const Ot=Ut.exports,Et={name:"IconCalendarX"};var Gt=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar-x",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar X",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm7.146 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M11.354 8.146a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},Tt=[],Wt=t(Et,Gt,Tt,!1,null,null,null,null);const jt=Wt.exports,Nt={name:"IconCalendar"};var Qt=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--calendar",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 .5a.5.5 0 0 1 .5.5v.5h3V1a.5.5 0 0 1 1 0v.5h1A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3a1.5 1.5 0 0 1 1.5-1.5h1V1A.5.5 0 0 1 4 .5Zm-.5 2h-1A.5.5 0 0 0 2 3v1.5h8V3a.5.5 0 0 0-.5-.5h-1V3a.5.5 0 0 1-1 0v-.5h-3V3a.5.5 0 0 1-1 0v-.5Zm6.5 3H2V10a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V5.5Z","clip-rule":"evenodd"}})])},Xt=[],Jt=t(Nt,Qt,Xt,!1,null,null,null,null);const Kt=Jt.exports,Yt={name:"IconCallAbandoned",created(){this.uniqueID=r("dt-icon")}};var ar=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--call-abandoned",attrs:{"aria-hidden":"true",role:"img","data-name":"Call Abandoned",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 2.957V4a.5.5 0 0 1-1 0V1.75a.5.5 0 0 1 .5-.5h2.25a.5.5 0 0 1 0 1H4.706L6.5 4.043l1.896-1.897a.5.5 0 0 1 .707.707l-2.25 2.25a.5.5 0 0 1-.707 0L4 2.957Zm4.09 3.924a7.222 7.222 0 0 0-3.195 0h-.004a7.41 7.41 0 0 0-3.116 1.505.317.317 0 0 0-.11.231.331.331 0 0 0 .093.244l.002.001.862.877a.296.296 0 0 0 .397.035 5.652 5.652 0 0 1 1.094-.667l.001-.001a.31.31 0 0 0 .131-.115.329.329 0 0 0 .051-.174v-.733a.5.5 0 0 1 .365-.482 6.838 6.838 0 0 1 3.686 0 .5.5 0 0 1 .365.482v.733c0 .063.019.123.051.174a.31.31 0 0 0 .13.115h.002c.388.18.755.405 1.094.669a.296.296 0 0 0 .393-.032l.004-.004.854-.868a.321.321 0 0 0 .091-.243.329.329 0 0 0-.11-.23 7.41 7.41 0 0 0-3.127-1.516l-.004-.001Zm.219-.976a8.222 8.222 0 0 0-3.632 0 8.41 8.41 0 0 0-3.54 1.71l-.006.006a1.317 1.317 0 0 0-.465.954 1.331 1.331 0 0 0 .381.989h.001l.849.864a1.3 1.3 0 0 0 1.731.14l.004-.003c.28-.218.582-.403.901-.551a1.31 1.31 0 0 0 .555-.485c.135-.212.207-.457.208-.707v-.346a5.836 5.836 0 0 1 2.416 0v.346a1.326 1.326 0 0 0 .763 1.192l.21-.454-.211.454c.32.148.623.333.902.551l.004.003a1.296 1.296 0 0 0 1.72-.13l.853-.866a1.321 1.321 0 0 0 .377-.989 1.329 1.329 0 0 0-.464-.95l-.006-.005a8.41 8.41 0 0 0-3.55-1.723Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"translate(.5)"}})])])])},er=[],lr=t(Yt,ar,er,!1,null,null,null,null);const tr=lr.exports,rr={name:"IconCallMerge"};var nr=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--call-merge",attrs:{"aria-hidden":"true",role:"img","data-name":"Call Merge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.647 1.646a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.708L6.5 3.207v2.465a2.5 2.5 0 0 1-.732 1.767l-2.914 2.915a.5.5 0 0 1-.707-.708L5.06 6.732a1.5 1.5 0 0 0 .44-1.06V3.207l-.647.647a.5.5 0 1 1-.707-.708l1.5-1.5Zm1.5 6a.5.5 0 0 1 .707 0l2 2a.5.5 0 1 1-.707.708l-2-2a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},sr=[],or=t(rr,nr,sr,!1,null,null,null,null);const ir=or.exports,cr={name:"IconCallRejected"};var _r=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--call-rejected",attrs:{"aria-hidden":"true",role:"img","data-name":"Call Rejected",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.603 2.146a.5.5 0 0 1 0 .707l-.771.771.771.772a.5.5 0 1 1-.707.707l-.771-.771-.771.771a.5.5 0 1 1-.708-.707l.772-.771-.772-.772a.5.5 0 1 1 .707-.707l.772.771.771-.771a.5.5 0 0 1 .707 0ZM.563 8.199c.839-.665 2.854-1.997 5.6-1.996A7.972 7.972 0 0 1 11.5 8.227c.445.404.395 1.052.018 1.43l-.724.723a1.043 1.043 0 0 1-1.274.157l-1.072-.643a1.043 1.043 0 0 1-.502-.988l.13-1.443a7.086 7.086 0 0 0-1.914-.26 7.6 7.6 0 0 0-2.085.294V8.98a1.04 1.04 0 0 1-.505.895l-1.104.663c-.41.247-.936.182-1.275-.156l.354-.354-.354.354-.698-.699C.093 9.281.072 8.59.564 8.2Zm2.514-.344a8.528 8.528 0 0 0-1.879 1.117.046.046 0 0 0 .004.004L.85 9.33l.353-.354.698.698a.043.043 0 0 0 .053.007l1.104-.664a.043.043 0 0 0 .02-.036V7.855Zm5.972-.04-.107 1.18a.043.043 0 0 0 .02.041l1.073.644c.017.01.038.007.052-.007l.723-.722a6.865 6.865 0 0 0-1.761-1.135Z",fill:"currentColor"}})])},dr=[],vr=t(cr,_r,dr,!1,null,null,null,null);const ur=vr.exports,fr={name:"IconCameraOff",created(){this.uniqueID=r("dt-icon")}};var hr=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--camera-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Camera Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-.853-.854H2A1.5 1.5 0 0 1 .5 9V4.5A1.5 1.5 0 0 1 2 3h.293L.646 1.354a.5.5 0 0 1 0-.708ZM3.293 4H2a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h6.793L7.309 8.016a2 2 0 0 1-2.825-2.824L3.293 4Zm1.9 1.9A1 1 0 0 0 6.6 7.308L5.193 5.901ZM4.25 2a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .384.18L8.734 3H10a1.5 1.5 0 0 1 1.5 1.5v3.75a.5.5 0 0 1-1 0V4.5A.5.5 0 0 0 10 4H8.5a.5.5 0 0 1-.384-.18l-1.1-1.32H4.75a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},mr=[],pr=t(fr,hr,mr,!1,null,null,null,null);const gr=pr.exports,wr={name:"IconCameraTracking"};var $r=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--camera-tracking",attrs:{"aria-hidden":"true",role:"img","data-name":"Camera Tracking",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM6 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-.268 2.982A2.5 2.5 0 0 1 5.5 6.25h1A2.5 2.5 0 0 1 9 8.75a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-1.5-1.5h-1A1.5 1.5 0 0 0 4 8.75a.5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768ZM1.5 8a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Zr=[],xr=t(wr,$r,Zr,!1,null,null,null,null);const Mr=xr.exports,Cr={name:"IconCamera"};var Ar=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--camera",attrs:{"aria-hidden":"true",role:"img","data-name":"Camera",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.366 1.68a.5.5 0 0 1 .384-.18h2.5a.5.5 0 0 1 .384.18L8.734 3H10a1.5 1.5 0 0 1 1.5 1.5V9a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V4.5A1.5 1.5 0 0 1 2 3h1.266l1.1-1.32Zm.618.82-1.1 1.32A.5.5 0 0 1 3.5 4H2a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4.5A.5.5 0 0 0 10 4H8.5a.5.5 0 0 1-.384-.18l-1.1-1.32H4.984ZM6 5.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}})])},Hr=[],Ir=t(Cr,Ar,Hr,!1,null,null,null,null);const Vr=Ir.exports,Fr={name:"IconCast"};var br=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cast",attrs:{"aria-hidden":"true",role:"img","data-name":"Cast",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0V3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v6a1.5 1.5 0 0 1-1.5 1.5H7a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.503 5.947a.5.5 0 0 1 .55-.444 5 5 0 0 1 4.444 4.444.5.5 0 0 1-.994.106A4 4 0 0 0 .947 6.497a.5.5 0 0 1-.444-.55Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.508 7.908a.5.5 0 0 1 .584-.4 3 3 0 0 1 2.4 2.4.5.5 0 0 1-.984.184 2 2 0 0 0-1.6-1.6.5.5 0 0 1-.4-.584ZM.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Br=[],Dr=t(Fr,br,Br,!1,null,null,null,null);const Rr=Dr.exports,Lr={name:"IconCheckCircleFilled",created(){this.uniqueID=r("dt-icon")}};var qr=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--check-circle-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Check Circle Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm7.354-1.354a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},kr=[],yr=t(Lr,qr,kr,!1,null,null,null,null);const Sr=yr.exports,zr={name:"IconCheckCircle",created(){this.uniqueID=r("dt-icon")}};var Pr=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--check-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Check Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Zm1.854 3.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Ur=[],Or=t(zr,Pr,Ur,!1,null,null,null,null);const Er=Or.exports,Gr={name:"IconCheck"};var Tr=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--check",attrs:{"aria-hidden":"true",role:"img","data-name":"Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.354 2.646a.5.5 0 0 1 0 .708l-5.5 5.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 1 1 .708-.708L4.5 7.793l5.146-5.147a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},Wr=[],jr=t(Gr,Tr,Wr,!1,null,null,null,null);const Nr=jr.exports,Qr={name:"IconChevronDown"};var Xr=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevron-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.646 4.146a.5.5 0 0 1 .708 0L6 6.793l2.646-2.647a.5.5 0 1 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Jr=[],Kr=t(Qr,Xr,Jr,!1,null,null,null,null);const Yr=Kr.exports,an={name:"IconChevronFirst"};var en=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevron-first",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron First",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.854 2.646a.5.5 0 0 1 0 .708L6.207 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0ZM3.5 2.5A.5.5 0 0 1 4 3v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},ln=[],tn=t(an,en,ln,!1,null,null,null,null);const rn=tn.exports,nn={name:"IconChevronLast"};var sn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevron-last",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Last",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L5.793 6 3.146 3.354a.5.5 0 0 1 0-.708ZM8.5 2.5A.5.5 0 0 1 9 3v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},on=[],cn=t(nn,sn,on,!1,null,null,null,null);const _n=cn.exports,dn={name:"IconChevronLeft"};var vn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevron-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 2.646a.5.5 0 0 1 0 .708L5.207 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},un=[],fn=t(dn,vn,un,!1,null,null,null,null);const hn=fn.exports,mn={name:"IconChevronRight"};var pn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevron-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.146 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L6.793 6 4.146 3.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},gn=[],wn=t(mn,pn,gn,!1,null,null,null,null);const $n=wn.exports,Zn={name:"IconChevronUp"};var xn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevron-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708L6 5.207 3.354 7.854a.5.5 0 1 1-.708-.708l3-3Z","clip-rule":"evenodd"}})])},Mn=[],Cn=t(Zn,xn,Mn,!1,null,null,null,null);const An=Cn.exports,Hn={name:"IconChevronsDownUp"};var In=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-down-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Down Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 7.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708L6 8.207l-2.146 2.147a.5.5 0 0 1-.708-.708l2.5-2.5Zm-2.5-5.5a.5.5 0 0 1 .708 0L6 3.793l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Vn=[],Fn=t(Hn,In,Vn,!1,null,null,null,null);const bn=Fn.exports,Bn={name:"IconChevronsDown"};var Dn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 6.146a.5.5 0 0 1 .708 0L6 8.293l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 2.646a.5.5 0 0 1 .708 0L6 4.793l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Rn=[],Ln=t(Bn,Dn,Rn,!1,null,null,null,null);const qn=Ln.exports,kn={name:"IconChevronsLeftRight"};var yn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-left-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Left Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 3.146a.5.5 0 0 1 0 .708L2.707 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Zm2.292 0a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 6 7.146 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Sn=[],zn=t(kn,yn,Sn,!1,null,null,null,null);const Pn=zn.exports,Un={name:"IconChevronsLeft"};var On=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.854 3.146a.5.5 0 0 1 0 .708L3.707 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.354 3.146a.5.5 0 0 1 0 .708L7.207 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},En=[],Gn=t(Un,On,En,!1,null,null,null,null);const Tn=Gn.exports,Wn={name:"IconChevronsRightLeft"};var jn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-right-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Right Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.354 3.146a.5.5 0 0 1 0 .708L8.207 6l2.147 2.146a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Zm-8.708 0a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L3.793 6 1.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Nn=[],Qn=t(Wn,jn,Nn,!1,null,null,null,null);const Xn=Qn.exports,Jn={name:"IconChevronsRight"};var Kn=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.146 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L8.293 6 6.146 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.646 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L4.793 6 2.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Yn=[],as=t(Jn,Kn,Yn,!1,null,null,null,null);const es=as.exports,ls={name:"IconChevronsUpDown"};var ts=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-up-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Up Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 7.146a.5.5 0 0 1 .708 0L6 9.293l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Zm2.5-5.5a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 2.707 3.854 4.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}})])},rs=[],ns=t(ls,ts,rs,!1,null,null,null,null);const ss=ns.exports,os={name:"IconChevronsUp"};var is=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--chevrons-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 2.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 3.707 3.854 5.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 6.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 7.207 3.854 9.354a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}})])},cs=[],_s=t(os,is,cs,!1,null,null,null,null);const ds=_s.exports,vs={name:"IconCircleHalfFilled"};var us=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--circle-half-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Circle Half Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor",d:"M6 10.5a4.5 4.5 0 0 1 0-9v9Z"}})])},fs=[],hs=t(vs,us,fs,!1,null,null,null,null);const ms=hs.exports,ps={name:"IconCircleSlashed"};var gs=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--circle-slashed",attrs:{"aria-hidden":"true",role:"img","data-name":"Circle Slashed",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 2.174a3.826 3.826 0 0 0-3.036 6.155L8.33 2.964A3.81 3.81 0 0 0 6 2.174Zm3.041.078a4.826 4.826 0 0 0-6.789 6.789l-.931.932a.5.5 0 1 0 .707.707l.931-.932a4.826 4.826 0 0 0 6.789-6.789l.932-.932a.5.5 0 0 0-.707-.707l-.932.932Zm-.005 1.42L3.671 9.035A3.826 3.826 0 0 0 9.036 3.67Z",fill:"currentColor"}})])},ws=[],$s=t(ps,gs,ws,!1,null,null,null,null);const Zs=$s.exports,xs={name:"IconClipboardCheck"};var Ms=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 5.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},Cs=[],As=t(xs,Ms,Cs,!1,null,null,null,null);const Hs=As.exports,Is={name:"IconClipboardCopy"};var Vs=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-copy",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Copy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.94 1.94A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V9a.5.5 0 0 1 1 0v1A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3c0-.398.158-.78.44-1.06ZM7.5 2a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 10.5 3v2a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 7a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 4.646a.5.5 0 0 1 0 .708L6.207 7l1.647 1.646a.5.5 0 1 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},Fs=[],bs=t(Is,Vs,Fs,!1,null,null,null,null);const Bs=bs.exports,Ds={name:"IconClipboardEdit"};var Rs=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-edit",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Edit",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1ZM5.953 6.497a.55.55 0 0 0-.39.161L2.947 9.28l-.258 1.03 1.031-.261 2.622-2.613a.552.552 0 0 0-.178-.897.55.55 0 0 0-.21-.042Zm-.594-.882a1.55 1.55 0 0 1 1.69 2.529l-2.721 2.71a.5.5 0 0 1-.23.13l-1.975.5a.5.5 0 0 1-.608-.606l.495-1.975a.5.5 0 0 1 .131-.231l2.715-2.72c.144-.144.315-.259.503-.337Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 2a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H6.25a.5.5 0 0 1 0-1H9a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1-.5-.5ZM3 2.5a.5.5 0 0 0-.5.5v3.75a.5.5 0 0 1-1 0V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}})])},Ls=[],qs=t(Ds,Rs,Ls,!1,null,null,null,null);const ks=qs.exports,ys={name:"IconClipboardList"};var Ss=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-list",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard List",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 5.5A.5.5 0 0 1 6 5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm-2-2.5A.5.5 0 0 1 4 5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},zs=[],Ps=t(ys,Ss,zs,!1,null,null,null,null);const Us=Ps.exports,Os={name:"IconClipboardSignature"};var Es=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-signature",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Signature",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.94 1.94A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-.25a.5.5 0 0 1 1 0V10A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3c0-.398.158-.78.44-1.06ZM7.5 2a.5.5 0 0 1 .5-.5h1a1.502 1.502 0 0 1 1.298.75.5.5 0 0 1-.866.5A.5.5 0 0 0 9 2.5H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.953 4.997a.55.55 0 0 0-.39.161L7.447 7.28l-.258 1.03 1.031-.261 2.123-2.113a.553.553 0 0 0 0-.777.55.55 0 0 0-.39-.162Zm-.594-.882a1.55 1.55 0 0 1 1.69 2.529h-.001l-2.22 2.21a.5.5 0 0 1-.23.13l-1.975.5a.5.5 0 0 1-.608-.606l.495-1.975a.5.5 0 0 1 .131-.231l2.215-2.22c.144-.144.315-.259.503-.337ZM3.5 9a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Gs=[],Ts=t(Os,Es,Gs,!1,null,null,null,null);const Ws=Ts.exports,js={name:"IconClipboardType"};var Ns=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-type",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Type",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0H5a.5.5 0 0 1-1 0v-.5Zm1 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 5Z","clip-rule":"evenodd"}})])},Qs=[],Xs=t(js,Ns,Qs,!1,null,null,null,null);const Js=Xs.exports,Ks={name:"IconClipboardX"};var Ys=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard-x",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard X",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.146 5.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},a3=[],e3=t(Ks,Ys,a3,!1,null,null,null,null);const l3=e3.exports,t3={name:"IconClipboard"};var r3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clipboard",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}})])},n3=[],s3=t(t3,r3,n3,!1,null,null,null,null);const o3=s3.exports,i3={name:"IconClock1",created(){this.uniqueID=r("dt-icon")}};var c3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-1",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v1.257l.326-.522a.5.5 0 0 1 .848.53l-1.25 2A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},_3=[],d3=t(i3,c3,_3,!1,null,null,null,null);const v3=d3.exports,u3={name:"IconClock10",created(){this.uniqueID=r("dt-icon")}};var f3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-10",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 10",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.724.447l-2-1a.5.5 0 1 1 .448-.894L5.5 5.19V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},h3=[],m3=t(u3,f3,h3,!1,null,null,null,null);const p3=m3.exports,g3={name:"IconClock11",created(){this.uniqueID=r("dt-icon")}};var w3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-11",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 11",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.924.265l-1.25-2a.5.5 0 1 1 .848-.53l.326.522V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},$3=[],Z3=t(g3,w3,$3,!1,null,null,null,null);const x3=Z3.exports,M3={name:"IconClock12",created(){this.uniqueID=r("dt-icon")}};var C3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-12",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 12",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},A3=[],H3=t(M3,C3,A3,!1,null,null,null,null);const I3=H3.exports,V3={name:"IconClock2",created(){this.uniqueID=r("dt-icon")}};var F3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.191l1.276-.638a.5.5 0 1 1 .448.894l-2 1A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},b3=[],B3=t(V3,F3,b3,!1,null,null,null,null);const D3=B3.exports,R3={name:"IconClock3",created(){this.uniqueID=r("dt-icon")}};var L3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-3",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.5h1.75a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},q3=[],k3=t(R3,L3,q3,!1,null,null,null,null);const y3=k3.exports,S3={name:"IconClock4",created(){this.uniqueID=r("dt-icon")}};var z3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-4",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.691l1.724.862a.5.5 0 1 1-.448.894l-2-1A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},P3=[],U3=t(S3,z3,P3,!1,null,null,null,null);const O3=U3.exports,E3={name:"IconClock5",created(){this.uniqueID=r("dt-icon")}};var G3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-5",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 5",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.857l1.174 1.878a.5.5 0 0 1-.848.53l-1.25-2A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},T3=[],W3=t(E3,G3,T3,!1,null,null,null,null);const j3=W3.exports,N3={name:"IconClock6",created(){this.uniqueID=r("dt-icon")}};var Q3=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-6",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 6",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v5.25a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},X3=[],J3=t(N3,Q3,X3,!1,null,null,null,null);const K3=J3.exports,Y3={name:"IconClock7",created(){this.uniqueID=r("dt-icon")}};var a4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-7",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 7",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.076.265l-1.25 2a.5.5 0 0 1-.848-.53L5.5 5.857V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},e4=[],l4=t(Y3,a4,e4,!1,null,null,null,null);const t4=l4.exports,r4={name:"IconClock8",created(){this.uniqueID=r("dt-icon")}};var n4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-8",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 8",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.276.447l-2 1a.5.5 0 1 1-.448-.894L5.5 5.69V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},s4=[],o4=t(r4,n4,s4,!1,null,null,null,null);const i4=o4.exports,c4={name:"IconClock9",created(){this.uniqueID=r("dt-icon")}};var _4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock-9",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 9",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H3.75a.5.5 0 0 1 0-1H5.5V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},d4=[],v4=t(c4,_4,d4,!1,null,null,null,null);const u4=v4.exports,f4={name:"IconClock",created(){this.uniqueID=r("dt-icon")}};var h4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clock",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.691l1.724.862a.5.5 0 1 1-.448.894l-2-1A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},m4=[],p4=t(f4,h4,m4,!1,null,null,null,null);const g4=p4.exports,w4={name:"IconClockify"};var $4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--clockify",attrs:{"aria-hidden":"true",role:"img","data-name":"Clockify",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.05 2.039a10.025 10.025 0 0 0-7.112 4.043c-2.584 3.493-2.584 8.34 0 11.833 2.078 2.81 5.491 4.364 8.88 4.043 1.265-.12 2.601-.488 3.598-.993l.385-.194-1.095-1.095-1.095-1.095-.702.213c-.625.19-.83.214-1.879.218-.912.003-1.3-.029-1.725-.142-1.317-.352-2.351-.946-3.295-1.892-.743-.745-1.197-1.423-1.557-2.326-.413-1.033-.482-1.427-.476-2.732.004-1.086.027-1.29.215-1.906.751-2.467 2.589-4.267 5.034-4.93.5-.137.85-.172 1.726-.174 1.072-.002 1.54.069 2.375.362l.257.09 1.057-1.054c.582-.58 1.057-1.078 1.057-1.105 0-.073-1.03-.52-1.715-.744-1.14-.372-2.722-.542-3.933-.42Z",fill:"#03A9F4"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m16.987 6.593-2.274 2.275.646.647.647.647L18.3 7.868l2.293-2.294-.624-.628c-.344-.346-.644-.629-.667-.629-.023 0-1.065 1.024-2.315 2.276Zm-4.698 3.802c-.37.132-.814.54-.96.883-.171.397-.137 1.105.07 1.47a1.605 1.605 0 0 0 2.468.408c.981-.861.604-2.474-.651-2.79-.429-.108-.551-.104-.927.03Zm3.09 4.004-.666.669 2.294 2.293 2.294 2.294.667-.667.667-.667-2.296-2.295-2.296-2.295-.665.668Z",fill:"currentColor"}})])},Z4=[],x4=t(w4,$4,Z4,!1,null,null,null,null);const M4=x4.exports,C4={name:"IconClose"};var A4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--close",attrs:{"aria-hidden":"true",role:"img","data-name":"Close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.646 2.646a.5.5 0 0 1 .708 0L6 5.293l2.646-2.647a.5.5 0 1 1 .708.708L6.707 6l2.647 2.646a.5.5 0 1 1-.708.708L6 6.707 3.354 9.354a.5.5 0 1 1-.708-.708L5.293 6 2.646 3.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},H4=[],I4=t(C4,A4,H4,!1,null,null,null,null);const V4=I4.exports,F4={name:"IconCloudCog"};var b4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-cog",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Cog",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.179 1.007A4 4 0 0 1 8.205 3.5h.552a2.75 2.75 0 0 1 1.527 5.011.5.5 0 1 1-.569-.822A1.75 1.75 0 0 0 8.746 4.5H7.85a.5.5 0 0 1-.48-.358A3 3 0 1 0 2.357 7.1a.5.5 0 1 1-.712.702A4 4 0 0 1 4.18 1.008Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 7.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 6a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 6 6Zm0 3.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V10a.5.5 0 0 1 .5-.5Zm1-1a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1h-.5a.5.5 0 0 1-.5-.5Zm-3.5 0A.5.5 0 0 1 4 8h.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm4.354-1.854a.5.5 0 0 1 0 .708l-.44.44a.5.5 0 1 1-.708-.708l.44-.44a.5.5 0 0 1 .708 0Zm-2.56 2.56a.5.5 0 0 1 0 .708l-.44.44a.5.5 0 0 1-.708-.708l.44-.44a.5.5 0 0 1 .708 0Zm1.412 0a.5.5 0 0 1 .708 0l.44.44a.5.5 0 0 1-.708.708l-.44-.44a.5.5 0 0 1 0-.708Zm-2.56-2.56a.5.5 0 0 1 .708 0l.44.44a.5.5 0 1 1-.708.708l-.44-.44a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},B4=[],D4=t(F4,b4,B4,!1,null,null,null,null);const R4=D4.exports,L4={name:"IconCloudDrizzle"};var q4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-drizzle",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Drizzle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21ZM4 9a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 4 9Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 6.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM8 9a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 8 9Zm0-2.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM6 10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 6 10Zm0-2.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},k4=[],y4=t(L4,q4,k4,!1,null,null,null,null);const S4=y4.exports,z4={name:"IconCloudFog"};var P4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-fog",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Fog",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 8.5a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5Zm1 2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},U4=[],O4=t(z4,P4,U4,!1,null,null,null,null);const E4=O4.exports,G4={name:"IconCloudHail"};var T4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-hail",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Hail",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 6.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm-4 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM7.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5ZM6 7.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5ZM5.5 11a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},W4=[],j4=t(G4,T4,W4,!1,null,null,null,null);const N4=j4.exports,Q4={name:"IconCloudLightning"};var X4=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-lightning",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Lightning",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.757 5.571a.5.5 0 0 1 .172.686L5.883 8H7a.5.5 0 0 1 .429.757l-1.5 2.5a.5.5 0 0 1-.858-.514L6.117 9H5a.5.5 0 0 1-.429-.757l1.5-2.5a.5.5 0 0 1 .686-.172Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}})])},J4=[],K4=t(Q4,X4,J4,!1,null,null,null,null);const Y4=K4.exports,ao={name:"IconCloudMoonRain"};var eo=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-moon-rain",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Moon Rain",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.016 2.702a2.5 2.5 0 0 0-1.482 1.881.5.5 0 1 1-.985-.166A3.501 3.501 0 0 1 7.999 1.5a.5.5 0 0 1 .36.849 1.622 1.622 0 0 0 2.292 2.293A.5.5 0 0 1 11.5 5a3.498 3.498 0 0 1-1.75 3.031.5.5 0 1 1-.5-.865c.466-.27.836-.685 1.05-1.183a2.621 2.621 0 0 1-3.284-3.281Zm-3.464 3.8A2 2 0 0 0 1.9 9.7a.5.5 0 0 1-.8.6 3 3 0 1 1 5.229-2.8h.17m-.999 2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},lo=[],to=t(ao,eo,lo,!1,null,null,null,null);const ro=to.exports,no={name:"IconCloudMoon"};var so=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-moon",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Moon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.98 6.558A2 2 0 1 0 3.5 10.5h3a1 1 0 0 0 0-2h-.55a.5.5 0 0 1-.49-.4 2 2 0 0 0-1.48-1.542Zm-1.43-.904A3 3 0 0 1 6.33 7.5h.17a2 2 0 1 1 0 4h-3a3 3 0 0 1-.95-5.846Zm4.466-2.952a2.5 2.5 0 0 0-1.482 1.881.5.5 0 1 1-.985-.166A3.501 3.501 0 0 1 7.999 1.5a.5.5 0 0 1 .36.849 1.622 1.622 0 0 0 2.292 2.293A.5.5 0 0 1 11.5 5a3.498 3.498 0 0 1-1.75 3.031.5.5 0 1 1-.5-.865c.466-.27.836-.685 1.05-1.183a2.621 2.621 0 0 1-3.284-3.281Z","clip-rule":"evenodd"}})])},oo=[],io=t(no,so,oo,!1,null,null,null,null);const co=io.exports,_o={name:"IconCloudOff",created(){this.uniqueID=r("dt-icon")}};var vo=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M3.335 2.661a.5.5 0 0 1-.214.674A3 3 0 0 0 4.5 9h4.25c.172 0 .344-.025.509-.075a.5.5 0 1 1 .29.957 2.75 2.75 0 0 1-.8.118H4.5a4 4 0 0 1-1.839-7.553.5.5 0 0 1 .674.214Zm1.17-.198a.5.5 0 0 1 .567-.423A4.004 4.004 0 0 1 8.209 4.5h.54a2.75 2.75 0 0 1 2.465 3.972.5.5 0 1 1-.896-.444A1.75 1.75 0 0 0 8.75 5.5h-.895a.5.5 0 0 1-.48-.357A3.004 3.004 0 0 0 4.929 3.03a.5.5 0 0 1-.423-.567Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},uo=[],fo=t(_o,vo,uo,!1,null,null,null,null);const ho=fo.exports,mo={name:"IconCloudRainWind"};var po=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-rain-wind",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Rain Wind",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.297 7.04a.5.5 0 0 1 .263.657l-1.5 3.5a.5.5 0 1 1-.92-.394l1.5-3.5a.5.5 0 0 1 .657-.263Zm-1.6-1a.5.5 0 0 1 .263.657l-1.5 3.5a.5.5 0 1 1-.92-.394l1.5-3.5a.5.5 0 0 1 .657-.263Zm4 0a.5.5 0 0 1 .263.657l-1.5 3.5a.5.5 0 1 1-.92-.394l1.5-3.5a.5.5 0 0 1 .657-.263Z","clip-rule":"evenodd"}})])},go=[],wo=t(mo,po,go,!1,null,null,null,null);const $o=wo.exports,Zo={name:"IconCloudRain"};var xo=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-rain",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Rain",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 6.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm-4 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm2 1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Mo=[],Co=t(Zo,xo,Mo,!1,null,null,null,null);const Ao=Co.exports,Ho={name:"IconCloudSnow"};var Io=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-snow",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Snow",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 7.5A.5.5 0 0 1 4 7h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 4 9h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2-1A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 6 10h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2-3A.5.5 0 0 1 8 7h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 8 9h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Vo=[],Fo=t(Ho,Io,Vo,!1,null,null,null,null);const bo=Fo.exports,Bo={name:"IconCloudSunRain",created(){this.uniqueID=r("dt-icon")}};var Do=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-sun-rain",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Sun Rain",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 2.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM9.5 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 1 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM4.764 3.826a2.5 2.5 0 0 1 3.703 2.58.5.5 0 1 1-.987-.162 1.5 1.5 0 0 0-2.222-1.548.5.5 0 0 1-.494-.87ZM3.98 6.558A2 2 0 0 0 1.9 9.7a.5.5 0 0 1-.8.6 2.999 2.999 0 1 1 5.23-2.8h.17a2 2 0 0 1 1.332 3.492.5.5 0 0 1-.666-.746l.041-.039A1 1 0 0 0 6.5 8.5h-.55a.5.5 0 0 1-.49-.4 2 2 0 0 0-1.48-1.542Z"}}),a("path",{attrs:{d:"M5.5 9.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Zm-2-.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Ro=[],Lo=t(Bo,Do,Ro,!1,null,null,null,null);const qo=Lo.exports,ko={name:"IconCloudSun",created(){this.uniqueID=r("dt-icon")}};var yo=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud-sun",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Sun",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 2.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM9.5 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM4.764 3.826a2.5 2.5 0 0 1 3.703 2.58.5.5 0 1 1-.987-.162 1.5 1.5 0 0 0-2.222-1.548.5.5 0 0 1-.494-.87ZM3.98 6.558A2 2 0 1 0 3.5 10.5h3a1 1 0 0 0 0-2h-.55a.5.5 0 0 1-.49-.4 2 2 0 0 0-1.48-1.542Zm-1.43-.904A3 3 0 0 1 6.33 7.5h.17a2 2 0 1 1 0 4h-3a3 3 0 0 1-.95-5.846Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},So=[],zo=t(ko,yo,So,!1,null,null,null,null);const Po=zo.exports,Uo={name:"IconCloud"};var Oo=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloud",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.025 3.046A3 3 0 1 0 4.5 9h4.25a1.75 1.75 0 1 0 0-3.5h-.895a.5.5 0 0 1-.48-.357 3 3 0 0 0-2.35-2.097Zm-1.998-.765A4 4 0 0 1 8.21 4.5h.541a2.75 2.75 0 1 1 0 5.5H4.5a4 4 0 0 1-1.473-7.719Z","clip-rule":"evenodd"}})])},Eo=[],Go=t(Uo,Oo,Eo,!1,null,null,null,null);const To=Go.exports,Wo={name:"IconCloudy"};var jo=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cloudy",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloudy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.025 4.046A3 3 0 1 0 4.5 10h4.25a1.75 1.75 0 1 0 0-3.5h-.895a.5.5 0 0 1-.48-.357 3 3 0 0 0-2.35-2.097Zm-1.998-.765A4 4 0 0 1 8.21 5.5h.541a2.75 2.75 0 0 1 0 5.5H4.5a4 4 0 0 1-1.473-7.719Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.599 1.005A3.251 3.251 0 0 1 8.75 3h.75a2 2 0 0 1 2 2 .5.5 0 0 1-1 0 1 1 0 0 0-1-1H8.396a.5.5 0 0 1-.48-.363 2.251 2.251 0 0 0-4.379.204.5.5 0 1 1-.983-.182 3.251 3.251 0 0 1 3.045-2.654Z","clip-rule":"evenodd"}})])},No=[],Qo=t(Wo,jo,No,!1,null,null,null,null);const Xo=Qo.exports,Jo={name:"IconCoachingHub"};var Ko=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--coaching-hub",attrs:{"aria-hidden":"true",role:"img","data-name":"Coaching Hub",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1h.5A1.5 1.5 0 0 1 10 3v1a.5.5 0 1 1-1 0V3a.5.5 0 0 0-.5-.5H8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1h-.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 10V3a1.5 1.5 0 0 1 1.5-1.5H3Zm1 1h3v-1H4v1Zm6.479 3.455c0-.38.314-.655.66-.655.347 0 .661.275.661.655s-.314.655-.66.655a.658.658 0 0 1-.662-.655Zm-3.507.5c-.174 0-.42.147-.545.527v.002l-1.252 3.773a.5.5 0 1 1-.95-.314L5.478 6.67c.21-.643.752-1.216 1.495-1.216.744 0 1.284.57 1.495 1.213l.964 2.906c.125.38.37.526.545.526.398 0 .663-.294.663-.588v-1.99a.5.5 0 1 1 1 0v1.99c0 .908-.776 1.588-1.663 1.588-.743 0-1.283-.57-1.495-1.213l-.963-2.905V6.98c-.126-.38-.371-.526-.546-.526Z",fill:"currentColor"}})])},Yo=[],ai=t(Jo,Ko,Yo,!1,null,null,null,null);const ei=ai.exports,li={name:"IconCodeBlock"};var ti=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--code-block",attrs:{"aria-hidden":"true",role:"img","data-name":"Code Block",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.54 2.04a.5.5 0 0 0-.5.5v6.92a.5.5 0 0 0 .5.5h6.92a.5.5 0 0 0 .5-.5V6.75a.5.5 0 0 1 1 0v2.71a1.5 1.5 0 0 1-1.5 1.5H2.54a1.5 1.5 0 0 1-1.5-1.5V2.54a1.5 1.5 0 0 1 1.5-1.5h.21a.5.5 0 1 1 0 1h-.21Zm4.064-.594a.5.5 0 0 1 0 .707L5.23 3.527 6.604 4.9a.5.5 0 0 1-.707.707L4.17 3.88a.5.5 0 0 1 0-.707l1.727-1.727a.5.5 0 0 1 .707 0Zm1.776 0a.5.5 0 0 1 .707 0l1.727 1.727a.5.5 0 0 1 0 .707L9.087 5.607A.5.5 0 0 1 8.38 4.9l1.374-1.373L8.38 2.153a.5.5 0 0 1 0-.707Z",fill:"currentColor"}})])},ri=[],ni=t(li,ti,ri,!1,null,null,null,null);const si=ni.exports,oi={name:"IconCode"};var ii=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--code",attrs:{"aria-hidden":"true",role:"img","data-name":"Code",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.646 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 6 7.646 3.354a.5.5 0 0 1 0-.708Zm-3.292 0a.5.5 0 0 1 0 .708L1.707 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},ci=[],_i=t(oi,ii,ci,!1,null,null,null,null);const di=_i.exports,vi={name:"IconCommand"};var ui=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--command",attrs:{"aria-hidden":"true",role:"img","data-name":"Command",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.586 1.586A2 2 0 0 1 5 3v1h2V3a2 2 0 1 1 2 2H8v2h1a2 2 0 1 1-2 2V8H5v1a2 2 0 1 1-2-2h1V5H3a2 2 0 0 1-1.414-3.414ZM4 4V3a1 1 0 1 0-1 1h1Zm1 1v2h2V5H5ZM4 8H3a1 1 0 1 0 1 1V8Zm4 0v1a1 1 0 1 0 1-1H8Zm0-4h1a1 1 0 1 0-1-1v1Z","clip-rule":"evenodd"}})])},fi=[],hi=t(vi,ui,fi,!1,null,null,null,null);const mi=hi.exports,pi={name:"IconConciergeBell"};var gi=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--concierge-bell",attrs:{"aria-hidden":"true",role:"img","data-name":"Concierge Bell",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 8.5a.5.5 0 0 0-.5.5v.5h9V9a.5.5 0 0 0-.5-.5H2ZM.94 7.94A1.5 1.5 0 0 1 2 7.5h8A1.5 1.5 0 0 1 11.5 9v1a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V9c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.818 4.818A4.5 4.5 0 0 1 10.5 8a.5.5 0 0 1-1 0 3.5 3.5 0 1 0-7 0 .5.5 0 0 1-1 0 4.5 4.5 0 0 1 1.318-3.182Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},wi=[],$i=t(pi,gi,wi,!1,null,null,null,null);const Zi=$i.exports,xi={name:"IconContacts"};var Mi=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--contacts",attrs:{"aria-hidden":"true",role:"img","data-name":"Contacts",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.333.667a.5.5 0 0 1 .5-.5h7.334a.5.5 0 0 1 0 1H2.833a.5.5 0 0 1-.5-.5ZM1.48 1.98a.5.5 0 0 1 .353-.147h9.334a.5.5 0 0 1 .5.5v7.334a.5.5 0 0 1-.5.5H1.833a.5.5 0 0 1-.5-.5V2.333a.5.5 0 0 1 .147-.353Zm.853.853v6.334h1V9a1.833 1.833 0 0 1 1.834-1.833h2.666A1.833 1.833 0 0 1 9.667 9v.167h1V2.833H2.333Zm6.334 6.334V9a.833.833 0 0 0-.834-.833H5.167A.833.833 0 0 0 4.333 9v.167h4.334Zm-2.167-2a1.833 1.833 0 1 0 0-3.667 1.833 1.833 0 0 0 0 3.667Zm0-2.667a.833.833 0 1 0 0 1.667.833.833 0 0 0 0-1.667Zm-4.167 6.833a.5.5 0 0 1 .5-.5H10.3a.5.5 0 1 1 0 1H2.833a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Ci=[],Ai=t(xi,Mi,Ci,!1,null,null,null,null);const Hi=Ai.exports,Ii={name:"IconCopperCrm"};var Vi=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--copper-crm",attrs:{"aria-hidden":"true",role:"img","data-name":"Copper Crm",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m11.316 2.03-.66.077a8.955 8.955 0 0 0-1.312.26 10.19 10.19 0 0 0-1.073.364c-.014 0-.108.037-.209.082-.455.203-.792.38-1.213.633C5.06 4.523 3.712 6.065 2.824 8.05c-.045.1-.082.195-.082.209 0 .014-.025.08-.056.148-.126.277-.343 1.008-.448 1.51-.12.58-.238 1.602-.238 2.07 0 .47.118 1.49.238 2.07.105.503.322 1.234.448 1.51.03.068.056.135.056.15 0 .013.037.107.082.208.547 1.223 1.218 2.207 2.125 3.113.907.907 1.89 1.578 3.113 2.125.101.045.195.082.21.082a.89.89 0 0 1 .148.056c.276.127 1.007.343 1.51.448.58.12 1.601.238 2.07.238.469 0 1.49-.117 2.07-.238.502-.105 1.233-.321 1.51-.448a.775.775 0 0 1 .149-.056c.014 0 .108-.037.209-.082.454-.203.792-.38 1.213-.633 1.79-1.077 3.136-2.619 4.025-4.605.045-.1.082-.195.082-.209 0-.014.025-.08.056-.148.126-.277.343-1.008.447-1.51.121-.58.239-1.602.239-2.07 0-.47-.118-1.49-.239-2.07-.104-.503-.32-1.234-.447-1.51a.776.776 0 0 1-.056-.15 1.47 1.47 0 0 0-.082-.208c-.204-.455-.38-.793-.633-1.213-1.079-1.791-2.618-3.136-4.605-4.025a1.46 1.46 0 0 0-.21-.082 10.23 10.23 0 0 0-1.072-.364c-.973-.283-2.49-.436-3.34-.336ZM13.6 6.26c.246.037.466.083.489.1.022.02.142.055.265.08.123.025.232.06.243.077.01.017.099.053.196.08.097.028.177.065.177.084 0 .019.024.034.053.034.057 0 .5.227.533.273a.46.46 0 0 0 .114.078c.106.056.128.072.296.217a4.2 4.2 0 0 1 .532.53c.073.089.152.183.178.21.085.09.393.703.422.84a.585.585 0 0 0 .063.18c.02.023.052.215.074.426.058.56-.009 1.004-.197 1.309-.02.032-.07.12-.111.196-.063.115-.3.357-.518.529-.189.147-.526.258-.854.28-.526.033-.806-.037-1.234-.31-.162-.104-.523-.487-.523-.555 0-.02-.024-.064-.054-.098-.074-.086-.207-.528-.235-.785a1.885 1.885 0 0 1 .013-.43c.057-.338.155-.754.198-.84.059-.114.163-.628.183-.9a1.134 1.134 0 0 0-.061-.48c-.153-.466-.413-.706-.894-.826-.298-.074-.33-.075-.583-.018a2.373 2.373 0 0 0-.462.162c-.22.114-.617.496-.784.756-.147.23-.445.824-.446.89a.647.647 0 0 1-.056.177c-.051.112-.102.317-.228.923-.059.284-.059 1.982 0 2.266.08.384.169.72.223.84.028.064.065.161.081.215a.36.36 0 0 0 .053.117c.014.011.084.134.157.274.226.433.659.915 1.05 1.167.102.066.206.138.232.16.026.022.056.04.067.04.011 0 .113.042.226.093a2.2 2.2 0 0 0 .343.122.582.582 0 0 1 .18.062c.137.11 1.463.136 1.91.037.272-.06.624-.164.664-.196a.95.95 0 0 1 .192-.08c.256-.082.64-.327 1.117-.712.032-.026.146-.13.254-.23l.195-.182.146.059c.08.032.147.076.147.098 0 .164-.853 1.646-1.111 1.931a8.386 8.386 0 0 0-.178.214 5.625 5.625 0 0 1-.801.814c-.33.268-.67.509-.72.509-.02 0-.06.023-.088.051-.066.066-.562.3-.635.3-.031 0-.066.015-.077.034-.012.018-.105.055-.208.081a1.598 1.598 0 0 0-.256.085c-.167.089-.886.168-1.532.168-.643 0-1.463-.09-1.562-.172a.622.622 0 0 0-.195-.06c-.16-.029-.23-.054-.613-.23a2.026 2.026 0 0 0-.247-.101c-.053 0-.6-.336-.867-.533-.418-.308-.758-.656-1.215-1.244a10.723 10.723 0 0 1-.63-1.192 1.958 1.958 0 0 1-.08-.273 1.125 1.125 0 0 0-.083-.256c-.075-.096-.168-.957-.168-1.56 0-.6.092-1.424.17-1.523.017-.022.053-.137.08-.255.027-.118.063-.232.08-.254.016-.021.052-.114.079-.205.027-.091.06-.166.076-.166.014 0 .05-.07.078-.156.028-.086.064-.157.08-.157.015 0 .037-.033.047-.074.011-.042.088-.183.171-.316a6.306 6.306 0 0 1 1.208-1.386c.128-.107.24-.205.252-.219a.558.558 0 0 1 .117-.075c.053-.027.161-.1.24-.161.164-.13.874-.503.955-.503.03 0 .055-.015.055-.033 0-.018.074-.054.166-.08.091-.027.219-.072.283-.101.064-.03.187-.065.273-.08a.651.651 0 0 0 .198-.061c.022-.018.24-.058.483-.09.242-.032.452-.069.465-.082.058 0 1.242.006 1.684.072Z",fill:"#FF3465"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.57 6.272c.246.037.466.082.489.1.022.019.142.055.265.08.123.025.232.06.243.077.01.017.099.053.196.08.097.028.177.065.177.084 0 .019.024.034.053.034.057 0 .5.227.533.273a.46.46 0 0 0 .114.078c.106.056.128.072.296.217.234.202.404.371.533.53.072.088.151.183.177.21.085.09.393.702.422.84a.585.585 0 0 0 .063.18c.02.023.052.215.074.426.058.559-.009 1.003-.197 1.308-.02.033-.07.12-.111.197-.063.115-.3.357-.518.528-.189.148-.526.259-.854.28-.526.034-.806-.037-1.234-.31-.162-.103-.523-.486-.523-.554 0-.02-.024-.065-.054-.098-.074-.087-.207-.528-.235-.785a1.89 1.89 0 0 1 .013-.43c.057-.339.155-.754.198-.84.059-.114.163-.628.183-.901a1.135 1.135 0 0 0-.061-.48c-.153-.466-.413-.706-.894-.825-.298-.075-.33-.076-.582-.018a2.373 2.373 0 0 0-.463.162c-.22.114-.617.496-.784.756-.147.229-.444.824-.446.89a.646.646 0 0 1-.056.176c-.051.113-.102.318-.228.924-.059.284-.059 1.982 0 2.266.08.383.169.72.223.84.028.064.065.16.081.214.016.054.04.107.053.118.014.01.084.134.157.273.226.434.659.915 1.05 1.168.102.066.206.137.232.16.026.021.056.04.067.04.011 0 .113.041.226.093.114.051.268.106.343.121a.585.585 0 0 1 .18.063c.137.11 1.463.136 1.91.037.272-.061.624-.164.664-.196a.955.955 0 0 1 .192-.08c.256-.082.64-.327 1.117-.712.032-.026.146-.13.254-.23l.195-.182.146.058c.081.033.147.077.147.099 0 .163-.853 1.646-1.111 1.93a8.748 8.748 0 0 0-.178.215c-.252.31-.525.588-.8.813-.33.269-.67.51-.72.51-.02 0-.06.023-.089.05-.066.067-.562.301-.635.301-.03 0-.066.015-.077.034-.011.018-.105.055-.207.08a1.578 1.578 0 0 0-.257.085c-.167.09-.886.169-1.531.169-.644 0-1.464-.09-1.562-.172a.622.622 0 0 0-.196-.06c-.16-.029-.229-.054-.613-.23a2.018 2.018 0 0 0-.247-.101c-.053 0-.599-.336-.867-.533-.418-.308-.758-.656-1.214-1.245a10.719 10.719 0 0 1-.631-1.191 1.955 1.955 0 0 1-.08-.274 1.127 1.127 0 0 0-.082-.256c-.076-.096-.169-.956-.169-1.56 0-.599.092-1.424.17-1.523.017-.021.053-.136.08-.254a1.18 1.18 0 0 1 .08-.254c.016-.022.052-.114.079-.205.027-.092.061-.166.076-.166.014 0 .05-.07.078-.157.028-.085.064-.156.08-.156.015 0 .037-.033.047-.075.011-.04.088-.183.171-.315a6.306 6.306 0 0 1 1.208-1.386c.128-.107.24-.206.252-.219a.557.557 0 0 1 .117-.075c.054-.028.161-.1.24-.162.164-.129.874-.502.955-.502.03 0 .055-.015.055-.033 0-.018.074-.054.166-.08.091-.027.219-.072.283-.101a1.32 1.32 0 0 1 .274-.081.651.651 0 0 0 .197-.06c.023-.018.24-.059.483-.09.243-.032.452-.069.465-.082.058 0 1.242.006 1.684.072Z",fill:"#fff"}})])},Fi=[],bi=t(Ii,Vi,Fi,!1,null,null,null,null);const Bi=bi.exports,Di={name:"IconCopy",created(){this.uniqueID=r("dt-icon")}};var Ri=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--copy",attrs:{"aria-hidden":"true",role:"img","data-name":"Copy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 0-.5.5v4.5A.5.5 0 0 0 2 7h.5a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 6.5V2A1.5 1.5 0 0 1 2 .5h4.5A1.5 1.5 0 0 1 8 2v.5a.5.5 0 0 1-1 0V2a.5.5 0 0 0-.5-.5H2ZM5.5 5a.5.5 0 0 0-.5.5V10a.5.5 0 0 0 .5.5H10a.5.5 0 0 0 .5-.5V5.5A.5.5 0 0 0 10 5H5.5ZM4 5.5A1.5 1.5 0 0 1 5.5 4H10a1.5 1.5 0 0 1 1.5 1.5V10a1.5 1.5 0 0 1-1.5 1.5H5.5A1.5 1.5 0 0 1 4 10V5.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Li=[],qi=t(Di,Ri,Li,!1,null,null,null,null);const ki=qi.exports,yi={name:"IconCopyright",created(){this.uniqueID=r("dt-icon")}};var Si=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--copyright",attrs:{"aria-hidden":"true",role:"img","data-name":"Copyright",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M5.116 3.662a2.5 2.5 0 0 1 2.759.684.5.5 0 1 1-.75.662 1.5 1.5 0 1 0 0 1.984.5.5 0 1 1 .75.662 2.5 2.5 0 1 1-2.759-3.992Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},zi=[],Pi=t(yi,Si,zi,!1,null,null,null,null);const Ui=Pi.exports,Oi={name:"IconCornerDownLeft"};var Ei=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-down-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Down Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 4.646a.5.5 0 0 1 0 .708L2.707 7.5l2.147 2.146a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10 1.5a.5.5 0 0 1 .5.5v3.5A2.5 2.5 0 0 1 8 8H2a.5.5 0 0 1 0-1h6a1.5 1.5 0 0 0 1.5-1.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Gi=[],Ti=t(Oi,Ei,Gi,!1,null,null,null,null);const Wi=Ti.exports,ji={name:"IconCornerDownRight"};var Ni=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-down-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Down Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 4.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L9.293 7.5 7.146 5.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 1 .5.5v3.5A1.5 1.5 0 0 0 4 7h6a.5.5 0 0 1 0 1H4a2.5 2.5 0 0 1-2.5-2.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Qi=[],Xi=t(ji,Ni,Qi,!1,null,null,null,null);const Ji=Xi.exports,Ki={name:"IconCornerLeftDown"};var Yi=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-left-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Left Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.646 7.146a.5.5 0 0 1 .708 0L4.5 9.293l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.732 2.232A2.5 2.5 0 0 1 6.5 1.5H10a.5.5 0 0 1 0 1H6.5A1.5 1.5 0 0 0 5 4v6a.5.5 0 0 1-1 0V4a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])},ac=[],ec=t(Ki,Yi,ac,!1,null,null,null,null);const lc=ec.exports,tc={name:"IconCornerLeftUp"};var rc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-left-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Left Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L4.5 2.707 2.354 4.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1.5A.5.5 0 0 1 5 2v6a1.5 1.5 0 0 0 1.5 1.5H10a.5.5 0 0 1 0 1H6.5A2.5 2.5 0 0 1 4 8V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},nc=[],sc=t(tc,rc,nc,!1,null,null,null,null);const oc=sc.exports,ic={name:"IconCornerRightDown"};var cc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-right-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Right Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.646 7.146a.5.5 0 0 1 .708 0L7.5 9.293l2.146-2.147a.5.5 0 0 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 2a.5.5 0 0 1 .5-.5h3.5A2.5 2.5 0 0 1 8 4v6a.5.5 0 0 1-1 0V4a1.5 1.5 0 0 0-1.5-1.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},_c=[],dc=t(ic,cc,_c,!1,null,null,null,null);const vc=dc.exports,uc={name:"IconCornerRightUp"};var fc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-right-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Right Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708L7.5 2.707 5.354 4.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 1.5A.5.5 0 0 1 8 2v6a2.5 2.5 0 0 1-2.5 2.5H2a.5.5 0 0 1 0-1h3.5A1.5 1.5 0 0 0 7 8V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},hc=[],mc=t(uc,fc,hc,!1,null,null,null,null);const pc=mc.exports,gc={name:"IconCornerUpLeft"};var wc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-up-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Up Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 1.646a.5.5 0 0 1 0 .708L2.707 4.5l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 4.5A.5.5 0 0 1 2 4h6a2.5 2.5 0 0 1 2.5 2.5V10a.5.5 0 0 1-1 0V6.5A1.5 1.5 0 0 0 8 5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},$c=[],Zc=t(gc,wc,$c,!1,null,null,null,null);const xc=Zc.exports,Mc={name:"IconCornerUpRight"};var Cc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--corner-up-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Up Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 4.5 7.146 2.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5a1.5 1.5 0 0 0-1.5 1.5V10a.5.5 0 0 1-1 0V6.5A2.5 2.5 0 0 1 4 4h6a.5.5 0 0 1 0 1H4Z","clip-rule":"evenodd"}})])},Ac=[],Hc=t(Mc,Cc,Ac,!1,null,null,null,null);const Ic=Hc.exports,Vc={name:"IconCpu",created(){this.uniqueID=r("dt-icon")}};var Fc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--cpu",attrs:{"aria-hidden":"true",role:"img","data-name":"Cpu",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M3 2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3ZM1.5 3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v6A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V3Z"}}),a("path",{attrs:{d:"M4 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3ZM5 5v2h2V5H5ZM4.5.5A.5.5 0 0 1 5 1v1a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm3 0A.5.5 0 0 1 8 1v1a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm-3 9.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5a.5.5 0 0 1 .5-.5Zm3-.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Zm2-5A.5.5 0 0 1 10 4h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm-9-2.5A.5.5 0 0 1 1 4h1a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5ZM.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 7Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},bc=[],Bc=t(Vc,Fc,bc,!1,null,null,null,null);const Dc=Bc.exports,Rc={name:"IconCreditCard"};var Lc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--credit-card",attrs:{"aria-hidden":"true",role:"img","data-name":"Credit Card",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 3a.5.5 0 0 0-.5.5v1h9v-1A.5.5 0 0 0 10 3H2Zm9.5.5A1.5 1.5 0 0 0 10 2H2A1.5 1.5 0 0 0 .5 3.5v5A1.5 1.5 0 0 0 2 10h8a1.5 1.5 0 0 0 1.5-1.5v-5Zm-1 2h-9v3A.5.5 0 0 0 2 9h8a.5.5 0 0 0 .5-.5v-3Z","clip-rule":"evenodd"}})])},qc=[],kc=t(Rc,Lc,qc,!1,null,null,null,null);const yc=kc.exports,Sc={name:"IconDash"};var zc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dash",attrs:{"aria-hidden":"true",role:"img","data-name":"Dash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Pc=[],Uc=t(Sc,zc,Pc,!1,null,null,null,null);const Oc=Uc.exports,Ec={name:"IconDectBaseStation"};var Gc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dect-base-station",attrs:{"aria-hidden":"true",role:"img","data-name":"Dect Base Station",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v5A1.5 1.5 0 0 1 9.5 9h-7A1.5 1.5 0 0 1 1 7.5v-5ZM2.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7ZM4 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm.5 3A.5.5 0 0 1 5 6h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm-3.5 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},Tc=[],Wc=t(Ec,Gc,Tc,!1,null,null,null,null);const jc=Wc.exports,Nc={name:"IconDectHandset"};var Qc=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dect-handset",attrs:{"aria-hidden":"true",role:"img","data-name":"Dect Handset",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3 2A1.5 1.5 0 0 1 4.5.5h3A1.5 1.5 0 0 1 9 2v8a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 3 10V2Zm5 3V2a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 4 2v3h4ZM4 6h4v4a.5.5 0 0 1-.5.5h-3A.5.5 0 0 1 4 10V6Zm.793-3.5a.5.5 0 0 1 .5-.5h1.414a.5.5 0 0 1 0 1H5.293a.5.5 0 0 1-.5-.5Zm-.168 5a.5.5 0 0 1 .5-.5h.004a.5.5 0 0 1 .001 1h-.004a.5.5 0 0 1-.501-.5Zm1.75 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5ZM4.625 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm1.75 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},Xc=[],Jc=t(Nc,Qc,Xc,!1,null,null,null,null);const Kc=Jc.exports,Yc={name:"IconDelete",created(){this.uniqueID=r("dt-icon")}};var a7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--delete",attrs:{"aria-hidden":"true",role:"img","data-name":"Delete",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M4.147 2.147A.5.5 0 0 1 4.5 2H10a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 10H4.5a.5.5 0 0 1-.353-.146l-3.5-3.5a.5.5 0 0 1 0-.707l3.5-3.5Zm.56.853-3 3 3 3H10a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 3H4.707Z"}}),a("path",{attrs:{d:"M9.354 4.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.707-.707l3-3a.5.5 0 0 1 .707 0Z"}}),a("path",{attrs:{d:"M5.647 4.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 1 1-.707.707l-3-3a.5.5 0 0 1 0-.707Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},e7=[],l7=t(Yc,a7,e7,!1,null,null,null,null);const t7=l7.exports,r7={name:"IconDeskphone"};var n7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--deskphone",attrs:{"aria-hidden":"true",role:"img","data-name":"Deskphone",viewBox:"0 0 10 10",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 1.5A1.5 1.5 0 0 1 1.5 0h1c.444 0 .843.193 1.118.5H8.5A1.5 1.5 0 0 1 10 2v6a1.5 1.5 0 0 1-1.5 1.5H3.618c-.275.307-.674.5-1.118.5h-1A1.5 1.5 0 0 1 0 8.5v-7Zm4 7h4.5A.5.5 0 0 0 9 8V2a.5.5 0 0 0-.5-.5H4v7ZM1.5 1a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1Zm3 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V3Zm3 0h-2v1.5h2V3Zm-3 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])},s7=[],o7=t(r7,n7,s7,!1,null,null,null,null);const i7=o7.exports,c7={name:"IconDialbot",created(){this.uniqueID=r("dt-icon")}};var _7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dialbot",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialbot",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:`url(#${e.uniqueID}b)`,d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"}}),a("path",{attrs:{fill:"#fff",d:"M17.8 18v.8h1.294l-.578-1.158L17.8 18Zm-1.122-2.243-.623-.501-.322.4.23.459.716-.358ZM12 6.8a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.2v1.6ZM6.8 12A5.2 5.2 0 0 1 12 6.8V5.2A6.8 6.8 0 0 0 5.2 12h1.6Zm5.2 5.2A5.2 5.2 0 0 1 6.8 12H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.121 2.243 1.432-.716-1.122-2.243-1.431.716ZM17.2 12a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12h-1.6Zm-2 1.6a4.824 4.824 0 0 1-1.491.887 4.817 4.817 0 0 1-3.418 0 4.822 4.822 0 0 1-1.49-.887v-.8c.294.178.627.331.998.46.367.134.744.238 1.127.313.386.076.745.114 1.078.114a5.51 5.51 0 0 0 1.077-.114 7.53 7.53 0 0 0 1.127-.313c.371-.129.702-.282.992-.46v.8Z"}})]),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"0",x2:"24",y1:"0",y2:"24",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".1","stop-color":"#F9008E"}}),a("stop",{attrs:{offset:".9","stop-color":"#7C52FF"}})],1),a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h24v24H0z"}})])],1)])},d7=[],v7=t(c7,_7,d7,!1,null,null,null,null);const u7=v7.exports,f7={name:"IconDialer"};var h7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dialer",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 7 1Zm0 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM7 4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 7 4Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},m7=[],p7=t(f7,h7,m7,!1,null,null,null,null);const g7=p7.exports,w7={name:"IconDialpadAiColor",created(){this.uniqueID=r("dt-icon")}};var $7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dialpad-ai-color",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialpad Ai Color",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{d:"M22.397 6.832a1.916 1.916 0 1 0 0-3.832 1.916 1.916 0 0 0 0 3.832Z",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.136 6.388c-.434 0-1.181.413-1.57 1.683v.002L4.882 19.946a1.498 1.498 0 0 1-2.86-.888l3.68-11.864V7.19c.599-1.952 2.168-3.798 4.433-3.798 2.265 0 3.832 1.842 4.432 3.79 0 0 0 .001 0 0l2.835 9.142c.39 1.265 1.136 1.68 1.57 1.68a1.926 1.926 0 0 0 1.926-1.927V9.821a1.498 1.498 0 0 1 2.995 0v6.257A4.921 4.921 0 0 1 18.973 21c-2.263 0-3.832-1.842-4.432-3.791 0-.001 0 0 0 0l-2.835-9.141c-.39-1.267-1.134-1.68-1.57-1.68Z",fill:`url(#${e.uniqueID}c)`}})]),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"1.955",y1:"3",x2:"19.54",y2:"24.843",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".1","stop-color":"#F9008E"}}),a("stop",{attrs:{offset:".9","stop-color":"#7C52FF"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}c`,x1:"1.955",y1:"3",x2:"19.54",y2:"24.843",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".1","stop-color":"#F9008E"}}),a("stop",{attrs:{offset:".9","stop-color":"#7C52FF"}})],1),a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",transform:"translate(.955)",d:"M0 0h24v24H0z"}})])],1)])},Z7=[],x7=t(w7,$7,Z7,!1,null,null,null,null);const M7=x7.exports,C7={name:"IconDialpadAi",created(){this.uniqueID=r("dt-icon")}};var A7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dialpad-ai",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialpad Ai",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor"}},[a("path",{attrs:{d:"M10.721 2.916a.958.958 0 1 0 0-1.916.958.958 0 0 0 0 1.916Z"}}),a("path",{attrs:{"fill-rule":"evenodd",d:"M4.591 2.694c-.217 0-.59.207-.785.841v.002L1.964 9.473a.749.749 0 0 1-1.43-.444l1.84-5.932v-.002c.3-.975 1.084-1.899 2.217-1.899s1.916.922 2.216 1.896l1.417 4.57c.195.633.568.84.785.84a.963.963 0 0 0 .963-.963V4.411a.749.749 0 1 1 1.498 0v3.128A2.46 2.46 0 0 1 9.01 10c-1.132 0-1.916-.92-2.216-1.895l-1.418-4.57c-.195-.633-.567-.84-.785-.84Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},H7=[],I7=t(C7,A7,H7,!1,null,null,null,null);const V7=I7.exports,F7={name:"IconDialpadLogomark"};var b7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dialpad-logomark",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialpad Logomark",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.012 5.677V2.442a.035.035 0 0 0-.06-.024L4.575 3.836A2.349 2.349 0 1 0 5.99 6.322v3.236c0 .031.038.047.06.024l1.375-1.42a2.349 2.349 0 1 0-1.412-2.486Z","clip-rule":"evenodd"}})])},B7=[],D7=t(F7,b7,B7,!1,null,null,null,null);const R7=D7.exports,L7={name:"IconDigitalWhisper"};var q7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--digital-whisper",attrs:{"aria-hidden":"true",role:"img","data-name":"Digital Whisper",viewBox:"0 0 10 10",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.5 1a.5.5 0 0 0-.5.5.5.5 0 0 1-1 0A1.5 1.5 0 0 1 1.5 0a.5.5 0 0 1 0 1ZM2.75.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm2.5 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM8 .5a.5.5 0 0 1 .5-.5A1.5 1.5 0 0 1 10 1.5a.5.5 0 0 1-1 0 .5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5ZM.5 2.75a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5ZM.5 5.5A.5.5 0 0 1 1 6H0a.5.5 0 0 1 .5-.5Zm0 .5H0v1a.5.5 0 0 0 1 0V6H.5Zm9 0a.5.5 0 0 1 .5.5A1.5 1.5 0 0 1 8.5 8a.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5ZM2.75 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm2.5 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm-4.282.825A.5.5 0 0 0 0 8.5v1a.5.5 0 0 0 .854.354l1-1a.5.5 0 1 0-.708-.708l-.178.179Z",fill:"currentColor"}})])},k7=[],y7=t(L7,q7,k7,!1,null,null,null,null);const S7=y7.exports,z7={name:"IconDinersClub"};var P7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--diners-club",attrs:{"aria-hidden":"true",role:"img","data-name":"Diners Club",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.18 16.623h1.833c2.86 0 5.14-2.269 5.229-5.072v-.045c-.045-2.848-2.369-5.162-5.23-5.117h-2.055c-2.727.089-4.872 2.403-4.783 5.162 0 2.759 2.235 5.028 5.006 5.072Zm-4.112-5.117c0-2.314 1.922-4.227 4.246-4.227 2.324 0 4.246 1.913 4.246 4.227s-1.922 4.227-4.246 4.227c-2.324 0-4.246-1.913-4.246-4.227Zm4.917 2.848V8.703c1.564.4 2.547 1.958 2.145 3.515a2.904 2.904 0 0 1-2.145 2.136Zm-3.442-3.56a2.924 2.924 0 0 0 2.1 3.56V8.703a2.933 2.933 0 0 0-2.1 2.091Z",fill:"#0079BE"}})])},U7=[],O7=t(z7,P7,U7,!1,null,null,null,null);const E7=O7.exports,G7={name:"IconDiscover"};var T7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--discover",attrs:{"aria-hidden":"true",role:"img","data-name":"Discover",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{d:"M4.482 19.947 23.5 14.18v4.32a1.465 1.465 0 0 1-1.465 1.447H4.482Z",fill:"#FD6020"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21.23 10.402c.739 0 1.145.342 1.145.99.036.494-.296.913-.738.989l.996 1.408h-.775l-.849-1.37h-.073v1.37h-.628v-3.387h.923Zm-.294 1.56h.184c.406 0 .59-.19.59-.532 0-.305-.184-.495-.59-.495h-.184v1.027Zm-2.804 1.827h1.77v-.571H18.76v-.913h1.107v-.571H18.76v-.761h1.144v-.571h-1.771v3.387Zm-1.845-1.104-.848-2.283h-.664l1.365 3.463h.332l1.365-3.463h-.664l-.886 2.283Zm-7.489-.57c0 .95.738 1.75 1.66 1.75.295 0 .554-.076.812-.19v-.761c-.185.228-.443.38-.738.38-.59 0-1.07-.457-1.07-1.065v-.076a1.126 1.126 0 0 1 1.033-1.18c.295 0 .59.152.775.38v-.76c-.221-.153-.517-.191-.775-.191-.96-.076-1.697.723-1.697 1.712Zm-1.144-.419c-.369-.152-.48-.228-.48-.419.038-.228.222-.418.443-.38.185 0 .37.114.517.266l.332-.456c-.258-.229-.59-.381-.922-.381-.517-.038-.96.38-.996.913v.038c0 .457.184.724.774.914.148.038.295.114.443.19.11.076.184.19.184.343 0 .266-.22.494-.442.494H7.47a.729.729 0 0 1-.664-.456l-.406.418c.221.419.664.647 1.107.647.59.038 1.07-.418 1.107-1.027v-.115c-.037-.456-.222-.684-.96-.989Zm-2.14 2.093h.628v-3.387h-.627v3.387ZM2.6 10.402h1.107c.885.038 1.586.799 1.55 1.712 0 .495-.222.952-.591 1.294-.332.267-.738.419-1.144.38H2.6v-3.386Zm.812 2.816c.295.038.627-.076.848-.266.222-.228.332-.533.332-.875a1.2 1.2 0 0 0-.332-.838 1.144 1.144 0 0 0-.848-.266h-.185v2.245h.185Z",fill:"currentColor"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.151 10.324c-.922 0-1.697.76-1.697 1.75 0 .952.738 1.75 1.697 1.789.96.038 1.697-.761 1.734-1.75-.037-.99-.774-1.79-1.734-1.79Z",fill:"#FD6020"}})])},W7=[],j7=t(G7,T7,W7,!1,null,null,null,null);const N7=j7.exports,Q7={name:"IconDissatisfied",created(){this.uniqueID=r("dt-icon")}};var X7=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dissatisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Dissatisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5ZM4.237 7.096c.4-.29 1-.596 1.763-.596.763 0 1.364.305 1.763.596a3.474 3.474 0 0 1 .62.582l.01.014.005.005v.002H8.4L8 8l.4-.3a.5.5 0 0 1-.798.602L7.599 8.3a2.474 2.474 0 0 0-.425-.395A1.995 1.995 0 0 0 6 7.5c-.487 0-.886.195-1.175.404a2.474 2.474 0 0 0-.424.395l-.002.003A.5.5 0 0 1 3.6 7.7L4 8l-.4-.3.001-.001.001-.002.004-.005.01-.014c.01-.01.021-.025.036-.042a3.474 3.474 0 0 1 .585-.54Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},J7=[],K7=t(Q7,X7,J7,!1,null,null,null,null);const Y7=K7.exports,a_={name:"IconDoubleCheck"};var e_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--double-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Double Check",viewBox:"0 0 12 8",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.354.646a.5.5 0 0 1 0 .708l-5.5 5.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 1 1 .708-.708L3.5 5.793 8.646.646a.5.5 0 0 1 .708 0Zm2 2a.5.5 0 0 1 0 .708l-3.75 3.75a.5.5 0 0 1-.708 0l-.75-.75a.5.5 0 1 1 .708-.708l.396.397 3.396-3.397a.5.5 0 0 1 .708 0Z",fill:"currentColor"}})])},l_=[],t_=t(a_,e_,l_,!1,null,null,null,null);const r_=t_.exports,n_={name:"IconDownloadCloud"};var s_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--download-cloud",attrs:{"aria-hidden":"true",role:"img","data-name":"Download Cloud",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.646 8.146a.5.5 0 0 1 .708 0L6 9.793l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},o_=[],i_=t(n_,s_,o_,!1,null,null,null,null);const c_=i_.exports,__={name:"IconDownload"};var d_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--download",attrs:{"aria-hidden":"true",role:"img","data-name":"Download",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 7a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.147 4.647a.5.5 0 0 1 .707 0L6 6.793l2.147-2.146a.5.5 0 0 1 .707.707l-2.5 2.5a.5.5 0 0 1-.707 0l-2.5-2.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}})])},v_=[],u_=t(__,d_,v_,!1,null,null,null,null);const f_=u_.exports,h_={name:"IconDpPhone"};var m_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--dp-phone",attrs:{"aria-hidden":"true",role:"img","data-name":"Dp Phone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},p_=[],g_=t(h_,m_,p_,!1,null,null,null,null);const w_=g_.exports,$_={name:"IconEdit2",created(){this.uniqueID=r("dt-icon")}};var Z_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--edit-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Edit 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M9.5 1.586a.914.914 0 0 0-.646.268L2.197 8.51l-.484 1.777 1.777-.484 6.656-6.657a.913.913 0 0 0-.646-1.56ZM8.767.732a1.914 1.914 0 0 1 2.087 3.122l-6.75 6.75a.5.5 0 0 1-.222.128l-2.75.75a.5.5 0 0 1-.614-.614l.75-2.75a.5.5 0 0 1 .128-.222l6.75-6.75c.178-.177.39-.318.621-.414Z"}}),a("path",{attrs:{d:"M2.146 7.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 1 1-.708.708l-2-2a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},x_=[],M_=t($_,Z_,x_,!1,null,null,null,null);const C_=M_.exports,A_={name:"IconEdit",created(){this.uniqueID=r("dt-icon")}};var H_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--edit",attrs:{"aria-hidden":"true",role:"img","data-name":"Edit",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M.94 1.94A1.5 1.5 0 0 1 2 1.5h3.5a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10A1.5 1.5 0 0 1 9 11.5H2A1.5 1.5 0 0 1 .5 10V3c0-.398.158-.78.44-1.06Z"}}),a("path",{attrs:{d:"M10 1.44a.56.56 0 0 0-.396.164L4.95 6.256l-.264 1.057 1.057-.264 4.652-4.653A.56.56 0 0 0 10 1.44ZM8.896.895a1.56 1.56 0 0 1 2.208 2.208l-4.75 4.75a.5.5 0 0 1-.233.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2a.5.5 0 0 1 .131-.233l4.75-4.75Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},I_=[],V_=t(A_,H_,I_,!1,null,null,null,null);const F_=V_.exports,b_={name:"IconEmpty",created(){this.uniqueID=r("dt-icon")}};var B_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--empty",attrs:{"aria-hidden":"true",role:"img","data-name":"Empty",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3ZM4 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},D_=[],R_=t(b_,B_,D_,!1,null,null,null,null);const L_=R_.exports,q_={name:"IconEndChat"};var k_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--end-chat",attrs:{"aria-hidden":"true",role:"img","data-name":"End Chat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v6.793l1.147-1.146A.5.5 0 0 1 3.5 8H5a.5.5 0 1 1 0 1H3.707l-1.853 1.854A.5.5 0 0 1 1 10.501v-8A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v2.75a.5.5 0 1 1-1 0V2.5a.5.5 0 0 0-.5-.5h-7Zm6.308 4.5a.5.5 0 0 1 .5.5v2.41l.955-.955a.5.5 0 1 1 .707.707L9.162 10.97a.5.5 0 0 1-.707 0L6.647 9.162a.5.5 0 1 1 .707-.707l.954.955V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},y_=[],S_=t(q_,k_,y_,!1,null,null,null,null);const z_=S_.exports,P_={name:"IconEqual"};var U_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--equal",attrs:{"aria-hidden":"true",role:"img","data-name":"Equal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},O_=[],E_=t(P_,U_,O_,!1,null,null,null,null);const G_=E_.exports,T_={name:"IconEraser"};var W_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--eraser",attrs:{"aria-hidden":"true",role:"img","data-name":"Eraser",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.478 2.184c-.241-.268-.659-.296-.974.02l-4.8 4.8a.486.486 0 0 1-.02.018c-.268.241-.296.659.02.974l2.15 2.15a.5.5 0 1 1-.708.707l-2.15-2.15c-.68-.68-.712-1.756.009-2.415l4.791-4.792c.681-.68 1.757-.712 2.416.009l2.792 2.791c.68.681.712 1.757-.009 2.416l-4.141 4.142a.5.5 0 1 1-.708-.708l4.15-4.15a.518.518 0 0 1 .02-.018c.268-.241.296-.659-.02-.974l-2.8-2.8a.494.494 0 0 1-.018-.02Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 10.5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.146 5.146a.5.5 0 0 1 .708 0l4.5 4.5a.5.5 0 0 1-.708.708l-4.5-4.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},j_=[],N_=t(T_,W_,j_,!1,null,null,null,null);const Q_=N_.exports,X_={name:"IconEvernote"};var J_=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--evernote",attrs:{"aria-hidden":"true",role:"img","data-name":"Evernote",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M22.007 12.614c.075 1.27-.06 2.525-.229 3.783-.168 1.284-.38 2.562-.723 3.813-.224.8-.504 1.575-.901 2.306-.488.894-1.226 1.402-2.244 1.443l-2.874.027c-.477-.013-.958-.11-1.425-.223-.894-.225-1.397-.825-1.545-1.725-.14-.81-.13-1.64.03-2.448.189-.922.75-1.47 1.675-1.577.613-.075 1.238-.058 1.857-.075.154-.005.207.073.153.215a2.021 2.021 0 0 0-.074 1.217c.04.155-.017.23-.195.229a5.823 5.823 0 0 0-.842.04c-.477.064-.72.352-.72.834 0 .154.02.312.05.466.077.38.337.585.707.628.843.095 1.686.104 2.528-.038.506-.085.81-.404.87-.905.114-.976.116-1.94-.171-2.884-.248-.82-.755-1.174-1.6-1.275l-2.52-.405c-.796-.145-1.275-.665-1.44-1.425-.098-.43-.106-.878-.161-1.318-.01-.08-.055-.156-.075-.225-.03.075-.08.159-.088.244-.05.51-.04 1.03-.139 1.53-.12.6-.303 1.175-.502 1.748-.139.401-.462.628-.904.6a28.321 28.321 0 0 1-5.342-1.015l-.48-.155c-.695-.195-1.115-.677-1.305-1.34l-.75-2.89-.555-3.225c-.086-.566-.15-1.142-.062-1.72.115-.834.685-1.427 1.53-1.473l2.668-.046c.096 0 .19.002.28-.02a.923.923 0 0 0 .758-.941l-.038-2.277C7.173.93 7.809.327 8.826.146a7.935 7.935 0 0 1 3.682.195c.7.206 1.1.692 1.287 1.372.043.165.11.225.277.215l1.937.008 2.5.277c.514.072 1.023.188 1.523.315.874.224 1.345.834 1.472 1.692l.268 2.517.225 4.182.007 1.708.003-.014Zm-3.4-.867c-.015-.5-.053-.95-.333-1.338a1.244 1.244 0 0 0-1.852-.112c-.273.3-.37.66-.423 1.05-.006.025.08.094.12.094l.6-.04c.576.006 1.142.085 1.688.295.049.02.102.03.198.058l.002-.007ZM6.59.866a2.865 2.865 0 0 0-.208 1.194l.037 2.2c.004.268-.056.338-.324.338l-2.27.019c-.437 0-.857.075-1.166.209l3.9-4c.015.01.03.025.045.04H6.59Z",fill:"#00A82D"}})])},K_=[],Y_=t(X_,J_,K_,!1,null,null,null,null);const a6=Y_.exports,e6={name:"IconExpand"};var l6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--expand",attrs:{"aria-hidden":"true",role:"img","data-name":"Expand",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.147 7.147a.5.5 0 0 1 .707 0L10 9.293V8.1a.5.5 0 1 1 1 0v2.4a.498.498 0 0 1-.144.351l-.004.005A.497.497 0 0 1 10.5 11H8.1a.5.5 0 0 1 0-1h1.193L7.147 7.854a.5.5 0 0 1 0-.707ZM4.854 4.854a.5.5 0 0 1-.707 0L2 2.707V3.9a.5.5 0 1 1-1 0V1.5a.499.499 0 0 1 .145-.351l.004-.005A.498.498 0 0 1 1.5 1h2.4a.5.5 0 1 1 0 1H2.707l2.147 2.147a.5.5 0 0 1 0 .707Zm0 2.293a.5.5 0 0 1 0 .707L2.707 10H3.9a.5.5 0 1 1 0 1H1.5a.498.498 0 0 1-.351-.144l-.004-.005a.499.499 0 0 1-.145-.35V8.1a.5.5 0 0 1 1 0v1.192l2.147-2.146a.5.5 0 0 1 .707 0ZM7.6 1.5a.5.5 0 0 1 .5-.5h2.4a.5.5 0 0 1 .352.144l.004.005A.499.499 0 0 1 11 1.5v2.4a.5.5 0 0 1-1 0V2.707L7.854 4.854a.5.5 0 1 1-.707-.707L9.293 2H8.1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},t6=[],r6=t(e6,l6,t6,!1,null,null,null,null);const n6=r6.exports,s6={name:"IconExpertNode"};var o6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--expert-node",attrs:{"aria-hidden":"true",role:"img","data-name":"Expert Node",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v6A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V8a.5.5 0 0 1 1 0v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2.543L4.397 4.354a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.707-.708L5.543 6.5H3A1.5 1.5 0 0 1 1.5 5V3Z","clip-rule":"evenodd"}})])},i6=[],c6=t(s6,o6,i6,!1,null,null,null,null);const _6=c6.exports,d6={name:"IconExternalLink"};var v6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--external-link",attrs:{"aria-hidden":"true",role:"img","data-name":"External Link",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 3.5A.5.5 0 0 0 2 4v5.5a.5.5 0 0 0 .5.5H8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3A1.5 1.5 0 0 1 8 11H2.5A1.5 1.5 0 0 1 1 9.5V4a1.5 1.5 0 0 1 1.5-1.5h3a.5.5 0 0 1 0 1h-3Zm4.5-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2H7.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.146a.5.5 0 0 1 0 .708l-5.5 5.5a.5.5 0 1 1-.708-.708l5.5-5.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},u6=[],f6=t(d6,v6,u6,!1,null,null,null,null);const h6=f6.exports,m6={name:"IconEyeOff",created(){this.uniqueID=r("dt-icon")}};var p6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--eye-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Eye Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M5.306 4.6a.5.5 0 0 1-.025.706 1 1 0 1 0 1.414 1.413.5.5 0 0 1 .731.682A2 2 0 1 1 4.6 4.574a.5.5 0 0 1 .706.025ZM6 2c1.934 0 3.308.972 4.18 1.91a7.693 7.693 0 0 1 1.196 1.716 4.383 4.383 0 0 1 .077.16l.004.012.002.003v.001L11 6l.46-.197a.5.5 0 0 1-.007.409c-.24.515-.542.999-.898 1.442a.5.5 0 0 1-.78-.627c.258-.32.481-.664.669-1.028a6.693 6.693 0 0 0-.997-1.409C8.692 3.78 7.566 3 6 3c-.192 0-.384.013-.574.036a.5.5 0 0 1-.124-.992A5.81 5.81 0 0 1 5.999 2Z"}}),a("path",{attrs:{d:"M3.718 3.024a.5.5 0 0 1-.131.694 6.263 6.263 0 0 0-2.03 2.284 6.694 6.694 0 0 0 .997 1.408C3.308 8.222 4.434 9 6 9h.002a4.37 4.37 0 0 0 2.418-.722.5.5 0 0 1 .55.834A5.37 5.37 0 0 1 6 10c-1.934 0-3.307-.97-4.18-1.91A7.694 7.694 0 0 1 .624 6.374a4.515 4.515 0 0 1-.076-.16l-.005-.011-.001-.004-.001-.001s.015-.173.12-.359l-.113-.053a7.263 7.263 0 0 1 2.476-2.894.5.5 0 0 1 .694.132ZM6 10h-.001L6 9.5v.5Z"}}),a("path",{attrs:{d:"M.647.647a.5.5 0 0 1 .707 0l10 10a.5.5 0 1 1-.707.707l-10-10a.5.5 0 0 1 0-.707Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},g6=[],w6=t(m6,p6,g6,!1,null,null,null,null);const $6=w6.exports,Z6={name:"IconEye",created(){this.uniqueID=r("dt-icon")}};var x6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--eye",attrs:{"aria-hidden":"true",role:"img","data-name":"Eye",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M1.556 6a6.694 6.694 0 0 0 .998 1.41C3.308 8.222 4.434 9 6 9c1.566 0 2.693-.778 3.446-1.59A6.693 6.693 0 0 0 10.444 6a6.693 6.693 0 0 0-.998-1.41C8.693 3.78 7.566 3 6 3c-1.566 0-2.692.779-3.446 1.59A6.694 6.694 0 0 0 1.556 6ZM11 6l.46-.197-.001-.002-.002-.003-.004-.011a3.795 3.795 0 0 0-.077-.16A7.687 7.687 0 0 0 10.18 3.91C9.308 2.97 7.934 2 6 2c-1.934 0-3.307.97-4.179 1.909A7.693 7.693 0 0 0 .624 5.626a4.515 4.515 0 0 0-.076.16l-.005.012-.001.003v.001C.54 5.802.54 5.803 1 6l-.46-.197a.5.5 0 0 0 0 .394L1 6l-.46.197.001.001v.001l.002.004.005.01a2.73 2.73 0 0 0 .076.161A7.694 7.694 0 0 0 1.821 8.09c.872.94 2.245 1.91 4.18 1.91 1.933 0 3.307-.971 4.178-1.91a7.688 7.688 0 0 0 1.197-1.716 4.737 4.737 0 0 0 .077-.16l.004-.011.002-.004v-.001L11 6Zm0 0 .46.197a.501.501 0 0 0 0-.394L11 6Z"}}),a("path",{attrs:{d:"M6 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},M6=[],C6=t(Z6,x6,M6,!1,null,null,null,null);const A6=C6.exports,H6={name:"IconFacebook"};var I6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--facebook",attrs:{"aria-hidden":"true",role:"img","data-name":"Facebook",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M20.978 11.989a8.989 8.989 0 1 0-10.394 8.88v-6.282H8.302V11.99h2.282v-1.98c0-2.253 1.342-3.498 3.396-3.498.983 0 2.012.176 2.012.176V8.9h-1.134c-1.117 0-1.465.693-1.465 1.404v1.686h2.493l-.398 2.598h-2.095v6.281c4.297-.674 7.585-4.393 7.585-8.88",fill:"#1877F2"}}),a("path",{attrs:{d:"m15.488 14.587.398-2.598h-2.493v-1.686c0-.711.348-1.404 1.465-1.404h1.134V6.687s-1.03-.176-2.013-.176c-2.053 0-3.395 1.245-3.395 3.497v1.98H8.302v2.6h2.282v6.28a9.036 9.036 0 0 0 2.81 0v-6.28h2.094Z",fill:"#fff"}})])},V6=[],F6=t(H6,I6,V6,!1,null,null,null,null);const b6=F6.exports,B6={name:"IconFactory",created(){this.uniqueID=r("dt-icon")}};var D6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--factory",attrs:{"aria-hidden":"true",role:"img","data-name":"Factory",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94.94A1.5 1.5 0 0 1 2 .5h1A1.5 1.5 0 0 1 4.5 2v3.528l2.71-1.935A.5.5 0 0 1 8 4v1.528l2.71-1.935A.5.5 0 0 1 11.5 4v6a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 10V2c0-.398.158-.78.44-1.06ZM2 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4.972L7.79 6.907A.5.5 0 0 1 7 6.5V4.972L4.29 6.907A.5.5 0 0 1 3.5 6.5V2a.5.5 0 0 0-.5-.5H2ZM3 9a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 3 9Zm2.5 0a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM8 9a.5.5 0 0 1 .5-.5H9a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 8 9Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},R6=[],L6=t(B6,D6,R6,!1,null,null,null,null);const q6=L6.exports,k6={name:"IconFastForward",created(){this.uniqueID=r("dt-icon")}};var y6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--fast-forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Fast Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6.28 2.051a.5.5 0 0 1 .527.054l4.5 3.5a.5.5 0 0 1 0 .79l-4.5 3.5A.5.5 0 0 1 6 9.5v-7a.5.5 0 0 1 .28-.449ZM7 3.522v4.956L10.186 6 7 3.522Z"}}),a("path",{attrs:{d:"M.78 2.051a.5.5 0 0 1 .527.054l4.5 3.5a.5.5 0 0 1 0 .79l-4.5 3.5A.5.5 0 0 1 .5 9.5v-7a.5.5 0 0 1 .28-.449Zm.72 1.471v4.956L4.686 6 1.5 3.522Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},S6=[],z6=t(k6,y6,S6,!1,null,null,null,null);const P6=z6.exports,U6={name:"IconFileAudio"};var O6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--file-audio",attrs:{"aria-hidden":"true",role:"img","data-name":"File Audio",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.946.946A1.49 1.49 0 0 1 3 .5h4.25a.5.5 0 0 1 .354.146l2.75 2.75a.5.5 0 0 1 .146.354V10c0 .387-.156.763-.446 1.054A1.49 1.49 0 0 1 9 11.5h-.25a.5.5 0 0 1 0-1H9a.488.488 0 0 0 .346-.154A.488.488 0 0 0 9.5 10V3.957L7.043 1.5H3a.488.488 0 0 0-.346.154A.488.488 0 0 0 2.5 2v1.5a.5.5 0 0 1-1 0V2c0-.387.156-.763.446-1.054Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 .5a.5.5 0 0 1 .5.5v2.5H10a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5V1A.5.5 0 0 1 7 .5ZM6 9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 1 0v-.5A.5.5 0 0 0 6 9Zm-1.06-.56A1.5 1.5 0 0 1 7.5 9.5v.5a1.5 1.5 0 0 1-3 0v-.5c0-.398.158-.78.44-1.06Zm-4 0A1.5 1.5 0 0 1 3.5 9.5v.5a1.5 1.5 0 0 1-3 0v-.5c0-.398.158-.78.44-1.06ZM2 9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 1 0v-.5A.5.5 0 0 0 2 9Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5.5A2.5 2.5 0 0 0 1.5 8v1.5a.5.5 0 0 1-1 0V8a3.5 3.5 0 1 1 7 0v1.5a.5.5 0 0 1-1 0V8A2.5 2.5 0 0 0 4 5.5Z","clip-rule":"evenodd"}})])},E6=[],G6=t(U6,O6,E6,!1,null,null,null,null);const T6=G6.exports,W6={name:"IconFile"};var j6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--file",attrs:{"aria-hidden":"true",role:"img","data-name":"File",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.94.94A1.5 1.5 0 0 1 3 .5h4.25a.5.5 0 0 1 .354.146l2.75 2.75a.5.5 0 0 1 .146.354V10A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2c0-.398.158-.78.44-1.06ZM3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3.957L7.043 1.5H3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 .5a.5.5 0 0 1 .5.5v2.5H10a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5V1A.5.5 0 0 1 7 .5Z","clip-rule":"evenodd"}})])},N6=[],Q6=t(W6,j6,N6,!1,null,null,null,null);const X6=Q6.exports,J6={name:"IconFiles"};var K6=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--files",attrs:{"aria-hidden":"true",role:"img","data-name":"Files",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.396.896C3.616.676 3.937.5 4.3.5h3.45a.5.5 0 0 1 .354.146l2.25 2.25a.5.5 0 0 1 .146.354V8.2c0 .363-.176.683-.396.904-.22.22-.541.396-.904.396H4.3c-.363 0-.683-.176-.904-.396A1.301 1.301 0 0 1 3 8.2V1.8c0-.363.176-.683.396-.904ZM4.3 1.5c-.037 0-.117.024-.196.104-.08.08-.104.159-.104.196v6.4c0 .037.024.117.104.196.08.08.159.104.196.104h4.9c.037 0 .117-.024.196-.104.08-.08.104-.159.104-.196V3.457L7.543 1.5H4.3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 3.3a.5.5 0 0 1 .5.5v6.4c0 .037.024.117.104.197.08.08.159.103.196.103h4.9a.5.5 0 0 1 0 1H2.3a1.3 1.3 0 0 1-.904-.396A1.301 1.301 0 0 1 1 10.2V3.8a.5.5 0 0 1 .5-.5Zm6-2.8A.5.5 0 0 1 8 1v2h2a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Y6=[],ad=t(J6,K6,Y6,!1,null,null,null,null);const ed=ad.exports,ld={name:"IconFilm",created(){this.uniqueID=r("dt-icon")}};var td=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--film",attrs:{"aria-hidden":"true",role:"img","data-name":"Film",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.09 1.5a.59.59 0 0 0-.59.59v7.82c0 .326.264.59.59.59h7.82a.59.59 0 0 0 .59-.59V2.09a.59.59 0 0 0-.59-.59H2.09ZM.5 2.09C.5 1.212 1.212.5 2.09.5h7.82c.878 0 1.59.712 1.59 1.59v7.82a1.59 1.59 0 0 1-1.59 1.59H2.09A1.59 1.59 0 0 1 .5 9.91V2.09Z"}}),a("path",{attrs:{d:"M3.5.5A.5.5 0 0 1 4 1v10a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm5 0A.5.5 0 0 1 9 1v10a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Z"}}),a("path",{attrs:{d:"M.5 6a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Zm0-2.5A.5.5 0 0 1 1 3h2.5a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm0 5A.5.5 0 0 1 1 8h2.5a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm7.5 0a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Zm0-5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},rd=[],nd=t(ld,td,rd,!1,null,null,null,null);const sd=nd.exports,od={name:"IconFilter",created(){this.uniqueID=r("dt-icon")}};var id=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--filter",attrs:{"aria-hidden":"true",role:"img","data-name":"Filter",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.547 1.29A.5.5 0 0 1 1 1h10a.5.5 0 0 1 .382.823L7.5 6.413V10.5a.5.5 0 0 1-.723.447l-2-1A.5.5 0 0 1 4.5 9.5V6.413L.618 1.823a.5.5 0 0 1-.071-.533Zm1.53.71 3.305 3.907a.5.5 0 0 1 .118.323v2.961l1 .5v-3.46a.5.5 0 0 1 .118-.324L9.923 2H2.078Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},cd=[],_d=t(od,id,cd,!1,null,null,null,null);const dd=_d.exports,vd={name:"IconFingerprint",created(){this.uniqueID=r("dt-icon")}};var ud=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--fingerprint",attrs:{"aria-hidden":"true",role:"img","data-name":"Fingerprint",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5A4.515 4.515 0 0 0 1.5 6a.5.5 0 0 1-1 0C.5 2.974 2.974.5 6 .5a5.5 5.5 0 0 1 4.4 2.2.5.5 0 0 1-.8.6A4.5 4.5 0 0 0 6 1.5Z"}}),a("path",{attrs:{d:"M3.335 4.528a.5.5 0 0 1 .307.637A2.521 2.521 0 0 0 3.5 6c0 1.54-.255 3.096-.526 3.908a.5.5 0 0 1-.948-.316C2.255 8.904 2.5 7.46 2.5 6c0-.408.07-.799.198-1.165a.5.5 0 0 1 .637-.307Zm5.608 3.974a.5.5 0 0 1 .45.546c-.038.389-.198 1.262-.258 1.56a.5.5 0 0 1-.98-.196c.06-.302.21-1.129.242-1.46a.5.5 0 0 1 .546-.45ZM4.94 4.94A1.5 1.5 0 0 1 6 4.5a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5c0 .535-.052 1.3-.133 2.053a.5.5 0 1 1-.994-.106A20.14 20.14 0 0 0 4.5 6c0-.398.158-.78.44-1.06Zm-.243 4.568a.5.5 0 0 1 .405.579 6.524 6.524 0 0 1-.245.892l-.056.173a.5.5 0 1 1-.952-.304l.067-.208c.086-.263.16-.49.202-.727a.5.5 0 0 1 .579-.405ZM7 6.06a.5.5 0 0 1 .5.5v.006c0 .593 0 1.406-.064 2.23-.064.82-.193 1.693-.472 2.39a.5.5 0 1 1-.928-.372c.221-.553.342-1.304.403-2.095A27.9 27.9 0 0 0 6.5 6.56a.5.5 0 0 1 .5-.5ZM.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 8Zm10.3-3.49a.5.5 0 0 1 .59.39c.025.124.04.326.051.54.011.226.019.505.021.802.004.592-.012 1.282-.064 1.808a.5.5 0 0 1-.995-.1c.047-.474.063-1.123.06-1.7a18.44 18.44 0 0 0-.02-.76 3.763 3.763 0 0 0-.033-.39.5.5 0 0 1 .39-.59Z"}}),a("path",{attrs:{d:"M6 3.498a2.5 2.5 0 0 0-1.25.335.5.5 0 1 1-.5-.866A3.5 3.5 0 0 1 9.5 6H9h.5c0 .236 0 .591-.01 1.012a.5.5 0 0 1-1-.024c.01-.409.01-.753.01-.988A2.5 2.5 0 0 0 6 3.498Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},fd=[],hd=t(vd,ud,fd,!1,null,null,null,null);const md=hd.exports,pd={name:"IconFlagOff",created(){this.uniqueID=r("dt-icon")}};var gd=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--flag-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Flag Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.353 7.854a.515.515 0 0 1-.01.01c-.003.002-.003.002 0 0l.004-.004.003-.003.002-.001v-.001h.001Zm.026-.016a.47.47 0 0 0-.037.026.5.5 0 0 1-.696-.718L2 7.5l-.353-.354.002-.002.002-.002.005-.005.014-.013c.01-.009.022-.02.037-.031.029-.025.068-.054.117-.087a2.33 2.33 0 0 1 .428-.22C2.63 6.635 3.194 6.5 4 6.5c.847 0 1.548.28 2.158.525l.028.01C6.82 7.29 7.36 7.5 8 7.5a.5.5 0 0 1 0 1c-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 7.71 4.64 7.5 4 7.5c-.694 0-1.13.115-1.377.214-.124.05-.202.096-.244.124Z"}}),a("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708L2.5 3.207V11a.5.5 0 0 1-1 0V2.207l-.854-.853a.5.5 0 0 1 0-.708ZM3.5 1A.5.5 0 0 1 4 .5c.847 0 1.548.28 2.158.525l.028.01C6.82 1.29 7.36 1.5 8 1.5c.694 0 1.13-.115 1.377-.214a1.341 1.341 0 0 0 .28-.15.5.5 0 0 1 .843.364V7a.5.5 0 0 1-1 0V2.302c-.364.112-.854.198-1.5.198-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 1.71 4.64 1.5 4 1.5a.5.5 0 0 1-.5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},wd=[],$d=t(pd,gd,wd,!1,null,null,null,null);const Zd=$d.exports,xd={name:"IconFlag"};var Md=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--flag",attrs:{"aria-hidden":"true",role:"img","data-name":"Flag",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.252.786C2.63.635 3.194.5 4 .5c.847 0 1.548.28 2.158.525l.028.01C6.82 1.29 7.36 1.5 8 1.5c.694 0 1.13-.115 1.377-.214a1.341 1.341 0 0 0 .28-.15.5.5 0 0 1 .843.364v6a.5.5 0 0 1-.146.354L10 7.5l.354.354h-.002v.002l-.003.002-.005.005-.014.013c-.01.009-.022.02-.037.031a1.271 1.271 0 0 1-.117.087c-.1.066-.24.145-.428.22C9.37 8.365 8.806 8.5 8 8.5c-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 7.71 4.64 7.5 4 7.5c-.694 0-1.13.115-1.377.214a1.688 1.688 0 0 0-.123.055V11a.5.5 0 0 1-1 0V1.5a.5.5 0 0 1 .146-.354L2 1.5l-.354-.354h.002v-.002l.003-.002.005-.005.014-.013c.01-.009.022-.02.037-.031.029-.025.068-.054.117-.087a2.33 2.33 0 0 1 .428-.22Zm.248.983v4.93c.364-.113.854-.199 1.5-.199.847 0 1.548.28 2.158.525l.028.01C6.82 7.29 7.36 7.5 8 7.5c.694 0 1.13-.115 1.377-.214a2.79 2.79 0 0 0 .123-.055v-4.93c-.364.113-.854.199-1.5.199-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 1.71 4.64 1.5 4 1.5c-.694 0-1.13.115-1.377.214a1.688 1.688 0 0 0-.123.055Z","clip-rule":"evenodd"}})])},Cd=[],Ad=t(xd,Md,Cd,!1,null,null,null,null);const Hd=Ad.exports,Id={name:"IconFlame"};var Vd=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--flame",attrs:{"aria-hidden":"true",role:"img","data-name":"Flame",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.807 1.039a.498.498 0 0 1 .685.372c.228 1.127.91 2.22 1.82 2.949C9.4 5.23 9.998 6.31 10 7.494V7.5a4 4 0 1 1-8 0c0-.687.253-1.368.61-1.813A.5.5 0 0 1 3.5 6a.75.75 0 0 0 1.5.003V6c0-.43-.106-.628-.29-.976a12.41 12.41 0 0 1-.157-.3c-.325-.65-.369-1.299-.141-1.93.217-.605.669-1.152 1.25-1.663a.497.497 0 0 1 .145-.092Zm-.36 3.237c.037.074.077.148.118.223.203.375.434.8.435 1.497V6a1.75 1.75 0 0 1-2.982 1.242A1.932 1.932 0 0 0 3 7.5a3 3 0 0 0 6 .005V7.5c0-.815-.402-1.631-1.312-2.36a6.285 6.285 0 0 1-1.933-2.68 2.32 2.32 0 0 0-.403.673c-.128.358-.116.723.095 1.144Z","clip-rule":"evenodd"}})])},Fd=[],bd=t(Id,Vd,Fd,!1,null,null,null,null);const Bd=bd.exports,Dd={name:"IconFocus"};var Rd=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--focus",attrs:{"aria-hidden":"true",role:"img","data-name":"Focus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM10.5 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Ld=[],qd=t(Dd,Rd,Ld,!1,null,null,null,null);const kd=qd.exports,yd={name:"IconFolderTree"};var Sd=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--folder-tree",attrs:{"aria-hidden":"true",role:"img","data-name":"Folder Tree",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.793 1.293A1 1 0 0 1 6.5 1h1a1 1 0 0 1 .8.4l.45.6H10a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1H6.5a1 1 0 0 1-1-1V2a1 1 0 0 1 .293-.707ZM7.5 2h-1v2.5H10V3H8.75a1 1 0 0 1-.8-.4L7.5 2l.4-.3-.4.3Zm-.061 4.5a1 1 0 0 1 .898.55l.002.005.218.445H10a1 1 0 0 1 1 1V10a1 1 0 0 1-1 1H6.5a1 1 0 0 1-1-1V7.5a1 1 0 0 1 1-1h.939Zm.001 1H6.5V10H10V8.5H8.561m-1.118-1H7.44M1.5 1a.5.5 0 0 1 .5.5v1c0 .274.226.5.5.5H4a.5.5 0 0 1 0 1H2.5C1.674 4 1 3.326 1 2.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V8c0 .274.226.5.5.5H4a.5.5 0 0 1 0 1H2.5C1.674 9.5 1 8.826 1 8V1.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},zd=[],Pd=t(yd,Sd,zd,!1,null,null,null,null);const Ud=Pd.exports,Od={name:"IconFolder"};var Ed=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--folder",attrs:{"aria-hidden":"true",role:"img","data-name":"Folder",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.44A1.5 1.5 0 0 1 2 1h1.968a1.5 1.5 0 0 1 1.242.671l.413.604a.5.5 0 0 0 .414.225H10A1.5 1.5 0 0 1 11.5 4v5a1.5 1.5 0 0 1-1.5 1.5H2C1.174 10.5.5 9.826.5 9V2.5c0-.398.158-.78.44-1.06ZM2 2a.5.5 0 0 0-.5.5V9c0 .274.226.5.5.5h8a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H6.032a1.5 1.5 0 0 1-1.242-.671l-.413-.604A.5.5 0 0 0 3.963 2H2Z","clip-rule":"evenodd"}})])},Gd=[],Td=t(Od,Ed,Gd,!1,null,null,null,null);const Wd=Td.exports,jd={name:"IconFolders"};var Nd=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--folders",attrs:{"aria-hidden":"true",role:"img","data-name":"Folders",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.94 1.94A1.5 1.5 0 0 1 4 1.5h1.968a1.5 1.5 0 0 1 1.242.671l.413.604A.5.5 0 0 0 8.037 3H10a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 10 9H4c-.826 0-1.5-.674-1.5-1.5V3c0-.398.158-.78.44-1.06ZM4 2.5a.5.5 0 0 0-.5.5v4.5c0 .274.226.5.5.5h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 10 4H8.032a1.5 1.5 0 0 1-1.242-.671l-.413-.604a.5.5 0 0 0-.414-.225H4Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3.5a.5.5 0 0 1 .5.5v5.5c0 .274.226.5.5.5h7a.5.5 0 0 1 0 1H2c-.826 0-1.5-.674-1.5-1.5V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Qd=[],Xd=t(jd,Nd,Qd,!1,null,null,null,null);const Jd=Xd.exports,Kd={name:"IconFood",created(){this.uniqueID=r("dt-icon")}};var Yd=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--food",attrs:{"aria-hidden":"true",role:"img","data-name":"Food",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.87.517a.5.5 0 0 1 .61.34l3 10a.5.5 0 0 1-.623.622l-10-3a.5.5 0 0 1-.34-.608 10.429 10.429 0 0 1 2.69-4.664A10.438 10.438 0 0 1 7.871.516ZM3.915 3.914a9.438 9.438 0 0 0-2.293 3.75l1.01.304c.407-1.345 1-2.484 1.874-3.39.88-.911 2.015-1.558 3.46-1.957l-.3-1a9.444 9.444 0 0 0-3.751 2.293Zm4.338-.335c-1.313.359-2.289.928-3.027 1.693-.735.762-1.262 1.747-1.635 2.983l6.665 2-2.003-6.676ZM7 5.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-2 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5Zm2.5.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},a8=[],e8=t(Kd,Yd,a8,!1,null,null,null,null);const l8=e8.exports,t8={name:"IconFormInput"};var r8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--form-input",attrs:{"aria-hidden":"true",role:"img","data-name":"Form Input",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 3.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H2ZM.5 4A1.5 1.5 0 0 1 2 2.5h8A1.5 1.5 0 0 1 11.5 4v4A1.5 1.5 0 0 1 10 9.5H2A1.5 1.5 0 0 1 .5 8V4ZM3 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 6Zm2.5 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM8 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5A.5.5 0 0 1 8 6Z","clip-rule":"evenodd"}})])},n8=[],s8=t(t8,r8,n8,!1,null,null,null,null);const o8=s8.exports,i8={name:"IconForward"};var c8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.646 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 6.5H4.5A1.5 1.5 0 0 0 3 8v1a.5.5 0 0 1-1 0V8a2.5 2.5 0 0 1 2.5-2.5h4.793L7.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},_8=[],d8=t(i8,c8,_8,!1,null,null,null,null);const v8=d8.exports,u8={name:"IconFreshsalesCrm"};var f8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--freshsales-crm",attrs:{"aria-hidden":"true",role:"img","data-name":"Freshsales Crm",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M20 2.067h-8.813a9.62 9.62 0 0 0-4.074 1.266 9.9 9.9 0 0 0-4.993 8.46c0 9.047 9.027 10.067 9.027 10.067S18.6 23.28 21.64 14.2c.143-.444.217-.907.22-1.373l.073-8.947A3.227 3.227 0 0 0 20 2.067Z",fill:"#FFA800"}}),a("path",{attrs:{d:"M12.1 10.927a1.947 1.947 0 1 0 0-3.894 1.947 1.947 0 0 0 0 3.894Zm-4.367.733h8.527l-3.393 3.407-.027 1.9h-1.687v-1.914l-3.42-3.393Z",fill:"#fff"}})])},h8=[],m8=t(u8,f8,h8,!1,null,null,null,null);const p8=m8.exports,g8={name:"IconFront",created(){this.uniqueID=r("dt-icon")}};var w8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--front",attrs:{"aria-hidden":"true",role:"img","data-name":"Front",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.223 5.45a3.302 3.302 0 0 1 3.302-3.302h10.59v4.7a1.65 1.65 0 0 1-1.65 1.651h-4.33a1.588 1.588 0 0 0-1.561 1.566v10.279c0 .912-.74 1.65-1.651 1.65h-4.7V5.452z",fill:"#001B38"}}),a("path",{attrs:{d:"M8.914 10.127a4.287 4.287 0 1 0 8.574 0 4.287 4.287 0 0 0-8.574 0z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{opacity:".5",d:"M8.914 10.127a4.287 4.287 0 1 0 8.574 0 4.287 4.287 0 0 0-8.574 0z",fill:`url(#${e.uniqueID}b)`}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"10.182",y1:"6.913",x2:"16.629",y2:"13.404",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FF0057","stop-opacity":".16"}}),a("stop",{attrs:{offset:".861","stop-color":"#FF0057"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"10.182",y1:"6.913",x2:"16.629",y2:"13.404",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FF0057","stop-opacity":".16"}}),a("stop",{attrs:{offset:".861","stop-color":"#FF0057"}})],1)],1)])},$8=[],Z8=t(g8,w8,$8,!1,null,null,null,null);const x8=Z8.exports,M8={name:"IconGamepad",created(){this.uniqueID=r("dt-icon")}};var C8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--gamepad",attrs:{"aria-hidden":"true",role:"img","data-name":"Gamepad",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M4 4a.5.5 0 0 1 .5.5V5H5a.5.5 0 1 1 0 1h-.5v.5a.5.5 0 1 1-1 0V6H3a.5.5 0 0 1 0-1h.5v-.5A.5.5 0 0 1 4 4Zm4.5 1a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H9a.5.5 0 0 1-.5-.5ZM7 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5A.5.5 0 0 1 7 6Z"}}),a("path",{attrs:{d:"M7.043 8.499A.505.505 0 0 1 7 8.5H4.914a.5.5 0 0 0-.353.147l-.72.72c-.255.255-.633.633-1.34.633a2 2 0 0 1-2-2c0-.809.306-3.362.345-3.686l.001-.01a.404.404 0 0 0 .003-.022l.004-.041a2.5 2.5 0 0 1 2.486-2.24H8.5c.027 0 .054.002.08.006A.504.504 0 0 1 8.66 2a2.5 2.5 0 0 1 2.49 2.283l.003.019.001.01v.002c.04.327.346 2.877.346 3.686a2 2 0 0 1-2 2c-.707 0-1.085-.378-1.34-.633l-.72-.72a.5.5 0 0 0-.354-.147h-.043ZM8.58 2.994A.503.503 0 0 1 8.5 3H3.34a1.5 1.5 0 0 0-1.49 1.347l-.001.006v.002a3.71 3.71 0 0 1-.01.079C1.796 4.803 1.5 7.269 1.5 8a1 1 0 0 0 1 1c.28 0 .402-.108.647-.353l.707-.707a1.5 1.5 0 0 1 1.06-.44H7l.043.002a1.5 1.5 0 0 1 1.104.438l.707.707c.245.245.366.353.646.353a1 1 0 0 0 1-1c0-.73-.293-3.193-.338-3.565a1.664 1.664 0 0 1-.006-.05l-.003-.03-.001-.008A1.5 1.5 0 0 0 8.66 3a.504.504 0 0 1-.08-.006Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},A8=[],H8=t(M8,C8,A8,!1,null,null,null,null);const I8=H8.exports,V8={name:"IconGauge"};var F8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--gauge",attrs:{"aria-hidden":"true",role:"img","data-name":"Gauge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.104 5.396a.5.5 0 0 1 0 .708l-1.75 1.75a.5.5 0 1 1-.708-.708l1.75-1.75a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 7.3c0-2.698 2.246-4.8 5-4.8s5 2.102 5 4.8c0 .679-.168 1.343-.386 1.886a.5.5 0 1 1-.928-.372C9.869 8.357 10 7.821 10 7.3c0-2.102-1.754-3.8-4-3.8S2 5.198 2 7.3c0 .521.131 1.057.314 1.514a.5.5 0 1 1-.928.372C1.169 8.643 1 7.979 1 7.3Z","clip-rule":"evenodd"}})])},b8=[],B8=t(V8,F8,b8,!1,null,null,null,null);const D8=B8.exports,R8={name:"IconGifFilled"};var L8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--gif-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Gif Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.5 1.063c-.794 0-1.437.644-1.437 1.437v7c0 .794.643 1.438 1.437 1.438h7c.794 0 1.438-.644 1.438-1.438v-7c0-.793-.644-1.437-1.438-1.437h-7ZM4 4.313c-.794 0-1.437.644-1.437 1.437v.5c0 .794.643 1.438 1.437 1.438h.5a.437.437 0 0 0 .438-.438V6a.437.437 0 0 0-.438-.437h-.25a.437.437 0 0 0-.187.833v.417H4a.563.563 0 0 1-.562-.563v-.5c0-.31.252-.562.562-.562h.5a.437.437 0 1 0 0-.875H4Zm2.438.437a.437.437 0 1 0-.875 0v2.5a.438.438 0 0 0 .875 0v-2.5ZM7.5 4.313a.437.437 0 0 0-.437.437v2.5a.438.438 0 0 0 .875 0v-.812H8.5a.437.437 0 1 0 0-.875h-.562v-.375H9a.437.437 0 1 0 0-.875H7.5Z",fill:"currentColor"}})])},q8=[],k8=t(R8,L8,q8,!1,null,null,null,null);const y8=k8.exports,S8={name:"IconGifOutline"};var z8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--gif-outline",attrs:{"aria-hidden":"true",role:"img","data-name":"Gif Outline",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7ZM2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm0 4A1.5 1.5 0 0 1 4 4.5h.5a.5.5 0 1 1 0 1H4a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 4 7v-.316a.5.5 0 0 1 .25-.934h.25a.5.5 0 0 1 .5.5V7.5a.5.5 0 0 1-.5.5H4a1.5 1.5 0 0 1-1.5-1.5V6ZM6 4.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5ZM7 5a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H8v.25h.5a.5.5 0 1 1 0 1H8v.75a.5.5 0 1 1-1 0V5Z",fill:"currentColor"}})])},P8=[],U8=t(S8,z8,P8,!1,null,null,null,null);const O8=U8.exports,E8={name:"IconGiphy"};var G8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--giphy",attrs:{"aria-hidden":"true",role:"img","data-name":"Giphy",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 2.667h8v10.666H4V2.667Z",fill:"currentColor"}}),a("path",{attrs:{d:"M2 2h2v12H2V2Z",fill:"#04FF8E"}}),a("path",{attrs:{d:"M12 5.333h2V14h-2V5.333Z",fill:"#8E2EFF"}}),a("path",{attrs:{d:"M2 13.333h12v2H2v-2Z",fill:"#00C5FF"}}),a("path",{attrs:{d:"M2 .667h6.667v2H2v-2Z",fill:"#FFF152"}}),a("path",{attrs:{d:"M12.223 4.222V2.445h-1.779V.667H8.667V6H14V4.222",fill:"#FF5B5B"}}),a("path",{attrs:{d:"M12 7.333V6h2",fill:"#551C99"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.667.667v2H7.333",fill:"#999131"}})])},T8=[],W8=t(E8,G8,T8,!1,null,null,null,null);const j8=W8.exports,N8={name:"IconGlobe2",created(){this.uniqueID=r("dt-icon")}};var Q8=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--globe-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Globe 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.612 5H2.5A1.5 1.5 0 0 1 4 6.5V7a.5.5 0 0 0 .5.5A1.5 1.5 0 0 1 6 9v1.5c.344 0 .678-.039 1-.111V8.5A1.5 1.5 0 0 1 8.5 7h1.889a4.513 4.513 0 0 0-.145-2.5H9a.5.5 0 0 0-.5.5 1.5 1.5 0 0 1-3 0 .5.5 0 0 0-.49-.5 2 2 0 0 1-1.982-1.334A.5.5 0 0 1 3 3v-.354A4.497 4.497 0 0 0 1.612 5Zm2.387-3.032L4 2v.906A1 1 0 0 0 5 3.5 1.5 1.5 0 0 1 6.5 5a.5.5 0 0 0 1 0A1.5 1.5 0 0 1 9 3.5h.742A4.496 4.496 0 0 0 6 1.5c-.719 0-1.398.169-2.001.468ZM10.032 8H8.5a.5.5 0 0 0-.5.5v1.532A4.519 4.519 0 0 0 10.032 8Zm-4.417 3.487a5.5 5.5 0 1 0-.323-.032.5.5 0 0 0 .323.032ZM5 10.389A4.502 4.502 0 0 1 1.5 6h1a.5.5 0 0 1 .5.5V7a1.5 1.5 0 0 0 1.5 1.5.5.5 0 0 1 .5.5v1.389Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},X8=[],J8=t(N8,Q8,X8,!1,null,null,null,null);const K8=J8.exports,Y8={name:"IconGmail"};var av=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--gmail",attrs:{"aria-hidden":"true",role:"img","data-name":"Gmail",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M6.545 20.004v-7.727L4.15 10.084 2 8.867v9.773c0 .755.611 1.364 1.364 1.364h3.181z",fill:"#4285F4"}}),a("path",{attrs:{d:"M17.454 20.004h3.182c.755 0 1.364-.612 1.364-1.364V8.868l-2.434 1.393-2.111 2.016v7.727z",fill:"#34A853"}}),a("path",{attrs:{d:"m6.545 12.277-.326-3.02.326-2.89L12 10.458l5.454-4.09.365 2.733-.364 3.176L12 16.367l-5.455-4.09z",fill:"#EA4335"}}),a("path",{attrs:{d:"M17.454 6.367v5.91L22 8.867V7.05c0-1.686-1.925-2.647-3.273-1.636l-1.273.954z",fill:"#FBBC04"}}),a("path",{attrs:{d:"m2 8.867 2.09 1.568 2.455 1.841V6.368l-1.272-.954C3.923 4.4 2 5.363 2 7.049v1.818z",fill:"#C5221F"}})])},ev=[],lv=t(Y8,av,ev,!1,null,null,null,null);const tv=lv.exports,rv={name:"IconGoogleBusinessMessaging"};var nv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-business-messaging",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Business Messaging",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M20.331 7.245A6.191 6.191 0 0 0 14.312 2.5H7.939a6.187 6.187 0 0 0-4.252 10.683z",fill:"#86a9ff"}}),a("path",{attrs:{d:"M3.686 13.182A6.114 6.114 0 0 0 5.29 16.01l6.369 6.369a.42.42 0 0 0 .717-.298v-4.205h3.688a6.187 6.187 0 0 0 6.186-6.294 6.106 6.106 0 0 0-1.919-4.337z",fill:"#578cff"}}),a("path",{attrs:{d:"M14.313 14.875a6.187 6.187 0 0 0 6.018-7.63 6.337 6.337 0 0 0-4.37-1.745H9.687A6.187 6.187 0 0 0 3.5 11.688a6.1 6.1 0 0 0 .186 1.494 6.167 6.167 0 0 0 4.251 1.693z",fill:"#0057cc"}})])},sv=[],ov=t(rv,nv,sv,!1,null,null,null,null);const iv=ov.exports,cv={name:"IconGoogleCalendar"};var _v=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-calendar",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Calendar",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M17.263 6.737H6.737v10.526h10.526V6.737z",fill:"#fff"}}),a("path",{attrs:{d:"M17.263 22 22 17.263l-2.368-.404-2.369.404-.432 2.166.432 2.571z",fill:"#EA4335"}}),a("path",{attrs:{d:"M2 17.263v3.158A1.58 1.58 0 0 0 3.579 22h3.158l.486-2.368-.486-2.369-2.58-.404L2 17.263z",fill:"#188038"}}),a("path",{attrs:{d:"M22 6.737V3.579A1.58 1.58 0 0 0 20.421 2h-3.158c-.288 1.175-.432 2.04-.432 2.593 0 .555.144 1.27.432 2.144 1.048.3 1.837.45 2.369.45.53 0 1.32-.15 2.368-.45z",fill:"#1967D2"}}),a("path",{attrs:{d:"M22 6.737h-4.737v10.526H22V6.737z",fill:"#FBBC04"}}),a("path",{attrs:{d:"M17.263 17.263H6.737V22h10.526v-4.737z",fill:"#34A853"}}),a("path",{attrs:{d:"M17.263 2H3.58A1.58 1.58 0 0 0 2 3.579v13.684h4.737V6.737h10.526V2z",fill:"#4285F4"}}),a("path",{attrs:{d:"M8.896 14.903c-.393-.266-.666-.654-.814-1.168l.913-.376c.083.316.227.56.434.734.205.174.455.26.747.26.299 0 .556-.091.77-.273a.87.87 0 0 0 .322-.693.86.86 0 0 0-.339-.703c-.226-.181-.51-.272-.85-.272h-.528v-.904h.474c.292 0 .538-.079.738-.237a.78.78 0 0 0 .3-.649c0-.244-.09-.44-.268-.585a1.042 1.042 0 0 0-.68-.22c-.269 0-.482.071-.64.215a1.26 1.26 0 0 0-.345.527l-.904-.376c.12-.34.34-.64.662-.899.323-.259.734-.39 1.234-.39.37 0 .703.072.998.215.295.144.526.342.693.595.167.254.25.538.25.854 0 .322-.077.595-.233.818a1.606 1.606 0 0 1-.572.515v.054c.292.12.546.318.734.572a1.5 1.5 0 0 1 .287.921c0 .358-.09.678-.272.958-.182.28-.433.501-.752.662-.32.16-.679.242-1.077.242a2.232 2.232 0 0 1-1.282-.397zm5.61-4.532-1.003.725-.502-.76L14.8 9.038h.69v6.12h-.985V10.37z",fill:"#4285F4"}})])},dv=[],vv=t(cv,_v,dv,!1,null,null,null,null);const uv=vv.exports,fv={name:"IconGoogleDocs",created(){this.uniqueID=r("dt-icon")}};var hv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-docs",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Docs",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v19A1.5 1.5 0 0 0 5.5 23h13a1.5 1.5 0 0 0 1.5-1.5V7l-6-6H5.5Z",fill:"#4E8DF5"}}),a("path",{attrs:{d:"M5.5 23A1.5 1.5 0 0 1 4 21.5v-.25a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v.25a1.5 1.5 0 0 1-1.5 1.5h-13Z",fill:"#417EE9"}}),a("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v.25a1.5 1.5 0 0 1 1.5-1.5h8.75L14 1H5.5Z",fill:"#639AF6"}}),a("path",{attrs:{d:"M20 12.125V7l-.875-.875h-4.22a.375.375 0 0 0-.265.64l5.36 5.36Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"m14 1 6 6h-4.5A1.5 1.5 0 0 1 14 5.5V1Z",fill:"#A6C5FA"}}),a("path",{attrs:{d:"M16 12H8v1h8v-1Zm0 2H8v1h8v-1Zm-8 2h8v1H8v-1Zm6 2H8v1h6v-1Z",fill:"#fff"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"17",y1:"12.125",x2:"17",y2:"6",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#4E8DF5"}}),a("stop",{attrs:{offset:"1","stop-color":"#3D6ACD"}})],1)],1)])},mv=[],pv=t(fv,hv,mv,!1,null,null,null,null);const gv=pv.exports,wv={name:"IconGoogleDrive"};var $v=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-drive",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Drive",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"m3.512 18.315.882 1.524c.183.32.447.572.756.756.886-1.125 1.503-1.988 1.85-2.59.353-.61.786-1.564 1.3-2.863-1.385-.182-2.435-.273-3.15-.273-.686 0-1.736.09-3.15.273 0 .355.092.71.275 1.031l1.237 2.142z",fill:"#0066DA"}}),a("path",{attrs:{d:"M18.85 20.595a2.08 2.08 0 0 0 .756-.756l.367-.63 1.752-3.036c.18-.314.275-.67.275-1.03-1.422-.183-2.47-.274-3.144-.274-.724 0-1.772.09-3.145.273.508 1.306.936 2.26 1.283 2.864.35.608.97 1.471 1.856 2.589z",fill:"#EA4335"}}),a("path",{attrs:{d:"M12 8.727c1.025-1.237 1.732-2.192 2.12-2.863.312-.54.655-1.404 1.03-2.59A2.014 2.014 0 0 0 14.12 3H9.88a2.13 2.13 0 0 0-1.031.275c.477 1.36.882 2.327 1.214 2.903.368.636 1.013 1.486 1.936 2.55z",fill:"#00832D"}}),a("path",{attrs:{d:"M15.7 15.142H8.3l-3.15 5.453c.31.183.664.275 1.031.275h11.638a2.14 2.14 0 0 0 1.031-.275l-3.15-5.453z",fill:"#2684FC"}}),a("path",{attrs:{d:"M12 8.727 8.85 3.275a2.08 2.08 0 0 0-.756.756l-5.82 10.08c-.179.314-.274.67-.274 1.031h6.3L12 8.727z",fill:"#00AC47"}}),a("path",{attrs:{d:"m18.816 9.071-2.91-5.04a2.08 2.08 0 0 0-.756-.756L12 8.727l3.7 6.415h6.289c0-.355-.092-.71-.275-1.03l-2.898-5.04z",fill:"#FFBA00"}})])},Zv=[],xv=t(wv,$v,Zv,!1,null,null,null,null);const Mv=xv.exports,Cv={name:"IconGoogleGlyph"};var Av=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-glyph",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Glyph",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.64 12.205c0-.639-.057-1.252-.164-1.841H12v3.481h4.844a4.14 4.14 0 0 1-1.796 2.716v2.259h2.908c1.702-1.567 2.684-3.875 2.684-6.615Z",fill:"#4285F4"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 21c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711H3.957v2.332A8.997 8.997 0 0 0 12 21Z",fill:"#34A853"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.964 13.71A5.41 5.41 0 0 1 6.682 12c0-.593.102-1.17.282-1.71V7.958H3.957a9.005 9.005 0 0 0 0 8.084l3.007-2.332Z",fill:"#FBBC05"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 6.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C16.463 3.891 14.426 3 12 3a8.997 8.997 0 0 0-8.043 4.958l3.007 2.332C7.672 8.163 9.656 6.58 12 6.58Z",fill:"#EA4335"}})])},Hv=[],Iv=t(Cv,Av,Hv,!1,null,null,null,null);const Vv=Iv.exports,Fv={name:"IconGoogleSheets",created(){this.uniqueID=r("dt-icon")}};var bv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-sheets",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Sheets",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v19A1.5 1.5 0 0 0 5.5 23h13a1.5 1.5 0 0 0 1.5-1.5V7l-6-6H5.5Z",fill:"#20A464"}}),a("path",{attrs:{d:"M5.5 23A1.5 1.5 0 0 1 4 21.5v-.25a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v.25a1.5 1.5 0 0 1-1.5 1.5h-13Z",fill:"#149456"}}),a("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v.25a1.5 1.5 0 0 1 1.5-1.5h8.75L14 1H5.5Z",fill:"#38AE74"}}),a("path",{attrs:{d:"M20 12.125V7l-.875-.875h-4.22a.375.375 0 0 0-.265.64l5.36 5.36Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"m14 1 6 6h-4.5A1.5 1.5 0 0 1 14 5.5V1Z",fill:"#8ED1B1"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16 11.75V19H8v-7.25h8Zm-4.5 1H9V14h2.5v-1.25Zm1 1.25v-1.25H15V14h-2.5Zm-1 .75H9V16h2.5v-1.25Zm1 1.25v-1.25H15V16h-2.5Zm-1 .75H9V18h2.5v-1.25Zm1 1.25v-1.25H15V18h-2.5Z",fill:"#fff"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"17.265",y1:"12.125",x2:"17.265",y2:"6",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#20A464"}}),a("stop",{attrs:{offset:"1","stop-color":"#207E55"}})],1)],1)])},Bv=[],Dv=t(Fv,bv,Bv,!1,null,null,null,null);const Rv=Dv.exports,Lv={name:"IconGoogleSlides",created(){this.uniqueID=r("dt-icon")}};var qv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--google-slides",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Slides",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v19A1.5 1.5 0 0 0 5.5 23h13a1.5 1.5 0 0 0 1.5-1.5V7l-6-6H5.5Z",fill:"#F4B70A"}}),a("path",{attrs:{d:"M5.5 23A1.5 1.5 0 0 1 4 21.5v-.25a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v.25a1.5 1.5 0 0 1-1.5 1.5h-13Z",fill:"#EFA904"}}),a("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v.25a1.5 1.5 0 0 1 1.5-1.5h8.75L14 1H5.5Z",fill:"#F6C028"}}),a("path",{attrs:{d:"M20 12.125V7l-.875-.875h-4.22a.375.375 0 0 0-.265.64l5.36 5.36Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"m14 1 6 6h-4.5A1.5 1.5 0 0 1 14 5.5V1Z",fill:"#FADC87"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.5 11a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm6.5 2.25H9v3.5h6v-3.5Z",fill:"#fff"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"17.265",y1:"12.125",x2:"17.265",y2:"6",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#F4B70A"}}),a("stop",{attrs:{offset:"1","stop-color":"#E2930A"}})],1)],1)])},kv=[],yv=t(Lv,qv,kv,!1,null,null,null,null);const Sv=yv.exports,zv={name:"IconGreenhouse"};var Pv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--greenhouse",attrs:{"aria-hidden":"true",role:"img","data-name":"Greenhouse",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M14.767 8.821c0 .784-.331 1.477-.874 2.02-.603.603-1.477.754-1.477 1.266 0 .693 1.115.482 2.185 1.552.709.709 1.146 1.643 1.146 2.728 0 2.14-1.718 3.844-3.874 3.844C9.718 20.23 8 18.529 8 16.389c0-1.085.437-2.02 1.145-2.728 1.07-1.07 2.186-.86 2.186-1.553 0-.512-.874-.663-1.477-1.266-.543-.542-.874-1.235-.874-2.05a2.843 2.843 0 0 1 2.848-2.833c.302 0 .573.046.799.046.407 0 .618-.181.618-.468 0-.165-.075-.376-.075-.603 0-.512.437-.934.964-.934.528 0 .95.437.95.965 0 .557-.437.813-.769.934-.271.09-.482.211-.482.482 0 .511.934 1.009.934 2.44Zm-.301 7.568c0-1.492-1.1-2.698-2.593-2.698-1.492 0-2.592 1.206-2.592 2.698 0 1.477 1.1 2.698 2.592 2.698 1.493 0 2.593-1.223 2.593-2.698Zm-.89-7.598c0-.95-.768-1.733-1.703-1.733-.934 0-1.703.784-1.703 1.733 0 .95.769 1.733 1.703 1.733.935 0 1.704-.783 1.704-1.733Z",fill:"#23A47F"}})])},Uv=[],Ov=t(zv,Pv,Uv,!1,null,null,null,null);const Ev=Ov.exports,Gv={name:"IconGrid"};var Tv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--grid",attrs:{"aria-hidden":"true",role:"img","data-name":"Grid",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Zm3 0a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Wv=[],jv=t(Gv,Tv,Wv,!1,null,null,null,null);const Nv=jv.exports,Qv={name:"IconGripHorizontal"};var Xv=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--grip-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"Grip Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 4.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-7 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-7 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},Jv=[],Kv=t(Qv,Xv,Jv,!1,null,null,null,null);const Yv=Kv.exports,au={name:"IconGripVertical"};var eu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--grip-vertical",attrs:{"aria-hidden":"true",role:"img","data-name":"Grip Vertical",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0-3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3-3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0-3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},lu=[],tu=t(au,eu,lu,!1,null,null,null,null);const ru=tu.exports,nu={name:"IconHand",created(){this.uniqueID=r("dt-icon")}};var su=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hand",attrs:{"aria-hidden":"true",role:"img","data-name":"Hand",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.94.94a1.5 1.5 0 0 1 2.324.253 1.5 1.5 0 0 1 2.183.913A1.5 1.5 0 0 1 11.5 3.5V7A4.5 4.5 0 0 1 7 11.5H6c-1.534 0-2.51-.484-3.347-1.315l-.002-.001-1.8-1.8A1.5 1.5 0 0 1 2.5 5.966V2.5a1.5 1.5 0 0 1 2.236-1.307 1.5 1.5 0 0 1 .203-.254ZM4.5 2.5v2.75a.5.5 0 0 0 1 0V2a.5.5 0 1 1 1 0v3a.5.5 0 0 0 1 0V2.5a.5.5 0 1 1 1 0v3a.5.5 0 0 0 1 0v-2a.5.5 0 1 1 1 0V7A3.5 3.5 0 0 1 7 10.5H6c-1.265 0-1.99-.376-2.642-1.024L1.569 7.687a.5.5 0 0 1 .707-.704l.37.37.5.5a.5.5 0 1 0 .708-.707L3.5 6.793V2.5a.5.5 0 1 1 1 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},ou=[],iu=t(nu,su,ou,!1,null,null,null,null);const cu=iu.exports,_u={name:"IconHardDrive"};var du=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hard-drive",attrs:{"aria-hidden":"true",role:"img","data-name":"Hard Drive",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 6a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.62 1.5h4.76a1.5 1.5 0 0 1 1.342.832l1.725 3.444A.5.5 0 0 1 11.5 6v3a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V6a.5.5 0 0 1 .053-.224l1.724-3.443A1.503 1.503 0 0 1 3.62 1.5Zm-.895 1.055.447.224L1.5 6.119V9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.118l-1.672-3.34A.5.5 0 0 0 8.38 2.5m-4.76 0a.5.5 0 0 0-.447.277l-.448-.222","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},vu=[],uu=t(_u,du,vu,!1,null,null,null,null);const fu=uu.exports,hu={name:"IconHashBold"};var mu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hash-bold",attrs:{"aria-hidden":"true",role:"img","data-name":"Hash Bold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.068 1.397a.938.938 0 0 1 1.864.207l-.218 1.959h1.114l.24-2.166a.938.938 0 0 1 1.864.207l-.218 1.959H10a.937.937 0 1 1 0 1.875H8.506L8.38 6.563H10a.937.937 0 1 1 0 1.875H8.172l-.24 2.166a.937.937 0 0 1-1.864-.207l.218-1.96H5.172l-.24 2.167a.937.937 0 0 1-1.864-.207l.218-1.96H2a.937.937 0 1 1 0-1.874h1.494l.125-1.125H2a.937.937 0 1 1 0-1.875h1.828l.24-2.166ZM4.715 4.3a.501.501 0 0 1-.253.226.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226.5.5 0 0 1-.156-.174Zm2.747.226a.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226.5.5 0 0 1-.156-.174.501.501 0 0 1-.253.226ZM7.382 7.3a.501.501 0 0 1-.253.226.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226.5.5 0 0 1-.156-.174Zm-2.844.174a.5.5 0 0 1-.156-.174.501.501 0 0 1-.253.226.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226Zm.968-2.036L5.38 6.563h1.113l.125-1.125H5.506Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.048 1.065c.24.027.414.243.387.483l-.28 2.515h2.12l.29-2.611a.438.438 0 0 1 .87.096l-.28 2.515H10a.438.438 0 0 1 0 .875H8.058l-.236 2.125H10a.438.438 0 0 1 0 .875H7.725l-.29 2.61a.438.438 0 0 1-.87-.096l.28-2.514h-2.12l-.29 2.61a.438.438 0 0 1-.87-.096l.28-2.514H2a.438.438 0 0 1 0-.875h1.942l.236-2.125H2a.438.438 0 0 1 0-.875h2.275l.29-2.611a.438.438 0 0 1 .483-.387Zm.01 3.873-.236 2.125h2.12l.236-2.125h-2.12Z","clip-rule":"evenodd"}})])},pu=[],gu=t(hu,mu,pu,!1,null,null,null,null);const wu=gu.exports,$u={name:"IconHash"};var Zu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hash",attrs:{"aria-hidden":"true",role:"img","data-name":"Hash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.055 1.003a.5.5 0 0 1 .442.552L5.225 4H7.22l.284-2.555a.5.5 0 1 1 .994.11L8.225 4H10a.5.5 0 0 1 0 1H8.114l-.222 2H10a.5.5 0 0 1 0 1H7.78l-.283 2.555a.5.5 0 0 1-.994-.11L6.775 8H4.78l-.284 2.555a.5.5 0 0 1-.994-.11L3.775 8H2a.5.5 0 1 1 0-1h1.886l.222-2H2a.5.5 0 1 1 0-1h2.22l.283-2.555a.5.5 0 0 1 .552-.442ZM5.115 5l-.223 2h1.994l.222-2H5.114Z","clip-rule":"evenodd"}})])},xu=[],Mu=t($u,Zu,xu,!1,null,null,null,null);const Cu=Mu.exports,Au={name:"IconHaze"};var Hu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--haze",attrs:{"aria-hidden":"true",role:"img","data-name":"Haze",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.246 2.746a.5.5 0 0 1 .708 0l.7.7a.5.5 0 1 1-.708.708l-.7-.7a.5.5 0 0 1 0-.708ZM.5 6.5A.5.5 0 0 1 1 6h1a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm9 0A.5.5 0 0 1 10 6h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.254-3.754a.5.5 0 0 1 0 .708l-.7.7a.5.5 0 1 1-.708-.708l.7-.7a.5.5 0 0 1 .708 0ZM.5 8.5A.5.5 0 0 1 1 8h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 1 10h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3.732-5.768A2.5 2.5 0 0 1 8.5 6.5a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-3 0 .5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768ZM6 .75a.5.5 0 0 1 .5.5V2.5a.5.5 0 0 1-1 0V1.25a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Iu=[],Vu=t(Au,Hu,Iu,!1,null,null,null,null);const Fu=Vu.exports,bu={name:"IconHd"};var Bu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hd",attrs:{"aria-hidden":"true",role:"img","data-name":"Hd",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 9.5A1.5 1.5 0 0 0 2.5 11h7c.826 0 1.5-.674 1.5-1.5v-7c0-.826-.674-1.5-1.5-1.5h-7A1.5 1.5 0 0 0 1 2.5v7Zm1.5.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h7c.274 0 .5.226.5.5v7c0 .274-.226.5-.5.5h-7Zm.75-2a.5.5 0 0 0 .5-.5v-1h1v1a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-1 0v1h-1v-1a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5Zm3-.5a.5.5 0 0 0 .5.5h.5a2 2 0 1 0 0-4h-.5a.5.5 0 0 0-.5.5v3Zm1-.5V5a1 1 0 0 1 0 2Z","clip-rule":"evenodd"}})])},Du=[],Ru=t(bu,Bu,Du,!1,null,null,null,null);const Lu=Ru.exports,qu={name:"IconHeadphones"};var ku=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--headphones",attrs:{"aria-hidden":"true",role:"img","data-name":"Headphones",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 0 0-4 4v.5h1A1.5 1.5 0 0 1 4.5 8v1.5A1.5 1.5 0 0 1 3 11h-.5A1.5 1.5 0 0 1 1 9.5V6a5 5 0 1 1 10 0v3.5A1.5 1.5 0 0 1 9.5 11H9a1.5 1.5 0 0 1-1.5-1.5V8A1.5 1.5 0 0 1 9 6.5h1V6a4 4 0 0 0-4-4Zm4 5.5H9a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-2Zm-8 2a.5.5 0 0 0 .5.5H3a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H2v2Z","clip-rule":"evenodd"}})])},yu=[],Su=t(qu,ku,yu,!1,null,null,null,null);const zu=Su.exports,Pu={name:"IconHear"};var Uu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hear",attrs:{"aria-hidden":"true",role:"img","data-name":"Hear",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55A3.999 3.999 0 0 0 21 18h-2c0 1.1-.9 2-2 2ZM7.64 2.64 6.22 1.22A10.965 10.965 0 0 0 3 9c0 3.04 1.23 5.79 3.22 7.78l1.41-1.41A9.011 9.011 0 0 1 5 9c0-2.49 1.01-4.74 2.64-6.36ZM11.5 9a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0Z",fill:"currentColor"}})])},Ou=[],Eu=t(Pu,Uu,Ou,!1,null,null,null,null);const Gu=Eu.exports,Tu={name:"IconHeart",created(){this.uniqueID=r("dt-icon")}};var Wu=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--heart",attrs:{"aria-hidden":"true",role:"img","data-name":"Heart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.476 1.24a3.2 3.2 0 0 1 3.493.697l.002.002.03.03.028-.03.002-.002a3.2 3.2 0 0 1 4.533 0c1.273 1.273 1.3 3.377-.207 4.913l-.003.004-4 4a.5.5 0 0 1-.707 0L1.643 6.85C.136 5.314.163 3.21 1.436 1.937a3.2 3.2 0 0 1 1.04-.696Zm1.227.756a2.2 2.2 0 0 0-1.559.647c-.846.847-.949 2.322.211 3.505L6 9.793l3.645-3.645c1.16-1.183 1.059-2.658.212-3.504a2.204 2.204 0 0 0-2.403-.48 2.2 2.2 0 0 0-.714.478v.001l-.384.388a.5.5 0 0 1-.712 0l-.383-.388a2.2 2.2 0 0 0-1.558-.647Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},ju=[],Nu=t(Tu,Wu,ju,!1,null,null,null,null);const Qu=Nu.exports,Xu={name:"IconHelpCircle",created(){this.uniqueID=r("dt-icon")}};var Ju=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--help-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Help Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.63-1.988a1 1 0 0 0-1.113.654.5.5 0 0 1-.944-.332A2 2 0 0 1 7.96 5c0 .766-.568 1.271-.973 1.541a4.023 4.023 0 0 1-.843.424l-.017.006-.006.002H6.12l-.002.001L5.96 6.5l.158.474a.5.5 0 0 1-.316-.948l.15.448-.15-.448.007-.003a1.803 1.803 0 0 0 .182-.074c.124-.055.284-.135.442-.24.344-.23.527-.474.527-.709a1.002 1.002 0 0 0-.83-.988ZM5.5 8.5A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Ku=[],Yu=t(Xu,Ju,Ku,!1,null,null,null,null);const a9=Yu.exports,e9={name:"IconHighfive"};var l9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--highfive",attrs:{"aria-hidden":"true",role:"img","data-name":"Highfive",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z",fill:"#fff"}}),a("path",{attrs:{d:"m6.762 17.235-1.833 1.833a9.968 9.968 0 0 0 7.07 2.928v-2.595a7.37 7.37 0 0 1-5.237-2.166Z",fill:"#F7AFFF"}}),a("path",{attrs:{d:"M4.595 11.998a7.405 7.405 0 0 1 7.407-7.406V2C6.478 2 2 6.478 2 11.998a9.967 9.967 0 0 0 2.929 7.07l1.833-1.833a7.379 7.379 0 0 1-2.167-5.237Z",fill:"#A26EEA"}}),a("path",{attrs:{d:"m17.235 6.762 1.833-1.833A9.968 9.968 0 0 0 11.998 2v2.595c2.046 0 3.897.826 5.237 2.167Z",fill:"#46B7FD"}}),a("path",{attrs:{d:"M22 11.998a9.967 9.967 0 0 0-2.929-7.07l-1.833 1.834a7.405 7.405 0 0 1-5.237 12.643V22C17.523 22 22 17.522 22 11.998Z",fill:"#5D70EA"}}),a("path",{attrs:{d:"M11.998 14.296a2.297 2.297 0 1 0 0-4.595 2.297 2.297 0 0 0 0 4.595Z",fill:"currentColor"}})])},t9=[],r9=t(e9,l9,t9,!1,null,null,null,null);const n9=r9.exports,s9={name:"IconHistory"};var o9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--history",attrs:{"aria-hidden":"true",role:"img","data-name":"History",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5v2h2a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 4V1.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.685 1.016a5 5 0 1 1-4.657 5.539.5.5 0 1 1 .994-.11 4 4 0 1 0 1.312-3.423l-1.5 1.35a.5.5 0 1 1-.668-.744l1.501-1.35a5 5 0 0 1 3.018-1.262Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a.5.5 0 0 1 .5.5v2.191l1.724.862a.5.5 0 0 1-.447.894l-2-1A.5.5 0 0 1 5.5 6V3.5A.5.5 0 0 1 6 3Z","clip-rule":"evenodd"}})])},i9=[],c9=t(s9,o9,i9,!1,null,null,null,null);const _9=c9.exports,d9={name:"IconHold"};var v9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hold",attrs:{"aria-hidden":"true",role:"img","data-name":"Hold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 8 3ZM4 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 4 3Z","clip-rule":"evenodd"}})])},u9=[],f9=t(d9,v9,u9,!1,null,null,null,null);const h9=f9.exports,m9={name:"IconHome"};var p9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--home",attrs:{"aria-hidden":"true",role:"img","data-name":"Home",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.693.605a.5.5 0 0 1 .614 0l4.5 3.5A.5.5 0 0 1 11 4.5V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V4.5a.5.5 0 0 1 .193-.395l4.5-3.5ZM5 10.5h2v-4H5v4Zm3 0V6a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 4 6v4.5H2.5A.5.5 0 0 1 2 10V4.745l4-3.112 4 3.112V10a.5.5 0 0 1-.5.5H8Z","clip-rule":"evenodd"}})])},g9=[],w9=t(m9,p9,g9,!1,null,null,null,null);const $9=w9.exports,Z9={name:"IconHourglass"};var x9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hourglass",attrs:{"aria-hidden":"true",role:"img","data-name":"Hourglass",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 11a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 2 11ZM2 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 2 1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 5.646a.5.5 0 0 1 .708 0L8.56 7.853A1.5 1.5 0 0 1 9 8.913V11a.5.5 0 0 1-1 0V8.914a.5.5 0 0 0-.146-.353L6 6.707 4.147 8.561A.5.5 0 0 0 4 8.914V11a.5.5 0 0 1-1 0V8.914c0-.398.158-.78.44-1.06l2.206-2.208Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5.5A.5.5 0 0 1 4 1v2.086a.5.5 0 0 0 .146.353L6 5.293l1.853-1.854A.5.5 0 0 0 8 3.086V1a.5.5 0 0 1 1 0v2.086a1.5 1.5 0 0 1-.44 1.06L6.355 6.355a.5.5 0 0 1-.708 0L3.44 4.147A1.5 1.5 0 0 1 3 3.087V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},M9=[],C9=t(Z9,x9,M9,!1,null,null,null,null);const A9=C9.exports,H9={name:"IconHubspot"};var I9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--hubspot",attrs:{"aria-hidden":"true",role:"img","data-name":"Hubspot",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:"2",y:"2",width:"20",height:"20",rx:"2",fill:"#E77C39"}}),a("path",{attrs:{d:"M6.6 4a1.6 1.6 0 1 0 .853 2.951l4.79 3.61a3.821 3.821 0 0 0-.843 2.399c0 .993.38 1.895.999 2.576l-1.949 1.949a1.28 1.28 0 1 0 .905.905l2.054-2.054h.001a3.84 3.84 0 0 0 5.67-3.376 3.838 3.838 0 0 0-3.2-3.783v-2.15a1.28 1.28 0 1 0-1.418-2.122 1.28 1.28 0 0 0 .138 2.122v2.15a3.812 3.812 0 0 0-1.376.52L8.172 5.891A1.6 1.6 0 0 0 6.6 4Zm8.64 7.04c1.059 0 1.92.861 1.92 1.92s-.861 1.92-1.92 1.92a1.922 1.922 0 0 1-1.92-1.92c0-1.059.861-1.92 1.92-1.92Z",fill:"#fff"}})])},V9=[],F9=t(H9,I9,V9,!1,null,null,null,null);const b9=F9.exports,B9={name:"IconImage"};var D9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--image",attrs:{"aria-hidden":"true",role:"img","data-name":"Image",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 4a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM3 4.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm4.19 1.103a1.5 1.5 0 0 1 2.12 0l1.544 1.543a.5.5 0 0 1-.708.708L8.603 6.31a.5.5 0 0 0-.706 0l-4.543 4.543a.5.5 0 1 1-.708-.708L7.19 5.603Z","clip-rule":"evenodd"}})])},R9=[],L9=t(B9,D9,R9,!1,null,null,null,null);const q9=L9.exports,k9={name:"IconImport"};var y9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--import",attrs:{"aria-hidden":"true",role:"img","data-name":"Import",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.646 5.146a.5.5 0 0 1 .708 0L6 6.793l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 2.44A1.5 1.5 0 0 1 2 2h2a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 9h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 3H8a.5.5 0 0 1 0-1h2a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 10H2A1.5 1.5 0 0 1 .5 8.5v-5c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])},S9=[],z9=t(k9,y9,S9,!1,null,null,null,null);const P9=z9.exports,U9={name:"IconInbox"};var O9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--inbox",attrs:{"aria-hidden":"true",role:"img","data-name":"Inbox",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.62 1.5h4.76a1.5 1.5 0 0 1 1.342.832l1.725 3.444A.5.5 0 0 1 11.5 6v3a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V6a.5.5 0 0 1 .053-.224l1.724-3.443A1.503 1.503 0 0 1 3.62 1.5Zm0 1a.5.5 0 0 0-.447.277v.002L1.81 5.5H4a.5.5 0 0 1 .416.223L5.268 7h1.464l.852-1.277A.5.5 0 0 1 8 5.5h2.19L8.829 2.779v-.002A.5.5 0 0 0 8.38 2.5m2.12 4H8.268l-.852 1.277A.5.5 0 0 1 7 8H5a.5.5 0 0 1-.416-.223L3.732 6.5H1.5V9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.5Z","clip-rule":"evenodd"}})])},E9=[],G9=t(U9,O9,E9,!1,null,null,null,null);const T9=G9.exports,W9={name:"IconIndent"};var j9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--indent",attrs:{"aria-hidden":"true",role:"img","data-name":"Indent",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.146 3.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L2.793 6 1.146 4.354a.5.5 0 0 1 0-.708ZM5 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 6Zm0-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 3Zm0 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 9Z","clip-rule":"evenodd"}})])},N9=[],Q9=t(W9,j9,N9,!1,null,null,null,null);const X9=Q9.exports,J9={name:"IconInfinity"};var K9=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--infinity",attrs:{"aria-hidden":"true",role:"img","data-name":"Infinity",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.032 4.322c.376-.492.95-.822 1.687-.822 1.434 0 2.451.896 3.28 1.766.346-.37.715-.74 1.113-1.04.552-.416 1.197-.726 1.977-.726.781 0 1.4.313 1.815.802.406.479.596 1.1.596 1.7 0 .6-.191 1.22-.598 1.698-.415.488-1.033.8-1.813.8s-1.425-.31-1.977-.726c-.398-.3-.767-.67-1.113-1.04-.829.87-1.846 1.766-3.28 1.766-.737 0-1.31-.33-1.686-.82C.668 7.202.5 6.59.5 6.002c0-.588.167-1.201.532-1.68ZM5.315 6C4.493 5.136 3.74 4.5 2.72 4.5c-.409 0-.695.17-.892.43-.208.271-.327.66-.327 1.072 0 .411.12.798.328 1.07.197.258.483.428.891.428 1.02 0 1.774-.636 2.596-1.5Zm1.366 0c.35.375.682.711 1.033.976.443.334.88.524 1.375.524.493 0 .83-.188 1.052-.448.23-.272.358-.651.359-1.05 0-.4-.128-.78-.358-1.053-.222-.261-.56-.449-1.053-.449-.494 0-.932.19-1.375.524-.351.265-.682.6-1.033.976Z","clip-rule":"evenodd"}})])},Y9=[],af=t(J9,K9,Y9,!1,null,null,null,null);const ef=af.exports,lf={name:"IconInfo",created(){this.uniqueID=r("dt-icon")}};var tf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--info",attrs:{"aria-hidden":"true",role:"img","data-name":"Info",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5-2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM6 5.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},rf=[],nf=t(lf,tf,rf,!1,null,null,null,null);const sf=nf.exports,of={name:"IconInspect"};var cf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--inspect",attrs:{"aria-hidden":"true",role:"img","data-name":"Inspect",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.44A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 1 9.5v-7c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 5.646a.5.5 0 0 1 .54-.11l5 2a.5.5 0 0 1-.002.929l-1.949.77-.77 1.949a.5.5 0 0 1-.93.002l-2-5a.5.5 0 0 1 .111-.54Zm1.252 1.252 1.1 2.749.387-.98a.5.5 0 0 1 .281-.282l.98-.388-2.748-1.1Z","clip-rule":"evenodd"}})])},_f=[],df=t(of,cf,_f,!1,null,null,null,null);const vf=df.exports,uf={name:"IconInstagram",created(){this.uniqueID=r("dt-icon")}};var ff=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--instagram",attrs:{"aria-hidden":"true",role:"img","data-name":"Instagram",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M12.003 3c-3.757 0-4.856.004-5.07.022-.771.064-1.25.185-1.774.445-.402.2-.72.433-1.034.758-.57.593-.917 1.322-1.042 2.19-.061.42-.079.506-.082 2.656-.002.717 0 1.66 0 2.925 0 3.756.004 4.854.022 5.067.062.75.18 1.223.429 1.74a3.792 3.792 0 0 0 2.457 2.007c.371.096.78.149 1.307.173.223.01 2.495.017 4.768.017 2.273 0 4.546-.003 4.763-.014.61-.029.963-.076 1.354-.177a3.768 3.768 0 0 0 2.457-2.012c.245-.504.369-.994.425-1.706.012-.155.017-2.628.017-5.097 0-2.47-.006-4.938-.018-5.093-.056-.723-.18-1.209-.433-1.723a3.57 3.57 0 0 0-.77-1.055c-.595-.57-1.324-.915-2.191-1.04-.42-.061-.505-.08-2.656-.083h-2.93Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"M12.003 3c-3.757 0-4.856.004-5.07.022-.771.064-1.25.185-1.774.445-.402.2-.72.433-1.034.758-.57.593-.917 1.322-1.042 2.19-.061.42-.079.506-.082 2.656-.002.717 0 1.66 0 2.925 0 3.756.004 4.854.022 5.067.062.75.18 1.223.429 1.74a3.792 3.792 0 0 0 2.457 2.007c.371.096.78.149 1.307.173.223.01 2.495.017 4.768.017 2.273 0 4.546-.003 4.763-.014.61-.029.963-.076 1.354-.177a3.768 3.768 0 0 0 2.457-2.012c.245-.504.369-.994.425-1.706.012-.155.017-2.628.017-5.097 0-2.47-.006-4.938-.018-5.093-.056-.723-.18-1.209-.433-1.723a3.57 3.57 0 0 0-.77-1.055c-.595-.57-1.324-.915-2.191-1.04-.42-.061-.505-.08-2.656-.083h-2.93Z",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{d:"M12 5.7c-1.71 0-1.925.007-2.597.038-.67.03-1.129.137-1.53.293-.414.16-.765.376-1.115.726s-.566.702-.727 1.116c-.157.4-.263.859-.293 1.53-.03.671-.038.886-.038 2.597 0 1.711.008 1.925.038 2.597.03.67.137 1.129.293 1.53.16.414.376.765.726 1.115s.702.566 1.116.727c.4.156.859.262 1.53.293.671.03.886.038 2.597.038 1.71 0 1.925-.008 2.597-.038.67-.03 1.129-.137 1.53-.293.414-.16.765-.376 1.115-.727.35-.35.566-.701.727-1.116.155-.4.261-.858.293-1.529.03-.672.038-.886.038-2.597 0-1.711-.008-1.926-.038-2.598-.032-.67-.138-1.128-.293-1.529a3.09 3.09 0 0 0-.727-1.116c-.35-.35-.7-.565-1.116-.726-.401-.156-.86-.262-1.53-.293-.672-.03-.886-.038-2.597-.038H12Zm-.565 1.135h.566c1.682 0 1.881.006 2.545.037.615.028.948.13 1.17.217.294.114.504.25.724.47.22.221.357.431.471.725.087.222.19.555.217 1.17.03.664.037.863.037 2.545 0 1.68-.006 1.88-.037 2.544-.028.615-.13.948-.216 1.17a1.949 1.949 0 0 1-.472.724c-.22.22-.43.357-.724.47-.222.087-.555.19-1.17.218-.664.03-.863.037-2.545.037-1.683 0-1.882-.007-2.546-.037-.614-.028-.948-.131-1.17-.217a1.952 1.952 0 0 1-.725-.472c-.22-.22-.357-.43-.471-.724-.086-.221-.189-.555-.217-1.169-.03-.664-.036-.864-.036-2.546s.006-1.88.036-2.545c.028-.614.13-.948.217-1.17.114-.294.251-.504.471-.724.221-.22.431-.357.725-.472.222-.086.556-.189 1.17-.217a35 35 0 0 1 1.98-.035v.001Zm3.928 1.046a.756.756 0 1 0 0 1.513.756.756 0 0 0 0-1.513Zm-3.362.884a3.235 3.235 0 1 0 0 6.47 3.235 3.235 0 0 0 0-6.47ZM12 9.9a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2Z",fill:"#fff"}}),a("defs",[a("radialGradient",{attrs:{id:`${e.uniqueID}a`,cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(0 -17.8393 16.592 0 7.781 22.386)"}},[a("stop",{attrs:{"stop-color":"#FD5"}}),a("stop",{attrs:{offset:".1","stop-color":"#FD5"}}),a("stop",{attrs:{offset:".5","stop-color":"#FF543E"}}),a("stop",{attrs:{offset:"1","stop-color":"#C837AB"}})],1),a("radialGradient",{attrs:{id:`${e.uniqueID}b`,cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(1.56512 7.81915 -32.23086 6.45148 -.015 4.298)"}},[a("stop",{attrs:{"stop-color":"#3771C8"}}),a("stop",{attrs:{offset:".128","stop-color":"#3771C8"}}),a("stop",{attrs:{offset:"1","stop-color":"#60F","stop-opacity":"0"}})],1)],1)])},hf=[],mf=t(uf,ff,hf,!1,null,null,null,null);const pf=mf.exports,gf={name:"IconIntercom"};var wf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--intercom",attrs:{"aria-hidden":"true",role:"img","data-name":"Intercom",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M19.317 13.005c0 .179-.07.35-.195.476a.662.662 0 0 1-.94 0 .676.676 0 0 1-.195-.476V7c0-.178.07-.35.195-.475a.662.662 0 0 1 .94 0 .676.676 0 0 1 .195.475v6.005Zm-.23 4.162c-.089.088-2.563 2.172-7.098 2.172s-6.993-2.072-7.097-2.161a.66.66 0 0 1-.202-.708.663.663 0 0 1 1.059-.298c.039.028 2.249 1.84 6.234 1.84 3.986 0 6.213-1.823 6.235-1.84a.672.672 0 0 1 .94.072.666.666 0 0 1-.066.928l-.006-.005ZM4.654 7a.68.68 0 0 1 .222-.466.662.662 0 0 1 .917.025.676.676 0 0 1 .192.441v5.994c0 .179-.07.35-.195.476a.662.662 0 0 1-.94 0 .676.676 0 0 1-.196-.476V7Zm3.337-1.333a.68.68 0 0 1 .222-.466.662.662 0 0 1 .917.025.676.676 0 0 1 .192.44v8.89c0 .178-.07.349-.195.475a.662.662 0 0 1-.94 0 .676.676 0 0 1-.196-.476V5.668Zm3.354-.334c0-.178.07-.349.195-.475a.662.662 0 0 1 .94 0 .676.676 0 0 1 .195.475V15c0 .178-.07.35-.195.475a.662.662 0 0 1-.94 0 .676.676 0 0 1-.195-.475V5.333Zm3.298.334c0-.179.07-.35.195-.476a.661.661 0 0 1 .94 0 .676.676 0 0 1 .196.476v8.889c0 .178-.07.349-.195.475a.662.662 0 0 1-1.136-.476V5.668ZM19.5 2h-15a2.462 2.462 0 0 0-1.763.726A2.512 2.512 0 0 0 2 4.5v15a2.534 2.534 0 0 0 .738 1.774A2.483 2.483 0 0 0 4.5 22h15a2.461 2.461 0 0 0 1.762-.724 2.512 2.512 0 0 0 .739-1.77V4.5a2.532 2.532 0 0 0-.736-1.772A2.482 2.482 0 0 0 19.504 2",fill:"currentColor"}})])},$f=[],Zf=t(gf,wf,$f,!1,null,null,null,null);const xf=Zf.exports,Mf={name:"IconIsolatedQueries"};var Cf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--isolated-queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Isolated Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM8.5 5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5ZM8 9.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Af=[],Hf=t(Mf,Cf,Af,!1,null,null,null,null);const If=Hf.exports,Vf={name:"IconItalic"};var Ff=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--italic",attrs:{"aria-hidden":"true",role:"img","data-name":"Italic",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a.5.5 0 0 1 .5-.5h4.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM2 10a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.676 1.532a.5.5 0 0 1 .292.644l-3 8a.5.5 0 0 1-.936-.352l3-8a.5.5 0 0 1 .644-.292Z","clip-rule":"evenodd"}})])},bf=[],Bf=t(Vf,Ff,bf,!1,null,null,null,null);const Df=Bf.exports,Rf={name:"IconJcb",created(){this.uniqueID=r("dt-icon")}};var Lf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--jcb",attrs:{"aria-hidden":"true",role:"img","data-name":"Jcb",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{d:"M15.424 12.393c.375.008.752-.017 1.126.013.378.07.469.643.133.83-.23.124-.502.047-.75.069h-.51v-.912Zm1.342-1.032c.084.295-.2.559-.483.518h-.86c.007-.277-.01-.578.01-.84.344.009.691-.02 1.033.014a.41.41 0 0 1 .3.308Zm2.068-4.36c.016.561.002 1.152.007 1.725-.001 2.33.002 4.66-.002 6.99-.015.873-.789 1.631-1.656 1.649-.868.003-1.736 0-2.604.001v-3.522c.946-.005 1.892.01 2.837-.007.439-.028.92-.317.94-.8.051-.485-.406-.82-.84-.873-.166-.004-.161-.048 0-.068.414-.09.74-.517.618-.946-.104-.451-.603-.626-1.018-.625-.845-.006-1.691-.001-2.537-.003.006-.657-.011-1.315.01-1.972.066-.858.86-1.565 1.714-1.55h2.53Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"M5.022 8.638c.022-.871.8-1.624 1.665-1.636.865-.003 1.73 0 2.594-.002-.002 2.917.005 5.834-.003 8.75-.034.861-.802 1.6-1.659 1.615-.866.003-1.732 0-2.599.001v-3.64c.842.198 1.724.283 2.583.151.513-.083 1.074-.335 1.248-.867.128-.455.056-.935.075-1.402v-1.086H7.44c-.006.718.014 1.438-.01 2.155-.04.44-.477.72-.893.705C6.022 13.388 5 13.01 5 13.01c-.002-1.345.015-3.03.022-4.37Z",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{d:"M9.835 10.96c-.078.017-.015-.266-.035-.374.005-.678-.011-1.358.009-2.036.067-.86.866-1.57 1.724-1.55h2.528c-.002 2.917.005 5.834-.004 8.75-.033.861-.802 1.6-1.658 1.615-.866.003-1.733 0-2.6.001v-3.989c.592.486 1.397.561 2.134.563a7.16 7.16 0 0 0 1.648-.214v-.731c-.608.303-1.323.496-1.998.321a1.088 1.088 0 0 1-.804-1.057c-.054-.504.242-1.037.738-1.187.616-.193 1.287-.046 1.864.205.124.065.25.145.2-.062v-.574c-.966-.23-1.993-.314-2.963-.064a2.175 2.175 0 0 0-.783.383Z",fill:`url(#${e.uniqueID}c)`}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"14.55",y1:"11.962",x2:"18.814",y2:"11.962",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#58B03A"}}),a("stop",{attrs:{offset:"1","stop-color":"#55B330"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"4.93",y1:"12.283",x2:"9.211",y2:"12.283",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#0F6EB6"}}),a("stop",{attrs:{offset:"1","stop-color":"#006DBA"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}c`,x1:"9.793",y1:"12.062",x2:"14.06",y2:"12.062",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#DE0D3D"}}),a("stop",{attrs:{offset:"1","stop-color":"#E30138"}})],1)],1)])},qf=[],kf=t(Rf,Lf,qf,!1,null,null,null,null);const yf=kf.exports,Sf={name:"IconJiraServiceDesk",created(){this.uniqueID=r("dt-icon")}};var zf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--jira-service-desk",attrs:{"aria-hidden":"true",role:"img","data-name":"Jira Service Desk",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"m13.322 9.894 5.441.034a.848.848 0 0 1 .674 1.358L11.407 22a5.707 5.707 0 0 1-1.155-7.983l3.07-4.123Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"m10.25 14.007-5.408-.034a.848.848 0 0 1-.674-1.355L12.118 2a5.707 5.707 0 0 1 1.154 7.983l-3.022 4.024Z",fill:"#2684FF"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"13.109",y1:"10.695",x2:"15.395",y2:"17.607",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#0052CC"}}),a("stop",{attrs:{offset:"1","stop-color":"#2684FF"}})],1)],1)])},Pf=[],Uf=t(Sf,zf,Pf,!1,null,null,null,null);const Of=Uf.exports,Ef={name:"IconKey",created(){this.uniqueID=r("dt-icon")}};var Gf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--key",attrs:{"aria-hidden":"true",role:"img","data-name":"Key",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854.647a.5.5 0 0 1 0 .707L10.207 2l1.147 1.147a.5.5 0 0 1 0 .707l-1.75 1.75a.5.5 0 0 1-.707 0L7.75 4.457 6.376 5.831a3.28 3.28 0 0 1 .638 1.92 3.275 3.275 0 0 1-.952 2.31 3.275 3.275 0 0 1-2.31.952 3.275 3.275 0 0 1-2.302-.968l-.003-.004a3.25 3.25 0 0 1 4.216-4.91L10.147.647a.5.5 0 0 1 .707 0ZM5.346 6.163a2.25 2.25 0 0 0-3.182 3.182c.416.42 1.001.666 1.592.668.592.002 1.18-.24 1.599-.66a2.275 2.275 0 0 0 .659-1.598 2.275 2.275 0 0 0-.668-1.592ZM8.457 3.75l.793.793L10.293 3.5 9.5 2.707 8.457 3.75Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Tf=[],Wf=t(Ef,Gf,Tf,!1,null,null,null,null);const jf=Wf.exports,Nf={name:"IconKeyboard"};var Qf=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--keyboard",attrs:{"aria-hidden":"true",role:"img","data-name":"Keyboard",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2ZM.5 3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v6a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 4a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Zm-5 2a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM3 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 3 8Z","clip-rule":"evenodd"}})])},Xf=[],Jf=t(Nf,Qf,Xf,!1,null,null,null,null);const Kf=Jf.exports,Yf={name:"IconKeypad"};var ah=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--keypad",attrs:{"aria-hidden":"true",role:"img","data-name":"Keypad",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.25 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-5.5 2.75a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM2.25 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},eh=[],lh=t(Yf,ah,eh,!1,null,null,null,null);const th=lh.exports,rh={name:"IconLanguages",created(){this.uniqueID=r("dt-icon")}};var nh=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--languages",attrs:{"aria-hidden":"true",role:"img","data-name":"Languages",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.146 3.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M6.277 2.084a.5.5 0 0 1 .139.693l-1 1.5a.5.5 0 0 1-.062.077l-3 3a.5.5 0 1 1-.708-.708l2.965-2.965.973-1.458a.5.5 0 0 1 .693-.139Z"}}),a("path",{attrs:{d:"M.5 2.5A.5.5 0 0 1 1 2h6a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5ZM3 1a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 3 1Zm5.5 4.5a.5.5 0 0 1 .447.276l2.5 5a.5.5 0 1 1-.894.448L8.5 7.118l-2.053 4.106a.5.5 0 1 1-.894-.448l2.5-5A.5.5 0 0 1 8.5 5.5Z"}}),a("path",{attrs:{d:"M6.5 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},sh=[],oh=t(rh,nh,sh,!1,null,null,null,null);const ih=oh.exports,ch={name:"IconLaptop2"};var _h=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--laptop-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Laptop 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 2.5A1.5 1.5 0 0 1 2 1h8a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9H2A1.5 1.5 0 0 1 .5 7.5v-5ZM2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2ZM.5 10.5A.5.5 0 0 1 1 10h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},dh=[],vh=t(ch,_h,dh,!1,null,null,null,null);const uh=vh.exports,fh={name:"IconLargeSelfView"};var hh=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--large-self-view",attrs:{"aria-hidden":"true",role:"img","data-name":"Large Self View",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3.5A1.5 1.5 0 0 1 2.5 2h7A1.5 1.5 0 0 1 11 3.5v5A1.5 1.5 0 0 1 9.5 10h-7A1.5 1.5 0 0 1 1 8.5v-5ZM2.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7Z","clip-rule":"evenodd"}})])},mh=[],ph=t(fh,hh,mh,!1,null,null,null,null);const gh=ph.exports,wh={name:"IconLayoutDashboard"};var $h=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--layout-dashboard",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Dashboard",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5H1.5A.5.5 0 0 1 1 6V1.5ZM2 2v3.5h2.5V2H2Zm4.5-.5A.5.5 0 0 1 7 1h3.5a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V1.5Zm1 .5v1.5H10V2H7.5Zm-1 4a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V6Zm1 .5V10H10V6.5H7.5ZM1 8a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5V8Zm1 .5V10h2.5V8.5H2Z","clip-rule":"evenodd"}})])},Zh=[],xh=t(wh,$h,Zh,!1,null,null,null,null);const Mh=xh.exports,Ch={name:"IconLayoutFilmstrip"};var Ah=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--layout-filmstrip",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Filmstrip",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 10a.5.5 0 0 1-.5-.5V5h8v4.5a.5.5 0 0 1-.5.5h-7Zm8.5-.5A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7ZM10 4H8V2h1.5a.5.5 0 0 1 .5.5V4ZM7 2v2H5V2h2ZM4 2v2H2V2.5a.5.5 0 0 1 .5-.5H4Z","clip-rule":"evenodd"}})])},Hh=[],Ih=t(Ch,Ah,Hh,!1,null,null,null,null);const Vh=Ih.exports,Fh={name:"IconLayoutGrid"};var bh=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--layout-grid",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Grid",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5H1.5A.5.5 0 0 1 1 5V1.5ZM2 2v2.5h2.5V2H2Zm4.5-.5A.5.5 0 0 1 7 1h3.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V1.5Zm1 .5v2.5H10V2H7.5Zm-1 5a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V7Zm1 .5V10H10V7.5H7.5ZM1 7a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5V7Zm1 .5V10h2.5V7.5H2Z","clip-rule":"evenodd"}})])},Bh=[],Dh=t(Fh,bh,Bh,!1,null,null,null,null);const Rh=Dh.exports,Lh={name:"IconLayoutTemplate"};var qh=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--layout-template",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Template",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5h-9A.5.5 0 0 1 1 5V1.5ZM2 2v2.5h8V2H2Zm5.5 5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V7Zm1 .5V10H10V7.5H8.5ZM1 7a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5V7Zm1 .5V10h3.5V7.5H2Z","clip-rule":"evenodd"}})])},kh=[],yh=t(Lh,qh,kh,!1,null,null,null,null);const Sh=yh.exports,zh={name:"IconLayout"};var Ph=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--layout",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 4a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Uh=[],Oh=t(zh,Ph,Uh,!1,null,null,null,null);const Eh=Oh.exports,Gh={name:"IconLibrary"};var Th=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--library",attrs:{"aria-hidden":"true",role:"img","data-name":"Library",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Zm5.863 1.02a.5.5 0 0 1 .618.343l2 7a.5.5 0 0 1-.962.274l-2-7a.5.5 0 0 1 .344-.618ZM6 2.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Zm-2 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Wh=[],jh=t(Gh,Th,Wh,!1,null,null,null,null);const Nh=jh.exports,Qh={name:"IconLifeBuoy",created(){this.uniqueID=r("dt-icon")}};var Xh=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--life-buoy",attrs:{"aria-hidden":"true",role:"img","data-name":"Life Buoy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z"}}),a("path",{attrs:{d:"M2.111 2.111a.5.5 0 0 1 .708 0l2.12 2.12a.5.5 0 0 1-.708.708l-2.12-2.12a.5.5 0 0 1 0-.708Zm4.95 4.95a.5.5 0 0 1 .708 0l2.12 2.12a.5.5 0 0 1-.708.708l-2.12-2.12a.5.5 0 0 1 0-.708Zm2.828-4.95a.5.5 0 0 1 0 .708l-2.12 2.12a.5.5 0 1 1-.708-.708l2.12-2.12a.5.5 0 0 1 .708 0Z"}}),a("path",{attrs:{d:"M9.534 2.466a.5.5 0 0 1 0 .708L7.769 4.939a.5.5 0 1 1-.708-.708l1.765-1.765a.5.5 0 0 1 .708 0ZM4.939 7.061a.5.5 0 0 1 0 .708l-2.12 2.12a.5.5 0 1 1-.708-.708l2.12-2.12a.5.5 0 0 1 .708 0Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Jh=[],Kh=t(Qh,Xh,Jh,!1,null,null,null,null);const Yh=Kh.exports,am={name:"IconLightbulbOff",created(){this.uniqueID=r("dt-icon")}};var em=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--lightbulb-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Lightbulb Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.647.647a.5.5 0 0 1 .707 0l10 10a.5.5 0 1 1-.707.707L3.51 4.217c.032.349.163.746.587 1.173.435.401.733.931.849 1.513a.5.5 0 0 1-.981.195 1.805 1.805 0 0 0-.568-.994C2.647 5.354 2.5 4.6 2.5 4c0-.195.017-.39.05-.583a.501.501 0 0 1 .037-.123l-1.94-1.94a.5.5 0 0 1 0-.707ZM6 1.5a2.5 2.5 0 0 0-1.25.335.5.5 0 0 1-.5-.866A3.5 3.5 0 0 1 9.5 3.996c.01.66-.21 1.304-.626 1.818a.5.5 0 1 1-.778-.628A1.82 1.82 0 0 0 8.5 4.009V4A2.5 2.5 0 0 0 6 1.5ZM4 9a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3A.5.5 0 0 1 4 9Zm1 2.5a.5.5 0 0 1 0-1h2a.5.5 0 1 1 0 1H5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},lm=[],tm=t(am,em,lm,!1,null,null,null,null);const rm=tm.exports,nm={name:"IconLightbulb",created(){this.uniqueID=r("dt-icon")}};var sm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--lightbulb",attrs:{"aria-hidden":"true",role:"img","data-name":"Lightbulb",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.525 1.525A3.5 3.5 0 0 1 9.5 3.996a2.825 2.825 0 0 1-.903 2.115c-.325.326-.493.617-.56.98a.5.5 0 1 1-.984-.181c.113-.615.413-1.082.844-1.513A1.825 1.825 0 0 0 8.5 4.009V4a2.5 2.5 0 1 0-5 0c0 .398.081.872.596 1.39.435.401.732.931.849 1.513a.5.5 0 0 1-.981.195 1.805 1.805 0 0 0-.568-.994C2.647 5.354 2.5 4.6 2.5 4a3.5 3.5 0 0 1 1.025-2.475ZM4 9a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3A.5.5 0 0 1 4 9Zm.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},om=[],im=t(nm,sm,om,!1,null,null,null,null);const cm=im.exports,_m={name:"IconLightningBolt"};var dm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--lightning-bolt",attrs:{"aria-hidden":"true",role:"img","data-name":"Lightning Bolt",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.7.541a.5.5 0 0 1 .296.521L6.566 4.5H10.5a.5.5 0 0 1 .384.82l-5 6a.5.5 0 0 1-.88-.382l.43-3.438H1.5a.5.5 0 0 1-.384-.82l5-6a.5.5 0 0 1 .583-.14ZM2.567 6.5H6a.5.5 0 0 1 .496.562L6.208 9.37 9.432 5.5H6a.5.5 0 0 1-.496-.562l.288-2.308L2.568 6.5Z","clip-rule":"evenodd"}})])},vm=[],um=t(_m,dm,vm,!1,null,null,null,null);const fm=um.exports,hm={name:"IconLineChart"};var mm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--line-chart",attrs:{"aria-hidden":"true",role:"img","data-name":"Line Chart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5Zm7.646 3.146a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0L5 5.707 3.854 6.854a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0L7 6.293l2.146-2.147Z","clip-rule":"evenodd"}})])},pm=[],gm=t(hm,mm,pm,!1,null,null,null,null);const wm=gm.exports,$m={name:"IconLineMessenger"};var Zm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--line-messenger",attrs:{"aria-hidden":"true",role:"img","data-name":"Line Messenger",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-rule":"evenodd","fill-rule":"evenodd"}},[a("path",{attrs:{d:"M6.093 2h11.814A4.105 4.105 0 0 1 22 6.093v11.814A4.105 4.105 0 0 1 17.907 22H6.093A4.105 4.105 0 0 1 2 17.907V6.093A4.105 4.105 0 0 1 6.093 2z",fill:"#3ace01"}}),a("path",{attrs:{d:"M11.98 5.313c4.053 0 7.338 2.63 7.338 5.876 0 1.133-.401 2.191-1.095 3.089-.035.05-.08.107-.136.17l-.004.004a6.53 6.53 0 0 1-.798.797c-2.03 1.875-5.37 4.108-5.81 3.763-.383-.299.63-1.764-.54-2.007a9.542 9.542 0 0 1-.243-.031h-.002c-3.437-.489-6.047-2.893-6.047-5.785 0-3.245 3.285-5.876 7.338-5.876z",fill:"#fff"}}),a("path",{attrs:{d:"M7.723 13.063h1.48c.21 0 .383-.173.383-.383v-.032a.384.384 0 0 0-.383-.383H8.138V9.842a.384.384 0 0 0-.383-.383h-.032a.384.384 0 0 0-.382.383v2.838c0 .21.172.383.382.383zm9.17-1.78v-.031a.384.384 0 0 0-.383-.383h-1.065v-.606h1.065a.384.384 0 0 0 .383-.383v-.032a.384.384 0 0 0-.383-.382h-1.48a.384.384 0 0 0-.382.382v2.839c0 .21.172.382.383.382h1.48c.21 0 .382-.172.382-.382v-.032a.384.384 0 0 0-.383-.383h-1.065v-.606h1.065a.383.383 0 0 0 .383-.382zm-2.846 1.666a.382.382 0 0 0 .111-.269V9.842a.384.384 0 0 0-.383-.383h-.032a.384.384 0 0 0-.382.383v1.666l-1.384-1.855a.383.383 0 0 0-.332-.194h-.032a.384.384 0 0 0-.382.383v2.838c0 .21.172.383.382.383h.032c.21 0 .383-.173.383-.383v-1.697l1.393 1.903a.388.388 0 0 0 .028.038c.038.052.09.088.15.11a.38.38 0 0 0 .144.029h.032a.38.38 0 0 0 .18-.045.27.27 0 0 0 .092-.07zm-3.77.114h.032c.21 0 .383-.173.383-.383V9.842a.384.384 0 0 0-.383-.383h-.032a.384.384 0 0 0-.382.383v2.838c0 .21.172.383.382.383z",fill:"#3ace01"}})])])},xm=[],Mm=t($m,Zm,xm,!1,null,null,null,null);const Cm=Mm.exports,Am={name:"IconLink2Off",created(){this.uniqueID=r("dt-icon")}};var Hm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--link-2-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Link 2 Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M3.5 4a2 2 0 1 0 0 4h1a.5.5 0 0 1 0 1h-1a3 3 0 1 1 0-6 .5.5 0 0 1 0 1ZM7 3.5a.5.5 0 0 1 .5-.5h1a3 3 0 0 1 2.4 4.8.5.5 0 0 1-.8-.6A2 2 0 0 0 8.5 4h-1a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M3.5 6a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Im=[],Vm=t(Am,Hm,Im,!1,null,null,null,null);const Fm=Vm.exports,bm={name:"IconLink2"};var Bm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--link-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Link 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4a2 2 0 1 0 0 4h1a.5.5 0 0 1 0 1h-1a3 3 0 1 1 0-6h1a.5.5 0 0 1 0 1h-1ZM7 3.5a.5.5 0 0 1 .5-.5h1a3 3 0 1 1 0 6h-1a.5.5 0 0 1 0-1h1a2 2 0 1 0 0-4h-1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 6a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Dm=[],Rm=t(bm,Bm,Dm,!1,null,null,null,null);const Lm=Rm.exports,qm={name:"IconLinkedin"};var km=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--linkedin",attrs:{"aria-hidden":"true",role:"img","data-name":"Linkedin",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.52 2H3.476C2.662 2 2 2.646 2 3.441v17.116C2 21.354 2.662 22 3.476 22H20.52c.816 0 1.481-.646 1.481-1.443V3.441C22 2.646 21.335 2 20.52 2",fill:"#006087"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.449 4.755a1.72 1.72 0 1 1-.004 3.441 1.72 1.72 0 0 1 .004-3.441ZM4.965 19.05h2.967V9.5H4.965v9.549ZM9.792 9.5h2.845v1.306h.04c.396-.751 1.364-1.542 2.807-1.542 3.004 0 3.558 1.977 3.558 4.548v5.238h-2.964v-4.644c0-1.107-.02-2.532-1.541-2.532-1.544 0-1.78 1.207-1.78 2.452v4.724H9.791V9.5Z",fill:"#FFFFFE"}})])},ym=[],Sm=t(qm,km,ym,!1,null,null,null,null);const zm=Sm.exports,Pm={name:"IconListAdd"};var Um=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--list-add",attrs:{"aria-hidden":"true",role:"img","data-name":"List Add",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 3Zm8 1a.5.5 0 0 1 .5.5v1h1a.5.5 0 1 1 0 1h-1v1a.5.5 0 1 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1A.5.5 0 0 1 9 4ZM1 6a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4A.5.5 0 0 1 1 6Zm0 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 9Z","clip-rule":"evenodd"}})])},Om=[],Em=t(Pm,Um,Om,!1,null,null,null,null);const Gm=Em.exports,Tm={name:"IconListBullet"};var Wm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--list-bullet",attrs:{"aria-hidden":"true",role:"img","data-name":"List Bullet",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 3a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5ZM1 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 3Zm0 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 6Zm0 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 9Z","clip-rule":"evenodd"}})])},jm=[],Nm=t(Tm,Wm,jm,!1,null,null,null,null);const Qm=Nm.exports,Xm={name:"IconListChecks"};var Jm=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--list-checks",attrs:{"aria-hidden":"true",role:"img","data-name":"List Checks",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM2.646 2.146a.5.5 0 1 1 .708.708l-1 1a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 2.793l.646-.647Zm0 3a.5.5 0 1 1 .708.708l-1 1a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 5.793l.646-.647Zm0 3a.5.5 0 1 1 .708.708l-1 1a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 8.793l.646-.647Z","clip-rule":"evenodd"}})])},Km=[],Ym=t(Xm,Jm,Km,!1,null,null,null,null);const ap=Ym.exports,ep={name:"IconListOrdered"};var lp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--list-ordered",attrs:{"aria-hidden":"true",role:"img","data-name":"List Ordered",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.5 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}}),a("path",{attrs:{d:"M2.5 4.25h-.392V2.258l-.608.235v-.362l.976-.381H2.5v2.5Zm.5 3H1.543v-.281l.707-.874c.059-.074.108-.139.148-.197.04-.058.072-.112.097-.16a.655.655 0 0 0 .05-.136.52.52 0 0 0-.005-.286.345.345 0 0 0-.066-.122.307.307 0 0 0-.239-.109.413.413 0 0 0-.165.03.307.307 0 0 0-.116.087.4.4 0 0 0-.072.144.688.688 0 0 0-.024.19H1.5c0-.107.018-.208.052-.303a.747.747 0 0 1 .15-.25.695.695 0 0 1 .54-.233.73.73 0 0 1 .286.053.6.6 0 0 1 .213.145.63.63 0 0 1 .13.224.862.862 0 0 1-.081.726 1.87 1.87 0 0 1-.142.215 5.37 5.37 0 0 1-.176.224l-.483.586H3v.327ZM1.985 8.82h.222c.066 0 .124-.01.173-.029a.325.325 0 0 0 .191-.199.483.483 0 0 0 .002-.306.316.316 0 0 0-.066-.117.293.293 0 0 0-.11-.07.417.417 0 0 0-.15-.025.39.39 0 0 0-.14.025.328.328 0 0 0-.212.32h-.372a.65.65 0 0 1 .431-.619.908.908 0 0 1 .581-.005.61.61 0 0 1 .23.13.6.6 0 0 1 .148.218.785.785 0 0 1 .053.299.572.572 0 0 1-.189.424.596.596 0 0 1-.149.102.543.543 0 0 1 .352.391.74.74 0 0 1 .02.177c0 .114-.02.215-.059.305a.63.63 0 0 1-.158.222.7.7 0 0 1-.241.14.925.925 0 0 1-.3.047.91.91 0 0 1-.28-.043.652.652 0 0 1-.401-.344.697.697 0 0 1-.06-.3h.37c0 .054.008.103.026.149a.348.348 0 0 0 .197.189.484.484 0 0 0 .315.002.318.318 0 0 0 .195-.2.494.494 0 0 0 .026-.167c0-.07-.01-.13-.03-.18a.325.325 0 0 0-.085-.125.357.357 0 0 0-.135-.072.562.562 0 0 0-.173-.025h-.222V8.82Z",fill:"currentColor"}})])},tp=[],rp=t(ep,lp,tp,!1,null,null,null,null);const np=rp.exports,sp={name:"IconListen"};var op=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--listen",attrs:{"aria-hidden":"true",role:"img","data-name":"Listen",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 2a2.5 2.5 0 0 0-2.49 2.27.5.5 0 1 1-.995-.09 3.5 3.5 0 0 1 6.985.32c0 1.01-.393 1.801-.792 2.346a4.922 4.922 0 0 1-.765.827l-.064.055-.017.015c-.096.095-.247.201-.352.275l-.025.017c-.14.1-.223.16-.255.191l-.104.101-.033.032a5.368 5.368 0 0 0-.144.142 1.201 1.201 0 0 0-.186.23 2.788 2.788 0 0 0-.131.432 11.858 11.858 0 0 0-.099.437 1.7 1.7 0 0 1-.421.782C7.79 10.726 7.275 11 6.5 11c-.462 0-.842-.117-1.144-.318a1.816 1.816 0 0 1-.615-.708 2.343 2.343 0 0 1-.24-.94v-.032C4.5 9 4.5 9 5 9h-.5a.5.5 0 0 1 1-.003v.002-.002.032c.003.028.007.07.016.123.018.108.053.244.118.375a.817.817 0 0 0 .275.323c.12.08.303.15.59.15.515 0 .76-.172.882-.302a.762.762 0 0 0 .137-.205.485.485 0 0 0 .036-.098l.004-.02c.015-.071.053-.255.102-.452.048-.196.123-.478.214-.653a2.15 2.15 0 0 1 .355-.464 9.643 9.643 0 0 1 .293-.287c.102-.102.261-.214.37-.29l.018-.012.004-.003.164-.118a1.579 1.579 0 0 0 .074-.058l.006-.005c.02-.02.051-.048.09-.083.332-.295 1.251-1.113 1.251-2.45A2.5 2.5 0 0 0 8 2ZM3.662 4.338a.5.5 0 0 1 0 .708L2.707 6h2.41a.5.5 0 1 1 0 1h-2.41l.955.955a.5.5 0 1 1-.707.707L1.147 6.854a.5.5 0 0 1 0-.707l1.808-1.809a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])},ip=[],cp=t(sp,op,ip,!1,null,null,null,null);const _p=cp.exports,dp={name:"IconListening"};var vp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--listening",attrs:{"aria-hidden":"true",role:"img","data-name":"Listening",viewBox:"0 0 11 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.25 1.5A2.75 2.75 0 0 0 4.5 4.25a.5.5 0 0 1-1 0 3.75 3.75 0 0 1 7.5 0c0 .841-.212 1.495-.544 2.03-.325.523-.752.91-1.136 1.23l-.249.204c-.29.237-.53.433-.723.658-.223.26-.348.524-.348.878a2.25 2.25 0 1 1-4.5 0 .5.5 0 0 1 1 0 1.25 1.25 0 1 0 2.5 0c0-.646.25-1.132.59-1.529.256-.299.585-.567.884-.811.07-.058.14-.114.206-.17.366-.304.69-.606.926-.988.231-.372.394-.843.394-1.502A2.75 2.75 0 0 0 7.25 1.5ZM6.013 3.013A1.75 1.75 0 0 1 9 4.25a.5.5 0 0 1-1 0 .75.75 0 0 0-1.5 0v.086a1.5 1.5 0 0 1 .56.353.5.5 0 0 1-.706.707A.5.5 0 0 0 6 5.25a.5.5 0 0 1-.5-.5v-.5c0-.464.184-.91.513-1.237ZM.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm2 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm2 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z",fill:"currentColor"}})])},up=[],fp=t(dp,vp,up,!1,null,null,null,null);const hp=fp.exports,mp={name:"IconLiveQueue"};var pp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--live-queue",attrs:{"aria-hidden":"true",role:"img","data-name":"Live Queue",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 1.646a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-1 1a.5.5 0 1 1-.708-.708l.147-.146H2a.5.5 0 0 1 0-1h1.293l-.147-.146a.5.5 0 0 1 0-.708ZM10 3.5H6.5a.5.5 0 0 1 0-1H10a.5.5 0 0 1 0 1ZM1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},gp=[],wp=t(mp,pp,gp,!1,null,null,null,null);const $p=wp.exports,Zp={name:"IconLivingThing",created(){this.uniqueID=r("dt-icon")}};var xp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--living-thing",attrs:{"aria-hidden":"true",role:"img","data-name":"Living Thing",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"m2.125 1.802 1.47.616c.582.245 1.2.228 1.735.138a4.03 4.03 0 0 1 1.34 0c.535.09 1.154.106 1.736-.138l1.37-.574-.298 1.19c-.172.693-.01 1.38.223 1.946a4 4 0 1 1-7.478.2c.153-.437.264-.948.185-1.48l-.283-1.898Zm-.99.147A1 1 0 0 1 2.51.879l1.472.617c.334.14.737.149 1.182.074a5.03 5.03 0 0 1 1.673 0c.445.075.847.067 1.182-.074l1.37-.575h.002a1 1 0 0 1 1.355 1.164l-.297 1.191c-.1.399-.018.85.177 1.323a5 5 0 1 1-9.347.251c.126-.362.186-.697.14-1.003L1.136 1.95ZM3.9 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.4a.5.5 0 0 1-.5-.5Zm3.1 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-2 2a.625.625 0 0 1 .5-1h1c.515 0 .81.588.5 1l-.5.667a.625.625 0 0 1-1 0L5 6.5Zm1 2.333.221.133a2 2 0 0 0 2.058 0l.062-.037a.5.5 0 1 0-.515-.858l-.061.037a1 1 0 0 1-1.03 0l-.413-.248a.625.625 0 0 0-.643 0l-.414.248a1 1 0 0 1-1.03 0l-.061-.037a.5.5 0 0 0-.515.858l.062.037a2 2 0 0 0 2.058 0L6 8.833Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Mp=[],Cp=t(Zp,xp,Mp,!1,null,null,null,null);const Ap=Cp.exports,Hp={name:"IconLoading",created(){this.uniqueID=r("dt-icon")}};var Ip=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--loading",attrs:{"aria-hidden":"true",role:"img","data-name":"Loading",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5A4.5 4.5 0 1 0 10.5 6a.5.5 0 0 1 1 0A5.5 5.5 0 1 1 6 .5a.5.5 0 0 1 0 1Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Vp=[],Fp=t(Hp,Ip,Vp,!1,null,null,null,null);const bp=Fp.exports,Bp={name:"IconLockFilled",created(){this.uniqueID=r("dt-icon")}};var Dp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--lock-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Lock Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.542 2.042A2.063 2.063 0 0 1 8.062 3.5v1.562H3.939V3.5c0-.547.217-1.072.604-1.458Zm-1.48 3.02V3.5a2.937 2.937 0 0 1 5.876 0v1.562H9.5c.794 0 1.438.644 1.438 1.438V10c0 .794-.644 1.438-1.438 1.438h-7A1.438 1.438 0 0 1 1.063 10V6.5c0-.794.643-1.437 1.437-1.437h.563Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Rp=[],Lp=t(Bp,Dp,Rp,!1,null,null,null,null);const qp=Lp.exports,kp={name:"IconLock",created(){this.uniqueID=r("dt-icon")}};var yp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--lock",attrs:{"aria-hidden":"true",role:"img","data-name":"Lock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.5 6a.5.5 0 0 0-.5.5V10a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 0-.5-.5h-7ZM1 6.5A1.5 1.5 0 0 1 2.5 5h7A1.5 1.5 0 0 1 11 6.5V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V6.5Z"}}),a("path",{attrs:{d:"M6 1.5a2 2 0 0 0-2 2v2a.5.5 0 1 1-1 0v-2a3 3 0 1 1 6 0v2a.5.5 0 1 1-1 0v-2a2 2 0 0 0-2-2Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Sp=[],zp=t(kp,yp,Sp,!1,null,null,null,null);const Pp=zp.exports,Up={name:"IconLogIn"};var Op=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--log-in",attrs:{"aria-hidden":"true",role:"img","data-name":"Log In",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 1.5a.5.5 0 0 1 .5-.5h2A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1-.5-.5ZM4.646 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L6.293 6.5H1.5a.5.5 0 0 1 0-1h4.793L4.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Ep=[],Gp=t(Up,Op,Ep,!1,null,null,null,null);const Tp=Gp.exports,Wp={name:"IconLogOut"};var jp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--log-out",attrs:{"aria-hidden":"true",role:"img","data-name":"Log Out",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 0 1h-2A1.5 1.5 0 0 1 1 9.5v-7A1.5 1.5 0 0 1 2.5 1h2a.5.5 0 0 1 0 1h-2Zm5.146 1.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 6.5H4.5a.5.5 0 0 1 0-1h4.793L7.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Np=[],Qp=t(Wp,jp,Np,!1,null,null,null,null);const Xp=Qp.exports,Jp={name:"IconMaestro"};var Kp=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--maestro",attrs:{"aria-hidden":"true",role:"img","data-name":"Maestro",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{d:"M13.358 11.733c0 2.615-2.095 4.734-4.679 4.734S4 14.347 4 11.734C4 9.118 6.095 7 8.68 7c2.583 0 4.678 2.12 4.678 4.733Z",fill:"#ED0006"}}),a("path",{attrs:{d:"M19.429 11.733c0 2.615-2.095 4.734-4.68 4.734-2.584 0-4.679-2.12-4.679-4.733C10.07 9.118 12.165 7 14.75 7c2.584 0 4.679 2.12 4.679 4.733Z",fill:"#0099DF"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.714 8.13a4.745 4.745 0 0 1 1.644 3.603 4.745 4.745 0 0 1-1.644 3.603 4.745 4.745 0 0 1-1.644-3.603c0-1.442.638-2.734 1.644-3.602Z",fill:"#6C6BBD"}})])},Yp=[],ag=t(Jp,Kp,Yp,!1,null,null,null,null);const eg=ag.exports,lg={name:"IconMailOpen"};var tg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mail-open",attrs:{"aria-hidden":"true",role:"img","data-name":"Mail Open",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.5 1.5a.5.5 0 0 0-.3.1l-4 3a.5.5 0 0 0-.14.163l4.192 2.664a.47.47 0 0 0 .496 0h.002l4.19-2.663a.516.516 0 0 0-.141-.165h-.002L6.8 1.6a.5.5 0 0 0-.3-.1ZM11 5.91 7.28 8.274a1.47 1.47 0 0 1-1.56 0l-.003-.002L2 5.91V10a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V5.91ZM5.6.8a1.5 1.5 0 0 1 1.8 0l4.002 3.002c.372.282.598.723.598 1.198v5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 1 10V5a1.5 1.5 0 0 1 .6-1.2l4-3Z","clip-rule":"evenodd"}})])},rg=[],ng=t(lg,tg,rg,!1,null,null,null,null);const sg=ng.exports,og={name:"IconMail"};var ig=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mail",attrs:{"aria-hidden":"true",role:"img","data-name":"Mail",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v.225l4.252 2.702a.47.47 0 0 0 .496 0h.002L11 3.224V3a.5.5 0 0 0-.5-.5h-8Zm9.5.992V3a1.5 1.5 0 0 0-1.5-1.5h-8A1.5 1.5 0 0 0 1 3v6a1.5 1.5 0 0 0 1.5 1.5h8A1.5 1.5 0 0 0 12 9V3.492Zm-1 .918L7.28 6.774a1.47 1.47 0 0 1-1.56 0l-.003-.002L2 4.41V9a.5.5 0 0 0 .5.5h8A.5.5 0 0 0 11 9V4.41Z","clip-rule":"evenodd"}})])},cg=[],_g=t(og,ig,cg,!1,null,null,null,null);const dg=_g.exports,vg={name:"IconMails"};var ug=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mails",attrs:{"aria-hidden":"true",role:"img","data-name":"Mails",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2.5A.5.5 0 0 0 4 3v.2l3.283 1.748a.458.458 0 0 0 .433 0L11 3.2V3a.5.5 0 0 0-.5-.5h-6Zm7.5.99V3a1.5 1.5 0 0 0-1.5-1.5h-6A1.5 1.5 0 0 0 3 3v4.5A1.5 1.5 0 0 0 4.5 9h6A1.5 1.5 0 0 0 12 7.5V3.49Zm-1 .843-2.817 1.5a1.46 1.46 0 0 1-1.366 0l-.002-.002L4 4.333V7.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V4.333ZM1.5 3.5A.5.5 0 0 1 2 4v5.5c0 .274.226.5.5.5h7a.5.5 0 0 1 0 1h-7C1.674 11 1 10.326 1 9.5V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},fg=[],hg=t(vg,ug,fg,!1,null,null,null,null);const mg=hg.exports,pg={name:"IconMapPin"};var gg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--map-pin",attrs:{"aria-hidden":"true",role:"img","data-name":"Map Pin",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5A3.5 3.5 0 0 0 2.5 5c0 1.302.885 2.68 1.874 3.793A15.182 15.182 0 0 0 6 10.36a15.182 15.182 0 0 0 1.626-1.567C8.615 7.68 9.5 6.303 9.5 5A3.5 3.5 0 0 0 6 1.5ZM6 11l-.3.4-.001-.001-.003-.002-.01-.008-.037-.028a14.688 14.688 0 0 1-.603-.5 16.177 16.177 0 0 1-1.42-1.404C2.615 8.32 1.5 6.697 1.5 5a4.5 4.5 0 0 1 9 0c0 1.698-1.115 3.32-2.126 4.457a16.177 16.177 0 0 1-2.023 1.904l-.036.028-.01.008-.004.002S6.3 11.4 6 11Zm0 0 .3.4a.5.5 0 0 1-.6 0L6 11Zm0-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}})])},wg=[],$g=t(pg,gg,wg,!1,null,null,null,null);const Zg=$g.exports,xg={name:"IconMap"};var Mg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--map",attrs:{"aria-hidden":"true",role:"img","data-name":"Map",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.763 1.075A.5.5 0 0 1 11 1.5V9a.5.5 0 0 1-.276.447l-3 1.5a.5.5 0 0 1-.448 0L4.5 9.56l-2.776 1.388A.5.5 0 0 1 1 10.5V3a.5.5 0 0 1 .276-.447l3-1.5a.5.5 0 0 1 .448 0L7.5 2.44l2.776-1.388a.5.5 0 0 1 .487.022ZM7 3.309l-2-1v6.382l2 1V3.309Zm1 6.382 2-1V2.309l-2 1v6.382Zm-4-1V2.309l-2 1v6.382l2-1Z","clip-rule":"evenodd"}})])},Cg=[],Ag=t(xg,Mg,Cg,!1,null,null,null,null);const Hg=Ag.exports,Ig={name:"IconMastercard"};var Vg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mastercard",attrs:{"aria-hidden":"true",role:"img","data-name":"Mastercard",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 15.694a4.867 4.867 0 0 1-3.148 1.145C6.172 16.84 4 14.693 4 12.045 4 9.397 6.173 7.25 8.852 7.25c1.201 0 2.3.431 3.148 1.145a4.868 4.868 0 0 1 3.148-1.145c2.68 0 4.852 2.147 4.852 4.795s-2.172 4.794-4.852 4.794c-1.201 0-2.3-.43-3.148-1.145Z",fill:"#ED0006"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 15.694a4.761 4.761 0 0 0 1.705-3.65c0-1.46-.662-2.77-1.705-3.649a4.868 4.868 0 0 1 3.148-1.145c2.68 0 4.852 2.147 4.852 4.795s-2.172 4.794-4.852 4.794c-1.201 0-2.3-.43-3.148-1.145Z",fill:"#F9A000"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 15.694a4.761 4.761 0 0 0 1.705-3.65c0-1.46-.662-2.77-1.705-3.649a4.761 4.761 0 0 0-1.705 3.65c0 1.461.662 2.77 1.705 3.649Z",fill:"#FF5E00"}})])},Fg=[],bg=t(Ig,Vg,Fg,!1,null,null,null,null);const Bg=bg.exports,Dg={name:"IconMaximize"};var Rg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--maximize",attrs:{"aria-hidden":"true",role:"img","data-name":"Maximize",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0V2H7.5a.5.5 0 0 1-.5-.5ZM1.5 7a.5.5 0 0 1 .5.5V10h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.147a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Zm-5.5 5.5a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])},Lg=[],qg=t(Dg,Rg,Lg,!1,null,null,null,null);const kg=qg.exports,yg={name:"IconMegaphoneOff",created(){this.uniqueID=r("dt-icon")}};var Sg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--megaphone-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Megaphone Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0L4.977 4.27a.512.512 0 0 1 .013.013l3.928 3.928a.508.508 0 0 1 .01.01l2.426 2.425a.5.5 0 0 1-.708.708L8.32 9.027l-2.048-.455a2.004 2.004 0 0 1-3.903-.867l-.976-.217A.5.5 0 0 1 1 7V5.5a.5.5 0 0 1 .366-.482l2.305-.64L.646 1.354a.5.5 0 0 1 0-.708ZM4.483 5.19 2 5.88v.719l5.003 1.11-2.52-2.52ZM3.349 7.923a1.005 1.005 0 0 0 1.94.43l-1.94-.43Zm7.454-5.321A.5.5 0 0 1 11 3v4.67a.5.5 0 0 1-1 0V3.658l-3.021.839a.5.5 0 0 1-.268-.964l3.655-1.015a.5.5 0 0 1 .437.084Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},zg=[],Pg=t(yg,Sg,zg,!1,null,null,null,null);const Ug=Pg.exports,Og={name:"IconMegaphone"};var Eg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--megaphone",attrs:{"aria-hidden":"true",role:"img","data-name":"Megaphone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.803 2.602A.5.5 0 0 1 11 3v6a.5.5 0 0 1-.608.488L6.27 8.572a2.004 2.004 0 0 1-3.903-.867l-.976-.217A.5.5 0 0 1 1 7V5.5a.5.5 0 0 1 .366-.482l9-2.5a.5.5 0 0 1 .437.084ZM3.349 7.923a1.004 1.004 0 0 0 1.94.431l-1.94-.431ZM2 5.88v.72l8 1.778v-4.72L2 5.88Z","clip-rule":"evenodd"}})])},Gg=[],Tg=t(Og,Eg,Gg,!1,null,null,null,null);const Wg=Tg.exports,jg={name:"IconMenu"};var Ng=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--menu",attrs:{"aria-hidden":"true",role:"img","data-name":"Menu",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Zm0-3a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Zm0 6a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Qg=[],Xg=t(jg,Ng,Qg,!1,null,null,null,null);const Jg=Xg.exports,Kg={name:"IconMessage"};var Yg=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--message",attrs:{"aria-hidden":"true",role:"img","data-name":"Message",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2a.5.5 0 0 0-.5.5v6.793l1.146-1.147A.5.5 0 0 1 4 8h6a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H3Zm-1.06-.56A1.5 1.5 0 0 1 3 1h7a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9H4.207l-1.853 1.854A.5.5 0 0 1 1.5 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])},aw=[],ew=t(Kg,Yg,aw,!1,null,null,null,null);const lw=ew.exports,tw={name:"IconMessenger",created(){this.uniqueID=r("dt-icon")}};var rw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--messenger",attrs:{"aria-hidden":"true",role:"img","data-name":"Messenger",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 2.86c-5.281 0-9.375 3.868-9.375 9.093 0 2.733 1.12 5.095 2.944 6.726a.75.75 0 0 1 .252.535l.051 1.668a.75.75 0 0 0 1.053.663l1.86-.822a.748.748 0 0 1 .501-.037c.855.236 1.765.36 2.714.36 5.281 0 9.375-3.868 9.375-9.093S17.281 2.86 12 2.86Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m6.37 14.613 2.754-4.37a1.406 1.406 0 0 1 2.034-.375l2.19 1.643c.2.15.477.15.678-.002l2.958-2.245c.394-.3.91.173.646.592l-2.754 4.37a1.406 1.406 0 0 1-2.034.374l-2.19-1.642a.562.562 0 0 0-.678.002l-2.958 2.245c-.395.3-.91-.173-.646-.592Z",fill:"#fff"}}),a("defs",[a("radialGradient",{attrs:{id:`${e.uniqueID}a`,cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(6.234 21.51) scale(20.4299)"}},[a("stop",{attrs:{"stop-color":"#09F"}}),a("stop",{attrs:{offset:".61","stop-color":"#A033FF"}}),a("stop",{attrs:{offset:".935","stop-color":"#FF5280"}}),a("stop",{attrs:{offset:"1","stop-color":"#FF7061"}})],1)],1)])},nw=[],sw=t(tw,rw,nw,!1,null,null,null,null);const ow=sw.exports,iw={name:"IconMicOff",created(){this.uniqueID=r("dt-icon")}};var cw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mic-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Mic Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0l7.5 7.5 2.5 2.5a.5.5 0 0 1-.708.708L8.481 9.188a4 4 0 0 1-1.981.832V11H8a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1h1.5v-.98A4.001 4.001 0 0 1 2 5.996V5a.5.5 0 0 1 1 0v1.007a3 3 0 0 0 4.768 2.468l-.753-.753A2 2 0 0 1 4 6V4.707L.646 1.354a.5.5 0 0 1 0-.708ZM5 5.707V6a1 1 0 0 0 1.258.965L5 5.707Zm.153-5.01A2 2 0 0 1 8 2.497V4.67a.5.5 0 0 1-1 0V2.502a1 1 0 0 0-1.893-.442.5.5 0 0 1-.894-.45 2 2 0 0 1 .94-.913ZM9.5 4.5a.5.5 0 0 1 .5.5v1.001c0 .235-.022.47-.063.702a.5.5 0 1 1-.984-.176A3.06 3.06 0 0 0 9 6V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},_w=[],dw=t(iw,cw,_w,!1,null,null,null,null);const vw=dw.exports,uw={name:"IconMic"};var fw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mic",attrs:{"aria-hidden":"true",role:"img","data-name":"Mic",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.586 1.086A2 2 0 0 1 8 2.5V6a2 2 0 1 1-4 0V2.5a2 2 0 0 1 .586-1.414ZM6 1.5a1 1 0 0 0-1 1V6a1 1 0 0 0 2 0V2.5a1 1 0 0 0-1-1Zm-3.5 3A.5.5 0 0 1 3 5v1a3 3 0 1 0 6 0V5a.5.5 0 0 1 1 0v1a4 4 0 0 1-3.5 3.969V11H8a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1h1.5V9.969A4 4 0 0 1 2 6V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},hw=[],mw=t(uw,fw,hw,!1,null,null,null,null);const pw=mw.exports,gw={name:"IconMicrosoftDynamics365",created(){this.uniqueID=r("dt-icon")}};var ww=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--microsoft-dynamics-365",attrs:{"aria-hidden":"true",role:"img","data-name":"Microsoft Dynamics 365",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("mask",{staticStyle:{"mask-type":"alpha"},attrs:{id:"a",maskUnits:"userSpaceOnUse",x:"4",y:"2",width:"15",height:"20"}},[a("path",{attrs:{d:"M18.583 8.328c0-.88-.553-1.666-1.382-1.962L5.114 2.049A.833.833 0 0 0 4 2.834v6.564c0 .352.221.666.553.784l5.417 1.935a.833.833 0 0 0 1.113-.785V7.563c0-.29.291-.492.564-.39l1.42.535a2.083 2.083 0 0 1 1.35 1.95v1.641l-6.12 2.236a.833.833 0 0 0-.547.783v6.559c0 .578.576.98 1.12.782l8.345-3.05a2.083 2.083 0 0 0 1.368-1.956V8.328z",fill:"#fff"}})]),a("g",{attrs:{mask:"url(#a)"}},[a("path",{attrs:{d:"M4 1.652 18.583 6.86v7.15c0 .577-.57.98-1.113.786l-3.053-1.09v-4.05c0-.867-.538-1.644-1.35-1.95l-1.42-.533a.417.417 0 0 0-.564.39v4.952L4 9.985V1.652z",fill:`url(#${e.uniqueID}b)`}}),a("g",{attrs:{filter:"url(#c)"}},[a("path",{attrs:{d:"M18.583 8.401c0 .875-.546 1.659-1.368 1.959L7.75 13.818v8.333l10.833-3.958V8.401z",fill:"currentColor","fill-opacity":".24"}})]),a("g",{attrs:{filter:"url(#d)"}},[a("path",{attrs:{d:"M18.583 8.735c0 .875-.546 1.658-1.368 1.958L7.75 14.152v8.333l10.833-3.959V8.735z",fill:"currentColor","fill-opacity":".32"}})]),a("path",{attrs:{d:"M18.583 8.318c0 .875-.546 1.658-1.368 1.959L7.75 13.735v8.333l10.833-3.958V8.318z",fill:`url(#${e.uniqueID}e)`}}),a("path",{attrs:{opacity:".5",d:"M18.583 8.318c0 .875-.546 1.658-1.368 1.959L7.75 13.735v8.333l10.833-3.958V8.318z",fill:`url(#${e.uniqueID}f)`}}),a("path",{attrs:{opacity:".5",d:"m14.417 11.302-3.335 1.22v4.887c0 .29.29.492.563.39l1.423-.536a2.083 2.083 0 0 0 1.349-1.95v-4.011z",fill:"#B0ADFF"}})]),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"9.426",y1:"1.652",x2:"13.304",y2:"11.802",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#0B53CE"}}),a("stop",{attrs:{offset:"1","stop-color":"#7252AA"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}e`,x1:"14.862",y1:"21.337",x2:"14.862",y2:"9.238",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#2266E3"}}),a("stop",{attrs:{offset:"1","stop-color":"#AE7FE2"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}f`,x1:"18.583",y1:"13.69",x2:"14.433",y2:"13.69",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#94B9FF"}}),a("stop",{attrs:{offset:".288","stop-color":"#94B9FF","stop-opacity":".524"}}),a("stop",{attrs:{offset:"1","stop-color":"#538FFF","stop-opacity":"0"}})],1),a("filter",{attrs:{id:"c",x:"6.95",y:"7.601",width:"12.433",height:"15.35",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),a("feGaussianBlur",{attrs:{stdDeviation:".4",result:"effect1_foregroundBlur"}})],1),a("filter",{attrs:{id:"d",x:"-.25",y:".735",width:"26.833",height:"29.75",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),a("feGaussianBlur",{attrs:{stdDeviation:"4",result:"effect1_foregroundBlur"}})],1)],1)])},$w=[],Zw=t(gw,ww,$w,!1,null,null,null,null);const xw=Zw.exports,Mw={name:"IconMicrosoftTeams",created(){this.uniqueID=r("dt-icon")}};var Cw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--microsoft-teams",attrs:{"aria-hidden":"true",role:"img","data-name":"Microsoft Teams",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{d:"M15.95 9.977h5.166c.488 0 .884.395.884.883v4.706a3.248 3.248 0 0 1-3.248 3.248h-.015a3.248 3.248 0 0 1-3.249-3.248v-5.127c0-.255.207-.462.462-.462Zm3.492-.93a2.093 2.093 0 1 0 0-4.187 2.093 2.093 0 0 0 0 4.187Z",fill:"#5059C9"}}),a("path",{attrs:{d:"M12.93 9.047a3.023 3.023 0 1 0 0-6.047 3.023 3.023 0 0 0 0 6.047Zm4.031.93H8.434a.874.874 0 0 0-.853.894v5.367a5.246 5.246 0 0 0 5.117 5.367 5.246 5.246 0 0 0 5.116-5.367v-5.367a.874.874 0 0 0-.853-.894Z",fill:"#7B83EB"}}),a("path",{attrs:{opacity:".1",d:"M13.163 9.977v7.52a.856.856 0 0 1-.851.852H7.99a5.664 5.664 0 0 1-.41-2.112V10.87a.873.873 0 0 1 .852-.893h4.73Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".2",d:"M12.698 9.977v7.986a.857.857 0 0 1-.851.851H8.209a6.021 6.021 0 0 1-.218-.465 5.664 5.664 0 0 1-.41-2.112V10.87a.873.873 0 0 1 .852-.893h4.265Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".2",d:"M12.698 9.977v7.056a.858.858 0 0 1-.851.85h-4.02a5.665 5.665 0 0 1-.246-1.646V10.87a.873.873 0 0 1 .852-.893h4.265Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".2",d:"M12.233 9.977v7.056a.858.858 0 0 1-.852.85H7.828a5.665 5.665 0 0 1-.247-1.646V10.87a.873.873 0 0 1 .852-.893h3.8Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".1",d:"M13.163 7.572v1.465c-.08.005-.154.01-.233.01-.079 0-.153-.005-.232-.01a2.552 2.552 0 0 1-.465-.074 3.023 3.023 0 0 1-2.094-1.777 2.582 2.582 0 0 1-.148-.465h2.32c.47.002.85.382.852.851Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".2",d:"M12.698 8.037v1a2.553 2.553 0 0 1-.465-.074 3.024 3.024 0 0 1-2.094-1.777h1.708a.853.853 0 0 1 .85.851Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".2",d:"M12.698 8.037v1a2.553 2.553 0 0 1-.465-.074 3.024 3.024 0 0 1-2.094-1.777h1.708a.853.853 0 0 1 .85.851Z",fill:"currentColor"}}),a("path",{attrs:{opacity:".2",d:"M12.233 8.037v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",fill:"currentColor"}}),a("path",{attrs:{d:"M2.853 7.186h8.527c.47 0 .852.382.852.853v8.527c0 .47-.381.853-.852.853H2.853A.853.853 0 0 1 2 16.566V8.039c0-.471.382-.853.853-.853Z",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{d:"M9.36 10.432H7.655v4.641H6.57v-4.641H4.873v-.9H9.36v.9Z",fill:"#fff"}})]),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"3.778",y1:"6.52",x2:"10.455",y2:"18.085",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#5A62C3"}}),a("stop",{attrs:{offset:".5","stop-color":"#4D55BD"}}),a("stop",{attrs:{offset:"1","stop-color":"#3940AB"}})],1),a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",transform:"translate(2 3)",d:"M0 0h20v18.605H0z"}})])],1)])},Aw=[],Hw=t(Mw,Cw,Aw,!1,null,null,null,null);const Iw=Hw.exports,Vw={name:"IconMicrosoft"};var Fw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--microsoft",attrs:{"aria-hidden":"true",role:"img","data-name":"Microsoft",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M11.5 2H2v9.5h9.5V2z",fill:"#F25022"}}),a("path",{attrs:{d:"M22 2h-9.5v9.5H22V2z",fill:"#7FBA00"}}),a("path",{attrs:{d:"M11.5 12.5H2V22h9.5v-9.5z",fill:"#00A4EF"}}),a("path",{attrs:{d:"M22 12.5h-9.5V22H22v-9.5z",fill:"#FFB900"}})])},bw=[],Bw=t(Vw,Fw,bw,!1,null,null,null,null);const Dw=Bw.exports,Rw={name:"IconMinimizeAlt"};var Lw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--minimize-alt",attrs:{"aria-hidden":"true",role:"img","data-name":"Minimize Alt",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 9a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},qw=[],kw=t(Rw,Lw,qw,!1,null,null,null,null);const yw=kw.exports,Sw={name:"IconMinimize"};var zw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--minimize",attrs:{"aria-hidden":"true",role:"img","data-name":"Minimize",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 7a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0V7.5H2a.5.5 0 0 1-.5-.5ZM7 1.5a.5.5 0 0 1 .5.5v2.5H10a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.147a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Zm-5.5 5.5a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])},Pw=[],Uw=t(Sw,zw,Pw,!1,null,null,null,null);const Ow=Uw.exports,Ew={name:"IconMinusCircle",created(){this.uniqueID=r("dt-icon")}};var Gw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--minus-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Minus Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3 0a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Tw=[],Ww=t(Ew,Gw,Tw,!1,null,null,null,null);const jw=Ww.exports,Nw={name:"IconMiro"};var Qw=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--miro",attrs:{"aria-hidden":"true",role:"img","data-name":"Miro",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M18.774 2H5.226A3.226 3.226 0 0 0 2 5.226v13.548A3.226 3.226 0 0 0 5.226 22h13.548A3.226 3.226 0 0 0 22 18.774V5.226A3.226 3.226 0 0 0 18.774 2Z",fill:"#FFD02F"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.506 5.125h-1.951l1.626 2.946-3.577-2.946H9.652l1.789 3.601-3.74-3.601H5.75l1.951 4.583-1.951 9.167h1.951l3.74-9.821-1.789 9.821h1.952L15.18 8.399l-1.626 10.476h1.951l3.577-11.458-3.577-2.292Z",fill:"#050038"}})])},Xw=[],Jw=t(Nw,Qw,Xw,!1,null,null,null,null);const Kw=Jw.exports,Yw={name:"IconMondayCom"};var a$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--monday-com",attrs:{"aria-hidden":"true",role:"img","data-name":"Monday Com",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M4.488 17.991a2.498 2.498 0 0 1-2.177-1.263 2.415 2.415 0 0 1 .069-2.486l4.482-7.039a2.5 2.5 0 0 1 2.213-1.202 2.494 2.494 0 0 1 2.141 1.32 2.41 2.41 0 0 1-.135 2.482l-4.48 7.04a2.499 2.499 0 0 1-2.113 1.148Z",fill:"#F62B54"}}),a("path",{attrs:{d:"M12.176 17.99a2.49 2.49 0 0 1-2.173-1.26 2.408 2.408 0 0 1 .069-2.479l4.473-7.022A2.496 2.496 0 0 1 16.76 6c.912.02 1.738.53 2.156 1.327a2.407 2.407 0 0 1-.162 2.494l-4.473 7.023a2.496 2.496 0 0 1-2.105 1.146Z",fill:"#FC0"}}),a("path",{attrs:{d:"M19.693 18.05c1.274 0 2.307-1.012 2.307-2.26 0-1.247-1.033-2.259-2.307-2.259-1.275 0-2.308 1.012-2.308 2.26 0 1.247 1.033 2.259 2.308 2.259Z",fill:"#00CA72"}})])},e$=[],l$=t(Yw,a$,e$,!1,null,null,null,null);const t$=l$.exports,r$={name:"IconMonitorOff",created(){this.uniqueID=r("dt-icon")}};var n$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--monitor-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Monitor Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M1.737 1.94a.5.5 0 0 0-.46-.887L1.5 1.5l-.224-.447h-.002l-.002.002-.006.003-.013.007a.934.934 0 0 0-.131.086 1.46 1.46 0 0 0-.262.255C.669 1.645.5 2.004.5 2.5v5A1.5 1.5 0 0 0 2 9h6.5a.5.5 0 0 0 0-1H2a.5.5 0 0 1-.5-.5v-5c0-.254.081-.395.14-.469a.46.46 0 0 1 .097-.09ZM4 1.5a.5.5 0 0 1 .5-.5H10a1.5 1.5 0 0 1 1.5 1.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 0 10 2H4.5a.5.5 0 0 1-.5-.5Zm-.5 9A.5.5 0 0 1 4 10h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M6 8a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 8ZM.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},s$=[],o$=t(r$,n$,s$,!1,null,null,null,null);const i$=o$.exports,c$={name:"IconMonitorSpeaker"};var _$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--monitor-speaker",attrs:{"aria-hidden":"true",role:"img","data-name":"Monitor Speaker",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.25 10a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H2.75a.5.5 0 0 1-.5-.5ZM8 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H7ZM5.5 3A1.5 1.5 0 0 1 7 1.5h3A1.5 1.5 0 0 1 11.5 3v6a1.5 1.5 0 0 1-1.5 1.5H7A1.5 1.5 0 0 1 5.5 9V3ZM.94 2.94A1.5 1.5 0 0 1 2 2.5h2a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 7V4c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 7.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},d$=[],v$=t(c$,_$,d$,!1,null,null,null,null);const u$=v$.exports,f$={name:"IconMonitor"};var h$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--monitor",attrs:{"aria-hidden":"true",role:"img","data-name":"Monitor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2Zm4.5 7H10a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 10 1H2A1.5 1.5 0 0 0 .5 2.5v5A1.5 1.5 0 0 0 2 9h3.5v1H4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6.5V9Z","clip-rule":"evenodd"}})])},m$=[],p$=t(f$,h$,m$,!1,null,null,null,null);const g$=p$.exports,w$={name:"IconMoon"};var $$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--moon",attrs:{"aria-hidden":"true",role:"img","data-name":"Moon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.955 2.139a4 4 0 1 0 4.902 4.92 3.682 3.682 0 0 1-5.281-3.31 3.646 3.646 0 0 1 .38-1.61Zm1.392-.279A.5.5 0 0 0 6 1a5 5 0 1 0 5 5 .5.5 0 0 0-.852-.355 2.682 2.682 0 0 1-4.572-1.898 2.709 2.709 0 0 1 .391-1.38 2.97 2.97 0 0 1 .377-.504l.003-.003Z","clip-rule":"evenodd"}})])},Z$=[],x$=t(w$,$$,Z$,!1,null,null,null,null);const M$=x$.exports,C$={name:"IconMoreHorizontal"};var A$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--more-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"More Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.502 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},H$=[],I$=t(C$,A$,H$,!1,null,null,null,null);const V$=I$.exports,F$={name:"IconMoreVertical"};var b$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--more-vertical",attrs:{"aria-hidden":"true",role:"img","data-name":"More Vertical",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},B$=[],D$=t(F$,b$,B$,!1,null,null,null,null);const R$=D$.exports,L$={name:"IconMouse"};var q$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--mouse",attrs:{"aria-hidden":"true",role:"img","data-name":"Mouse",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 5 0v-3A2.5 2.5 0 0 0 6 2ZM2.5 4.5a3.5 3.5 0 1 1 7 0v3a3.5 3.5 0 1 1-7 0v-3Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 3Z","clip-rule":"evenodd"}})])},k$=[],y$=t(L$,q$,k$,!1,null,null,null,null);const S$=y$.exports,z$={name:"IconMultiLineDept"};var P$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--multi-line-dept",attrs:{"aria-hidden":"true",role:"img","data-name":"Multi Line Dept",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.147 1.147a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 0 1-.707-.707l.646-.647H6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h2.793l-.646-.646a.5.5 0 0 1 .707-.707l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l.646-.647H6A1.5 1.5 0 0 1 4.5 8V6.5h-3a.5.5 0 0 1 0-1h3V4A1.5 1.5 0 0 1 6 2.5h2.793l-.646-.646a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},U$=[],O$=t(z$,P$,U$,!1,null,null,null,null);const E$=O$.exports,G$={name:"IconMusicOff"};var T$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--music-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Music Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.823 1.119A.5.5 0 0 1 11 1.5V8c0 .053-.002.106-.006.158a.5.5 0 0 1-.997-.078 1 1 0 0 0-1.075-1.077.5.5 0 0 1-.076-.997A2.021 2.021 0 0 1 10 6.268V2.09l-5.092.848a.5.5 0 1 1-.165-.986l5.675-.946a.5.5 0 0 1 .405.112Zm-9.676.028a.5.5 0 0 1 .707 0l9 9a.5.5 0 1 1-.707.707l-.873-.872a2 2 0 0 1-2.256-2.255L5 5.706V9a2 2 0 1 1-1-1.732v-2.56L1.147 1.853a.5.5 0 0 1 0-.707ZM4 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z","clip-rule":"evenodd"}})])},W$=[],j$=t(G$,T$,W$,!1,null,null,null,null);const N$=j$.exports,Q$={name:"IconMusic"};var X$=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--music",attrs:{"aria-hidden":"true",role:"img","data-name":"Music",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M11.323 1.118a.5.5 0 0 1 .177.382V8a2 2 0 1 1-1-1.732V2.09l-5 .834V9a2 2 0 1 1-1-1.732V2.5a.5.5 0 0 1 .418-.493l6-1a.5.5 0 0 1 .405.111ZM4.5 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm6-1a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z","clip-rule":"evenodd"}})])},J$=[],K$=t(Q$,X$,J$,!1,null,null,null,null);const Y$=K$.exports,aZ={name:"IconNetwork",created(){this.uniqueID=r("dt-icon")}};var eZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--network",attrs:{"aria-hidden":"true",role:"img","data-name":"Network",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M4 1a.5.5 0 0 1 .5-.5h3A.5.5 0 0 1 8 1v3a.5.5 0 0 1-.5.5h-3A.5.5 0 0 1 4 4V1Zm1 .5v2h2v-2H5ZM7.5 8a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V8Zm1 .5v2h2v-2h-2ZM.5 8a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V8Zm1 .5v2h2v-2h-2Z"}}),a("path",{attrs:{d:"M2 6a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V6.5H3V8a.5.5 0 0 1-1 0V6Z"}}),a("path",{attrs:{d:"M6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},lZ=[],tZ=t(aZ,eZ,lZ,!1,null,null,null,null);const rZ=tZ.exports,nZ={name:"IconNeutral",created(){this.uniqueID=r("dt-icon")}};var sZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--neutral",attrs:{"aria-hidden":"true",role:"img","data-name":"Neutral",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-3.5 3A.5.5 0 0 1 4 7h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},oZ=[],iZ=t(nZ,sZ,oZ,!1,null,null,null,null);const cZ=iZ.exports,_Z={name:"IconNewspaper",created(){this.uniqueID=r("dt-icon")}};var dZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--newspaper",attrs:{"aria-hidden":"true",role:"img","data-name":"Newspaper",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.94.94A1.5 1.5 0 0 1 4 .5h6A1.5 1.5 0 0 1 11.5 2v8a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 10V5.5C.5 4.674 1.174 4 2 4h.5V2c0-.398.158-.78.44-1.06ZM2.5 5H2c-.274 0-.5.226-.5.5V10a.5.5 0 0 0 1 0V5Zm.914 5.5A1.5 1.5 0 0 0 3.5 10V2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5H3.414ZM4.5 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V3Zm1 .5v1h3v-1h-3ZM4.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},vZ=[],uZ=t(_Z,dZ,vZ,!1,null,null,null,null);const fZ=uZ.exports,hZ={name:"IconNotEnoughQueries"};var mZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--not-enough-queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Not Enough Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm7.5 0A.5.5 0 0 1 9 6v1h1a.5.5 0 0 1 0 1H9v1a.5.5 0 0 1-1 0V8H7a.5.5 0 0 1 0-1h1V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},pZ=[],gZ=t(hZ,mZ,pZ,!1,null,null,null,null);const wZ=gZ.exports,$Z={name:"IconNotes"};var ZZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--notes",attrs:{"aria-hidden":"true",role:"img","data-name":"Notes",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1h.5A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 2 10V3a1.5 1.5 0 0 1 1.5-1.5H4Zm0 1h-.5A.5.5 0 0 0 3 3v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1Zm4 0H5v-1h3v1Zm-4 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5ZM4 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8Zm2 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 6 8Z","clip-rule":"evenodd"}})])},xZ=[],MZ=t($Z,ZZ,xZ,!1,null,null,null,null);const CZ=MZ.exports,AZ={name:"IconO365Calendar",created(){this.uniqueID=r("dt-icon")}};var HZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--o365-calendar",attrs:{"aria-hidden":"true",role:"img","data-name":"O365 Calendar",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("rect",{attrs:{x:"2",y:"3.428",width:"20",height:"5.714",rx:"1.143",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{d:"M2 7.715h20v13.143c0 .631-.512 1.143-1.143 1.143H3.143A1.143 1.143 0 0 1 2 20.858V7.715Z",fill:`url(#${e.uniqueID}c)`}}),a("g",{attrs:{filter:"url(#d)"}},[a("circle",{attrs:{cx:"10.213",cy:"10.215",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#e)"}},[a("circle",{attrs:{cx:"10.213",cy:"14.5",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#f)"}},[a("circle",{attrs:{cx:"10.213",cy:"18.787",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#g)"}},[a("circle",{attrs:{cx:"5.93",cy:"14.5",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#h)"}},[a("circle",{attrs:{cx:"5.93",cy:"18.787",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#i)"}},[a("circle",{attrs:{cx:"14.499",cy:"10.215",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#j)"}},[a("circle",{attrs:{cx:"18.786",cy:"10.215",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#k)"}},[a("circle",{attrs:{cx:"14.499",cy:"14.5",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#l)"}},[a("circle",{attrs:{cx:"18.786",cy:"14.5",fill:"#F2F2F2",r:"1.071"}})]),a("g",{attrs:{filter:"url(#m)"}},[a("rect",{attrs:{x:"6.286",y:"2",width:"2.857",height:"4.286",rx:"1.429",fill:`url(#${e.uniqueID}n)`}})]),a("g",{attrs:{filter:"url(#o)"}},[a("rect",{attrs:{x:"14.858",y:"2",width:"2.857",height:"4.286",rx:"1.429",fill:`url(#${e.uniqueID}p)`}})])]),a("defs",[a("filter",{attrs:{id:"d",x:"5.714",y:"6.858",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"e",x:"5.714",y:"11.143",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"f",x:"5.714",y:"15.43",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"g",x:"1.43",y:"11.143",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"h",x:"1.43",y:"15.43",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"i",x:"9.999",y:"6.858",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"j",x:"14.286",y:"6.858",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"k",x:"9.999",y:"11.143",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"l",x:"14.286",y:"11.143",width:"11.286",height:"11.286",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"2.286"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"m",x:"2.858",y:"-1.429",width:"12",height:"13.429",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"1.143"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("filter",{attrs:{id:"o",x:"11.43",y:"-1.429",width:"12",height:"13.429",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[a("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),a("feColorMatrix",{attrs:{in:"SourceAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}}),a("feOffset",{attrs:{dx:"1.143",dy:"1.143"}}),a("feGaussianBlur",{attrs:{stdDeviation:"2.286"}}),a("feComposite",{attrs:{in2:"hardAlpha",operator:"out"}}),a("feColorMatrix",{attrs:{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}}),a("feBlend",{attrs:{in2:"BackgroundImageFix",result:"effect1_dropShadow_13091_975"}}),a("feBlend",{attrs:{in:"SourceGraphic",in2:"effect1_dropShadow_13091_975",result:"shape"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"2.714",y1:"4.143",x2:"22",y2:"7.714",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#0667B8"}}),a("stop",{attrs:{offset:"1","stop-color":"#0E5399"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}c`,x1:"2.714",y1:"8.365",x2:"19.219",y2:"22.889",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#28AFEA"}}),a("stop",{attrs:{offset:"1","stop-color":"#1797E0"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}n`,x1:"7.715",y1:"2",x2:"7.715",y2:"6.286",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#3CCBF4"}}),a("stop",{attrs:{offset:"1","stop-color":"#3CCBF4"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}p`,x1:"16.287",y1:"2",x2:"16.287",y2:"6.286",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#3CCBF4"}}),a("stop",{attrs:{offset:"1","stop-color":"#3CCBF4"}})],1),a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h24v24H0z"}})])],1)])},IZ=[],VZ=t(AZ,HZ,IZ,!1,null,null,null,null);const FZ=VZ.exports,bZ={name:"IconObject",created(){this.uniqueID=r("dt-icon")}};var BZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--object",attrs:{"aria-hidden":"true",role:"img","data-name":"Object",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"m1.54 5.404.788-.578-.306-.93a4.47 4.47 0 0 0-.483 1.508Zm1.205-2.51.566 1.718.696.218L5.5 3.746v-.733L4.038 1.95a4.513 4.513 0 0 0-1.292.944Zm2.47-1.325.785.57.786-.57a4.528 4.528 0 0 0-1.572 0Zm2.748.38L6.501 3.013v.734L7.99 4.828l.707-.23.55-1.714a4.513 4.513 0 0 0-1.284-.934Zm2.171.424a5.5 5.5 0 0 0-8.848 6.462.5.5 0 0 0 .078.126 5.5 5.5 0 0 0 10.11-2.425.5.5 0 0 0 .02-.265 5.478 5.478 0 0 0-1.253-3.774.5.5 0 0 0-.107-.124Zm-.16 1.515-.292.913.773.556a4.468 4.468 0 0 0-.48-1.47Zm.487 2.706L9.008 5.548l-.709.23-.57 1.753.427.59 1.815-.002a4.47 4.47 0 0 0 .49-1.525ZM9.244 9.12h-.978l-.302.93c.48-.233.913-.55 1.28-.93Zm-2.455 1.31.559-1.721-.428-.592H5.08l-.43.595.567 1.72a4.53 4.53 0 0 0 1.572-.002Zm-2.75-.38-.304-.922-.965.004c.364.376.793.688 1.269.919Zm-2-1.915 1.8-.007.432-.597-.568-1.75-.692-.216L1.545 6.64c.076.535.247 1.04.493 1.496Zm2.647-2.563.502 1.545h1.625l.502-1.545L6 4.618l-1.314.955Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},DZ=[],RZ=t(bZ,BZ,DZ,!1,null,null,null,null);const LZ=RZ.exports,qZ={name:"IconOffice365",created(){this.uniqueID=r("dt-icon")}};var kZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--office-365",attrs:{"aria-hidden":"true",role:"img","data-name":"Office 365",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"m12.571 2.069 1.366 3.597v12.297l-1.333 3.97 5.902-1.639a1.904 1.904 0 0 0 1.393-1.834V5.542a1.903 1.903 0 0 0-1.396-1.835L12.571 2.07z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"m7.239 16.878-1.757.96A1.001 1.001 0 0 1 4 16.96V7.45a1.9 1.9 0 0 1 .954-1.65l6.192-3.553a1.869 1.869 0 0 1 1.642-.107 1.86 1.86 0 0 1 1.15 1.724v1.8L8.904 7.5a1.415 1.415 0 0 0-.93 1.33v6.807a1.415 1.415 0 0 1-.736 1.24z",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{d:"M13.937 17.963v2.214a1.82 1.82 0 0 1-2.713 1.59l-3.88-2.174a.87.87 0 0 1 .425-1.63h6.168z",fill:`url(#${e.uniqueID}c)`}}),a("path",{attrs:{d:"m7.239 16.878-1.757.96A1.001 1.001 0 0 1 4 16.96V7.45a1.9 1.9 0 0 1 .954-1.65l6.192-3.553a1.869 1.869 0 0 1 1.642-.107 1.86 1.86 0 0 1 1.15 1.724v1.8L8.904 7.5a1.415 1.415 0 0 0-.93 1.33v6.807a1.415 1.415 0 0 1-.736 1.24z",fill:`url(#${e.uniqueID}d)`}}),a("path",{attrs:{d:"M13.937 17.963v2.214a1.82 1.82 0 0 1-2.713 1.59l-3.88-2.174a.87.87 0 0 1 .425-1.63h6.168z",fill:`url(#${e.uniqueID}e)`}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"16.235",y1:".94",x2:"16.235",y2:"20.54",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#FFB900"}}),a("stop",{attrs:{offset:".166","stop-color":"#EF8400"}}),a("stop",{attrs:{offset:".313","stop-color":"#E25C01"}}),a("stop",{attrs:{offset:".429","stop-color":"#DB4401"}}),a("stop",{attrs:{offset:".5","stop-color":"#D83B01"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"12.782",y1:"1.762",x2:"2.29",y2:"16.747",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#800600"}}),a("stop",{attrs:{offset:".6","stop-color":"#C72127"}}),a("stop",{attrs:{offset:".728","stop-color":"#C13959"}}),a("stop",{attrs:{offset:".847","stop-color":"#BC4B81"}}),a("stop",{attrs:{offset:".942","stop-color":"#B95799"}}),a("stop",{attrs:{offset:"1","stop-color":"#B85BA2"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}c`,x1:"7.462",y1:"19.982",x2:"20.393",y2:"19.982",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#F32B44"}}),a("stop",{attrs:{offset:".6","stop-color":"#A4070A"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}d`,x1:"12.997",y1:"1.455",x2:"10.775",y2:"4.629",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-opacity":".4"}}),a("stop",{attrs:{offset:"1","stop-opacity":"0"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}e`,x1:"16.26",y1:"20.268",x2:"10.46",y2:"19.761",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-opacity":".4"}}),a("stop",{attrs:{offset:"1","stop-opacity":"0"}})],1)],1)])},yZ=[],SZ=t(qZ,kZ,yZ,!1,null,null,null,null);const zZ=SZ.exports,PZ={name:"IconOption"};var UZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--option",attrs:{"aria-hidden":"true",role:"img","data-name":"Option",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .475.342L7.86 10h2.64a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.475-.342L4.14 2H1.5a.5.5 0 0 1-.5-.5Zm5.5 0A.5.5 0 0 1 7 1h3.5a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},OZ=[],EZ=t(PZ,UZ,OZ,!1,null,null,null,null);const GZ=EZ.exports,TZ={name:"IconPackage"};var WZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--package",attrs:{"aria-hidden":"true",role:"img","data-name":"Package",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.999 1H3.62a1.5 1.5 0 0 0-1.342.825L1.057 4.268A.497.497 0 0 0 1 4.51V9.5A1.5 1.5 0 0 0 2.5 11h7A1.5 1.5 0 0 0 11 9.5V4.51a.495.495 0 0 0-.057-.242l-1.215-2.44-.001-.003A1.5 1.5 0 0 0 8.382 1H6Zm3.693 3-.859-1.726A.5.5 0 0 0 8.383 2H6.5v2h3.192ZM2.31 4H5.5V2H3.619a.5.5 0 0 0-.447.274L2.309 4ZM2 5h8v4.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V5Z","clip-rule":"evenodd"}})])},jZ=[],NZ=t(TZ,WZ,jZ,!1,null,null,null,null);const QZ=NZ.exports,XZ={name:"IconPaperclip",created(){this.uniqueID=r("dt-icon")}};var JZ=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--paperclip",attrs:{"aria-hidden":"true",role:"img","data-name":"Paperclip",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.644 1.941a1.503 1.503 0 0 0-2.125.002L2.234 6.23A2.502 2.502 0 1 0 5.77 9.767l4.596-4.595a.5.5 0 1 1 .707.707l-4.595 4.595a3.502 3.502 0 0 1-4.953-4.952L5.81 1.237a2.504 2.504 0 0 1 3.543 3.536L5.059 9.06a1.5 1.5 0 0 1-2.123-2.122l4.246-4.24a.5.5 0 1 1 .706.707l-4.244 4.24a.501.501 0 0 0 .707.708l4.295-4.285a1.504 1.504 0 0 0-.002-2.126Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},KZ=[],YZ=t(XZ,JZ,KZ,!1,null,null,null,null);const ax=YZ.exports,ex={name:"IconPark"};var lx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--park",attrs:{"aria-hidden":"true",role:"img","data-name":"Park",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-2h1.53l.06-.004a2.036 2.036 0 0 0 .76-.205c.214-.108.445-.277.62-.54.179-.268.28-.6.28-1s-.101-.734-.28-1a1.597 1.597 0 0 0-.621-.542 2.035 2.035 0 0 0-.818-.208H4.5Zm1.997 2.5H5V4h1.497l.021.001c.021.002.054.005.095.012.085.014.19.041.288.09a.598.598 0 0 1 .238.202c.056.085.111.22.111.445s-.055.36-.111.445a.598.598 0 0 1-.238.202 1.037 1.037 0 0 1-.404.103Z","clip-rule":"evenodd"}})])},tx=[],rx=t(ex,lx,tx,!1,null,null,null,null);const nx=rx.exports,sx={name:"IconPartyPopper",created(){this.uniqueID=r("dt-icon")}};var ox=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--party-popper",attrs:{"aria-hidden":"true",role:"img","data-name":"Party Popper",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M3.067 5.179a.5.5 0 0 1 .304.638l-1.549 4.361 4.361-1.544a.5.5 0 1 1 .334.942l-5.35 1.895a.5.5 0 0 1-.638-.638l1.9-5.35a.5.5 0 0 1 .638-.304ZM1.5 1.5A.5.5 0 0 1 2 1h.005a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm9 2.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5ZM7 1a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5A.5.5 0 0 1 7 1Zm3.5 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5Zm.974-9.159a.5.5 0 0 1-.315.633l-1.12.375a.952.952 0 0 0-.643 1.023l-.496.063.497-.058A1.23 1.23 0 0 1 8.175 4.25h-.19a.39.39 0 0 0-.389.314v.003l-.106.53a.5.5 0 1 1-.98-.194l.104-.528A1.39 1.39 0 0 1 7.985 3.25h.19a.23.23 0 0 0 .229-.255A1.95 1.95 0 0 1 9.722.9l1.12-.375a.5.5 0 0 1 .632.315ZM9.108 6.803c.134-.765.94-1.22 1.666-.933l.003.001.41.165a.5.5 0 0 1-.374.928l-.408-.165a.234.234 0 0 0-.312.175A1.225 1.225 0 0 1 8.885 8H8.5a.5.5 0 0 1 0-1h.385c.11 0 .204-.082.221-.188l.001-.009ZM5.313.536a.5.5 0 0 1 .65.277l.167.413a1.234 1.234 0 0 1-.933 1.667l-.016.002a.222.222 0 0 0-.181.22V3.5a.5.5 0 0 1-1 0v-.385c0-.59.428-1.117 1.028-1.208a.234.234 0 0 0 .172-.312l-.164-.408a.5.5 0 0 1 .277-.65Z"}}),a("path",{attrs:{d:"m3.347 5.859.002-.002a.008.008 0 0 1-.002.002Zm.008-.004a.251.251 0 0 1 .078-.01c.093 0 .236.026.425.101.376.151.842.46 1.288.907.447.447.757.913.907 1.289.076.189.102.332.102.425a.25.25 0 0 1-.01.078.25.25 0 0 1-.078.01 1.19 1.19 0 0 1-.425-.102c-.376-.15-.842-.46-1.288-.907-.447-.446-.757-.912-.907-1.288a1.19 1.19 0 0 1-.102-.425.25.25 0 0 1 .01-.078Zm2.786 2.798.001-.002-.001.002Zm.01-.01a.008.008 0 0 1 .002-.002l-.002.001ZM3.358 5.848l.001-.003-.001.003Zm.872-.83c.529.211 1.105.609 1.624 1.127.518.519.916 1.095 1.128 1.624.105.264.174.539.173.803-.002.267-.078.557-.301.78-.224.224-.514.3-.78.301a2.163 2.163 0 0 1-.804-.173c-.529-.211-1.105-.61-1.624-1.128-.518-.518-.916-1.095-1.128-1.624a2.162 2.162 0 0 1-.173-.802c.002-.267.078-.557.301-.78.224-.224.514-.3.78-.302.265-.001.54.068.804.173Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},ix=[],cx=t(sx,ox,ix,!1,null,null,null,null);const _x=cx.exports,dx={name:"IconPastConversations"};var vx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--past-conversations",attrs:{"aria-hidden":"true",role:"img","data-name":"Past Conversations",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.5 2.5A1.5 1.5 0 0 0 5 4v1.5a.5.5 0 0 1-1 0V4a2.5 2.5 0 0 1 2.5-2.5H9A2.5 2.5 0 0 1 11.5 4v3A2.5 2.5 0 0 1 9 9.5H2.707l.647.646a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 1 1 .708.708l-.647.646H9A1.5 1.5 0 0 0 10.5 7V4A1.5 1.5 0 0 0 9 2.5H6.5Zm-1 1.25a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM9.5 6H6a.5.5 0 0 1 0-1h3.5a.5.5 0 0 1 0 1Zm-1 1.75H6a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 0 1Z","clip-rule":"evenodd"}})])},ux=[],fx=t(dx,vx,ux,!1,null,null,null,null);const hx=fx.exports,mx={name:"IconPauseCircle",created(){this.uniqueID=r("dt-icon")}};var px=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pause-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Pause Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M5 4a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 5 4Zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 7 4Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},gx=[],wx=t(mx,px,gx,!1,null,null,null,null);const $x=wx.exports,Zx={name:"IconPause"};var xx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pause",attrs:{"aria-hidden":"true",role:"img","data-name":"Pause",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 8 3ZM4 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 4 3Z","clip-rule":"evenodd"}})])},Mx=[],Cx=t(Zx,xx,Mx,!1,null,null,null,null);const Ax=Cx.exports,Hx={name:"IconPhoneCall"};var Ix=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-call",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Call",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.528.948a.5.5 0 0 1 .55-.445 5 5 0 0 1 4.444 4.41.5.5 0 0 1-.994.113 4 4 0 0 0-3.555-3.529.5.5 0 0 1-.445-.55ZM2.009 2.034a.036.036 0 0 0-.002.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011Zm.992 3.459L4.33 4.385c.332-.276.476-.718.371-1.137l-.349-1.396A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.36a1.125 1.125 0 0 0-1.068.297L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Zm-.817-6.386a.5.5 0 0 1 .588-.394 3 3 0 0 1 2.37 2.4.5.5 0 1 1-.984.182 2 2 0 0 0-1.58-1.6.5.5 0 0 1-.394-.588Z","clip-rule":"evenodd"}})])},Vx=[],Fx=t(Hx,Ix,Vx,!1,null,null,null,null);const bx=Fx.exports,Bx={name:"IconPhoneForward"};var Dx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.646.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.793 3.5H7a.5.5 0 0 1 0-1h2.793L8.646 1.354a.5.5 0 0 1 0-.708ZM2.01 2.034a.036.036 0 0 0-.002.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011Zm.992 3.459L4.33 4.385c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},Rx=[],Lx=t(Bx,Dx,Rx,!1,null,null,null,null);const qx=Lx.exports,kx={name:"IconPhoneHangUp",created(){this.uniqueID=r("dt-icon")}};var yx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-hang-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Hang Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.538 4.006c.84-.668 2.864-2.005 5.62-2.004a8.003 8.003 0 0 1 5.358 2.032c.446.404.396 1.054.017 1.433l-.353-.354.353.354-.726.726c-.339.34-.866.404-1.277.157l-1.076-.646a1.045 1.045 0 0 1-.503-.99l.131-1.45a7.117 7.117 0 0 0-1.924-.262 7.61 7.61 0 0 0-2.096.296v1.49c.001.367-.191.708-.506.897l-1.109.666-.257-.429.257.429a1.045 1.045 0 0 1-1.277-.157l-.701-.701C.066 5.09.045 4.397.538 4.006Zm2.524-.35c-.858.37-1.506.82-1.891 1.124a.047.047 0 0 0 .005.006l.701.7a.045.045 0 0 0 .055.008l1.109-.667a.045.045 0 0 0 .022-.038V3.655Zm5.992-.04-.107 1.188a.045.045 0 0 0 .022.043l1.076.646c.018.01.04.007.055-.007l.726-.726a6.895 6.895 0 0 0-1.772-1.144ZM6 6.237a.5.5 0 0 1 .5.5v2.41l.955-.955a.5.5 0 1 1 .707.707l-1.808 1.808a.5.5 0 0 1-.707 0L3.839 8.899a.5.5 0 1 1 .707-.707l.954.954V6.737a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Sx=[],zx=t(kx,yx,Sx,!1,null,null,null,null);const Px=zx.exports,Ux={name:"IconPhoneHold"};var Ox=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-hold",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Hold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.3.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm1.7 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5ZM2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.137l-.349-1.396A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.772 6.137 2.912.67.076 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.36a1.125 1.125 0 0 0-1.068.297L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.891 9.891 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},Ex=[],Gx=t(Ux,Ox,Ex,!1,null,null,null,null);const Tx=Gx.exports,Wx={name:"IconPhoneIncoming"};var jx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-incoming",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Incoming",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v1.793L10.646.646a.5.5 0 0 1 .708.708L9.207 3.5H11a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5V1A.5.5 0 0 1 8 .5ZM2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},Nx=[],Qx=t(Wx,jx,Nx,!1,null,null,null,null);const Xx=Qx.exports,Jx={name:"IconPhoneMissed"};var Kx=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-missed",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Missed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.646.646a.5.5 0 0 1 .708 0L9.5 1.793 10.646.646a.5.5 0 0 1 .708.708L10.207 2.5l1.147 1.146a.5.5 0 0 1-.708.708L9.5 3.207 8.354 4.354a.5.5 0 1 1-.708-.708L8.793 2.5 7.646 1.354a.5.5 0 0 1 0-.708ZM2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},Yx=[],aM=t(Jx,Kx,Yx,!1,null,null,null,null);const eM=aM.exports,lM={name:"IconPhoneOff",created(){this.uniqueID=r("dt-icon")}};var tM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M11.354.646a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.708-.708l10-10a.5.5 0 0 1 .708 0Z"}}),a("path",{attrs:{d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.97 7.97 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.093.093 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.068 9.068 0 0 0 1.593 4.645.5.5 0 1 0 .823-.568A8.077 8.077 0 0 1 3 5.493Zm4.64 2.091a1.12 1.12 0 0 1 1.067-.296l1.44.359c.5.125.852.575.852 1.091v1.137c0 .614-.51 1.154-1.18 1.077-1.167-.134-3.702-.648-5.863-2.647a.5.5 0 1 1 .68-.734 8.837 8.837 0 0 0 1.757 1.261L7.64 7.584ZM7.35 9.29a9.893 9.893 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},rM=[],nM=t(lM,tM,rM,!1,null,null,null,null);const sM=nM.exports,oM={name:"IconPhoneOutgoing"};var iM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone-outgoing",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Outgoing",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 1.5a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2.207L8.354 4.354a.5.5 0 1 1-.708-.708L9.793 1.5H8Zm-5.99.534a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},cM=[],_M=t(oM,iM,cM,!1,null,null,null,null);const dM=_M.exports,vM={name:"IconPhone"};var uM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--phone",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])},fM=[],hM=t(vM,uM,fM,!1,null,null,null,null);const mM=hM.exports,pM={name:"IconPictureInPicture"};var gM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--picture-in-picture",attrs:{"aria-hidden":"true",role:"img","data-name":"Picture In Picture",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3a1.5 1.5 0 0 1 1.5-1.5H8A1.5 1.5 0 0 1 9.5 3v1a.5.5 0 1 1-1 0V3a.5.5 0 0 0-.5-.5H2.5A.5.5 0 0 0 2 3v3a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1h-1A1.5 1.5 0 0 1 1 6V3Zm4 4a1.5 1.5 0 0 1 1.5-1.5h3A1.5 1.5 0 0 1 11 7v2a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 5 9V7Zm1.5-.5A.5.5 0 0 0 6 7v2a.5.5 0 0 0 .5.5h3A.5.5 0 0 0 10 9V7a.5.5 0 0 0-.5-.5h-3Z","clip-rule":"evenodd"}})])},wM=[],$M=t(pM,gM,wM,!1,null,null,null,null);const ZM=$M.exports,xM={name:"IconPieChart",created(){this.uniqueID=r("dt-icon")}};var MM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pie-chart",attrs:{"aria-hidden":"true",role:"img","data-name":"Pie Chart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646.646A.5.5 0 0 1 6 .5 5.5 5.5 0 0 1 11.5 6a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V1a.5.5 0 0 1 .146-.354Zm.854.882V5.5h3.972A4.497 4.497 0 0 0 6.5 1.528Zm-2.042-.313a.5.5 0 0 1-.258.658 4.5 4.5 0 1 0 5.945 5.877.5.5 0 1 1 .92.39A5.499 5.499 0 1 1 3.8.957a.5.5 0 0 1 .658.258Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},CM=[],AM=t(xM,MM,CM,!1,null,null,null,null);const HM=AM.exports,IM={name:"IconPinOff",created(){this.uniqueID=r("dt-icon")}};var VM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pin-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Pin Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M.647.647a.5.5 0 0 1 .707 0l10 10a.5.5 0 1 1-.707.707l-10-10a.5.5 0 0 1 0-.707ZM6 8a.5.5 0 0 1 .5.5V11a.5.5 0 1 1-1 0V8.5A.5.5 0 0 1 6 8Z"}}),a("path",{attrs:{d:"M4.5 4a.5.5 0 0 1 .5.5v.88a1.5 1.5 0 0 1-.83 1.342l-.892.45A.5.5 0 0 0 3 7.62V8h5.5a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5v-.88a1.501 1.501 0 0 1 .831-1.342l.892-.45A.5.5 0 0 0 4 5.38V4.5a.5.5 0 0 1 .5-.5ZM3.446 1a.5.5 0 0 1 .5-.5H8a1.5 1.5 0 0 1 0 3v1.17a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5H8a.5.5 0 0 0 0-1H3.946a.5.5 0 0 1-.5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},FM=[],bM=t(IM,VM,FM,!1,null,null,null,null);const BM=bM.exports,DM={name:"IconPin",created(){this.uniqueID=r("dt-icon")}};var RM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pin",attrs:{"aria-hidden":"true",role:"img","data-name":"Pin",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 8a.5.5 0 0 1 .5.5V11a.5.5 0 1 1-1 0V8.5A.5.5 0 0 1 6 8Z"}}),a("path",{attrs:{d:"M2.94.94A1.5 1.5 0 0 1 4 .5h4a1.5 1.5 0 1 1 0 3v1.88a.5.5 0 0 0 .278.447l.003.002.889.45a1.5 1.5 0 0 1 .83 1.34V8.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-.88a1.501 1.501 0 0 1 .831-1.342l.892-.45A.5.5 0 0 0 4 5.38V3.5A1.5 1.5 0 0 1 2.94.94ZM4 1.5a.5.5 0 0 0 0 1h.5A.5.5 0 0 1 5 3v2.38a1.5 1.5 0 0 1-.83 1.342l-.892.45A.5.5 0 0 0 3 7.62V8h6v-.38a.5.5 0 0 0-.277-.447L8.72 7.17l-.889-.449a1.5 1.5 0 0 1-.83-1.342V3a.5.5 0 0 1 .5-.5H8a.5.5 0 0 0 0-1H4Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},LM=[],qM=t(DM,RM,LM,!1,null,null,null,null);const kM=qM.exports,yM={name:"IconPipedrive"};var SM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pipedrive",attrs:{"aria-hidden":"true",role:"img","data-name":"Pipedrive",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M5.116 10h.638v.672h-.638V10Zm11.164 0h.637v.672h-.638V10Z",fill:"#525254"}}),a("path",{attrs:{d:"M3.707 10.913c-.402 0-.634.18-.747.304-.013-.107-.084-.246-.36-.246H2v.628h.246c.042 0 .055.013.055.055v2.867h.715v-1.076l-.001-.08a.951.951 0 0 0 .658.243c.7 0 1.188-.554 1.188-1.347 0-.806-.464-1.348-1.154-1.348Zm-.145 2.072c-.386 0-.56-.368-.56-.71 0-.538.294-.73.57-.73.337 0 .564.292.564.725 0 .495-.289.716-.574.716",fill:"#231F1F"}}),a("path",{attrs:{d:"M5.803 12.872v-1.52c0-.256-.124-.381-.378-.381h-.639v.628h.246c.042 0 .055.013.055.055v1.514c0 .26.12.382.377.382h.64v-.623h-.247c-.04 0-.054-.015-.054-.055",fill:"#231F1F"}}),a("path",{attrs:{d:"M7.67 10.913c-.401 0-.633.18-.746.304-.013-.107-.084-.246-.36-.246h-.6v.628h.246c.041 0 .055.013.055.055v2.867h.715v-1.076l-.001-.08a.951.951 0 0 0 .658.243c.7 0 1.188-.554 1.188-1.347 0-.806-.464-1.348-1.154-1.348Zm-.145 2.072c-.384 0-.56-.368-.56-.71 0-.538.294-.73.57-.73.338 0 .565.292.565.725 0 .495-.289.716-.575.716m2.618-2.073c-.77 0-1.31.554-1.31 1.348 0 .78.582 1.348 1.383 1.348.63 0 1.015-.373 1.032-.39l.028-.028-.311-.517-.046.044c-.003.002-.286.263-.66.263-.358 0-.62-.219-.682-.562h1.696l.004-.047c0-.006.015-.159.015-.233 0-.733-.462-1.226-1.149-1.226Zm-.54.975a.531.531 0 0 1 .54-.396c.215 0 .381.164.41.396h-.95m4.29.984v-2.49c0-.257-.125-.382-.382-.382h-.64v.628h.247c.041 0 .055.013.055.055v.45c-.106-.095-.312-.22-.667-.22-.694 0-1.178.554-1.178 1.348 0 .806.464 1.348 1.154 1.348.395 0 .622-.184.733-.311.015.111.087.252.354.252h.62v-.623h-.241c-.04 0-.055-.015-.055-.055Zm-1.275.114c-.34 0-.56-.285-.56-.725 0-.428.229-.715.57-.715.386 0 .56.356.56.71 0 .538-.295.73-.57.73m3.166-2.049c-.298 0-.572.172-.734.445v-.059c0-.233-.13-.352-.382-.352h-.615v.628h.246c.041 0 .055.013.055.055v1.896h.715v-1.032c0-.136.017-.267.051-.388a.643.643 0 0 1 .625-.483c.082 0 .142.01.143.01l.06.008v-.71l-.044-.008a.84.84 0 0 0-.12-.01Zm1.182 1.935v-1.52c0-.256-.123-.381-.377-.381h-.578v.628h.184c.042 0 .055.013.055.055v1.514c0 .26.12.382.378.382h.639v-.623h-.246c-.04 0-.055-.015-.055-.055",fill:"#231F1F"}}),a("path",{attrs:{d:"M19.653 11.599v-.628h-.382c-.223 0-.342.077-.413.267l-.466 1.302a2.1 2.1 0 0 0-.044.155 1.737 1.737 0 0 0-.047-.156l-.467-1.301c-.071-.192-.187-.267-.413-.267h-.405v.628h.105c.056 0 .074.019.087.054l.722 1.897h.804l.722-1.897c.013-.035.031-.054.087-.054h.11Z",fill:"#231F1F"}}),a("path",{attrs:{d:"M21.951 12.372c0-.006.015-.159.015-.233 0-.733-.462-1.226-1.15-1.226-.77 0-1.308.554-1.308 1.348 0 .78.58 1.348 1.382 1.348.63 0 1.015-.373 1.032-.39l.029-.028-.311-.517-.047.044c-.003.002-.287.263-.66.263-.358 0-.62-.219-.682-.562h1.696l.004-.047Zm-1.674-.484a.532.532 0 0 1 .54-.396c.216 0 .381.164.41.396h-.95Z",fill:"#231F1F"}}),a("path",{attrs:{d:"M15.784 10.937a.831.831 0 0 0-.608.278l.411-.002.36.002v-.26l-.043-.008a.837.837 0 0 0-.12-.01m3.074.301-.03.083c.277.019.552.04.825.063v-.413h-.382c-.223 0-.342.077-.413.267Zm-15.151-.325c-.402 0-.635.18-.747.304-.013-.107-.084-.246-.36-.246H2v.628h.246c.042 0 .055.013.055.055v1.598c.334-.116.67-.227 1.009-.33-.21-.121-.308-.391-.308-.647 0-.538.294-.73.57-.73.337 0 .564.292.564.725a.86.86 0 0 1-.104.437c.27-.076.542-.15.813-.22a1.87 1.87 0 0 0 .016-.226c0-.806-.464-1.348-1.154-1.348m1.718.057h-.639v.629h.246c.042 0 .055.013.055.055v.773c.238-.059.476-.116.716-.17v-.904c0-.257-.124-.382-.378-.382ZM5.116 10h.638v.672h-.638V10Zm2.554.913c-.401 0-.633.18-.746.304-.013-.107-.084-.246-.36-.246h-.6v.628h.246c.041 0 .055.013.055.055v.5c.244-.051.488-.1.733-.148.082-.332.315-.46.537-.46.201 0 .362.104.46.28.247-.041.495-.08.746-.118-.163-.491-.553-.795-1.07-.795m2.472 0c-.563 0-1 .296-1.196.765.304-.044.61-.085.92-.123a.59.59 0 0 1 .276-.063c.04 0 .076.007.111.017.282-.031.565-.06.851-.088-.196-.319-.536-.508-.962-.508M13.51 10h-.638v.628h.246c.041 0 .055.013.055.055v.45c-.106-.095-.312-.22-.667-.22a1.1 1.1 0 0 0-.92.466 47.4 47.4 0 0 1 2.307-.137v-.86c0-.257-.125-.382-.382-.382m1.157.97h-.615v.268c.326-.01.654-.018.984-.022-.036-.162-.159-.245-.37-.245ZM16.28 10h.637v.672h-.638V10Zm.309.97h-.578v.245c.315.003.63.009.942.018-.035-.175-.154-.262-.364-.262m.832-.001h-.405v.264c.277.009.553.019.828.031l-.01-.027c-.071-.192-.187-.267-.413-.267m3.396-.058c-.44 0-.802.18-1.034.482.335.03.67.063 1 .1l.15.016c.319.036.634.075.946.118-.163-.442-.55-.716-1.062-.716",fill:"#3B3B3C"}})])},zM=[],PM=t(yM,SM,zM,!1,null,null,null,null);const UM=PM.exports,OM={name:"IconPlayCircle",created(){this.uniqueID=r("dt-icon")}};var EM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--play-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Play Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M4.764 3.56a.5.5 0 0 1 .514.024l3 2a.5.5 0 0 1 0 .832l-3 2A.5.5 0 0 1 4.5 8V4a.5.5 0 0 1 .264-.44ZM5.5 4.933v2.132L7.1 6 5.5 4.934Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},GM=[],TM=t(OM,EM,GM,!1,null,null,null,null);const WM=TM.exports,jM={name:"IconPlayFilled"};var NM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--play-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Play Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M2.26 1.061a.5.5 0 0 1 .51.019l7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 2 10.5v-9a.5.5 0 0 1 .26-.439Z",fill:"currentColor"}})])},QM=[],XM=t(jM,NM,QM,!1,null,null,null,null);const JM=XM.exports,KM={name:"IconPlayStoreBadge",created(){this.uniqueID=r("dt-icon")}};var YM=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--play-store-badge",attrs:{"aria-hidden":"true",role:"img","data-name":"Play Store Badge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 135 40"}},[a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"21.8",y1:"366.71",x2:"5.02",y2:"383.49",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#00a0ff"}}),a("stop",{attrs:{offset:".01","stop-color":"#00a1ff"}}),a("stop",{attrs:{offset:".26","stop-color":"#00beff"}}),a("stop",{attrs:{offset:".51","stop-color":"#00d2ff"}}),a("stop",{attrs:{offset:".76","stop-color":"#00dfff"}}),a("stop",{attrs:{offset:"1","stop-color":"#00e3ff"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"33.83",y1:"378",x2:"9.64",y2:"378",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#ffe000"}}),a("stop",{attrs:{offset:".41","stop-color":"#ffbd00"}}),a("stop",{attrs:{offset:".78","stop-color":"orange"}}),a("stop",{attrs:{offset:"1","stop-color":"#ff9c00"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}c`,x1:"24.83",y1:"380.3",x2:"2.07",y2:"403.05",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#ff3a44"}}),a("stop",{attrs:{offset:"1","stop-color":"#c31162"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}d`,x1:"7.3",y1:"358.18",x2:"17.46",y2:"368.34",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#32a071"}}),a("stop",{attrs:{offset:".07","stop-color":"#2da771"}}),a("stop",{attrs:{offset:".48","stop-color":"#15cf74"}}),a("stop",{attrs:{offset:".8","stop-color":"#06e775"}}),a("stop",{attrs:{offset:"1","stop-color":"#00f076"}})],1)],1),a("g",{attrs:{"data-name":"Layer 2"}},[a("rect",{attrs:{width:"135",height:"40",rx:"5",ry:"5"}}),a("path",{attrs:{fill:"#A6A6A6",d:"M130 .8a4.2 4.2 0 0 1 4.2 4.2v30a4.2 4.2 0 0 1-4.2 4.2H5A4.2 4.2 0 0 1 .8 35V5A4.2 4.2 0 0 1 5 .8h125m0-.8H5a5 5 0 0 0-5 5v30a5 5 0 0 0 5 5h125a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z"}}),a("path",{attrs:{fill:"#FFF",stroke:"#FFF","stroke-miterlimit":"10","stroke-width":".2",d:"M47.42 10.24a2.71 2.71 0 0 1-.75 2 2.91 2.91 0 0 1-2.2.89 3.15 3.15 0 0 1-2.21-5.37 3 3 0 0 1 2.21-.9 3.1 3.1 0 0 1 1.23.25 2.47 2.47 0 0 1 .94.67l-.53.53a2 2 0 0 0-1.64-.71 2.32 2.32 0 0 0-2.33 2.31s0 .06 0 .09a2.36 2.36 0 0 0 4 1.73 1.89 1.89 0 0 0 .5-1.22h-2.17v-.72h2.91a2.54 2.54 0 0 1 .04.45ZM52 7.74h-2.7v1.9h2.46v.72H49.3v1.9H52V13h-3.5V7H52ZM55.28 13h-.77V7.74h-1.68V7H57v.74h-1.72Zm4.66 0V7h.77v6Zm4.19 0h-.77V7.74h-1.68V7h4.12v.74h-1.67Zm9.48-.78a3.12 3.12 0 0 1-4.4 0 3.24 3.24 0 0 1 0-4.45 3.1 3.1 0 0 1 4.38 0 3.23 3.23 0 0 1 .02 4.45Zm-3.83-.5a2.31 2.31 0 0 0 3.26 0 2.56 2.56 0 0 0 0-3.44 2.31 2.31 0 0 0-3.26 0 2.56 2.56 0 0 0 0 3.44Zm5.8 1.28V7h.94l2.92 4.67V7h.77v6h-.8l-3.05-4.89V13Z"}}),a("path",{attrs:{fill:"#FFF",d:"M68.14 21.75A4.25 4.25 0 1 0 72.41 26a4.19 4.19 0 0 0-4.13-4.25Zm0 6.83a2.58 2.58 0 1 1 2.39-2.75V26a2.46 2.46 0 0 1-2.34 2.58Zm-9.31-6.83A4.25 4.25 0 1 0 63.09 26 4.19 4.19 0 0 0 59 21.75h-.13Zm0 6.83a2.58 2.58 0 1 1 2.38-2.76V26a2.46 2.46 0 0 1-2.34 2.58h-.05Zm-11.09-5.52v1.8h4.32a3.77 3.77 0 0 1-1 2.27 4.42 4.42 0 0 1-3.33 1.32 4.8 4.8 0 0 1 0-9.6A4.6 4.6 0 0 1 51 20.14l1.27-1.27A6.29 6.29 0 0 0 47.74 17a6.61 6.61 0 1 0-.51 13.21h.51a5.84 5.84 0 0 0 6.17-6.07 5.87 5.87 0 0 0-.1-1.13Zm45.31 1.4a3.92 3.92 0 0 0-7.65 1.28V26a4.16 4.16 0 0 0 4.07 4.25h.15a4.23 4.23 0 0 0 3.54-1.88l-1.45-1a2.43 2.43 0 0 1-2.09 1.18 2.16 2.16 0 0 1-2.06-1.29l5.69-2.35Zm-5.8 1.42a2.33 2.33 0 0 1 2.17-2.48 1.65 1.65 0 0 1 1.58.9ZM82.63 30h1.87V17.5h-1.87Zm-3.06-7.3h-.07a3 3 0 0 0-2.24-1 4.26 4.26 0 0 0 0 8.51 2.9 2.9 0 0 0 2.24-1h.06v.61c0 1.63-.87 2.5-2.27 2.5a2.35 2.35 0 0 1-2.14-1.51l-1.63.68A4.05 4.05 0 0 0 77.29 34c2.19 0 4-1.29 4-4.43V22h-1.72Zm-2.14 5.88a2.59 2.59 0 0 1 0-5.16 2.4 2.4 0 0 1 2.27 2.52V26a2.38 2.38 0 0 1-2.17 2.57h-.1Zm24.38-11.08h-4.47V30h1.87v-4.74h2.61a3.89 3.89 0 1 0 0-7.76Zm0 6H99.2v-4.26h2.65a2.14 2.14 0 0 1 0 4.29Zm11.53-1.8a3.5 3.5 0 0 0-3.34 1.91l1.66.69a1.77 1.77 0 0 1 1.7-.92 1.8 1.8 0 0 1 2 1.58v.16a4.13 4.13 0 0 0-1.95-.48c-1.79 0-3.6 1-3.6 2.81a2.89 2.89 0 0 0 3 2.75h.08a2.63 2.63 0 0 0 2.4-1.2h.06v1h1.8v-4.81c0-2.19-1.66-3.46-3.79-3.46Zm-.23 6.85c-.61 0-1.46-.31-1.46-1.06 0-1 1.06-1.33 2-1.33a3.32 3.32 0 0 1 1.7.42 2.26 2.26 0 0 1-2.19 2ZM123.74 22l-2.14 5.42h-.06L119.32 22h-2l3.33 7.58-1.9 4.21h1.95L125.82 22Zm-16.81 8h1.87V17.5h-1.87Z"}}),a("path",{attrs:{fill:`url(#${e.uniqueID}a)`,d:"M10.44 7.54a2 2 0 0 0-.44 1.4v22.12a2 2 0 0 0 .46 1.4l.07.07L22.9 20.15v-.29L10.51 7.47Z"}}),a("path",{attrs:{fill:`url(#${e.uniqueID}b)`,d:"m27 24.28-4.1-4.13v-.29l4.1-4.14h.09L32 18.56c1.4.79 1.4 2.09 0 2.89l-4.89 2.78Z"}}),a("path",{attrs:{fill:`url(#${e.uniqueID}c)`,d:"M27.12 24.22 22.9 20 10.44 32.46a1.63 1.63 0 0 0 2.08.06l14.61-8.3"}}),a("path",{attrs:{fill:`url(#${e.uniqueID}d)`,d:"m27.12 15.78-14.61-8.3a1.63 1.63 0 0 0-2.08.06L22.9 20Z"}}),a("path",{attrs:{opacity:".2",d:"m27 24.13-14.49 8.25a1.67 1.67 0 0 1-2 0l-.07.07.07.07a1.66 1.66 0 0 0 2 0l14.61-8.3Z"}}),a("path",{staticStyle:{isolation:"isolate"},attrs:{d:"M10.44 32.32a2 2 0 0 1-.46-1.4v.15a2 2 0 0 0 .46 1.4l.07-.07Z"}}),a("path",{staticStyle:{isolation:"isolate"},attrs:{opacity:".12",d:"m32 21.3-5 2.83.09.09L32 21.44A1.75 1.75 0 0 0 33 20a1.86 1.86 0 0 1-1 1.3Z"}}),a("path",{staticStyle:{isolation:"isolate"},attrs:{opacity:".25",d:"M12.51 7.62 32 18.7a1.86 1.86 0 0 1 1 1.3 1.75 1.75 0 0 0-1-1.44L12.51 7.48C11.11 6.69 10 7.35 10 8.95v.15c0-1.61 1.12-2.27 2.51-1.48Z"}})])])},aC=[],eC=t(KM,YM,aC,!1,null,null,null,null);const lC=eC.exports,tC={name:"IconPlay"};var rC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--play",attrs:{"aria-hidden":"true",role:"img","data-name":"Play",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.26 1.061a.5.5 0 0 1 .51.019l7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 2 10.5v-9a.5.5 0 0 1 .26-.439ZM3 2.416v7.168L8.576 6 3 2.416Z","clip-rule":"evenodd"}})])},nC=[],sC=t(tC,rC,nC,!1,null,null,null,null);const oC=sC.exports,iC={name:"IconPlug"};var cC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--plug",attrs:{"aria-hidden":"true",role:"img","data-name":"Plug",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8a.5.5 0 0 1 .5.5V11a.5.5 0 0 1-1 0V8.5A.5.5 0 0 1 6 8ZM4.5.5A.5.5 0 0 1 5 1v2.5a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm3 0A.5.5 0 0 1 8 1v2.5a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v2.5A2.5 2.5 0 0 1 7 9H5a2.5 2.5 0 0 1-2.5-2.5V4Zm1 .5v2A1.5 1.5 0 0 0 5 8h2a1.5 1.5 0 0 0 1.5-1.5v-2h-5Z","clip-rule":"evenodd"}})])},_C=[],dC=t(iC,cC,_C,!1,null,null,null,null);const vC=dC.exports,uC={name:"IconPlusCircle",created(){this.uniqueID=r("dt-icon")}};var fC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--plus-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Plus Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M6 3.5a.5.5 0 0 1 .5.5v4a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Z"}}),a("path",{attrs:{d:"M3.5 6a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},hC=[],mC=t(uC,fC,hC,!1,null,null,null,null);const pC=mC.exports,gC={name:"IconPlus"};var wC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7A.5.5 0 0 1 6 2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 6a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 2 6Z","clip-rule":"evenodd"}})])},$C=[],ZC=t(gC,wC,$C,!1,null,null,null,null);const xC=ZC.exports,MC={name:"IconPower"};var CC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--power",attrs:{"aria-hidden":"true",role:"img","data-name":"Power",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.168 2.966a.5.5 0 0 1 0 .708 4 4 0 1 0 5.658 0 .5.5 0 1 1 .708-.707 5 5 0 1 1-7.073 0 .5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Z","clip-rule":"evenodd"}})])},AC=[],HC=t(MC,CC,AC,!1,null,null,null,null);const IC=HC.exports,VC={name:"IconPrintFax",created(){this.uniqueID=r("dt-icon")}};var FC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--print-fax",attrs:{"aria-hidden":"true",role:"img","data-name":"Print Fax",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 1A.5.5 0 0 1 3 .5h6a.5.5 0 0 1 .5.5v3h.5a1.5 1.5 0 0 1 1.5 1.5V8A1.5 1.5 0 0 1 10 9.5h-.5V11a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V9.5H2A1.5 1.5 0 0 1 .5 8V5.5A1.5 1.5 0 0 1 2 4h.5V1ZM2 5a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h.5V7a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1.5h.5a.5.5 0 0 0 .5-.5V5.5A.5.5 0 0 0 10 5H2Zm6.5-1h-5V1.5h5V4Zm0 3.5h-5v3h5v-3Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},bC=[],BC=t(VC,FC,bC,!1,null,null,null,null);const DC=BC.exports,RC={name:"IconPrinter",created(){this.uniqueID=r("dt-icon")}};var LC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--printer",attrs:{"aria-hidden":"true",role:"img","data-name":"Printer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.5 1A.5.5 0 0 1 3 .5h6a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-1 0v-3h-5v3a.5.5 0 0 1-1 0V1Z"}}),a("path",{attrs:{d:"M2 5a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 8V5.5A1.5 1.5 0 0 1 2 4h8a1.5 1.5 0 0 1 1.5 1.5V8A1.5 1.5 0 0 1 10 9.5H9a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5V5.5A.5.5 0 0 0 10 5H2Z"}}),a("path",{attrs:{d:"M2.5 7a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V7Zm1 .5v3h5v-3h-5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},qC=[],kC=t(RC,LC,qC,!1,null,null,null,null);const yC=kC.exports,SC={name:"IconPuzzle",created(){this.uniqueID=r("dt-icon")}};var zC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--puzzle",attrs:{"aria-hidden":"true",role:"img","data-name":"Puzzle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.806 8.251a.99.99 0 0 0 .39-.24l.806-.805a1.7 1.7 0 0 0 .499-1.2V6c0-.436-.167-.873-.5-1.206l-.783-.784a.013.013 0 0 1-.004-.01.1.1 0 0 1 .023-.03.441.441 0 0 1 .143-.086l.005-.002a1.75 1.75 0 1 0-2.267-2.265.444.444 0 0 1-.087.147c-.007.013-.026.035-.041.02l-.78-.78-.004-.005a1.702 1.702 0 0 0-2.411 0l-.762.762c-.23.23-.34.555-.294.877l.001.01c.077.518.507.801.81.925a.75.75 0 0 1-.43 1.43L4.114 5a.75.75 0 0 1-.542-.451c-.124-.304-.408-.734-.926-.811a1.038 1.038 0 0 0-.886.292l-.763.763-.007.008a1.702 1.702 0 0 0 .008 2.404l.783.784a.013.013 0 0 1 .004.01.1.1 0 0 1-.024.03.437.437 0 0 1-.14.086l-.006.003a1.75 1.75 0 1 0 1.76 2.971l.006-.006c.222-.188.394-.429.5-.7a.444.444 0 0 1 .087-.146c.018-.02.035-.022.041-.02l.006.005.778.778a1.702 1.702 0 0 0 1.86.37c.133-.056.274-.154.352-.211l.115-.087.034-.027.006-.005a.505.505 0 0 0 .042-.036l.005-.006.799-.799.004-.004a.99.99 0 0 0 .28-.845c-.074-.494-.478-.764-.777-.877l-.007-.003a.75.75 0 1 1 .765-1.256 1.923 1.923 0 0 1 .126.179c.03.046.055.09.073.122l.014.028c.12.293.386.67.857.745l.008.001a.99.99 0 0 0 .456-.039ZM7.282 2.49c.227.226.548.333.866.285.507-.076.785-.494.903-.797a.747.747 0 0 1 .912-.446.75.75 0 0 1 .063 1.416l-.004.001c-.302.117-.721.394-.797.902-.048.319.059.64.286.867l.784.784a.701.701 0 0 1 .206.494V6a.7.7 0 0 1-.207.498l-.798.8a.37.37 0 0 1-.085-.132.502.502 0 0 0-.037-.08l-.03-.057a4.177 4.177 0 0 0-.096-.162 1.93 1.93 0 0 0-.332-.42 1.75 1.75 0 1 0-1.757 2.962.375.375 0 0 1 .138.086l-.779.78-.015.012a2.87 2.87 0 0 1-.185.133l-.048.027a.7.7 0 0 1-.768-.153l-.784-.784-.008-.006a1.013 1.013 0 0 0-.858-.28c-.507.077-.785.495-.902.798a.75.75 0 0 1-.21.295l-.004.004a.75.75 0 1 1-.764-1.268l.006-.002c.302-.118.722-.395.797-.903a1.013 1.013 0 0 0-.285-.865l-.785-.785a.701.701 0 0 1 0-.996l.007-.007.757-.756a.038.038 0 0 1 .03-.011s.005 0 .01.004a.16.16 0 0 1 .036.028.527.527 0 0 1 .102.167 1.75 1.75 0 0 0 1.274 1.055l.007.001a1.75 1.75 0 0 0 1-3.337.524.524 0 0 1-.167-.102.16.16 0 0 1-.028-.035.049.049 0 0 1-.004-.01.037.037 0 0 1 .01-.031l.763-.763a.701.701 0 0 1 .228-.153.702.702 0 0 1 .765.15l.787.788Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},PC=[],UC=t(SC,zC,PC,!1,null,null,null,null);const OC=UC.exports,EC={name:"IconQrCode"};var GC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--qr-code",attrs:{"aria-hidden":"true",role:"img","data-name":"Qr Code",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 2a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm2.5 0H2v1.5h1.5V2Zm4 0a1 1 0 0 1 1-1H10a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1H8.5a1 1 0 0 1-1-1V2ZM10 2H8.5v1.5H10V2ZM1 8.5a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1V10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V8.5Zm2.5 0H2V10h1.5V8.5Zm4.44-.56A1.5 1.5 0 0 1 9 7.5h1.5a.5.5 0 0 1 0 1H9a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 1-1 0V9c0-.398.158-.78.44-1.06ZM10.5 10a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V10.5a.5.5 0 0 1 .5-.5ZM6 3a.5.5 0 0 1 .5.5V5A1.5 1.5 0 0 1 5 6.5H3.5a.5.5 0 0 1 0-1H5a.5.5 0 0 0 .5-.5V3.5A.5.5 0 0 1 6 3ZM1 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 6Zm4.5-4.5A.5.5 0 0 1 6 1h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm.5 6a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5ZM7.5 6a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm3-.5a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5ZM6 9.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V10a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},TC=[],WC=t(EC,GC,TC,!1,null,null,null,null);const jC=WC.exports,NC={name:"IconQueries"};var QC=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM8 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H8.5A.5.5 0 0 1 8 10Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor",d:"M7.953 5.636a1 1 0 0 1 1.507.863v.004c-.001.197-.13.404-.396.612l-.005.003a2.771 2.771 0 0 1-.698.386l-.06.022a.5.5 0 1 0 .319.948l.002-.001a3.21 3.21 0 0 0 .344-.141c.193-.09.452-.228.698-.418l.007-.005c.362-.28.789-.747.789-1.409v-.004a2 2 0 0 0-3.887-.662.5.5 0 1 0 .944.332 1 1 0 0 1 .436-.53Z"}})])},XC=[],JC=t(NC,QC,XC,!1,null,null,null,null);const KC=JC.exports,YC={name:"IconQuote"};var aA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--quote",attrs:{"aria-hidden":"true",role:"img","data-name":"Quote",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.088 1.41c.285.286.412.677.412 1.09v4c0 1.845-.53 3.012-1.37 3.7-.822.671-1.84.8-2.63.8h-.02c-.107 0-.226 0-.324-.01a.728.728 0 0 1-.447-.199.728.728 0 0 1-.198-.447A3.122 3.122 0 0 1 .5 10.02V8.996c0-.11 0-.23.01-.33a.754.754 0 0 1 .192-.447.726.726 0 0 1 .45-.207C1.254 8 1.376 8 1.486 8H1.5a.51.51 0 0 0 .334-.166A.51.51 0 0 0 2 7.5V7c-.413 0-.802-.126-1.088-.412C.626 6.302.5 5.913.5 5.5V2.486c0-.409.128-.794.414-1.077C1.2 1.126 1.587 1 2 1h1.997c.415-.005.804.122 1.09.41Zm-.709.705c-.058-.058-.167-.118-.372-.115H2c-.212 0-.325.062-.383.12-.057.056-.117.164-.117.366V5.5c0 .212.062.323.12.38.057.058.168.12.38.12h.02c.107 0 .226 0 .324.01a.736.736 0 0 1 .447.199.728.728 0 0 1 .198.447C3 6.754 3 6.873 3 6.98v.52c0 .413-.201.783-.459 1.041C2.283 8.8 1.913 9 1.5 9v1c.71 0 1.442-.121 1.996-.574C4.03 8.988 4.5 8.156 4.5 6.5v-4c0-.212-.062-.326-.121-.385Zm6.708-.705c.286.286.413.677.413 1.09v4c0 1.845-.53 3.012-1.37 3.7-.822.671-1.84.8-2.63.8h-.02c-.107 0-.226 0-.324-.01a.728.728 0 0 1-.447-.199.728.728 0 0 1-.198-.447c-.011-.098-.011-.217-.011-.325V8.5A.5.5 0 0 1 7 8c.333 0 .52-.05.624-.101a.324.324 0 0 0 .167-.176c.042-.097.07-.24.08-.46a5.73 5.73 0 0 0 .007-.267c-.367-.023-.708-.15-.966-.408C6.626 6.302 6.5 5.913 6.5 5.5V2.486c0-.409.128-.794.414-1.077C7.2 1.126 7.587 1 8 1h1.997c.415-.005.804.122 1.09.41Zm-.708.705c-.058-.058-.167-.118-.372-.115H8c-.212 0-.325.062-.383.12-.057.056-.117.164-.117.366V5.5c0 .212.062.323.12.38.057.058.168.12.38.12h.375a.5.5 0 0 1 .5.5l.001.222c.002.198.004.404-.005.59-.013.26-.048.546-.162.81-.122.28-.327.516-.638.67-.17.086-.36.141-.571.174V10c.71 0 1.442-.121 1.996-.574.535-.438 1.004-1.27 1.004-2.926v-4c0-.212-.062-.326-.121-.385Z","clip-rule":"evenodd"}})])},eA=[],lA=t(YC,aA,eA,!1,null,null,null,null);const tA=lA.exports,rA={name:"IconRecordFilled"};var nA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--record-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Record Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor",d:"M8.5 6a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM3 6a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z","clip-rule":"evenodd"}})])},sA=[],oA=t(rA,nA,sA,!1,null,null,null,null);const iA=oA.exports,cA={name:"IconRecord"};var _A=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--record",attrs:{"aria-hidden":"true",role:"img","data-name":"Record",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM3 6a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z","clip-rule":"evenodd"}})])},dA=[],vA=t(cA,_A,dA,!1,null,null,null,null);const uA=vA.exports,fA={name:"IconRedo"};var hA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--redo",attrs:{"aria-hidden":"true",role:"img","data-name":"Redo",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 4.5 7.146 2.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.452 4.952A3.25 3.25 0 0 1 4.75 4H10a.5.5 0 0 1 0 1H4.75a2.25 2.25 0 1 0 0 4.5H6.5a.5.5 0 0 1 0 1H4.75a3.25 3.25 0 0 1-2.298-5.548Z","clip-rule":"evenodd"}})])},mA=[],pA=t(fA,hA,mA,!1,null,null,null,null);const gA=pA.exports,wA={name:"IconRefresh",created(){this.uniqueID=r("dt-icon")}};var $A=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--refresh",attrs:{"aria-hidden":"true",role:"img","data-name":"Refresh",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h1.697l-.529-.476a4 4 0 1 0 1.335 3.424.5.5 0 0 1 .995.105A5 5 0 1 1 9.33 2.275l.004.004.665.598V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},ZA=[],xA=t(wA,$A,ZA,!1,null,null,null,null);const MA=xA.exports,CA={name:"IconRematch"};var AA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--rematch",attrs:{"aria-hidden":"true",role:"img","data-name":"Rematch",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 2a3.877 3.877 0 0 0-3.877 3.877.5.5 0 1 1-1 0A4.877 4.877 0 0 1 6 1h.002a5.242 5.242 0 0 1 3.624 1.473l.006.006.245.245V1.5a.5.5 0 1 1 1 0v2.432a.5.5 0 0 1-.5.5H7.945a.5.5 0 0 1 0-1H9.17l-.242-.243a4.242 4.242 0 0 0-2.929-1.19Zm4.377 3.623a.5.5 0 0 1 .5.5A4.877 4.877 0 0 1 6 11h-.002a5.242 5.242 0 0 1-3.624-1.473l-.006-.006-.245-.246V10.5a.5.5 0 0 1-1 0V8.068a.5.5 0 0 1 .5-.5h2.431a.5.5 0 0 1 0 1H2.83l.242.243A4.242 4.242 0 0 0 6.001 10a3.877 3.877 0 0 0 3.876-3.878.5.5 0 0 1 .5-.5Z",fill:"currentColor"}})])},HA=[],IA=t(CA,AA,HA,!1,null,null,null,null);const VA=IA.exports,FA={name:"IconRepeat"};var bA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--repeat",attrs:{"aria-hidden":"true",role:"img","data-name":"Repeat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.793 3 8.146 1.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 3.5A1.5 1.5 0 0 0 2 5v.5a.5.5 0 0 1-1 0V5a2.5 2.5 0 0 1 2.5-2.5h7a.5.5 0 0 1 0 1h-7Zm.354 3.146a.5.5 0 0 1 0 .708L2.207 9l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.5 6a.5.5 0 0 1 .5.5V7a2.5 2.5 0 0 1-2.5 2.5h-7a.5.5 0 0 1 0-1h7A1.5 1.5 0 0 0 10 7v-.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},BA=[],DA=t(FA,bA,BA,!1,null,null,null,null);const RA=DA.exports,LA={name:"IconReplyAll"};var qA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--reply-all",attrs:{"aria-hidden":"true",role:"img","data-name":"Reply All",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.354 3.146a.5.5 0 0 1 0 .708L2.207 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Zm2.5 0a.5.5 0 0 1 0 .708L5.207 5.5H9.5A2.5 2.5 0 0 1 12 8v1a.5.5 0 0 1-1 0V8a1.5 1.5 0 0 0-1.5-1.5H5.207l1.647 1.646a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},kA=[],yA=t(LA,qA,kA,!1,null,null,null,null);const SA=yA.exports,zA={name:"IconReply"};var PA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--reply",attrs:{"aria-hidden":"true",role:"img","data-name":"Reply",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 3.146a.5.5 0 0 1 0 .708L2.707 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h6A2.5 2.5 0 0 1 10.5 8v1a.5.5 0 0 1-1 0V8A1.5 1.5 0 0 0 8 6.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},UA=[],OA=t(zA,PA,UA,!1,null,null,null,null);const EA=OA.exports,GA={name:"IconRewind15Sec"};var TA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--rewind-15-sec",attrs:{"aria-hidden":"true",role:"img","data-name":"Rewind 15 Sec",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.72 1.008a5 5 0 1 1-4.692 5.519.5.5 0 0 1 .994-.105 4 4 0 1 0 1.336-3.424l-.53.476H3a.5.5 0 0 1 0 1H1.527a.28.28 0 0 1-.004 0H1.5a.5.5 0 0 1-.5-.5v-1.5a.5.5 0 0 1 1 0v.4l.695-.625a5 5 0 0 1 3.025-1.24ZM5.977 4.5a.5.5 0 0 1 .5-.5h1.308a.5.5 0 1 1 0 1h-.808v.272c.169-.014.357 0 .548.073.398.15.593.457.68.72.08.242.08.472.08.56v.008c0 .167-.053.421-.177.659-.128.245-.369.54-.78.645-.35.09-.65.037-.893-.096a1.568 1.568 0 0 1-.417-.354l-.013-.014a.5.5 0 0 1 .749-.663c.081.092.12.13.163.154a.133.133 0 0 0 .05.016.306.306 0 0 0 .113-.011c.043-.011.093-.045.142-.14a.647.647 0 0 0 .052-.137.352.352 0 0 0 .011-.062v.003a.816.816 0 0 0-.029-.253.204.204 0 0 0-.035-.068.107.107 0 0 0-.048-.031.33.33 0 0 0-.201.005.653.653 0 0 0-.194.09.5.5 0 0 1-.8-.4V4.5Zm-.785-.461A.5.5 0 0 1 5.5 4.5v3a.5.5 0 1 1-1 0V5.708l-.146.146a.5.5 0 0 1-.707-.707l1-1a.5.5 0 0 1 .545-.108Z",fill:"currentColor"}})])},WA=[],jA=t(GA,TA,WA,!1,null,null,null,null);const NA=jA.exports,QA={name:"IconRewind",created(){this.uniqueID=r("dt-icon")}};var XA=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--rewind",attrs:{"aria-hidden":"true",role:"img","data-name":"Rewind",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M5.72 2.051a.5.5 0 0 1 .28.45v7a.5.5 0 0 1-.807.394l-4.5-3.5a.5.5 0 0 1 0-.79l4.5-3.5a.5.5 0 0 1 .527-.054Zm-3.905 3.95L5 8.477V3.522L1.815 6Z"}}),a("path",{attrs:{d:"M11.22 2.051a.5.5 0 0 1 .28.45v7a.5.5 0 0 1-.807.394l-4.5-3.5a.5.5 0 0 1 0-.79l4.5-3.5a.5.5 0 0 1 .527-.054Zm-3.905 3.95L10.5 8.477V3.522L7.315 6Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},JA=[],KA=t(QA,XA,JA,!1,null,null,null,null);const YA=KA.exports,aH={name:"IconSalesforceGlyph"};var eH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--salesforce-glyph",attrs:{"aria-hidden":"true",role:"img","data-name":"Salesforce Glyph",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{width:"24",height:"24",rx:"2",fill:"#00A1E0"}}),a("path",{attrs:{d:"M10.323 6.419a3.637 3.637 0 0 1 2.536-1.011c1.32 0 2.472.683 3.085 1.698a4.543 4.543 0 0 1 1.744-.344C20.07 6.762 22 8.57 22 10.8c0 2.231-1.93 4.04-4.312 4.04-.285 0-.57-.027-.849-.08-.54.896-1.57 1.5-2.751 1.5-.494 0-.962-.106-1.379-.295C12.162 17.161 10.886 18 9.4 18c-1.549 0-2.868-.91-3.375-2.186a3.54 3.54 0 0 1-.686.067C3.495 15.88 2 14.479 2 12.749c0-1.16.672-2.172 1.67-2.713a3.368 3.368 0 0 1-.32-1.433c0-1.99 1.739-3.602 3.884-3.602 1.26 0 2.38.556 3.089 1.418Z",fill:"#fff"}})])},lH=[],tH=t(aH,eH,lH,!1,null,null,null,null);const rH=tH.exports,nH={name:"IconSalesforceLogo"};var sH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--salesforce-logo",attrs:{"aria-hidden":"true",role:"img","data-name":"Salesforce Logo",viewBox:"0 0 58 40",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M23.781 4.363c1.844-1.92 4.41-3.112 7.247-3.112 3.773 0 7.064 2.104 8.817 5.226a12.191 12.191 0 0 1 4.983-1.059c6.803 0 12.32 5.565 12.32 12.428 0 6.864-5.517 12.428-12.32 12.428-.815 0-1.628-.08-2.427-.241a9.004 9.004 0 0 1-11.8 3.706C29.034 37.419 25.39 40 21.14 40c-4.424 0-8.195-2.8-9.642-6.726a9.428 9.428 0 0 1-1.96.204C4.27 33.478 0 29.164 0 23.841a9.653 9.653 0 0 1 4.77-8.349 11.033 11.033 0 0 1-.914-4.408C3.856 4.963 8.826 0 14.956 0c3.6 0 6.798 1.711 8.825 4.363Z",fill:"#00A1E0"}}),a("path",{attrs:{d:"M8.277 20.743c-.035.094.013.113.025.13.107.078.216.134.326.197.583.309 1.133.4 1.709.4 1.172 0 1.9-.624 1.9-1.628v-.02c0-.928-.821-1.265-1.592-1.508l-.1-.033c-.582-.188-1.083-.351-1.083-.734v-.02c0-.328.293-.569.747-.569a3.38 3.38 0 0 1 1.49.382s.113.073.155-.037c.022-.059.218-.585.238-.642.022-.062-.017-.107-.057-.132a3.325 3.325 0 0 0-1.68-.45h-.117c-1.072 0-1.821.648-1.821 1.577v.02c0 .979.826 1.297 1.6 1.518l.125.038c.564.174 1.05.323 1.05.72v.02c0 .362-.316.633-.826.633-.197 0-.828-.004-1.51-.435-.082-.048-.13-.083-.193-.121-.034-.021-.118-.058-.154.053l-.232.641Zm17.162 0c-.036.094.013.113.024.13.107.078.217.134.326.197.583.309 1.134.4 1.71.4 1.172 0 1.9-.624 1.9-1.628v-.02c0-.928-.822-1.265-1.593-1.508l-.1-.033c-.581-.188-1.083-.351-1.083-.734v-.02c0-.328.293-.569.747-.569.505 0 1.104.168 1.49.382 0 0 .113.073.155-.037.023-.059.218-.585.238-.642.022-.062-.017-.107-.057-.132a3.325 3.325 0 0 0-1.679-.45H27.4c-1.073 0-1.822.648-1.822 1.577v.02c0 .979.826 1.297 1.6 1.518l.125.038c.564.174 1.05.323 1.05.72v.02c0 .362-.316.633-.825.633-.198 0-.83-.004-1.51-.435-.083-.048-.131-.081-.193-.121-.022-.014-.12-.052-.155.053l-.231.641Zm11.715-1.966c0 .567-.106 1.014-.314 1.33-.206.313-.518.465-.952.465-.436 0-.746-.151-.949-.465-.205-.315-.31-.763-.31-1.33 0-.567.105-1.013.31-1.325.203-.31.513-.46.949-.46.434 0 .746.15.953.46.207.312.313.758.313 1.325Zm.979-1.052a2.353 2.353 0 0 0-.446-.85 2.151 2.151 0 0 0-.75-.571 2.472 2.472 0 0 0-1.05-.21c-.397 0-.75.07-1.049.21-.3.14-.552.332-.752.571-.198.24-.348.526-.445.85a3.72 3.72 0 0 0-.143 1.052c0 .375.048.73.143 1.052.097.324.246.61.446.85.2.239.453.43.751.566.3.136.652.205 1.05.205.396 0 .749-.069 1.048-.205a2.1 2.1 0 0 0 .752-.566c.199-.239.349-.525.445-.85.096-.323.144-.678.144-1.052s-.048-.729-.144-1.052Zm8.035 2.695c-.032-.095-.124-.059-.124-.059a2.241 2.241 0 0 1-.455.13 3.541 3.541 0 0 1-.537.039c-.474 0-.85-.141-1.12-.42-.27-.278-.42-.728-.42-1.337.002-.555.136-.971.376-1.289.239-.316.602-.478 1.086-.478.404 0 .712.047 1.034.148 0 0 .077.034.114-.067.085-.238.149-.408.24-.67.026-.073-.038-.105-.06-.114a3.823 3.823 0 0 0-.653-.165 4.906 4.906 0 0 0-.735-.05c-.41 0-.777.07-1.09.21a2.26 2.26 0 0 0-.788.572c-.21.239-.37.525-.477.85-.105.323-.16.678-.16 1.053 0 .811.22 1.468.652 1.948.433.482 1.084.727 1.932.727.502 0 1.016-.102 1.386-.248 0 0 .07-.034.04-.116l-.24-.663Zm1.712-2.187c.047-.315.134-.577.268-.781.203-.31.512-.48.947-.48.435 0 .722.17.928.48.137.204.196.478.22.781H47.88Zm3.295-.692a2.055 2.055 0 0 0-.424-.775c-.214-.23-.422-.39-.629-.48a2.423 2.423 0 0 0-.949-.192c-.413 0-.789.07-1.093.212a2.176 2.176 0 0 0-.763.583 2.387 2.387 0 0 0-.449.86 3.721 3.721 0 0 0-.145 1.057c0 .381.05.737.15 1.057.101.323.262.607.48.842.218.237.498.423.833.552.333.128.738.195 1.203.194.956-.003 1.46-.216 1.668-.331.036-.02.072-.056.027-.159l-.216-.606c-.032-.09-.125-.057-.125-.057-.236.088-.574.246-1.36.244-.513 0-.894-.152-1.132-.39-.245-.242-.365-.598-.386-1.101l3.312.003s.087-.002.096-.086c.004-.036.114-.68-.098-1.427Zm-29.823.692c.048-.315.134-.577.268-.781.203-.31.512-.48.947-.48.435 0 .722.17.929.48.136.204.195.478.219.781h-2.363Zm3.294-.692a2.055 2.055 0 0 0-.423-.775c-.213-.23-.422-.39-.629-.48a2.423 2.423 0 0 0-.949-.192c-.413 0-.789.07-1.093.212a2.175 2.175 0 0 0-.763.583 2.386 2.386 0 0 0-.448.86 3.746 3.746 0 0 0-.146 1.057c0 .381.05.737.15 1.057.102.323.263.607.48.842.218.237.498.423.834.552.333.128.737.195 1.202.194.956-.003 1.46-.216 1.668-.331.037-.02.072-.056.028-.159l-.216-.606c-.033-.09-.125-.057-.125-.057-.237.088-.574.246-1.36.244-.514 0-.895-.152-1.133-.39-.245-.242-.365-.598-.386-1.101l3.313.003s.087-.002.096-.086c.003-.036.113-.68-.1-1.427Zm-10.453 2.861a.67.67 0 0 1-.192-.196c-.065-.102-.098-.247-.098-.43 0-.292.096-.501.295-.642-.002 0 .285-.248.96-.24.476.007.9.077.9.077v1.506s-.42.09-.894.12c-.674.04-.974-.195-.971-.195Zm1.318-2.327a7.397 7.397 0 0 0-.517-.016c-.284 0-.559.036-.816.105-.259.07-.492.178-.692.321-.2.143-.364.33-.48.546a1.597 1.597 0 0 0-.177.764c0 .293.05.548.151.756.101.21.247.384.433.518a1.8 1.8 0 0 0 .675.292c.26.06.554.09.876.09.34 0 .678-.028 1.006-.084.325-.055.724-.136.835-.161.078-.019.155-.039.232-.06.082-.02.076-.108.076-.108l-.002-3.029c0-.664-.178-1.157-.527-1.462-.347-.305-.86-.459-1.521-.459-.248 0-.648.035-.888.083 0 0-.723.14-1.021.373 0 0-.065.04-.03.131l.235.63c.03.082.108.054.108.054s.025-.01.055-.027c.637-.346 1.443-.336 1.443-.336.358 0 .633.072.82.214.18.139.272.348.272.79v.14a12.01 12.01 0 0 0-.546-.065Zm26.716-1.707a.09.09 0 0 0-.05-.119 2.87 2.87 0 0 0-.555-.095c-.416-.025-.647.045-.854.138-.205.092-.433.242-.56.412v-.403c0-.056-.04-.1-.095-.1h-.85c-.055 0-.095.044-.095.1v4.941c0 .055.046.1.101.1h.87a.1.1 0 0 0 .1-.1v-2.468c0-.332.037-.662.11-.87.072-.205.17-.37.29-.487.122-.118.26-.2.41-.246.154-.047.324-.063.444-.063.174 0 .364.045.364.045.064.007.1-.032.12-.09.058-.151.219-.604.25-.695Z",fill:"#fff"}}),a("path",{attrs:{d:"M34.059 14.078a2.592 2.592 0 0 0-.777-.112c-.6 0-1.072.17-1.404.503-.33.332-.553.838-.666 1.503l-.04.224h-.752s-.092-.004-.111.096l-.123.69c-.009.065.02.106.107.106h.732l-.742 4.145a5.124 5.124 0 0 1-.199.817 1.65 1.65 0 0 1-.231.471.615.615 0 0 1-.303.234 1.232 1.232 0 0 1-.39.056 1.47 1.47 0 0 1-.265-.03.782.782 0 0 1-.18-.057s-.085-.033-.119.053c-.027.07-.222.607-.246.673-.023.066.01.117.051.133.098.034.17.057.303.088.184.044.34.046.485.046.305 0 .583-.043.814-.126.23-.084.433-.23.612-.427.193-.213.314-.436.43-.741a6.38 6.38 0 0 0 .291-1.112l.747-4.223h1.09s.092.003.111-.097l.124-.689c.008-.065-.02-.106-.108-.106h-1.06c.006-.024.054-.397.176-.747a.977.977 0 0 1 .232-.354.696.696 0 0 1 .277-.172 1.35 1.35 0 0 1 .628-.024c.102.022.142.033.17.042.108.032.122 0 .143-.052l.254-.695c.026-.075-.039-.107-.061-.116ZM19.26 21.242c0 .056-.04.1-.095.1h-.879c-.055 0-.094-.044-.094-.1v-7.07c0-.055.039-.1.094-.1h.879c.055 0 .095.046.095.1v7.07Z",fill:"#fff"}})])},oH=[],iH=t(nH,sH,oH,!1,null,null,null,null);const cH=iH.exports,_H={name:"IconSatisfied",created(){this.uniqueID=r("dt-icon")}};var dH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--satisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Satisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5ZM3.7 6.6a.5.5 0 0 1 .698.098L4.4 6.7 4 7l.4-.3v-.001.002l.018.02a2.474 2.474 0 0 0 .408.374c.288.21.687.405 1.174.405.487 0 .886-.195 1.175-.404a2.474 2.474 0 0 0 .424-.395l.003-.003A.5.5 0 0 1 8.4 7.3L8 7l.4.3-.001.001-.001.002-.004.005-.01.014c-.01.01-.021.025-.036.042a3.474 3.474 0 0 1-.585.54c-.4.29-1 .596-1.763.596a2.994 2.994 0 0 1-1.763-.596 3.474 3.474 0 0 1-.62-.582l-.01-.014-.005-.005v-.002H3.6L4 7l-.4.3a.5.5 0 0 1 .1-.7Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},vH=[],uH=t(_H,dH,vH,!1,null,null,null,null);const fH=uH.exports,hH={name:"IconSave"};var mH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--save",attrs:{"aria-hidden":"true",role:"img","data-name":"Save",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V4.207L7.793 2H2.5Zm-1.06-.56A1.5 1.5 0 0 1 2.5 1H8a.5.5 0 0 1 .354.146l2.5 2.5A.5.5 0 0 1 11 4v5.5A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V7H4v3.5a.5.5 0 0 1-1 0v-4ZM3.5 1a.5.5 0 0 1 .5.5v2h3.5a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 3 4V1.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},pH=[],gH=t(hH,mH,pH,!1,null,null,null,null);const wH=gH.exports,$H={name:"IconScanFace"};var ZH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--scan-face",attrs:{"aria-hidden":"true",role:"img","data-name":"Scan Face",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM10.5 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Zm2.898-1.302A.5.5 0 0 0 3.6 7.3L4 7l-.4.3.001.001.001.002.004.005.01.014c.01.01.021.025.036.042a3.474 3.474 0 0 0 .585.54c.4.29 1 .596 1.763.596.763 0 1.364-.305 1.763-.596a3.473 3.473 0 0 0 .62-.582l.01-.014.005-.005v-.002H8.4L8 7l.4.3a.5.5 0 0 0-.798-.602l-.003.003a2.474 2.474 0 0 1-.425.395c-.288.21-.687.404-1.174.404-.487 0-.886-.194-1.175-.404a2.474 2.474 0 0 1-.424-.395l-.003-.003ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},xH=[],MH=t($H,ZH,xH,!1,null,null,null,null);const CH=MH.exports,AH={name:"IconScan"};var HH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--scan",attrs:{"aria-hidden":"true",role:"img","data-name":"Scan",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM10.5 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},IH=[],VH=t(AH,HH,IH,!1,null,null,null,null);const FH=VH.exports,bH={name:"IconScissors"};var BH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--scissors",attrs:{"aria-hidden":"true",role:"img","data-name":"Scissors",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM1 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM1 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.354 1.646a.5.5 0 0 1 0 .708l-5.94 5.94a.5.5 0 1 1-.708-.708l5.94-5.94a.5.5 0 0 1 .708 0ZM6.881 6.887a.5.5 0 0 1 .707 0l2.765 2.76a.5.5 0 1 1-.706.707l-2.765-2.76a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.706 3.707a.5.5 0 0 1 .708 0l1.94 1.94a.5.5 0 1 1-.708.707l-1.94-1.94a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},DH=[],RH=t(bH,BH,DH,!1,null,null,null,null);const LH=RH.exports,qH={name:"IconScreenShareOff"};var kH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--screen-share-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Screen Share Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.44A1.5 1.5 0 0 1 2 1h4.5a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5V6a.5.5 0 0 1 1 0v1.5A1.5 1.5 0 0 1 10 9H2A1.5 1.5 0 0 1 .5 7.5v-5c0-.398.158-.78.44-1.06ZM3.5 10.5A.5.5 0 0 1 4 10h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 8Zm5.354-6.854a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146 1.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},yH=[],SH=t(qH,kH,yH,!1,null,null,null,null);const zH=SH.exports,PH={name:"IconScroll"};var UH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--scroll",attrs:{"aria-hidden":"true",role:"img","data-name":"Scroll",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.44A1.5 1.5 0 0 1 3.5 2.5v7a.5.5 0 0 0 1 0v-1a.5.5 0 0 1 1 0v1a1.5 1.5 0 1 1-3 0v-5H1A.5.5 0 0 1 .5 4V2.5c0-.398.158-.78.44-1.06ZM2.5 3.5v-1a.5.5 0 1 0-1 0v1h1Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M11 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 10 11H4a.5.5 0 0 1 0-1h6a.5.5 0 0 0 .5-.5v-1A.5.5 0 0 1 11 8Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1.5A.5.5 0 0 1 2 1h6.5A1.5 1.5 0 0 1 10 2.5v6a.5.5 0 0 1-1 0v-6a.5.5 0 0 0-.5-.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 8.5A.5.5 0 0 1 5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},OH=[],EH=t(PH,UH,OH,!1,null,null,null,null);const GH=EH.exports,TH={name:"IconSearch"};var WH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--search",attrs:{"aria-hidden":"true",role:"img","data-name":"Search",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.174a.5.5 0 1 1-.707.708L7.972 8.679a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},jH=[],NH=t(TH,WH,jH,!1,null,null,null,null);const QH=NH.exports,XH={name:"IconSend",created(){this.uniqueID=r("dt-icon")}};var JH=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--send",attrs:{"aria-hidden":"true",role:"img","data-name":"Send",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.661 1.036a.5.5 0 0 1 .556-.083l9.546 4.597a.5.5 0 0 1 0 .9l-9.546 4.597a.5.5 0 0 1-.684-.63L3.233 6l-1.7-4.417a.5.5 0 0 1 .128-.547ZM4.111 6.5 2.92 9.599 9.355 6.5H4.11Zm5.244-1H4.11L2.92 2.401 9.355 5.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"translate(.5)"}})])])])},KH=[],YH=t(XH,JH,KH,!1,null,null,null,null);const aI=YH.exports,eI={name:"IconServicenow"};var lI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--servicenow",attrs:{"aria-hidden":"true",role:"img","data-name":"Servicenow",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.062 3C6.579 2.967 2.049 7.455 2 12.955a10.05 10.05 0 0 0 3.14 7.39c.707.674 1.809.74 2.581.14 1.135-.888 2.598-1.423 4.283-1.423 1.677 0 3.14.526 4.283 1.422.78.609 1.882.527 2.597-.147a10.044 10.044 0 0 0 3.124-7.292C22 7.513 17.553 3.033 12.062 3Zm-.058 15.06c-2.967 0-4.998-2.236-4.998-4.998s2.03-5.04 4.998-5.04c2.968 0 4.998 2.27 4.998 5.04 0 2.762-2.03 4.998-4.998 4.998Z",fill:"#83B6A2"}})])},tI=[],rI=t(eI,lI,tI,!1,null,null,null,null);const nI=rI.exports,sI={name:"IconSettings",created(){this.uniqueID=r("dt-icon")}};var oI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--settings",attrs:{"aria-hidden":"true",role:"img","data-name":"Settings",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"}}),a("path",{attrs:{d:"M4.83.94A1.5 1.5 0 0 1 5.89.5h.22A1.5 1.5 0 0 1 7.61 2v.093a.5.5 0 0 0 .25.429h.001l.215.125a.5.5 0 0 0 .522-.012l.06-.033a1.5 1.5 0 0 1 2.04.552l.11.19a1.502 1.502 0 0 1-.544 2.047l-.072.043-.011.006a.5.5 0 0 0-.246.433v.254a.5.5 0 0 0 .244.431l.066.036.016.008a1.5 1.5 0 0 1 .548 2.046l-.111.198a1.5 1.5 0 0 1-2.04.552l-.064-.035a.5.5 0 0 0-.518-.01l-.216.125a.5.5 0 0 0-.25.429V10a1.5 1.5 0 0 1-1.5 1.5h-.22a1.5 1.5 0 0 1-1.5-1.5v-.09a.5.5 0 0 0-.25-.432h-.001l-.215-.125a.5.5 0 0 0-.52.011l-.062.034a1.5 1.5 0 0 1-2.04-.552l-.11-.19a1.502 1.502 0 0 1 .544-2.047l.072-.043.011-.007a.5.5 0 0 0 .246-.432v-.255a.5.5 0 0 0-.25-.429.506.506 0 0 1-.034-.021l-.057-.038a1.5 1.5 0 0 1-.532-2.039l.11-.19a1.5 1.5 0 0 1 2.04-.553l.068.037a.5.5 0 0 0 .514.009l.216-.126a.5.5 0 0 0 .25-.433V2c0-.398.158-.78.44-1.06Zm4.105 4.934v.252a1.5 1.5 0 0 0 .77 1.313l.06.032a.5.5 0 0 1 .177.68l-.11.195a.5.5 0 0 1-.682.18l-.015-.007-.068-.037a1.5 1.5 0 0 0-1.492.005l-.216.125A1.5 1.5 0 0 0 6.61 9.91V10a.5.5 0 0 1-.5.5h-.22a.5.5 0 0 1-.5-.5v-.09a1.5 1.5 0 0 0-.75-1.298l-.214-.124-.001-.001a1.5 1.5 0 0 0-1.49-.005l-.07.037-.015.008a.5.5 0 0 1-.682-.183l-.11-.19a.5.5 0 0 1 .183-.681l.075-.046a1.5 1.5 0 0 0 .749-1.303v-.257a1.5 1.5 0 0 0-.734-1.28l-.064-.043a.5.5 0 0 1-.21-.7l.11-.189a.5.5 0 0 1 .683-.182l.015.008.067.036a1.5 1.5 0 0 0 1.493-.004l.216-.125a1.5 1.5 0 0 0 .749-1.295V2a.5.5 0 0 1 .5-.5h.22a.5.5 0 0 1 .5.5v.09a1.5 1.5 0 0 0 .75 1.298l.214.124.001.001a1.5 1.5 0 0 0 1.49.006l.07-.038.015-.008a.5.5 0 0 1 .682.183l.11.19a.5.5 0 0 1-.183.681l-.076.046a1.5 1.5 0 0 0-.548.549v.002a1.5 1.5 0 0 0-.2.75Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},iI=[],cI=t(sI,oI,iI,!1,null,null,null,null);const _I=cI.exports,dI={name:"IconShare2"};var vI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--share-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Share 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 1.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM3 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM1 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm8 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.863 6.503a.5.5 0 0 1 .684-.18l3.415 1.99a.5.5 0 1 1-.504.864l-3.415-1.99a.5.5 0 0 1-.18-.684Zm4.274-3.5a.5.5 0 0 1-.18.684l-3.41 1.99a.5.5 0 0 1-.504-.864l3.41-1.99a.5.5 0 0 1 .684.18Z","clip-rule":"evenodd"}})])},uI=[],fI=t(dI,vI,uI,!1,null,null,null,null);const hI=fI.exports,mI={name:"IconShareScreen"};var pI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--share-screen",attrs:{"aria-hidden":"true",role:"img","data-name":"Share Screen",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 2.5A1.5 1.5 0 0 1 2 1h8a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9H2A1.5 1.5 0 0 1 .5 7.5v-5ZM2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2Zm4.98.813a.5.5 0 0 1 .707 0l1.111 1.111a.5.5 0 0 1 0 .707L7.687 5.742a.5.5 0 0 1-.707-.707l.257-.257H5.111a.389.389 0 0 0-.389.389v1.555a.5.5 0 0 1-1 0V5.167a1.389 1.389 0 0 1 1.39-1.389h2.125L6.98 3.52a.5.5 0 0 1 0-.707ZM.5 10.5A.5.5 0 0 1 1 10h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},gI=[],wI=t(mI,pI,gI,!1,null,null,null,null);const $I=wI.exports,ZI={name:"IconShare",created(){this.uniqueID=r("dt-icon")}};var xI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--share",attrs:{"aria-hidden":"true",role:"img","data-name":"Share",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2 5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V6a.5.5 0 1 1 1 0v4A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V6a.5.5 0 0 1 .5-.5ZM5.647.647a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.707.707L6 1.707 4.354 3.354a.5.5 0 0 1-.707-.707l2-2Z"}}),a("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v6.5a.5.5 0 1 1-1 0V1A.5.5 0 0 1 6 .5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},MI=[],CI=t(ZI,xI,MI,!1,null,null,null,null);const AI=CI.exports,HI={name:"IconSheet"};var II=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sheet",attrs:{"aria-hidden":"true",role:"img","data-name":"Sheet",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 4a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Zm3 0a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},VI=[],FI=t(HI,II,VI,!1,null,null,null,null);const bI=FI.exports,BI={name:"IconShieldAlert"};var DI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shield-alert",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Alert",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5ZM5.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},RI=[],LI=t(BI,DI,RI,!1,null,null,null,null);const qI=LI.exports,kI={name:"IconShieldCheck"};var yI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shield-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Zm1.854-5.785a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},SI=[],zI=t(kI,yI,SI,!1,null,null,null,null);const PI=zI.exports,UI={name:"IconShieldClose"};var OI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shield-close",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43ZM4.396 4.146a.5.5 0 0 1 .708 0L6 5.043l.896-.897a.5.5 0 1 1 .708.708l-.897.896.897.896a.5.5 0 1 1-.708.708L6 6.457l-.896.897a.5.5 0 1 1-.708-.708l.897-.896-.897-.896a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},EI=[],GI=t(UI,OI,EI,!1,null,null,null,null);const TI=GI.exports,WI={name:"IconShieldOff",created(){this.uniqueID=r("dt-icon")}};var jI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shield-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0L2.71 2.004l.016.015L9.16 8.454a.575.575 0 0 1 .005.005l2.188 2.187a.5.5 0 0 1-.708.708L8.82 9.527a10.645 10.645 0 0 1-2.587 1.915.5.5 0 0 1-.457.005L6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .058-.235l-.912-.911a.5.5 0 0 1 0-.708ZM2.5 3.207V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43a9.643 9.643 0 0 0 2.113-1.61L2.5 3.206ZM5.825.532a.5.5 0 0 1 .35 0l4 1.5a.5.5 0 0 1 .325.468v3.503a3.952 3.952 0 0 1-.178 1.145.5.5 0 1 1-.955-.296 2.95 2.95 0 0 0 .133-.854V2.846L6 1.534l-1.405.524a.5.5 0 1 1-.35-.936l1.58-.59Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},NI=[],QI=t(WI,jI,NI,!1,null,null,null,null);const XI=QI.exports,JI={name:"IconShield"};var KI=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shield",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Z","clip-rule":"evenodd"}})])},YI=[],aV=t(JI,KI,YI,!1,null,null,null,null);const eV=aV.exports,lV={name:"IconShortcuts"};var tV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shortcuts",attrs:{"aria-hidden":"true",role:"img","data-name":"Shortcuts",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.647 1.147a.5.5 0 0 1 .707 0l2.5 2.5a.5.5 0 0 1 0 .707l-2.5 2.5a.5.5 0 0 1-.707-.707L9.293 4.5H4A1.5 1.5 0 0 0 2.5 6v1a.5.5 0 1 1-1 0V6A2.5 2.5 0 0 1 4 3.5h5.293L7.647 1.854a.5.5 0 0 1 0-.707ZM1 9.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])},rV=[],nV=t(lV,tV,rV,!1,null,null,null,null);const sV=nV.exports,oV={name:"IconShuffle"};var iV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--shuffle",attrs:{"aria-hidden":"true",role:"img","data-name":"Shuffle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 1.5A.5.5 0 0 1 8 1h2.5a.5.5 0 0 1 .5.5V4a.5.5 0 1 1-1 0V2H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.147a.5.5 0 0 1 0 .707l-8.5 8.5a.5.5 0 0 1-.707-.707l8.5-8.5a.5.5 0 0 1 .707 0ZM10.5 7.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5H8a.5.5 0 1 1 0-1h2V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.147 7.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 1 1-.707.707l-3-3a.5.5 0 0 1 0-.707Zm-5.5-5.5a.5.5 0 0 1 .707 0l2.5 2.5a.5.5 0 0 1-.707.707l-2.5-2.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},cV=[],_V=t(oV,iV,cV,!1,null,null,null,null);const dV=_V.exports,vV={name:"IconSidebarClose"};var uV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sidebar-close",attrs:{"aria-hidden":"true",role:"img","data-name":"Sidebar Close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Zm3.854 3.147a.5.5 0 0 1 0 .707L7.207 6l1.147 1.147a.5.5 0 0 1-.707.707l-1.5-1.5a.5.5 0 0 1 0-.707l1.5-1.5a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])},fV=[],hV=t(vV,uV,fV,!1,null,null,null,null);const mV=hV.exports,pV={name:"IconSidebarOpen"};var gV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sidebar-open",attrs:{"aria-hidden":"true",role:"img","data-name":"Sidebar Open",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Zm2.147 3.147a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 0 1-.707-.707L7.793 6 6.647 4.854a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},wV=[],$V=t(pV,gV,wV,!1,null,null,null,null);const ZV=$V.exports,xV={name:"IconSidebar"};var MV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sidebar",attrs:{"aria-hidden":"true",role:"img","data-name":"Sidebar",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},CV=[],AV=t(xV,MV,CV,!1,null,null,null,null);const HV=AV.exports,IV={name:"IconSignalBest"};var VV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--signal-best",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Best",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm2.5-2A.5.5 0 0 1 9 4v6a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},FV=[],bV=t(IV,VV,FV,!1,null,null,null,null);const BV=bV.exports,DV={name:"IconSignalHigh"};var RV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--signal-high",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal High",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm2.5-2A.5.5 0 0 1 9 4v6a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},LV=[],qV=t(DV,RV,LV,!1,null,null,null,null);const kV=qV.exports,yV={name:"IconSignalLow"};var SV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--signal-low",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Low",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},zV=[],PV=t(yV,SV,zV,!1,null,null,null,null);const UV=PV.exports,OV={name:"IconSignalMedium"};var EV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--signal-medium",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Medium",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},GV=[],TV=t(OV,EV,GV,!1,null,null,null,null);const WV=TV.exports,jV={name:"IconSignalZero"};var NV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--signal-zero",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Zero",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},QV=[],XV=t(jV,NV,QV,!1,null,null,null,null);const JV=XV.exports,KV={name:"IconSiren",created(){this.uniqueID=r("dt-icon")}};var YV=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--siren",attrs:{"aria-hidden":"true",role:"img","data-name":"Siren",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Zm3.604 1.396a.5.5 0 0 1 0 .708l-.25.25a.5.5 0 1 1-.708-.708l.25-.25a.5.5 0 0 1 .708 0Zm-7.493.215a.5.5 0 0 1 .707 0l.354.353a.5.5 0 0 1-.708.708l-.353-.354a.5.5 0 0 1 0-.707ZM6 4a2 2 0 0 0-2 2v2.5h1.5V6a.5.5 0 0 1 1 0v2.5H8V6a2 2 0 0 0-2-2Zm3 4.586V6a3 3 0 1 0-6 0v2.586A1.5 1.5 0 0 0 2 10v1a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-1a1.5 1.5 0 0 0-1-1.414ZM3.5 9.5a.5.5 0 0 0-.5.5v.5h6V10a.5.5 0 0 0-.5-.5h-5ZM.5 6a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6ZM10 6a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 10 6Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},aF=[],eF=t(KV,YV,aF,!1,null,null,null,null);const lF=eF.exports,tF={name:"IconSkip15Sec"};var rF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--skip-15-sec",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip 15 Sec",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.225 2.007a4 4 0 1 0 3.753 4.415.5.5 0 0 1 .995.105 5 5 0 1 1-1.667-4.278l.004.004.69.62v-.399a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5h-.023a.28.28 0 0 1-.004 0H9a.5.5 0 1 1 0-1h.172l-.53-.476a4 4 0 0 0-2.417-.991ZM5.977 4.5a.5.5 0 0 1 .5-.5h1.308a.5.5 0 0 1 0 1h-.808v.272c.169-.014.357 0 .548.073.398.149.593.457.68.72.08.242.08.472.08.56v.008c0 .167-.053.421-.177.659-.128.245-.369.54-.78.645-.35.09-.65.037-.893-.097a1.568 1.568 0 0 1-.417-.353l-.013-.014a.5.5 0 0 1 .749-.663c.081.092.12.13.163.154a.133.133 0 0 0 .05.016.305.305 0 0 0 .113-.011c.043-.012.093-.046.142-.14a.647.647 0 0 0 .052-.138c.01-.04.011-.061.011-.061v.003a.816.816 0 0 0-.029-.253.205.205 0 0 0-.035-.068.107.107 0 0 0-.048-.032.33.33 0 0 0-.201.006.652.652 0 0 0-.194.09.5.5 0 0 1-.8-.4V4.5Zm-.785-.461A.5.5 0 0 1 5.5 4.5v3a.5.5 0 0 1-1 0V5.708l-.146.146a.5.5 0 1 1-.707-.707l1-1a.5.5 0 0 1 .545-.108Z",fill:"currentColor"}})])},nF=[],sF=t(tF,rF,nF,!1,null,null,null,null);const oF=sF.exports,iF={name:"IconSkipBackTen"};var cF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--skip-back-ten",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Back Ten",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.72 1.008a5 5 0 1 1-4.692 5.519.5.5 0 1 1 .994-.106 4 4 0 1 0 1.336-3.423l-.53.476H3a.5.5 0 0 1 0 1H1.5a.5.5 0 0 1-.5-.5v-1.5a.5.5 0 1 1 1 0v.4l.695-.625a5 5 0 0 1 3.025-1.24Zm-.528 3.03A.5.5 0 0 1 5.5 4.5v3a.5.5 0 0 1-1 0V5.707l-.146.147a.5.5 0 0 1-.707-.707l1-1a.5.5 0 0 1 .545-.109ZM6 5.25a1.25 1.25 0 1 1 2.5 0v1.5a1.25 1.25 0 0 1-2.5 0v-1.5ZM7.25 5a.25.25 0 0 0-.25.25v1.5a.25.25 0 0 0 .5 0v-1.5A.25.25 0 0 0 7.25 5Z","clip-rule":"evenodd"}})])},_F=[],dF=t(iF,cF,_F,!1,null,null,null,null);const vF=dF.exports,uF={name:"IconSkipBack"};var fF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--skip-back",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Back",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.717 1.55A.5.5 0 0 1 10 2v8a.5.5 0 0 1-.812.39l-5-4a.5.5 0 0 1 0-.78l5-4a.5.5 0 0 1 .529-.06ZM5.3 6 9 8.96V3.04L5.3 6ZM2.5 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},hF=[],mF=t(uF,fF,hF,!1,null,null,null,null);const pF=mF.exports,gF={name:"IconSkipForwardTen"};var wF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--skip-forward-ten",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Forward Ten",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.225 2.007A4 4 0 1 0 9.978 6.42a.5.5 0 0 1 .995.106 5 5 0 1 1-1.667-4.278l.004.003.69.622v-.4a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5H9a.5.5 0 0 1 0-1h.172l-.53-.476a4 4 0 0 0-2.417-.991ZM5.192 4.038A.5.5 0 0 1 5.5 4.5v3a.5.5 0 1 1-1 0V5.707l-.146.147a.5.5 0 0 1-.707-.707l1-1a.5.5 0 0 1 .545-.109ZM6 5.25a1.25 1.25 0 0 1 2.5 0v1.5a1.25 1.25 0 0 1-2.5 0v-1.5ZM7.25 5a.25.25 0 0 0-.25.25v1.5a.25.25 0 0 0 .5 0v-1.5A.25.25 0 0 0 7.25 5Z","clip-rule":"evenodd"}})])},$F=[],ZF=t(gF,wF,$F,!1,null,null,null,null);const xF=ZF.exports,MF={name:"IconSkipForward"};var CF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--skip-forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.284 1.55a.5.5 0 0 1 .529.06l5 4a.5.5 0 0 1 0 .78l-5 4A.5.5 0 0 1 2 10V2a.5.5 0 0 1 .284-.45ZM3 3.04v5.92L6.7 6 3 3.04ZM9.5 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},AF=[],HF=t(MF,CF,AF,!1,null,null,null,null);const IF=HF.exports,VF={name:"IconSlack"};var FF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--slack",attrs:{"aria-hidden":"true",role:"img","data-name":"Slack",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M6.202 14.639c0 1.156-.945 2.1-2.101 2.1A2.106 2.106 0 0 1 2 14.64c0-1.157.945-2.101 2.101-2.101h2.101v2.1Zm1.058-.001c0-1.156.945-2.1 2.102-2.1 1.156 0 2.1.944 2.1 2.1V19.9A2.106 2.106 0 0 1 9.363 22a2.106 2.106 0 0 1-2.101-2.101v-5.26Z",fill:"#E01E5A"}}),a("path",{attrs:{d:"M9.362 6.202A2.106 2.106 0 0 1 7.26 4.101C7.26 2.945 8.205 2 9.36 2c1.157 0 2.101.945 2.101 2.101v2.101h-2.1Zm0 1.058c1.156 0 2.1.945 2.1 2.102 0 1.156-.944 2.1-2.1 2.1H4.1A2.106 2.106 0 0 1 2 9.363c0-1.157.945-2.101 2.101-2.101h5.26Z",fill:"#36C5F0"}}),a("path",{attrs:{d:"M17.798 9.362c0-1.157.945-2.101 2.101-2.101 1.156 0 2.101.944 2.101 2.1a2.106 2.106 0 0 1-2.101 2.101h-2.101v-2.1Zm-1.058 0c0 1.156-.945 2.1-2.102 2.1a2.106 2.106 0 0 1-2.1-2.1V4.1c0-1.156.944-2.101 2.1-2.101 1.157 0 2.101.945 2.101 2.101v5.26Z",fill:"#2EB67D"}}),a("path",{attrs:{d:"M14.638 17.798c1.157 0 2.101.945 2.101 2.101A2.106 2.106 0 0 1 14.64 22a2.106 2.106 0 0 1-2.102-2.101v-2.1h2.101Zm0-1.058a2.106 2.106 0 0 1-2.1-2.101c0-1.157.944-2.101 2.1-2.101H19.9c1.156 0 2.1.944 2.1 2.1a2.105 2.105 0 0 1-2.1 2.101h-5.26Z",fill:"#ECB22E"}})])},bF=[],BF=t(VF,FF,bF,!1,null,null,null,null);const DF=BF.exports,RF={name:"IconSlash",created(){this.uniqueID=r("dt-icon")}};var LF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--slash",attrs:{"aria-hidden":"true",role:"img","data-name":"Slash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M2.111 2.111a.5.5 0 0 1 .708 0l7.07 7.07a.5.5 0 0 1-.708.708l-7.07-7.07a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},qF=[],kF=t(RF,LF,qF,!1,null,null,null,null);const yF=kF.exports,SF={name:"IconSlidersHorizontal",created(){this.uniqueID=r("dt-icon")}};var zF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sliders-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"Sliders Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6.5 2a.5.5 0 0 1 .5-.5h3.5a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5ZM1 2a.5.5 0 0 1 .5-.5H5a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 2Zm4.5 4a.5.5 0 0 1 .5-.5h4.5a.5.5 0 1 1 0 1H6a.5.5 0 0 1-.5-.5ZM1 6a.5.5 0 0 1 .5-.5H4a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 6Zm6.5 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5ZM1 10a.5.5 0 0 1 .5-.5H6a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 10Z"}}),a("path",{attrs:{d:"M7 .5a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V1A.5.5 0 0 1 7 .5Zm-3 4a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5Zm4 4a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V9a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},PF=[],UF=t(SF,zF,PF,!1,null,null,null,null);const OF=UF.exports,EF={name:"IconSliders",created(){this.uniqueID=r("dt-icon")}};var GF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sliders",attrs:{"aria-hidden":"true",role:"img","data-name":"Sliders",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2 6.5a.5.5 0 0 1 .5.5v3.5a.5.5 0 1 1-1 0V7a.5.5 0 0 1 .5-.5ZM2 1a.5.5 0 0 1 .5.5V5a.5.5 0 1 1-1 0V1.5A.5.5 0 0 1 2 1Zm4 4.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 1 1-1 0V6a.5.5 0 0 1 .5-.5ZM6 1a.5.5 0 0 1 .5.5V4a.5.5 0 1 1-1 0V1.5A.5.5 0 0 1 6 1Zm4 6.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 1 1-1 0V8a.5.5 0 0 1 .5-.5ZM10 1a.5.5 0 0 1 .5.5V6a.5.5 0 1 1-1 0V1.5A.5.5 0 0 1 10 1Z"}}),a("path",{attrs:{d:"M.5 7a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H1A.5.5 0 0 1 .5 7Zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm4 4a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H9a.5.5 0 0 1-.5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},TF=[],WF=t(EF,GF,TF,!1,null,null,null,null);const jF=WF.exports,NF={name:"IconSmallSelfView"};var QF=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--small-self-view",attrs:{"aria-hidden":"true",role:"img","data-name":"Small Self View",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 3.143C1 2.301 1.611 1.5 2.5 1.5h7c.89 0 1.5.8 1.5 1.643v5.715c0 .842-.61 1.643-1.5 1.643h-7c-.889 0-1.5-.8-1.5-1.643V3.143ZM2.5 2.5c-.215 0-.5.224-.5.643v5.715c0 .42.285.642.5.642h7c.216 0 .5-.223.5-.642V3.143c0-.42-.284-.643-.5-.643h-7Z",fill:"currentColor"}})])},XF=[],JF=t(NF,QF,XF,!1,null,null,null,null);const KF=JF.exports,YF={name:"IconSmartphoneCharging"};var ab=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--smartphone-charging",attrs:{"aria-hidden":"true",role:"img","data-name":"Smartphone Charging",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5A.5.5 0 0 0 3 2v8a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 9 10V2a.5.5 0 0 0-.5-.5h-5ZM2 2A1.5 1.5 0 0 1 3.5.5h5A1.5 1.5 0 0 1 10 2v8a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 2 10V2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.61 3.584a.5.5 0 0 1 .14.693L5.934 5.5H7a.5.5 0 0 1 .416.777l-1.333 2a.5.5 0 0 1-.833-.554L6.066 6.5H5a.5.5 0 0 1-.416-.777l1.333-2a.5.5 0 0 1 .694-.139Z","clip-rule":"evenodd"}})])},eb=[],lb=t(YF,ab,eb,!1,null,null,null,null);const tb=lb.exports,rb={name:"IconSmartphone"};var nb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--smartphone",attrs:{"aria-hidden":"true",role:"img","data-name":"Smartphone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5A.5.5 0 0 0 3 2v8a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 9 10V2a.5.5 0 0 0-.5-.5h-5ZM2 2A1.5 1.5 0 0 1 3.5.5h5A1.5 1.5 0 0 1 10 2v8a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 2 10V2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},sb=[],ob=t(rb,nb,sb,!1,null,null,null,null);const ib=ob.exports,cb={name:"IconSnapchat"};var _b=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--snapchat",attrs:{"aria-hidden":"true",role:"img","data-name":"Snapchat",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M19.8 0H4.2A4.2 4.2 0 0 0 0 4.2v15.6A4.2 4.2 0 0 0 4.2 24h15.6a4.2 4.2 0 0 0 4.2-4.2V4.2A4.2 4.2 0 0 0 19.8 0z",fill:"#fffc40"}}),a("path",{attrs:{d:"M19.389 15.991c-2.667-1.29-3.092-3.284-3.11-3.432-.024-.179-.05-.32.148-.502.19-.176 1.036-.699 1.27-.863.388-.27.558-.541.433-.874-.088-.23-.303-.317-.528-.317a.985.985 0 0 0-.212.024c-.426.092-.84.306-1.079.363a.374.374 0 0 1-.088.012c-.128 0-.176-.056-.164-.21.03-.465.094-1.374.02-2.223-.1-1.168-.477-1.746-.924-2.258-.216-.248-1.22-1.314-3.155-1.314S9.062 5.463 8.847 5.708c-.448.512-.824 1.09-.924 2.258-.073.849-.007 1.757.02 2.223.009.146-.036.21-.164.21a.379.379 0 0 1-.088-.012c-.238-.057-.652-.27-1.078-.363A.985.985 0 0 0 6.401 10c-.226 0-.44.088-.528.317-.125.333.044.603.433.874.235.164 1.08.687 1.27.863.198.182.172.323.15.502-.02.15-.445 2.143-3.111 3.432-.157.076-.422.236.046.495.736.406 1.226.363 1.606.608.323.208.132.657.367.819.289.199 1.142-.015 2.244.35.924.304 1.486 1.164 3.124 1.164 1.639 0 2.216-.864 3.124-1.165 1.1-.364 1.955-.15 2.244-.35.235-.161.044-.61.367-.818.38-.245.87-.202 1.606-.608.468-.256.202-.416.046-.492z",fill:"#fff"}}),a("path",{attrs:{d:"M20.55 15.84c-.12-.326-.348-.5-.608-.645a1.51 1.51 0 0 0-.132-.069c-.077-.04-.157-.079-.235-.12-.81-.429-1.441-.97-1.88-1.611a3.655 3.655 0 0 1-.322-.572c-.038-.107-.036-.168-.009-.223a.365.365 0 0 1 .103-.108l.38-.248c.173-.112.31-.201.4-.264.331-.233.564-.48.709-.755a1.505 1.505 0 0 0 .074-1.249c-.22-.579-.767-.939-1.43-.939a1.969 1.969 0 0 0-.524.07c.006-.396-.002-.814-.038-1.225-.125-1.447-.631-2.205-1.159-2.81a4.62 4.62 0 0 0-1.179-.948c-.801-.458-1.71-.69-2.7-.69s-1.895.232-2.697.69c-.443.25-.842.57-1.18.95-.529.605-1.035 1.364-1.16 2.81-.035.41-.044.831-.038 1.225a1.97 1.97 0 0 0-.524-.07c-.664 0-1.211.36-1.43.939a1.505 1.505 0 0 0 .072 1.25c.146.276.378.523.71.755.088.061.226.15.4.264l.364.238c.047.03.087.07.117.118.028.057.03.12-.013.234a3.622 3.622 0 0 1-.317.56c-.428.627-1.042 1.159-1.825 1.584-.415.22-.846.367-1.028.862-.137.373-.048.799.301 1.157.128.133.277.246.44.333.34.187.702.331 1.077.43a.71.71 0 0 1 .217.098c.127.111.11.279.279.524.085.127.193.237.318.324.356.246.755.261 1.179.277.382.015.815.032 1.31.195.205.068.418.199.665.352.593.364 1.404.863 2.762.863s2.175-.501 2.772-.867c.245-.15.457-.28.656-.346.495-.164.929-.18 1.31-.195.424-.016.824-.032 1.18-.277.148-.104.272-.239.362-.396.122-.207.119-.352.233-.453a.675.675 0 0 1 .204-.094c.38-.1.747-.245 1.091-.434a1.71 1.71 0 0 0 .462-.362l.005-.005c.327-.35.41-.763.275-1.128zm-1.208.648c-.736.407-1.225.363-1.606.608-.323.208-.132.657-.367.819-.288.2-1.142-.014-2.244.35-.909.3-1.489 1.164-3.124 1.164s-2.201-.862-3.125-1.167c-1.1-.363-1.955-.15-2.244-.35-.235-.161-.044-.61-.367-.818-.381-.245-.87-.202-1.606-.606-.469-.259-.203-.419-.047-.495 2.667-1.29 3.092-3.284 3.111-3.432.023-.179.049-.32-.149-.502-.19-.176-1.035-.699-1.27-.862-.388-.272-.559-.542-.433-.875.088-.23.303-.317.528-.317.071 0 .142.009.212.024.426.093.84.306 1.078.364a.379.379 0 0 0 .088.012c.128 0 .173-.065.164-.21-.027-.467-.093-1.375-.02-2.224.101-1.167.477-1.746.924-2.258.215-.246 1.224-1.312 3.153-1.312s2.941 1.062 3.156 1.307c.447.512.824 1.09.924 2.258.073.849.01 1.757-.02 2.223-.01.153.036.21.164.21a.38.38 0 0 0 .088-.012c.24-.057.653-.27 1.079-.363A.978.978 0 0 1 17.6 10c.227 0 .44.088.528.317.126.333-.044.603-.432.874-.235.164-1.08.687-1.27.863-.198.182-.172.323-.15.502.02.15.445 2.143 3.112 3.432.157.079.423.24-.046.5z",fill:"currentColor"}})])},db=[],vb=t(cb,_b,db,!1,null,null,null,null);const ub=vb.exports,fb={name:"IconSnooze"};var hb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--snooze",attrs:{"aria-hidden":"true",role:"img","data-name":"Snooze",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2.5a.5.5 0 0 1 .5-.5h4.25a.5.5 0 0 1 .389.815L7.549 7.25h3.201a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.389-.815L9.701 3H6.5a.5.5 0 0 1-.5-.5ZM1.5 5.75a.5.5 0 0 1 .5-.5h2.75a.5.5 0 0 1 .393.809L3.03 8.75h1.72a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.393-.809L3.72 6.25H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},mb=[],pb=t(fb,hb,mb,!1,null,null,null,null);const gb=pb.exports,wb={name:"IconSnowflake",created(){this.uniqueID=r("dt-icon")}};var $b=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--snowflake",attrs:{"aria-hidden":"true",role:"img","data-name":"Snowflake",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M.5 6a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Z"}}),a("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Zm4.354 3.146a.5.5 0 0 1 0 .708L8.707 6l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Zm-8.708 0a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L3.293 6 1.646 4.354a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M3.646 1.646a.5.5 0 0 1 .708 0L6 3.293l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Zm2 6a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L6 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708l2-2Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Zb=[],xb=t(wb,$b,Zb,!1,null,null,null,null);const Mb=xb.exports,Cb={name:"IconSomewhatDissatisfied",created(){this.uniqueID=r("dt-icon")}};var Ab=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--somewhat-dissatisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Somewhat Dissatisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.899 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.399 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.5-1.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm-1.776 3c-.357 0-.703.117-.987.334l-.303-.397.303.397-.082.063a.5.5 0 1 1-.608-.794l.083-.063a2.625 2.625 0 0 1 1.594-.54h1.508c.613 0 1.207.215 1.678.607l.01.009a.5.5 0 1 1-.639.768l-.01-.008.32-.385-.32.385A1.625 1.625 0 0 0 6.63 7.5H5.124Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Hb=[],Ib=t(Cb,Ab,Hb,!1,null,null,null,null);const Vb=Ib.exports,Fb={name:"IconSomewhatSatisfied",created(){this.uniqueID=r("dt-icon")}};var bb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--somewhat-satisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Somewhat Satisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.899 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.399 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.5-1.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5ZM3.353 7.196a.5.5 0 0 1 .7-.093l.083.063-.303.397.303-.397c.284.217.63.334.987.334h1.508c.38 0 .747-.133 1.039-.376l.32.385-.32-.385.01-.008a.5.5 0 1 1 .64.768l-.01.01a2.625 2.625 0 0 1-1.68.606H5.124c-.576 0-1.136-.19-1.594-.54l-.083-.063a.5.5 0 0 1-.093-.7Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Bb=[],Db=t(Fb,bb,Bb,!1,null,null,null,null);const Rb=Db.exports,Lb={name:"IconSortAsc"};var qb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sort-asc",attrs:{"aria-hidden":"true",role:"img","data-name":"Sort Asc",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5ZM1.147 8.147a.5.5 0 0 1 .707 0L3 9.293l1.147-1.146a.5.5 0 0 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},kb=[],yb=t(Lb,qb,kb,!1,null,null,null,null);const Sb=yb.exports,zb={name:"IconSortDesc"};var Pb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sort-desc",attrs:{"aria-hidden":"true",role:"img","data-name":"Sort Desc",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5ZM1.147 8.147a.5.5 0 0 1 .707 0L3 9.293l1.147-1.146a.5.5 0 0 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Ub=[],Ob=t(zb,Pb,Ub,!1,null,null,null,null);const Eb=Ob.exports,Gb={name:"IconSparkle"};var Tb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sparkle",attrs:{"aria-hidden":"true",role:"img","data-name":"Sparkle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 1a.5.5 0 0 1 .5.5V2h.5a.5.5 0 0 1 0 1h-.5v.5a.5.5 0 0 1-1 0V3H8a.5.5 0 0 1 0-1h.5v-.5A.5.5 0 0 1 9 1ZM5 2a.5.5 0 0 1 .455.293L6.471 4.53l2.236 1.016a.5.5 0 0 1 0 .91L6.47 7.471 5.455 9.707a.5.5 0 0 1-.91 0L3.529 7.47 1.293 6.455a.5.5 0 0 1 0-.91L3.53 4.529l1.016-2.236A.5.5 0 0 1 5 2Zm0 1.708-.639 1.405a.5.5 0 0 1-.248.248L2.708 6l1.405.639a.5.5 0 0 1 .248.248L5 8.292l.639-1.405a.5.5 0 0 1 .248-.248L7.292 6l-1.405-.639a.5.5 0 0 1-.248-.248L5 3.708ZM9.5 8a.5.5 0 0 1 .5.5V9h.5a.5.5 0 0 1 0 1H10v.5a.5.5 0 0 1-1 0V10h-.5a.5.5 0 0 1 0-1H9v-.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},Wb=[],jb=t(Gb,Tb,Wb,!1,null,null,null,null);const Nb=jb.exports,Qb={name:"IconSpeaker"};var Xb=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--speaker",attrs:{"aria-hidden":"true",role:"img","data-name":"Speaker",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3ZM1.5 2A1.5 1.5 0 0 1 3 .5h6A1.5 1.5 0 0 1 10.5 2v8A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 7a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2-4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Jb=[],Kb=t(Qb,Xb,Jb,!1,null,null,null,null);const Yb=Kb.exports,aB={name:"IconStarFilled",created(){this.uniqueID=r("dt-icon")}};var eB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--star-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Star Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor"}},[a("path",{attrs:{d:"m6 1 1.545 3.13L11 4.635 8.5 7.07l.59 3.44L6 8.885 2.91 10.51l.59-3.44L1 4.635l3.455-.505L6 1Z"}}),a("path",{attrs:{"fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Zm0 1.63L4.903 4.35a.5.5 0 0 1-.376.274l-2.453.358 1.776 1.73a.5.5 0 0 1 .144.443l-.419 2.44 2.193-1.153a.5.5 0 0 1 .466 0l2.193 1.154-.419-2.441a.5.5 0 0 1 .144-.443l1.775-1.729-2.453-.358a.5.5 0 0 1-.376-.274L6 2.13Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},lB=[],tB=t(aB,eB,lB,!1,null,null,null,null);const rB=tB.exports,nB={name:"IconStar",created(){this.uniqueID=r("dt-icon")}};var sB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--star",attrs:{"aria-hidden":"true",role:"img","data-name":"Star",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Zm0 1.63L4.903 4.35a.5.5 0 0 1-.376.274l-2.453.358 1.776 1.73a.5.5 0 0 1 .144.443l-.419 2.44 2.193-1.153a.5.5 0 0 1 .466 0l2.193 1.154-.419-2.441a.5.5 0 0 1 .144-.443l1.775-1.729-2.453-.358a.5.5 0 0 1-.376-.274L6 2.13Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},oB=[],iB=t(nB,sB,oB,!1,null,null,null,null);const cB=iB.exports,_B={name:"IconSticker"};var dB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sticker",attrs:{"aria-hidden":"true",role:"img","data-name":"Sticker",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.44 1.44A1.5 1.5 0 0 1 2.5 1h5.25a.5.5 0 0 1 .354.147l2.75 2.75A.5.5 0 0 1 11 4.25V9.5A1.5 1.5 0 0 1 9.5 11h-7C1.674 11 1 10.328 1 9.5v-7c0-.397.158-.779.44-1.06ZM9.543 4 8 2.458V4h1.543ZM7 2v2.5a.5.5 0 0 0 .5.5H10v4.5a.5.5 0 0 1-.5.5h-7a.503.503 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5H7ZM3 6.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm4.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-.213 1.34a.5.5 0 0 1 .123.697L7 8l.41.287-.001.002-.001.001-.003.004-.008.01a1.14 1.14 0 0 1-.093.112 1.86 1.86 0 0 1-.262.236C6.812 8.822 6.46 9 6 9c-.44 0-.79-.182-1.015-.343a2.13 2.13 0 0 1-.363-.33l-.007-.008-.003-.004H4.61l-.001-.002L5 8l-.39.313a.5.5 0 0 1 .778-.628l.005.005a1.13 1.13 0 0 0 .173.153A.76.76 0 0 0 6 8c.19 0 .339-.071.446-.151a.858.858 0 0 0 .148-.14.5.5 0 0 1 .693-.118Z",fill:"currentColor"}})])},vB=[],uB=t(_B,dB,vB,!1,null,null,null,null);const fB=uB.exports,hB={name:"IconStopCircle",created(){this.uniqueID=r("dt-icon")}};var mB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--stop-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Stop Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M4 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3ZM5 5v2h2V5H5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},pB=[],gB=t(hB,mB,pB,!1,null,null,null,null);const wB=gB.exports,$B={name:"IconStopFilled"};var ZB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--stop-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Stop Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor",d:"M8 2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"}})])},xB=[],MB=t($B,ZB,xB,!1,null,null,null,null);const CB=MB.exports,AB={name:"IconStrikethrough"};var HB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--strikethrough",attrs:{"aria-hidden":"true",role:"img","data-name":"Strikethrough",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1.5H8a.5.5 0 1 1 0 1H4.5a1.001 1.001 0 0 0-.944 1.333.5.5 0 1 1-.942.334A2 2 0 0 1 4.5 1.5Zm2 4.5a.5.5 0 0 1 .5-.5 2.5 2.5 0 1 1 0 5H3a.5.5 0 0 1 0-1h4a1.5 1.5 0 0 0 0-3 .5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},IB=[],VB=t(AB,HB,IB,!1,null,null,null,null);const FB=VB.exports,bB={name:"IconSunDim"};var BB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sun-dim",attrs:{"aria-hidden":"true",role:"img","data-name":"Sun Dim",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.232 4.232a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536ZM6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM5.5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm4 4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H10a.5.5 0 0 1-.5-.5Zm-4 4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm-4-4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm6.829-2.828a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm0 5.656a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm-5.658 0a.5.5 0 0 1 .5-.5h.006a.5.5 0 0 1 0 1H3.17a.5.5 0 0 1-.5-.5Zm0-5.656a.5.5 0 0 1 .5-.5h.006a.5.5 0 0 1 0 1H3.17a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},DB=[],RB=t(bB,BB,DB,!1,null,null,null,null);const LB=RB.exports,qB={name:"IconSunMedium"};var kB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sun-medium",attrs:{"aria-hidden":"true",role:"img","data-name":"Sun Medium",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.232 4.232a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536ZM6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM6 1a.5.5 0 0 1 .5.5V2a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 6 1Zm0 8.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V10a.5.5 0 0 1 .5-.5ZM1 6a.5.5 0 0 1 .5-.5H2a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 1 6Zm8.5 0a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H10a.5.5 0 0 1-.5-.5Zm.036-3.536a.5.5 0 0 1 0 .708l-.354.353a.5.5 0 1 1-.707-.707l.353-.354a.5.5 0 0 1 .708 0ZM3.525 8.475a.5.5 0 0 1 0 .707l-.353.354a.5.5 0 1 1-.708-.708l.354-.353a.5.5 0 0 1 .707 0ZM2.464 2.464a.5.5 0 0 1 .708 0l.353.354a.5.5 0 1 1-.707.707l-.354-.353a.5.5 0 0 1 0-.708Zm6.011 6.011a.5.5 0 0 1 .707 0l.354.353a.5.5 0 0 1-.708.708l-.353-.354a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},yB=[],SB=t(qB,kB,yB,!1,null,null,null,null);const zB=SB.exports,PB={name:"IconSun",created(){this.uniqueID=r("dt-icon")}};var UB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sun",attrs:{"aria-hidden":"true",role:"img","data-name":"Sun",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM6 .5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Zm0 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5ZM2.111 2.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708Zm6.365 6.365a.5.5 0 0 1 .708 0l.705.705a.5.5 0 0 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM.5 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Zm9 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM3.524 8.476a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0Zm6.365-6.365a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},OB=[],EB=t(PB,UB,OB,!1,null,null,null,null);const GB=EB.exports,TB={name:"IconSunrise",created(){this.uniqueID=r("dt-icon")}};var WB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sunrise",attrs:{"aria-hidden":"true",role:"img","data-name":"Sunrise",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 5.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM.5 9a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 9Zm9 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM.5 11a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M5.646.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 1 1-.708.708L6 1.707 4.354 3.354a.5.5 0 1 1-.708-.708l2-2ZM4.232 7.232A2.5 2.5 0 0 1 8.5 9a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-3 0 .5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},jB=[],NB=t(TB,WB,jB,!1,null,null,null,null);const QB=NB.exports,XB={name:"IconSunset",created(){this.uniqueID=r("dt-icon")}};var JB=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--sunset",attrs:{"aria-hidden":"true",role:"img","data-name":"Sunset",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 5.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM.5 9a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 9Zm9 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM.5 11a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z"}}),a("path",{attrs:{d:"M3.646 2.646a.5.5 0 0 1 .708 0L6 4.293l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Zm.586 4.586A2.5 2.5 0 0 1 8.5 9a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-3 0 .5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},KB=[],YB=t(XB,JB,KB,!1,null,null,null,null);const aD=YB.exports,eD={name:"IconSwitchToCellular"};var lD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--switch-to-cellular",attrs:{"aria-hidden":"true",role:"img","data-name":"Switch To Cellular",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM10.5 2.5a.5.5 0 0 1 .5.5v7.5a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Zm-7.896.646a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM8 5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 8 5ZM3 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 9Zm2.5-2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},tD=[],rD=t(eD,lD,tD,!1,null,null,null,null);const nD=rD.exports,sD={name:"IconSwitchToHd"};var oD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--switch-to-hd",attrs:{"aria-hidden":"true",role:"img","data-name":"Switch To Hd",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM7.5 2a.5.5 0 0 1 .5-.5h2c.826 0 1.5.674 1.5 1.5v7c0 .826-.674 1.5-1.5 1.5H3A1.5 1.5 0 0 1 1.5 10V8.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .5.5h7c.274 0 .5-.226.5-.5V3c0-.274-.226-.5-.5-.5H8a.5.5 0 0 1-.5-.5ZM2.604 3.146a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM5.75 4.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7h-1v1a.5.5 0 0 1-1 0V6.5a.5.5 0 0 1 .5-.5h1.5V5a.5.5 0 0 1 .5-.5Zm1 .5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 9.75 6v1a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 1-.5-.5V5Zm2 1a.5.5 0 0 0-.5-.5h-.5v2h.5a.5.5 0 0 0 .5-.5V6Z","clip-rule":"evenodd"}})])},iD=[],cD=t(sD,oD,iD,!1,null,null,null,null);const _D=cD.exports,dD={name:"IconTable"};var vD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--table",attrs:{"aria-hidden":"true",role:"img","data-name":"Table",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}})])},uD=[],fD=t(dD,vD,uD,!1,null,null,null,null);const hD=fD.exports,mD={name:"IconTag",created(){this.uniqueID=r("dt-icon")}};var pD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--tag",attrs:{"aria-hidden":"true",role:"img","data-name":"Tag",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 1A.5.5 0 0 1 1 .5h5a.5.5 0 0 1 .354.146l4.645 4.645a1.713 1.713 0 0 1 0 2.418l-3.29 3.29a1.713 1.713 0 0 1-2.418 0L.646 6.354A.5.5 0 0 1 .5 6V1Zm1 .5v4.293l4.499 4.498a.713.713 0 0 0 1.002 0l3.29-3.29a.713.713 0 0 0 0-1.002L5.793 1.5H1.5Zm1.5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},gD=[],wD=t(mD,pD,gD,!1,null,null,null,null);const $D=wD.exports,ZD={name:"IconTags"};var xD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--tags",attrs:{"aria-hidden":"true",role:"img","data-name":"Tags",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 2.5A.5.5 0 0 1 1 2h3.5a.5.5 0 0 1 .354.146l3.145 3.145a1.713 1.713 0 0 1 0 2.418l-1.79 1.79a1.713 1.713 0 0 1-2.418 0L.646 6.354A.5.5 0 0 1 .5 6V2.5Zm1 .5v2.793L4.499 8.79a.713.713 0 0 0 1.002 0L7.291 7a.713.713 0 0 0 0-1.002L4.293 3H1.5Zm5.646-.854a.5.5 0 0 1 .708 0l3.149 3.15a1.702 1.702 0 0 1 0 2.408m0 0-2.15 2.15a.5.5 0 0 1-.707-.708l2.15-2.15h.001a.7.7 0 0 0 0-.992l-3.15-3.15a.5.5 0 0 1 0-.708M3 4a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 3 4Z","clip-rule":"evenodd"}})])},MD=[],CD=t(ZD,xD,MD,!1,null,null,null,null);const AD=CD.exports,HD={name:"IconTakeover",created(){this.uniqueID=r("dt-icon")}};var ID=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--takeover",attrs:{"aria-hidden":"true",role:"img","data-name":"Takeover",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.072 1.25a6.866 6.866 0 0 0-1.136 1.761l1.18.107a.043.043 0 0 0 .041-.02l.644-1.073a.043.043 0 0 0-.007-.052l-.722-.722ZM7.584 3.984l1.442.13c.399.037.783-.158.989-.501l.643-1.072c.246-.41.182-.936-.157-1.274L9.778.543C9.4.165 8.751.115 8.348.56a7.972 7.972 0 0 0-2.024 5.337c-.001 2.746 1.33 4.761 1.996 5.6.39.491 1.082.47 1.484.068l.698-.698c.339-.339.403-.864.157-1.275l-.664-1.104a1.043 1.043 0 0 0-.894-.506H7.618a7.577 7.577 0 0 1-.294-2.084c0-.71.102-1.35.26-1.915Zm.392 5a8.53 8.53 0 0 0 1.117 1.879.059.059 0 0 0 .004-.004l.698-.698a.043.043 0 0 0 .007-.053l-.664-1.104a.043.043 0 0 0-.037-.02H7.976ZM3.162 3.898a.5.5 0 0 1 .707 0l1.809 1.809a.5.5 0 0 1 0 .707L3.869 8.222a.5.5 0 0 1-.707-.707l.955-.955h-2.41a.5.5 0 1 1 0-1h2.41l-.955-.954a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},VD=[],FD=t(HD,ID,VD,!1,null,null,null,null);const bD=FD.exports,BD={name:"IconTask",created(){this.uniqueID=r("dt-icon")}};var DD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--task",attrs:{"aria-hidden":"true",role:"img","data-name":"Task",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor"}},[a("path",{attrs:{d:"M4.943 2.081a4.058 4.058 0 0 1 2.554.147.5.5 0 0 0 .369-.93 5.058 5.058 0 1 0 3.188 4.499.5.5 0 0 0-.999.04A4.059 4.059 0 1 1 4.943 2.08Z"}}),a("path",{attrs:{d:"M10.9 2.854a.5.5 0 1 0-.706-.708L6 6.34 4.807 5.133a.5.5 0 1 0-.71.704l1.548 1.562a.5.5 0 0 0 .708.002l4.548-4.547Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},RD=[],LD=t(BD,DD,RD,!1,null,null,null,null);const qD=LD.exports,kD={name:"IconTelegram",created(){this.uniqueID=r("dt-icon")}};var yD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--telegram",attrs:{"aria-hidden":"true",role:"img","data-name":"Telegram",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.527 11.895a496.375 496.375 0 0 1 5.831-2.513c2.777-1.155 3.354-1.355 3.73-1.362.083-.001.268.02.388.116a.421.421 0 0 1 .143.271c.013.078.03.255.016.394-.15 1.581-.802 5.418-1.133 7.19-.14.749-.416 1-.683 1.025-.58.053-1.022-.384-1.584-.753-.88-.577-1.378-.936-2.232-1.499-.987-.65-.347-1.008.215-1.593.148-.153 2.706-2.48 2.756-2.691.006-.026.012-.125-.047-.177-.058-.052-.144-.034-.207-.02-.088.02-1.494.95-4.218 2.788-.399.274-.76.408-1.084.4-.357-.007-1.044-.201-1.555-.367-.626-.204-1.124-.311-1.08-.657.022-.18.27-.364.744-.552Z",fill:"#fff"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"12",y1:"2",x2:"12",y2:"21.852",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#2AABEE"}}),a("stop",{attrs:{offset:"0","stop-color":"#2AABEE"}}),a("stop",{attrs:{offset:"1","stop-color":"#229ED9"}})],1)],1)])},SD=[],zD=t(kD,yD,SD,!1,null,null,null,null);const PD=zD.exports,UD={name:"IconTextCursorInput"};var OD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--text-cursor-input",attrs:{"aria-hidden":"true",role:"img","data-name":"Text Cursor Input",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2a.5.5 0 0 1 .5-.5H3a2 2 0 0 1 1.5.677A2 2 0 0 1 6 1.5h.5a.5.5 0 0 1 0 1H6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h.5a.5.5 0 0 1 0 1H6a2 2 0 0 1-1.5-.677A2 2 0 0 1 3 10.5h-.5a.5.5 0 0 1 0-1H3a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-.5A.5.5 0 0 1 2 2Zm.032 1.45H2.4a.5.5 0 0 1 0 1h-.34a.59.59 0 0 0-.56.56v1.98a.59.59 0 0 0 .56.56h.34a.5.5 0 0 1 0 1h-.368A1.59 1.59 0 0 1 .5 7V4.982A1.59 1.59 0 0 1 2.032 3.45Zm4.018.5a.5.5 0 0 1 .5-.5h3.418A1.59 1.59 0 0 1 11.5 5v2.002A1.555 1.555 0 0 1 9.952 8.55H6.55a.5.5 0 0 1 0-1h3.399a.555.555 0 0 0 .551-.551V5.01a.59.59 0 0 0-.56-.56H6.55a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},ED=[],GD=t(UD,OD,ED,!1,null,null,null,null);const TD=GD.exports,WD={name:"IconTextCursor"};var jD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--text-cursor",attrs:{"aria-hidden":"true",role:"img","data-name":"Text Cursor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 1.5A1.5 1.5 0 0 0 6.5 3v6A1.5 1.5 0 0 0 8 10.5h.5a.5.5 0 0 1 0 1H8A2.5 2.5 0 0 1 5.5 9V3A2.5 2.5 0 0 1 8 .5h.5a.5.5 0 0 1 0 1H8Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8a.5.5 0 0 1 .5.5V9A2.5 2.5 0 0 1 4 11.5h-.5a.5.5 0 0 1 0-1H4A1.5 1.5 0 0 0 5.5 9v-.5A.5.5 0 0 1 6 8ZM3 1a.5.5 0 0 1 .5-.5H4A2.5 2.5 0 0 1 6.5 3v.5a.5.5 0 0 1-1 0V3A1.5 1.5 0 0 0 4 1.5h-.5A.5.5 0 0 1 3 1Z","clip-rule":"evenodd"}})])},ND=[],QD=t(WD,jD,ND,!1,null,null,null,null);const XD=QD.exports,JD={name:"IconThermometerSnowflake",created(){this.uniqueID=r("dt-icon")}};var KD=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thermometer-snowflake",attrs:{"aria-hidden":"true",role:"img","data-name":"Thermometer Snowflake",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M.5 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Z"}}),a("path",{attrs:{d:"M4.5 1.5A.5.5 0 0 1 5 2v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5ZM1.146 4.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708L2.293 6 1.146 4.854a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M2.646 2.646a.5.5 0 0 1 .708 0L4.5 3.793l1.146-1.147a.5.5 0 1 1 .708.708l-1.5 1.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 0-.708Zm1.5 4.5a.5.5 0 0 1 .708 0l.75.75a.5.5 0 1 1-.708.708L4.5 8.207 3.354 9.354a.5.5 0 1 1-.708-.708l1.5-1.5ZM9 1.5a.5.5 0 0 0-.5.5v5.27a.5.5 0 0 1-.25.433 1.5 1.5 0 1 0 1.5 0 .5.5 0 0 1-.25-.433V2a.5.5 0 0 0-.5-.5ZM7.94.94A1.5 1.5 0 0 1 10.5 2v5.002a2.5 2.5 0 1 1-3 0V2c0-.398.158-.78.44-1.06Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},YD=[],aR=t(JD,KD,YD,!1,null,null,null,null);const eR=aR.exports,lR={name:"IconThermometerSun",created(){this.uniqueID=r("dt-icon")}};var tR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thermometer-sun",attrs:{"aria-hidden":"true",role:"img","data-name":"Thermometer Sun",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.46 4.505A2.5 2.5 0 0 1 6.009 4a.5.5 0 0 1-.016 1 1.5 1.5 0 0 0-.75 2.812.5.5 0 1 1-.484.876 2.5 2.5 0 0 1-.297-4.183ZM6 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 6 1ZM3.654 8.846a.5.5 0 0 1 0 .708l-.7.7a.5.5 0 0 1-.708-.708l.7-.7a.5.5 0 0 1 .708 0ZM9 1.5a.5.5 0 0 0-.5.5v5.27a.5.5 0 0 1-.25.433 1.5 1.5 0 1 0 1.5 0 .5.5 0 0 1-.25-.433V2a.5.5 0 0 0-.5-.5ZM7.94.94A1.5 1.5 0 0 1 10.5 2v5.002a2.5 2.5 0 1 1-3 0V2c0-.398.158-.78.44-1.06ZM.5 6.5A.5.5 0 0 1 1 6h1a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm1.611-3.889a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},rR=[],nR=t(lR,tR,rR,!1,null,null,null,null);const sR=nR.exports,oR={name:"IconThermometer"};var iR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thermometer",attrs:{"aria-hidden":"true",role:"img","data-name":"Thermometer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 0-.5.5v5.27a.5.5 0 0 1-.25.433 1.5 1.5 0 1 0 1.5 0 .5.5 0 0 1-.25-.433V2a.5.5 0 0 0-.5-.5ZM4.94.94A1.5 1.5 0 0 1 7.5 2v5.002a2.5 2.5 0 1 1-3 0V2c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])},cR=[],_R=t(oR,iR,cR,!1,null,null,null,null);const dR=_R.exports,vR={name:"IconThread"};var uR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thread",attrs:{"aria-hidden":"true",role:"img","data-name":"Thread",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.833 3.837a.5.5 0 0 1 .5-.5h5.334a.5.5 0 1 1 0 1H3.333a.5.5 0 0 1-.5-.5Zm0 1.667a.5.5 0 0 1 .5-.5h3.334a.5.5 0 0 1 0 1H3.333a.5.5 0 0 1-.5-.5Zm0 1.666a.5.5 0 0 1 .5-.5h1.334a.5.5 0 0 1 0 1H3.333a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor",d:"M2.394 2.522c-.162.03-.296.087-.374.165-.077.077-.134.211-.164.374-.014.074-.02.142-.022.19v4.417a.52.52 0 0 1-.001.021v.062c.003.047.008.114.022.188.03.16.086.295.165.374.08.08.214.136.374.166.074.013.141.019.189.02.023.002.04.002.051.002l.033-.001H8.46L7.313 7.354a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.707L8.46 9.5H2.541a2.37 2.37 0 0 1-.328-.037c-.249-.046-.614-.156-.9-.442-.286-.286-.396-.651-.442-.9a2.371 2.371 0 0 1-.038-.461V3.307c0-.025 0-.06.002-.102.004-.083.014-.197.038-.327.046-.248.156-.614.44-.898.285-.285.65-.395.898-.44a2.404 2.404 0 0 1 .43-.04.51.51 0 0 1 .026 0h6.667a1.572 1.572 0 0 1 .133.003c.083.004.197.015.327.04.245.046.611.155.893.437.281.281.39.648.437.893a2.494 2.494 0 0 1 .043.46V6a.5.5 0 0 1-1 0V3.317v.002-.01c0-.012 0-.03-.002-.055a1.473 1.473 0 0 0-.023-.195c-.032-.166-.09-.3-.162-.372-.073-.073-.206-.13-.373-.162a1.492 1.492 0 0 0-.249-.025h-.01.001-6.765a1.405 1.405 0 0 0-.19.022Z"}})])},fR=[],hR=t(vR,uR,fR,!1,null,null,null,null);const mR=hR.exports,pR={name:"IconThreads"};var gR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--threads",attrs:{"aria-hidden":"true",role:"img","data-name":"Threads",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M12.14 22h-.005c-2.72-.02-4.81-1.004-6.214-2.924-1.249-1.71-1.894-4.088-1.916-7.068v-.014c.022-2.982.667-5.358 1.917-7.068C7.326 3.004 9.418 2.02 12.135 2h.011c2.084.016 3.828.604 5.182 1.748 1.274 1.076 2.17 2.608 2.665 4.556l-1.55.474c-.838-3.3-2.959-4.986-6.305-5.012-2.208.018-3.88.78-4.965 2.264-1.015 1.39-1.54 3.398-1.56 5.97.02 2.572.545 4.58 1.561 5.97 1.087 1.486 2.758 2.248 4.966 2.264 1.992-.016 3.31-.526 4.405-1.704 1.25-1.344 1.228-2.994.827-3.998-.235-.592-.663-1.084-1.24-1.458-.147 1.126-.473 2.038-.976 2.726-.672.918-1.625 1.42-2.832 1.492-.913.054-1.793-.182-2.474-.668-.808-.574-1.28-1.45-1.33-2.47-.05-.992.31-1.904 1.009-2.568.669-.634 1.609-1.006 2.72-1.076a9.596 9.596 0 0 1 2.293.118c-.095-.618-.284-1.11-.569-1.464-.39-.488-.993-.736-1.79-.742h-.023c-.641 0-1.512.194-2.066 1.1L8.76 8.54c.743-1.212 1.95-1.88 3.4-1.88h.033c2.426.016 3.87 1.646 4.015 4.49.082.038.164.078.244.118 1.131.584 1.959 1.468 2.394 2.558a5.715 5.715 0 0 1-1.175 5.966c-1.405 1.508-3.109 2.19-5.525 2.208h-.006Zm.762-9.742c-.184 0-.37.006-.561.018-1.394.086-2.264.788-2.214 1.786.05 1.046 1.102 1.532 2.114 1.472.929-.054 2.139-.452 2.343-3.092a7.29 7.29 0 0 0-1.682-.184Z",fill:"currentColor"}})])},wR=[],$R=t(pR,gR,wR,!1,null,null,null,null);const ZR=$R.exports,xR={name:"IconThumbsDownFilled",created(){this.uniqueID=r("dt-icon")}};var MR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thumbs-down-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Thumbs Down Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor"}},[a("path",{attrs:{d:"M5.995 11.438a.438.438 0 0 0 .396-.242l1.671-3.338V.722a.437.437 0 0 0-.337-.16H3.25a1.438 1.438 0 0 0-1.38 1.036l-1.165 4a1.438 1.438 0 0 0 1.38 1.84h2.359l-.369 1.517a2.002 2.002 0 0 0 1.92 2.482Zm2.942-4.005V.567A.441.441 0 0 1 9 .563h1A1.437 1.437 0 0 1 11.438 2v4A1.438 1.438 0 0 1 10 7.438H9a.441.441 0 0 1-.063-.005Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",transform:"rotate(180 6 6)",d:"M0 0h12v12H0z"}})])])])},CR=[],AR=t(xR,MR,CR,!1,null,null,null,null);const HR=AR.exports,IR={name:"IconThumbsDown",created(){this.uniqueID=r("dt-icon")}};var VR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thumbs-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Thumbs Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.25 1.5a.5.5 0 0 0-.48.36l-1.165 4a.5.5 0 0 0 .48.64H5a.5.5 0 0 1 .486.618l-.5 2.06v.002a1.065 1.065 0 0 0 .728 1.275l1.563-3.123A1.503 1.503 0 0 1 8 6.634V1.5H3.25Zm0-1a1.5 1.5 0 0 0-1.44 1.08l-1.165 4a1.5 1.5 0 0 0 1.44 1.92h2.28l-.35 1.44v.001A2.065 2.065 0 0 0 5.993 11.5a.5.5 0 0 0 .453-.276l1.725-3.445v-.002A.5.5 0 0 1 8.62 7.5H10A1.5 1.5 0 0 0 11.5 6V2A1.5 1.5 0 0 0 10 .5H3.25ZM9 1.5v5h1a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H9Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},FR=[],bR=t(IR,VR,FR,!1,null,null,null,null);const BR=bR.exports,DR={name:"IconThumbsUpFilled"};var RR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thumbs-up-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Thumbs Up Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.044 1a.406.406 0 0 0-.367.222L4.128 4.291v6.563c.075.09.187.146.313.146h4.147a1.335 1.335 0 0 0 1.28-.952l1.079-3.678a1.312 1.312 0 0 0-.213-1.163 1.33 1.33 0 0 0-1.066-.529H7.482l.341-1.395v-.001a1.827 1.827 0 0 0-.333-1.567A1.853 1.853 0 0 0 6.044 1ZM3.317 4.682v6.314A.412.412 0 0 1 3.26 11h-.927c-.353 0-.692-.14-.942-.387A1.316 1.316 0 0 1 1 9.678V6c0-.35.14-.687.39-.935s.589-.387.942-.387h.927c.02 0 .04.002.058.004Z",fill:"currentColor"}})])},LR=[],qR=t(DR,RR,LR,!1,null,null,null,null);const kR=qR.exports,yR={name:"IconThumbsUp",created(){this.uniqueID=r("dt-icon")}};var SR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--thumbs-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Thumbs Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.553.776A.5.5 0 0 1 6.006.5a2.065 2.065 0 0 1 1.98 2.559L7.636 4.5h2.279a1.5 1.5 0 0 1 1.44 1.92l-1.165 4a1.5 1.5 0 0 1-1.44 1.08H2A1.5 1.5 0 0 1 .5 10V6A1.5 1.5 0 0 1 2 4.5h1.38a.5.5 0 0 0 .447-.277V4.22L5.554.776ZM3 5.5H2a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1v-5Zm1 5h4.75a.5.5 0 0 0 .48-.36l1.165-4a.5.5 0 0 0-.48-.64H7a.5.5 0 0 1-.486-.618l.5-2.06V2.82a1.065 1.065 0 0 0-.728-1.275L4.723 4.668A1.503 1.503 0 0 1 4 5.366V10.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},zR=[],PR=t(yR,SR,zR,!1,null,null,null,null);const UR=PR.exports,OR={name:"IconTiktok"};var ER=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--tiktok",attrs:{"aria-hidden":"true",role:"img","data-name":"Tiktok",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-rule":"evenodd","fill-rule":"evenodd"}},[a("path",{attrs:{d:"M2 17a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5z",fill:"currentColor"}}),a("path",{attrs:{d:"M14.765 4.62a3.846 3.846 0 0 1-.12-.953h-2.903v10.888c0 1.256-.857 2.274-2.11 2.274s-2.267-1.018-2.267-2.273a2.27 2.27 0 0 1 2.268-2.274c.25 0 .332.04.557.116V9.46c-.235-.033-.315-.05-.557-.05A5.14 5.14 0 0 0 4.5 14.556a5.14 5.14 0 0 0 5.133 5.146c2.795 0 5.148-2.24 5.212-5.026V9.104c1.053.722 2.248 1.144 3.62 1.144V7.496a3.822 3.822 0 0 1-3.7-2.876z",fill:"#25f4ee"}}),a("path",{attrs:{d:"M15.8 5.654a3.85 3.85 0 0 1-.12-.953h-2.904V15.59c0 1.256-.856 2.273-2.109 2.273A2.27 2.27 0 0 1 8.4 15.59a2.27 2.27 0 0 1 2.268-2.273c.25 0 .332.04.557.115v-2.937c-.234-.034-.314-.05-.557-.05a5.14 5.14 0 0 0-5.132 5.145 5.139 5.139 0 0 0 5.132 5.145c2.795 0 5.149-2.239 5.212-5.025v-5.572c1.054.722 2.248 1.144 3.62 1.144V8.53a3.822 3.822 0 0 1-3.7-2.875z",fill:"#fff"}}),a("path",{attrs:{d:"M8.633 16.597a2.27 2.27 0 0 1 2.034-3.28c.218 0 .308.03.476.088l.081.028v-2.938l-.087-.013c-.171-.024-.26-.037-.47-.037-.16 0-.32.007-.477.022v1.931l-.081-.027a1.189 1.189 0 0 0-.476-.089 2.275 2.275 0 0 0-1 4.315zM6.562 18.68a5.121 5.121 0 0 0 4.105 2.057c2.795 0 5.149-2.24 5.213-5.026v-5.572c1.053.723 2.248 1.145 3.62 1.145V8.53a3.8 3.8 0 0 1-1.034-.142v1.86c-1.373 0-2.568-.422-3.621-1.144v5.572c-.064 2.786-2.418 5.025-5.212 5.025a5.102 5.102 0 0 1-3.071-1.022zm9.773-11.834a3.836 3.836 0 0 1-1.548-2.144h.894a3.815 3.815 0 0 0 .654 2.144z",fill:"#fe2c55"}})])])},GR=[],TR=t(OR,ER,GR,!1,null,null,null,null);const WR=TR.exports,jR={name:"IconTimerOff",created(){this.uniqueID=r("dt-icon")}};var NR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--timer-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Timer Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M4.5 1A.5.5 0 0 1 5 .5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM2.492 5.038a.5.5 0 0 1 .27.654 3.5 3.5 0 0 0 .742 3.804 3.5 3.5 0 0 0 3.804.742.5.5 0 1 1 .384.924 4.5 4.5 0 0 1-4.894-.957l-.003-.003a4.5 4.5 0 0 1-.957-4.894.5.5 0 0 1 .654-.27Zm3.826-1.535a3.5 3.5 0 0 0-2.333.608.5.5 0 1 1-.57-.822 4.5 4.5 0 0 1 5.792.56 4.5 4.5 0 0 1 .504 5.736.5.5 0 1 1-.822-.57 3.5 3.5 0 0 0-.394-4.462l-.004-.005a3.5 3.5 0 0 0-2.173-1.045Z"}}),a("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}}),a("path",{attrs:{d:"M6 4.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},QR=[],XR=t(jR,NR,QR,!1,null,null,null,null);const JR=XR.exports,KR={name:"IconTimerReset"};var YR=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--timer-reset",attrs:{"aria-hidden":"true",role:"img","data-name":"Timer Reset",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1A.5.5 0 0 1 5 .5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM6 4.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.996 3.5a3.5 3.5 0 0 0-3.5 3.062.5.5 0 0 1-.992-.124A4.5 4.5 0 0 1 6.002 2.5a4.5 4.5 0 1 1-2.983 7.875l-.001-.001-1.35-1.2a.5.5 0 1 1 .664-.748l1.349 1.199A3.5 3.5 0 1 0 6 3.5h-.003Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 8.5A.5.5 0 0 1 2 8h2.5a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0V8.5Z","clip-rule":"evenodd"}})])},aL=[],eL=t(KR,YR,aL,!1,null,null,null,null);const lL=eL.exports,tL={name:"IconTimer"};var rL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--timer",attrs:{"aria-hidden":"true",role:"img","data-name":"Timer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1A.5.5 0 0 1 5 .5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM6 3.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1.5 7a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Zm6.354-1.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])},nL=[],sL=t(tL,rL,nL,!1,null,null,null,null);const oL=sL.exports,iL={name:"IconToggl"};var cL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--toggl",attrs:{"aria-hidden":"true",role:"img","data-name":"Toggl",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M14.715 13.603c-.283-.264-.694-.382-1.073-.382h-1.695c-.167 0-.315-.126-.315-.283 0-.132.09-.24.209-.273 0 0 .029-.006.061-.016.305.145.645.212.989.212.523 0 1.047-.154 1.432-.514.372-.35.55-.838.55-1.338 0-.501-.174-.99-.55-1.34a1.701 1.701 0 0 0-.363-.26c.36.084.732-.019.99-.462l-.723-.517-.6.838a2.361 2.361 0 0 0-.736-.112c-.523 0-1.047.154-1.432.514-.373.35-.55.838-.55 1.338 0 .501.174.99.55 1.34l.1.086-.071.039a2.047 2.047 0 0 0-.475.378c-.238.254-.476.63-.476 1.134 0 0-.032 1.072 1.198 1.072h.893c.205 0 .414.132.414.337a.366.366 0 0 1-.061.203h1.708c.257-.286.401-.694.389-1.063-.013-.34-.113-.697-.363-.931Zm-2.132-2.925a.44.44 0 0 1 .314-.122c.116 0 .232.035.315.122a.436.436 0 0 1 .122.314.436.436 0 0 1-.122.315.441.441 0 0 1-.315.122.428.428 0 0 1-.314-.122.436.436 0 0 1-.122-.315.44.44 0 0 1 .122-.314Zm6.99 2.925c-.283-.264-.694-.382-1.073-.382l-1.968-.013c-.125 0-.218-.077-.218-.193 0-.096.048-.237.167-.26.234.074.481.11.728.11.524 0 1.047-.155 1.433-.514.372-.35.549-.838.549-1.34 0-.5-.174-.988-.55-1.338a1.704 1.704 0 0 0-.362-.26c.36.083.732-.02.989-.463l-.723-.517-.6.838a2.36 2.36 0 0 0-.736-.112c-.523 0-1.046.154-1.431.514-.373.35-.55.838-.55 1.339 0 .5.174.989.55 1.339.109.102.234.189.362.26a1.983 1.983 0 0 0-.266.24c-.238.254-.475.63-.475 1.134 0 0-.032 1.072 1.197 1.072h.893c.205 0 .414.132.414.337a.366.366 0 0 1-.061.203h1.708c.257-.286.401-.694.389-1.063-.013-.34-.113-.697-.366-.931Zm-2.659-2.925a.441.441 0 0 1 .315-.122c.115 0 .231.035.314.122a.436.436 0 0 1 .122.314.436.436 0 0 1-.122.315.44.44 0 0 1-.314.122.428.428 0 0 1-.315-.122.436.436 0 0 1-.122-.315c0-.115.039-.23.122-.314ZM22 12.379v1.603c-.212.109-.45.138-.594.144-.777-.003-1.169-.276-1.458-.693-.19-.273-.266-.71-.266-1.23V8h1.824v3.91c0 .258.128.514.494.47ZM8.165 14.127c.642 0 1.284-.205 1.756-.687.46-.469.671-1.12.671-1.791 0-.672-.215-1.323-.671-1.792-.472-.479-1.114-.684-1.756-.684-.642 0-1.285.205-1.757.687-.459.469-.67 1.12-.67 1.792 0 .668.214 1.322.67 1.791.472.476 1.115.684 1.757.684Zm-.418-2.906a.58.58 0 0 1 .408-.157c.148 0 .299.048.408.157a.57.57 0 0 1 .157.408.562.562 0 0 1-.157.408.567.567 0 0 1-.408.157.572.572 0 0 1-.408-.157.567.567 0 0 1-.154-.408c0-.154.048-.302.154-.408Zm-5.063-.305H2V9.6c.042.003.08.006.122.006.555 0 1.008-.478 1.008-1.072V8h1.3v1.429h1.018v1.486H4.431v.829c0 .176.035.314.109.408.112.14.237.234.54.234.147 0 .275-.026.368-.061v1.557c-.25.138-.632.244-1.085.244-.787 0-1.108-.273-1.397-.69-.186-.273-.282-.674-.282-1.195v-1.326Z",fill:"#F9DE9B"}})])},_L=[],dL=t(iL,cL,_L,!1,null,null,null,null);const vL=dL.exports,uL={name:"IconTooManyQueries"};var fL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--too-many-queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Too Many Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm5.5 2A.5.5 0 0 1 7 7h3a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},hL=[],mL=t(uL,fL,hL,!1,null,null,null,null);const pL=mL.exports,gL={name:"IconTools"};var wL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--tools",attrs:{"aria-hidden":"true",role:"img","data-name":"Tools",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.279 1.514A2.5 2.5 0 0 0 5.72 5.029a.5.5 0 0 1-.102.56L2.164 9.042a.56.56 0 0 0 .792.793L6.411 6.38a.5.5 0 0 1 .56-.102 2.5 2.5 0 0 0 3.515-2.558L9.2 5.007a1 1 0 0 1-1.4 0l-.004-.004-.803-.803a1 1 0 0 1 0-1.4l.003-.004L8.28 1.514ZM7.37.554A3.5 3.5 0 0 1 9.44.81a.5.5 0 0 1 .148.81L7.706 3.5l.793.794 1.881-1.882a.5.5 0 0 1 .81.148 3.5 3.5 0 0 1-4.304 4.76l-3.223 3.224a1.56 1.56 0 1 1-2.208-2.207L4.68 5.112A3.5 3.5 0 0 1 7.37.555Z","clip-rule":"evenodd"}})])},$L=[],ZL=t(gL,wL,$L,!1,null,null,null,null);const xL=ZL.exports,ML={name:"IconToyBrick"};var CL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--toy-brick",attrs:{"aria-hidden":"true",role:"img","data-name":"Toy Brick",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-5Zm9 0H2v5h8v-5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.293 1.793A1 1 0 0 1 3 1.5h1.5c.264 0 .522.09.716.284A.999.999 0 0 1 5.5 2.5V4a.5.5 0 0 1-1 0V2.5H3V4a.5.5 0 0 1-1 0V2.5a1 1 0 0 1 .293-.707Zm4.5 0A1 1 0 0 1 7.5 1.5H9c.264 0 .522.09.716.284A.999.999 0 0 1 10 2.5V4a.5.5 0 0 1-1 0V2.5H7.5V4a.5.5 0 0 1-1 0V2.5a1 1 0 0 1 .293-.707Z","clip-rule":"evenodd"}})])},AL=[],HL=t(ML,CL,AL,!1,null,null,null,null);const IL=HL.exports,VL={name:"IconTransferWebchat",created(){this.uniqueID=r("dt-icon")}};var FL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--transfer-webchat",attrs:{"aria-hidden":"true",role:"img","data-name":"Transfer Webchat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor"}},[a("path",{attrs:{"fill-rule":"evenodd",d:"M6.706 3.5a.5.5 0 0 1 .5-.5h2.905a1.39 1.39 0 0 1 1.39 1.386v4.427a1.384 1.384 0 0 1-1.39 1.385H5.192a.502.502 0 0 0-.354.146l-.916.913c-.522.52-1.422.155-1.422-.59v-2.48a.5.5 0 1 1 1 0v2.079l.632-.63c.282-.28.663-.438 1.06-.438h4.92a.39.39 0 0 0 .275-.113.384.384 0 0 0 .113-.272V4.386c0-.102-.04-.2-.113-.272A.39.39 0 0 0 10.111 4H7.206a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{d:"M3.897 1.147a.5.5 0 0 1 .707 0l1.25 1.25a.5.5 0 0 1 0 .707l-1.25 1.25a.5.5 0 0 1-.707-.707l.396-.397H2.5a.5.5 0 0 1 0-1h1.793l-.396-.396a.5.5 0 0 1 0-.707Zm-1.293 2.5a.5.5 0 0 1 0 .707l-.397.396H4a.5.5 0 1 1 0 1H2.207l.397.397a.5.5 0 0 1-.707.707l-1.25-1.25a.5.5 0 0 1 0-.707l1.25-1.25a.5.5 0 0 1 .707 0Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"matrix(1 0 0 -1 0 12)"}})])])])},bL=[],BL=t(VL,FL,bL,!1,null,null,null,null);const DL=BL.exports,RL={name:"IconTransfer",created(){this.uniqueID=r("dt-icon")}};var LL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--transfer",attrs:{"aria-hidden":"true",role:"img","data-name":"Transfer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.647.147a.5.5 0 0 1 .707 0l1.25 1.25a.5.5 0 0 1 0 .707l-1.25 1.25a.5.5 0 0 1-.707-.707l.396-.397H8.25a.5.5 0 0 1 0-1h1.793L9.647.854a.5.5 0 0 1 0-.707ZM2.009 2.034a.036.036 0 0 0-.002.016c.027.548.141 1.466.553 2.508l1.129-.94a.125.125 0 0 0 .04-.127l-.348-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.066.023.035.035 0 0 0-.008.011Zm.992 3.459 1.328-1.108c.331-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.075 1.1a9.101 9.101 0 0 0 2.675 5.94c2.216 2.218 4.921 2.772 6.137 2.911.669.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.393 8.832A8.804 8.804 0 0 1 4.39 7.334a8.225 8.225 0 0 1-1.389-1.841Zm4.35 3.796a9.891 9.891 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .016-.01.096.096 0 0 0 .027-.072V8.738a.125.125 0 0 0-.095-.12l-1.439-.36a.125.125 0 0 0-.118.033l-.997.998Zm1.003-6.642a.5.5 0 0 1 0 .707l-.397.396H9.75a.5.5 0 0 1 0 1H7.957l.397.397a.5.5 0 0 1-.707.707l-1.25-1.25a.5.5 0 0 1 0-.707v-.001l1.25-1.25a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},qL=[],kL=t(RL,LL,qL,!1,null,null,null,null);const yL=kL.exports,SL={name:"IconTransportation"};var zL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--transportation",attrs:{"aria-hidden":"true",role:"img","data-name":"Transportation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2a.5.5 0 0 0-.5.5V5h3V2H3Zm0-1a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 3 10h.066l-.482.723a.5.5 0 0 0 .832.555L4.268 10h3.465l.851 1.277a.5.5 0 1 0 .832-.555L8.934 10H9a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 9 1H3Zm3.5 1v3h3V2.5A.5.5 0 0 0 9 2H6.5Zm3 4h-7v2.5A.5.5 0 0 0 3 9h6a.5.5 0 0 0 .5-.5V6Zm-6 1.5A.5.5 0 0 1 4 7h.005a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Zm4 0A.5.5 0 0 1 8 7h.005a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},PL=[],UL=t(SL,zL,PL,!1,null,null,null,null);const OL=UL.exports,EL={name:"IconTrash",created(){this.uniqueID=r("dt-icon")}};var GL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--trash",attrs:{"aria-hidden":"true",role:"img","data-name":"Trash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M1 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9A.5.5 0 0 1 1 3Z"}}),a("path",{attrs:{d:"M2.5 2.5A.5.5 0 0 1 3 3v7a.51.51 0 0 0 .166.334.51.51 0 0 0 .334.166h5a.51.51 0 0 0 .334-.166A.511.511 0 0 0 9 10V3a.5.5 0 0 1 1 0v7c0 .413-.201.784-.459 1.041-.257.258-.628.46-1.04.46h-5c-.413 0-.784-.202-1.042-.46-.257-.258-.459-.628-.459-1.04V3a.5.5 0 0 1 .5-.5Z"}}),a("path",{attrs:{d:"M4.666 1.666A.51.51 0 0 0 4.5 2v1a.5.5 0 1 1-1 0V2c0-.412.202-.783.46-1.04C4.216.7 4.587.5 5 .5h2c.413 0 .784.201 1.041.46.258.257.46.628.46 1.04v1a.5.5 0 1 1-1 0V2a.51.51 0 0 0-.167-.334A.51.51 0 0 0 7 1.5H5a.51.51 0 0 0-.334.166ZM5 5a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 5 5Zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 7 5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},TL=[],WL=t(EL,GL,TL,!1,null,null,null,null);const jL=WL.exports,NL={name:"IconTrendingDown"};var QL=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--trending-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Trending Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646 3.146a.5.5 0 0 1 .708 0L4.25 6.043l2.146-2.147a.5.5 0 0 1 .708 0L10.5 7.293V5.5a.5.5 0 0 1 1 0v3a.5.5 0 0 1-.5.5H8a.5.5 0 0 1 0-1h1.793L6.75 4.957 4.604 7.104a.5.5 0 0 1-.708 0l-3.25-3.25a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},XL=[],JL=t(NL,QL,XL,!1,null,null,null,null);const KL=JL.exports,YL={name:"IconTrendingUp"};var aq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--trending-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Trending Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 4a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V4.707L7.104 8.104a.5.5 0 0 1-.708 0L4.25 5.957 1.354 8.854a.5.5 0 1 1-.708-.708l3.25-3.25a.5.5 0 0 1 .708 0L6.75 7.043 9.793 4H8Z","clip-rule":"evenodd"}})])},eq=[],lq=t(YL,aq,eq,!1,null,null,null,null);const tq=lq.exports,rq={name:"IconTriangle"};var nq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--triangle",attrs:{"aria-hidden":"true",role:"img","data-name":"Triangle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.24 1.197a1.5 1.5 0 0 1 2.06.556l3.998 6.997a1.504 1.504 0 0 1 0 1.5 1.5 1.5 0 0 1-1.297.75H2.002a1.5 1.5 0 0 1-1.31-2.249L4.69 1.753v-.001a1.5 1.5 0 0 1 .55-.556Zm.755.796a.5.5 0 0 0-.435.254v.001L1.557 9.25a.5.5 0 0 0 .438.75H10a.5.5 0 0 0 .432-.75l-.001-.002-4-7-.001-.001a.5.5 0 0 0-.435-.254Z","clip-rule":"evenodd"}})])},sq=[],oq=t(rq,nq,sq,!1,null,null,null,null);const iq=oq.exports,cq={name:"IconTwitter"};var _q=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--twitter",attrs:{"aria-hidden":"true",role:"img","data-name":"Twitter",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M8.66 19.626c6.793 0 10.508-5.628 10.508-10.508 0-.16 0-.319-.01-.477A7.513 7.513 0 0 0 21 6.729a7.372 7.372 0 0 1-2.121.581 3.706 3.706 0 0 0 1.623-2.042 7.4 7.4 0 0 1-2.345.896 3.696 3.696 0 0 0-6.293 3.368 10.485 10.485 0 0 1-7.611-3.858 3.696 3.696 0 0 0 1.143 4.93 3.665 3.665 0 0 1-1.676-.463v.047a3.695 3.695 0 0 0 2.963 3.62 3.687 3.687 0 0 1-1.668.064 3.697 3.697 0 0 0 3.45 2.564A7.41 7.41 0 0 1 3 17.967a10.456 10.456 0 0 0 5.66 1.656",fill:"#1DA1F2"}})])},dq=[],vq=t(cq,_q,dq,!1,null,null,null,null);const uq=vq.exports,fq={name:"IconType"};var hq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--type",attrs:{"aria-hidden":"true",role:"img","data-name":"Type",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 2a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0v-1h-7v1a.5.5 0 0 1-1 0V2ZM4 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 10Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},mq=[],pq=t(fq,hq,mq,!1,null,null,null,null);const gq=pq.exports,wq={name:"IconUmbrella",created(){this.uniqueID=r("dt-icon")}};var $q=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--umbrella",attrs:{"aria-hidden":"true",role:"img","data-name":"Umbrella",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M2.286 2.423a5.56 5.56 0 0 1 7.428 0 5.46 5.46 0 0 1 1.784 3.528A.5.5 0 0 1 11 6.5H1a.5.5 0 0 1-.498-.549 5.46 5.46 0 0 1 1.784-3.528Zm.668.744A4.46 4.46 0 0 0 1.586 5.5h8.828a4.46 4.46 0 0 0-1.368-2.333 4.56 4.56 0 0 0-6.092 0Z"}}),a("path",{attrs:{d:"M6 5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 1 0 .5.5 0 0 1 1 0 1.5 1.5 0 0 1-3 0V6a.5.5 0 0 1 .5-.5Zm0-5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Zq=[],xq=t(wq,$q,Zq,!1,null,null,null,null);const Mq=xq.exports,Cq={name:"IconUnderline"};var Aq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--underline",attrs:{"aria-hidden":"true",role:"img","data-name":"Underline",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 1 .5.5v3a2.5 2.5 0 1 0 5 0V2a.5.5 0 0 1 1 0v3a3.5 3.5 0 1 1-7 0V2a.5.5 0 0 1 .5-.5ZM1.5 10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Hq=[],Iq=t(Cq,Aq,Hq,!1,null,null,null,null);const Vq=Iq.exports,Fq={name:"IconUndo2"};var bq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--undo-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Undo 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 1.646a.5.5 0 0 1 0 .708L2.707 4.5l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 4.5A.5.5 0 0 1 2 4h5.25a3.25 3.25 0 1 1 0 6.5H5.5a.5.5 0 0 1 0-1h1.75a2.25 2.25 0 0 0 0-4.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Bq=[],Dq=t(Fq,bq,Bq,!1,null,null,null,null);const Rq=Dq.exports,Lq={name:"IconUnionPay"};var qq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--union-pay",attrs:{"aria-hidden":"true",role:"img","data-name":"Union Pay",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{d:"M6.968 7h3.782c.528 0 .856.444.733.99l-1.76 7.782c-.125.543-.654.987-1.182.987H4.759c-.527 0-.856-.444-.733-.987l1.761-7.783c.124-.545.652-.988 1.18-.988Z",fill:"#E21836"}}),a("path",{attrs:{d:"M10.435 7h4.35c.527 0 .29.443.165.988l-1.76 7.783c-.124.543-.086.987-.615.987H8.226c-.529 0-.856-.444-.732-.987l1.76-7.783C9.38 7.443 9.907 7 10.434 7Z",fill:"#00447C"}}),a("path",{attrs:{d:"M14.612 7h3.782c.529 0 .857.443.733.988l-1.76 7.783c-.125.543-.654.987-1.182.987h-3.78c-.53 0-.858-.444-.734-.987l1.76-7.783c.124-.545.652-.988 1.18-.988Z",fill:"#007B84"}}),a("path",{attrs:{d:"M7.955 9.494c-.389.004-.504 0-.54-.009a639.26 639.26 0 0 1-.278 1.317c-.056.252-.097.431-.237.548a.415.415 0 0 1-.28.1c-.172 0-.272-.089-.289-.256l-.003-.057.052-.34s.276-1.136.325-1.286a.113.113 0 0 0 .004-.017c-.536.005-.631 0-.638-.009l-.016.083-.282 1.28-.024.108-.047.356c0 .105.02.19.06.264.129.23.494.265.7.265.267 0 .517-.059.686-.165.293-.178.37-.457.438-.705l.032-.127s.284-1.18.332-1.333l.005-.017Zm.966.952a.732.732 0 0 0-.306.073c-.04.022-.08.047-.12.072l.037-.137-.02-.023c-.239.05-.292.057-.512.088l-.018.013a6.878 6.878 0 0 1-.143.81l-.111.475.01.02c.225-.012.294-.012.49-.009l.016-.017c.025-.132.028-.162.083-.428.026-.126.08-.403.106-.502a.357.357 0 0 1 .144-.046c.11 0 .096.099.092.138a5.083 5.083 0 0 1-.086.466l-.027.12-.06.26.01.018a5.14 5.14 0 0 1 .479-.009l.022-.017c.034-.205.044-.26.105-.559l.03-.137c.06-.268.09-.404.045-.515-.047-.124-.162-.154-.266-.154Zm1.078.28c-.118.024-.193.04-.268.05l-.26.04-.01.008-.008.007c-.012.087-.02.163-.036.252a4.74 4.74 0 0 1-.067.346c-.026.115-.04.155-.054.195-.015.041-.03.08-.06.193l.007.01.006.01c.106-.005.176-.009.248-.01.072-.002.146 0 .26.001l.01-.008.011-.01c.017-.101.02-.129.03-.178.01-.054.027-.128.07-.325l.063-.28.066-.279-.003-.011-.005-.01Zm.003-.378c-.108-.065-.296-.045-.423.045-.126.089-.14.214-.034.28.106.063.295.044.42-.046.127-.09.143-.215.037-.28Zm.649 1.51c.217 0 .44-.062.607-.245.129-.148.188-.368.208-.46.067-.3.015-.44-.05-.526-.1-.13-.274-.173-.456-.173-.109 0-.369.011-.572.204-.146.14-.213.328-.254.509-.04.184-.088.516.208.64.092.04.224.05.309.05Zm-.017-.678c.05-.227.109-.419.26-.419.118 0 .127.143.074.371-.01.051-.053.24-.111.32-.04.06-.089.095-.142.095-.016 0-.11 0-.112-.144 0-.07.014-.144.03-.223Zm1.375.648.017-.017c.024-.132.028-.162.081-.428.027-.126.082-.403.108-.502.049-.023.097-.046.144-.046.11 0 .096.098.091.138a4.621 4.621 0 0 1-.085.466l-.026.12c-.02.088-.042.173-.06.26l.008.018c.223-.012.288-.012.479-.009l.023-.017c.033-.205.042-.26.105-.559l.03-.137c.06-.268.09-.404.045-.515-.048-.124-.163-.154-.267-.154a.727.727 0 0 0-.425.145l.035-.137-.019-.023c-.238.05-.292.057-.512.089l-.017.012a7.161 7.161 0 0 1-.143.81l-.11.475.01.02a5.32 5.32 0 0 1 .488-.009Zm1.638.01.098-.488s.07-.307.075-.318c0 0 .022-.032.045-.044h.033c.31 0 .659 0 .933-.208.186-.142.314-.352.37-.608a.943.943 0 0 0 .026-.212.455.455 0 0 0-.074-.27c-.14-.201-.418-.205-.74-.206l-.158.001a7.109 7.109 0 0 1-.644-.005l-.016.086-.147.704-.37 1.565a7 7 0 0 1 .569.002Zm.273-1.25.156-.698.005-.036.002-.027.063.006.33.03c.128.05.18.181.143.352a.511.511 0 0 1-.258.35c-.104.055-.231.059-.363.059h-.085l.007-.035Zm.975.605c-.041.182-.089.514.206.632a.562.562 0 0 0 .264.05.43.43 0 0 0 .252-.12l-.021.083.013.018c.212-.01.278-.01.508-.008l.02-.016c.034-.203.066-.4.153-.789l.129-.555-.007-.02c-.238.044-.301.054-.53.087l-.016.015-.008.055a.328.328 0 0 0-.166-.14c-.101-.042-.34.011-.545.203-.144.137-.213.325-.252.505Zm.498.011c.051-.223.11-.413.26-.413.096 0 .147.091.136.246a7.89 7.89 0 0 1-.027.125l-.047.199a.488.488 0 0 1-.056.116.259.259 0 0 1-.185.092c-.015 0-.108 0-.112-.142a.99.99 0 0 1 .031-.223Zm2.603-.739-.018-.021a5.415 5.415 0 0 1-.494.086l-.015.017-.003.01v-.003c-.161.381-.156.299-.287.599 0-.014 0-.022-.002-.037l-.032-.65-.02-.022c-.247.049-.253.056-.48.086l-.018.017c-.002.008-.002.016-.003.025l.001.004c.028.15.021.116.05.352.013.115.031.232.044.346.023.191.035.285.063.577-.154.26-.19.36-.338.588l.001.002-.104.17c-.012.017-.023.03-.038.035a.154.154 0 0 1-.068.01h-.057l-.086.293.294.005a.36.36 0 0 0 .34-.195l.184-.326h-.003l.02-.023c.124-.275 1.069-1.945 1.069-1.945Zm-3.101 3.852h-.125l.462-1.571h.153l.048-.162.005.18c-.006.111.08.21.303.194h.258l.089-.303h-.098c-.055 0-.081-.014-.078-.045l-.005-.184h-.478v.001c-.155.004-.616.016-.71.041-.113.03-.232.118-.232.118l.047-.162h-.448l-.093.322-.467 1.595h-.09l-.09.3h.891l-.03.1h.44l.028-.1h.123l.097-.324Zm-.366-1.252c-.071.02-.204.082-.204.082l.118-.401h.355l-.085.292s-.11.007-.184.027Zm.007.574s-.111.014-.185.031a1.794 1.794 0 0 0-.208.094l.122-.418h.358l-.087.293Zm-.199.681h-.356l.103-.352h.355l-.102.352Zm.859-.974h.514l-.074.246h-.521l-.078.27h.455l-.345.5a.142.142 0 0 1-.07.06.201.201 0 0 1-.092.027h-.126l-.087.295h.33a.4.4 0 0 0 .349-.186l.236-.334.051.339c.01.063.055.1.085.115.033.017.067.046.116.05.051.003.089.005.114.005h.162l.098-.33h-.064c-.037 0-.1-.007-.111-.019-.011-.014-.011-.036-.017-.07l-.051-.34h-.211l.092-.113h.52l.08-.269h-.481l.075-.246h.48l.088-.303h-1.43l-.087.303Zm-4.34 1.043.12-.41h.492l.09-.306h-.493l.075-.253h.483l.089-.296h-1.207l-.087.296h.274l-.073.253h-.275l-.09.31h.273l-.16.544c-.021.072.01.1.03.133a.135.135 0 0 0 .089.066.517.517 0 0 0 .126.018h.556l.099-.339-.246.035c-.048 0-.18-.006-.165-.051Zm.056-1.966-.125.232a.27.27 0 0 1-.072.097c-.02.012-.057.017-.112.017h-.065l-.087.298h.216a.48.48 0 0 0 .222-.06c.041-.022.052-.009.084-.04l.073-.066h.676l.09-.31h-.495l.086-.168h-.49Zm.998 1.972c-.011-.017-.003-.047.014-.11l.185-.63h.657a4.27 4.27 0 0 0 .21-.005.42.42 0 0 0 .158-.055.3.3 0 0 0 .115-.11.942.942 0 0 0 .114-.264l.232-.796-.682.004s-.21.031-.303.067c-.093.039-.226.149-.226.149l.061-.219h-.42l-.59 2.014a1.096 1.096 0 0 0-.039.17c-.001.036.045.072.075.1.035.027.088.022.137.027.053.004.128.007.231.007h.324l.1-.346-.29.028a.076.076 0 0 1-.063-.031Zm.318-1.165h.69l-.043.142c-.006.003-.021-.007-.091.002h-.598l.042-.144Zm.139-.475h.696l-.05.171s-.328-.003-.381.007c-.231.04-.366.168-.366.168l.1-.346Zm.523 1.091a.076.076 0 0 1-.027.044c-.014.01-.037.012-.07.012h-.1l.007-.172h-.41l-.016.843c0 .06.005.096.048.124.044.036.177.04.356.04h.256l.093-.316-.223.013-.074.005c-.01-.005-.02-.009-.031-.02-.01-.01-.025-.004-.023-.065l.002-.216.234-.01c.127 0 .18-.042.227-.082.044-.039.058-.083.075-.143l.039-.192h-.322l-.04.135Z",fill:"#FEFEFE"}})])},kq=[],yq=t(Lq,qq,kq,!1,null,null,null,null);const Sq=yq.exports,zq={name:"IconUnlink2"};var Pq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--unlink-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Unlink 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4a2 2 0 1 0 0 4h1a.5.5 0 0 1 0 1h-1a3 3 0 1 1 0-6h1a.5.5 0 0 1 0 1h-1ZM7 3.5a.5.5 0 0 1 .5-.5h1a3 3 0 1 1 0 6h-1a.5.5 0 0 1 0-1h1a2 2 0 1 0 0-4h-1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Uq=[],Oq=t(zq,Pq,Uq,!1,null,null,null,null);const Eq=Oq.exports,Gq={name:"IconUnlockFilled",created(){this.uniqueID=r("dt-icon")}};var Tq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--unlock-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Unlock Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor",d:"M5.8 1.508A2 2 0 0 1 7.96 3.1a.5.5 0 0 0 .98-.2A3 3 0 0 0 3 3.5v1.563h-.5c-.794 0-1.437.643-1.437 1.437V10c0 .794.643 1.438 1.437 1.438h7c.794 0 1.438-.644 1.438-1.438V6.5c0-.794-.644-1.437-1.438-1.437H4V3.499a2 2 0 0 1 1.8-1.991Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Wq=[],jq=t(Gq,Tq,Wq,!1,null,null,null,null);const Nq=jq.exports,Qq={name:"IconUnlock",created(){this.uniqueID=r("dt-icon")}};var Xq=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--unlock",attrs:{"aria-hidden":"true",role:"img","data-name":"Unlock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.187 1.887A2 2 0 0 0 4 3.5V5h5.5A1.5 1.5 0 0 1 11 6.5V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V6.5A1.5 1.5 0 0 1 2.5 5H3V3.5a3 3 0 0 1 5.94-.6.5.5 0 1 1-.98.2 2 2 0 0 0-.773-1.213ZM2 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V10a.5.5 0 0 1-.5.5h-7A.5.5 0 0 1 2 10V6.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},Jq=[],Kq=t(Qq,Xq,Jq,!1,null,null,null,null);const Yq=Kq.exports,ak={name:"IconUnread"};var ek=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--unread",attrs:{"aria-hidden":"true",role:"img","data-name":"Unread",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M2.146 2.146A.5.5 0 0 1 2.5 2h3a.5.5 0 0 0 0-1h-3A1.5 1.5 0 0 0 1 2.5v8a.5.5 0 0 0 .854.354L3.707 9H9.5A1.5 1.5 0 0 0 11 7.5V6.25a.5.5 0 1 0-1 0V7.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 0-.354.146L2 9.293V2.5a.5.5 0 0 1 .146-.354Z",fill:"currentColor"}}),a("path",{attrs:{d:"M9.25 1a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Z",fill:"currentColor"}})])},lk=[],tk=t(ak,ek,lk,!1,null,null,null,null);const rk=tk.exports,nk={name:"IconUploadCloud"};var sk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--upload-cloud",attrs:{"aria-hidden":"true",role:"img","data-name":"Upload Cloud",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 1 1-.715.7A4 4 0 1 1 8.209 3.5h.54a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 1 1-.708.708L6 6.707 4.354 8.354a.5.5 0 1 1-.708-.708l2-2Z","clip-rule":"evenodd"}})])},ok=[],ik=t(nk,sk,ok,!1,null,null,null,null);const ck=ik.exports,_k={name:"IconUpload"};var dk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--upload",attrs:{"aria-hidden":"true",role:"img","data-name":"Upload",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 7a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-2a.5.5 0 0 1 .5-.5Zm4.146-5.854a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 2.207 3.854 4.354a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}})])},vk=[],uk=t(_k,dk,vk,!1,null,null,null,null);const fk=uk.exports,hk={name:"IconUsb"};var mk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--usb",attrs:{"aria-hidden":"true",role:"img","data-name":"Usb",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 10a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3-6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.854 2.146a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708-.708l7.5-7.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.146a.5.5 0 0 1 .12.512l-.5 1.5a.5.5 0 0 1-.828.196l-1-1a.5.5 0 0 1 .196-.828l1.5-.5a.5.5 0 0 1 .512.12Zm-5.5 2a.5.5 0 0 1 0 .708L3.087 6.12l.877 2.194a.5.5 0 0 1-.928.372l-1-2.5a.5.5 0 0 1 .11-.54l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.854 5.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.54.11l-2.5-1a.5.5 0 0 1 .372-.928l2.194.877 1.766-1.767a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.146 5.146a.5.5 0 0 1 .708 0l.5.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 0-.708l.5-.5Z","clip-rule":"evenodd"}})])},pk=[],gk=t(hk,mk,pk,!1,null,null,null,null);const wk=gk.exports,$k={name:"IconUserCheck"};var Zk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user-check",attrs:{"aria-hidden":"true",role:"img","data-name":"User Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm9.354.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708L9 5.793l1.646-1.647a.5.5 0 0 1 .708 0ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])},xk=[],Mk=t($k,Zk,xk,!1,null,null,null,null);const Ck=Mk.exports,Ak={name:"IconUserMinus"};var Hk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"User Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm5.5 2A.5.5 0 0 1 8 5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])},Ik=[],Vk=t(Ak,Hk,Ik,!1,null,null,null,null);const Fk=Vk.exports,bk={name:"IconUserPlus"};var Bk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"User Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm7.5 0a.5.5 0 0 1 .5.5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0V6H8a.5.5 0 0 1 0-1h1V4a.5.5 0 0 1 .5-.5ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])},Dk=[],Rk=t(bk,Bk,Dk,!1,null,null,null,null);const Lk=Rk.exports,qk={name:"IconUserRematch",created(){this.uniqueID=r("dt-icon")}};var kk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user-rematch",attrs:{"aria-hidden":"true",role:"img","data-name":"User Rematch",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm7.384.864a.5.5 0 0 1 0 .707l-.021.022h.893a1.2 1.2 0 0 1 1.2 1.2v.99a.5.5 0 0 1-1 0v-.99a.202.202 0 0 0-.2-.2h-.893l.021.021a.5.5 0 0 1-.707.707l-.875-.875a.5.5 0 0 1 0-.707l.875-.875a.5.5 0 0 1 .707 0ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},yk=[],Sk=t(qk,kk,yk,!1,null,null,null,null);const zk=Sk.exports,Pk={name:"IconUserRemove"};var Uk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user-remove",attrs:{"aria-hidden":"true",role:"img","data-name":"User Remove",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm6.146.146a.5.5 0 0 1 .708 0l.896.897.896-.897a.5.5 0 0 1 .708.708l-.897.896.897.896a.5.5 0 0 1-.708.708l-.896-.897-.896.897a.5.5 0 1 1-.708-.708l.897-.896-.897-.896a.5.5 0 0 1 0-.708ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])},Ok=[],Ek=t(Pk,Uk,Ok,!1,null,null,null,null);const Gk=Ek.exports,Tk={name:"IconUserSpeak"};var Wk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user-speak",attrs:{"aria-hidden":"true",role:"img","data-name":"User Speak",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.354 1.087a.437.437 0 0 1 .559.267c.237.672.366 1.394.366 2.146s-.129 1.474-.366 2.146a.437.437 0 1 1-.825-.292c.205-.58.316-1.203.316-1.854 0-.65-.111-1.275-.316-1.854a.437.437 0 0 1 .267-.558ZM5 1.938a1.562 1.562 0 1 0 0 3.125 1.562 1.562 0 0 0 0-3.125ZM2.563 3.5a2.437 2.437 0 1 1 4.875 0 2.437 2.437 0 0 1-4.875 0Zm5.773-1.906a.438.438 0 0 1 .57.242c.208.514.322 1.076.322 1.664 0 .588-.114 1.15-.322 1.664a.438.438 0 0 1-.811-.328c.166-.412.258-.863.258-1.336 0-.473-.092-.924-.258-1.336a.438.438 0 0 1 .241-.57Zm-6.56 6.182A2.438 2.438 0 0 1 3.5 7.063h3A2.438 2.438 0 0 1 8.938 9.5v1a.438.438 0 0 1-.875 0v-1A1.563 1.563 0 0 0 6.5 7.937h-3A1.563 1.563 0 0 0 1.938 9.5v1a.438.438 0 0 1-.875 0v-1c0-.646.257-1.266.714-1.724Z",fill:"currentColor"}})])},jk=[],Nk=t(Tk,Wk,jk,!1,null,null,null,null);const Qk=Nk.exports,Xk={name:"IconUser"};var Jk=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--user",attrs:{"aria-hidden":"true",role:"img","data-name":"User",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm-.768 4.232A2.5 2.5 0 0 1 4.5 7h3A2.5 2.5 0 0 1 10 9.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 7.5 8h-3A1.5 1.5 0 0 0 3 9.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])},Kk=[],Yk=t(Xk,Jk,Kk,!1,null,null,null,null);const ay=Yk.exports,ey={name:"IconUsers"};var ly=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--users",attrs:{"aria-hidden":"true",role:"img","data-name":"Users",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm5.516-2.059a.5.5 0 0 1 .608-.36 2.5 2.5 0 0 1 0 4.843.5.5 0 0 1-.248-.968 1.5 1.5 0 0 0 0-2.907.5.5 0 0 1-.36-.608ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Zm7.784-.292a.5.5 0 0 1 .609-.36A2.5 2.5 0 0 1 11.5 9.5v1a.5.5 0 0 1-1 0v-1a1.5 1.5 0 0 0-1.125-1.45.5.5 0 0 1-.36-.61Z","clip-rule":"evenodd"}})])},ty=[],ry=t(ey,ly,ty,!1,null,null,null,null);const ny=ry.exports,sy={name:"IconVeryDissatisfied",created(){this.uniqueID=r("dt-icon")}};var oy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--very-dissatisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Very Dissatisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.899 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.399 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm2.435-1.777a.5.5 0 0 1 .693-.14l.197.132a.5.5 0 0 0 .555-.001l.193-.13a.5.5 0 1 1 .556.832l-.193.129a1.5 1.5 0 0 1-1.664.003l-.198-.132a.5.5 0 0 1-.14-.693Zm4 0a.5.5 0 0 1 .693-.14l.197.132a.5.5 0 0 0 .555-.001l.193-.13a.5.5 0 1 1 .556.832l-.193.129a1.5 1.5 0 0 1-1.664.003l-.198-.132a.5.5 0 0 1-.14-.693ZM5.899 6a2.641 2.641 0 0 0-1.608.517c-.46.345-.78.836-.883 1.39a.5.5 0 0 0 .49.593h4a.5.5 0 0 0 .492-.592 2.268 2.268 0 0 0-.883-1.39A2.641 2.641 0 0 0 5.9 6Zm-.006 1a1.642 1.642 0 0 0-1.002.317 1.41 1.41 0 0 0-.201.183h2.418a1.409 1.409 0 0 0-.2-.183A1.642 1.642 0 0 0 5.904 7h-.012Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},iy=[],cy=t(sy,oy,iy,!1,null,null,null,null);const _y=cy.exports,dy={name:"IconVerySatisfied",created(){this.uniqueID=r("dt-icon")}};var vy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--very-satisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Very Satisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5ZM2.618 6.177A.5.5 0 0 1 3 6h6a.5.5 0 0 1 .493.583A3.5 3.5 0 0 1 6 9.5a3.5 3.5 0 0 1-3.493-2.917.5.5 0 0 1 .111-.406ZM3.667 7a2.5 2.5 0 0 0 2.326 1.5h.014A2.5 2.5 0 0 0 8.333 7H3.667Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},uy=[],fy=t(dy,vy,uy,!1,null,null,null,null);const hy=fy.exports,my={name:"IconViber"};var py=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--viber",attrs:{"aria-hidden":"true",role:"img","data-name":"Viber",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M21.19 2.34c-.596-.55-3.006-2.299-8.374-2.323 0 0-6.33-.381-9.416 2.45-1.718 1.717-2.322 4.231-2.386 7.348-.064 3.117-.146 8.959 5.484 10.542h.006L6.5 22.774s-.036.979.609 1.178c.779.242 1.236-.502 1.98-1.303.409-.44.973-1.087 1.397-1.58 3.851.323 6.813-.417 7.15-.527.777-.252 5.177-.816 5.892-6.657.739-6.02-.357-9.828-2.337-11.544z",fill:"#fff"}}),a("path",{attrs:{d:"M19.938 3.557c-.504-.458-2.68-1.826-7.221-1.845 0 0-5.377-.354-7.987 2.01C3.277 5.158 2.788 7.29 2.734 9.894c-.054 2.603-.332 7.576 4.43 8.898l-.021 4.017c0 .227.036.382.165.414.094.023.233-.026.352-.144.761-.765 3.199-3.705 3.199-3.705 3.27.213 5.872-.432 6.152-.524.66-.212 4.228-.518 4.832-5.397.624-5.028-.23-8.46-1.905-9.895z",fill:"#7360f2"}}),a("g",{attrs:{stroke:"#fff","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":".6"}},[a("path",{attrs:{d:"M15.026 9.68c-.06-1.191-.664-1.817-1.815-1.877"}}),a("path",{attrs:{d:"M16.584 10.201c.024-1.109-.305-2.036-.986-2.78-.684-.747-1.632-1.158-2.847-1.247"}}),a("path",{attrs:{d:"M18.178 10.825c-.015-1.925-.59-3.44-1.725-4.548-1.136-1.107-2.548-1.666-4.237-1.678"}})]),a("path",{attrs:{d:"M13.272 13.745s.427.036.656-.247l.448-.563c.216-.28.738-.458 1.249-.173.382.218.754.455 1.113.71.339.25 1.033.829 1.035.829.33.279.407.689.182 1.12l-.002.01c-.248.43-.563.817-.933 1.148l-.008.006c-.321.269-.637.421-.947.458a1.26 1.26 0 0 1-.54-.053l-.01-.015c-.478-.135-1.275-.472-2.603-1.204-.769-.42-1.5-.902-2.187-1.445a11.464 11.464 0 0 1-.984-.872l-.033-.033-.033-.033-.033-.033-.033-.033c-.31-.311-.6-.64-.872-.984a15.52 15.52 0 0 1-1.445-2.186c-.732-1.329-1.07-2.125-1.204-2.603l-.015-.01a1.26 1.26 0 0 1-.053-.541c.039-.31.191-.626.458-.948.003-.004.005-.004.007-.008.33-.37.718-.685 1.148-.932l.009-.002c.432-.225.842-.15 1.12.18.003.002.58.696.829 1.035.255.36.493.73.71 1.114.285.51.107 1.033-.172 1.248l-.564.448c-.284.23-.247.657-.247.657s.835 3.16 3.954 3.955z",fill:"#fff"}})])},gy=[],wy=t(my,py,gy,!1,null,null,null,null);const $y=wy.exports,Zy={name:"IconVideoOff"};var xy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--video-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Video Off",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-1.949-1.95a1.5 1.5 0 0 1-1.198.598H2a1.5 1.5 0 0 1-1.5-1.5V3.498a1.5 1.5 0 0 1 .911-1.38l-.765-.764a.5.5 0 0 1 0-.708Zm1.645 2.352H2a.5.5 0 0 0-.5.5v5.004a.5.5 0 0 0 .5.5h5.499a.5.5 0 0 0 .468-.325L2.291 2.998Zm5.208 0h-1.67a.5.5 0 0 1 0-1h1.67a1.5 1.5 0 0 1 1.5 1.5v.758l1.817-.72A.5.5 0 0 1 11.5 4v4a.5.5 0 0 1-1 0V4.736l-1.816.72A.5.5 0 0 1 8 4.993l-.001-.5v-.995a.5.5 0 0 0-.5-.5Z",fill:"currentColor"}})])},My=[],Cy=t(Zy,xy,My,!1,null,null,null,null);const Ay=Cy.exports,Hy={name:"IconVideoSettings"};var Iy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--video-settings",attrs:{"aria-hidden":"true",role:"img","data-name":"Video Settings",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 3.117a.5.5 0 0 0-.5.5.5.5 0 0 1-1 0 1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v1.066L10.723 3.2a.5.5 0 0 1 .777.416v4a.5.5 0 0 1-.777.416L8.5 6.551v1.066a1.5 1.5 0 0 1-1.5 1.5.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5H2Zm6.902 2.5L10.5 6.683V4.55L8.902 5.617Z",fill:"currentColor"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.236 4.624a1.01 1.01 0 0 1 1.01-1.009h.419a1.008 1.008 0 0 1 1.008 1.012l.004.004a.014.014 0 0 0 .005.001l.003-.001A1.008 1.008 0 0 1 6.063 5l.21.363a1.009 1.009 0 0 1-.373 1.38l-.001.006v.005l.004.003c.483.278.648.895.37 1.378l-.21.363a1.009 1.009 0 0 1-1.38.367l-.006.002a.015.015 0 0 0-.004.003v.004a1.01 1.01 0 0 1-1.009 1.009h-.419A1.01 1.01 0 0 1 2.236 8.87l-.004-.004a.015.015 0 0 0-.005-.002l-.004.002c-.483.278-1.1.113-1.378-.37l-.21-.363a1.008 1.008 0 0 1 .372-1.38l.001-.004v-.005l-.004-.002a1.008 1.008 0 0 1-.369-1.378l.21-.363a1.009 1.009 0 0 1 1.381-.367l.006-.002a.015.015 0 0 0 .004-.003v-.005ZM5.9 6.754ZM3.237 4.621v.003a1.01 1.01 0 0 1-1.514.874l-.003-.001h-.003a.01.01 0 0 0-.004.001l-.002.003-.21.363v.007a.01.01 0 0 0 .001.003l.002.002a1.008 1.008 0 0 1 0 1.746c-.002 0-.002.001-.002.002l-.002.003a.01.01 0 0 0 0 .003l.001.003.21.363A.008.008 0 0 0 1.713 8h.003a.01.01 0 0 0 .004 0h.003a1.009 1.009 0 0 1 1.513.873v.004l.003.003a.01.01 0 0 0 .003.002h.426l.002-.002a.01.01 0 0 0 .002-.003v-.003a1.008 1.008 0 0 1 1.516-.872h.004A.01.01 0 0 0 5.195 8l.002-.002.21-.363a.008.008 0 0 0 0-.003v-.004a.01.01 0 0 0-.001-.003l-.003-.002a1.009 1.009 0 0 1 0-1.748l.003-.002.001-.004a.01.01 0 0 0 0-.003v-.003l-.21-.363-.002-.003a.01.01 0 0 0-.003-.001.01.01 0 0 0-.004 0h-.003a1.008 1.008 0 0 1-1.512-.873V4.62l-.003-.002a.01.01 0 0 0-.002-.002h-.426s-.002 0-.003.002a.01.01 0 0 0-.002.003Z",fill:"currentColor"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.454 6.748a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",fill:"currentColor"}})])},Vy=[],Fy=t(Hy,Iy,Vy,!1,null,null,null,null);const by=Fy.exports,By={name:"IconVideo"};var Dy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--video",attrs:{"aria-hidden":"true",role:"img","data-name":"Video",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 3.003a.5.5 0 0 0-.5.5v4.994a.5.5 0 0 0 .5.5h5.502a.5.5 0 0 0 .5-.5V3.503a.5.5 0 0 0-.5-.5H2Zm7.002 1.252v-.752a1.5 1.5 0 0 0-1.5-1.5H2a1.5 1.5 0 0 0-1.5 1.5v4.994a1.5 1.5 0 0 0 1.5 1.5h5.502a1.5 1.5 0 0 0 1.5-1.5v-.765l1.812.726a.5.5 0 0 0 .686-.465v-4a.5.5 0 0 0-.686-.464l-1.812.726Zm0 1.077v1.323l1.498.6V4.732l-1.498.6Z",fill:"currentColor"}})])},Ry=[],Ly=t(By,Dy,Ry,!1,null,null,null,null);const qy=Ly.exports,ky={name:"IconVisa"};var yy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--visa",attrs:{"aria-hidden":"true",role:"img","data-name":"Visa",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.25 14.792H5.78l-1.103-4.333c-.053-.2-.164-.376-.327-.459A4.694 4.694 0 0 0 3 9.542v-.167h2.37c.327 0 .572.25.613.542l.573 3.125 1.47-3.667h1.43L7.25 14.792Zm3.024 0H8.886l1.144-5.417h1.39l-1.145 5.417Zm2.942-3.916c.041-.292.286-.459.573-.459.45-.042.94.042 1.348.25l.246-1.166a3.43 3.43 0 0 0-1.267-.251c-1.349 0-2.33.75-2.33 1.792 0 .792.695 1.208 1.186 1.458.53.25.735.417.694.667 0 .375-.409.541-.817.541a3.42 3.42 0 0 1-1.43-.333l-.246 1.167c.49.208 1.022.292 1.512.292 1.512.04 2.452-.709 2.452-1.834 0-1.417-1.92-1.5-1.92-2.124ZM20 14.792l-1.103-5.417h-1.185a.616.616 0 0 0-.573.417l-2.043 5h1.43l.286-.792h1.758l.163.792H20Zm-2.084-3.958.408 2.041H17.18l.736-2.041Z",fill:"#172B85"}})])},Sy=[],zy=t(ky,yy,Sy,!1,null,null,null,null);const Py=zy.exports,Uy={name:"IconVoicemailDrop"};var Oy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--voicemail-drop",attrs:{"aria-hidden":"true",role:"img","data-name":"Voicemail Drop",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.5 1a.5.5 0 0 1 .5.5v3.543l1.146-1.147a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L6 5.043V1.5a.5.5 0 0 1 .5-.5ZM3.8 7.5a1.3 1.3 0 1 0 0 2.6 1.3 1.3 0 0 0 0-2.6Zm1.898 2.6a2.3 2.3 0 1 0-1.898 1h5.4a2.3 2.3 0 1 0-1.898-1H5.698Zm3.502 0a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6Z","clip-rule":"evenodd"}})])},Ey=[],Gy=t(Uy,Oy,Ey,!1,null,null,null,null);const Ty=Gy.exports,Wy={name:"IconVoicemail"};var jy=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--voicemail",attrs:{"aria-hidden":"true",role:"img","data-name":"Voicemail",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm2 3a2.5 2.5 0 1 0-2 1h6a2.5 2.5 0 1 0-2-1h-2Zm4 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z","clip-rule":"evenodd"}})])},Ny=[],Qy=t(Wy,jy,Ny,!1,null,null,null,null);const Xy=Qy.exports,Jy={name:"IconVolume1"};var Ky=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--volume-1",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 1 1-.708-.707 2 2 0 0 0 0-2.827.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},Yy=[],aS=t(Jy,Ky,Yy,!1,null,null,null,null);const eS=aS.exports,lS={name:"IconVolume2"};var tS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--volume-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.181 2.111a.5.5 0 0 1 .708 0 5.5 5.5 0 0 1 0 7.777.5.5 0 1 1-.708-.707 4.5 4.5 0 0 0 0-6.363.5.5 0 0 1 0-.707ZM5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 0 1-.708-.707 2 2 0 0 0 0-2.828.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])},rS=[],nS=t(lS,tS,rS,!1,null,null,null,null);const sS=nS.exports,oS={name:"IconVolumeX"};var iS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--volume-x",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume X",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.646.606a.5.5 0 0 1 .708 0L9.5 5.293l1.146-1.147a.5.5 0 0 1 .708.708L10.207 6l1.147 1.146a.5.5 0 0 1-.708.708L9.5 6.707 8.354 7.854a.5.5 0 1 1-.708-.708L8.793 6 7.646 4.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])},cS=[],_S=t(oS,iS,cS,!1,null,null,null,null);const dS=_S.exports,vS={name:"IconVolume"};var uS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--volume",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Z","clip-rule":"evenodd"}})])},fS=[],hS=t(vS,uS,fS,!1,null,null,null,null);const mS=hS.exports,pS={name:"IconWaveform"};var gS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--waveform",attrs:{"aria-hidden":"true",role:"img","data-name":"Waveform",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7 1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0v-9A.5.5 0 0 1 7 1ZM5 2.5a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0V3a.5.5 0 0 1 .5-.5Zm4 1a.5.5 0 0 1 .5.5v4a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Zm-6 1a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5Z",fill:"currentColor"}})])},wS=[],$S=t(pS,gS,wS,!1,null,null,null,null);const ZS=$S.exports,xS={name:"IconWeChat"};var MS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--we-chat",attrs:{"aria-hidden":"true",role:"img","data-name":"We Chat",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{fill:"#51c332"}},[a("path",{attrs:{d:"M16.043 7.946c.408 0 .807.034 1.2.083-.71-3.125-3.992-5.488-7.938-5.488-4.466 0-8.086 3.025-8.086 6.756 0 2.151 1.21 4.06 3.087 5.295L3.24 16.729l2.904-1.247c.623.222 1.27.404 1.961.49a5.666 5.666 0 0 1-.148-1.27c0-3.725 3.627-6.756 8.086-6.756zM12 5.581c.558 0 1.01.454 1.01 1.014a1.01 1.01 0 1 1-2.02 0c0-.56.452-1.014 1.01-1.014zM6.61 7.608a1.012 1.012 0 0 1 0-2.027c.557 0 1.01.454 1.01 1.014s-.453 1.013-1.01 1.013z"}}),a("path",{attrs:{d:"M22.781 14.703c0-2.986-3.017-5.406-6.738-5.406-3.721 0-6.738 2.42-6.738 5.406 0 2.985 3.017 5.405 6.738 5.405.612 0 1.194-.087 1.759-.21l3.632 1.56-1.257-2.516c1.575-.99 2.604-2.511 2.604-4.24zm-8.76-.338c-.558 0-1.01-.454-1.01-1.014a1.011 1.011 0 1 1 2.021 0c0 .56-.452 1.014-1.01 1.014zm4.043 0c-.558 0-1.01-.454-1.01-1.014a1.012 1.012 0 1 1 2.021 0c0 .56-.452 1.014-1.01 1.014z"}})])])},CS=[],AS=t(xS,MS,CS,!1,null,null,null,null);const HS=AS.exports,IS={name:"IconWebcam"};var VS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--webcam",attrs:{"aria-hidden":"true",role:"img","data-name":"Webcam",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1.5 5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-1 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 3 11Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V9a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])},FS=[],bS=t(IS,VS,FS,!1,null,null,null,null);const BS=bS.exports,DS={name:"IconWebchat"};var RS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--webchat",attrs:{"aria-hidden":"true",role:"img","data-name":"Webchat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.842 1.342c.219-.22.515-.342.825-.342h4.666A1.167 1.167 0 0 1 11.5 2.167v4.73a.75.75 0 0 1-1.28.53l-.687-.687a.25.25 0 0 0-.177-.073H8.5V8a1.167 1.167 0 0 1-1.167 1.167H3.644a.25.25 0 0 0-.177.073l-.687.687a.75.75 0 0 1-1.28-.53v-4.73A1.167 1.167 0 0 1 2.667 3.5H4.5V2.167c0-.31.123-.606.342-.825ZM5.5 3.5h1.833A1.167 1.167 0 0 1 8.5 4.667v1h.856c.332 0 .65.131.884.366l.26.26V2.167A.167.167 0 0 0 10.333 2H5.667a.167.167 0 0 0-.167.167V3.5Zm5.427 3.22ZM7.5 4.667a.167.167 0 0 0-.167-.167H2.667a.167.167 0 0 0-.167.167v4.126l.26-.26a1.25 1.25 0 0 1 .884-.366h3.69A.167.167 0 0 0 7.5 8V4.667Z","clip-rule":"evenodd"}})])},LS=[],qS=t(DS,RS,LS,!1,null,null,null,null);const kS=qS.exports,yS={name:"IconWhatsapp",created(){this.uniqueID=r("dt-icon")}};var SS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--whatsapp",attrs:{"aria-hidden":"true",role:"img","data-name":"Whatsapp",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M12.002 2.654h-.004C6.858 2.654 2.68 6.846 2.68 12c0 2.044.657 3.94 1.774 5.478l-1.162 3.471 3.583-1.148a9.221 9.221 0 0 0 5.127 1.545c5.14 0 9.318-4.193 9.318-9.346 0-5.153-4.179-9.346-9.318-9.346Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"M17.426 15.851c-.225.637-1.118 1.165-1.83 1.32-.487.103-1.123.187-3.264-.704-2.74-1.138-4.503-3.928-4.64-4.11-.132-.18-1.107-1.477-1.107-2.818 0-1.342.679-1.995.953-2.275.225-.23.596-.335.953-.335.115 0 .219.006.312.01.274.012.411.028.592.462.225.543.772 1.884.838 2.022.066.138.132.325.04.506-.088.187-.165.27-.302.428-.138.16-.269.281-.406.451-.126.149-.268.308-.11.582.159.269.706 1.165 1.513 1.884 1.04.93 1.883 1.226 2.185 1.352.225.094.493.071.657-.104.209-.225.467-.6.729-.967.186-.264.421-.297.668-.203.252.087 1.584.747 1.857.884.274.138.455.203.521.319.066.115.066.659-.16 1.296Z",fill:"#FCFCFC"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"11.81",y1:"3.776",x2:"11.905",y2:"19.749",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#57D163"}}),a("stop",{attrs:{offset:"1","stop-color":"#23B33A"}})],1)],1)])},zS=[],PS=t(yS,SS,zS,!1,null,null,null,null);const US=PS.exports,OS={name:"IconWhisper"};var ES=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--whisper",attrs:{"aria-hidden":"true",role:"img","data-name":"Whisper",viewBox:"0 0 11 12",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.75 1.5a2.75 2.75 0 0 0-2.676 2.115.5.5 0 0 1-.973-.23 3.75 3.75 0 0 1 7.399.865c0 .841-.213 1.495-.544 2.03-.325.523-.752.91-1.136 1.23l-.249.204c-.29.237-.53.433-.723.658-.223.26-.348.524-.348.878a2.25 2.25 0 0 1-4.329.861.5.5 0 1 1 .924-.383A1.25 1.25 0 0 0 6.5 9.25c0-.646.25-1.132.59-1.529.256-.299.585-.567.884-.811.07-.058.14-.114.206-.17.366-.304.69-.606.926-.988.231-.372.394-.843.394-1.502A2.75 2.75 0 0 0 6.75 1.5ZM5.513 3.013A1.75 1.75 0 0 1 8.5 4.25a.5.5 0 0 1-1 0 .75.75 0 0 0-1.5 0v.086a1.5 1.5 0 0 1 .56.353.5.5 0 0 1-.706.707.5.5 0 0 0-.354-.146.5.5 0 0 1-.5-.5v-.5c0-.464.184-.91.513-1.237ZM1.955 4.338a.5.5 0 0 1 .707 0L4.47 6.146a.5.5 0 0 1 0 .708L2.662 8.662a.5.5 0 1 1-.707-.707L2.909 7H.5a.5.5 0 0 1 0-1h2.41l-.954-.955a.5.5 0 0 1 0-.707Z",fill:"currentColor"}})])},GS=[],TS=t(OS,ES,GS,!1,null,null,null,null);const WS=TS.exports,jS={name:"IconWifiOff",created(){this.uniqueID=r("dt-icon")}};var NS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--wifi-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Wifi Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.988 5.382a.5.5 0 0 1 .68-.194c.448.25.86.56 1.221.924a.5.5 0 0 1-.708.706 4.5 4.5 0 0 0-1-.756.5.5 0 0 1-.193-.68ZM.646.646a.5.5 0 0 1 .708 0L3.43 2.723l.016.017 2.022 2.022a.492.492 0 0 1 .01.01l5.875 5.874a.5.5 0 0 1-.708.708l-2.66-2.662a.5.5 0 0 1-.585-.085 2 2 0 0 0-2.8 0 .5.5 0 0 1-.7-.714 3 3 0 0 1 2.449-.837l-1.39-1.39a4.5 4.5 0 0 0-2.105 1.188.5.5 0 1 1-.708-.708 5.5 5.5 0 0 1 2.013-1.28L2.976 3.683a7 7 0 0 0-1.642 1.1.5.5 0 0 1-.668-.745 8 8 0 0 1 1.566-1.099L.646 1.354a.5.5 0 0 1 0-.708Zm10.02 4.107a6.993 6.993 0 0 0-5.291-1.755.5.5 0 0 1-.09-.996 7.993 7.993 0 0 1 6.048 2.005.5.5 0 0 1-.666.746ZM5.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},QS=[],XS=t(jS,NS,QS,!1,null,null,null,null);const JS=XS.exports,KS={name:"IconWifi"};var YS=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--wifi",attrs:{"aria-hidden":"true",role:"img","data-name":"Wifi",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a7 7 0 0 0-4.667 1.783.5.5 0 0 1-.666-.746 8 8 0 0 1 10.666 0 .5.5 0 1 1-.666.746A7 7 0 0 0 6 3Zm0 2.57a4.5 4.5 0 0 0-3.15 1.287.5.5 0 1 1-.7-.714 5.5 5.5 0 0 1 7.7 0 .5.5 0 1 1-.7.714A4.5 4.5 0 0 0 6 5.571Zm0 2.465a2 2 0 0 0-1.4.572.5.5 0 1 1-.7-.714 3 3 0 0 1 4.2 0 .5.5 0 0 1-.7.714A2 2 0 0 0 6 8.035ZM5.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},az=[],ez=t(KS,YS,az,!1,null,null,null,null);const lz=ez.exports,tz={name:"IconWind"};var rz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--wind",attrs:{"aria-hidden":"true",role:"img","data-name":"Wind",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.869 4.016a.75.75 0 0 0-.672.194.5.5 0 0 1-.694-.72 1.75 1.75 0 1 1 1.26 3.01H1a.5.5 0 1 1 0-1h8.743a.75.75 0 0 0 .126-1.484Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.61 2.51a.5.5 0 0 0-.453.14.5.5 0 1 1-.714-.7A1.5 1.5 0 1 1 5.497 4.5H1a.5.5 0 1 1 0-1h4.507a.5.5 0 0 0 .103-.99ZM6.997 7.5a1.5 1.5 0 1 1-1.054 2.55.5.5 0 1 1 .714-.7.5.5 0 1 0 .35-.85H1a.5.5 0 0 1 0-1h5.997Z","clip-rule":"evenodd"}})])},nz=[],sz=t(tz,rz,nz,!1,null,null,null,null);const oz=sz.exports,iz={name:"IconXBrand"};var cz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--x-brand",attrs:{"aria-hidden":"true",role:"img","data-name":"X Brand",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M13.813 10.469 20.907 2h-1.68l-6.16 7.353L8.145 2H2.471l7.44 11.12L2.471 22h1.681l6.506-7.765L15.854 22h5.675l-7.716-11.531Zm-2.303 2.748-.754-1.107L4.758 3.3h2.583l4.84 7.11.754 1.107 6.292 9.242h-2.582l-5.135-7.541Z",fill:"currentColor"}})])},_z=[],dz=t(iz,cz,_z,!1,null,null,null,null);const vz=dz.exports,uz={name:"IconXCircle",created(){this.uniqueID=r("dt-icon")}};var fz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--x-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"X Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),a("path",{attrs:{d:"M7.854 4.147a.5.5 0 0 1 0 .707l-3 3a.5.5 0 0 1-.707-.707l3-3a.5.5 0 0 1 .707 0Z"}}),a("path",{attrs:{d:"M4.147 4.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1-.707.707l-3-3a.5.5 0 0 1 0-.707Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},hz=[],mz=t(uz,fz,hz,!1,null,null,null,null);const pz=mz.exports,gz={name:"IconZapOff",created(){this.uniqueID=r("dt-icon")}};var wz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zap-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Zap Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`,fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[a("path",{attrs:{d:"M6.699.541a.5.5 0 0 1 .297.52l-.295 2.376a.5.5 0 0 1-.992-.124l.085-.683-.125.15a.5.5 0 0 1-.768-.64L6.116.68a.5.5 0 0 1 .583-.139ZM7.33 5a.5.5 0 0 1 .5-.5h2.67a.5.5 0 0 1 .384.82L9.669 6.775a.5.5 0 0 1-.768-.64l.53-.635H7.83a.5.5 0 0 1-.5-.5ZM4.32 3.616a.5.5 0 0 1 .064.704L2.568 6.5H6a.5.5 0 0 1 .496.562L6.208 9.37l1.408-1.69a.5.5 0 1 1 .768.64l-2.5 3a.5.5 0 0 1-.88-.382l.43-3.438H1.5a.5.5 0 0 1-.384-.82l2.5-3a.5.5 0 0 1 .704-.064Z"}}),a("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},$z=[],Zz=t(gz,wz,$z,!1,null,null,null,null);const xz=Zz.exports,Mz={name:"IconZendesk"};var Cz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zendesk",attrs:{"aria-hidden":"true",role:"img","data-name":"Zendesk",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M11.238 19.156V8.002L2 19.156h9.238ZM9.885 7.266A4.62 4.62 0 0 0 11.238 4H2a4.62 4.62 0 0 0 7.885 3.266Zm4.228 8.624a4.619 4.619 0 0 0-1.353 3.267h9.238a4.619 4.619 0 0 0-7.885-3.267ZM12.76 4v11.153L22 4h-9.24Z",fill:"#03363D"}})])},Az=[],Hz=t(Mz,Cz,Az,!1,null,null,null,null);const Iz=Hz.exports,Vz={name:"IconZohoCrm"};var Fz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoho-crm",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoho Crm",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.617 6.15c-1.628.394-3.198 1.66-3.942 3.18C2.23 10.242 2 11.178 2 12.092c0 2.794 2 5.323 4.711 5.958.834.195 2.58.15 3.116-.08.391-.168.54-.495.368-.815-.144-.27-.427-.335-.843-.194-.195.066-.741.12-1.212.12-2.078.001-3.88-1.225-4.679-3.18-.338-.829-.423-2.265-.183-3.101a5.095 5.095 0 0 1 2.666-3.186c1.65-.796 3.396-.695 4.88.283.305.2 1.423 1.239 2.485 2.307 1.65 1.66 1.94 1.994 1.988 2.294.05.31.019.39-.279.687-.354.354-.673.423-1.051.229-.115-.06-1.023-.91-2.018-1.892-1.7-1.676-1.84-1.791-2.31-1.902-1.517-.359-2.812.911-2.496 2.448.112.544.126.56 2.22 2.67 1.238 1.247 2.352 2.282 2.699 2.508 1.71 1.114 4.142 1.26 5.972.357 1.643-.81 2.902-2.365 3.306-4.083.159-.673.159-2.184 0-2.857-.5-2.126-2.352-3.986-4.492-4.512-1.107-.273-3.035-.158-3.447.205-.25.22-.213.653.073.84.213.14.291.143.69.028.704-.202 1.956-.159 2.708.094 2.085.7 3.506 2.635 3.506 4.774 0 1.339-.491 2.505-1.469 3.486-1.046 1.05-2.11 1.504-3.531 1.504-.939 0-1.537-.154-2.436-.625-.779-.409-4.755-4.405-4.755-4.78 0-.79.81-1.267 1.439-.846.136.091 1.005.925 1.931 1.852 1.52 1.523 1.734 1.703 2.2 1.85a2.028 2.028 0 0 0 2.645-1.973c-.003-.338-.074-.667-.196-.904-.107-.208-1.138-1.307-2.32-2.474-1.896-1.872-2.21-2.142-2.89-2.489-.418-.213-1.043-.458-1.386-.542-.769-.19-2.21-.19-2.993 0Z",fill:"#3779B9"}})])},bz=[],Bz=t(Vz,Fz,bz,!1,null,null,null,null);const Dz=Bz.exports,Rz={name:"IconZohoDesk"};var Lz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoho-desk",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoho Desk",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.891 2.013a.997.997 0 0 0-.749.663 62.42 62.42 0 0 0-.258 1.524c-.257 1.579-.257 1.585-.175 1.826a.991.991 0 0 0 .72.633c.056.012.27.021.473.021.204 0 .37.007.37.015s-.087.538-.192 1.177l-.19 1.162-3.603.01c-3.579.01-3.604.01-3.779.052-.714.167-1.267.585-1.593 1.204-.128.243-.201.48-.26.837C5.14 14.249 4 21.33 4 21.42a.576.576 0 0 0 .745.54c.063-.021.748-.434 1.673-1.007l1.567-.971 3.912-.006c4.277-.007 3.953.002 4.313-.114a2.374 2.374 0 0 0 1.342-1.126c.173-.324.196-.43.474-2.134.181-1.117.252-1.595.243-1.65a.604.604 0 0 0-.3-.435c-.069-.04-.118-.053-.247-.06-.14-.007-.174-.002-.267.04a.6.6 0 0 0-.291.281c-.024.055-.124.616-.281 1.584a45.445 45.445 0 0 1-.282 1.627c-.115.38-.486.719-.876.799-.072.015-1.263.021-3.994.021-4.198 0-4.013-.004-4.218.1-.046.023-.543.327-1.105.675-.563.349-1.028.63-1.033.623-.021-.02 1.46-9.078 1.507-9.212.111-.324.37-.58.73-.719l.13-.05 3.76-.01c4.129-.011 3.774 0 4.016-.124a.94.94 0 0 0 .457-.56c.064-.213.493-2.878.493-3.057a.94.94 0 0 0-.538-.857c-.19-.091-.311-.11-.72-.11-.24 0-.348-.006-.348-.021 0-.012.083-.536.185-1.165.103-.629.186-1.147.186-1.151 0-.004.6-.005 1.333-.002l1.333.005.13.05c.07.028.168.074.216.102.195.114.394.341.484.552.062.144.104.391.09.525-.03.287-1.033 6.39-1.053 6.411a984.53 984.53 0 0 1-5.503 3.412l-.069.039-1.308-1.043a47.54 47.54 0 0 0-1.385-1.082.583.583 0 0 0-.229-.046c-.127-.006-.166 0-.253.04a.526.526 0 0 0-.28.251.612.612 0 0 0 .064.656c.056.064 2.7 2.176 2.862 2.286.213.144.553.188.814.106.17-.054 5.963-3.636 6.147-3.802a.757.757 0 0 0 .2-.27l.079-.16.516-3.183.539-3.32a3.07 3.07 0 0 0-.01-.786 2.364 2.364 0 0 0-1.573-1.8c-.338-.11-.28-.106-1.904-.111a41.052 41.052 0 0 0-1.582.012Z",fill:"#089949"}})])},qz=[],kz=t(Rz,Lz,qz,!1,null,null,null,null);const yz=kz.exports,Sz={name:"IconZoho",created(){this.uniqueID=r("dt-icon")}};var zz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoho",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoho",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("path",{attrs:{d:"M22 10.473v4.742l-.656.64v-4.64l.656-.742Z",fill:"#E79225"}}),a("path",{attrs:{d:"m17.7 10.477-.68.738.035.047 4.261-.016.04-.031.644-.742-4.3.004Z",fill:"#FFF16D"}}),a("path",{attrs:{d:"M17.02 11.215h4.335v4.644H17.02v-4.644Z",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"M20.695 12.887a1.717 1.717 0 0 0-.383-.578 1.57 1.57 0 0 0-.543-.371 1.683 1.683 0 0 0-.648-.126c-.234 0-.453.043-.652.126a1.583 1.583 0 0 0-.543.37 1.706 1.706 0 0 0-.38.579 1.88 1.88 0 0 0-.124.707c0 .25.043.484.129.703.086.219.21.414.379.586.156.16.336.281.535.363.2.082.422.125.66.125a1.657 1.657 0 0 0 1.188-.488 1.772 1.772 0 0 0 .511-1.285c0-.262-.043-.496-.129-.711Zm-.894 1.531a.84.84 0 0 1-.68.3c-.289 0-.515-.1-.683-.3-.168-.2-.25-.477-.25-.828 0-.36.085-.637.25-.84.168-.203.39-.3.683-.3a.84.84 0 0 1 .68.3c.164.203.25.48.25.84 0 .351-.082.629-.25.828Z",fill:"#fff"}}),a("path",{attrs:{d:"M16.594 10.086v.023l.554 4.262-.324.899-.043-.032-.57-4.086.012-.054.355-.989.016-.023Z",fill:"#009ADA"}}),a("path",{attrs:{d:"m12.324 10.68 4.27-.594-.36 1.023-.05.055-3.993.586.02-.73.113-.34Z",fill:"#91C9ED"}}),a("path",{attrs:{d:"m16.234 11.11.59 4.16-4.207.59-.566-4.02.246-.192 3.937-.539Z",fill:`url(#${e.uniqueID}b)`}}),a("path",{attrs:{d:"M15.52 11.906a.489.489 0 0 0-.133-.293.313.313 0 0 0-.211-.078.4.4 0 0 0-.067.004.324.324 0 0 0-.242.149.388.388 0 0 0-.055.218.95.95 0 0 0 .008.102l.153 1.082-1.211.18-.153-1.082a.489.489 0 0 0-.132-.29.296.296 0 0 0-.207-.082c-.02 0-.04 0-.06.004a.347.347 0 0 0-.253.149.388.388 0 0 0-.055.219c0 .03.004.066.008.105l.414 2.816c.02.13.063.227.14.293.06.051.13.075.216.075.023 0 .047 0 .07-.004a.316.316 0 0 0 .234-.149.403.403 0 0 0 .051-.21.93.93 0 0 0-.008-.102l-.168-1.114 1.211-.18.168 1.114c.02.129.063.227.137.29.059.05.129.077.21.077.02 0 .044 0 .067-.004a.324.324 0 0 0 .243-.148.407.407 0 0 0 .054-.215.962.962 0 0 0-.008-.102l-.421-2.824Z",fill:"#fff"}}),a("path",{attrs:{d:"m8.328 9-1.52 3.61.208 1.585.011-.004 1.707-3.84-.007-.082-.368-1.218L8.33 9Z",fill:"#66BF6B"}}),a("path",{attrs:{d:"m8.328 9 .395 1.324.007.028 3.758 1.683.012-.008-.32-1.265L8.328 9Z",fill:"#98D0A0"}}),a("path",{attrs:{d:"m8.723 10.324 3.777 1.703-1.707 3.871-3.777-1.703 1.707-3.87Z",fill:`url(#${e.uniqueID}c)`}}),a("path",{attrs:{d:"M11.355 12.34a1.639 1.639 0 0 0-.343-.563 1.602 1.602 0 0 0-.54-.37 1.606 1.606 0 0 0-.636-.134h-.012c-.219 0-.433.051-.644.145a1.72 1.72 0 0 0-.578.406 2.04 2.04 0 0 0-.399.625c-.101.239-.156.48-.168.719v.082c0 .21.035.418.11.621a1.555 1.555 0 0 0 .89.925c.207.09.418.134.633.134h.004c.215 0 .43-.047.64-.137a1.75 1.75 0 0 0 .583-.41c.164-.172.3-.38.402-.621.101-.242.156-.48.168-.719v-.07a1.69 1.69 0 0 0-.11-.633Zm-.753 1.125c-.141.336-.332.566-.563.691a.814.814 0 0 1-.383.102.929.929 0 0 1-.355-.078c-.266-.114-.43-.293-.5-.551a1.02 1.02 0 0 1-.035-.27c0-.187.047-.394.14-.617.145-.344.336-.578.567-.707a.77.77 0 0 1 .382-.101c.118 0 .235.027.36.078.262.113.426.293.496.55a.971.971 0 0 1 .035.266c0 .195-.047.406-.144.637Z",fill:"#fff"}}),a("path",{attrs:{d:"m6.508 9.613.617 4.133-.281 1.453-.04-.05-.6-3.993v-.078l.265-1.394.039-.07Z",fill:"#760D16"}}),a("path",{attrs:{d:"m2 11.75.293-1.46 4.215-.677-.285 1.489v.097l-4.172.59L2 11.75Z",fill:"#EF463E"}}),a("path",{attrs:{d:"m6.223 11.102.62 4.097-4.171.653L2 11.75l4.223-.648Z",fill:`url(#${e.uniqueID}d)`}}),a("path",{attrs:{d:"M5.773 14.547a.292.292 0 0 0-.132-.086.609.609 0 0 0-.204-.027c-.074 0-.16.007-.253.023l-1.102.188a1.05 1.05 0 0 1 .129-.332c.082-.153.207-.336.367-.547.055-.075.098-.13.129-.168.02-.028.05-.063.09-.114.254-.332.406-.601.469-.812.035-.121.054-.242.062-.363.004-.036.004-.067.004-.098a1.5 1.5 0 0 0-.023-.258.583.583 0 0 0-.059-.191.283.283 0 0 0-.098-.114.369.369 0 0 0-.191-.039c-.066 0-.149.008-.246.024l-1.274.219c-.152.027-.27.07-.34.14a.269.269 0 0 0-.085.203.4.4 0 0 0 .004.067c.02.11.074.187.164.226a.486.486 0 0 0 .195.035.91.91 0 0 0 .172-.015l1.062-.188c0 .02.004.04.004.055a.557.557 0 0 1-.035.195c-.031.09-.11.215-.238.375-.035.043-.09.114-.164.203-.29.348-.492.645-.617.891-.09.172-.149.336-.184.504-.02.098-.031.188-.031.277 0 .063.004.125.015.184a.799.799 0 0 0 .063.21.278.278 0 0 0 .11.122.395.395 0 0 0 .187.031c.105 0 .25-.015.433-.047l1.157-.199c.203-.035.347-.086.43-.152a.27.27 0 0 0 .1-.215.431.431 0 0 0-.007-.07.259.259 0 0 0-.063-.137Z",fill:"#fff"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"19.187",y1:"11.281",x2:"19.187",y2:"15.719",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".006","stop-color":"#FFE513"}}),a("stop",{attrs:{offset:"1","stop-color":"#FDB924"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}b`,x1:"12.266",y1:"11.75",x2:"16.601",y2:"15.266",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".006","stop-color":"#008CD2"}}),a("stop",{attrs:{offset:"1","stop-color":"#00649D"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}c`,x1:"9.758",y1:"11.873",x2:"9.758",y2:"15.761",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#26A146"}}),a("stop",{attrs:{offset:"1","stop-color":"#008A52"}})],1),a("linearGradient",{attrs:{id:`${e.uniqueID}d`,x1:"4.118",y1:"11.491",x2:"4.762",y2:"15.532",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#D92231"}}),a("stop",{attrs:{offset:"1","stop-color":"#BA2234"}})],1)],1)])},Pz=[],Uz=t(Sz,zz,Pz,!1,null,null,null,null);const Oz=Uz.exports,Ez={name:"IconZoomIn"};var Gz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoom-in",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom In",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.175a.5.5 0 1 1-.707.707L7.972 8.679a.5.5 0 0 1 0-.707ZM5.5 3.5A.5.5 0 0 1 6 4v3a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 5.5A.5.5 0 0 1 4 5h3a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},Tz=[],Wz=t(Ez,Gz,Tz,!1,null,null,null,null);const jz=Wz.exports,Nz={name:"IconZoomLogo"};var Qz=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoom-logo",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom Logo",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor",d:"M2 3.5a.5.5 0 0 0-.5.5v3.222a1.5 1.5 0 0 0 1.5 1.5h4.646a.5.5 0 0 0 .5-.5V5a1.5 1.5 0 0 0-1.5-1.5H2Zm6.796 1.298a.5.5 0 0 0-.175.38V7.28a.5.5 0 0 0 .175.38l1.255 1.07a.5.5 0 0 0 .824-.38V4.11a.5.5 0 0 0-.824-.38L8.796 4.8Z"}})])},Xz=[],Jz=t(Nz,Qz,Xz,!1,null,null,null,null);const Kz=Jz.exports,Yz={name:"IconZoomOut"};var aP=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoom-out",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom Out",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},[a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),a("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.175a.5.5 0 1 1-.707.707L7.972 8.679a.5.5 0 0 1 0-.707ZM3.5 5.5A.5.5 0 0 1 4 5h3a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])},eP=[],lP=t(Yz,aP,eP,!1,null,null,null,null);const tP=lP.exports,rP={name:"IconZoom",created(){this.uniqueID=r("dt-icon")}};var nP=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--zoom",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[a("rect",{attrs:{x:"2",y:"2",width:"20",height:"20",rx:"6",fill:`url(#${e.uniqueID}a)`}}),a("path",{attrs:{d:"M7 8.563a.625.625 0 0 0-.625.624v4.027c0 1.036.84 1.875 1.875 1.875h5.807c.345 0 .625-.28.625-.625v-4.027c0-1.035-.84-1.874-1.875-1.874H7Zm8.495 1.622a.625.625 0 0 0-.22.476v2.627c0 .183.08.357.22.476l1.568 1.337a.625.625 0 0 0 1.03-.476V9.323a.625.625 0 0 0-1.03-.475l-1.568 1.337Z",fill:"#fff"}}),a("defs",[a("linearGradient",{attrs:{id:`${e.uniqueID}a`,x1:"12",y1:"2",x2:"12",y2:"22",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{"stop-color":"#4594FF"}}),a("stop",{attrs:{offset:".604","stop-color":"#357CFC"}}),a("stop",{attrs:{offset:"1","stop-color":"#2C6FFA"}})],1)],1)])},sP=[],oP=t(rP,nP,sP,!1,null,null,null,null);const iP=oP.exports,cP=Object.assign({"./accessibility.vue":g,"./activity.vue":M,"./add-task.vue":F,"./agent-assist.vue":L,"./ai-notes.vue":z,"./ai-write.vue":G,"./airplay.vue":Q,"./airtable.vue":a0,"./alarm-check.vue":n0,"./alarm-clock-off.vue":_0,"./alarm-minus.vue":h0,"./alarm-plus.vue":$0,"./album.vue":A0,"./alert-circle.vue":b0,"./alert-triangle.vue":q0,"./align-center.vue":P0,"./align-justify.vue":T0,"./align-left.vue":X0,"./align-right.vue":e1,"./amex.vue":s1,"./app-store-badge.vue":d1,"./apple.vue":m1,"./archive-restore.vue":Z1,"./archive.vue":H1,"./arrow-down-left.vue":B1,"./arrow-down-right.vue":k1,"./arrow-down.vue":U1,"./arrow-left-right.vue":W1,"./arrow-left.vue":J1,"./arrow-right.vue":l5,"./arrow-up-down.vue":o5,"./arrow-up-left.vue":v5,"./arrow-up-right.vue":p5,"./arrow-up.vue":x5,"./asana.vue":I5,"./asterisk.vue":D5,"./at-sign.vue":y5,"./ata-adapter.vue":O5,"./attestation-outline.vue":j5,"./attestation.vue":K5,"./axis-3d.vue":ta,"./bar-chart-2.vue":ia,"./bar-chart-3.vue":ua,"./bar-chart-4.vue":ga,"./bar-chart-horizontal.vue":Ma,"./bar-chart.vue":Va,"./barge.vue":Ra,"./baseline.vue":Sa,"./battery-charging.vue":Ea,"./battery-full.vue":Na,"./battery-low.vue":Ya,"./battery-medium.vue":re,"./battery.vue":ce,"./bell-minus.vue":fe,"./bell-off.vue":we,"./bell-plus.vue":Ce,"./bell-ring.vue":Fe,"./bell.vue":Le,"./binary.vue":ze,"./bluetooth-connected.vue":Ge,"./bluetooth-off.vue":Qe,"./bluetooth-searching.vue":al,"./bluetooth.vue":nl,"./blur-background.vue":_l,"./bold.vue":hl,"./book-open.vue":$l,"./book.vue":Al,"./bookmark-minus.vue":bl,"./bookmark-plus.vue":ql,"./bookmark.vue":Pl,"./box-select.vue":Tl,"./box.vue":Xl,"./boxes.vue":e2,"./branch.vue":s2,"./brand-dialpad-meetings.vue":d2,"./brand-dialpad.vue":m2,"./briefcase.vue":Z2,"./building-2.vue":H2,"./building.vue":B2,"./bullet.vue":k2,"./bullhorn.vue":U2,"./calculator.vue":W2,"./calendar-check-2.vue":J2,"./calendar-check.vue":lt,"./calendar-clock.vue":ot,"./calendar-days.vue":vt,"./calendar-heart.vue":pt,"./calendar-minus.vue":xt,"./calendar-off.vue":It,"./calendar-plus.vue":Dt,"./calendar-range.vue":yt,"./calendar-search.vue":Ot,"./calendar-x.vue":jt,"./calendar.vue":Kt,"./call-abandoned.vue":tr,"./call-merge.vue":ir,"./call-rejected.vue":ur,"./camera-off.vue":gr,"./camera-tracking.vue":Mr,"./camera.vue":Vr,"./cast.vue":Rr,"./check-circle-filled.vue":Sr,"./check-circle.vue":Er,"./check.vue":Nr,"./chevron-down.vue":Yr,"./chevron-first.vue":rn,"./chevron-last.vue":_n,"./chevron-left.vue":hn,"./chevron-right.vue":$n,"./chevron-up.vue":An,"./chevrons-down-up.vue":bn,"./chevrons-down.vue":qn,"./chevrons-left-right.vue":Pn,"./chevrons-left.vue":Tn,"./chevrons-right-left.vue":Xn,"./chevrons-right.vue":es,"./chevrons-up-down.vue":ss,"./chevrons-up.vue":ds,"./circle-half-filled.vue":ms,"./circle-slashed.vue":Zs,"./clipboard-check.vue":Hs,"./clipboard-copy.vue":Bs,"./clipboard-edit.vue":ks,"./clipboard-list.vue":Us,"./clipboard-signature.vue":Ws,"./clipboard-type.vue":Js,"./clipboard-x.vue":l3,"./clipboard.vue":o3,"./clock-1.vue":v3,"./clock-10.vue":p3,"./clock-11.vue":x3,"./clock-12.vue":I3,"./clock-2.vue":D3,"./clock-3.vue":y3,"./clock-4.vue":O3,"./clock-5.vue":j3,"./clock-6.vue":K3,"./clock-7.vue":t4,"./clock-8.vue":i4,"./clock-9.vue":u4,"./clock.vue":g4,"./clockify.vue":M4,"./close.vue":V4,"./cloud-cog.vue":R4,"./cloud-drizzle.vue":S4,"./cloud-fog.vue":E4,"./cloud-hail.vue":N4,"./cloud-lightning.vue":Y4,"./cloud-moon-rain.vue":ro,"./cloud-moon.vue":co,"./cloud-off.vue":ho,"./cloud-rain-wind.vue":$o,"./cloud-rain.vue":Ao,"./cloud-snow.vue":bo,"./cloud-sun-rain.vue":qo,"./cloud-sun.vue":Po,"./cloud.vue":To,"./cloudy.vue":Xo,"./coaching-hub.vue":ei,"./code-block.vue":si,"./code.vue":di,"./command.vue":mi,"./concierge-bell.vue":Zi,"./contacts.vue":Hi,"./copper-crm.vue":Bi,"./copy.vue":ki,"./copyright.vue":Ui,"./corner-down-left.vue":Wi,"./corner-down-right.vue":Ji,"./corner-left-down.vue":lc,"./corner-left-up.vue":oc,"./corner-right-down.vue":vc,"./corner-right-up.vue":pc,"./corner-up-left.vue":xc,"./corner-up-right.vue":Ic,"./cpu.vue":Dc,"./credit-card.vue":yc,"./dash.vue":Oc,"./dect-base-station.vue":jc,"./dect-handset.vue":Kc,"./delete.vue":t7,"./deskphone.vue":i7,"./dialbot.vue":u7,"./dialer.vue":g7,"./dialpad-ai-color.vue":M7,"./dialpad-ai.vue":V7,"./dialpad-logomark.vue":R7,"./digital-whisper.vue":S7,"./diners-club.vue":E7,"./discover.vue":N7,"./dissatisfied.vue":Y7,"./double-check.vue":r_,"./download-cloud.vue":c_,"./download.vue":f_,"./dp-phone.vue":w_,"./edit-2.vue":C_,"./edit.vue":F_,"./empty.vue":L_,"./end-chat.vue":z_,"./equal.vue":G_,"./eraser.vue":Q_,"./evernote.vue":a6,"./expand.vue":n6,"./expert-node.vue":_6,"./external-link.vue":h6,"./eye-off.vue":$6,"./eye.vue":A6,"./facebook.vue":b6,"./factory.vue":q6,"./fast-forward.vue":P6,"./file-audio.vue":T6,"./file.vue":X6,"./files.vue":ed,"./film.vue":sd,"./filter.vue":dd,"./fingerprint.vue":md,"./flag-off.vue":Zd,"./flag.vue":Hd,"./flame.vue":Bd,"./focus.vue":kd,"./folder-tree.vue":Ud,"./folder.vue":Wd,"./folders.vue":Jd,"./food.vue":l8,"./form-input.vue":o8,"./forward.vue":v8,"./freshsales-crm.vue":p8,"./front.vue":x8,"./gamepad.vue":I8,"./gauge.vue":D8,"./gif-filled.vue":y8,"./gif-outline.vue":O8,"./giphy.vue":j8,"./globe-2.vue":K8,"./gmail.vue":tv,"./google-business-messaging.vue":iv,"./google-calendar.vue":uv,"./google-docs.vue":gv,"./google-drive.vue":Mv,"./google-glyph.vue":Vv,"./google-sheets.vue":Rv,"./google-slides.vue":Sv,"./greenhouse.vue":Ev,"./grid.vue":Nv,"./grip-horizontal.vue":Yv,"./grip-vertical.vue":ru,"./hand.vue":cu,"./hard-drive.vue":fu,"./hash-bold.vue":wu,"./hash.vue":Cu,"./haze.vue":Fu,"./hd.vue":Lu,"./headphones.vue":zu,"./hear.vue":Gu,"./heart.vue":Qu,"./help-circle.vue":a9,"./highfive.vue":n9,"./history.vue":_9,"./hold.vue":h9,"./home.vue":$9,"./hourglass.vue":A9,"./hubspot.vue":b9,"./image.vue":q9,"./import.vue":P9,"./inbox.vue":T9,"./indent.vue":X9,"./infinity.vue":ef,"./info.vue":sf,"./inspect.vue":vf,"./instagram.vue":pf,"./intercom.vue":xf,"./isolated-queries.vue":If,"./italic.vue":Df,"./jcb.vue":yf,"./jira-service-desk.vue":Of,"./key.vue":jf,"./keyboard.vue":Kf,"./keypad.vue":th,"./languages.vue":ih,"./laptop-2.vue":uh,"./large-self-view.vue":gh,"./layout-dashboard.vue":Mh,"./layout-filmstrip.vue":Vh,"./layout-grid.vue":Rh,"./layout-template.vue":Sh,"./layout.vue":Eh,"./library.vue":Nh,"./life-buoy.vue":Yh,"./lightbulb-off.vue":rm,"./lightbulb.vue":cm,"./lightning-bolt.vue":fm,"./line-chart.vue":wm,"./line-messenger.vue":Cm,"./link-2-off.vue":Fm,"./link-2.vue":Lm,"./linkedin.vue":zm,"./list-add.vue":Gm,"./list-bullet.vue":Qm,"./list-checks.vue":ap,"./list-ordered.vue":np,"./listen.vue":_p,"./listening.vue":hp,"./live-queue.vue":$p,"./living-thing.vue":Ap,"./loading.vue":bp,"./lock-filled.vue":qp,"./lock.vue":Pp,"./log-in.vue":Tp,"./log-out.vue":Xp,"./maestro.vue":eg,"./mail-open.vue":sg,"./mail.vue":dg,"./mails.vue":mg,"./map-pin.vue":Zg,"./map.vue":Hg,"./mastercard.vue":Bg,"./maximize.vue":kg,"./megaphone-off.vue":Ug,"./megaphone.vue":Wg,"./menu.vue":Jg,"./message.vue":lw,"./messenger.vue":ow,"./mic-off.vue":vw,"./mic.vue":pw,"./microsoft-dynamics-365.vue":xw,"./microsoft-teams.vue":Iw,"./microsoft.vue":Dw,"./minimize-alt.vue":yw,"./minimize.vue":Ow,"./minus-circle.vue":jw,"./miro.vue":Kw,"./monday-com.vue":t$,"./monitor-off.vue":i$,"./monitor-speaker.vue":u$,"./monitor.vue":g$,"./moon.vue":M$,"./more-horizontal.vue":V$,"./more-vertical.vue":R$,"./mouse.vue":S$,"./multi-line-dept.vue":E$,"./music-off.vue":N$,"./music.vue":Y$,"./network.vue":rZ,"./neutral.vue":cZ,"./newspaper.vue":fZ,"./not-enough-queries.vue":wZ,"./notes.vue":CZ,"./o365-calendar.vue":FZ,"./object.vue":LZ,"./office-365.vue":zZ,"./option.vue":GZ,"./package.vue":QZ,"./paperclip.vue":ax,"./park.vue":nx,"./party-popper.vue":_x,"./past-conversations.vue":hx,"./pause-circle.vue":$x,"./pause.vue":Ax,"./phone-call.vue":bx,"./phone-forward.vue":qx,"./phone-hang-up.vue":Px,"./phone-hold.vue":Tx,"./phone-incoming.vue":Xx,"./phone-missed.vue":eM,"./phone-off.vue":sM,"./phone-outgoing.vue":dM,"./phone.vue":mM,"./picture-in-picture.vue":ZM,"./pie-chart.vue":HM,"./pin-off.vue":BM,"./pin.vue":kM,"./pipedrive.vue":UM,"./play-circle.vue":WM,"./play-filled.vue":JM,"./play-store-badge.vue":lC,"./play.vue":oC,"./plug.vue":vC,"./plus-circle.vue":pC,"./plus.vue":xC,"./power.vue":IC,"./print-fax.vue":DC,"./printer.vue":yC,"./puzzle.vue":OC,"./qr-code.vue":jC,"./queries.vue":KC,"./quote.vue":tA,"./record-filled.vue":iA,"./record.vue":uA,"./redo.vue":gA,"./refresh.vue":MA,"./rematch.vue":VA,"./repeat.vue":RA,"./reply-all.vue":SA,"./reply.vue":EA,"./rewind-15-sec.vue":NA,"./rewind.vue":YA,"./salesforce-glyph.vue":rH,"./salesforce-logo.vue":cH,"./satisfied.vue":fH,"./save.vue":wH,"./scan-face.vue":CH,"./scan.vue":FH,"./scissors.vue":LH,"./screen-share-off.vue":zH,"./scroll.vue":GH,"./search.vue":QH,"./send.vue":aI,"./servicenow.vue":nI,"./settings.vue":_I,"./share-2.vue":hI,"./share-screen.vue":$I,"./share.vue":AI,"./sheet.vue":bI,"./shield-alert.vue":qI,"./shield-check.vue":PI,"./shield-close.vue":TI,"./shield-off.vue":XI,"./shield.vue":eV,"./shortcuts.vue":sV,"./shuffle.vue":dV,"./sidebar-close.vue":mV,"./sidebar-open.vue":ZV,"./sidebar.vue":HV,"./signal-best.vue":BV,"./signal-high.vue":kV,"./signal-low.vue":UV,"./signal-medium.vue":WV,"./signal-zero.vue":JV,"./siren.vue":lF,"./skip-15-sec.vue":oF,"./skip-back-ten.vue":vF,"./skip-back.vue":pF,"./skip-forward-ten.vue":xF,"./skip-forward.vue":IF,"./slack.vue":DF,"./slash.vue":yF,"./sliders-horizontal.vue":OF,"./sliders.vue":jF,"./small-self-view.vue":KF,"./smartphone-charging.vue":tb,"./smartphone.vue":ib,"./snapchat.vue":ub,"./snooze.vue":gb,"./snowflake.vue":Mb,"./somewhat-dissatisfied.vue":Vb,"./somewhat-satisfied.vue":Rb,"./sort-asc.vue":Sb,"./sort-desc.vue":Eb,"./sparkle.vue":Nb,"./speaker.vue":Yb,"./star-filled.vue":rB,"./star.vue":cB,"./sticker.vue":fB,"./stop-circle.vue":wB,"./stop-filled.vue":CB,"./strikethrough.vue":FB,"./sun-dim.vue":LB,"./sun-medium.vue":zB,"./sun.vue":GB,"./sunrise.vue":QB,"./sunset.vue":aD,"./switch-to-cellular.vue":nD,"./switch-to-hd.vue":_D,"./table.vue":hD,"./tag.vue":$D,"./tags.vue":AD,"./takeover.vue":bD,"./task.vue":qD,"./telegram.vue":PD,"./text-cursor-input.vue":TD,"./text-cursor.vue":XD,"./thermometer-snowflake.vue":eR,"./thermometer-sun.vue":sR,"./thermometer.vue":dR,"./thread.vue":mR,"./threads.vue":ZR,"./thumbs-down-filled.vue":HR,"./thumbs-down.vue":BR,"./thumbs-up-filled.vue":kR,"./thumbs-up.vue":UR,"./tiktok.vue":WR,"./timer-off.vue":JR,"./timer-reset.vue":lL,"./timer.vue":oL,"./toggl.vue":vL,"./too-many-queries.vue":pL,"./tools.vue":xL,"./toy-brick.vue":IL,"./transfer-webchat.vue":DL,"./transfer.vue":yL,"./transportation.vue":OL,"./trash.vue":jL,"./trending-down.vue":KL,"./trending-up.vue":tq,"./triangle.vue":iq,"./twitter.vue":uq,"./type.vue":gq,"./umbrella.vue":Mq,"./underline.vue":Vq,"./undo-2.vue":Rq,"./union-pay.vue":Sq,"./unlink-2.vue":Eq,"./unlock-filled.vue":Nq,"./unlock.vue":Yq,"./unread.vue":rk,"./upload-cloud.vue":ck,"./upload.vue":fk,"./usb.vue":wk,"./user-check.vue":Ck,"./user-minus.vue":Fk,"./user-plus.vue":Lk,"./user-rematch.vue":zk,"./user-remove.vue":Gk,"./user-speak.vue":Qk,"./user.vue":ay,"./users.vue":ny,"./very-dissatisfied.vue":_y,"./very-satisfied.vue":hy,"./viber.vue":$y,"./video-off.vue":Ay,"./video-settings.vue":by,"./video.vue":qy,"./visa.vue":Py,"./voicemail-drop.vue":Ty,"./voicemail.vue":Xy,"./volume-1.vue":eS,"./volume-2.vue":sS,"./volume-x.vue":dS,"./volume.vue":mS,"./waveform.vue":ZS,"./we-chat.vue":HS,"./webcam.vue":BS,"./webchat.vue":kS,"./whatsapp.vue":US,"./whisper.vue":WS,"./wifi-off.vue":JS,"./wifi.vue":lz,"./wind.vue":oz,"./x-brand.vue":vz,"./x-circle.vue":pz,"./zap-off.vue":xz,"./zendesk.vue":Iz,"./zoho-crm.vue":Dz,"./zoho-desk.vue":yz,"./zoho.vue":Oz,"./zoom-in.vue":jz,"./zoom-logo.vue":Kz,"./zoom-out.vue":tP,"./zoom.vue":iP});i.icons=cP,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
|