@dialpad/dialtone-icons 4.24.0 → 4.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -58
- package/dist/icons.json +1 -1
- package/dist/keywords-icons.json +1 -1
- package/dist/svg/icons/bookmark-filled.svg +1 -0
- package/dist/svg/icons/dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/map-pin-filled.svg +1 -0
- package/dist/svg/icons/pause-circle-filled.svg +1 -0
- package/dist/svg/icons/pin-filled.svg +1 -0
- package/dist/svg/icons/play-circle-filled.svg +1 -0
- package/dist/svg/icons/plus-circle-filled.svg +1 -0
- package/dist/svg/icons/satisfied-filled.svg +1 -0
- package/dist/svg/icons/somewhat-dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/somewhat-satisfied-filled.svg +1 -0
- package/dist/svg/icons/sparkle-filled.svg +1 -0
- package/dist/svg/icons/stop-circle-filled.svg +1 -0
- package/dist/svg/icons/very-dissatisfied-filled.svg +1 -0
- package/dist/svg/icons/very-satisfied-filled.svg +1 -0
- package/package.json +11 -1
- package/vue2/dist/components/bookmark-filled.cjs +2 -0
- package/vue2/dist/components/bookmark-filled.cjs.map +1 -0
- package/vue2/dist/components/bookmark-filled.js +57 -0
- package/vue2/dist/components/bookmark-filled.js.map +1 -0
- package/vue2/dist/components/dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/dissatisfied-filled.js +57 -0
- package/vue2/dist/components/dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/map-pin-filled.cjs +2 -0
- package/vue2/dist/components/map-pin-filled.cjs.map +1 -0
- package/vue2/dist/components/map-pin-filled.js +57 -0
- package/vue2/dist/components/map-pin-filled.js.map +1 -0
- package/vue2/dist/components/pause-circle-filled.cjs +2 -0
- package/vue2/dist/components/pause-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/pause-circle-filled.js +58 -0
- package/vue2/dist/components/pause-circle-filled.js.map +1 -0
- package/vue2/dist/components/pin-filled.cjs +2 -0
- package/vue2/dist/components/pin-filled.cjs.map +1 -0
- package/vue2/dist/components/pin-filled.js +58 -0
- package/vue2/dist/components/pin-filled.js.map +1 -0
- package/vue2/dist/components/play-circle-filled.cjs +2 -0
- package/vue2/dist/components/play-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/play-circle-filled.js +58 -0
- package/vue2/dist/components/play-circle-filled.js.map +1 -0
- package/vue2/dist/components/plus-circle-filled.cjs +2 -0
- package/vue2/dist/components/plus-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/plus-circle-filled.js +58 -0
- package/vue2/dist/components/plus-circle-filled.js.map +1 -0
- package/vue2/dist/components/satisfied-filled.cjs +2 -0
- package/vue2/dist/components/satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/satisfied-filled.js +57 -0
- package/vue2/dist/components/satisfied-filled.js.map +1 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.js +57 -0
- package/vue2/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/somewhat-satisfied-filled.cjs +2 -0
- package/vue2/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/somewhat-satisfied-filled.js +57 -0
- package/vue2/dist/components/somewhat-satisfied-filled.js.map +1 -0
- package/vue2/dist/components/sparkle-filled.cjs +2 -0
- package/vue2/dist/components/sparkle-filled.cjs.map +1 -0
- package/vue2/dist/components/sparkle-filled.js +57 -0
- package/vue2/dist/components/sparkle-filled.js.map +1 -0
- package/vue2/dist/components/stop-circle-filled.cjs +2 -0
- package/vue2/dist/components/stop-circle-filled.cjs.map +1 -0
- package/vue2/dist/components/stop-circle-filled.js +58 -0
- package/vue2/dist/components/stop-circle-filled.js.map +1 -0
- package/vue2/dist/components/very-dissatisfied-filled.cjs +2 -0
- package/vue2/dist/components/very-dissatisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/very-dissatisfied-filled.js +57 -0
- package/vue2/dist/components/very-dissatisfied-filled.js.map +1 -0
- package/vue2/dist/components/very-satisfied-filled.cjs +2 -0
- package/vue2/dist/components/very-satisfied-filled.cjs.map +1 -0
- package/vue2/dist/components/very-satisfied-filled.js +57 -0
- package/vue2/dist/components/very-satisfied-filled.js.map +1 -0
- package/vue2/dist/dialtone-icons.cjs +1 -1
- package/vue2/dist/dialtone-icons.cjs.map +1 -1
- package/vue2/dist/dialtone-icons.js +1181 -577
- package/vue2/dist/dialtone-icons.js.map +1 -1
- package/vue2/dist/types/index.d.ts +593 -0
- package/vue2/dist/types/index.d.ts.map +1 -0
- package/vue2/dist/types/src/constants.d.ts +15 -0
- package/vue2/dist/types/src/constants.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/accessibility-mac.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/accessibility-mac.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/accessibility.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/accessibility.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/activity.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/activity.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/add-task.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/add-task.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/agent-assist.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/agent-assist.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/ai-notes.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/ai-notes.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/ai-write.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/ai-write.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/airplay.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/airplay.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/airtable.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/airtable.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/alarm-check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/alarm-check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/alarm-clock-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/alarm-clock-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/alarm-minus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/alarm-minus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/alarm-plus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/alarm-plus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/album.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/album.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/alert-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/alert-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/alert-triangle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/alert-triangle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/align-center.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/align-center.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/align-justify.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/align-justify.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/align-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/align-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/align-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/align-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/amex.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/amex.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/app-store-badge.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/app-store-badge.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/apple.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/apple.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/archive-restore.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/archive-restore.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/archive.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/archive.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-down-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-down-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-down-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-down-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-left-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-left-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-up-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-up-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-up-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-up-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-up-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-up-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/arrow-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/arrow-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/asana.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/asana.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/asterisk.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/asterisk.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/at-sign.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/at-sign.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/ata-adapter.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/ata-adapter.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/attestation-outline.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/attestation-outline.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/attestation.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/attestation.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/axis-3d.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/axis-3d.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bar-chart-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bar-chart-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bar-chart-3.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bar-chart-3.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bar-chart-4.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bar-chart-4.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bar-chart-horizontal.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bar-chart-horizontal.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bar-chart.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bar-chart.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/barge.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/barge.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/baseline.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/baseline.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/battery-charging.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/battery-charging.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/battery-full.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/battery-full.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/battery-low.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/battery-low.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/battery-medium.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/battery-medium.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/battery.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/battery.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bell-minus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bell-minus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bell-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bell-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bell-plus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bell-plus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bell-ring.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bell-ring.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bell.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bell.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/binary.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/binary.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bluetooth-connected.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bluetooth-connected.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bluetooth-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bluetooth-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bluetooth-searching.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bluetooth-searching.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bluetooth.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bluetooth.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/blur-background.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/blur-background.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bold.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bold.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/book-open.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/book-open.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/book.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/book.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bookmark-minus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bookmark-minus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bookmark-plus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bookmark-plus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bookmark.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bookmark.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/box-select.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/box-select.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/box.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/box.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/boxes.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/boxes.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/branch.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/branch.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/brand-dialpad-meetings.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/brand-dialpad-meetings.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/brand-dialpad.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/brand-dialpad.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/briefcase.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/briefcase.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/building-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/building-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/building.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/building.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bullet.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bullet.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/bullhorn.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/bullhorn.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calculator.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calculator.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-check-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-check-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-clock.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-clock.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-days.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-days.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-heart.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-heart.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-minus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-minus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-plus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-plus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-range.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-range.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-search.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-search.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar-x.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar-x.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/calendar.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/calendar.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/call-abandoned.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/call-abandoned.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/call-merge.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/call-merge.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/call-rejected.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/call-rejected.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/camera-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/camera-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/camera-tracking.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/camera-tracking.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/camera.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/camera.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cast.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cast.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/check-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/check-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/check-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/check-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevron-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevron-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevron-first.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevron-first.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevron-last.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevron-last.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevron-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevron-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevron-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevron-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevron-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevron-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-down-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-down-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-left-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-left-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-right-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-right-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-up-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-up-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/chevrons-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/chevrons-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/circle-half-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/circle-half-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/circle-slashed.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/circle-slashed.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-copy.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-copy.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-edit.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-edit.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-list.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-list.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-signature.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-signature.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-type.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-type.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard-x.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard-x.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clipboard.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clipboard.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-1.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-1.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-10.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-10.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-11.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-11.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-12.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-12.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-3.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-3.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-4.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-4.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-5.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-5.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-6.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-6.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-7.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-7.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-8.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-8.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock-9.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock-9.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clock.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clock.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/clockify.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/clockify.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/close.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/close.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-cog.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-cog.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-drizzle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-drizzle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-fog.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-fog.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-hail.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-hail.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-lightning.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-lightning.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-moon-rain.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-moon-rain.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-moon.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-moon.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-rain-wind.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-rain-wind.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-rain.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-rain.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-snow.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-snow.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-sun-rain.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-sun-rain.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud-sun.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud-sun.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloud.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloud.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cloudy.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cloudy.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/coaching-hub.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/coaching-hub.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/code-block.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/code-block.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/code.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/code.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/command.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/command.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/concierge-bell.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/concierge-bell.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/connection-api.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/connection-api.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/contacts.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/contacts.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/copper-crm.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/copper-crm.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/copy.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/copy.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/copyright.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/copyright.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-down-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-down-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-down-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-down-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-left-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-left-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-left-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-left-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-right-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-right-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-right-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-right-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-up-left.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-up-left.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/corner-up-right.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/corner-up-right.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/cpu.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/cpu.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/credit-card.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/credit-card.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dash.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dash.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dect-base-station.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dect-base-station.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dect-handset.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dect-handset.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/delete.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/delete.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/deskphone.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/deskphone.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialbot.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialbot.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialer.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialer.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialpad-ai-color-reversed.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialpad-ai-color-reversed.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialpad-ai-color.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialpad-ai-color.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialpad-ai-reversed.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialpad-ai-reversed.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialpad-ai.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialpad-ai.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dialpad-logomark.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dialpad-logomark.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/digital-whisper.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/digital-whisper.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/diners-club.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/diners-club.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/discover.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/discover.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dissatisfied.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dissatisfied.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/double-check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/double-check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/download-cloud.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/download-cloud.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/download.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/download.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/dp-phone.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/dp-phone.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/edit-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/edit-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/edit.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/edit.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/empty.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/empty.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/end-chat.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/end-chat.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/equal.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/equal.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/eraser.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/eraser.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/evernote.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/evernote.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/expand.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/expand.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/expert-node.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/expert-node.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/external-link.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/external-link.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/eye-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/eye-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/eye.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/eye.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/facebook.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/facebook.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/factory.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/factory.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/fast-forward.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/fast-forward.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/file-audio.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/file-audio.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/file-pdf.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/file-pdf.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/file.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/file.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/files.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/files.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/film.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/film.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/filter.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/filter.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/fingerprint.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/fingerprint.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/flag-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/flag-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/flag.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/flag.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/flame.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/flame.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/focus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/focus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/folder-tree.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/folder-tree.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/folder.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/folder.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/folders.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/folders.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/food.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/food.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/form-input.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/form-input.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/forward.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/forward.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/freshsales-crm.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/freshsales-crm.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/front.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/front.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/gamepad.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/gamepad.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/gauge.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/gauge.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/gif-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/gif-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/gif-outline.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/gif-outline.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/giphy.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/giphy.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/globe-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/globe-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/gmail.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/gmail.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-business-messaging.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-business-messaging.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-calendar.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-calendar.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-docs.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-docs.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-drive.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-drive.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-glyph.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-glyph.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-sheets.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-sheets.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/google-slides.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/google-slides.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/greenhouse.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/greenhouse.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/grid.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/grid.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/grip-horizontal.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/grip-horizontal.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/grip-vertical.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/grip-vertical.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hand.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hand.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hard-drive.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hard-drive.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hash-bold.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hash-bold.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hash.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hash.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/haze.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/haze.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hd.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hd.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/headphones.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/headphones.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/headset.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/headset.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hear.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hear.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/heart.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/heart.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/help-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/help-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/highfive.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/highfive.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/history.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/history.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hold.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hold.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/home.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/home.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hourglass.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hourglass.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/hubspot.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/hubspot.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/image.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/image.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/import.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/import.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/inbox.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/inbox.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/indent.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/indent.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/infinity.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/infinity.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/info.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/info.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/inspect.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/inspect.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/instagram.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/instagram.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/intercom.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/intercom.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/isolated-queries.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/isolated-queries.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/italic.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/italic.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/jcb.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/jcb.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/jira-service-desk.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/jira-service-desk.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/key.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/key.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/keyboard.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/keyboard.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/keypad.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/keypad.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/languages.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/languages.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/laptop-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/laptop-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/large-self-view.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/large-self-view.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/layout-dashboard.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/layout-dashboard.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/layout-filmstrip.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/layout-filmstrip.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/layout-grid.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/layout-grid.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/layout-template.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/layout-template.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/layout.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/layout.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/library.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/library.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/life-buoy.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/life-buoy.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/lightbulb-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/lightbulb-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/lightbulb.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/lightbulb.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/lightning-bolt.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/lightning-bolt.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/line-chart.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/line-chart.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/line-messenger.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/line-messenger.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/link-2-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/link-2-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/link-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/link-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/linkedin.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/linkedin.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-add.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/list-add.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-bullet.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/list-bullet.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-checks.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/list-checks.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/list-ordered.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/list-ordered.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/listen.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/listen.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/listening.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/listening.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/live-queue.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/live-queue.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/living-thing.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/living-thing.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/loading.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/loading.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/lock-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/lock-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/lock.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/lock.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/log-in.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/log-in.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/log-out.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/log-out.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/maestro.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/maestro.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mail-open.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mail-open.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mail.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mail.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mails.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mails.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/map-pin.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/map-pin.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/map.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/map.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mastercard.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mastercard.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/maximize.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/maximize.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/megaphone-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/megaphone-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/megaphone.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/megaphone.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/menu.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/menu.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/message.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/message.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/messenger.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/messenger.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mic-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mic-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mic.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mic.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/microsoft-dynamics-365.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/microsoft-dynamics-365.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/microsoft-teams.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/microsoft-teams.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/microsoft.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/microsoft.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/minimize-alt.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/minimize-alt.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/minimize.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/minimize.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/minus-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/minus-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/miro.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/miro.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/monday-com.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/monday-com.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/monitor-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/monitor-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/monitor-speaker.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/monitor-speaker.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/monitor.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/monitor.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/moon.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/moon.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/more-horizontal.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/more-horizontal.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/more-vertical.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/more-vertical.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/mouse.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/mouse.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/multi-line-dept.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/multi-line-dept.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/music-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/music-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/music.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/music.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/network.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/network.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/neutral.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/neutral.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/newspaper.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/newspaper.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/not-enough-queries.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/not-enough-queries.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/notes.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/notes.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/o365-calendar.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/o365-calendar.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/object.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/object.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/office-365.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/office-365.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/option.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/option.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/package.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/package.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/paperclip.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/paperclip.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/park.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/park.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/party-popper.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/party-popper.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/past-conversations.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/past-conversations.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pause-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pause-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pause.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pause.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-call.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-call.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-forward.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-forward.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-hang-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-hang-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-hold.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-hold.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-incoming.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-incoming.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-missed.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-missed.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone-outgoing.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone-outgoing.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/phone.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/phone.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/picture-in-picture.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/picture-in-picture.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pie-chart.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pie-chart.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pin-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pin-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pin.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pin.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/pipedrive.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/pipedrive.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play-store-badge.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play-store-badge.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/play.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/play.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/plug.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/plug.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/plus-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/plus-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/plus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/plus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/power.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/power.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/print-fax.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/print-fax.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/printer.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/printer.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/puzzle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/puzzle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/qr-code.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/qr-code.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/queries.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/queries.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/quote.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/quote.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/record-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/record-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/record.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/record.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/redo.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/redo.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/refresh.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/refresh.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/rematch.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/rematch.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/repeat.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/repeat.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/reply-all.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/reply-all.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/reply.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/reply.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/rewind-15-sec.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/rewind-15-sec.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/rewind.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/rewind.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/rocket.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/rocket.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/salesforce-glyph.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/salesforce-glyph.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/salesforce-logo.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/salesforce-logo.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/satisfied.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/satisfied.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/save.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/save.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/scan-face.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/scan-face.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/scan-file.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/scan-file.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/scan.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/scan.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/scissors.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/scissors.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/screen-share-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/screen-share-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/scroll.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/scroll.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/search.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/search.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/send.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/send.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/servicenow.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/servicenow.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/settings.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/settings.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/share-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/share-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/share-screen.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/share-screen.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/share.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/share.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sheet.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sheet.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shield-alert.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shield-alert.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shield-check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shield-check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shield-close.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shield-close.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shield-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shield-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shield.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shield.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shortcuts.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shortcuts.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/shuffle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/shuffle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sidebar-close.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sidebar-close.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sidebar-open.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sidebar-open.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sidebar.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sidebar.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/signal-best.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/signal-best.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/signal-high.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/signal-high.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/signal-low.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/signal-low.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/signal-medium.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/signal-medium.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/signal-zero.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/signal-zero.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/siren.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/siren.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/skip-15-sec.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/skip-15-sec.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/skip-back-ten.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/skip-back-ten.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/skip-back.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/skip-back.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/skip-forward-ten.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/skip-forward-ten.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/skip-forward.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/skip-forward.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/slack.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/slack.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/slash.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/slash.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sliders-horizontal.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sliders-horizontal.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sliders.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sliders.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/small-self-view.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/small-self-view.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/smartphone-charging.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/smartphone-charging.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/smartphone.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/smartphone.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/snapchat.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/snapchat.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/snooze.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/snooze.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/snowflake.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/snowflake.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-dissatisfied.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/somewhat-satisfied.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sort-asc.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sort-asc.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sort-desc.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sort-desc.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sparkle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sparkle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/speaker.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/speaker.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/star-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/star-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/star.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/star.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sticker.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sticker.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/stop-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/stop-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/stop-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/stop-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/strikethrough.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/strikethrough.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sun-dim.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sun-dim.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sun-medium.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sun-medium.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sun.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sun.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sunrise.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sunrise.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/sunset.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/sunset.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/switch-to-cellular.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/switch-to-cellular.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/switch-to-hd.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/switch-to-hd.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/t-mobile.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/t-mobile.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/table.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/table.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/tag.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/tag.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/tags.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/tags.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/takeover.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/takeover.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/task.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/task.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/telegram.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/telegram.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/text-cursor-input.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/text-cursor-input.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/text-cursor.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/text-cursor.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thermometer-snowflake.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thermometer-snowflake.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thermometer-sun.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thermometer-sun.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thermometer.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thermometer.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thread.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thread.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/threads.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/threads.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thumbs-down-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thumbs-down-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thumbs-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thumbs-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thumbs-up-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thumbs-up-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/thumbs-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/thumbs-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/tiktok.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/tiktok.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/timer-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/timer-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/timer-reset.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/timer-reset.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/timer.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/timer.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/toggl.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/toggl.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/token.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/token.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/too-many-queries.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/too-many-queries.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/tools.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/tools.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/toy-brick.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/toy-brick.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/transfer-webchat.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/transfer-webchat.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/transfer.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/transfer.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/transportation.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/transportation.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/trash.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/trash.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/trending-down.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/trending-down.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/trending-up.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/trending-up.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/triangle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/triangle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/twitter.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/twitter.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/type.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/type.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/umbrella.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/umbrella.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/underline.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/underline.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/undo-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/undo-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/union-pay.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/union-pay.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/unlink-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/unlink-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/unlock-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/unlock-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/unlock.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/unlock.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/unread.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/unread.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/upload-cloud.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/upload-cloud.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/upload.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/upload.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/usb.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/usb.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user-check.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user-check.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user-minus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user-minus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user-plus.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user-plus.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user-rematch.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user-rematch.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user-remove.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user-remove.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user-speak.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user-speak.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/user.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/user.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/users.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/users.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-dissatisfied.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-dissatisfied.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/very-satisfied.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/very-satisfied.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/viber.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/viber.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/video-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/video-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/video-settings.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/video-settings.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/video.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/video.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/visa.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/visa.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/voicemail-drop.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/voicemail-drop.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/voicemail.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/voicemail.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/volume-1.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/volume-1.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/volume-2.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/volume-2.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/volume-x.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/volume-x.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/volume.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/volume.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/waveform.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/waveform.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/we-chat.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/we-chat.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/webcam.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/webcam.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/webchat.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/webchat.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/webex.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/webex.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/whatsapp-outlined.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/whatsapp-outlined.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/whatsapp.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/whatsapp.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/whisper.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/whisper.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/wifi-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/wifi-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/wifi.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/wifi.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/wind.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/wind.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/x-brand.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/x-brand.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/x-circle.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/x-circle.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zap-off.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zap-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zendesk.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zendesk.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoho-crm.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoho-crm.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoho-desk.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoho-desk.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoho.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoho.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoom-in.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoom-in.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoom-logo.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoom-logo.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoom-out.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoom-out.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/zoom.vue.d.ts +45 -0
- package/vue2/dist/types/src/icons/zoom.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/blank-space.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/blank-space.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo-black.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo-black.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo-inverted.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo-inverted.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo-white.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo-white.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-logo.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono-black.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono-black.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono-inverted.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono-inverted.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono-white.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono-white.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-mono.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark-black.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark-black.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark-inverted.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark-inverted.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark-white.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark-white.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/dialpad-wordmark.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/mind.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/mind.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/vector-vortex.vue.d.ts +25 -0
- package/vue2/dist/types/src/illustrations/vector-vortex.vue.d.ts.map +1 -0
- package/vue3/dist/components/bookmark-filled.cjs +2 -0
- package/vue3/dist/components/bookmark-filled.cjs.map +1 -0
- package/vue3/dist/components/bookmark-filled.js +63 -0
- package/vue3/dist/components/bookmark-filled.js.map +1 -0
- package/vue3/dist/components/dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/dissatisfied-filled.js +63 -0
- package/vue3/dist/components/dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/map-pin-filled.cjs +2 -0
- package/vue3/dist/components/map-pin-filled.cjs.map +1 -0
- package/vue3/dist/components/map-pin-filled.js +63 -0
- package/vue3/dist/components/map-pin-filled.js.map +1 -0
- package/vue3/dist/components/pause-circle-filled.cjs +2 -0
- package/vue3/dist/components/pause-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/pause-circle-filled.js +78 -0
- package/vue3/dist/components/pause-circle-filled.js.map +1 -0
- package/vue3/dist/components/pin-filled.cjs +2 -0
- package/vue3/dist/components/pin-filled.cjs.map +1 -0
- package/vue3/dist/components/pin-filled.js +76 -0
- package/vue3/dist/components/pin-filled.js.map +1 -0
- package/vue3/dist/components/play-circle-filled.cjs +2 -0
- package/vue3/dist/components/play-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/play-circle-filled.js +78 -0
- package/vue3/dist/components/play-circle-filled.js.map +1 -0
- package/vue3/dist/components/plus-circle-filled.cjs +2 -0
- package/vue3/dist/components/plus-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/plus-circle-filled.js +78 -0
- package/vue3/dist/components/plus-circle-filled.js.map +1 -0
- package/vue3/dist/components/satisfied-filled.cjs +2 -0
- package/vue3/dist/components/satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/satisfied-filled.js +63 -0
- package/vue3/dist/components/satisfied-filled.js.map +1 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.js +63 -0
- package/vue3/dist/components/somewhat-dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/somewhat-satisfied-filled.cjs +2 -0
- package/vue3/dist/components/somewhat-satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/somewhat-satisfied-filled.js +63 -0
- package/vue3/dist/components/somewhat-satisfied-filled.js.map +1 -0
- package/vue3/dist/components/sparkle-filled.cjs +2 -0
- package/vue3/dist/components/sparkle-filled.cjs.map +1 -0
- package/vue3/dist/components/sparkle-filled.js +63 -0
- package/vue3/dist/components/sparkle-filled.js.map +1 -0
- package/vue3/dist/components/stop-circle-filled.cjs +2 -0
- package/vue3/dist/components/stop-circle-filled.cjs.map +1 -0
- package/vue3/dist/components/stop-circle-filled.js +78 -0
- package/vue3/dist/components/stop-circle-filled.js.map +1 -0
- package/vue3/dist/components/very-dissatisfied-filled.cjs +2 -0
- package/vue3/dist/components/very-dissatisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/very-dissatisfied-filled.js +63 -0
- package/vue3/dist/components/very-dissatisfied-filled.js.map +1 -0
- package/vue3/dist/components/very-satisfied-filled.cjs +2 -0
- package/vue3/dist/components/very-satisfied-filled.cjs.map +1 -0
- package/vue3/dist/components/very-satisfied-filled.js +63 -0
- package/vue3/dist/components/very-satisfied-filled.js.map +1 -0
- package/vue3/dist/dialtone-icons.cjs +1 -1
- package/vue3/dist/dialtone-icons.cjs.map +1 -1
- package/vue3/dist/dialtone-icons.js +1181 -577
- package/vue3/dist/dialtone-icons.js.map +1 -1
- package/vue3/dist/types/index.d.ts +593 -0
- package/vue3/dist/types/index.d.ts.map +1 -0
- package/vue3/dist/types/src/constants.d.ts +15 -0
- package/vue3/dist/types/src/constants.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/accessibility-mac.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/accessibility-mac.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/accessibility.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/accessibility.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/activity.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/activity.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/add-task.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/add-task.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/agent-assist.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/agent-assist.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/ai-notes.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/ai-notes.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/ai-write.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/ai-write.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/airplay.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/airplay.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/airtable.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/airtable.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/alarm-check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/alarm-check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/alarm-clock-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/alarm-clock-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/alarm-minus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/alarm-minus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/alarm-plus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/alarm-plus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/album.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/album.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/alert-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/alert-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/alert-triangle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/alert-triangle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/align-center.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/align-center.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/align-justify.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/align-justify.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/align-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/align-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/align-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/align-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/amex.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/amex.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/app-store-badge.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/app-store-badge.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/apple.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/apple.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/archive-restore.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/archive-restore.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/archive.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/archive.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-down-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-down-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-down-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-down-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-left-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-left-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-up-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-up-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-up-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-up-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-up-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-up-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/arrow-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/arrow-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/asana.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/asana.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/asterisk.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/asterisk.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/at-sign.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/at-sign.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/ata-adapter.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/ata-adapter.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/attestation-outline.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/attestation-outline.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/attestation.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/attestation.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/axis-3d.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/axis-3d.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bar-chart-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bar-chart-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bar-chart-3.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bar-chart-3.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bar-chart-4.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bar-chart-4.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bar-chart-horizontal.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bar-chart-horizontal.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bar-chart.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bar-chart.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/barge.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/barge.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/baseline.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/baseline.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/battery-charging.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/battery-charging.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/battery-full.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/battery-full.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/battery-low.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/battery-low.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/battery-medium.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/battery-medium.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/battery.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/battery.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bell-minus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bell-minus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bell-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bell-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bell-plus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bell-plus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bell-ring.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bell-ring.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bell.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bell.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/binary.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/binary.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bluetooth-connected.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bluetooth-connected.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bluetooth-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bluetooth-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bluetooth-searching.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bluetooth-searching.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bluetooth.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bluetooth.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/blur-background.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/blur-background.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bold.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bold.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/book-open.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/book-open.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/book.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/book.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bookmark-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bookmark-minus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bookmark-minus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bookmark-plus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bookmark-plus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bookmark.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bookmark.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/box-select.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/box-select.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/box.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/box.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/boxes.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/boxes.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/branch.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/branch.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/brand-dialpad-meetings.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/brand-dialpad-meetings.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/brand-dialpad.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/brand-dialpad.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/briefcase.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/briefcase.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/building-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/building-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/building.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/building.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bullet.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bullet.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/bullhorn.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/bullhorn.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calculator.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calculator.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-check-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-check-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-clock.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-clock.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-days.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-days.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-heart.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-heart.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-minus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-minus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-plus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-plus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-range.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-range.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-search.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-search.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar-x.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar-x.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/calendar.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/calendar.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/call-abandoned.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/call-abandoned.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/call-merge.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/call-merge.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/call-rejected.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/call-rejected.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/camera-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/camera-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/camera-tracking.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/camera-tracking.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/camera.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/camera.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cast.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cast.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/check-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/check-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/check-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/check-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevron-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevron-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevron-first.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevron-first.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevron-last.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevron-last.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevron-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevron-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevron-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevron-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevron-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevron-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-down-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-down-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-left-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-left-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-right-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-right-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-up-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-up-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/chevrons-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/chevrons-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/circle-half-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/circle-half-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/circle-slashed.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/circle-slashed.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-copy.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-copy.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-edit.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-edit.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-list.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-list.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-signature.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-signature.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-type.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-type.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard-x.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard-x.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clipboard.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clipboard.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-1.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-1.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-10.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-10.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-11.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-11.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-12.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-12.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-3.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-3.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-4.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-4.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-5.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-5.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-6.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-6.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-7.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-7.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-8.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-8.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock-9.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock-9.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clock.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clock.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/clockify.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/clockify.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/close.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/close.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-cog.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-cog.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-drizzle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-drizzle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-fog.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-fog.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-hail.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-hail.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-lightning.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-lightning.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-moon-rain.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-moon-rain.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-moon.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-moon.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-rain-wind.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-rain-wind.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-rain.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-rain.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-snow.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-snow.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-sun-rain.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-sun-rain.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud-sun.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud-sun.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloud.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloud.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cloudy.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cloudy.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/coaching-hub.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/coaching-hub.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/code-block.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/code-block.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/code.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/code.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/command.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/command.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/concierge-bell.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/concierge-bell.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/connection-api.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/connection-api.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/contacts.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/contacts.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/copper-crm.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/copper-crm.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/copy.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/copy.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/copyright.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/copyright.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-down-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-down-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-down-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-down-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-left-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-left-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-left-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-left-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-right-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-right-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-right-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-right-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-up-left.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-up-left.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/corner-up-right.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/corner-up-right.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/cpu.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/cpu.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/credit-card.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/credit-card.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dash.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dash.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dect-base-station.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dect-base-station.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dect-handset.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dect-handset.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/delete.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/delete.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/deskphone.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/deskphone.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialbot.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialbot.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialer.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialer.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialpad-ai-color-reversed.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialpad-ai-color-reversed.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialpad-ai-color.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialpad-ai-color.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialpad-ai-reversed.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialpad-ai-reversed.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialpad-ai.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialpad-ai.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dialpad-logomark.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dialpad-logomark.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/digital-whisper.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/digital-whisper.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/diners-club.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/diners-club.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/discover.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/discover.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dissatisfied.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dissatisfied.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/double-check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/double-check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/download-cloud.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/download-cloud.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/download.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/download.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/dp-phone.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/dp-phone.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/edit-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/edit-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/edit.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/edit.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/empty.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/empty.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/end-chat.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/end-chat.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/equal.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/equal.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/eraser.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/eraser.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/evernote.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/evernote.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/expand.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/expand.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/expert-node.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/expert-node.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/external-link.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/external-link.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/eye-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/eye-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/eye.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/eye.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/facebook.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/facebook.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/factory.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/factory.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/fast-forward.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/fast-forward.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/file-audio.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/file-audio.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/file-pdf.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/file-pdf.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/file.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/file.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/files.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/files.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/film.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/film.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/filter.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/filter.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/fingerprint.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/fingerprint.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/flag-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/flag-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/flag.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/flag.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/flame.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/flame.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/focus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/focus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/folder-tree.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/folder-tree.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/folder.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/folder.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/folders.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/folders.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/food.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/food.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/form-input.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/form-input.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/forward.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/forward.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/freshsales-crm.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/freshsales-crm.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/front.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/front.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/gamepad.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/gamepad.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/gauge.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/gauge.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/gif-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/gif-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/gif-outline.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/gif-outline.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/giphy.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/giphy.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/globe-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/globe-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/gmail.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/gmail.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-business-messaging.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-business-messaging.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-calendar.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-calendar.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-docs.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-docs.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-drive.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-drive.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-glyph.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-glyph.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-sheets.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-sheets.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/google-slides.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/google-slides.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/greenhouse.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/greenhouse.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/grid.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/grid.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/grip-horizontal.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/grip-horizontal.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/grip-vertical.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/grip-vertical.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hand.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hand.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hard-drive.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hard-drive.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hash-bold.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hash-bold.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hash.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hash.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/haze.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/haze.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hd.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hd.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/headphones.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/headphones.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/headset.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/headset.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hear.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hear.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/heart.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/heart.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/help-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/help-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/highfive.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/highfive.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/history.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/history.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hold.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hold.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/home.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/home.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hourglass.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hourglass.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/hubspot.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/hubspot.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/image.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/image.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/import.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/import.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/inbox.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/inbox.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/indent.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/indent.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/infinity.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/infinity.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/info.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/info.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/inspect.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/inspect.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/instagram.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/instagram.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/intercom.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/intercom.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/isolated-queries.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/isolated-queries.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/italic.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/italic.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/jcb.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/jcb.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/jira-service-desk.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/jira-service-desk.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/key.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/key.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/keyboard.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/keyboard.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/keypad.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/keypad.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/languages.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/languages.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/laptop-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/laptop-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/large-self-view.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/large-self-view.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/layout-dashboard.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/layout-dashboard.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/layout-filmstrip.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/layout-filmstrip.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/layout-grid.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/layout-grid.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/layout-template.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/layout-template.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/layout.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/layout.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/library.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/library.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/life-buoy.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/life-buoy.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/lightbulb-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/lightbulb-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/lightbulb.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/lightbulb.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/lightning-bolt.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/lightning-bolt.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/line-chart.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/line-chart.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/line-messenger.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/line-messenger.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/link-2-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/link-2-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/link-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/link-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/linkedin.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/linkedin.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-add.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/list-add.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-bullet.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/list-bullet.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-checks.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/list-checks.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/list-ordered.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/list-ordered.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/listen.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/listen.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/listening.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/listening.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/live-queue.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/live-queue.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/living-thing.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/living-thing.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/loading.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/loading.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/lock-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/lock-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/lock.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/lock.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/log-in.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/log-in.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/log-out.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/log-out.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/maestro.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/maestro.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mail-open.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mail-open.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mail.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mail.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mails.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mails.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/map-pin-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/map-pin.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/map-pin.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/map.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/map.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mastercard.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mastercard.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/maximize.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/maximize.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/megaphone-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/megaphone-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/megaphone.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/megaphone.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/menu.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/menu.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/message.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/message.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/messenger.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/messenger.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mic-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mic-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mic.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mic.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/microsoft-dynamics-365.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/microsoft-dynamics-365.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/microsoft-teams.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/microsoft-teams.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/microsoft.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/microsoft.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/minimize-alt.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/minimize-alt.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/minimize.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/minimize.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/minus-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/minus-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/miro.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/miro.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/monday-com.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/monday-com.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/monitor-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/monitor-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/monitor-speaker.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/monitor-speaker.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/monitor.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/monitor.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/moon.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/moon.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/more-horizontal.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/more-horizontal.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/more-vertical.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/more-vertical.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/mouse.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/mouse.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/multi-line-dept.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/multi-line-dept.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/music-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/music-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/music.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/music.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/network.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/network.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/neutral.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/neutral.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/newspaper.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/newspaper.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/not-enough-queries.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/not-enough-queries.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/notes.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/notes.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/o365-calendar.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/o365-calendar.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/object.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/object.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/office-365.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/office-365.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/option.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/option.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/package.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/package.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/paperclip.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/paperclip.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/park.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/park.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/party-popper.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/party-popper.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/past-conversations.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/past-conversations.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pause-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pause-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pause-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pause.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pause.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-call.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-call.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-forward.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-forward.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-hang-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-hang-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-hold.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-hold.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-incoming.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-incoming.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-missed.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-missed.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone-outgoing.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone-outgoing.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/phone.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/phone.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/picture-in-picture.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/picture-in-picture.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pie-chart.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pie-chart.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pin-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pin-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pin-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pin-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pin.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pin.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/pipedrive.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/pipedrive.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play-store-badge.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play-store-badge.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/play.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/play.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/plug.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/plug.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/plus-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/plus-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/plus-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/plus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/plus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/power.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/power.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/print-fax.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/print-fax.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/printer.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/printer.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/puzzle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/puzzle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/qr-code.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/qr-code.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/queries.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/queries.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/quote.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/quote.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/record-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/record-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/record.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/record.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/redo.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/redo.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/refresh.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/refresh.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/rematch.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/rematch.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/repeat.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/repeat.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/reply-all.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/reply-all.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/reply.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/reply.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/rewind-15-sec.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/rewind-15-sec.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/rewind.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/rewind.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/rocket.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/rocket.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/salesforce-glyph.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/salesforce-glyph.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/salesforce-logo.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/salesforce-logo.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/satisfied.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/satisfied.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/save.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/save.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/scan-face.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/scan-face.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/scan-file.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/scan-file.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/scan.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/scan.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/scissors.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/scissors.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/screen-share-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/screen-share-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/scroll.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/scroll.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/search.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/search.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/send.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/send.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/servicenow.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/servicenow.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/settings.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/settings.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/share-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/share-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/share-screen.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/share-screen.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/share.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/share.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sheet.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sheet.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shield-alert.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shield-alert.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shield-check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shield-check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shield-close.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shield-close.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shield-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shield-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shield.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shield.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shortcuts.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shortcuts.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/shuffle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/shuffle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sidebar-close.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sidebar-close.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sidebar-open.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sidebar-open.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sidebar.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sidebar.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/signal-best.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/signal-best.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/signal-high.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/signal-high.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/signal-low.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/signal-low.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/signal-medium.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/signal-medium.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/signal-zero.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/signal-zero.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/siren.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/siren.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/skip-15-sec.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/skip-15-sec.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/skip-back-ten.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/skip-back-ten.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/skip-back.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/skip-back.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/skip-forward-ten.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/skip-forward-ten.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/skip-forward.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/skip-forward.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/slack.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/slack.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/slash.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/slash.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sliders-horizontal.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sliders-horizontal.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sliders.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sliders.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/small-self-view.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/small-self-view.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/smartphone-charging.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/smartphone-charging.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/smartphone.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/smartphone.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/snapchat.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/snapchat.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/snooze.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/snooze.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/snowflake.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/snowflake.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-dissatisfied.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/somewhat-satisfied.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sort-asc.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sort-asc.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sort-desc.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sort-desc.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sparkle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sparkle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sparkle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/speaker.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/speaker.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/star-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/star-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/star.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/star.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sticker.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sticker.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/stop-circle-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/stop-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/stop-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/stop-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/stop-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/strikethrough.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/strikethrough.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sun-dim.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sun-dim.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sun-medium.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sun-medium.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sun.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sun.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sunrise.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sunrise.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/sunset.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/sunset.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/switch-to-cellular.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/switch-to-cellular.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/switch-to-hd.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/switch-to-hd.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/t-mobile.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/t-mobile.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/table.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/table.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/tag.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/tag.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/tags.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/tags.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/takeover.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/takeover.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/task.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/task.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/telegram.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/telegram.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/text-cursor-input.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/text-cursor-input.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/text-cursor.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/text-cursor.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thermometer-snowflake.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thermometer-snowflake.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thermometer-sun.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thermometer-sun.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thermometer.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thermometer.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thread.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thread.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/threads.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/threads.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thumbs-down-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thumbs-down-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thumbs-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thumbs-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thumbs-up-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thumbs-up-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/thumbs-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/thumbs-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/tiktok.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/tiktok.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/timer-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/timer-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/timer-reset.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/timer-reset.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/timer.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/timer.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/toggl.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/toggl.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/token.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/token.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/too-many-queries.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/too-many-queries.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/tools.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/tools.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/toy-brick.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/toy-brick.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/transfer-webchat.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/transfer-webchat.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/transfer.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/transfer.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/transportation.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/transportation.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/trash.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/trash.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/trending-down.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/trending-down.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/trending-up.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/trending-up.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/triangle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/triangle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/twitter.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/twitter.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/type.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/type.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/umbrella.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/umbrella.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/underline.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/underline.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/undo-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/undo-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/union-pay.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/union-pay.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/unlink-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/unlink-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/unlock-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/unlock-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/unlock.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/unlock.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/unread.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/unread.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/upload-cloud.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/upload-cloud.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/upload.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/upload.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/usb.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/usb.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user-check.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user-check.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user-minus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user-minus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user-plus.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user-plus.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user-rematch.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user-rematch.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user-remove.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user-remove.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user-speak.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user-speak.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/user.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/user.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/users.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/users.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-dissatisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-dissatisfied.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-dissatisfied.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-satisfied-filled.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/very-satisfied.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/very-satisfied.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/viber.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/viber.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/video-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/video-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/video-settings.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/video-settings.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/video.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/video.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/visa.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/visa.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/voicemail-drop.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/voicemail-drop.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/voicemail.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/voicemail.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/volume-1.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/volume-1.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/volume-2.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/volume-2.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/volume-x.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/volume-x.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/volume.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/volume.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/waveform.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/waveform.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/we-chat.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/we-chat.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/webcam.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/webcam.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/webchat.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/webchat.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/webex.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/webex.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/whatsapp-outlined.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/whatsapp-outlined.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/whatsapp.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/whatsapp.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/whisper.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/whisper.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/wifi-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/wifi-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/wifi.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/wifi.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/wind.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/wind.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/x-brand.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/x-brand.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/x-circle.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/x-circle.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zap-off.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zap-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zendesk.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zendesk.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoho-crm.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoho-crm.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoho-desk.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoho-desk.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoho.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoho.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoom-in.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoom-in.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoom-logo.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoom-logo.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoom-out.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoom-out.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/zoom.vue.d.ts +45 -0
- package/vue3/dist/types/src/icons/zoom.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/blank-space.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/blank-space.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo-black.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo-black.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo-inverted.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo-inverted.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo-white.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo-white.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-logo.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono-black.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono-black.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono-inverted.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono-inverted.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono-white.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono-white.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-mono.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark-black.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark-black.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark-inverted.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark-inverted.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark-white.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark-white.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/dialpad-wordmark.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/mind.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/mind.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/vector-vortex.vue.d.ts +25 -0
- package/vue3/dist/types/src/illustrations/vector-vortex.vue.d.ts.map +1 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { I as l } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { n as t } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const s = {
|
|
4
|
+
name: "DtIconDissatisfiedFilled",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (e) => Object.keys(l).includes(e)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return l[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
created() {
|
|
37
|
+
this.$emit("loaded");
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var r = function() {
|
|
41
|
+
var a = this, i = a._self._c;
|
|
42
|
+
return i("svg", { staticClass: "d-icon d-icon--dissatisfied-filled", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Dissatisfied Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [i("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm2.788 2.646A2.931 2.931 0 0 0 6 6.563a2.93 2.93 0 0 0-1.726.583 3.411 3.411 0 0 0-.608.571l-.01.013-.004.005-.001.001S3.65 7.739 4 8l-.35-.263a.437.437 0 0 0 .699.527m0 0 .003-.004a2.537 2.537 0 0 1 .437-.407A2.057 2.057 0 0 1 6 7.439c.504 0 .916.201 1.211.416a2.536 2.536 0 0 1 .437.406l.003.004v-.001.001a.438.438 0 0 0 .699-.526L8 8l.35-.263h-.001l-.001-.002-.004-.005-.01-.013a1.914 1.914 0 0 0-.155-.176 3.41 3.41 0 0 0-.453-.395M4.35 8.264v-.001m0 0Z", fill: "currentColor" } })]);
|
|
43
|
+
}, n = [], d = /* @__PURE__ */ t(
|
|
44
|
+
s,
|
|
45
|
+
r,
|
|
46
|
+
n,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const m = d.exports;
|
|
54
|
+
export {
|
|
55
|
+
m as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=dissatisfied-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dissatisfied-filled.js","sources":["../../../src/icons/dissatisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Dissatisfied Filled\" class=\"d-icon d-icon--dissatisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437Zm2.788 2.646A2.931 2.931 0 0 0 6 6.563a2.93 2.93 0 0 0-1.726.583 3.411 3.411 0 0 0-.608.571l-.01.013-.004.005-.001.001S3.65 7.739 4 8l-.35-.263a.437.437 0 0 0 .699.527m0 0 .003-.004a2.537 2.537 0 0 1 .437-.407A2.057 2.057 0 0 1 6 7.439c.504 0 .916.201 1.211.416a2.536 2.536 0 0 1 .437.406l.003.004v-.001.001a.438.438 0 0 0 .699-.526L8 8l.35-.263h-.001l-.001-.002-.004-.005-.01-.013a1.914 1.914 0 0 0-.155-.176 3.41 3.41 0 0 0-.453-.395M4.35 8.264v-.001m0 0Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconDissatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const l=require("../constants-GmrCIBZc.cjs"),n=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),t={name:"DtIconMapPinFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(l.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return l.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}};var r=function(){var e=this,i=e._self._c;return i("svg",{staticClass:"d-icon d-icon--map-pin-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Map Pin Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m6 11 .263.35v-.001l.004-.002.01-.008.036-.028.133-.105a16.107 16.107 0 0 0 1.881-1.79c1.01-1.137 2.11-2.743 2.11-4.416a4.438 4.438 0 0 0-8.874 0c0 1.673 1.1 3.28 2.11 4.416a16.107 16.107 0 0 0 2.014 1.895l.023.018.013.01.01.008.003.002h.001L6 11Zm0 0-.263.35c.156.117.37.117.526 0L6 11Zm0-7.063a1.063 1.063 0 1 1 0 2.126 1.063 1.063 0 0 1 0-2.125ZM7.938 5a1.938 1.938 0 1 0-3.876 0 1.938 1.938 0 0 0 3.875 0Z",fill:"currentColor"}})])},s=[],d=n.n(t,r,s,!1,null,null,null,null);const c=d.exports;module.exports=c;
|
|
2
|
+
//# sourceMappingURL=map-pin-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-pin-filled.cjs","sources":["../../../src/icons/map-pin-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Map Pin Filled\" class=\"d-icon d-icon--map-pin-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m6 11 .263.35v-.001l.004-.002.01-.008.036-.028.133-.105a16.107 16.107 0 0 0 1.881-1.79c1.01-1.137 2.11-2.743 2.11-4.416a4.438 4.438 0 0 0-8.874 0c0 1.673 1.1 3.28 2.11 4.416a16.107 16.107 0 0 0 2.014 1.895l.023.018.013.01.01.008.003.002h.001L6 11Zm0 0-.263.35c.156.117.37.117.526 0L6 11Zm0-7.063a1.063 1.063 0 1 1 0 2.126 1.063 1.063 0 0 1 0-2.125ZM7.938 5a1.938 1.938 0 1 0-3.876 0 1.938 1.938 0 0 0 3.875 0Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconMapPinFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"+GAQAA,EAAA,CACA,KAAA,qBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { I as l } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { n as t } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const n = {
|
|
4
|
+
name: "DtIconMapPinFilled",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (a) => Object.keys(l).includes(a)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return l[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
created() {
|
|
37
|
+
this.$emit("loaded");
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var r = function() {
|
|
41
|
+
var e = this, i = e._self._c;
|
|
42
|
+
return i("svg", { staticClass: "d-icon d-icon--map-pin-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Map Pin Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [i("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "m6 11 .263.35v-.001l.004-.002.01-.008.036-.028.133-.105a16.107 16.107 0 0 0 1.881-1.79c1.01-1.137 2.11-2.743 2.11-4.416a4.438 4.438 0 0 0-8.874 0c0 1.673 1.1 3.28 2.11 4.416a16.107 16.107 0 0 0 2.014 1.895l.023.018.013.01.01.008.003.002h.001L6 11Zm0 0-.263.35c.156.117.37.117.526 0L6 11Zm0-7.063a1.063 1.063 0 1 1 0 2.126 1.063 1.063 0 0 1 0-2.125ZM7.938 5a1.938 1.938 0 1 0-3.876 0 1.938 1.938 0 0 0 3.875 0Z", fill: "currentColor" } })]);
|
|
43
|
+
}, s = [], d = /* @__PURE__ */ t(
|
|
44
|
+
n,
|
|
45
|
+
r,
|
|
46
|
+
s,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const _ = d.exports;
|
|
54
|
+
export {
|
|
55
|
+
_ as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=map-pin-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-pin-filled.js","sources":["../../../src/icons/map-pin-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Map Pin Filled\" class=\"d-icon d-icon--map-pin-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m6 11 .263.35v-.001l.004-.002.01-.008.036-.028.133-.105a16.107 16.107 0 0 0 1.881-1.79c1.01-1.137 2.11-2.743 2.11-4.416a4.438 4.438 0 0 0-8.874 0c0 1.673 1.1 3.28 2.11 4.416a16.107 16.107 0 0 0 2.014 1.895l.023.018.013.01.01.008.003.002h.001L6 11Zm0 0-.263.35c.156.117.37.117.526 0L6 11Zm0-7.063a1.063 1.063 0 1 1 0 2.126 1.063 1.063 0 0 1 0-2.125ZM7.938 5a1.938 1.938 0 1 0-3.876 0 1.938 1.938 0 0 0 3.875 0Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconMapPinFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const r=require("../utils-lwha-BVG.cjs"),t=require("../constants-GmrCIBZc.cjs"),l=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),s={name:"DtIconPauseCircleFilled",props:{size:{type:String,default:"500",validator:i=>Object.keys(t.I).includes(i)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded"),this.uniqueID=r.g()}};var n=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pause-circle-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Pause Circle Filled",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:"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM5 4.064a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 5 4.063Zm2 0a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 7 4.063Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},d=[],c=l.n(s,n,d,!1,null,null,null,null);const u=c.exports;module.exports=u;
|
|
2
|
+
//# sourceMappingURL=pause-circle-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-circle-filled.cjs","sources":["../../../src/icons/pause-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Pause Circle Filled\" class=\"d-icon d-icon--pause-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM5 4.064a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 5 4.063Zm2 0a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 7 4.063Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPauseCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":"kJAQAA,EAAA,CACA,KAAA,0BAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,EACA,KAAA,SAAAC,EAAAA,GACA,CACA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { g as r } from "../utils-ougd2MqG.js";
|
|
2
|
+
import { I as t } from "../constants-B5bI7ccM.js";
|
|
3
|
+
import { n as l } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
4
|
+
const s = {
|
|
5
|
+
name: "DtIconPauseCircleFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (i) => Object.keys(t).includes(i)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return t[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded"), this.uniqueID = r();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var n = function() {
|
|
42
|
+
var e = this, a = e._self._c;
|
|
43
|
+
return a("svg", { staticClass: "d-icon d-icon--pause-circle-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Pause Circle Filled", 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: "M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM5 4.064a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 5 4.063Zm2 0a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 7 4.063Z", fill: "currentColor" } })]), a("defs", [a("clipPath", { attrs: { id: `${e.uniqueID}a` } }, [a("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
44
|
+
}, d = [], o = /* @__PURE__ */ l(
|
|
45
|
+
s,
|
|
46
|
+
n,
|
|
47
|
+
d,
|
|
48
|
+
!1,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null,
|
|
52
|
+
null
|
|
53
|
+
);
|
|
54
|
+
const _ = o.exports;
|
|
55
|
+
export {
|
|
56
|
+
_ as default
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=pause-circle-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-circle-filled.js","sources":["../../../src/icons/pause-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Pause Circle Filled\" class=\"d-icon d-icon--pause-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM5 4.064a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 5 4.063Zm2 0a.437.437 0 0 0-.437.438v3a.438.438 0 0 0 .875 0v-3A.437.437 0 0 0 7 4.063Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPauseCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":";;;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA,GACA,KAAA,WAAAC;EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const r=require("../utils-lwha-BVG.cjs"),i=require("../constants-GmrCIBZc.cjs"),n=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),s={name:"DtIconPinFilled",props:{size:{type:String,default:"500",validator:t=>Object.keys(i.I).includes(t)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return i.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded"),this.uniqueID=r.g()}};var l=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--pin-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Pin Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[a("g",{attrs:{"clip-path":`url(#${e.uniqueID}a)`}},[a("path",{attrs:{d:"M8 .563H4a1.437 1.437 0 0 0 0 2.875h.063V5.38a.562.562 0 0 1-.312.504l-.003.001-.889.45a1.437 1.437 0 0 0-.796 1.285v.88a.438.438 0 0 0 .437.438h3.063v2.063a.437.437 0 1 0 .875 0V8.938H9.5a.437.437 0 0 0 .438-.437v-.88a1.438 1.438 0 0 0-.796-1.286l-.892-.451a.562.562 0 0 1-.312-.503V3.438H8A1.438 1.438 0 1 0 8 .563Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},d=[],c=n.n(s,l,d,!1,null,null,null,null);const u=c.exports;module.exports=u;
|
|
2
|
+
//# sourceMappingURL=pin-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pin-filled.cjs","sources":["../../../src/icons/pin-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Pin Filled\" class=\"d-icon d-icon--pin-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M8 .563H4a1.437 1.437 0 0 0 0 2.875h.063V5.38a.562.562 0 0 1-.312.504l-.003.001-.889.45a1.437 1.437 0 0 0-.796 1.285v.88a.438.438 0 0 0 .437.438h3.063v2.063a.437.437 0 1 0 .875 0V8.938H9.5a.437.437 0 0 0 .438-.437v-.88a1.438 1.438 0 0 0-.796-1.286l-.892-.451a.562.562 0 0 1-.312-.503V3.438H8A1.438 1.438 0 1 0 8 .563Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPinFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":"kJAQAA,EAAA,CACA,KAAA,kBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,EACA,KAAA,SAAAC,EAAAA,GACA,CACA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { g as r } from "../utils-ougd2MqG.js";
|
|
2
|
+
import { I as i } from "../constants-B5bI7ccM.js";
|
|
3
|
+
import { n as l } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
4
|
+
const n = {
|
|
5
|
+
name: "DtIconPinFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (t) => Object.keys(i).includes(t)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return i[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded"), this.uniqueID = r();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var s = function() {
|
|
42
|
+
var a = this, e = a._self._c;
|
|
43
|
+
return e("svg", { staticClass: "d-icon d-icon--pin-filled", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Pin Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [e("g", { attrs: { "clip-path": `url(#${a.uniqueID}a)` } }, [e("path", { attrs: { d: "M8 .563H4a1.437 1.437 0 0 0 0 2.875h.063V5.38a.562.562 0 0 1-.312.504l-.003.001-.889.45a1.437 1.437 0 0 0-.796 1.285v.88a.438.438 0 0 0 .437.438h3.063v2.063a.437.437 0 1 0 .875 0V8.938H9.5a.437.437 0 0 0 .438-.437v-.88a1.438 1.438 0 0 0-.796-1.286l-.892-.451a.562.562 0 0 1-.312-.503V3.438H8A1.438 1.438 0 1 0 8 .563Z", fill: "currentColor" } })]), e("defs", [e("clipPath", { attrs: { id: `${a.uniqueID}a` } }, [e("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
44
|
+
}, d = [], o = /* @__PURE__ */ l(
|
|
45
|
+
n,
|
|
46
|
+
s,
|
|
47
|
+
d,
|
|
48
|
+
!1,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null,
|
|
52
|
+
null
|
|
53
|
+
);
|
|
54
|
+
const _ = o.exports;
|
|
55
|
+
export {
|
|
56
|
+
_ as default
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=pin-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pin-filled.js","sources":["../../../src/icons/pin-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Pin Filled\" class=\"d-icon d-icon--pin-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path d=\"M8 .563H4a1.437 1.437 0 0 0 0 2.875h.063V5.38a.562.562 0 0 1-.312.504l-.003.001-.889.45a1.437 1.437 0 0 0-.796 1.285v.88a.438.438 0 0 0 .437.438h3.063v2.063a.437.437 0 1 0 .875 0V8.938H9.5a.437.437 0 0 0 .438-.437v-.88a1.438 1.438 0 0 0-.796-1.286l-.892-.451a.562.562 0 0 1-.312-.503V3.438H8A1.438 1.438 0 1 0 8 .563Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPinFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":";;;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA,GACA,KAAA,WAAAC;EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("../utils-lwha-BVG.cjs"),l=require("../constants-GmrCIBZc.cjs"),r=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),s={name:"DtIconPlayCircleFilled",props:{size:{type:String,default:"500",validator:i=>Object.keys(l.I).includes(i)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return l.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded"),this.uniqueID=t.g()}};var n=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--play-circle-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Play Circle Filled",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:"M.563 6a5.437 5.437 0 1 0 10.875 0A5.437 5.437 0 0 0 .563 6Zm4.231 2.386a.437.437 0 0 0 .45-.022l3-2a.438.438 0 0 0 0-.728l-3-2a.438.438 0 0 0-.68.364v4c0 .162.088.31.23.386Zm.644-1.203V4.818L7.212 6 5.438 7.183Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},c=[],d=r.n(s,n,c,!1,null,null,null,null);const u=d.exports;module.exports=u;
|
|
2
|
+
//# sourceMappingURL=play-circle-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-circle-filled.cjs","sources":["../../../src/icons/play-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Play Circle Filled\" class=\"d-icon d-icon--play-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.563 6a5.437 5.437 0 1 0 10.875 0A5.437 5.437 0 0 0 .563 6Zm4.231 2.386a.437.437 0 0 0 .45-.022l3-2a.438.438 0 0 0 0-.728l-3-2a.438.438 0 0 0-.68.364v4c0 .162.088.31.23.386Zm.644-1.203V4.818L7.212 6 5.438 7.183Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPlayCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":"kJAQAA,EAAA,CACA,KAAA,yBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,EACA,KAAA,SAAAC,EAAAA,GACA,CACA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { g as t } from "../utils-ougd2MqG.js";
|
|
2
|
+
import { I as l } from "../constants-B5bI7ccM.js";
|
|
3
|
+
import { n as r } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
4
|
+
const n = {
|
|
5
|
+
name: "DtIconPlayCircleFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (i) => Object.keys(l).includes(i)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return l[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded"), this.uniqueID = t();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var s = function() {
|
|
42
|
+
var e = this, a = e._self._c;
|
|
43
|
+
return a("svg", { staticClass: "d-icon d-icon--play-circle-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Play Circle Filled", 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: "M.563 6a5.437 5.437 0 1 0 10.875 0A5.437 5.437 0 0 0 .563 6Zm4.231 2.386a.437.437 0 0 0 .45-.022l3-2a.438.438 0 0 0 0-.728l-3-2a.438.438 0 0 0-.68.364v4c0 .162.088.31.23.386Zm.644-1.203V4.818L7.212 6 5.438 7.183Z", fill: "currentColor" } })]), a("defs", [a("clipPath", { attrs: { id: `${e.uniqueID}a` } }, [a("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
44
|
+
}, d = [], o = /* @__PURE__ */ r(
|
|
45
|
+
n,
|
|
46
|
+
s,
|
|
47
|
+
d,
|
|
48
|
+
!1,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null,
|
|
52
|
+
null
|
|
53
|
+
);
|
|
54
|
+
const _ = o.exports;
|
|
55
|
+
export {
|
|
56
|
+
_ as default
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=play-circle-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"play-circle-filled.js","sources":["../../../src/icons/play-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Play Circle Filled\" class=\"d-icon d-icon--play-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.563 6a5.437 5.437 0 1 0 10.875 0A5.437 5.437 0 0 0 .563 6Zm4.231 2.386a.437.437 0 0 0 .45-.022l3-2a.438.438 0 0 0 0-.728l-3-2a.438.438 0 0 0-.68.364v4c0 .162.088.31.23.386Zm.644-1.203V4.818L7.212 6 5.438 7.183Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPlayCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":";;;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA,GACA,KAAA,WAAAC;EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const l=require("../utils-lwha-BVG.cjs"),t=require("../constants-GmrCIBZc.cjs"),r=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),s={name:"DtIconPlusCircleFilled",props:{size:{type:String,default:"500",validator:i=>Object.keys(t.I).includes(i)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded"),this.uniqueID=l.g()}};var n=function(){var e=this,a=e._self._c;return a("svg",{staticClass:"d-icon d-icon--plus-circle-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Plus Circle Filled",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:"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM6 3.564a.437.437 0 0 0-.437.438v1.562H4a.437.437 0 1 0 0 .875h1.563v1.563a.438.438 0 0 0 .875 0V6.438H8a.438.438 0 0 0 0-.875H6.438V4.001A.437.437 0 0 0 6 3.563Z",fill:"currentColor"}})]),a("defs",[a("clipPath",{attrs:{id:`${e.uniqueID}a`}},[a("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])},d=[],c=r.n(s,n,d,!1,null,null,null,null);const u=c.exports;module.exports=u;
|
|
2
|
+
//# sourceMappingURL=plus-circle-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-circle-filled.cjs","sources":["../../../src/icons/plus-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Plus Circle Filled\" class=\"d-icon d-icon--plus-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM6 3.564a.437.437 0 0 0-.437.438v1.562H4a.437.437 0 1 0 0 .875h1.563v1.563a.438.438 0 0 0 .875 0V6.438H8a.438.438 0 0 0 0-.875H6.438V4.001A.437.437 0 0 0 6 3.563Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPlusCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":"kJAQAA,EAAA,CACA,KAAA,yBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,EACA,KAAA,SAAAC,EAAAA,GACA,CACA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { g as l } from "../utils-ougd2MqG.js";
|
|
2
|
+
import { I as t } from "../constants-B5bI7ccM.js";
|
|
3
|
+
import { n as r } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
4
|
+
const s = {
|
|
5
|
+
name: "DtIconPlusCircleFilled",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* The size of the icon.
|
|
9
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
10
|
+
*/
|
|
11
|
+
size: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "500",
|
|
14
|
+
validator: (i) => Object.keys(t).includes(i)
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
18
|
+
*/
|
|
19
|
+
ariaLabel: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: void 0
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
26
|
+
* they will no longer need this event.
|
|
27
|
+
* */
|
|
28
|
+
emits: ["loaded"],
|
|
29
|
+
computed: {
|
|
30
|
+
iconSizeClass() {
|
|
31
|
+
return t[this.size];
|
|
32
|
+
},
|
|
33
|
+
ariaHidden() {
|
|
34
|
+
return this.ariaLabel ? "false" : "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
created() {
|
|
38
|
+
this.$emit("loaded"), this.uniqueID = l();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var n = function() {
|
|
42
|
+
var e = this, a = e._self._c;
|
|
43
|
+
return a("svg", { staticClass: "d-icon d-icon--plus-circle-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Plus Circle Filled", 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: "M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM6 3.564a.437.437 0 0 0-.437.438v1.562H4a.437.437 0 1 0 0 .875h1.563v1.563a.438.438 0 0 0 .875 0V6.438H8a.438.438 0 0 0 0-.875H6.438V4.001A.437.437 0 0 0 6 3.563Z", fill: "currentColor" } })]), a("defs", [a("clipPath", { attrs: { id: `${e.uniqueID}a` } }, [a("path", { attrs: { fill: "#fff", d: "M0 0h12v12H0z" } })])])]);
|
|
44
|
+
}, d = [], o = /* @__PURE__ */ r(
|
|
45
|
+
s,
|
|
46
|
+
n,
|
|
47
|
+
d,
|
|
48
|
+
!1,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null,
|
|
52
|
+
null
|
|
53
|
+
);
|
|
54
|
+
const _ = o.exports;
|
|
55
|
+
export {
|
|
56
|
+
_ as default
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=plus-circle-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-circle-filled.js","sources":["../../../src/icons/plus-circle-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Plus Circle Filled\" class=\"d-icon d-icon--plus-circle-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><g :clip-path=\"`url(#${uniqueID}a)`\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.438 5.438 0 1 0 .563 6a5.438 5.438 0 0 0 10.875 0ZM6 3.564a.437.437 0 0 0-.437.438v1.562H4a.437.437 0 1 0 0 .875h1.563v1.563a.438.438 0 0 0 .875 0V6.438H8a.438.438 0 0 0 0-.875H6.438V4.001A.437.437 0 0 0 6 3.563Z\" fill=\"currentColor\"/></g><defs><clipPath :id=\"`${uniqueID}a`\"><path fill=\"#fff\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconPlusCircleFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n this.uniqueID = getUniqueString();\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS","getUniqueString"],"mappings":";;;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA,GACA,KAAA,WAAAC;EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const l=require("../constants-GmrCIBZc.cjs"),t=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),r={name:"DtIconSatisfiedFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(l.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return l.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}};var s=function(){var e=this,i=e._self._c;return i("svg",{staticClass:"d-icon d-icon--satisfied-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Satisfied Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437ZM7.65 6.737l.001-.001-.003.004a2.535 2.535 0 0 1-.437.407A2.057 2.057 0 0 1 6 7.562c-.504 0-.916-.202-1.211-.417a2.536 2.536 0 0 1-.437-.406l-.003-.004v.001m3.302-.001a.438.438 0 0 1 .699.527L8 7l.35.263h-.001l-.001.002-.004.005-.01.013a1.935 1.935 0 0 1-.155.176 3.41 3.41 0 0 1-.453.395A2.93 2.93 0 0 1 6 8.437a2.931 2.931 0 0 1-1.726-.583 3.41 3.41 0 0 1-.608-.571l-.01-.013-.004-.005-.001-.001S3.65 7.261 4 7l-.35.263a.437.437 0 0 1 .699-.527m3.301.001.001-.001Z",fill:"currentColor"}})])},n=[],d=t.n(r,s,n,!1,null,null,null,null);const o=d.exports;module.exports=o;
|
|
2
|
+
//# sourceMappingURL=satisfied-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"satisfied-filled.cjs","sources":["../../../src/icons/satisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Satisfied Filled\" class=\"d-icon d-icon--satisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437ZM7.65 6.737l.001-.001-.003.004a2.535 2.535 0 0 1-.437.407A2.057 2.057 0 0 1 6 7.562c-.504 0-.916-.202-1.211-.417a2.536 2.536 0 0 1-.437-.406l-.003-.004v.001m3.302-.001a.438.438 0 0 1 .699.527L8 7l.35.263h-.001l-.001.002-.004.005-.01.013a1.935 1.935 0 0 1-.155.176 3.41 3.41 0 0 1-.453.395A2.93 2.93 0 0 1 6 8.437a2.931 2.931 0 0 1-1.726-.583 3.41 3.41 0 0 1-.608-.571l-.01-.013-.004-.005-.001-.001S3.65 7.261 4 7l-.35.263a.437.437 0 0 1 .699-.527m3.301.001.001-.001Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"+GAQAA,EAAA,CACA,KAAA,wBAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { I as l } from "../constants-B5bI7ccM.js";
|
|
2
|
+
import { n as t } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const r = {
|
|
4
|
+
name: "DtIconSatisfiedFilled",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The size of the icon.
|
|
8
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
9
|
+
*/
|
|
10
|
+
size: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "500",
|
|
13
|
+
validator: (e) => Object.keys(l).includes(e)
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: void 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* @TODO: Remove this emit once the icons migration is complete,
|
|
25
|
+
* they will no longer need this event.
|
|
26
|
+
* */
|
|
27
|
+
emits: ["loaded"],
|
|
28
|
+
computed: {
|
|
29
|
+
iconSizeClass() {
|
|
30
|
+
return l[this.size];
|
|
31
|
+
},
|
|
32
|
+
ariaHidden() {
|
|
33
|
+
return this.ariaLabel ? "false" : "true";
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
created() {
|
|
37
|
+
this.$emit("loaded");
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var s = function() {
|
|
41
|
+
var a = this, i = a._self._c;
|
|
42
|
+
return i("svg", { staticClass: "d-icon d-icon--satisfied-filled", class: a.iconSizeClass, attrs: { "aria-label": a.ariaLabel, "aria-hidden": a.ariaHidden, role: "img", "data-name": "Satisfied Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [i("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437ZM7.65 6.737l.001-.001-.003.004a2.535 2.535 0 0 1-.437.407A2.057 2.057 0 0 1 6 7.562c-.504 0-.916-.202-1.211-.417a2.536 2.536 0 0 1-.437-.406l-.003-.004v.001m3.302-.001a.438.438 0 0 1 .699.527L8 7l.35.263h-.001l-.001.002-.004.005-.01.013a1.935 1.935 0 0 1-.155.176 3.41 3.41 0 0 1-.453.395A2.93 2.93 0 0 1 6 8.437a2.931 2.931 0 0 1-1.726-.583 3.41 3.41 0 0 1-.608-.571l-.01-.013-.004-.005-.001-.001S3.65 7.261 4 7l-.35.263a.437.437 0 0 1 .699-.527m3.301.001.001-.001Z", fill: "currentColor" } })]);
|
|
43
|
+
}, n = [], d = /* @__PURE__ */ t(
|
|
44
|
+
r,
|
|
45
|
+
s,
|
|
46
|
+
n,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const _ = d.exports;
|
|
54
|
+
export {
|
|
55
|
+
_ as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=satisfied-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"satisfied-filled.js","sources":["../../../src/icons/satisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Satisfied Filled\" class=\"d-icon d-icon--satisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.438 6A5.437 5.437 0 1 0 .563 6a5.437 5.437 0 0 0 10.874 0Zm-3.5-1.5a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H7.5a.437.437 0 0 0 .438-.437Zm-3 0a.438.438 0 0 0-.438-.438h-.005a.437.437 0 1 0 0 .875H4.5a.437.437 0 0 0 .438-.437ZM7.65 6.737l.001-.001-.003.004a2.535 2.535 0 0 1-.437.407A2.057 2.057 0 0 1 6 7.562c-.504 0-.916-.202-1.211-.417a2.536 2.536 0 0 1-.437-.406l-.003-.004v.001m3.302-.001a.438.438 0 0 1 .699.527L8 7l.35.263h-.001l-.001.002-.004.005-.01.013a1.935 1.935 0 0 1-.155.176 3.41 3.41 0 0 1-.453.395A2.93 2.93 0 0 1 6 8.437a2.931 2.931 0 0 1-1.726-.583 3.41 3.41 0 0 1-.608-.571l-.01-.013-.004-.005-.001-.001S3.65 7.261 4 7l-.35.263a.437.437 0 0 1 .699-.527m3.301.001.001-.001Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":";;AAQA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,OAAA,KAAAC,CAAA,EAAA,SAAAD,CAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAA,CAAA,QAAA;AAAA,EAEA,UAAA;AAAA,IACA,gBAAA;AACA,aAAAC,EAAA,KAAA,IAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,YAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,MAAA,QAAA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("../constants-GmrCIBZc.cjs"),s=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),l={name:"DtIconSomewhatDissatisfiedFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(t.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return t.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"}},created(){this.$emit("loaded")}};var r=function(){var e=this,i=e._self._c;return i("svg",{staticClass:"d-icon d-icon--somewhat-dissatisfied-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Somewhat Dissatisfied Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[i("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.563 6a5.437 5.437 0 1 1 10.874 0A5.437 5.437 0 0 1 .563 6Zm3.5-1.5c0-.242.195-.438.437-.438h.005a.437.437 0 1 1 0 .875H4.5a.437.437 0 0 1-.438-.437Zm3 0c0-.242.195-.438.437-.438h.005a.437.437 0 1 1 0 .875H7.5a.437.437 0 0 1-.438-.437Zm-1.84 2.938c-.37 0-.73.121-1.025.346l-.082.064a.438.438 0 0 1-.532-.696l.083-.063a2.563 2.563 0 0 1 1.556-.527h1.508c.598 0 1.178.21 1.638.593l.01.009a.437.437 0 1 1-.559.672l-.01-.008a1.688 1.688 0 0 0-1.08-.39H5.225Z",fill:"currentColor"}})])},n=[],d=s.n(l,r,n,!1,null,null,null,null);const o=d.exports;module.exports=o;
|
|
2
|
+
//# sourceMappingURL=somewhat-dissatisfied-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"somewhat-dissatisfied-filled.cjs","sources":["../../../src/icons/somewhat-dissatisfied-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Somewhat Dissatisfied Filled\" class=\"d-icon d-icon--somewhat-dissatisfied-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.563 6a5.437 5.437 0 1 1 10.874 0A5.437 5.437 0 0 1 .563 6Zm3.5-1.5c0-.242.195-.438.437-.438h.005a.437.437 0 1 1 0 .875H4.5a.437.437 0 0 1-.438-.437Zm3 0c0-.242.195-.438.437-.438h.005a.437.437 0 1 1 0 .875H7.5a.437.437 0 0 1-.438-.437Zm-1.84 2.938c-.37 0-.73.121-1.025.346l-.082.064a.438.438 0 0 1-.532-.696l.083-.063a2.563 2.563 0 0 1 1.556-.527h1.508c.598 0 1.178.21 1.638.593l.01.009a.437.437 0 1 1-.559.672l-.01-.008a1.688 1.688 0 0 0-1.08-.39H5.225Z\" fill=\"currentColor\"/></svg>\n</template>\n\n<script>\nimport { getUniqueString } from '@/src/utils';\nimport { ICON_SIZE_MODIFIERS } from '@/src/constants';\n\nexport default {\n name: 'DtIconSomewhatDissatisfiedFilled',\n\n props: {\n /**\n * The size of the icon.\n * @values 100, 200, 300, 400, 500, 600, 700, 800\n */\n size: {\n type: String,\n default: '500',\n validator: (s) => Object.keys(ICON_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational\n */\n ariaLabel: {\n type: String,\n default: undefined,\n },\n },\n\n /**\n * @TODO: Remove this emit once the icons migration is complete,\n * they will no longer need this event.\n * */\n emits: ['loaded'],\n\n computed: {\n iconSizeClass () {\n return ICON_SIZE_MODIFIERS[this.size];\n },\n\n ariaHidden () {\n return !this.ariaLabel ? 'true' : 'false';\n },\n },\n\n created () {\n this.$emit('loaded');\n },\n};\n</script>\n"],"names":["_sfc_main","s","ICON_SIZE_MODIFIERS"],"mappings":"+GAQAA,EAAA,CACA,KAAA,mCAEA,MAAA,CAKA,KAAA,CACA,KAAA,OACA,QAAA,MACA,UAAAC,GAAA,OAAA,KAAAC,GAAA,EAAA,SAAAD,CAAA,CACA,EAKA,UAAA,CACA,KAAA,OACA,QAAA,MACA,CACA,EAMA,MAAA,CAAA,QAAA,EAEA,SAAA,CACA,eAAA,CACA,OAAAC,EAAA,EAAA,KAAA,IAAA,CACA,EAEA,YAAA,CACA,OAAA,KAAA,UAAA,QAAA,MACA,CACA,EAEA,SAAA,CACA,KAAA,MAAA,QAAA,CACA,CACA"}
|