@dialpad/dialtone-icons 4.31.2 → 4.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons.js +1 -1
- package/dist/illustrations.js +1 -1
- package/dist/keywords-icons.json +1 -1
- package/dist/keywords-illustrations.json +1 -1
- package/dist/svg/icons/power-dialer-off.svg +1 -0
- package/dist/svg/icons/power-dialer.svg +1 -0
- package/dist/svg/illustrations/atomic-pathway.svg +25 -0
- package/dist/svg/illustrations/black-hole.svg +93 -0
- package/dist/svg/illustrations/orbital-harmony.svg +41 -0
- package/package.json +1 -1
- package/vue2/dist/components/atomic-pathway.cjs +2 -0
- package/vue2/dist/components/atomic-pathway.cjs.map +1 -0
- package/vue2/dist/components/atomic-pathway.js +43 -0
- package/vue2/dist/components/atomic-pathway.js.map +1 -0
- package/vue2/dist/components/black-hole.cjs +2 -0
- package/vue2/dist/components/black-hole.cjs.map +1 -0
- package/vue2/dist/components/black-hole.js +43 -0
- package/vue2/dist/components/black-hole.js.map +1 -0
- package/vue2/dist/components/orbital-harmony.cjs +2 -0
- package/vue2/dist/components/orbital-harmony.cjs.map +1 -0
- package/vue2/dist/components/orbital-harmony.js +43 -0
- package/vue2/dist/components/orbital-harmony.js.map +1 -0
- package/vue2/dist/components/power-dialer-off.cjs +2 -0
- package/vue2/dist/components/power-dialer-off.cjs.map +1 -0
- package/vue2/dist/components/power-dialer-off.js +55 -0
- package/vue2/dist/components/power-dialer-off.js.map +1 -0
- package/vue2/dist/components/power-dialer.cjs +2 -0
- package/vue2/dist/components/power-dialer.cjs.map +1 -0
- package/vue2/dist/components/power-dialer.js +55 -0
- package/vue2/dist/components/power-dialer.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 +469 -459
- package/vue2/dist/dialtone-icons.js.map +1 -1
- package/vue2/dist/types/index.d.ts +5 -0
- package/vue2/dist/types/index.d.ts.map +1 -1
- package/vue2/dist/types/src/icons/power-dialer-off.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/power-dialer-off.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/icons/power-dialer.vue.d.ts +46 -0
- package/vue2/dist/types/src/icons/power-dialer.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/atomic-pathway.vue.d.ts +26 -0
- package/vue2/dist/types/src/illustrations/atomic-pathway.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/black-hole.vue.d.ts +26 -0
- package/vue2/dist/types/src/illustrations/black-hole.vue.d.ts.map +1 -0
- package/vue2/dist/types/src/illustrations/orbital-harmony.vue.d.ts +26 -0
- package/vue2/dist/types/src/illustrations/orbital-harmony.vue.d.ts.map +1 -0
- package/vue3/dist/components/atomic-pathway.cjs +2 -0
- package/vue3/dist/components/atomic-pathway.cjs.map +1 -0
- package/vue3/dist/components/atomic-pathway.js +90 -0
- package/vue3/dist/components/atomic-pathway.js.map +1 -0
- package/vue3/dist/components/black-hole.cjs +2 -0
- package/vue3/dist/components/black-hole.cjs.map +1 -0
- package/vue3/dist/components/black-hole.js +386 -0
- package/vue3/dist/components/black-hole.js.map +1 -0
- package/vue3/dist/components/orbital-harmony.cjs +2 -0
- package/vue3/dist/components/orbital-harmony.cjs.map +1 -0
- package/vue3/dist/components/orbital-harmony.js +142 -0
- package/vue3/dist/components/orbital-harmony.js.map +1 -0
- package/vue3/dist/components/power-dialer-off.cjs +2 -0
- package/vue3/dist/components/power-dialer-off.cjs.map +1 -0
- package/vue3/dist/components/power-dialer-off.js +71 -0
- package/vue3/dist/components/power-dialer-off.js.map +1 -0
- package/vue3/dist/components/power-dialer.cjs +2 -0
- package/vue3/dist/components/power-dialer.cjs.map +1 -0
- package/vue3/dist/components/power-dialer.js +71 -0
- package/vue3/dist/components/power-dialer.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 +469 -459
- package/vue3/dist/dialtone-icons.js.map +1 -1
- package/vue3/dist/types/index.d.ts +5 -0
- package/vue3/dist/types/index.d.ts.map +1 -1
- package/vue3/dist/types/src/icons/power-dialer-off.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/power-dialer-off.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/icons/power-dialer.vue.d.ts +46 -0
- package/vue3/dist/types/src/icons/power-dialer.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/atomic-pathway.vue.d.ts +26 -0
- package/vue3/dist/types/src/illustrations/atomic-pathway.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/black-hole.vue.d.ts +26 -0
- package/vue3/dist/types/src/illustrations/black-hole.vue.d.ts.map +1 -0
- package/vue3/dist/types/src/illustrations/orbital-harmony.vue.d.ts +26 -0
- package/vue3/dist/types/src/illustrations/orbital-harmony.vue.d.ts.map +1 -0
|
@@ -8,8 +8,8 @@ import e from "./components/ai-notes.js";
|
|
|
8
8
|
import c from "./components/ai-write.js";
|
|
9
9
|
import n from "./components/airplay.js";
|
|
10
10
|
import a from "./components/airtable.js";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
11
|
+
import l from "./components/alarm-check.js";
|
|
12
|
+
import m from "./components/alarm-clock-off.js";
|
|
13
13
|
import v from "./components/alarm-minus.js";
|
|
14
14
|
import u from "./components/alarm-plus.js";
|
|
15
15
|
import p from "./components/album.js";
|
|
@@ -26,8 +26,8 @@ import w from "./components/archive-restore.js";
|
|
|
26
26
|
import y from "./components/archive.js";
|
|
27
27
|
import S from "./components/arrow-down-left.js";
|
|
28
28
|
import B from "./components/arrow-down-right.js";
|
|
29
|
-
import
|
|
30
|
-
import
|
|
29
|
+
import A from "./components/arrow-down.js";
|
|
30
|
+
import F from "./components/arrow-left-right.js";
|
|
31
31
|
import L from "./components/arrow-left.js";
|
|
32
32
|
import M from "./components/arrow-right.js";
|
|
33
33
|
import P from "./components/arrow-up-down.js";
|
|
@@ -62,8 +62,8 @@ import eo from "./components/binary.js";
|
|
|
62
62
|
import co from "./components/bluetooth-connected.js";
|
|
63
63
|
import no from "./components/bluetooth-off.js";
|
|
64
64
|
import ao from "./components/bluetooth-searching.js";
|
|
65
|
-
import
|
|
66
|
-
import
|
|
65
|
+
import lo from "./components/bluetooth.js";
|
|
66
|
+
import mo from "./components/blur-background.js";
|
|
67
67
|
import vo from "./components/bold.js";
|
|
68
68
|
import uo from "./components/book-open.js";
|
|
69
69
|
import po from "./components/book.js";
|
|
@@ -79,8 +79,8 @@ import wo from "./components/brand-dialpad-meetings.js";
|
|
|
79
79
|
import yo from "./components/brand-dialpad.js";
|
|
80
80
|
import So from "./components/briefcase.js";
|
|
81
81
|
import Bo from "./components/building-2.js";
|
|
82
|
-
import
|
|
83
|
-
import
|
|
82
|
+
import Ao from "./components/building.js";
|
|
83
|
+
import Fo from "./components/bullet.js";
|
|
84
84
|
import Lo from "./components/bullhorn.js";
|
|
85
85
|
import Mo from "./components/calculator.js";
|
|
86
86
|
import Po from "./components/calendar-check-2.js";
|
|
@@ -115,8 +115,8 @@ import e_ from "./components/chevrons-down-up.js";
|
|
|
115
115
|
import c_ from "./components/chevrons-down.js";
|
|
116
116
|
import n_ from "./components/chevrons-left-right.js";
|
|
117
117
|
import a_ from "./components/chevrons-left.js";
|
|
118
|
-
import
|
|
119
|
-
import
|
|
118
|
+
import l_ from "./components/chevrons-right-left.js";
|
|
119
|
+
import m_ from "./components/chevrons-right.js";
|
|
120
120
|
import v_ from "./components/chevrons-up-down.js";
|
|
121
121
|
import u_ from "./components/chevrons-up.js";
|
|
122
122
|
import p_ from "./components/circle-half-filled.js";
|
|
@@ -133,8 +133,8 @@ import w_ from "./components/clock-1.js";
|
|
|
133
133
|
import y_ from "./components/clock-10.js";
|
|
134
134
|
import S_ from "./components/clock-11.js";
|
|
135
135
|
import B_ from "./components/clock-12.js";
|
|
136
|
-
import
|
|
137
|
-
import
|
|
136
|
+
import A_ from "./components/clock-2.js";
|
|
137
|
+
import F_ from "./components/clock-3.js";
|
|
138
138
|
import L_ from "./components/clock-4.js";
|
|
139
139
|
import M_ from "./components/clock-5.js";
|
|
140
140
|
import P_ from "./components/clock-6.js";
|
|
@@ -169,8 +169,8 @@ import ei from "./components/contacts.js";
|
|
|
169
169
|
import ci from "./components/copper-crm.js";
|
|
170
170
|
import ni from "./components/copy.js";
|
|
171
171
|
import ai from "./components/copyright.js";
|
|
172
|
-
import
|
|
173
|
-
import
|
|
172
|
+
import li from "./components/corner-down-left.js";
|
|
173
|
+
import mi from "./components/corner-down-right.js";
|
|
174
174
|
import vi from "./components/corner-left-down.js";
|
|
175
175
|
import ui from "./components/corner-left-up.js";
|
|
176
176
|
import pi from "./components/corner-right-down.js";
|
|
@@ -187,8 +187,8 @@ import wi from "./components/delete.js";
|
|
|
187
187
|
import yi from "./components/deskphone.js";
|
|
188
188
|
import Si from "./components/dialbot.js";
|
|
189
189
|
import Bi from "./components/dialer.js";
|
|
190
|
-
import
|
|
191
|
-
import
|
|
190
|
+
import Ai from "./components/dialpad-ai-color-reversed.js";
|
|
191
|
+
import Fi from "./components/dialpad-ai-color.js";
|
|
192
192
|
import Li from "./components/dialpad-ai-reversed.js";
|
|
193
193
|
import Mi from "./components/dialpad-ai.js";
|
|
194
194
|
import Pi from "./components/dialpad-logomark.js";
|
|
@@ -223,8 +223,8 @@ import er from "./components/file-pdf.js";
|
|
|
223
223
|
import cr from "./components/file.js";
|
|
224
224
|
import nr from "./components/files.js";
|
|
225
225
|
import ar from "./components/film.js";
|
|
226
|
-
import
|
|
227
|
-
import
|
|
226
|
+
import lr from "./components/filter.js";
|
|
227
|
+
import mr from "./components/fingerprint.js";
|
|
228
228
|
import vr from "./components/flag-off.js";
|
|
229
229
|
import ur from "./components/flag.js";
|
|
230
230
|
import pr from "./components/flame.js";
|
|
@@ -241,8 +241,8 @@ import wr from "./components/gamepad.js";
|
|
|
241
241
|
import yr from "./components/gauge.js";
|
|
242
242
|
import Sr from "./components/gif-filled.js";
|
|
243
243
|
import Br from "./components/gif-outline.js";
|
|
244
|
-
import
|
|
245
|
-
import
|
|
244
|
+
import Ar from "./components/giphy.js";
|
|
245
|
+
import Fr from "./components/globe-2.js";
|
|
246
246
|
import Lr from "./components/gmail.js";
|
|
247
247
|
import Mr from "./components/google-business-messaging.js";
|
|
248
248
|
import Pr from "./components/google-calendar.js";
|
|
@@ -277,8 +277,8 @@ import et from "./components/import.js";
|
|
|
277
277
|
import ct from "./components/inbox.js";
|
|
278
278
|
import nt from "./components/indent.js";
|
|
279
279
|
import at from "./components/infinity.js";
|
|
280
|
-
import
|
|
281
|
-
import
|
|
280
|
+
import lt from "./components/info.js";
|
|
281
|
+
import mt from "./components/inspect.js";
|
|
282
282
|
import vt from "./components/instagram.js";
|
|
283
283
|
import ut from "./components/intercom.js";
|
|
284
284
|
import pt from "./components/isolated-queries.js";
|
|
@@ -295,8 +295,8 @@ import wt from "./components/layout-dashboard.js";
|
|
|
295
295
|
import yt from "./components/layout-filmstrip.js";
|
|
296
296
|
import St from "./components/layout-grid.js";
|
|
297
297
|
import Bt from "./components/layout-template.js";
|
|
298
|
-
import
|
|
299
|
-
import
|
|
298
|
+
import At from "./components/layout.js";
|
|
299
|
+
import Ft from "./components/library.js";
|
|
300
300
|
import Lt from "./components/life-buoy.js";
|
|
301
301
|
import Mt from "./components/lightbulb-off.js";
|
|
302
302
|
import Pt from "./components/lightbulb.js";
|
|
@@ -331,8 +331,8 @@ import es from "./components/maximize.js";
|
|
|
331
331
|
import cs from "./components/megaphone-off.js";
|
|
332
332
|
import ns from "./components/megaphone.js";
|
|
333
333
|
import as from "./components/menu.js";
|
|
334
|
-
import
|
|
335
|
-
import
|
|
334
|
+
import ls from "./components/message.js";
|
|
335
|
+
import ms from "./components/messenger.js";
|
|
336
336
|
import vs from "./components/mic-off.js";
|
|
337
337
|
import us from "./components/mic.js";
|
|
338
338
|
import ps from "./components/microsoft-dynamics-365.js";
|
|
@@ -349,8 +349,8 @@ import ws from "./components/monitor.js";
|
|
|
349
349
|
import ys from "./components/moon.js";
|
|
350
350
|
import Ss from "./components/more-horizontal.js";
|
|
351
351
|
import Bs from "./components/more-vertical.js";
|
|
352
|
-
import
|
|
353
|
-
import
|
|
352
|
+
import As from "./components/mouse.js";
|
|
353
|
+
import Fs from "./components/multi-line-dept.js";
|
|
354
354
|
import Ls from "./components/music-off.js";
|
|
355
355
|
import Ms from "./components/music.js";
|
|
356
356
|
import Ps from "./components/network.js";
|
|
@@ -385,8 +385,8 @@ import ee from "./components/pin-filled.js";
|
|
|
385
385
|
import ce from "./components/pin-off.js";
|
|
386
386
|
import ne from "./components/pin.js";
|
|
387
387
|
import ae from "./components/pipedrive.js";
|
|
388
|
-
import
|
|
389
|
-
import
|
|
388
|
+
import le from "./components/play-circle-filled.js";
|
|
389
|
+
import me from "./components/play-circle.js";
|
|
390
390
|
import ve from "./components/play-filled.js";
|
|
391
391
|
import ue from "./components/play-store-badge.js";
|
|
392
392
|
import pe from "./components/play.js";
|
|
@@ -394,205 +394,210 @@ import fe from "./components/plug.js";
|
|
|
394
394
|
import ge from "./components/plus-circle-filled.js";
|
|
395
395
|
import be from "./components/plus-circle.js";
|
|
396
396
|
import De from "./components/plus.js";
|
|
397
|
-
import Ie from "./components/power.js";
|
|
398
|
-
import de from "./components/
|
|
399
|
-
import he from "./components/
|
|
400
|
-
import ke from "./components/
|
|
401
|
-
import Ce from "./components/
|
|
402
|
-
import we from "./components/
|
|
403
|
-
import ye from "./components/
|
|
404
|
-
import Se from "./components/
|
|
405
|
-
import Be from "./components/
|
|
406
|
-
import
|
|
407
|
-
import
|
|
408
|
-
import Le from "./components/
|
|
409
|
-
import Me from "./components/
|
|
410
|
-
import Pe from "./components/
|
|
411
|
-
import Te from "./components/
|
|
412
|
-
import Oe from "./components/
|
|
413
|
-
import Re from "./components/
|
|
414
|
-
import xe from "./components/
|
|
415
|
-
import ze from "./components/
|
|
416
|
-
import Ue from "./components/
|
|
417
|
-
import He from "./components/
|
|
418
|
-
import We from "./components/
|
|
419
|
-
import Ge from "./components/
|
|
420
|
-
import Ve from "./components/
|
|
421
|
-
import Ee from "./components/
|
|
422
|
-
import Ze from "./components/scan.js";
|
|
423
|
-
import je from "./components/
|
|
424
|
-
import qe from "./components/
|
|
425
|
-
import Ne from "./components/
|
|
426
|
-
import Qe from "./components/
|
|
427
|
-
import Xe from "./components/
|
|
428
|
-
import Je from "./components/
|
|
429
|
-
import Ke from "./components/
|
|
430
|
-
import Ye from "./components/
|
|
431
|
-
import $e from "./components/
|
|
432
|
-
import oc from "./components/share.js";
|
|
433
|
-
import _c from "./components/
|
|
434
|
-
import ic from "./components/
|
|
435
|
-
import rc from "./components/
|
|
436
|
-
import tc from "./components/shield-
|
|
437
|
-
import sc from "./components/shield-
|
|
438
|
-
import ec from "./components/shield.js";
|
|
439
|
-
import cc from "./components/
|
|
440
|
-
import nc from "./components/
|
|
441
|
-
import ac from "./components/
|
|
442
|
-
import
|
|
443
|
-
import
|
|
444
|
-
import vc from "./components/
|
|
445
|
-
import uc from "./components/
|
|
446
|
-
import pc from "./components/signal-
|
|
447
|
-
import fc from "./components/signal-
|
|
448
|
-
import gc from "./components/signal-
|
|
449
|
-
import bc from "./components/
|
|
450
|
-
import Dc from "./components/
|
|
451
|
-
import Ic from "./components/
|
|
452
|
-
import dc from "./components/skip-
|
|
453
|
-
import hc from "./components/skip-
|
|
454
|
-
import kc from "./components/skip-
|
|
455
|
-
import Cc from "./components/
|
|
456
|
-
import wc from "./components/
|
|
457
|
-
import yc from "./components/
|
|
458
|
-
import Sc from "./components/
|
|
459
|
-
import Bc from "./components/
|
|
460
|
-
import
|
|
461
|
-
import
|
|
462
|
-
import Lc from "./components/
|
|
463
|
-
import Mc from "./components/
|
|
464
|
-
import Pc from "./components/
|
|
465
|
-
import Tc from "./components/
|
|
466
|
-
import Oc from "./components/
|
|
467
|
-
import Rc from "./components/somewhat-
|
|
468
|
-
import xc from "./components/somewhat-
|
|
469
|
-
import zc from "./components/
|
|
470
|
-
import Uc from "./components/
|
|
471
|
-
import Hc from "./components/
|
|
472
|
-
import Wc from "./components/
|
|
473
|
-
import Gc from "./components/
|
|
474
|
-
import Vc from "./components/
|
|
475
|
-
import Ec from "./components/
|
|
476
|
-
import Zc from "./components/
|
|
477
|
-
import jc from "./components/
|
|
478
|
-
import qc from "./components/
|
|
479
|
-
import Nc from "./components/stop-filled.js";
|
|
480
|
-
import Qc from "./components/
|
|
481
|
-
import Xc from "./components/
|
|
482
|
-
import Jc from "./components/
|
|
483
|
-
import Kc from "./components/sun.js";
|
|
484
|
-
import Yc from "./components/
|
|
485
|
-
import $c from "./components/
|
|
486
|
-
import on from "./components/
|
|
487
|
-
import _n from "./components/
|
|
488
|
-
import rn from "./components/
|
|
489
|
-
import tn from "./components/
|
|
490
|
-
import sn from "./components/
|
|
491
|
-
import en from "./components/
|
|
492
|
-
import cn from "./components/
|
|
493
|
-
import nn from "./components/
|
|
494
|
-
import an from "./components/
|
|
495
|
-
import
|
|
496
|
-
import
|
|
497
|
-
import vn from "./components/
|
|
498
|
-
import un from "./components/
|
|
499
|
-
import pn from "./components/thermometer.js";
|
|
500
|
-
import fn from "./components/
|
|
501
|
-
import gn from "./components/
|
|
502
|
-
import bn from "./components/
|
|
503
|
-
import Dn from "./components/
|
|
504
|
-
import In from "./components/thumbs-
|
|
505
|
-
import dn from "./components/thumbs-
|
|
506
|
-
import hn from "./components/
|
|
507
|
-
import kn from "./components/
|
|
508
|
-
import Cn from "./components/
|
|
509
|
-
import wn from "./components/timer.js";
|
|
510
|
-
import yn from "./components/
|
|
511
|
-
import Sn from "./components/
|
|
512
|
-
import Bn from "./components/
|
|
513
|
-
import
|
|
514
|
-
import
|
|
515
|
-
import Ln from "./components/
|
|
516
|
-
import Mn from "./components/
|
|
517
|
-
import Pn from "./components/
|
|
518
|
-
import Tn from "./components/
|
|
519
|
-
import On from "./components/
|
|
520
|
-
import Rn from "./components/
|
|
521
|
-
import xn from "./components/
|
|
522
|
-
import zn from "./components/
|
|
523
|
-
import Un from "./components/
|
|
524
|
-
import Hn from "./components/
|
|
525
|
-
import Wn from "./components/
|
|
526
|
-
import Gn from "./components/
|
|
527
|
-
import Vn from "./components/
|
|
528
|
-
import En from "./components/
|
|
529
|
-
import Zn from "./components/
|
|
530
|
-
import jn from "./components/
|
|
531
|
-
import qn from "./components/
|
|
532
|
-
import Nn from "./components/
|
|
533
|
-
import Qn from "./components/
|
|
534
|
-
import Xn from "./components/
|
|
535
|
-
import Jn from "./components/
|
|
536
|
-
import Kn from "./components/
|
|
537
|
-
import Yn from "./components/user-
|
|
538
|
-
import $n from "./components/user-
|
|
539
|
-
import oa from "./components/user-
|
|
540
|
-
import _a from "./components/user-
|
|
541
|
-
import ia from "./components/user.js";
|
|
542
|
-
import ra from "./components/
|
|
543
|
-
import ta from "./components/
|
|
544
|
-
import sa from "./components/
|
|
545
|
-
import ea from "./components/very-
|
|
546
|
-
import ca from "./components/very-
|
|
547
|
-
import na from "./components/
|
|
548
|
-
import aa from "./components/
|
|
549
|
-
import
|
|
550
|
-
import
|
|
551
|
-
import va from "./components/
|
|
552
|
-
import ua from "./components/
|
|
553
|
-
import pa from "./components/
|
|
554
|
-
import fa from "./components/
|
|
555
|
-
import ga from "./components/
|
|
556
|
-
import ba from "./components/volume-
|
|
557
|
-
import Da from "./components/volume.js";
|
|
558
|
-
import Ia from "./components/
|
|
559
|
-
import da from "./components/
|
|
560
|
-
import ha from "./components/
|
|
561
|
-
import ka from "./components/
|
|
562
|
-
import Ca from "./components/
|
|
563
|
-
import wa from "./components/
|
|
564
|
-
import ya from "./components/
|
|
565
|
-
import Sa from "./components/
|
|
566
|
-
import Ba from "./components/
|
|
567
|
-
import
|
|
568
|
-
import
|
|
569
|
-
import La from "./components/
|
|
570
|
-
import Ma from "./components/
|
|
571
|
-
import Pa from "./components/
|
|
572
|
-
import Ta from "./components/
|
|
573
|
-
import Oa from "./components/
|
|
574
|
-
import Ra from "./components/
|
|
575
|
-
import xa from "./components/zoho.js";
|
|
576
|
-
import za from "./components/
|
|
577
|
-
import Ua from "./components/
|
|
578
|
-
import Ha from "./components/zoom-
|
|
579
|
-
import Wa from "./components/zoom.js";
|
|
580
|
-
import Ga from "./components/
|
|
581
|
-
import Va from "./components/
|
|
582
|
-
import Ea from "./components/
|
|
583
|
-
import Za from "./components/
|
|
584
|
-
import ja from "./components/
|
|
585
|
-
import qa from "./components/dialpad-
|
|
586
|
-
import Na from "./components/dialpad-
|
|
587
|
-
import Qa from "./components/dialpad-
|
|
588
|
-
import Xa from "./components/dialpad-
|
|
589
|
-
import Ja from "./components/dialpad-
|
|
590
|
-
import Ka from "./components/dialpad-
|
|
591
|
-
import Ya from "./components/dialpad-
|
|
592
|
-
import $a from "./components/dialpad-
|
|
593
|
-
import
|
|
594
|
-
import
|
|
595
|
-
const rd = /* @__PURE__ */ Object.assign({ "./src/icons/Simultaneous-ring.vue": o, "./src/icons/accessibility-mac.vue": _, "./src/icons/accessibility.vue": i, "./src/icons/activity.vue": r, "./src/icons/add-task.vue": t, "./src/icons/agent-assist.vue": s, "./src/icons/ai-notes.vue": e, "./src/icons/ai-write.vue": c, "./src/icons/airplay.vue": n, "./src/icons/airtable.vue": a, "./src/icons/alarm-check.vue": m, "./src/icons/alarm-clock-off.vue": l, "./src/icons/alarm-minus.vue": v, "./src/icons/alarm-plus.vue": u, "./src/icons/album.vue": p, "./src/icons/alert-circle.vue": f, "./src/icons/alert-triangle.vue": g, "./src/icons/align-center.vue": b, "./src/icons/align-justify.vue": D, "./src/icons/align-left.vue": I, "./src/icons/align-right.vue": d, "./src/icons/amex.vue": h, "./src/icons/app-store-badge.vue": k, "./src/icons/apple.vue": C, "./src/icons/archive-restore.vue": w, "./src/icons/archive.vue": y, "./src/icons/arrow-down-left.vue": S, "./src/icons/arrow-down-right.vue": B, "./src/icons/arrow-down.vue": F, "./src/icons/arrow-left-right.vue": A, "./src/icons/arrow-left.vue": L, "./src/icons/arrow-right.vue": M, "./src/icons/arrow-up-down.vue": P, "./src/icons/arrow-up-left.vue": T, "./src/icons/arrow-up-right.vue": O, "./src/icons/arrow-up.vue": R, "./src/icons/asana.vue": x, "./src/icons/asterisk.vue": z, "./src/icons/at-sign.vue": U, "./src/icons/ata-adapter.vue": H, "./src/icons/attestation-outline.vue": W, "./src/icons/attestation.vue": G, "./src/icons/axis-3d.vue": V, "./src/icons/bar-chart-2.vue": E, "./src/icons/bar-chart-3.vue": Z, "./src/icons/bar-chart-4.vue": j, "./src/icons/bar-chart-horizontal.vue": q, "./src/icons/bar-chart.vue": N, "./src/icons/barge.vue": Q, "./src/icons/baseline.vue": X, "./src/icons/battery-charging.vue": J, "./src/icons/battery-full.vue": K, "./src/icons/battery-low.vue": Y, "./src/icons/battery-medium.vue": $, "./src/icons/battery.vue": oo, "./src/icons/bell-minus.vue": _o, "./src/icons/bell-off.vue": io, "./src/icons/bell-plus.vue": ro, "./src/icons/bell-ring.vue": to, "./src/icons/bell.vue": so, "./src/icons/binary.vue": eo, "./src/icons/bluetooth-connected.vue": co, "./src/icons/bluetooth-off.vue": no, "./src/icons/bluetooth-searching.vue": ao, "./src/icons/bluetooth.vue": mo, "./src/icons/blur-background.vue": lo, "./src/icons/bold.vue": vo, "./src/icons/book-open.vue": uo, "./src/icons/book.vue": po, "./src/icons/bookmark-filled.vue": fo, "./src/icons/bookmark-minus.vue": go, "./src/icons/bookmark-plus.vue": bo, "./src/icons/bookmark.vue": Do, "./src/icons/box-select.vue": Io, "./src/icons/box.vue": ho, "./src/icons/boxes.vue": ko, "./src/icons/branch.vue": Co, "./src/icons/brand-dialpad-meetings.vue": wo, "./src/icons/brand-dialpad.vue": yo, "./src/icons/briefcase.vue": So, "./src/icons/building-2.vue": Bo, "./src/icons/building.vue": Fo, "./src/icons/bullet.vue": Ao, "./src/icons/bullhorn.vue": Lo, "./src/icons/calculator.vue": Mo, "./src/icons/calendar-check-2.vue": Po, "./src/icons/calendar-check.vue": To, "./src/icons/calendar-clock.vue": Oo, "./src/icons/calendar-days.vue": Ro, "./src/icons/calendar-heart.vue": xo, "./src/icons/calendar-minus.vue": zo, "./src/icons/calendar-off.vue": Uo, "./src/icons/calendar-plus.vue": Ho, "./src/icons/calendar-range.vue": Wo, "./src/icons/calendar-search.vue": Go, "./src/icons/calendar-x.vue": Vo, "./src/icons/calendar.vue": Eo, "./src/icons/call-abandoned.vue": Zo, "./src/icons/call-merge.vue": jo, "./src/icons/call-rejected.vue": qo, "./src/icons/camera-off.vue": No, "./src/icons/camera-tracking.vue": Qo, "./src/icons/camera.vue": Xo, "./src/icons/cast.vue": Jo, "./src/icons/check-circle-filled.vue": Ko, "./src/icons/check-circle.vue": Yo, "./src/icons/check.vue": $o, "./src/icons/chevron-down.vue": o_, "./src/icons/chevron-first.vue": __, "./src/icons/chevron-last.vue": i_, "./src/icons/chevron-left.vue": r_, "./src/icons/chevron-right.vue": t_, "./src/icons/chevron-up.vue": s_, "./src/icons/chevrons-down-up.vue": e_, "./src/icons/chevrons-down.vue": c_, "./src/icons/chevrons-left-right.vue": n_, "./src/icons/chevrons-left.vue": a_, "./src/icons/chevrons-right-left.vue": m_, "./src/icons/chevrons-right.vue": l_, "./src/icons/chevrons-up-down.vue": v_, "./src/icons/chevrons-up.vue": u_, "./src/icons/circle-half-filled.vue": p_, "./src/icons/circle-slashed.vue": f_, "./src/icons/clipboard-check.vue": g_, "./src/icons/clipboard-copy.vue": b_, "./src/icons/clipboard-edit.vue": D_, "./src/icons/clipboard-list.vue": I_, "./src/icons/clipboard-signature.vue": d_, "./src/icons/clipboard-type.vue": h_, "./src/icons/clipboard-x.vue": k_, "./src/icons/clipboard.vue": C_, "./src/icons/clock-1.vue": w_, "./src/icons/clock-10.vue": y_, "./src/icons/clock-11.vue": S_, "./src/icons/clock-12.vue": B_, "./src/icons/clock-2.vue": F_, "./src/icons/clock-3.vue": A_, "./src/icons/clock-4.vue": L_, "./src/icons/clock-5.vue": M_, "./src/icons/clock-6.vue": P_, "./src/icons/clock-7.vue": T_, "./src/icons/clock-8.vue": O_, "./src/icons/clock-9.vue": R_, "./src/icons/clock.vue": x_, "./src/icons/clockify.vue": z_, "./src/icons/close.vue": U_, "./src/icons/cloud-cog.vue": H_, "./src/icons/cloud-drizzle.vue": W_, "./src/icons/cloud-fog.vue": G_, "./src/icons/cloud-hail.vue": V_, "./src/icons/cloud-lightning.vue": E_, "./src/icons/cloud-moon-rain.vue": Z_, "./src/icons/cloud-moon.vue": j_, "./src/icons/cloud-off.vue": q_, "./src/icons/cloud-rain-wind.vue": N_, "./src/icons/cloud-rain.vue": Q_, "./src/icons/cloud-snow.vue": X_, "./src/icons/cloud-sun-rain.vue": J_, "./src/icons/cloud-sun.vue": K_, "./src/icons/cloud.vue": Y_, "./src/icons/cloudy.vue": $_, "./src/icons/coaching-hub.vue": oi, "./src/icons/code-block.vue": _i, "./src/icons/code.vue": ii, "./src/icons/command.vue": ri, "./src/icons/concierge-bell.vue": ti, "./src/icons/connection-api.vue": si, "./src/icons/contacts.vue": ei, "./src/icons/copper-crm.vue": ci, "./src/icons/copy.vue": ni, "./src/icons/copyright.vue": ai, "./src/icons/corner-down-left.vue": mi, "./src/icons/corner-down-right.vue": li, "./src/icons/corner-left-down.vue": vi, "./src/icons/corner-left-up.vue": ui, "./src/icons/corner-right-down.vue": pi, "./src/icons/corner-right-up.vue": fi, "./src/icons/corner-up-left.vue": gi, "./src/icons/corner-up-right.vue": bi, "./src/icons/cpu.vue": Di, "./src/icons/credit-card.vue": Ii, "./src/icons/dash.vue": di, "./src/icons/dect-base-station.vue": hi, "./src/icons/dect-handset.vue": ki, "./src/icons/default-ai-agent-fab.vue": Ci, "./src/icons/delete.vue": wi, "./src/icons/deskphone.vue": yi, "./src/icons/dialbot.vue": Si, "./src/icons/dialer.vue": Bi, "./src/icons/dialpad-ai-color-reversed.vue": Fi, "./src/icons/dialpad-ai-color.vue": Ai, "./src/icons/dialpad-ai-reversed.vue": Li, "./src/icons/dialpad-ai.vue": Mi, "./src/icons/dialpad-logomark.vue": Pi, "./src/icons/dialpad-sparkle.vue": Ti, "./src/icons/dialpad-wfm.vue": Oi, "./src/icons/digital-whisper.vue": Ri, "./src/icons/diners-club.vue": xi, "./src/icons/discover.vue": zi, "./src/icons/dissatisfied-filled.vue": Ui, "./src/icons/dissatisfied.vue": Hi, "./src/icons/double-check.vue": Wi, "./src/icons/download-cloud.vue": Gi, "./src/icons/download.vue": Vi, "./src/icons/dp-phone.vue": Ei, "./src/icons/edit-2.vue": Zi, "./src/icons/edit.vue": ji, "./src/icons/empty.vue": qi, "./src/icons/end-chat.vue": Ni, "./src/icons/equal.vue": Qi, "./src/icons/eraser.vue": Xi, "./src/icons/evernote.vue": Ji, "./src/icons/expand.vue": Ki, "./src/icons/expert-node.vue": Yi, "./src/icons/external-link.vue": $i, "./src/icons/eye-off.vue": or, "./src/icons/eye.vue": _r, "./src/icons/facebook.vue": ir, "./src/icons/factory.vue": rr, "./src/icons/fast-forward.vue": tr, "./src/icons/file-audio.vue": sr, "./src/icons/file-pdf.vue": er, "./src/icons/file.vue": cr, "./src/icons/files.vue": nr, "./src/icons/film.vue": ar, "./src/icons/filter.vue": mr, "./src/icons/fingerprint.vue": lr, "./src/icons/flag-off.vue": vr, "./src/icons/flag.vue": ur, "./src/icons/flame.vue": pr, "./src/icons/focus.vue": fr, "./src/icons/folder-tree.vue": gr, "./src/icons/folder.vue": br, "./src/icons/folders.vue": Dr, "./src/icons/food.vue": Ir, "./src/icons/form-input.vue": dr, "./src/icons/forward.vue": hr, "./src/icons/freshsales-crm.vue": kr, "./src/icons/front.vue": Cr, "./src/icons/gamepad.vue": wr, "./src/icons/gauge.vue": yr, "./src/icons/gif-filled.vue": Sr, "./src/icons/gif-outline.vue": Br, "./src/icons/giphy.vue": Fr, "./src/icons/globe-2.vue": Ar, "./src/icons/gmail.vue": Lr, "./src/icons/google-business-messaging.vue": Mr, "./src/icons/google-calendar.vue": Pr, "./src/icons/google-docs.vue": Tr, "./src/icons/google-drive.vue": Or, "./src/icons/google-glyph.vue": Rr, "./src/icons/google-sheets.vue": xr, "./src/icons/google-slides.vue": zr, "./src/icons/greenhouse.vue": Ur, "./src/icons/grid.vue": Hr, "./src/icons/grip-horizontal.vue": Wr, "./src/icons/grip-vertical.vue": Gr, "./src/icons/hand.vue": Vr, "./src/icons/hard-drive.vue": Er, "./src/icons/hash-bold.vue": Zr, "./src/icons/hash.vue": jr, "./src/icons/haze.vue": qr, "./src/icons/hd.vue": Nr, "./src/icons/headphones.vue": Qr, "./src/icons/headset.vue": Xr, "./src/icons/hear.vue": Jr, "./src/icons/heart.vue": Kr, "./src/icons/help-circle.vue": Yr, "./src/icons/highfive.vue": $r, "./src/icons/history.vue": ot, "./src/icons/hold.vue": _t, "./src/icons/home.vue": it, "./src/icons/hourglass.vue": rt, "./src/icons/hubspot.vue": tt, "./src/icons/image.vue": st, "./src/icons/import.vue": et, "./src/icons/inbox.vue": ct, "./src/icons/indent.vue": nt, "./src/icons/infinity.vue": at, "./src/icons/info.vue": mt, "./src/icons/inspect.vue": lt, "./src/icons/instagram.vue": vt, "./src/icons/intercom.vue": ut, "./src/icons/isolated-queries.vue": pt, "./src/icons/italic.vue": ft, "./src/icons/jcb.vue": gt, "./src/icons/jira-service-desk.vue": bt, "./src/icons/key.vue": Dt, "./src/icons/keyboard.vue": It, "./src/icons/keypad.vue": dt, "./src/icons/languages.vue": ht, "./src/icons/laptop-2.vue": kt, "./src/icons/large-self-view.vue": Ct, "./src/icons/layout-dashboard.vue": wt, "./src/icons/layout-filmstrip.vue": yt, "./src/icons/layout-grid.vue": St, "./src/icons/layout-template.vue": Bt, "./src/icons/layout.vue": Ft, "./src/icons/library.vue": At, "./src/icons/life-buoy.vue": Lt, "./src/icons/lightbulb-off.vue": Mt, "./src/icons/lightbulb.vue": Pt, "./src/icons/lightning-bolt.vue": Tt, "./src/icons/line-chart.vue": Ot, "./src/icons/line-messenger.vue": Rt, "./src/icons/link-2-off.vue": xt, "./src/icons/link-2.vue": zt, "./src/icons/linkedin.vue": Ut, "./src/icons/list-add.vue": Ht, "./src/icons/list-bullet.vue": Wt, "./src/icons/list-checks.vue": Gt, "./src/icons/list-ordered.vue": Vt, "./src/icons/listen.vue": Et, "./src/icons/listening.vue": Zt, "./src/icons/live-queue.vue": jt, "./src/icons/living-thing.vue": qt, "./src/icons/loading.vue": Nt, "./src/icons/lock-filled.vue": Qt, "./src/icons/lock.vue": Xt, "./src/icons/log-in.vue": Jt, "./src/icons/log-out.vue": Kt, "./src/icons/maestro.vue": Yt, "./src/icons/mail-open.vue": $t, "./src/icons/mail.vue": os, "./src/icons/mails.vue": _s, "./src/icons/map-pin-filled.vue": is, "./src/icons/map-pin.vue": rs, "./src/icons/map.vue": ts, "./src/icons/mastercard.vue": ss, "./src/icons/maximize.vue": es, "./src/icons/megaphone-off.vue": cs, "./src/icons/megaphone.vue": ns, "./src/icons/menu.vue": as, "./src/icons/message.vue": ms, "./src/icons/messenger.vue": ls, "./src/icons/mic-off.vue": vs, "./src/icons/mic.vue": us, "./src/icons/microsoft-dynamics-365.vue": ps, "./src/icons/microsoft-teams.vue": fs, "./src/icons/microsoft.vue": gs, "./src/icons/minimize-alt.vue": bs, "./src/icons/minimize.vue": Ds, "./src/icons/minus-circle.vue": Is, "./src/icons/miro.vue": ds, "./src/icons/monday-com.vue": hs, "./src/icons/monitor-off.vue": ks, "./src/icons/monitor-speaker.vue": Cs, "./src/icons/monitor.vue": ws, "./src/icons/moon.vue": ys, "./src/icons/more-horizontal.vue": Ss, "./src/icons/more-vertical.vue": Bs, "./src/icons/mouse.vue": Fs, "./src/icons/multi-line-dept.vue": As, "./src/icons/music-off.vue": Ls, "./src/icons/music.vue": Ms, "./src/icons/network.vue": Ps, "./src/icons/neutral.vue": Ts, "./src/icons/newspaper.vue": Os, "./src/icons/not-enough-queries.vue": Rs, "./src/icons/notes.vue": xs, "./src/icons/o365-calendar.vue": zs, "./src/icons/object.vue": Us, "./src/icons/office-365.vue": Hs, "./src/icons/option.vue": Ws, "./src/icons/package.vue": Gs, "./src/icons/paperclip.vue": Vs, "./src/icons/park.vue": Es, "./src/icons/party-popper.vue": Zs, "./src/icons/past-conversations.vue": js, "./src/icons/pause-circle-filled.vue": qs, "./src/icons/pause-circle.vue": Ns, "./src/icons/pause.vue": Qs, "./src/icons/phone-call.vue": Xs, "./src/icons/phone-forward.vue": Js, "./src/icons/phone-hang-up.vue": Ks, "./src/icons/phone-hold.vue": Ys, "./src/icons/phone-incoming.vue": $s, "./src/icons/phone-missed.vue": oe, "./src/icons/phone-off.vue": _e, "./src/icons/phone-outgoing.vue": ie, "./src/icons/phone.vue": re, "./src/icons/picture-in-picture.vue": te, "./src/icons/pie-chart.vue": se, "./src/icons/pin-filled.vue": ee, "./src/icons/pin-off.vue": ce, "./src/icons/pin.vue": ne, "./src/icons/pipedrive.vue": ae, "./src/icons/play-circle-filled.vue": me, "./src/icons/play-circle.vue": le, "./src/icons/play-filled.vue": ve, "./src/icons/play-store-badge.vue": ue, "./src/icons/play.vue": pe, "./src/icons/plug.vue": fe, "./src/icons/plus-circle-filled.vue": ge, "./src/icons/plus-circle.vue": be, "./src/icons/plus.vue": De, "./src/icons/power.vue": Ie, "./src/icons/print-fax.vue": de, "./src/icons/printer.vue": he, "./src/icons/puzzle.vue": ke, "./src/icons/qr-code.vue": Ce, "./src/icons/queries.vue": we, "./src/icons/quote.vue": ye, "./src/icons/record-filled.vue": Se, "./src/icons/record.vue": Be, "./src/icons/redo.vue": Fe, "./src/icons/refresh.vue": Ae, "./src/icons/rematch.vue": Le, "./src/icons/repeat.vue": Me, "./src/icons/reply-all.vue": Pe, "./src/icons/reply.vue": Te, "./src/icons/rewind-15-sec.vue": Oe, "./src/icons/rewind.vue": Re, "./src/icons/rocket.vue": xe, "./src/icons/salesforce-glyph.vue": ze, "./src/icons/salesforce-logo.vue": Ue, "./src/icons/satisfied-filled.vue": He, "./src/icons/satisfied.vue": We, "./src/icons/save.vue": Ge, "./src/icons/scan-face.vue": Ve, "./src/icons/scan-file.vue": Ee, "./src/icons/scan.vue": Ze, "./src/icons/scissors.vue": je, "./src/icons/screen-share-off.vue": qe, "./src/icons/scroll.vue": Ne, "./src/icons/search.vue": Qe, "./src/icons/send.vue": Xe, "./src/icons/servicenow.vue": Je, "./src/icons/settings.vue": Ke, "./src/icons/share-2.vue": Ye, "./src/icons/share-screen.vue": $e, "./src/icons/share.vue": oc, "./src/icons/sheet.vue": _c, "./src/icons/shield-alert.vue": ic, "./src/icons/shield-check.vue": rc, "./src/icons/shield-close.vue": tc, "./src/icons/shield-off.vue": sc, "./src/icons/shield.vue": ec, "./src/icons/shortcuts.vue": cc, "./src/icons/shuffle.vue": nc, "./src/icons/sidebar-close.vue": ac, "./src/icons/sidebar-open.vue": mc, "./src/icons/sidebar.vue": lc, "./src/icons/signal-best.vue": vc, "./src/icons/signal-high.vue": uc, "./src/icons/signal-low.vue": pc, "./src/icons/signal-medium.vue": fc, "./src/icons/signal-zero.vue": gc, "./src/icons/siren.vue": bc, "./src/icons/skip-15-sec.vue": Dc, "./src/icons/skip-back-ten.vue": Ic, "./src/icons/skip-back.vue": dc, "./src/icons/skip-forward-ten.vue": hc, "./src/icons/skip-forward.vue": kc, "./src/icons/slack.vue": Cc, "./src/icons/slash.vue": wc, "./src/icons/sliders-horizontal.vue": yc, "./src/icons/sliders.vue": Sc, "./src/icons/small-self-view.vue": Bc, "./src/icons/smartphone-charging.vue": Fc, "./src/icons/smartphone.vue": Ac, "./src/icons/snapchat.vue": Lc, "./src/icons/snooze.vue": Mc, "./src/icons/snowflake.vue": Pc, "./src/icons/somewhat-dissatisfied-filled.vue": Tc, "./src/icons/somewhat-dissatisfied.vue": Oc, "./src/icons/somewhat-satisfied-filled.vue": Rc, "./src/icons/somewhat-satisfied.vue": xc, "./src/icons/sort-asc.vue": zc, "./src/icons/sort-desc.vue": Uc, "./src/icons/sparkle-filled.vue": Hc, "./src/icons/sparkle.vue": Wc, "./src/icons/speaker.vue": Gc, "./src/icons/star-filled.vue": Vc, "./src/icons/star.vue": Ec, "./src/icons/sticker.vue": Zc, "./src/icons/stop-circle-filled.vue": jc, "./src/icons/stop-circle.vue": qc, "./src/icons/stop-filled.vue": Nc, "./src/icons/strikethrough.vue": Qc, "./src/icons/sun-dim.vue": Xc, "./src/icons/sun-medium.vue": Jc, "./src/icons/sun.vue": Kc, "./src/icons/sunrise.vue": Yc, "./src/icons/sunset.vue": $c, "./src/icons/switch-to-cellular.vue": on, "./src/icons/switch-to-hd.vue": _n, "./src/icons/t-mobile.vue": rn, "./src/icons/table.vue": tn, "./src/icons/tag.vue": sn, "./src/icons/tags.vue": en, "./src/icons/takeover.vue": cn, "./src/icons/task.vue": nn, "./src/icons/telegram.vue": an, "./src/icons/text-cursor-input.vue": mn, "./src/icons/text-cursor.vue": ln, "./src/icons/thermometer-snowflake.vue": vn, "./src/icons/thermometer-sun.vue": un, "./src/icons/thermometer.vue": pn, "./src/icons/thread.vue": fn, "./src/icons/threads.vue": gn, "./src/icons/thumbs-down-filled.vue": bn, "./src/icons/thumbs-down.vue": Dn, "./src/icons/thumbs-up-filled.vue": In, "./src/icons/thumbs-up.vue": dn, "./src/icons/tiktok.vue": hn, "./src/icons/timer-off.vue": kn, "./src/icons/timer-reset.vue": Cn, "./src/icons/timer.vue": wn, "./src/icons/toggl.vue": yn, "./src/icons/token.vue": Sn, "./src/icons/too-many-queries.vue": Bn, "./src/icons/tools.vue": Fn, "./src/icons/toy-brick.vue": An, "./src/icons/transfer-webchat.vue": Ln, "./src/icons/transfer.vue": Mn, "./src/icons/transportation.vue": Pn, "./src/icons/trash.vue": Tn, "./src/icons/trending-down.vue": On, "./src/icons/trending-up.vue": Rn, "./src/icons/triangle.vue": xn, "./src/icons/twitter.vue": zn, "./src/icons/type.vue": Un, "./src/icons/umbrella.vue": Hn, "./src/icons/underline.vue": Wn, "./src/icons/undo-2.vue": Gn, "./src/icons/union-pay.vue": Vn, "./src/icons/unlink-2.vue": En, "./src/icons/unlock-filled.vue": Zn, "./src/icons/unlock.vue": jn, "./src/icons/unread.vue": qn, "./src/icons/upload-cloud.vue": Nn, "./src/icons/upload.vue": Qn, "./src/icons/usb.vue": Xn, "./src/icons/user-check.vue": Jn, "./src/icons/user-minus.vue": Kn, "./src/icons/user-plus.vue": Yn, "./src/icons/user-rematch.vue": $n, "./src/icons/user-remove.vue": oa, "./src/icons/user-speak.vue": _a, "./src/icons/user.vue": ia, "./src/icons/users.vue": ra, "./src/icons/very-dissatisfied-filled.vue": ta, "./src/icons/very-dissatisfied.vue": sa, "./src/icons/very-satisfied-filled.vue": ea, "./src/icons/very-satisfied.vue": ca, "./src/icons/viber.vue": na, "./src/icons/video-off.vue": aa, "./src/icons/video-settings.vue": ma, "./src/icons/video.vue": la, "./src/icons/visa.vue": va, "./src/icons/voicemail-drop.vue": ua, "./src/icons/voicemail.vue": pa, "./src/icons/volume-1.vue": fa, "./src/icons/volume-2.vue": ga, "./src/icons/volume-x.vue": ba, "./src/icons/volume.vue": Da, "./src/icons/waveform.vue": Ia, "./src/icons/we-chat.vue": da, "./src/icons/webcam.vue": ha, "./src/icons/webchat.vue": ka, "./src/icons/webex.vue": Ca, "./src/icons/whatsapp-outlined.vue": wa, "./src/icons/whatsapp.vue": ya, "./src/icons/whisper.vue": Sa, "./src/icons/wifi-off.vue": Ba, "./src/icons/wifi.vue": Fa, "./src/icons/wind.vue": Aa, "./src/icons/x-brand.vue": La, "./src/icons/x-circle.vue": Ma, "./src/icons/zap-off.vue": Pa, "./src/icons/zendesk.vue": Ta, "./src/icons/zoho-crm.vue": Oa, "./src/icons/zoho-desk.vue": Ra, "./src/icons/zoho.vue": xa, "./src/icons/zoom-in.vue": za, "./src/icons/zoom-logo.vue": Ua, "./src/icons/zoom-out.vue": Ha, "./src/icons/zoom.vue": Wa }), td = /* @__PURE__ */ Object.assign({ "./src/illustrations/blank-space.vue": Ga, "./src/illustrations/dialpad-logo-black.vue": Va, "./src/illustrations/dialpad-logo-inverted.vue": Ea, "./src/illustrations/dialpad-logo-white.vue": Za, "./src/illustrations/dialpad-logo.vue": ja, "./src/illustrations/dialpad-mono-black.vue": qa, "./src/illustrations/dialpad-mono-inverted.vue": Na, "./src/illustrations/dialpad-mono-white.vue": Qa, "./src/illustrations/dialpad-mono.vue": Xa, "./src/illustrations/dialpad-wordmark-black.vue": Ja, "./src/illustrations/dialpad-wordmark-inverted.vue": Ka, "./src/illustrations/dialpad-wordmark-white.vue": Ya, "./src/illustrations/dialpad-wordmark.vue": $a, "./src/illustrations/mind.vue": om, "./src/illustrations/vector-vortex.vue": _m });
|
|
397
|
+
import Ie from "./components/power-dialer-off.js";
|
|
398
|
+
import de from "./components/power-dialer.js";
|
|
399
|
+
import he from "./components/power.js";
|
|
400
|
+
import ke from "./components/print-fax.js";
|
|
401
|
+
import Ce from "./components/printer.js";
|
|
402
|
+
import we from "./components/puzzle.js";
|
|
403
|
+
import ye from "./components/qr-code.js";
|
|
404
|
+
import Se from "./components/queries.js";
|
|
405
|
+
import Be from "./components/quote.js";
|
|
406
|
+
import Ae from "./components/record-filled.js";
|
|
407
|
+
import Fe from "./components/record.js";
|
|
408
|
+
import Le from "./components/redo.js";
|
|
409
|
+
import Me from "./components/refresh.js";
|
|
410
|
+
import Pe from "./components/rematch.js";
|
|
411
|
+
import Te from "./components/repeat.js";
|
|
412
|
+
import Oe from "./components/reply-all.js";
|
|
413
|
+
import Re from "./components/reply.js";
|
|
414
|
+
import xe from "./components/rewind-15-sec.js";
|
|
415
|
+
import ze from "./components/rewind.js";
|
|
416
|
+
import Ue from "./components/rocket.js";
|
|
417
|
+
import He from "./components/salesforce-glyph.js";
|
|
418
|
+
import We from "./components/salesforce-logo.js";
|
|
419
|
+
import Ge from "./components/satisfied-filled.js";
|
|
420
|
+
import Ve from "./components/satisfied.js";
|
|
421
|
+
import Ee from "./components/save.js";
|
|
422
|
+
import Ze from "./components/scan-face.js";
|
|
423
|
+
import je from "./components/scan-file.js";
|
|
424
|
+
import qe from "./components/scan.js";
|
|
425
|
+
import Ne from "./components/scissors.js";
|
|
426
|
+
import Qe from "./components/screen-share-off.js";
|
|
427
|
+
import Xe from "./components/scroll.js";
|
|
428
|
+
import Je from "./components/search.js";
|
|
429
|
+
import Ke from "./components/send.js";
|
|
430
|
+
import Ye from "./components/servicenow.js";
|
|
431
|
+
import $e from "./components/settings.js";
|
|
432
|
+
import oc from "./components/share-2.js";
|
|
433
|
+
import _c from "./components/share-screen.js";
|
|
434
|
+
import ic from "./components/share.js";
|
|
435
|
+
import rc from "./components/sheet.js";
|
|
436
|
+
import tc from "./components/shield-alert.js";
|
|
437
|
+
import sc from "./components/shield-check.js";
|
|
438
|
+
import ec from "./components/shield-close.js";
|
|
439
|
+
import cc from "./components/shield-off.js";
|
|
440
|
+
import nc from "./components/shield.js";
|
|
441
|
+
import ac from "./components/shortcuts.js";
|
|
442
|
+
import lc from "./components/shuffle.js";
|
|
443
|
+
import mc from "./components/sidebar-close.js";
|
|
444
|
+
import vc from "./components/sidebar-open.js";
|
|
445
|
+
import uc from "./components/sidebar.js";
|
|
446
|
+
import pc from "./components/signal-best.js";
|
|
447
|
+
import fc from "./components/signal-high.js";
|
|
448
|
+
import gc from "./components/signal-low.js";
|
|
449
|
+
import bc from "./components/signal-medium.js";
|
|
450
|
+
import Dc from "./components/signal-zero.js";
|
|
451
|
+
import Ic from "./components/siren.js";
|
|
452
|
+
import dc from "./components/skip-15-sec.js";
|
|
453
|
+
import hc from "./components/skip-back-ten.js";
|
|
454
|
+
import kc from "./components/skip-back.js";
|
|
455
|
+
import Cc from "./components/skip-forward-ten.js";
|
|
456
|
+
import wc from "./components/skip-forward.js";
|
|
457
|
+
import yc from "./components/slack.js";
|
|
458
|
+
import Sc from "./components/slash.js";
|
|
459
|
+
import Bc from "./components/sliders-horizontal.js";
|
|
460
|
+
import Ac from "./components/sliders.js";
|
|
461
|
+
import Fc from "./components/small-self-view.js";
|
|
462
|
+
import Lc from "./components/smartphone-charging.js";
|
|
463
|
+
import Mc from "./components/smartphone.js";
|
|
464
|
+
import Pc from "./components/snapchat.js";
|
|
465
|
+
import Tc from "./components/snooze.js";
|
|
466
|
+
import Oc from "./components/snowflake.js";
|
|
467
|
+
import Rc from "./components/somewhat-dissatisfied-filled.js";
|
|
468
|
+
import xc from "./components/somewhat-dissatisfied.js";
|
|
469
|
+
import zc from "./components/somewhat-satisfied-filled.js";
|
|
470
|
+
import Uc from "./components/somewhat-satisfied.js";
|
|
471
|
+
import Hc from "./components/sort-asc.js";
|
|
472
|
+
import Wc from "./components/sort-desc.js";
|
|
473
|
+
import Gc from "./components/sparkle-filled.js";
|
|
474
|
+
import Vc from "./components/sparkle.js";
|
|
475
|
+
import Ec from "./components/speaker.js";
|
|
476
|
+
import Zc from "./components/star-filled.js";
|
|
477
|
+
import jc from "./components/star.js";
|
|
478
|
+
import qc from "./components/sticker.js";
|
|
479
|
+
import Nc from "./components/stop-circle-filled.js";
|
|
480
|
+
import Qc from "./components/stop-circle.js";
|
|
481
|
+
import Xc from "./components/stop-filled.js";
|
|
482
|
+
import Jc from "./components/strikethrough.js";
|
|
483
|
+
import Kc from "./components/sun-dim.js";
|
|
484
|
+
import Yc from "./components/sun-medium.js";
|
|
485
|
+
import $c from "./components/sun.js";
|
|
486
|
+
import on from "./components/sunrise.js";
|
|
487
|
+
import _n from "./components/sunset.js";
|
|
488
|
+
import rn from "./components/switch-to-cellular.js";
|
|
489
|
+
import tn from "./components/switch-to-hd.js";
|
|
490
|
+
import sn from "./components/t-mobile.js";
|
|
491
|
+
import en from "./components/table.js";
|
|
492
|
+
import cn from "./components/tag.js";
|
|
493
|
+
import nn from "./components/tags.js";
|
|
494
|
+
import an from "./components/takeover.js";
|
|
495
|
+
import ln from "./components/task.js";
|
|
496
|
+
import mn from "./components/telegram.js";
|
|
497
|
+
import vn from "./components/text-cursor-input.js";
|
|
498
|
+
import un from "./components/text-cursor.js";
|
|
499
|
+
import pn from "./components/thermometer-snowflake.js";
|
|
500
|
+
import fn from "./components/thermometer-sun.js";
|
|
501
|
+
import gn from "./components/thermometer.js";
|
|
502
|
+
import bn from "./components/thread.js";
|
|
503
|
+
import Dn from "./components/threads.js";
|
|
504
|
+
import In from "./components/thumbs-down-filled.js";
|
|
505
|
+
import dn from "./components/thumbs-down.js";
|
|
506
|
+
import hn from "./components/thumbs-up-filled.js";
|
|
507
|
+
import kn from "./components/thumbs-up.js";
|
|
508
|
+
import Cn from "./components/tiktok.js";
|
|
509
|
+
import wn from "./components/timer-off.js";
|
|
510
|
+
import yn from "./components/timer-reset.js";
|
|
511
|
+
import Sn from "./components/timer.js";
|
|
512
|
+
import Bn from "./components/toggl.js";
|
|
513
|
+
import An from "./components/token.js";
|
|
514
|
+
import Fn from "./components/too-many-queries.js";
|
|
515
|
+
import Ln from "./components/tools.js";
|
|
516
|
+
import Mn from "./components/toy-brick.js";
|
|
517
|
+
import Pn from "./components/transfer-webchat.js";
|
|
518
|
+
import Tn from "./components/transfer.js";
|
|
519
|
+
import On from "./components/transportation.js";
|
|
520
|
+
import Rn from "./components/trash.js";
|
|
521
|
+
import xn from "./components/trending-down.js";
|
|
522
|
+
import zn from "./components/trending-up.js";
|
|
523
|
+
import Un from "./components/triangle.js";
|
|
524
|
+
import Hn from "./components/twitter.js";
|
|
525
|
+
import Wn from "./components/type.js";
|
|
526
|
+
import Gn from "./components/umbrella.js";
|
|
527
|
+
import Vn from "./components/underline.js";
|
|
528
|
+
import En from "./components/undo-2.js";
|
|
529
|
+
import Zn from "./components/union-pay.js";
|
|
530
|
+
import jn from "./components/unlink-2.js";
|
|
531
|
+
import qn from "./components/unlock-filled.js";
|
|
532
|
+
import Nn from "./components/unlock.js";
|
|
533
|
+
import Qn from "./components/unread.js";
|
|
534
|
+
import Xn from "./components/upload-cloud.js";
|
|
535
|
+
import Jn from "./components/upload.js";
|
|
536
|
+
import Kn from "./components/usb.js";
|
|
537
|
+
import Yn from "./components/user-check.js";
|
|
538
|
+
import $n from "./components/user-minus.js";
|
|
539
|
+
import oa from "./components/user-plus.js";
|
|
540
|
+
import _a from "./components/user-rematch.js";
|
|
541
|
+
import ia from "./components/user-remove.js";
|
|
542
|
+
import ra from "./components/user-speak.js";
|
|
543
|
+
import ta from "./components/user.js";
|
|
544
|
+
import sa from "./components/users.js";
|
|
545
|
+
import ea from "./components/very-dissatisfied-filled.js";
|
|
546
|
+
import ca from "./components/very-dissatisfied.js";
|
|
547
|
+
import na from "./components/very-satisfied-filled.js";
|
|
548
|
+
import aa from "./components/very-satisfied.js";
|
|
549
|
+
import la from "./components/viber.js";
|
|
550
|
+
import ma from "./components/video-off.js";
|
|
551
|
+
import va from "./components/video-settings.js";
|
|
552
|
+
import ua from "./components/video.js";
|
|
553
|
+
import pa from "./components/visa.js";
|
|
554
|
+
import fa from "./components/voicemail-drop.js";
|
|
555
|
+
import ga from "./components/voicemail.js";
|
|
556
|
+
import ba from "./components/volume-1.js";
|
|
557
|
+
import Da from "./components/volume-2.js";
|
|
558
|
+
import Ia from "./components/volume-x.js";
|
|
559
|
+
import da from "./components/volume.js";
|
|
560
|
+
import ha from "./components/waveform.js";
|
|
561
|
+
import ka from "./components/we-chat.js";
|
|
562
|
+
import Ca from "./components/webcam.js";
|
|
563
|
+
import wa from "./components/webchat.js";
|
|
564
|
+
import ya from "./components/webex.js";
|
|
565
|
+
import Sa from "./components/whatsapp-outlined.js";
|
|
566
|
+
import Ba from "./components/whatsapp.js";
|
|
567
|
+
import Aa from "./components/whisper.js";
|
|
568
|
+
import Fa from "./components/wifi-off.js";
|
|
569
|
+
import La from "./components/wifi.js";
|
|
570
|
+
import Ma from "./components/wind.js";
|
|
571
|
+
import Pa from "./components/x-brand.js";
|
|
572
|
+
import Ta from "./components/x-circle.js";
|
|
573
|
+
import Oa from "./components/zap-off.js";
|
|
574
|
+
import Ra from "./components/zendesk.js";
|
|
575
|
+
import xa from "./components/zoho-crm.js";
|
|
576
|
+
import za from "./components/zoho-desk.js";
|
|
577
|
+
import Ua from "./components/zoho.js";
|
|
578
|
+
import Ha from "./components/zoom-in.js";
|
|
579
|
+
import Wa from "./components/zoom-logo.js";
|
|
580
|
+
import Ga from "./components/zoom-out.js";
|
|
581
|
+
import Va from "./components/zoom.js";
|
|
582
|
+
import Ea from "./components/atomic-pathway.js";
|
|
583
|
+
import Za from "./components/black-hole.js";
|
|
584
|
+
import ja from "./components/blank-space.js";
|
|
585
|
+
import qa from "./components/dialpad-logo-black.js";
|
|
586
|
+
import Na from "./components/dialpad-logo-inverted.js";
|
|
587
|
+
import Qa from "./components/dialpad-logo-white.js";
|
|
588
|
+
import Xa from "./components/dialpad-logo.js";
|
|
589
|
+
import Ja from "./components/dialpad-mono-black.js";
|
|
590
|
+
import Ka from "./components/dialpad-mono-inverted.js";
|
|
591
|
+
import Ya from "./components/dialpad-mono-white.js";
|
|
592
|
+
import $a from "./components/dialpad-mono.js";
|
|
593
|
+
import ol from "./components/dialpad-wordmark-black.js";
|
|
594
|
+
import _l from "./components/dialpad-wordmark-inverted.js";
|
|
595
|
+
import il from "./components/dialpad-wordmark-white.js";
|
|
596
|
+
import rl from "./components/dialpad-wordmark.js";
|
|
597
|
+
import tl from "./components/mind.js";
|
|
598
|
+
import sl from "./components/orbital-harmony.js";
|
|
599
|
+
import el from "./components/vector-vortex.js";
|
|
600
|
+
const ud = /* @__PURE__ */ Object.assign({ "./src/icons/Simultaneous-ring.vue": o, "./src/icons/accessibility-mac.vue": _, "./src/icons/accessibility.vue": i, "./src/icons/activity.vue": r, "./src/icons/add-task.vue": t, "./src/icons/agent-assist.vue": s, "./src/icons/ai-notes.vue": e, "./src/icons/ai-write.vue": c, "./src/icons/airplay.vue": n, "./src/icons/airtable.vue": a, "./src/icons/alarm-check.vue": l, "./src/icons/alarm-clock-off.vue": m, "./src/icons/alarm-minus.vue": v, "./src/icons/alarm-plus.vue": u, "./src/icons/album.vue": p, "./src/icons/alert-circle.vue": f, "./src/icons/alert-triangle.vue": g, "./src/icons/align-center.vue": b, "./src/icons/align-justify.vue": D, "./src/icons/align-left.vue": I, "./src/icons/align-right.vue": d, "./src/icons/amex.vue": h, "./src/icons/app-store-badge.vue": k, "./src/icons/apple.vue": C, "./src/icons/archive-restore.vue": w, "./src/icons/archive.vue": y, "./src/icons/arrow-down-left.vue": S, "./src/icons/arrow-down-right.vue": B, "./src/icons/arrow-down.vue": A, "./src/icons/arrow-left-right.vue": F, "./src/icons/arrow-left.vue": L, "./src/icons/arrow-right.vue": M, "./src/icons/arrow-up-down.vue": P, "./src/icons/arrow-up-left.vue": T, "./src/icons/arrow-up-right.vue": O, "./src/icons/arrow-up.vue": R, "./src/icons/asana.vue": x, "./src/icons/asterisk.vue": z, "./src/icons/at-sign.vue": U, "./src/icons/ata-adapter.vue": H, "./src/icons/attestation-outline.vue": W, "./src/icons/attestation.vue": G, "./src/icons/axis-3d.vue": V, "./src/icons/bar-chart-2.vue": E, "./src/icons/bar-chart-3.vue": Z, "./src/icons/bar-chart-4.vue": j, "./src/icons/bar-chart-horizontal.vue": q, "./src/icons/bar-chart.vue": N, "./src/icons/barge.vue": Q, "./src/icons/baseline.vue": X, "./src/icons/battery-charging.vue": J, "./src/icons/battery-full.vue": K, "./src/icons/battery-low.vue": Y, "./src/icons/battery-medium.vue": $, "./src/icons/battery.vue": oo, "./src/icons/bell-minus.vue": _o, "./src/icons/bell-off.vue": io, "./src/icons/bell-plus.vue": ro, "./src/icons/bell-ring.vue": to, "./src/icons/bell.vue": so, "./src/icons/binary.vue": eo, "./src/icons/bluetooth-connected.vue": co, "./src/icons/bluetooth-off.vue": no, "./src/icons/bluetooth-searching.vue": ao, "./src/icons/bluetooth.vue": lo, "./src/icons/blur-background.vue": mo, "./src/icons/bold.vue": vo, "./src/icons/book-open.vue": uo, "./src/icons/book.vue": po, "./src/icons/bookmark-filled.vue": fo, "./src/icons/bookmark-minus.vue": go, "./src/icons/bookmark-plus.vue": bo, "./src/icons/bookmark.vue": Do, "./src/icons/box-select.vue": Io, "./src/icons/box.vue": ho, "./src/icons/boxes.vue": ko, "./src/icons/branch.vue": Co, "./src/icons/brand-dialpad-meetings.vue": wo, "./src/icons/brand-dialpad.vue": yo, "./src/icons/briefcase.vue": So, "./src/icons/building-2.vue": Bo, "./src/icons/building.vue": Ao, "./src/icons/bullet.vue": Fo, "./src/icons/bullhorn.vue": Lo, "./src/icons/calculator.vue": Mo, "./src/icons/calendar-check-2.vue": Po, "./src/icons/calendar-check.vue": To, "./src/icons/calendar-clock.vue": Oo, "./src/icons/calendar-days.vue": Ro, "./src/icons/calendar-heart.vue": xo, "./src/icons/calendar-minus.vue": zo, "./src/icons/calendar-off.vue": Uo, "./src/icons/calendar-plus.vue": Ho, "./src/icons/calendar-range.vue": Wo, "./src/icons/calendar-search.vue": Go, "./src/icons/calendar-x.vue": Vo, "./src/icons/calendar.vue": Eo, "./src/icons/call-abandoned.vue": Zo, "./src/icons/call-merge.vue": jo, "./src/icons/call-rejected.vue": qo, "./src/icons/camera-off.vue": No, "./src/icons/camera-tracking.vue": Qo, "./src/icons/camera.vue": Xo, "./src/icons/cast.vue": Jo, "./src/icons/check-circle-filled.vue": Ko, "./src/icons/check-circle.vue": Yo, "./src/icons/check.vue": $o, "./src/icons/chevron-down.vue": o_, "./src/icons/chevron-first.vue": __, "./src/icons/chevron-last.vue": i_, "./src/icons/chevron-left.vue": r_, "./src/icons/chevron-right.vue": t_, "./src/icons/chevron-up.vue": s_, "./src/icons/chevrons-down-up.vue": e_, "./src/icons/chevrons-down.vue": c_, "./src/icons/chevrons-left-right.vue": n_, "./src/icons/chevrons-left.vue": a_, "./src/icons/chevrons-right-left.vue": l_, "./src/icons/chevrons-right.vue": m_, "./src/icons/chevrons-up-down.vue": v_, "./src/icons/chevrons-up.vue": u_, "./src/icons/circle-half-filled.vue": p_, "./src/icons/circle-slashed.vue": f_, "./src/icons/clipboard-check.vue": g_, "./src/icons/clipboard-copy.vue": b_, "./src/icons/clipboard-edit.vue": D_, "./src/icons/clipboard-list.vue": I_, "./src/icons/clipboard-signature.vue": d_, "./src/icons/clipboard-type.vue": h_, "./src/icons/clipboard-x.vue": k_, "./src/icons/clipboard.vue": C_, "./src/icons/clock-1.vue": w_, "./src/icons/clock-10.vue": y_, "./src/icons/clock-11.vue": S_, "./src/icons/clock-12.vue": B_, "./src/icons/clock-2.vue": A_, "./src/icons/clock-3.vue": F_, "./src/icons/clock-4.vue": L_, "./src/icons/clock-5.vue": M_, "./src/icons/clock-6.vue": P_, "./src/icons/clock-7.vue": T_, "./src/icons/clock-8.vue": O_, "./src/icons/clock-9.vue": R_, "./src/icons/clock.vue": x_, "./src/icons/clockify.vue": z_, "./src/icons/close.vue": U_, "./src/icons/cloud-cog.vue": H_, "./src/icons/cloud-drizzle.vue": W_, "./src/icons/cloud-fog.vue": G_, "./src/icons/cloud-hail.vue": V_, "./src/icons/cloud-lightning.vue": E_, "./src/icons/cloud-moon-rain.vue": Z_, "./src/icons/cloud-moon.vue": j_, "./src/icons/cloud-off.vue": q_, "./src/icons/cloud-rain-wind.vue": N_, "./src/icons/cloud-rain.vue": Q_, "./src/icons/cloud-snow.vue": X_, "./src/icons/cloud-sun-rain.vue": J_, "./src/icons/cloud-sun.vue": K_, "./src/icons/cloud.vue": Y_, "./src/icons/cloudy.vue": $_, "./src/icons/coaching-hub.vue": oi, "./src/icons/code-block.vue": _i, "./src/icons/code.vue": ii, "./src/icons/command.vue": ri, "./src/icons/concierge-bell.vue": ti, "./src/icons/connection-api.vue": si, "./src/icons/contacts.vue": ei, "./src/icons/copper-crm.vue": ci, "./src/icons/copy.vue": ni, "./src/icons/copyright.vue": ai, "./src/icons/corner-down-left.vue": li, "./src/icons/corner-down-right.vue": mi, "./src/icons/corner-left-down.vue": vi, "./src/icons/corner-left-up.vue": ui, "./src/icons/corner-right-down.vue": pi, "./src/icons/corner-right-up.vue": fi, "./src/icons/corner-up-left.vue": gi, "./src/icons/corner-up-right.vue": bi, "./src/icons/cpu.vue": Di, "./src/icons/credit-card.vue": Ii, "./src/icons/dash.vue": di, "./src/icons/dect-base-station.vue": hi, "./src/icons/dect-handset.vue": ki, "./src/icons/default-ai-agent-fab.vue": Ci, "./src/icons/delete.vue": wi, "./src/icons/deskphone.vue": yi, "./src/icons/dialbot.vue": Si, "./src/icons/dialer.vue": Bi, "./src/icons/dialpad-ai-color-reversed.vue": Ai, "./src/icons/dialpad-ai-color.vue": Fi, "./src/icons/dialpad-ai-reversed.vue": Li, "./src/icons/dialpad-ai.vue": Mi, "./src/icons/dialpad-logomark.vue": Pi, "./src/icons/dialpad-sparkle.vue": Ti, "./src/icons/dialpad-wfm.vue": Oi, "./src/icons/digital-whisper.vue": Ri, "./src/icons/diners-club.vue": xi, "./src/icons/discover.vue": zi, "./src/icons/dissatisfied-filled.vue": Ui, "./src/icons/dissatisfied.vue": Hi, "./src/icons/double-check.vue": Wi, "./src/icons/download-cloud.vue": Gi, "./src/icons/download.vue": Vi, "./src/icons/dp-phone.vue": Ei, "./src/icons/edit-2.vue": Zi, "./src/icons/edit.vue": ji, "./src/icons/empty.vue": qi, "./src/icons/end-chat.vue": Ni, "./src/icons/equal.vue": Qi, "./src/icons/eraser.vue": Xi, "./src/icons/evernote.vue": Ji, "./src/icons/expand.vue": Ki, "./src/icons/expert-node.vue": Yi, "./src/icons/external-link.vue": $i, "./src/icons/eye-off.vue": or, "./src/icons/eye.vue": _r, "./src/icons/facebook.vue": ir, "./src/icons/factory.vue": rr, "./src/icons/fast-forward.vue": tr, "./src/icons/file-audio.vue": sr, "./src/icons/file-pdf.vue": er, "./src/icons/file.vue": cr, "./src/icons/files.vue": nr, "./src/icons/film.vue": ar, "./src/icons/filter.vue": lr, "./src/icons/fingerprint.vue": mr, "./src/icons/flag-off.vue": vr, "./src/icons/flag.vue": ur, "./src/icons/flame.vue": pr, "./src/icons/focus.vue": fr, "./src/icons/folder-tree.vue": gr, "./src/icons/folder.vue": br, "./src/icons/folders.vue": Dr, "./src/icons/food.vue": Ir, "./src/icons/form-input.vue": dr, "./src/icons/forward.vue": hr, "./src/icons/freshsales-crm.vue": kr, "./src/icons/front.vue": Cr, "./src/icons/gamepad.vue": wr, "./src/icons/gauge.vue": yr, "./src/icons/gif-filled.vue": Sr, "./src/icons/gif-outline.vue": Br, "./src/icons/giphy.vue": Ar, "./src/icons/globe-2.vue": Fr, "./src/icons/gmail.vue": Lr, "./src/icons/google-business-messaging.vue": Mr, "./src/icons/google-calendar.vue": Pr, "./src/icons/google-docs.vue": Tr, "./src/icons/google-drive.vue": Or, "./src/icons/google-glyph.vue": Rr, "./src/icons/google-sheets.vue": xr, "./src/icons/google-slides.vue": zr, "./src/icons/greenhouse.vue": Ur, "./src/icons/grid.vue": Hr, "./src/icons/grip-horizontal.vue": Wr, "./src/icons/grip-vertical.vue": Gr, "./src/icons/hand.vue": Vr, "./src/icons/hard-drive.vue": Er, "./src/icons/hash-bold.vue": Zr, "./src/icons/hash.vue": jr, "./src/icons/haze.vue": qr, "./src/icons/hd.vue": Nr, "./src/icons/headphones.vue": Qr, "./src/icons/headset.vue": Xr, "./src/icons/hear.vue": Jr, "./src/icons/heart.vue": Kr, "./src/icons/help-circle.vue": Yr, "./src/icons/highfive.vue": $r, "./src/icons/history.vue": ot, "./src/icons/hold.vue": _t, "./src/icons/home.vue": it, "./src/icons/hourglass.vue": rt, "./src/icons/hubspot.vue": tt, "./src/icons/image.vue": st, "./src/icons/import.vue": et, "./src/icons/inbox.vue": ct, "./src/icons/indent.vue": nt, "./src/icons/infinity.vue": at, "./src/icons/info.vue": lt, "./src/icons/inspect.vue": mt, "./src/icons/instagram.vue": vt, "./src/icons/intercom.vue": ut, "./src/icons/isolated-queries.vue": pt, "./src/icons/italic.vue": ft, "./src/icons/jcb.vue": gt, "./src/icons/jira-service-desk.vue": bt, "./src/icons/key.vue": Dt, "./src/icons/keyboard.vue": It, "./src/icons/keypad.vue": dt, "./src/icons/languages.vue": ht, "./src/icons/laptop-2.vue": kt, "./src/icons/large-self-view.vue": Ct, "./src/icons/layout-dashboard.vue": wt, "./src/icons/layout-filmstrip.vue": yt, "./src/icons/layout-grid.vue": St, "./src/icons/layout-template.vue": Bt, "./src/icons/layout.vue": At, "./src/icons/library.vue": Ft, "./src/icons/life-buoy.vue": Lt, "./src/icons/lightbulb-off.vue": Mt, "./src/icons/lightbulb.vue": Pt, "./src/icons/lightning-bolt.vue": Tt, "./src/icons/line-chart.vue": Ot, "./src/icons/line-messenger.vue": Rt, "./src/icons/link-2-off.vue": xt, "./src/icons/link-2.vue": zt, "./src/icons/linkedin.vue": Ut, "./src/icons/list-add.vue": Ht, "./src/icons/list-bullet.vue": Wt, "./src/icons/list-checks.vue": Gt, "./src/icons/list-ordered.vue": Vt, "./src/icons/listen.vue": Et, "./src/icons/listening.vue": Zt, "./src/icons/live-queue.vue": jt, "./src/icons/living-thing.vue": qt, "./src/icons/loading.vue": Nt, "./src/icons/lock-filled.vue": Qt, "./src/icons/lock.vue": Xt, "./src/icons/log-in.vue": Jt, "./src/icons/log-out.vue": Kt, "./src/icons/maestro.vue": Yt, "./src/icons/mail-open.vue": $t, "./src/icons/mail.vue": os, "./src/icons/mails.vue": _s, "./src/icons/map-pin-filled.vue": is, "./src/icons/map-pin.vue": rs, "./src/icons/map.vue": ts, "./src/icons/mastercard.vue": ss, "./src/icons/maximize.vue": es, "./src/icons/megaphone-off.vue": cs, "./src/icons/megaphone.vue": ns, "./src/icons/menu.vue": as, "./src/icons/message.vue": ls, "./src/icons/messenger.vue": ms, "./src/icons/mic-off.vue": vs, "./src/icons/mic.vue": us, "./src/icons/microsoft-dynamics-365.vue": ps, "./src/icons/microsoft-teams.vue": fs, "./src/icons/microsoft.vue": gs, "./src/icons/minimize-alt.vue": bs, "./src/icons/minimize.vue": Ds, "./src/icons/minus-circle.vue": Is, "./src/icons/miro.vue": ds, "./src/icons/monday-com.vue": hs, "./src/icons/monitor-off.vue": ks, "./src/icons/monitor-speaker.vue": Cs, "./src/icons/monitor.vue": ws, "./src/icons/moon.vue": ys, "./src/icons/more-horizontal.vue": Ss, "./src/icons/more-vertical.vue": Bs, "./src/icons/mouse.vue": As, "./src/icons/multi-line-dept.vue": Fs, "./src/icons/music-off.vue": Ls, "./src/icons/music.vue": Ms, "./src/icons/network.vue": Ps, "./src/icons/neutral.vue": Ts, "./src/icons/newspaper.vue": Os, "./src/icons/not-enough-queries.vue": Rs, "./src/icons/notes.vue": xs, "./src/icons/o365-calendar.vue": zs, "./src/icons/object.vue": Us, "./src/icons/office-365.vue": Hs, "./src/icons/option.vue": Ws, "./src/icons/package.vue": Gs, "./src/icons/paperclip.vue": Vs, "./src/icons/park.vue": Es, "./src/icons/party-popper.vue": Zs, "./src/icons/past-conversations.vue": js, "./src/icons/pause-circle-filled.vue": qs, "./src/icons/pause-circle.vue": Ns, "./src/icons/pause.vue": Qs, "./src/icons/phone-call.vue": Xs, "./src/icons/phone-forward.vue": Js, "./src/icons/phone-hang-up.vue": Ks, "./src/icons/phone-hold.vue": Ys, "./src/icons/phone-incoming.vue": $s, "./src/icons/phone-missed.vue": oe, "./src/icons/phone-off.vue": _e, "./src/icons/phone-outgoing.vue": ie, "./src/icons/phone.vue": re, "./src/icons/picture-in-picture.vue": te, "./src/icons/pie-chart.vue": se, "./src/icons/pin-filled.vue": ee, "./src/icons/pin-off.vue": ce, "./src/icons/pin.vue": ne, "./src/icons/pipedrive.vue": ae, "./src/icons/play-circle-filled.vue": le, "./src/icons/play-circle.vue": me, "./src/icons/play-filled.vue": ve, "./src/icons/play-store-badge.vue": ue, "./src/icons/play.vue": pe, "./src/icons/plug.vue": fe, "./src/icons/plus-circle-filled.vue": ge, "./src/icons/plus-circle.vue": be, "./src/icons/plus.vue": De, "./src/icons/power-dialer-off.vue": Ie, "./src/icons/power-dialer.vue": de, "./src/icons/power.vue": he, "./src/icons/print-fax.vue": ke, "./src/icons/printer.vue": Ce, "./src/icons/puzzle.vue": we, "./src/icons/qr-code.vue": ye, "./src/icons/queries.vue": Se, "./src/icons/quote.vue": Be, "./src/icons/record-filled.vue": Ae, "./src/icons/record.vue": Fe, "./src/icons/redo.vue": Le, "./src/icons/refresh.vue": Me, "./src/icons/rematch.vue": Pe, "./src/icons/repeat.vue": Te, "./src/icons/reply-all.vue": Oe, "./src/icons/reply.vue": Re, "./src/icons/rewind-15-sec.vue": xe, "./src/icons/rewind.vue": ze, "./src/icons/rocket.vue": Ue, "./src/icons/salesforce-glyph.vue": He, "./src/icons/salesforce-logo.vue": We, "./src/icons/satisfied-filled.vue": Ge, "./src/icons/satisfied.vue": Ve, "./src/icons/save.vue": Ee, "./src/icons/scan-face.vue": Ze, "./src/icons/scan-file.vue": je, "./src/icons/scan.vue": qe, "./src/icons/scissors.vue": Ne, "./src/icons/screen-share-off.vue": Qe, "./src/icons/scroll.vue": Xe, "./src/icons/search.vue": Je, "./src/icons/send.vue": Ke, "./src/icons/servicenow.vue": Ye, "./src/icons/settings.vue": $e, "./src/icons/share-2.vue": oc, "./src/icons/share-screen.vue": _c, "./src/icons/share.vue": ic, "./src/icons/sheet.vue": rc, "./src/icons/shield-alert.vue": tc, "./src/icons/shield-check.vue": sc, "./src/icons/shield-close.vue": ec, "./src/icons/shield-off.vue": cc, "./src/icons/shield.vue": nc, "./src/icons/shortcuts.vue": ac, "./src/icons/shuffle.vue": lc, "./src/icons/sidebar-close.vue": mc, "./src/icons/sidebar-open.vue": vc, "./src/icons/sidebar.vue": uc, "./src/icons/signal-best.vue": pc, "./src/icons/signal-high.vue": fc, "./src/icons/signal-low.vue": gc, "./src/icons/signal-medium.vue": bc, "./src/icons/signal-zero.vue": Dc, "./src/icons/siren.vue": Ic, "./src/icons/skip-15-sec.vue": dc, "./src/icons/skip-back-ten.vue": hc, "./src/icons/skip-back.vue": kc, "./src/icons/skip-forward-ten.vue": Cc, "./src/icons/skip-forward.vue": wc, "./src/icons/slack.vue": yc, "./src/icons/slash.vue": Sc, "./src/icons/sliders-horizontal.vue": Bc, "./src/icons/sliders.vue": Ac, "./src/icons/small-self-view.vue": Fc, "./src/icons/smartphone-charging.vue": Lc, "./src/icons/smartphone.vue": Mc, "./src/icons/snapchat.vue": Pc, "./src/icons/snooze.vue": Tc, "./src/icons/snowflake.vue": Oc, "./src/icons/somewhat-dissatisfied-filled.vue": Rc, "./src/icons/somewhat-dissatisfied.vue": xc, "./src/icons/somewhat-satisfied-filled.vue": zc, "./src/icons/somewhat-satisfied.vue": Uc, "./src/icons/sort-asc.vue": Hc, "./src/icons/sort-desc.vue": Wc, "./src/icons/sparkle-filled.vue": Gc, "./src/icons/sparkle.vue": Vc, "./src/icons/speaker.vue": Ec, "./src/icons/star-filled.vue": Zc, "./src/icons/star.vue": jc, "./src/icons/sticker.vue": qc, "./src/icons/stop-circle-filled.vue": Nc, "./src/icons/stop-circle.vue": Qc, "./src/icons/stop-filled.vue": Xc, "./src/icons/strikethrough.vue": Jc, "./src/icons/sun-dim.vue": Kc, "./src/icons/sun-medium.vue": Yc, "./src/icons/sun.vue": $c, "./src/icons/sunrise.vue": on, "./src/icons/sunset.vue": _n, "./src/icons/switch-to-cellular.vue": rn, "./src/icons/switch-to-hd.vue": tn, "./src/icons/t-mobile.vue": sn, "./src/icons/table.vue": en, "./src/icons/tag.vue": cn, "./src/icons/tags.vue": nn, "./src/icons/takeover.vue": an, "./src/icons/task.vue": ln, "./src/icons/telegram.vue": mn, "./src/icons/text-cursor-input.vue": vn, "./src/icons/text-cursor.vue": un, "./src/icons/thermometer-snowflake.vue": pn, "./src/icons/thermometer-sun.vue": fn, "./src/icons/thermometer.vue": gn, "./src/icons/thread.vue": bn, "./src/icons/threads.vue": Dn, "./src/icons/thumbs-down-filled.vue": In, "./src/icons/thumbs-down.vue": dn, "./src/icons/thumbs-up-filled.vue": hn, "./src/icons/thumbs-up.vue": kn, "./src/icons/tiktok.vue": Cn, "./src/icons/timer-off.vue": wn, "./src/icons/timer-reset.vue": yn, "./src/icons/timer.vue": Sn, "./src/icons/toggl.vue": Bn, "./src/icons/token.vue": An, "./src/icons/too-many-queries.vue": Fn, "./src/icons/tools.vue": Ln, "./src/icons/toy-brick.vue": Mn, "./src/icons/transfer-webchat.vue": Pn, "./src/icons/transfer.vue": Tn, "./src/icons/transportation.vue": On, "./src/icons/trash.vue": Rn, "./src/icons/trending-down.vue": xn, "./src/icons/trending-up.vue": zn, "./src/icons/triangle.vue": Un, "./src/icons/twitter.vue": Hn, "./src/icons/type.vue": Wn, "./src/icons/umbrella.vue": Gn, "./src/icons/underline.vue": Vn, "./src/icons/undo-2.vue": En, "./src/icons/union-pay.vue": Zn, "./src/icons/unlink-2.vue": jn, "./src/icons/unlock-filled.vue": qn, "./src/icons/unlock.vue": Nn, "./src/icons/unread.vue": Qn, "./src/icons/upload-cloud.vue": Xn, "./src/icons/upload.vue": Jn, "./src/icons/usb.vue": Kn, "./src/icons/user-check.vue": Yn, "./src/icons/user-minus.vue": $n, "./src/icons/user-plus.vue": oa, "./src/icons/user-rematch.vue": _a, "./src/icons/user-remove.vue": ia, "./src/icons/user-speak.vue": ra, "./src/icons/user.vue": ta, "./src/icons/users.vue": sa, "./src/icons/very-dissatisfied-filled.vue": ea, "./src/icons/very-dissatisfied.vue": ca, "./src/icons/very-satisfied-filled.vue": na, "./src/icons/very-satisfied.vue": aa, "./src/icons/viber.vue": la, "./src/icons/video-off.vue": ma, "./src/icons/video-settings.vue": va, "./src/icons/video.vue": ua, "./src/icons/visa.vue": pa, "./src/icons/voicemail-drop.vue": fa, "./src/icons/voicemail.vue": ga, "./src/icons/volume-1.vue": ba, "./src/icons/volume-2.vue": Da, "./src/icons/volume-x.vue": Ia, "./src/icons/volume.vue": da, "./src/icons/waveform.vue": ha, "./src/icons/we-chat.vue": ka, "./src/icons/webcam.vue": Ca, "./src/icons/webchat.vue": wa, "./src/icons/webex.vue": ya, "./src/icons/whatsapp-outlined.vue": Sa, "./src/icons/whatsapp.vue": Ba, "./src/icons/whisper.vue": Aa, "./src/icons/wifi-off.vue": Fa, "./src/icons/wifi.vue": La, "./src/icons/wind.vue": Ma, "./src/icons/x-brand.vue": Pa, "./src/icons/x-circle.vue": Ta, "./src/icons/zap-off.vue": Oa, "./src/icons/zendesk.vue": Ra, "./src/icons/zoho-crm.vue": xa, "./src/icons/zoho-desk.vue": za, "./src/icons/zoho.vue": Ua, "./src/icons/zoom-in.vue": Ha, "./src/icons/zoom-logo.vue": Wa, "./src/icons/zoom-out.vue": Ga, "./src/icons/zoom.vue": Va }), pd = /* @__PURE__ */ Object.assign({ "./src/illustrations/atomic-pathway.vue": Ea, "./src/illustrations/black-hole.vue": Za, "./src/illustrations/blank-space.vue": ja, "./src/illustrations/dialpad-logo-black.vue": qa, "./src/illustrations/dialpad-logo-inverted.vue": Na, "./src/illustrations/dialpad-logo-white.vue": Qa, "./src/illustrations/dialpad-logo.vue": Xa, "./src/illustrations/dialpad-mono-black.vue": Ja, "./src/illustrations/dialpad-mono-inverted.vue": Ka, "./src/illustrations/dialpad-mono-white.vue": Ya, "./src/illustrations/dialpad-mono.vue": $a, "./src/illustrations/dialpad-wordmark-black.vue": ol, "./src/illustrations/dialpad-wordmark-inverted.vue": _l, "./src/illustrations/dialpad-wordmark-white.vue": il, "./src/illustrations/dialpad-wordmark.vue": rl, "./src/illustrations/mind.vue": tl, "./src/illustrations/orbital-harmony.vue": sl, "./src/illustrations/vector-vortex.vue": el });
|
|
596
601
|
export {
|
|
597
602
|
i as DtIconAccessibility,
|
|
598
603
|
_ as DtIconAccessibilityMac,
|
|
@@ -603,8 +608,8 @@ export {
|
|
|
603
608
|
c as DtIconAiWrite,
|
|
604
609
|
n as DtIconAirplay,
|
|
605
610
|
a as DtIconAirtable,
|
|
606
|
-
|
|
607
|
-
|
|
611
|
+
l as DtIconAlarmCheck,
|
|
612
|
+
m as DtIconAlarmClockOff,
|
|
608
613
|
v as DtIconAlarmMinus,
|
|
609
614
|
u as DtIconAlarmPlus,
|
|
610
615
|
p as DtIconAlbum,
|
|
@@ -619,11 +624,11 @@ export {
|
|
|
619
624
|
C as DtIconApple,
|
|
620
625
|
y as DtIconArchive,
|
|
621
626
|
w as DtIconArchiveRestore,
|
|
622
|
-
|
|
627
|
+
A as DtIconArrowDown,
|
|
623
628
|
S as DtIconArrowDownLeft,
|
|
624
629
|
B as DtIconArrowDownRight,
|
|
625
630
|
L as DtIconArrowLeft,
|
|
626
|
-
|
|
631
|
+
F as DtIconArrowLeftRight,
|
|
627
632
|
M as DtIconArrowRight,
|
|
628
633
|
R as DtIconArrowUp,
|
|
629
634
|
P as DtIconArrowUpDown,
|
|
@@ -654,11 +659,11 @@ export {
|
|
|
654
659
|
ro as DtIconBellPlus,
|
|
655
660
|
to as DtIconBellRing,
|
|
656
661
|
eo as DtIconBinary,
|
|
657
|
-
|
|
662
|
+
lo as DtIconBluetooth,
|
|
658
663
|
co as DtIconBluetoothConnected,
|
|
659
664
|
no as DtIconBluetoothOff,
|
|
660
665
|
ao as DtIconBluetoothSearching,
|
|
661
|
-
|
|
666
|
+
mo as DtIconBlurBackground,
|
|
662
667
|
vo as DtIconBold,
|
|
663
668
|
po as DtIconBook,
|
|
664
669
|
uo as DtIconBookOpen,
|
|
@@ -673,9 +678,9 @@ export {
|
|
|
673
678
|
yo as DtIconBrandDialpad,
|
|
674
679
|
wo as DtIconBrandDialpadMeetings,
|
|
675
680
|
So as DtIconBriefcase,
|
|
676
|
-
|
|
681
|
+
Ao as DtIconBuilding,
|
|
677
682
|
Bo as DtIconBuilding2,
|
|
678
|
-
|
|
683
|
+
Fo as DtIconBullet,
|
|
679
684
|
Lo as DtIconBullhorn,
|
|
680
685
|
Mo as DtIconCalculator,
|
|
681
686
|
Eo as DtIconCalendar,
|
|
@@ -710,8 +715,8 @@ export {
|
|
|
710
715
|
e_ as DtIconChevronsDownUp,
|
|
711
716
|
a_ as DtIconChevronsLeft,
|
|
712
717
|
n_ as DtIconChevronsLeftRight,
|
|
713
|
-
|
|
714
|
-
|
|
718
|
+
m_ as DtIconChevronsRight,
|
|
719
|
+
l_ as DtIconChevronsRightLeft,
|
|
715
720
|
u_ as DtIconChevronsUp,
|
|
716
721
|
v_ as DtIconChevronsUpDown,
|
|
717
722
|
p_ as DtIconCircleHalfFilled,
|
|
@@ -729,8 +734,8 @@ export {
|
|
|
729
734
|
y_ as DtIconClock10,
|
|
730
735
|
S_ as DtIconClock11,
|
|
731
736
|
B_ as DtIconClock12,
|
|
732
|
-
|
|
733
|
-
|
|
737
|
+
A_ as DtIconClock2,
|
|
738
|
+
F_ as DtIconClock3,
|
|
734
739
|
L_ as DtIconClock4,
|
|
735
740
|
M_ as DtIconClock5,
|
|
736
741
|
P_ as DtIconClock6,
|
|
@@ -764,8 +769,8 @@ export {
|
|
|
764
769
|
ci as DtIconCopperCrm,
|
|
765
770
|
ni as DtIconCopy,
|
|
766
771
|
ai as DtIconCopyright,
|
|
767
|
-
|
|
768
|
-
|
|
772
|
+
li as DtIconCornerDownLeft,
|
|
773
|
+
mi as DtIconCornerDownRight,
|
|
769
774
|
vi as DtIconCornerLeftDown,
|
|
770
775
|
ui as DtIconCornerLeftUp,
|
|
771
776
|
pi as DtIconCornerRightDown,
|
|
@@ -783,8 +788,8 @@ export {
|
|
|
783
788
|
Si as DtIconDialbot,
|
|
784
789
|
Bi as DtIconDialer,
|
|
785
790
|
Mi as DtIconDialpadAi,
|
|
786
|
-
|
|
787
|
-
|
|
791
|
+
Fi as DtIconDialpadAiColor,
|
|
792
|
+
Ai as DtIconDialpadAiColorReversed,
|
|
788
793
|
Li as DtIconDialpadAiReversed,
|
|
789
794
|
Pi as DtIconDialpadLogomark,
|
|
790
795
|
Ti as DtIconDialpadSparkle,
|
|
@@ -818,8 +823,8 @@ export {
|
|
|
818
823
|
er as DtIconFilePdf,
|
|
819
824
|
nr as DtIconFiles,
|
|
820
825
|
ar as DtIconFilm,
|
|
821
|
-
|
|
822
|
-
|
|
826
|
+
lr as DtIconFilter,
|
|
827
|
+
mr as DtIconFingerprint,
|
|
823
828
|
ur as DtIconFlag,
|
|
824
829
|
vr as DtIconFlagOff,
|
|
825
830
|
pr as DtIconFlame,
|
|
@@ -836,8 +841,8 @@ export {
|
|
|
836
841
|
yr as DtIconGauge,
|
|
837
842
|
Sr as DtIconGifFilled,
|
|
838
843
|
Br as DtIconGifOutline,
|
|
839
|
-
|
|
840
|
-
|
|
844
|
+
Ar as DtIconGiphy,
|
|
845
|
+
Fr as DtIconGlobe2,
|
|
841
846
|
Lr as DtIconGmail,
|
|
842
847
|
Mr as DtIconGoogleBusinessMessaging,
|
|
843
848
|
Pr as DtIconGoogleCalendar,
|
|
@@ -872,8 +877,8 @@ export {
|
|
|
872
877
|
ct as DtIconInbox,
|
|
873
878
|
nt as DtIconIndent,
|
|
874
879
|
at as DtIconInfinity,
|
|
875
|
-
|
|
876
|
-
|
|
880
|
+
lt as DtIconInfo,
|
|
881
|
+
mt as DtIconInspect,
|
|
877
882
|
vt as DtIconInstagram,
|
|
878
883
|
ut as DtIconIntercom,
|
|
879
884
|
pt as DtIconIsolatedQueries,
|
|
@@ -886,12 +891,12 @@ export {
|
|
|
886
891
|
ht as DtIconLanguages,
|
|
887
892
|
kt as DtIconLaptop2,
|
|
888
893
|
Ct as DtIconLargeSelfView,
|
|
889
|
-
|
|
894
|
+
At as DtIconLayout,
|
|
890
895
|
wt as DtIconLayoutDashboard,
|
|
891
896
|
yt as DtIconLayoutFilmstrip,
|
|
892
897
|
St as DtIconLayoutGrid,
|
|
893
898
|
Bt as DtIconLayoutTemplate,
|
|
894
|
-
|
|
899
|
+
Ft as DtIconLibrary,
|
|
895
900
|
Lt as DtIconLifeBuoy,
|
|
896
901
|
Pt as DtIconLightbulb,
|
|
897
902
|
Mt as DtIconLightbulbOff,
|
|
@@ -926,8 +931,8 @@ export {
|
|
|
926
931
|
ns as DtIconMegaphone,
|
|
927
932
|
cs as DtIconMegaphoneOff,
|
|
928
933
|
as as DtIconMenu,
|
|
929
|
-
|
|
930
|
-
|
|
934
|
+
ls as DtIconMessage,
|
|
935
|
+
ms as DtIconMessenger,
|
|
931
936
|
us as DtIconMic,
|
|
932
937
|
vs as DtIconMicOff,
|
|
933
938
|
gs as DtIconMicrosoft,
|
|
@@ -944,8 +949,8 @@ export {
|
|
|
944
949
|
ys as DtIconMoon,
|
|
945
950
|
Ss as DtIconMoreHorizontal,
|
|
946
951
|
Bs as DtIconMoreVertical,
|
|
947
|
-
|
|
948
|
-
|
|
952
|
+
As as DtIconMouse,
|
|
953
|
+
Fs as DtIconMultiLineDept,
|
|
949
954
|
Ms as DtIconMusic,
|
|
950
955
|
Ls as DtIconMusicOff,
|
|
951
956
|
Ps as DtIconNetwork,
|
|
@@ -981,214 +986,219 @@ export {
|
|
|
981
986
|
ce as DtIconPinOff,
|
|
982
987
|
ae as DtIconPipedrive,
|
|
983
988
|
pe as DtIconPlay,
|
|
984
|
-
|
|
985
|
-
|
|
989
|
+
me as DtIconPlayCircle,
|
|
990
|
+
le as DtIconPlayCircleFilled,
|
|
986
991
|
ve as DtIconPlayFilled,
|
|
987
992
|
ue as DtIconPlayStoreBadge,
|
|
988
993
|
fe as DtIconPlug,
|
|
989
994
|
De as DtIconPlus,
|
|
990
995
|
be as DtIconPlusCircle,
|
|
991
996
|
ge as DtIconPlusCircleFilled,
|
|
992
|
-
|
|
993
|
-
de as
|
|
994
|
-
|
|
995
|
-
ke as
|
|
996
|
-
Ce as
|
|
997
|
-
we as
|
|
998
|
-
ye as
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
Fe as
|
|
1002
|
-
Ae as
|
|
1003
|
-
Le as
|
|
1004
|
-
Me as
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
Re as
|
|
1008
|
-
Oe as
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
Ue as
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
Ne as
|
|
1021
|
-
Qe as
|
|
1022
|
-
Xe as
|
|
1023
|
-
Je as
|
|
1024
|
-
Ke as
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
tc as
|
|
1033
|
-
sc as
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
pc as
|
|
1042
|
-
fc as
|
|
1043
|
-
gc as
|
|
997
|
+
he as DtIconPower,
|
|
998
|
+
de as DtIconPowerDialer,
|
|
999
|
+
Ie as DtIconPowerDialerOff,
|
|
1000
|
+
ke as DtIconPrintFax,
|
|
1001
|
+
Ce as DtIconPrinter,
|
|
1002
|
+
we as DtIconPuzzle,
|
|
1003
|
+
ye as DtIconQrCode,
|
|
1004
|
+
Se as DtIconQueries,
|
|
1005
|
+
Be as DtIconQuote,
|
|
1006
|
+
Fe as DtIconRecord,
|
|
1007
|
+
Ae as DtIconRecordFilled,
|
|
1008
|
+
Le as DtIconRedo,
|
|
1009
|
+
Me as DtIconRefresh,
|
|
1010
|
+
Pe as DtIconRematch,
|
|
1011
|
+
Te as DtIconRepeat,
|
|
1012
|
+
Re as DtIconReply,
|
|
1013
|
+
Oe as DtIconReplyAll,
|
|
1014
|
+
ze as DtIconRewind,
|
|
1015
|
+
xe as DtIconRewind15Sec,
|
|
1016
|
+
Ue as DtIconRocket,
|
|
1017
|
+
He as DtIconSalesforceGlyph,
|
|
1018
|
+
We as DtIconSalesforceLogo,
|
|
1019
|
+
Ve as DtIconSatisfied,
|
|
1020
|
+
Ge as DtIconSatisfiedFilled,
|
|
1021
|
+
Ee as DtIconSave,
|
|
1022
|
+
qe as DtIconScan,
|
|
1023
|
+
Ze as DtIconScanFace,
|
|
1024
|
+
je as DtIconScanFile,
|
|
1025
|
+
Ne as DtIconScissors,
|
|
1026
|
+
Qe as DtIconScreenShareOff,
|
|
1027
|
+
Xe as DtIconScroll,
|
|
1028
|
+
Je as DtIconSearch,
|
|
1029
|
+
Ke as DtIconSend,
|
|
1030
|
+
Ye as DtIconServicenow,
|
|
1031
|
+
$e as DtIconSettings,
|
|
1032
|
+
ic as DtIconShare,
|
|
1033
|
+
oc as DtIconShare2,
|
|
1034
|
+
_c as DtIconShareScreen,
|
|
1035
|
+
rc as DtIconSheet,
|
|
1036
|
+
nc as DtIconShield,
|
|
1037
|
+
tc as DtIconShieldAlert,
|
|
1038
|
+
sc as DtIconShieldCheck,
|
|
1039
|
+
ec as DtIconShieldClose,
|
|
1040
|
+
cc as DtIconShieldOff,
|
|
1041
|
+
ac as DtIconShortcuts,
|
|
1042
|
+
lc as DtIconShuffle,
|
|
1043
|
+
uc as DtIconSidebar,
|
|
1044
|
+
mc as DtIconSidebarClose,
|
|
1045
|
+
vc as DtIconSidebarOpen,
|
|
1046
|
+
pc as DtIconSignalBest,
|
|
1047
|
+
fc as DtIconSignalHigh,
|
|
1048
|
+
gc as DtIconSignalLow,
|
|
1049
|
+
bc as DtIconSignalMedium,
|
|
1050
|
+
Dc as DtIconSignalZero,
|
|
1044
1051
|
o as DtIconSimultaneousRing,
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1052
|
+
Ic as DtIconSiren,
|
|
1053
|
+
dc as DtIconSkip15Sec,
|
|
1054
|
+
kc as DtIconSkipBack,
|
|
1055
|
+
hc as DtIconSkipBackTen,
|
|
1056
|
+
wc as DtIconSkipForward,
|
|
1057
|
+
Cc as DtIconSkipForwardTen,
|
|
1058
|
+
yc as DtIconSlack,
|
|
1059
|
+
Sc as DtIconSlash,
|
|
1060
|
+
Ac as DtIconSliders,
|
|
1061
|
+
Bc as DtIconSlidersHorizontal,
|
|
1062
|
+
Fc as DtIconSmallSelfView,
|
|
1063
|
+
Mc as DtIconSmartphone,
|
|
1064
|
+
Lc as DtIconSmartphoneCharging,
|
|
1065
|
+
Pc as DtIconSnapchat,
|
|
1066
|
+
Tc as DtIconSnooze,
|
|
1067
|
+
Oc as DtIconSnowflake,
|
|
1068
|
+
xc as DtIconSomewhatDissatisfied,
|
|
1069
|
+
Rc as DtIconSomewhatDissatisfiedFilled,
|
|
1070
|
+
Uc as DtIconSomewhatSatisfied,
|
|
1071
|
+
zc as DtIconSomewhatSatisfiedFilled,
|
|
1072
|
+
Hc as DtIconSortAsc,
|
|
1073
|
+
Wc as DtIconSortDesc,
|
|
1074
|
+
Vc as DtIconSparkle,
|
|
1075
|
+
Gc as DtIconSparkleFilled,
|
|
1076
|
+
Ec as DtIconSpeaker,
|
|
1077
|
+
jc as DtIconStar,
|
|
1078
|
+
Zc as DtIconStarFilled,
|
|
1079
|
+
qc as DtIconSticker,
|
|
1080
|
+
Qc as DtIconStopCircle,
|
|
1081
|
+
Nc as DtIconStopCircleFilled,
|
|
1082
|
+
Xc as DtIconStopFilled,
|
|
1083
|
+
Jc as DtIconStrikethrough,
|
|
1084
|
+
$c as DtIconSun,
|
|
1085
|
+
Kc as DtIconSunDim,
|
|
1086
|
+
Yc as DtIconSunMedium,
|
|
1087
|
+
on as DtIconSunrise,
|
|
1088
|
+
_n as DtIconSunset,
|
|
1089
|
+
rn as DtIconSwitchToCellular,
|
|
1090
|
+
tn as DtIconSwitchToHd,
|
|
1091
|
+
sn as DtIconTMobile,
|
|
1092
|
+
en as DtIconTable,
|
|
1093
|
+
cn as DtIconTag,
|
|
1094
|
+
nn as DtIconTags,
|
|
1095
|
+
an as DtIconTakeover,
|
|
1096
|
+
ln as DtIconTask,
|
|
1097
|
+
mn as DtIconTelegram,
|
|
1098
|
+
un as DtIconTextCursor,
|
|
1099
|
+
vn as DtIconTextCursorInput,
|
|
1100
|
+
gn as DtIconThermometer,
|
|
1101
|
+
pn as DtIconThermometerSnowflake,
|
|
1102
|
+
fn as DtIconThermometerSun,
|
|
1103
|
+
bn as DtIconThread,
|
|
1104
|
+
Dn as DtIconThreads,
|
|
1105
|
+
dn as DtIconThumbsDown,
|
|
1106
|
+
In as DtIconThumbsDownFilled,
|
|
1107
|
+
kn as DtIconThumbsUp,
|
|
1108
|
+
hn as DtIconThumbsUpFilled,
|
|
1109
|
+
Cn as DtIconTiktok,
|
|
1110
|
+
Sn as DtIconTimer,
|
|
1111
|
+
wn as DtIconTimerOff,
|
|
1112
|
+
yn as DtIconTimerReset,
|
|
1113
|
+
Bn as DtIconToggl,
|
|
1114
|
+
An as DtIconToken,
|
|
1115
|
+
Fn as DtIconTooManyQueries,
|
|
1116
|
+
Ln as DtIconTools,
|
|
1117
|
+
Mn as DtIconToyBrick,
|
|
1118
|
+
Tn as DtIconTransfer,
|
|
1119
|
+
Pn as DtIconTransferWebchat,
|
|
1120
|
+
On as DtIconTransportation,
|
|
1121
|
+
Rn as DtIconTrash,
|
|
1122
|
+
xn as DtIconTrendingDown,
|
|
1123
|
+
zn as DtIconTrendingUp,
|
|
1124
|
+
Un as DtIconTriangle,
|
|
1125
|
+
Hn as DtIconTwitter,
|
|
1126
|
+
Wn as DtIconType,
|
|
1127
|
+
Gn as DtIconUmbrella,
|
|
1128
|
+
Vn as DtIconUnderline,
|
|
1129
|
+
En as DtIconUndo2,
|
|
1130
|
+
Zn as DtIconUnionPay,
|
|
1131
|
+
jn as DtIconUnlink2,
|
|
1132
|
+
Nn as DtIconUnlock,
|
|
1133
|
+
qn as DtIconUnlockFilled,
|
|
1134
|
+
Qn as DtIconUnread,
|
|
1135
|
+
Jn as DtIconUpload,
|
|
1136
|
+
Xn as DtIconUploadCloud,
|
|
1137
|
+
Kn as DtIconUsb,
|
|
1138
|
+
ta as DtIconUser,
|
|
1139
|
+
Yn as DtIconUserCheck,
|
|
1140
|
+
$n as DtIconUserMinus,
|
|
1141
|
+
oa as DtIconUserPlus,
|
|
1142
|
+
_a as DtIconUserRematch,
|
|
1143
|
+
ia as DtIconUserRemove,
|
|
1144
|
+
ra as DtIconUserSpeak,
|
|
1145
|
+
sa as DtIconUsers,
|
|
1146
|
+
ca as DtIconVeryDissatisfied,
|
|
1147
|
+
ea as DtIconVeryDissatisfiedFilled,
|
|
1148
|
+
aa as DtIconVerySatisfied,
|
|
1149
|
+
na as DtIconVerySatisfiedFilled,
|
|
1150
|
+
la as DtIconViber,
|
|
1151
|
+
ua as DtIconVideo,
|
|
1152
|
+
ma as DtIconVideoOff,
|
|
1153
|
+
va as DtIconVideoSettings,
|
|
1154
|
+
pa as DtIconVisa,
|
|
1155
|
+
ga as DtIconVoicemail,
|
|
1156
|
+
fa as DtIconVoicemailDrop,
|
|
1157
|
+
da as DtIconVolume,
|
|
1158
|
+
ba as DtIconVolume1,
|
|
1159
|
+
Da as DtIconVolume2,
|
|
1160
|
+
Ia as DtIconVolumeX,
|
|
1161
|
+
ha as DtIconWaveform,
|
|
1162
|
+
ka as DtIconWeChat,
|
|
1163
|
+
Ca as DtIconWebcam,
|
|
1164
|
+
wa as DtIconWebchat,
|
|
1165
|
+
ya as DtIconWebex,
|
|
1166
|
+
Ba as DtIconWhatsapp,
|
|
1167
|
+
Sa as DtIconWhatsappOutlined,
|
|
1168
|
+
Aa as DtIconWhisper,
|
|
1169
|
+
La as DtIconWifi,
|
|
1170
|
+
Fa as DtIconWifiOff,
|
|
1171
|
+
Ma as DtIconWind,
|
|
1172
|
+
Pa as DtIconXBrand,
|
|
1173
|
+
Ta as DtIconXCircle,
|
|
1174
|
+
Oa as DtIconZapOff,
|
|
1175
|
+
Ra as DtIconZendesk,
|
|
1176
|
+
Ua as DtIconZoho,
|
|
1177
|
+
xa as DtIconZohoCrm,
|
|
1178
|
+
za as DtIconZohoDesk,
|
|
1179
|
+
Va as DtIconZoom,
|
|
1180
|
+
Ha as DtIconZoomIn,
|
|
1181
|
+
Wa as DtIconZoomLogo,
|
|
1182
|
+
Ga as DtIconZoomOut,
|
|
1183
|
+
Ea as DtIllustrationAtomicPathway,
|
|
1184
|
+
Za as DtIllustrationBlackHole,
|
|
1185
|
+
ja as DtIllustrationBlankSpace,
|
|
1186
|
+
Xa as DtIllustrationDialpadLogo,
|
|
1187
|
+
qa as DtIllustrationDialpadLogoBlack,
|
|
1188
|
+
Na as DtIllustrationDialpadLogoInverted,
|
|
1189
|
+
Qa as DtIllustrationDialpadLogoWhite,
|
|
1190
|
+
$a as DtIllustrationDialpadMono,
|
|
1191
|
+
Ja as DtIllustrationDialpadMonoBlack,
|
|
1192
|
+
Ka as DtIllustrationDialpadMonoInverted,
|
|
1193
|
+
Ya as DtIllustrationDialpadMonoWhite,
|
|
1194
|
+
rl as DtIllustrationDialpadWordmark,
|
|
1195
|
+
ol as DtIllustrationDialpadWordmarkBlack,
|
|
1196
|
+
_l as DtIllustrationDialpadWordmarkInverted,
|
|
1197
|
+
il as DtIllustrationDialpadWordmarkWhite,
|
|
1198
|
+
tl as DtIllustrationMind,
|
|
1199
|
+
sl as DtIllustrationOrbitalHarmony,
|
|
1200
|
+
el as DtIllustrationVectorVortex,
|
|
1201
|
+
ud as icons,
|
|
1202
|
+
pd as illustrations
|
|
1193
1203
|
};
|
|
1194
1204
|
//# sourceMappingURL=dialtone-icons.js.map
|