@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
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Dialtone Icons
|
|
2
2
|
|
|
3
|
-
This is the home for Dialtone icons. It includes the resources needed to implement icons on your application that conform to Dialpad’s design principles and best practices.
|
|
3
|
+
This is the home for Dialtone icons and illustrations. It includes the resources needed to implement icons and illustrations on your application that conform to Dialpad’s design principles and best practices.
|
|
4
4
|
|
|
5
5
|
## Install Dialtone icons via NPM
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ To add Dialtone icons into your project, you can install it via NPM:
|
|
|
10
10
|
npm install --save @dialpad/dialtone-icons
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Once installed, you can import icons in a couple different ways:
|
|
13
|
+
Once installed, you can import icons and illustrations in a couple different ways:
|
|
14
14
|
|
|
15
15
|
### In Vue.js
|
|
16
16
|
|
|
@@ -20,77 +20,35 @@ Once installed, you can import icons in a couple different ways:
|
|
|
20
20
|
// named import (preferred on vite)
|
|
21
21
|
import { DtIconAccessibility } from '@dialpad/dialtone-icons/vue2'; // Vue 2.6+
|
|
22
22
|
import { DtIconAccessibility } from '@dialpad/dialtone-icons/vue3'; // Vue 3+
|
|
23
|
+
import { DtIllustrationBlankSpace } from '@dialpad/dialtone-icons/vue2'; // Vue 2.6+
|
|
24
|
+
import { DtIllustrationBlankSpace } from '@dialpad/dialtone-icons/vue3'; // Vue 3+
|
|
23
25
|
|
|
24
26
|
// default import (preferred on webpack)
|
|
25
27
|
import DtIconAccessibility from '@dialpad/dialtone-icons/vue2/accessibility'; // Vue 2.6+
|
|
26
28
|
import DtIconAccessibility from '@dialpad/dialtone-icons/vue3/accessibility'; // Vue 3+
|
|
29
|
+
import DtIllustrationBlankSpace from '@dialpad/dialtone-icons/vue2/blank-space'; // Vue 2.6+
|
|
30
|
+
import DtIllustrationBlankSpace from '@dialpad/dialtone-icons/vue3/blank-space'; // Vue 3+
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
- All the icon components:
|
|
30
34
|
|
|
31
35
|
```js
|
|
32
|
-
import
|
|
33
|
-
import
|
|
36
|
+
import { icons } from '@dialpad/dialtone-icons/vue2'; // Vue 2.6+
|
|
37
|
+
import { icons } from '@dialpad/dialtone-icons/vue3'; // Vue 3+
|
|
34
38
|
```
|
|
35
39
|
|
|
36
|
-
-
|
|
40
|
+
- All the illustration components:
|
|
37
41
|
|
|
38
42
|
```js
|
|
39
|
-
import
|
|
40
|
-
import
|
|
43
|
+
import { illustrations } from '@dialpad/dialtone-icons/vue2'; // Vue 2.6+
|
|
44
|
+
import { illustrations } from '@dialpad/dialtone-icons/vue3'; // Vue 3+
|
|
41
45
|
```
|
|
42
46
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
If you need to add icons, follow the next steps to get your icons committed.
|
|
46
|
-
|
|
47
|
-
1. Place the `.svg` files into `src/svg/icons` inside the category folder.
|
|
48
|
-
2. Run `nx build dialtone-icons`
|
|
49
|
-
3. Commit and push your changes.
|
|
50
|
-
|
|
51
|
-
## Requesting features / reporting bugs
|
|
52
|
-
|
|
53
|
-
Requesting a feature or reporting a bug? Please do so at the below links:
|
|
54
|
-
|
|
55
|
-
- [Request Feature](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10975&pid=12508)
|
|
56
|
-
- [Report Bug](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=1&pid=12508)
|
|
57
|
-
|
|
58
|
-
Please also feel free to contact us via the #dialtone Dialpad channel with any questions.
|
|
59
|
-
|
|
60
|
-
## Dialtone Illustrations
|
|
61
|
-
|
|
62
|
-
Illustrations are also part of dialtone-icons package.
|
|
63
|
-
It includes the resources needed to implement illustrations on your application that conform to Dialpad’s design principles and best practices.
|
|
64
|
-
|
|
65
|
-
## Install Dialtone illustrations via NPM
|
|
66
|
-
|
|
67
|
-
To add Dialtone illustrations into your project, you can install it via NPM:
|
|
68
|
-
|
|
69
|
-
```shell
|
|
70
|
-
npm install --save @dialpad/dialtone-icons
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
Once installed, you can import illustrations in a couple different ways:
|
|
74
|
-
|
|
75
|
-
### In Vue.js
|
|
76
|
-
|
|
77
|
-
- Individually (tree-shakeable):
|
|
78
|
-
|
|
79
|
-
```js
|
|
80
|
-
// named import (preferred on vite)
|
|
81
|
-
import { DtIllustrationMind } from '@dialpad/dialtone-icons/vue2'; // Vue 2.6+
|
|
82
|
-
import { DtIllustrationMind } from '@dialpad/dialtone-icons/vue3'; // Vue 3+
|
|
83
|
-
|
|
84
|
-
// default import (preferred on webpack)
|
|
85
|
-
import DtIllustrationMind from '@dialpad/dialtone-icons/vue2/mind'; // Vue 2.6+
|
|
86
|
-
import DtIllustrationMind from '@dialpad/dialtone-icons/vue3/mind'; // Vue 3+
|
|
87
|
-
```
|
|
88
|
-
|
|
89
|
-
- All the illustrations components:
|
|
47
|
+
- Importing icon related data
|
|
90
48
|
|
|
91
49
|
```js
|
|
92
|
-
import
|
|
93
|
-
import
|
|
50
|
+
import keywords from '@dialpad/dialtone-icons/keywords-icons.json';
|
|
51
|
+
import iconsList from '@dialpad/dialtone-icons/icons.json';
|
|
94
52
|
```
|
|
95
53
|
|
|
96
54
|
- Importing illustration related data
|
|
@@ -102,9 +60,11 @@ import illustrationsList from '@dialpad/dialtone-icons/illustrations.json';
|
|
|
102
60
|
|
|
103
61
|
## Committing
|
|
104
62
|
|
|
105
|
-
|
|
63
|
+
1. Place the `.svg` files into the category folder inside these directory depending if it's an icon or an illustration:
|
|
64
|
+
|
|
65
|
+
- icon: `src/svg/icons`
|
|
66
|
+
- illustration: `src/svg/illustrations`
|
|
106
67
|
|
|
107
|
-
1. Place the `.svg` files into `src/svg/illustrations` inside the category folder.
|
|
108
68
|
2. Run `nx build dialtone-icons`
|
|
109
69
|
3. Commit and push your changes.
|
|
110
70
|
|
|
@@ -114,3 +74,5 @@ Requesting a feature or reporting a bug? Please do so at the below links:
|
|
|
114
74
|
|
|
115
75
|
- [Request Feature](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10975&pid=12508)
|
|
116
76
|
- [Report Bug](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=1&pid=12508)
|
|
77
|
+
|
|
78
|
+
Please also feel free to contact us via the #dialtone Dialpad channel with any questions.
|
package/dist/icons.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
["accessibility","accessibility-mac","activity","add-task","agent-assist","ai-notes","ai-write","airplay","airtable","alarm-check","alarm-clock-off","alarm-minus","alarm-plus","album","alert-circle","alert-triangle","align-center","align-justify","align-left","align-right","amex","app-store-badge","apple","archive","archive-restore","arrow-down","arrow-down-left","arrow-down-right","arrow-left","arrow-left-right","arrow-right","arrow-up","arrow-up-down","arrow-up-left","arrow-up-right","asana","asterisk","at-sign","ata-adapter","attestation","attestation-outline","axis-3d","bar-chart","bar-chart-2","bar-chart-3","bar-chart-4","bar-chart-horizontal","barge","baseline","battery","battery-charging","battery-full","battery-low","battery-medium","bell","bell-minus","bell-off","bell-plus","bell-ring","binary","bluetooth","bluetooth-connected","bluetooth-off","bluetooth-searching","blur-background","bold","book","book-open","bookmark","bookmark-minus","bookmark-plus","box","box-select","boxes","branch","brand-dialpad","brand-dialpad-meetings","briefcase","building","building-2","bullet","bullhorn","calculator","calendar","calendar-check","calendar-check-2","calendar-clock","calendar-days","calendar-heart","calendar-minus","calendar-off","calendar-plus","calendar-range","calendar-search","calendar-x","call-abandoned","call-merge","call-rejected","camera","camera-off","camera-tracking","cast","check","check-circle","check-circle-filled","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-up","chevrons-down","chevrons-down-up","chevrons-left","chevrons-left-right","chevrons-right","chevrons-right-left","chevrons-up","chevrons-up-down","circle-half-filled","circle-slashed","clipboard","clipboard-check","clipboard-copy","clipboard-edit","clipboard-list","clipboard-signature","clipboard-type","clipboard-x","clock","clock-1","clock-10","clock-11","clock-12","clock-2","clock-3","clock-4","clock-5","clock-6","clock-7","clock-8","clock-9","clockify","close","cloud","cloud-cog","cloud-drizzle","cloud-fog","cloud-hail","cloud-lightning","cloud-moon","cloud-moon-rain","cloud-off","cloud-rain","cloud-rain-wind","cloud-snow","cloud-sun","cloud-sun-rain","cloudy","coaching-hub","code","code-block","command","concierge-bell","connection-api","contacts","copper-crm","copy","copyright","corner-down-left","corner-down-right","corner-left-down","corner-left-up","corner-right-down","corner-right-up","corner-up-left","corner-up-right","cpu","credit-card","dash","dect-base-station","dect-handset","delete","deskphone","dialbot","dialer","dialpad-ai","dialpad-ai-color","dialpad-ai-color-reversed","dialpad-ai-reversed","dialpad-logomark","digital-whisper","diners-club","discover","dissatisfied","double-check","download","download-cloud","dp-phone","edit","edit-2","empty","end-chat","equal","eraser","evernote","expand","expert-node","external-link","eye","eye-off","facebook","factory","fast-forward","file","file-audio","file-pdf","files","film","filter","fingerprint","flag","flag-off","flame","focus","folder","folder-tree","folders","food","form-input","forward","freshsales-crm","front","gamepad","gauge","gif-filled","gif-outline","giphy","globe-2","gmail","google-business-messaging","google-calendar","google-docs","google-drive","google-glyph","google-sheets","google-slides","greenhouse","grid","grip-horizontal","grip-vertical","hand","hard-drive","hash","hash-bold","haze","hd","headphones","headset","hear","heart","help-circle","highfive","history","hold","home","hourglass","hubspot","image","import","inbox","indent","infinity","info","inspect","instagram","intercom","isolated-queries","italic","jcb","jira-service-desk","key","keyboard","keypad","languages","laptop-2","large-self-view","layout","layout-dashboard","layout-filmstrip","layout-grid","layout-template","library","life-buoy","lightbulb","lightbulb-off","lightning-bolt","line-chart","line-messenger","link-2","link-2-off","linkedin","list-add","list-bullet","list-checks","list-ordered","listen","listening","live-queue","living-thing","loading","lock","lock-filled","log-in","log-out","maestro","mail","mail-open","mails","map","map-pin","mastercard","maximize","megaphone","megaphone-off","menu","message","messenger","mic","mic-off","microsoft","microsoft-dynamics-365","microsoft-teams","minimize","minimize-alt","minus-circle","miro","monday-com","monitor","monitor-off","monitor-speaker","moon","more-horizontal","more-vertical","mouse","multi-line-dept","music","music-off","network","neutral","newspaper","not-enough-queries","notes","o365-calendar","object","office-365","option","package","paperclip","park","party-popper","past-conversations","pause","pause-circle","phone","phone-call","phone-forward","phone-hang-up","phone-hold","phone-incoming","phone-missed","phone-off","phone-outgoing","picture-in-picture","pie-chart","pin","pin-off","pipedrive","play","play-circle","play-filled","play-store-badge","plug","plus","plus-circle","power","print-fax","printer","puzzle","qr-code","queries","quote","record","record-filled","redo","refresh","rematch","repeat","reply","reply-all","rewind","rewind-15-sec","rocket","salesforce-glyph","salesforce-logo","satisfied","save","scan","scan-face","scan-file","scissors","screen-share-off","scroll","search","send","servicenow","settings","share","share-2","share-screen","sheet","shield","shield-alert","shield-check","shield-close","shield-off","shortcuts","shuffle","sidebar","sidebar-close","sidebar-open","signal-best","signal-high","signal-low","signal-medium","signal-zero","siren","skip-15-sec","skip-back","skip-back-ten","skip-forward","skip-forward-ten","slack","slash","sliders","sliders-horizontal","small-self-view","smartphone","smartphone-charging","snapchat","snooze","snowflake","somewhat-dissatisfied","somewhat-satisfied","sort-asc","sort-desc","sparkle","speaker","star","star-filled","sticker","stop-circle","stop-filled","strikethrough","sun","sun-dim","sun-medium","sunrise","sunset","switch-to-cellular","switch-to-hd","t-mobile","table","tag","tags","takeover","task","telegram","text-cursor","text-cursor-input","thermometer","thermometer-snowflake","thermometer-sun","thread","threads","thumbs-down","thumbs-down-filled","thumbs-up","thumbs-up-filled","tiktok","timer","timer-off","timer-reset","toggl","token","too-many-queries","tools","toy-brick","transfer","transfer-webchat","transportation","trash","trending-down","trending-up","triangle","twitter","type","umbrella","underline","undo-2","union-pay","unlink-2","unlock","unlock-filled","unread","upload","upload-cloud","usb","user","user-check","user-minus","user-plus","user-rematch","user-remove","user-speak","users","very-dissatisfied","very-satisfied","viber","video","video-off","video-settings","visa","voicemail","voicemail-drop","volume","volume-1","volume-2","volume-x","waveform","we-chat","webcam","webchat","webex","whatsapp","whatsapp-outlined","whisper","wifi","wifi-off","wind","x-brand","x-circle","zap-off","zendesk","zoho","zoho-crm","zoho-desk","zoom","zoom-in","zoom-logo","zoom-out"]
|
|
1
|
+
["accessibility","accessibility-mac","activity","add-task","agent-assist","ai-notes","ai-write","airplay","airtable","alarm-check","alarm-clock-off","alarm-minus","alarm-plus","album","alert-circle","alert-triangle","align-center","align-justify","align-left","align-right","amex","app-store-badge","apple","archive","archive-restore","arrow-down","arrow-down-left","arrow-down-right","arrow-left","arrow-left-right","arrow-right","arrow-up","arrow-up-down","arrow-up-left","arrow-up-right","asana","asterisk","at-sign","ata-adapter","attestation","attestation-outline","axis-3d","bar-chart","bar-chart-2","bar-chart-3","bar-chart-4","bar-chart-horizontal","barge","baseline","battery","battery-charging","battery-full","battery-low","battery-medium","bell","bell-minus","bell-off","bell-plus","bell-ring","binary","bluetooth","bluetooth-connected","bluetooth-off","bluetooth-searching","blur-background","bold","book","book-open","bookmark","bookmark-filled","bookmark-minus","bookmark-plus","box","box-select","boxes","branch","brand-dialpad","brand-dialpad-meetings","briefcase","building","building-2","bullet","bullhorn","calculator","calendar","calendar-check","calendar-check-2","calendar-clock","calendar-days","calendar-heart","calendar-minus","calendar-off","calendar-plus","calendar-range","calendar-search","calendar-x","call-abandoned","call-merge","call-rejected","camera","camera-off","camera-tracking","cast","check","check-circle","check-circle-filled","chevron-down","chevron-first","chevron-last","chevron-left","chevron-right","chevron-up","chevrons-down","chevrons-down-up","chevrons-left","chevrons-left-right","chevrons-right","chevrons-right-left","chevrons-up","chevrons-up-down","circle-half-filled","circle-slashed","clipboard","clipboard-check","clipboard-copy","clipboard-edit","clipboard-list","clipboard-signature","clipboard-type","clipboard-x","clock","clock-1","clock-10","clock-11","clock-12","clock-2","clock-3","clock-4","clock-5","clock-6","clock-7","clock-8","clock-9","clockify","close","cloud","cloud-cog","cloud-drizzle","cloud-fog","cloud-hail","cloud-lightning","cloud-moon","cloud-moon-rain","cloud-off","cloud-rain","cloud-rain-wind","cloud-snow","cloud-sun","cloud-sun-rain","cloudy","coaching-hub","code","code-block","command","concierge-bell","connection-api","contacts","copper-crm","copy","copyright","corner-down-left","corner-down-right","corner-left-down","corner-left-up","corner-right-down","corner-right-up","corner-up-left","corner-up-right","cpu","credit-card","dash","dect-base-station","dect-handset","delete","deskphone","dialbot","dialer","dialpad-ai","dialpad-ai-color","dialpad-ai-color-reversed","dialpad-ai-reversed","dialpad-logomark","digital-whisper","diners-club","discover","dissatisfied","dissatisfied-filled","double-check","download","download-cloud","dp-phone","edit","edit-2","empty","end-chat","equal","eraser","evernote","expand","expert-node","external-link","eye","eye-off","facebook","factory","fast-forward","file","file-audio","file-pdf","files","film","filter","fingerprint","flag","flag-off","flame","focus","folder","folder-tree","folders","food","form-input","forward","freshsales-crm","front","gamepad","gauge","gif-filled","gif-outline","giphy","globe-2","gmail","google-business-messaging","google-calendar","google-docs","google-drive","google-glyph","google-sheets","google-slides","greenhouse","grid","grip-horizontal","grip-vertical","hand","hard-drive","hash","hash-bold","haze","hd","headphones","headset","hear","heart","help-circle","highfive","history","hold","home","hourglass","hubspot","image","import","inbox","indent","infinity","info","inspect","instagram","intercom","isolated-queries","italic","jcb","jira-service-desk","key","keyboard","keypad","languages","laptop-2","large-self-view","layout","layout-dashboard","layout-filmstrip","layout-grid","layout-template","library","life-buoy","lightbulb","lightbulb-off","lightning-bolt","line-chart","line-messenger","link-2","link-2-off","linkedin","list-add","list-bullet","list-checks","list-ordered","listen","listening","live-queue","living-thing","loading","lock","lock-filled","log-in","log-out","maestro","mail","mail-open","mails","map","map-pin","map-pin-filled","mastercard","maximize","megaphone","megaphone-off","menu","message","messenger","mic","mic-off","microsoft","microsoft-dynamics-365","microsoft-teams","minimize","minimize-alt","minus-circle","miro","monday-com","monitor","monitor-off","monitor-speaker","moon","more-horizontal","more-vertical","mouse","multi-line-dept","music","music-off","network","neutral","newspaper","not-enough-queries","notes","o365-calendar","object","office-365","option","package","paperclip","park","party-popper","past-conversations","pause","pause-circle","pause-circle-filled","phone","phone-call","phone-forward","phone-hang-up","phone-hold","phone-incoming","phone-missed","phone-off","phone-outgoing","picture-in-picture","pie-chart","pin","pin-filled","pin-off","pipedrive","play","play-circle","play-circle-filled","play-filled","play-store-badge","plug","plus","plus-circle","plus-circle-filled","power","print-fax","printer","puzzle","qr-code","queries","quote","record","record-filled","redo","refresh","rematch","repeat","reply","reply-all","rewind","rewind-15-sec","rocket","salesforce-glyph","salesforce-logo","satisfied","satisfied-filled","save","scan","scan-face","scan-file","scissors","screen-share-off","scroll","search","send","servicenow","settings","share","share-2","share-screen","sheet","shield","shield-alert","shield-check","shield-close","shield-off","shortcuts","shuffle","sidebar","sidebar-close","sidebar-open","signal-best","signal-high","signal-low","signal-medium","signal-zero","siren","skip-15-sec","skip-back","skip-back-ten","skip-forward","skip-forward-ten","slack","slash","sliders","sliders-horizontal","small-self-view","smartphone","smartphone-charging","snapchat","snooze","snowflake","somewhat-dissatisfied","somewhat-dissatisfied-filled","somewhat-satisfied","somewhat-satisfied-filled","sort-asc","sort-desc","sparkle","sparkle-filled","speaker","star","star-filled","sticker","stop-circle","stop-circle-filled","stop-filled","strikethrough","sun","sun-dim","sun-medium","sunrise","sunset","switch-to-cellular","switch-to-hd","t-mobile","table","tag","tags","takeover","task","telegram","text-cursor","text-cursor-input","thermometer","thermometer-snowflake","thermometer-sun","thread","threads","thumbs-down","thumbs-down-filled","thumbs-up","thumbs-up-filled","tiktok","timer","timer-off","timer-reset","toggl","token","too-many-queries","tools","toy-brick","transfer","transfer-webchat","transportation","trash","trending-down","trending-up","triangle","twitter","type","umbrella","underline","undo-2","union-pay","unlink-2","unlock","unlock-filled","unread","upload","upload-cloud","usb","user","user-check","user-minus","user-plus","user-rematch","user-remove","user-speak","users","very-dissatisfied","very-dissatisfied-filled","very-satisfied","very-satisfied-filled","viber","video","video-off","video-settings","visa","voicemail","voicemail-drop","volume","volume-1","volume-2","volume-x","waveform","we-chat","webcam","webchat","webex","whatsapp","whatsapp-outlined","whisper","wifi","wifi-off","wind","x-brand","x-circle","zap-off","zendesk","zoho","zoho-crm","zoho-desk","zoom","zoom-in","zoom-logo","zoom-out"]
|
package/dist/keywords-icons.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"categories":{"alerts":{"alert-circle":["warning","caution"],"alert-triangle":["danger","error"],"bell-minus":["quiet"],"bell-off":["mute","silent","notify","notification"],"bell-plus":["notify","increase","notification"],"bell-ring":["alarm","notify","notification"],"bell":["notification","alert","ring"],"concierge-bell":["notification"],"flame":["fire","burn","hot"],"megaphone-off":["announce"],"megaphone":["announce","shout","broadcast"],"newspaper":["news","article","press","blog"],"siren":["emergency","alarm"],"snooze":["delay","postpone","remind"]},"arrows":{"arrow-down-left":["direction"],"arrow-down-right":["direction"],"arrow-down":["direction"],"arrow-left-right":["bidirectional","direction","swap","switch","transaction","reorder","move"],"arrow-left":["direction"],"arrow-right":["direction"],"arrow-up-down":["bidirectional","direction","swap","switch","network","mobile data","internet","reorder","move"],"arrow-up-left":["direction"],"arrow-up-right":["direction"],"arrow-up":["direction"],"chevron-down":["arrow"],"chevron-first":["arrow","previous","music"],"chevron-last":["arrow","skip","next","music"],"chevron-left":["arrow"],"chevron-right":["arrow"],"chevron-up":["arrow"],"chevrons-down-up":["arrow","collapse","fold","vertical"],"chevrons-down":["arrow"],"chevrons-left-right":["arrow","expand","horizontal","unfold"],"chevrons-left":["arrow"],"chevrons-right-left":["arrow","collapse","fold","horizontal"],"chevrons-right":["arrow"],"chevrons-up-down":["arrow","expand","unfold","vertical"],"chevrons-up":["arrow"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],"redo":["undo","history"],"rematch":["user"],"repeat":["loop","arrows"],"reply":["email"],"undo-2":["redo","history"]},"brand-full-color":{"airtable":[],"amex":[],"app-store-badge":[],"apple":[],"asana":[],"brand-dialpad-meetings":[],"brand-dialpad":[],"bullhorn":[],"clockify":[],"copper-crm":[],"dialbot":[],"dialpad-ai-color-reversed":[],"dialpad-ai-color":[],"diners-club":[],"discover":[],"evernote":[],"facebook":[],"freshsales-crm":[],"front":[],"giphy":[],"gmail":[],"google-business-messaging":[],"google-calendar":[],"google-docs":[],"google-drive":[],"google-glyph":[],"google-sheets":[],"google-slides":[],"greenhouse":[],"highfive":[],"hubspot":[],"instagram":[],"intercom":[],"jcb":[],"jira-service-desk":[],"line-messenger":[],"linkedin":[],"maestro":[],"mastercard":[],"messenger":[],"microsoft-dynamics-365":[],"microsoft-teams":[],"microsoft":[],"miro":[],"monday-com":[],"o365-calendar":["microsoft","office"],"office-365":[],"pipedrive":[],"play-store-badge":[],"salesforce-glyph":[],"salesforce-logo":[],"servicenow":[],"slack":[],"snapchat":[],"t-mobile":["tmo"],"telegram":[],"threads":["meta","facebook"],"tiktok":[],"toggl":[],"twitter":[],"union-pay":[],"viber":[],"visa":[],"we-chat":[],"webex":["cisco"],"whatsapp":[],"x-brand":["twitter"],"zendesk":[],"zoho-crm":[],"zoho-desk":[],"zoho":[],"zoom":[]},"brand":{"agent-assist":["ai","conversation","chat"],"ai-notes":["artificial","intelligence"],"coaching-hub":[],"dialpad-ai-reversed":["dp","brand"],"dialpad-ai":["artificial","intelligence","voice"],"dialpad-logomark":[],"dp-phone":["call","dialpad"],"waveform":[],"zoom-logo":["video","competitor"]},"communication":{"call-abandoned":["phone","missed","escape"],"call-rejected":["decline","ignore","dismiss"],"contacts":["address","people","person"],"dialer":["phone"],"digital-whisper":["private"],"forward":["send","share","email"],"hand":["gesture","palm"],"listening":["ear","hear","audio"],"mail-open":["email","message","letter","read"],"mail":["email","message","letter","unread"],"mails":["emails","messages","letters","multiple","mailing list","newsletter","copy"],"message":["chat","speech"],"music":["quaver","eighth note","note"],"notes":["clipboard","write"],"past-conversations":["previous","history"],"phone-call":["ring"],"phone-forward":["call","forward"],"phone-hold":["phone","pause","call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],"phone":["call"],"reply-all":["email"],"send":["email","message","mail","paper airplane","paper aeroplane","submit"],"thread":["conversation","chat","message","reply"],"unread":["message","text","chat","conversation"],"voicemail-drop":["message","record","inbox"],"voicemail":["phone","cassette"],"webchat":["message","chat"],"whisper":["soft"]},"controls":{"barge":["interrupt","enter","join"],"blur-background":["video","camera","effects","lens"],"circle-slashed":["diameter","zero","Ø","null","nothing","maths"],"delete":["backspace","remove"],"download":["import","export"],"end-chat":["finish","terminate"],"expand":["scale","fullscreen"],"eye-off":["view","watch","hide","hidden"],"eye":["view","watch"],"fast-forward":["music"],"filter":["funnel","hopper"],"food":["pizza","emoji","slice"],"gamepad":["controller","emoji","activity"],"gif-filled":["giphy"],"gif-outline":["giphy"],"grid":["table"],"grip-horizontal":["grab","dots","handle"],"grip-vertical":["grab","dots","handle","move","drag"],"hear":["listen","ear","audio"],"heart":["like","love","emotion"],"history":["time","redo","undo","rewind","timeline","version"],"hold":["pause","wait"],"key":["password","login","authentication","secure"],"large-self-view":["view","focus"],"layout-dashboard":["masonry","brick"],"layout-filmstrip":["view"],"layout-grid":["app","home","start"],"layout-template":["window","webpage","block","section"],"layout":["window","webpage"],"lightbulb-off":["dark"],"lightbulb":["light"],"listen":["ear","hear","audio"],"living-thing":["pet","cat","dog","animal"],"lock-filled":["security","password","secure","admin","locked"],"lock":["security","password","secure","admin"],"maximize":["fullscreen","expand"],"menu":["bars","navigation","hamburger","options"],"minimize-alt":["window"],"minimize":["exit fullscreen","close","shrink"],"minus-circle":["subtract","decrease"],"multi-line-dept":["selection","line","department","fork"],"music-off":["mute","silent"],"object":["item"],"option":["key","mac","button"],"park":["call"],"pause-circle":["music","audio","stop"],"pause":["music","audio","stop"],"phone-hang-up":["disconnect","end","call","leave"],"picture-in-picture":["overlay","miniature","window"],"pin-off":["unpin","unsave","unlock","remove","unfix"],"pin":["save","map","lock","fix"],"play-circle":["music","start"],"play-filled":["music","start"],"play":["music","start"],"plus-circle":["add","new","maths"],"plus":["add","new","maths"],"record-filled":["circle"],"record":["circle"],"refresh":["reload"],"rewind-15-sec":["back","reverse"],"rewind":["music"],"search":["find","magnifier","magnifying glass"],"share":["network","connections"],"sheet":["spreadsheets","table","excel"],"shortcuts":["arrow"],"shuffle":["music"],"sidebar-close":["menu"],"sidebar-open":["menu"],"sidebar":["menu","navigation","panel"],"skip-15-sec":["fast-forward","advance","forward"],"skip-back-ten":["rewind","back","jump"],"skip-back":["arrow","previous","music"],"skip-forward-ten":["fast","forward","jump"],"skip-forward":["arrow","skip","next","music"],"sliders-horizontal":["settings","filters","controls"],"sliders":["settings","controls"],"small-self-view":["square","views"],"sort-asc":["filter"],"sort-desc":["filter"],"sticker":["label"],"stop-circle":["media","music"],"stop-filled":["square","pause"],"table":["sheet","grid","spreadsheet"],"takeover":["phone","call"],"transfer-webchat":["discussion","message"],"transfer":["phone","arrows","call"],"transportation":["vehicle","travel"],"trash":["garbage","delete","remove","bin"],"unlock-filled":["security"],"unlock":["security"],"x-circle":["cancel","close","delete","remove","times","clear","maths"],"zoom-in":["magnifying glass","plus"],"zoom-out":["magnifying glass","plus"]},"data":{"activity":["pulse","health","action","motion"],"axis-3d":["gizmo","coordinates"],"bar-chart-2":["statistics","diagram","graph"],"bar-chart-3":["statistics","diagram","graph"],"bar-chart-4":["statistics","diagram","graph"],"bar-chart-horizontal":["statistics","diagram","graph"],"bar-chart":["statistics","diagram","graph"],"binary":["code","digits","computer","zero","one"],"dash":["horizontal","minus"],"equal":["calculate","maths"],"line-chart":["statistics","diagram","graph"],"live-queue":["waiting"],"pie-chart":["statistics","diagram"],"trending-down":["statistics"],"trending-up":["statistics"]},"devices":{"airplay":["stream","cast","mirroring"],"ata-adapter":[],"battery-charging":["power","electricity"],"battery-full":["power","electricity"],"battery-low":["power","electricity"],"battery-medium":["power","electricity"],"battery":["power","electricity"],"bluetooth-connected":["paired","linked","connected"],"bluetooth-off":["lost","disconnected","inactive"],"bluetooth-searching":["pairing"],"bluetooth":["wireless"],"calculator":["count","calculating machine"],"camera-off":["photo","webcam","video"],"camera-tracking":["focus","lens","video"],"camera":["photo","webcam","video"],"cast":["chromecast","airplay"],"connection-api":["plug","plugin","connected","connection","connections"],"dect-base-station":[],"dect-handset":[],"deskphone":["telephone","landline"],"download-cloud":["import"],"file-audio":["music","audio","sound","headphones"],"film":["movie","video"],"focus":["camera","lens","photo"],"hd":["quality","resolution","high"],"headphones":["music","audio","sound"],"headset":["microphone","headphones"],"laptop-2":["computer"],"lightning-bolt":["power","energy","electricity","electric"],"mic-off":["record","sound","mute","microphone"],"mic":["record","sound","listen","radio","podcast","microphone"],"monitor-off":["share"],"monitor-speaker":["devices","connect","cast"],"monitor":["tv","screen","display"],"mouse":["device","scroll","click"],"plug":["power"],"print-fax":["printer","office","device"],"printer":["fax","office","device"],"screen-share-off":["desktop","disconnect"],"share-screen":["screenshare"],"smartphone-charging":["phone","cellphone","device","power"],"smartphone":["phone","cellphone","device"],"speaker":["audio","music"],"switch-to-cellular":["signal"],"switch-to-hd":["quality"],"usb":["universal","serial","bus","controller","connector","interface"],"video-off":["camera","movie","film"],"video":["camera","movie","film","recording"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],"volume":["music","sound","mute"],"webcam":["camera","security"],"wifi-off":["disabled"],"wifi":["connection","signal","wireless"],"zap-off":["flash","camera","lightning"]},"editing":{"ai-write":["edit","AI","call length","summary","pencil"],"align-center":["Text","Format","Flush"],"align-justify":["Text","Format","Flush"],"align-left":["Text","Format","Flush"],"align-right":["Text","Format","Flush"],"asterisk":["reference"],"at-sign":["mention","at","email","message"],"baseline":["text","format","color"],"bold":["text","strong","format"],"branch":[],"call-merge":["arrows","converge","join","connect"],"code-block":["developer","programming","script","syntax"],"edit-2":["pencil","change"],"edit":["pencil","change"],"eraser":["pencil","drawing","undo","delete","clear"],"expert-node":[],"image":["picture","photo"],"indent":["text","tab"],"inspect":["element","mouse","click","cursor","pointer","box"],"italic":["oblique","text","format"],"keyboard":["layout","spell","settings","mouse"],"link-2-off":["unchain","chain"],"link-2":["chain","url"],"list-add":["insert"],"list-bullet":["options"],"list-checks":["todo","done"],"list-ordered":["sort"],"paperclip":["attachment","file"],"quote":["quotation"],"scissors":["cut"],"strikethrough":["cross out","delete","remove","format"],"text-cursor":["select"],"type":["text","font","typography"],"underline":["text","format"],"unlink-2":["url","unchain","unchain"]},"general":{"accessibility-mac":["humanpictos","people","man silhouette","disability","disabled","dda","inclusive"],"accessibility":["disability","disabled","dda","wheelchair"],"add-task":["check","plus"],"album":["photo","book"],"archive-restore":["archive","unarchive","restore","index","box"],"archive":["index","box"],"attestation-outline":["checkbox"],"attestation":["checkbox"],"book-open":["read","library"],"book":["read","dictionary","booklet","magazine","library"],"bookmark-minus":["delete","remove"],"bookmark-plus":["add"],"bookmark":["read","clip","marker","tag"],"box-select":["selection","square","rectangular","marquee","tool"],"box":["cube","package"],"boxes":["cubes","packages","parts","group","units","collection","cluster"],"bullet":["dot","point","circle"],"check-circle-filled":["approved","done"],"check-circle":["done"],"check":["done"],"circle-half-filled":["mode","dark"],"close":["cancel","close","delete","remove","times","clear","maths"],"code":["source","programming","html","xml"],"copy":["clone","duplicate"],"copyright":["licence"],"credit-card":["bank","purchase","payment","cc"],"dissatisfied":["unhappy"],"double-check":["read"],"empty":["blank"],"flag-off":["unflag"],"flag":["report"],"form-input":["2fa","authenticate","login","field","text"],"gauge":["dashboard"],"hash-bold":["number","pound","hashtag","number"],"hash":["hashtag","number","pound"],"help-circle":["question mark"],"inbox":["email"],"info":["help"],"isolated-queries":["list","alert","query","queries"],"keypad":["number","dialpad","keypad"],"library":["book","music","album"],"log-in":["sign in","arrow","enter","auth"],"log-out":["sign out","arrow","exit","auth"],"more-horizontal":["ellipsis","menu","options"],"more-vertical":["ellipsis","menu","options"],"network":["tree"],"neutral":["bored","meh","average","face"],"not-enough-queries":["list","plus","query","queries"],"package":["box","container"],"party-popper":["emoji","congratulations","celebration","party"],"power":["on","off","device"],"puzzle":["component","module","part","piece"],"queries":["list","question mark","query","queries"],"rocket":["release","boost","launch","space","version","science"],"satisfied":["happy","pleased","smile","great","good"],"scroll":["paper","log","scripture","document","parchment","transcript"],"settings":["cog","edit","gear","preferences"],"shield-alert":["security","secure","virus","admin","safety"],"shield-check":["security","secure","done","save"],"shield-close":["security","secure","wrong","unsave","virus"],"shield-off":["security","secure","security","insecure"],"shield":["security","secure"],"somewhat-dissatisfied":["face"],"somewhat-satisfied":["smile","happy","pleased","good","face"],"sparkle":["stars","magic","help","ai"],"star-filled":["bookmark","favorite","like","review","rating"],"star":["bookmark","favorite","like","review","rating"],"tag":["label","badge","ticket","mark"],"tags":["labels","badges","tickets","marks","copy","multiple"],"task":["check"],"text-cursor-input":["select"],"thumbs-down-filled":["dislike","bad","emotion","no"],"thumbs-down":["dislike","bad","emotion","no"],"thumbs-up-filled":["like","good","emotion","ok","yes"],"thumbs-up":["like","good","emotion","yes"],"too-many-queries":["list","minus","query","queries"],"tools":["wrench"],"triangle":["delta","shape"],"very-dissatisfied":["sad","frown","unhappy","bad","poor","face"],"very-satisfied":["happy","smile","face","great","pleased","good"],"video-settings":["preferences","configure"],"whatsapp-outlined":[]},"os":{"clipboard-check":["copied","pasted"],"clipboard-copy":["copy","paste"],"clipboard-edit":["edit","paste","signature"],"clipboard-list":["copy","paste","tasks"],"clipboard-signature":["paste","signature"],"clipboard-type":["paste","format","text"],"clipboard-x":["copy","paste","discard","remove"],"clipboard":["copy","paste"],"cloud-off":["disconnect"],"command":["keyboard","cmd","terminal","prompt"],"cpu":["processor","technology","computer","chip"],"external-link":["outbound"],"file-pdf":["document"],"file":["document"],"files":["multiple","copy","documents"],"fingerprint":["2fa","authentication","biometric","identity","security"],"folder-tree":["directory","tree","browser"],"folder":["directory"],"folders":["multiple","copy","directories"],"hard-drive":["computer","server","memory","data","ssd","disk","hard disk"],"import":["save"],"languages":["translate"],"life-buoy":["help","rescue","ship","life ring","support"],"qr-code":["barcode"],"save":["floppy disk"],"scan-face":["face","biometric","authentication","2fa"],"scan-file":["document","capture","scanner"],"scan":["qr-code"],"share-2":["network","connections"],"signal-best":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-high":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-low":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-medium":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-zero":["connection","wireless","gsm","phone","2g","3g","4g","5g","lost"],"slash":["cancel","ban","no","stop","forbidden","prohibited","error"],"token":["symbol","figma"],"toy-brick":["lego","block","addon","plugin","integration"],"upload-cloud":["file"],"upload":["file"]},"people":{"user-check":["followed","subscribed","done"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-rematch":["people"],"user-remove":["delete","remove","unfollow","unsubscribe","unavailable"],"user-speak":["voice","talk","speak"],"user":["person","account","contact"],"users":["group","people"]},"places":{"briefcase":["work","bag","baggage","folder"],"building-2":["business","company","enterprise","skyscraper","organisation","organization"],"building":["organisation","organization"],"factory":["building","business","energy","industry","manufacture","sector"],"globe-2":["world","browser","language","translate"],"home":["house","living"],"map-pin":["location","navigation","travel","marker"],"map":["location","navigation","travel"]},"time":{"alarm-check":["done"],"alarm-clock-off":["morning","turn-off"],"alarm-minus":["remove"],"alarm-plus":["add"],"calendar-check-2":["date","time","event","confirm","subscribe"],"calendar-check":["date","time","event","confirm","subscribe"],"calendar-clock":["date","time","event","clock"],"calendar-days":["date","time","event"],"calendar-heart":["date","time","event","heart","favourite","subscribe"],"calendar-minus":["date","time","event","delete","remove"],"calendar-off":["date","time","event","delete","remove"],"calendar-plus":["date","time","event","add","subscribe","create","new"],"calendar-range":["date","time","event","range","period"],"calendar-search":["date","time","search","events"],"calendar-x":["date","time","event","remove","busy"],"calendar":["date","time","event","birthdate","birthday"],"clock-1":["time","watch","alarm"],"clock-10":["time","watch","alarm"],"clock-11":["time","watch","alarm"],"clock-12":["time","watch","alarm"],"clock-2":["time","watch","alarm"],"clock-3":["time","watch","alarm"],"clock-4":["time","watch","alarm"],"clock-5":["time","watch","alarm"],"clock-6":["time","watch","alarm"],"clock-7":["time","watch","alarm"],"clock-8":["time","watch","alarm"],"clock-9":["time","watch","alarm"],"clock":["time","watch","alarm"],"hourglass":["timer","time","sandglass"],"infinity":["unlimited","forever","loop","maths"],"loading":[],"timer-off":["time","timer","stopwatch"],"timer-reset":["time","timer","stopwatch"],"timer":["time","timer","stopwatch"]},"weather":{"cloud-cog":["computing","ai","cluster","network"],"cloud-drizzle":["weather","shower"],"cloud-fog":["weather","mist"],"cloud-hail":["weather","rainfall"],"cloud-lightning":["weather","bolt"],"cloud-moon-rain":["weather","partly","night","rainfall"],"cloud-moon":["weather","night"],"cloud-rain-wind":["weather","rainfall"],"cloud-rain":["weather","rainfall"],"cloud-snow":["weather","blizzard"],"cloud-sun-rain":["weather","partly","rainfall"],"cloud-sun":["weather","partly"],"cloud":["weather"],"cloudy":["clouds"],"haze":["mist","fog"],"moon":["dark","night"],"snowflake":["cold","weather","freeze","snow","winter"],"sun-dim":["brightness","dim","low","brightness low"],"sun-medium":["brightness","medium"],"sun":["brightness","weather","light","summer"],"sunrise":["weather","time","morning","day"],"sunset":["weather","time","evening","night"],"thermometer-snowflake":["temperature","celsius","fahrenheit","weather","cold","freeze","freezing"],"thermometer-sun":["temperature","celsius","fahrenheit","weather","warm","hot"],"thermometer":["temperature","celsius","fahrenheit","weather"],"umbrella":["rain","weather"],"wind":["weather","air","blow"]}}}
|
|
1
|
+
{"categories":{"alerts":{"alert-circle":["warning","caution"],"alert-triangle":["danger","error"],"bell-minus":["quiet"],"bell-off":["mute","silent","notify","notification"],"bell-plus":["notify","increase","notification"],"bell-ring":["alarm","notify","notification"],"bell":["notification","alert","ring"],"concierge-bell":["notification"],"flame":["fire","burn","hot"],"megaphone-off":["announce"],"megaphone":["announce","shout","broadcast"],"newspaper":["news","article","press","blog"],"siren":["emergency","alarm"],"snooze":["delay","postpone","remind"]},"arrows":{"arrow-down-left":["direction"],"arrow-down-right":["direction"],"arrow-down":["direction"],"arrow-left-right":["bidirectional","direction","swap","switch","transaction","reorder","move"],"arrow-left":["direction"],"arrow-right":["direction"],"arrow-up-down":["bidirectional","direction","swap","switch","network","mobile data","internet","reorder","move"],"arrow-up-left":["direction"],"arrow-up-right":["direction"],"arrow-up":["direction"],"chevron-down":["arrow"],"chevron-first":["arrow","previous","music"],"chevron-last":["arrow","skip","next","music"],"chevron-left":["arrow"],"chevron-right":["arrow"],"chevron-up":["arrow"],"chevrons-down-up":["arrow","collapse","fold","vertical"],"chevrons-down":["arrow"],"chevrons-left-right":["arrow","expand","horizontal","unfold"],"chevrons-left":["arrow"],"chevrons-right-left":["arrow","collapse","fold","horizontal"],"chevrons-right":["arrow"],"chevrons-up-down":["arrow","expand","unfold","vertical"],"chevrons-up":["arrow"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],"redo":["undo","history"],"rematch":["user"],"repeat":["loop","arrows"],"reply":["email"],"undo-2":["redo","history"]},"brand-full-color":{"airtable":[],"amex":[],"app-store-badge":[],"apple":[],"asana":[],"brand-dialpad-meetings":[],"brand-dialpad":[],"bullhorn":[],"clockify":[],"copper-crm":[],"dialbot":[],"dialpad-ai-color-reversed":[],"dialpad-ai-color":[],"diners-club":[],"discover":[],"evernote":[],"facebook":[],"freshsales-crm":[],"front":[],"giphy":[],"gmail":[],"google-business-messaging":[],"google-calendar":[],"google-docs":[],"google-drive":[],"google-glyph":[],"google-sheets":[],"google-slides":[],"greenhouse":[],"highfive":[],"hubspot":[],"instagram":[],"intercom":[],"jcb":[],"jira-service-desk":[],"line-messenger":[],"linkedin":[],"maestro":[],"mastercard":[],"messenger":[],"microsoft-dynamics-365":[],"microsoft-teams":[],"microsoft":[],"miro":[],"monday-com":[],"o365-calendar":["microsoft","office"],"office-365":[],"pipedrive":[],"play-store-badge":[],"salesforce-glyph":[],"salesforce-logo":[],"servicenow":[],"slack":[],"snapchat":[],"t-mobile":["tmo"],"telegram":[],"threads":["meta","facebook"],"tiktok":[],"toggl":[],"twitter":[],"union-pay":[],"viber":[],"visa":[],"we-chat":[],"webex":["cisco"],"whatsapp":[],"x-brand":["twitter"],"zendesk":[],"zoho-crm":[],"zoho-desk":[],"zoho":[],"zoom":[]},"brand":{"agent-assist":["ai","conversation","chat"],"ai-notes":["artificial","intelligence"],"coaching-hub":[],"dialpad-ai-reversed":["dp","brand"],"dialpad-ai":["artificial","intelligence","voice"],"dialpad-logomark":[],"dp-phone":["call","dialpad"],"waveform":[],"zoom-logo":["video","competitor"]},"communication":{"call-abandoned":["phone","missed","escape"],"call-rejected":["decline","ignore","dismiss"],"contacts":["address","people","person"],"dialer":["phone"],"digital-whisper":["private"],"forward":["send","share","email"],"hand":["gesture","palm"],"listening":["ear","hear","audio"],"mail-open":["email","message","letter","read"],"mail":["email","message","letter","unread"],"mails":["emails","messages","letters","multiple","mailing list","newsletter","copy"],"message":["chat","speech"],"music":["quaver","eighth note","note"],"notes":["clipboard","write"],"past-conversations":["previous","history"],"phone-call":["ring"],"phone-forward":["call","forward"],"phone-hold":["phone","pause","call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],"phone":["call"],"reply-all":["email"],"send":["email","message","mail","paper airplane","paper aeroplane","submit"],"thread":["conversation","chat","message","reply"],"unread":["message","text","chat","conversation"],"voicemail-drop":["message","record","inbox"],"voicemail":["phone","cassette"],"webchat":["message","chat"],"whisper":["soft"]},"controls":{"barge":["interrupt","enter","join"],"blur-background":["video","camera","effects","lens"],"circle-slashed":["diameter","zero","Ø","null","nothing","maths"],"delete":["backspace","remove"],"download":["import","export"],"end-chat":["finish","terminate"],"expand":["scale","fullscreen"],"eye-off":["view","watch","hide","hidden"],"eye":["view","watch"],"fast-forward":["music"],"filter":["funnel","hopper"],"food":["pizza","emoji","slice"],"gamepad":["controller","emoji","activity"],"gif-filled":["giphy"],"gif-outline":["giphy"],"grid":["table"],"grip-horizontal":["grab","dots","handle"],"grip-vertical":["grab","dots","handle","move","drag"],"hear":["listen","ear","audio"],"heart":["like","love","emotion"],"history":["time","redo","undo","rewind","timeline","version"],"hold":["pause","wait"],"key":["password","login","authentication","secure"],"large-self-view":["view","focus"],"layout-dashboard":["masonry","brick"],"layout-filmstrip":["view"],"layout-grid":["app","home","start"],"layout-template":["window","webpage","block","section"],"layout":["window","webpage"],"lightbulb-off":["dark"],"lightbulb":["light"],"listen":["ear","hear","audio"],"living-thing":["pet","cat","dog","animal"],"lock-filled":["security","password","secure","admin","locked"],"lock":["security","password","secure","admin"],"maximize":["fullscreen","expand"],"menu":["bars","navigation","hamburger","options"],"minimize-alt":["window"],"minimize":["exit fullscreen","close","shrink"],"minus-circle":["subtract","decrease"],"multi-line-dept":["selection","line","department","fork"],"music-off":["mute","silent"],"object":["item"],"option":["key","mac","button"],"park":["call"],"pause-circle-filled":["music","audio","stop","video","media"],"pause-circle":["music","audio","stop","video","media"],"pause":["music","audio","stop","video","media"],"phone-hang-up":["disconnect","end","call","leave"],"picture-in-picture":["overlay","miniature","window"],"pin-filled":["save","location","map","lock","fix"],"pin-off":["unpin","unsave","unlock","remove","unfix"],"pin":["save","map","lock","fix"],"play-circle-filled":["music","start","video","media"],"play-circle":["music","start","video","media"],"play-filled":["music","start","video","media"],"play":["music","start"],"plus-circle-filled":["add","new","maths"],"plus-circle":["add","new","maths"],"plus":["add","new","maths"],"record-filled":["circle"],"record":["circle"],"refresh":["reload"],"rewind-15-sec":["back","reverse"],"rewind":["music"],"search":["find","magnifier","magnifying glass"],"share":["network","connections"],"sheet":["spreadsheets","table","excel"],"shortcuts":["arrow"],"shuffle":["music"],"sidebar-close":["menu"],"sidebar-open":["menu"],"sidebar":["menu","navigation","panel"],"skip-15-sec":["fast-forward","advance","forward"],"skip-back-ten":["rewind","back","jump"],"skip-back":["arrow","previous","music"],"skip-forward-ten":["fast","forward","jump"],"skip-forward":["arrow","skip","next","music"],"sliders-horizontal":["settings","filters","controls"],"sliders":["settings","controls"],"small-self-view":["square","views"],"sort-asc":["filter"],"sort-desc":["filter"],"sticker":["label"],"stop-circle-filled":["media","music"],"stop-circle":["media","music"],"stop-filled":["square","pause"],"table":["sheet","grid","spreadsheet"],"takeover":["phone","call"],"transfer-webchat":["discussion","message"],"transfer":["phone","arrows","call"],"transportation":["vehicle","travel"],"trash":["garbage","delete","remove","bin"],"unlock-filled":["security"],"unlock":["security"],"x-circle":["cancel","close","delete","remove","times","clear","maths"],"zoom-in":["magnifying glass","plus"],"zoom-out":["magnifying glass","plus"]},"data":{"activity":["pulse","health","action","motion"],"axis-3d":["gizmo","coordinates"],"bar-chart-2":["statistics","diagram","graph"],"bar-chart-3":["statistics","diagram","graph"],"bar-chart-4":["statistics","diagram","graph"],"bar-chart-horizontal":["statistics","diagram","graph"],"bar-chart":["statistics","diagram","graph"],"binary":["code","digits","computer","zero","one"],"dash":["horizontal","minus"],"equal":["calculate","maths"],"line-chart":["statistics","diagram","graph"],"live-queue":["waiting"],"pie-chart":["statistics","diagram"],"trending-down":["statistics"],"trending-up":["statistics"]},"devices":{"airplay":["stream","cast","mirroring"],"ata-adapter":[],"battery-charging":["power","electricity"],"battery-full":["power","electricity"],"battery-low":["power","electricity"],"battery-medium":["power","electricity"],"battery":["power","electricity"],"bluetooth-connected":["paired","linked","connected"],"bluetooth-off":["lost","disconnected","inactive"],"bluetooth-searching":["pairing"],"bluetooth":["wireless"],"calculator":["count","calculating machine"],"camera-off":["photo","webcam","video"],"camera-tracking":["focus","lens","video"],"camera":["photo","webcam","video"],"cast":["chromecast","airplay"],"connection-api":["plug","plugin","connected","connection","connections"],"dect-base-station":[],"dect-handset":[],"deskphone":["telephone","landline"],"download-cloud":["import"],"file-audio":["music","audio","sound","headphones"],"film":["movie","video"],"focus":["camera","lens","photo"],"hd":["quality","resolution","high"],"headphones":["music","audio","sound"],"headset":["microphone","headphones"],"laptop-2":["computer"],"lightning-bolt":["power","energy","electricity","electric"],"mic-off":["record","sound","mute","microphone"],"mic":["record","sound","listen","radio","podcast","microphone"],"monitor-off":["share"],"monitor-speaker":["devices","connect","cast"],"monitor":["tv","screen","display"],"mouse":["device","scroll","click"],"plug":["power"],"print-fax":["printer","office","device"],"printer":["fax","office","device"],"screen-share-off":["desktop","disconnect"],"share-screen":["screenshare"],"smartphone-charging":["phone","cellphone","device","power"],"smartphone":["phone","cellphone","device"],"speaker":["audio","music"],"switch-to-cellular":["signal"],"switch-to-hd":["quality"],"usb":["universal","serial","bus","controller","connector","interface"],"video-off":["camera","movie","film"],"video":["camera","movie","film","recording"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],"volume":["music","sound","mute"],"webcam":["camera","security"],"wifi-off":["disabled"],"wifi":["connection","signal","wireless"],"zap-off":["flash","camera","lightning"]},"editing":{"ai-write":["edit","AI","call length","summary","pencil"],"align-center":["Text","Format","Flush"],"align-justify":["Text","Format","Flush"],"align-left":["Text","Format","Flush"],"align-right":["Text","Format","Flush"],"asterisk":["reference"],"at-sign":["mention","at","email","message"],"baseline":["text","format","color"],"bold":["text","strong","format"],"branch":[],"call-merge":["arrows","converge","join","connect"],"code-block":["developer","programming","script","syntax"],"edit-2":["pencil","change"],"edit":["pencil","change"],"eraser":["pencil","drawing","undo","delete","clear"],"expert-node":[],"image":["picture","photo"],"indent":["text","tab"],"inspect":["element","mouse","click","cursor","pointer","box"],"italic":["oblique","text","format"],"keyboard":["layout","spell","settings","mouse"],"link-2-off":["unchain","chain"],"link-2":["chain","url"],"list-add":["insert"],"list-bullet":["options"],"list-checks":["todo","done"],"list-ordered":["sort"],"paperclip":["attachment","file"],"quote":["quotation"],"scissors":["cut"],"strikethrough":["cross out","delete","remove","format"],"text-cursor":["select"],"type":["text","font","typography"],"underline":["text","format"],"unlink-2":["url","unchain","unchain"]},"general":{"accessibility-mac":["humanpictos","people","man silhouette","disability","disabled","dda","inclusive"],"accessibility":["disability","disabled","dda","wheelchair"],"add-task":["check","plus"],"album":["photo","book"],"archive-restore":["archive","unarchive","restore","index","box"],"archive":["index","box"],"attestation-outline":["checkbox"],"attestation":["checkbox"],"book-open":["read","library"],"book":["read","dictionary","booklet","magazine","library"],"bookmark-filled":["read","clip","marker","tag"],"bookmark-minus":["delete","remove"],"bookmark-plus":["add"],"bookmark":["read","clip","marker","tag"],"box-select":["selection","square","rectangular","marquee","tool"],"box":["cube","package"],"boxes":["cubes","packages","parts","group","units","collection","cluster"],"bullet":["dot","point","circle"],"check-circle-filled":["approved","done"],"check-circle":["done"],"check":["done"],"circle-half-filled":["mode","dark"],"close":["cancel","close","delete","remove","times","clear","maths"],"code":["source","programming","html","xml"],"copy":["clone","duplicate"],"copyright":["licence"],"credit-card":["bank","purchase","payment","cc"],"dissatisfied-filled":["unhappy","rating","rate","vote","voting","review"],"dissatisfied":["unhappy"],"double-check":["read"],"empty":["blank"],"flag-off":["unflag"],"flag":["report"],"form-input":["2fa","authenticate","login","field","text"],"gauge":["dashboard"],"hash-bold":["number","pound","hashtag","number"],"hash":["hashtag","number","pound"],"help-circle":["question mark"],"inbox":["email"],"info":["help"],"isolated-queries":["list","alert","query","queries"],"keypad":["number","dialpad","keypad"],"library":["book","music","album"],"log-in":["sign in","arrow","enter","auth"],"log-out":["sign out","arrow","exit","auth"],"more-horizontal":["ellipsis","menu","options"],"more-vertical":["ellipsis","menu","options"],"network":["tree"],"neutral":["bored","meh","average","face"],"not-enough-queries":["list","plus","query","queries"],"package":["box","container"],"party-popper":["emoji","congratulations","celebration","party"],"power":["on","off","device"],"puzzle":["component","module","part","piece"],"queries":["list","question mark","query","queries"],"rocket":["release","boost","launch","space","version","science"],"satisfied-filled":["happy","pleased","smile","great","good","rating","rate","vote","voting","review"],"satisfied":["happy","pleased","smile","great","good","rating","rate","vote","voting","review"],"scroll":["paper","log","scripture","document","parchment","transcript"],"settings":["cog","edit","gear","preferences"],"shield-alert":["security","secure","virus","admin","safety"],"shield-check":["security","secure","done","save"],"shield-close":["security","secure","wrong","unsave","virus"],"shield-off":["security","secure","security","insecure"],"shield":["security","secure"],"somewhat-dissatisfied-filled":["face","rating","rate","vote","voting","review"],"somewhat-dissatisfied":["face","rating","rate","vote","voting","review"],"somewhat-satisfied-filled":["smile","happy","pleased","good","face","rating","rate","vote","voting","review"],"somewhat-satisfied":["smile","happy","pleased","good","face","rating","rate","vote","voting","review"],"sparkle-filled":["stars","magic","help","ai"],"sparkle":["stars","magic","help","ai"],"star-filled":["bookmark","favorite","like","review","rating"],"star":["bookmark","favorite","like","review","rating"],"tag":["label","badge","ticket","mark"],"tags":["labels","badges","tickets","marks","copy","multiple"],"task":["check"],"text-cursor-input":["select"],"thumbs-down-filled":["dislike","bad","emotion","no"],"thumbs-down":["dislike","bad","emotion","no"],"thumbs-up-filled":["like","good","emotion","ok","yes"],"thumbs-up":["like","good","emotion","yes"],"too-many-queries":["list","minus","query","queries"],"tools":["wrench"],"triangle":["delta","shape"],"very-dissatisfied-filled":["sad","frown","unhappy","bad","poor","face"],"very-dissatisfied":["sad","frown","unhappy","bad","poor","face"],"very-satisfied-filled":["happy","smile","face","great","pleased","good"],"very-satisfied":["happy","smile","face","great","pleased","good"],"video-settings":["preferences","configure"],"whatsapp-outlined":[]},"os":{"clipboard-check":["copied","pasted"],"clipboard-copy":["copy","paste"],"clipboard-edit":["edit","paste","signature"],"clipboard-list":["copy","paste","tasks"],"clipboard-signature":["paste","signature"],"clipboard-type":["paste","format","text"],"clipboard-x":["copy","paste","discard","remove"],"clipboard":["copy","paste"],"cloud-off":["disconnect"],"command":["keyboard","cmd","terminal","prompt"],"cpu":["processor","technology","computer","chip"],"external-link":["outbound"],"file-pdf":["document"],"file":["document"],"files":["multiple","copy","documents"],"fingerprint":["2fa","authentication","biometric","identity","security"],"folder-tree":["directory","tree","browser"],"folder":["directory"],"folders":["multiple","copy","directories"],"hard-drive":["computer","server","memory","data","ssd","disk","hard disk"],"import":["save"],"languages":["translate"],"life-buoy":["help","rescue","ship","life ring","support"],"qr-code":["barcode"],"save":["floppy disk"],"scan-face":["face","biometric","authentication","2fa"],"scan-file":["document","capture","scanner"],"scan":["qr-code"],"share-2":["network","connections"],"signal-best":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-high":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-low":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-medium":["connection","wireless","gsm","phone","2g","3g","4g","5g"],"signal-zero":["connection","wireless","gsm","phone","2g","3g","4g","5g","lost"],"slash":["cancel","ban","no","stop","forbidden","prohibited","error"],"token":["symbol","figma"],"toy-brick":["lego","block","addon","plugin","integration"],"upload-cloud":["file"],"upload":["file"]},"people":{"user-check":["followed","subscribed","done"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-rematch":["people"],"user-remove":["delete","remove","unfollow","unsubscribe","unavailable"],"user-speak":["voice","talk","speak"],"user":["person","account","contact"],"users":["group","people"]},"places":{"briefcase":["work","bag","baggage","folder"],"building-2":["business","company","enterprise","skyscraper","organisation","organization"],"building":["organisation","organization"],"factory":["building","business","energy","industry","manufacture","sector"],"globe-2":["world","browser","language","translate"],"home":["house","living"],"map-pin-filled":["location","navigation","travel","marker"],"map-pin":["location","navigation","travel","marker"],"map":["location","navigation","travel"]},"time":{"alarm-check":["done"],"alarm-clock-off":["morning","turn-off"],"alarm-minus":["remove"],"alarm-plus":["add"],"calendar-check-2":["date","time","event","confirm","subscribe"],"calendar-check":["date","time","event","confirm","subscribe"],"calendar-clock":["date","time","event","clock"],"calendar-days":["date","time","event"],"calendar-heart":["date","time","event","heart","favourite","subscribe"],"calendar-minus":["date","time","event","delete","remove"],"calendar-off":["date","time","event","delete","remove"],"calendar-plus":["date","time","event","add","subscribe","create","new"],"calendar-range":["date","time","event","range","period"],"calendar-search":["date","time","search","events"],"calendar-x":["date","time","event","remove","busy"],"calendar":["date","time","event","birthdate","birthday"],"clock-1":["time","watch","alarm"],"clock-10":["time","watch","alarm"],"clock-11":["time","watch","alarm"],"clock-12":["time","watch","alarm"],"clock-2":["time","watch","alarm"],"clock-3":["time","watch","alarm"],"clock-4":["time","watch","alarm"],"clock-5":["time","watch","alarm"],"clock-6":["time","watch","alarm"],"clock-7":["time","watch","alarm"],"clock-8":["time","watch","alarm"],"clock-9":["time","watch","alarm"],"clock":["time","watch","alarm"],"hourglass":["timer","time","sandglass"],"infinity":["unlimited","forever","loop","maths"],"loading":[],"timer-off":["time","timer","stopwatch"],"timer-reset":["time","timer","stopwatch"],"timer":["time","timer","stopwatch"]},"weather":{"cloud-cog":["computing","ai","cluster","network"],"cloud-drizzle":["weather","shower"],"cloud-fog":["weather","mist"],"cloud-hail":["weather","rainfall"],"cloud-lightning":["weather","bolt"],"cloud-moon-rain":["weather","partly","night","rainfall"],"cloud-moon":["weather","night"],"cloud-rain-wind":["weather","rainfall"],"cloud-rain":["weather","rainfall"],"cloud-snow":["weather","blizzard"],"cloud-sun-rain":["weather","partly","rainfall"],"cloud-sun":["weather","partly"],"cloud":["weather"],"cloudy":["clouds"],"haze":["mist","fog"],"moon":["dark","night"],"snowflake":["cold","weather","freeze","snow","winter"],"sun-dim":["brightness","dim","low","brightness low"],"sun-medium":["brightness","medium"],"sun":["brightness","weather","light","summer"],"sunrise":["weather","time","morning","day"],"sunset":["weather","time","evening","night"],"thermometer-snowflake":["temperature","celsius","fahrenheit","weather","cold","freeze","freezing"],"thermometer-sun":["temperature","celsius","fahrenheit","weather","warm","hot"],"thermometer":["temperature","celsius","fahrenheit","weather"],"umbrella":["rain","weather"],"wind":["weather","air","blow"]}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Bookmark Filled" class="d-icon d-icon--bookmark-filled" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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(#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="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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(#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="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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(#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="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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(#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="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" 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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Somewhat Satisfied Filled" class="d-icon d-icon--somewhat-satisfied-filled" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.375 5.938a5.437 5.437 0 1 0-10.875 0 5.437 5.437 0 0 0 10.875 0Zm-3.5-1.5A.438.438 0 0 0 7.437 4h-.005a.437.437 0 1 0 0 .875h.005a.437.437 0 0 0 .438-.438Zm-3 0A.438.438 0 0 0 4.437 4h-.005a.437.437 0 1 0 0 .875h.005a.437.437 0 0 0 .438-.438Zm3.559 2.734a.438.438 0 0 0-.613-.082l-.083.063a1.688 1.688 0 0 1-1.025.347H5.206c-.394 0-.776-.138-1.08-.39l-.01-.009a.438.438 0 1 0-.56.673l.011.009c.46.382 1.04.592 1.639.592h1.507c.563 0 1.11-.185 1.557-.527l.082-.063a.437.437 0 0 0 .082-.613Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Sparkle Filled" class="d-icon d-icon--sparkle-filled" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.962 1a.443.443 0 0 0-.443.443v.57h-.57a.443.443 0 1 0 0 .886h.57v.57a.443.443 0 1 0 .886 0v-.57h.57a.443.443 0 1 0 0-.886h-.57v-.57A.443.443 0 0 0 2.962 1Zm4.05 1.013a.443.443 0 0 0-.403.26L5.57 4.557l-2.285 1.04a.443.443 0 0 0 0 .806l2.285 1.04 1.04 2.285a.443.443 0 0 0 .806 0l1.039-2.286 2.285-1.039a.443.443 0 0 0 0-.806l-2.285-1.04-1.039-2.285a.443.443 0 0 0-.403-.26ZM2.457 8.089a.443.443 0 0 0-.443.443v.57h-.57a.443.443 0 1 0 0 .885h.57v.57a.443.443 0 0 0 .886 0v-.57h.57a.443.443 0 1 0 0-.886H2.9v-.57a.443.443 0 0 0-.443-.442Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Stop Circle Filled" class="d-icon d-icon--stop-circle-filled" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#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 0ZM7.063 4.939v2.125H4.938V4.938h2.125Zm.437-.875h-3a.437.437 0 0 0-.437.438v3c0 .241.196.437.437.437h3a.438.438 0 0 0 .438-.437v-3a.437.437 0 0 0-.438-.438Z" fill="currentColor"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Very Dissatisfied Filled" class="d-icon d-icon--very-dissatisfied-filled" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.391 6a5.438 5.438 0 1 1 10.875 0A5.438 5.438 0 0 1 .391 6ZM2.88 4.317a.438.438 0 0 1 .607-.123l.197.132c.19.125.436.125.624-.001l.194-.13a.438.438 0 0 1 .486.728l-.193.129a1.438 1.438 0 0 1-1.595.002l-.197-.13a.438.438 0 0 1-.123-.607Zm4.002.002a.437.437 0 0 1 .606-.122l.197.131c.19.126.436.126.624 0l.194-.13a.437.437 0 1 1 .486.727l-.193.13a1.437 1.437 0 0 1-1.595.002l-.197-.131a.437.437 0 0 1-.122-.607Zm-.993 1.803a2.579 2.579 0 0 0-1.57.505 2.206 2.206 0 0 0-.86 1.352.437.437 0 0 0 .43.518h4a.438.438 0 0 0 .43-.518 2.206 2.206 0 0 0-.859-1.352 2.579 2.579 0 0 0-1.57-.505Zm-.005.875a1.704 1.704 0 0 0-1.04.33 1.442 1.442 0 0 0-.296.295H7.23a1.442 1.442 0 0 0-.295-.295 1.704 1.704 0 0 0-1.04-.33h-.011Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Very Satisfied Filled" class="d-icon d-icon--very-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-.437Zm4.396 1.718A.437.437 0 0 0 9 6.063H3a.437.437 0 0 0-.431.51A3.437 3.437 0 0 0 6 9.438a3.437 3.437 0 0 0 3.431-2.865.437.437 0 0 0-.097-.355Zm-.907.72a2.562 2.562 0 0 1-2.42 1.625h-.014a2.562 2.562 0 0 1-2.42-1.626h4.853Z" fill="currentColor"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.26.1",
|
|
4
4
|
"description": "Dialtone icon library",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -9,18 +9,28 @@
|
|
|
9
9
|
],
|
|
10
10
|
"exports": {
|
|
11
11
|
"./vue2": {
|
|
12
|
+
"types": "./vue2/dist/types/index.d.ts",
|
|
12
13
|
"import": "./vue2/dist/dialtone-icons.js",
|
|
13
14
|
"require": "./vue2/dist/dialtone-icons.cjs"
|
|
14
15
|
},
|
|
15
16
|
"./vue2/*": {
|
|
17
|
+
"types": [
|
|
18
|
+
"./vue2/dist/types/src/icons/*.vue.d.ts",
|
|
19
|
+
"./vue2/dist/types/src/illustrations/*.vue.d.ts"
|
|
20
|
+
],
|
|
16
21
|
"import": "./vue2/dist/components/*.js",
|
|
17
22
|
"require": "./vue2/dist/components/*.cjs"
|
|
18
23
|
},
|
|
19
24
|
"./vue3": {
|
|
25
|
+
"types": "./vue3/dist/types/index.d.ts",
|
|
20
26
|
"import": "./vue3/dist/dialtone-icons.js",
|
|
21
27
|
"require": "./vue3/dist/dialtone-icons.cjs"
|
|
22
28
|
},
|
|
23
29
|
"./vue3/*": {
|
|
30
|
+
"types": [
|
|
31
|
+
"./vue3/dist/types/src/icons/*.vue.d.ts",
|
|
32
|
+
"./vue3/dist/types/src/illustrations/*.vue.d.ts"
|
|
33
|
+
],
|
|
24
34
|
"import": "./vue3/dist/components/*.js",
|
|
25
35
|
"require": "./vue3/dist/components/*.cjs"
|
|
26
36
|
},
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const i=require("../constants-GmrCIBZc.cjs"),t=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),l={name:"DtIconBookmarkFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(i.I).includes(a)},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")}};var n=function(){var e=this,r=e._self._c;return r("svg",{staticClass:"d-icon d-icon--bookmark-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.ariaHidden,role:"img","data-name":"Bookmark Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},[r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z",fill:"currentColor"}})])},s=[],o=t.n(l,n,s,!1,null,null,null,null);const d=o.exports;module.exports=d;
|
|
2
|
+
//# sourceMappingURL=bookmark-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmark-filled.cjs","sources":["../../../src/icons/bookmark-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Bookmark Filled\" class=\"d-icon d-icon--bookmark-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z\" 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: 'DtIconBookmarkFilled',\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,uBAEA,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 i } from "../_plugin-vue2_normalizer-u6G_3nkj.js";
|
|
3
|
+
const t = {
|
|
4
|
+
name: "DtIconBookmarkFilled",
|
|
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 n = function() {
|
|
41
|
+
var e = this, r = e._self._c;
|
|
42
|
+
return r("svg", { staticClass: "d-icon d-icon--bookmark-filled", class: e.iconSizeClass, attrs: { "aria-label": e.ariaLabel, "aria-hidden": e.ariaHidden, role: "img", "data-name": "Bookmark Filled", viewBox: "0 0 12 12", xmlns: "http://www.w3.org/2000/svg" } }, [r("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z", fill: "currentColor" } })]);
|
|
43
|
+
}, o = [], s = /* @__PURE__ */ i(
|
|
44
|
+
t,
|
|
45
|
+
n,
|
|
46
|
+
o,
|
|
47
|
+
!1,
|
|
48
|
+
null,
|
|
49
|
+
null,
|
|
50
|
+
null,
|
|
51
|
+
null
|
|
52
|
+
);
|
|
53
|
+
const _ = s.exports;
|
|
54
|
+
export {
|
|
55
|
+
_ as default
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=bookmark-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookmark-filled.js","sources":["../../../src/icons/bookmark-filled.vue"],"sourcesContent":["<template>\n <svg :aria-label=\"ariaLabel\" :class=\"iconSizeClass\" :aria-hidden=\"ariaHidden\" role=\"img\" data-name=\"Bookmark Filled\" class=\"d-icon d-icon--bookmark-filled\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.516 1.484A1.438 1.438 0 0 0 8.5 1.063h-5A1.438 1.438 0 0 0 2.062 2.5v8a.437.437 0 0 0 .655.38L6 9.004l3.283 1.876a.438.438 0 0 0 .655-.38v-8c0-.381-.152-.747-.422-1.016Z\" 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: 'DtIconBookmarkFilled',\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 s=require("../constants-GmrCIBZc.cjs"),l=require("../_plugin-vue2_normalizer-ZK80B3OL.cjs"),t={name:"DtIconDissatisfiedFilled",props:{size:{type:String,default:"500",validator:a=>Object.keys(s.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return s.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--dissatisfied-filled",class:e.iconSizeClass,attrs:{"aria-label":e.ariaLabel,"aria-hidden":e.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"}})])},n=[],d=l.n(t,r,n,!1,null,null,null,null);const o=d.exports;module.exports=o;
|
|
2
|
+
//# sourceMappingURL=dissatisfied-filled.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dissatisfied-filled.cjs","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":"+GAQAA,EAAA,CACA,KAAA,2BAEA,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"}
|