@triptease/icons 1.3.7 → 1.3.8
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/CHANGELOG.md +6 -0
- package/custom-elements.json +771 -17
- package/dist/src/icons/account.d.ts +1 -0
- package/dist/src/icons/account.js +5 -0
- package/dist/src/icons/account.js.map +1 -0
- package/dist/src/icons/audience-targeting.d.ts +1 -0
- package/dist/src/icons/audience-targeting.js +6 -0
- package/dist/src/icons/audience-targeting.js.map +1 -0
- package/dist/src/icons/bold.d.ts +1 -0
- package/dist/src/icons/bold.js +13 -0
- package/dist/src/icons/bold.js.map +1 -0
- package/dist/src/icons/bullet-list.d.ts +1 -0
- package/dist/src/icons/bullet-list.js +17 -0
- package/dist/src/icons/bullet-list.js.map +1 -0
- package/dist/src/icons/checkbox-checked.d.ts +1 -0
- package/dist/src/icons/checkbox-checked.js +6 -0
- package/dist/src/icons/checkbox-checked.js.map +1 -0
- package/dist/src/icons/coin.d.ts +1 -0
- package/dist/src/icons/coin.js +5 -0
- package/dist/src/icons/coin.js.map +1 -0
- package/dist/src/icons/collapsible.d.ts +1 -0
- package/dist/src/icons/collapsible.js +5 -0
- package/dist/src/icons/collapsible.js.map +1 -0
- package/dist/src/icons/countdown.d.ts +1 -0
- package/dist/src/icons/countdown.js +9 -0
- package/dist/src/icons/countdown.js.map +1 -0
- package/dist/src/icons/date-boost.d.ts +1 -0
- package/dist/src/icons/date-boost.js +5 -0
- package/dist/src/icons/date-boost.js.map +1 -0
- package/dist/src/icons/dismissible.d.ts +1 -0
- package/dist/src/icons/dismissible.js +5 -0
- package/dist/src/icons/dismissible.js.map +1 -0
- package/dist/src/icons/dropdown.d.ts +1 -0
- package/dist/src/icons/dropdown.js +5 -0
- package/dist/src/icons/dropdown.js.map +1 -0
- package/dist/src/icons/embed.d.ts +1 -0
- package/dist/src/icons/embed.js +5 -0
- package/dist/src/icons/embed.js.map +1 -0
- package/dist/src/icons/experiment.d.ts +1 -0
- package/dist/src/icons/experiment.js +5 -0
- package/dist/src/icons/experiment.js.map +1 -0
- package/dist/src/icons/form.d.ts +1 -0
- package/dist/src/icons/form.js +5 -0
- package/dist/src/icons/form.js.map +1 -0
- package/dist/src/icons/hotel.d.ts +1 -0
- package/dist/src/icons/hotel.js +5 -0
- package/dist/src/icons/hotel.js.map +1 -0
- package/dist/src/icons/insights.d.ts +1 -0
- package/dist/src/icons/insights.js +5 -0
- package/dist/src/icons/insights.js.map +1 -0
- package/dist/src/icons/italic.d.ts +1 -0
- package/dist/src/icons/italic.js +7 -0
- package/dist/src/icons/italic.js.map +1 -0
- package/dist/src/icons/link.d.ts +1 -0
- package/dist/src/icons/link.js +6 -0
- package/dist/src/icons/link.js.map +1 -0
- package/dist/src/icons/numbered-list.d.ts +1 -0
- package/dist/src/icons/numbered-list.js +16 -0
- package/dist/src/icons/numbered-list.js.map +1 -0
- package/dist/src/icons/radio-checked.d.ts +1 -0
- package/dist/src/icons/radio-checked.js +5 -0
- package/dist/src/icons/radio-checked.js.map +1 -0
- package/dist/src/icons/share.d.ts +1 -0
- package/dist/src/icons/share.js +5 -0
- package/dist/src/icons/share.js.map +1 -0
- package/dist/src/icons/strikethrough.d.ts +1 -0
- package/dist/src/icons/strikethrough.js +6 -0
- package/dist/src/icons/strikethrough.js.map +1 -0
- package/dist/src/icons/text-input.d.ts +1 -0
- package/dist/src/icons/text-input.js +5 -0
- package/dist/src/icons/text-input.js.map +1 -0
- package/dist/src/icons/ticket.d.ts +1 -0
- package/dist/src/icons/ticket.js +5 -0
- package/dist/src/icons/ticket.js.map +1 -0
- package/dist/src/icons/tree-graph.d.ts +1 -0
- package/dist/src/icons/tree-graph.js +5 -0
- package/dist/src/icons/tree-graph.js.map +1 -0
- package/dist/src/icons/underline.d.ts +1 -0
- package/dist/src/icons/underline.js +6 -0
- package/dist/src/icons/underline.js.map +1 -0
- package/dist/src/index.d.ts +26 -0
- package/dist/src/index.js +26 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +27 -1
package/custom-elements.json
CHANGED
|
@@ -7,6 +7,14 @@
|
|
|
7
7
|
"path": "src/index.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "account",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "account",
|
|
15
|
+
"module": "./icons/account.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
10
18
|
{
|
|
11
19
|
"kind": "js",
|
|
12
20
|
"name": "alert",
|
|
@@ -71,6 +79,30 @@
|
|
|
71
79
|
"module": "./icons/arrow-up.js"
|
|
72
80
|
}
|
|
73
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "js",
|
|
84
|
+
"name": "audienceTargeting",
|
|
85
|
+
"declaration": {
|
|
86
|
+
"name": "audienceTargeting",
|
|
87
|
+
"module": "./icons/audience-targeting.js"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"kind": "js",
|
|
92
|
+
"name": "bold",
|
|
93
|
+
"declaration": {
|
|
94
|
+
"name": "bold",
|
|
95
|
+
"module": "./icons/bold.js"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "js",
|
|
100
|
+
"name": "bulletList",
|
|
101
|
+
"declaration": {
|
|
102
|
+
"name": "bulletList",
|
|
103
|
+
"module": "./icons/bullet-list.js"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
74
106
|
{
|
|
75
107
|
"kind": "js",
|
|
76
108
|
"name": "button",
|
|
@@ -103,6 +135,14 @@
|
|
|
103
135
|
"module": "./icons/channels.js"
|
|
104
136
|
}
|
|
105
137
|
},
|
|
138
|
+
{
|
|
139
|
+
"kind": "js",
|
|
140
|
+
"name": "checkboxChecked",
|
|
141
|
+
"declaration": {
|
|
142
|
+
"name": "checkboxChecked",
|
|
143
|
+
"module": "./icons/checkbox-checked.js"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
106
146
|
{
|
|
107
147
|
"kind": "js",
|
|
108
148
|
"name": "chevron",
|
|
@@ -159,6 +199,22 @@
|
|
|
159
199
|
"module": "./icons/cog.js"
|
|
160
200
|
}
|
|
161
201
|
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "js",
|
|
204
|
+
"name": "coin",
|
|
205
|
+
"declaration": {
|
|
206
|
+
"name": "coin",
|
|
207
|
+
"module": "./icons/coin.js"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"kind": "js",
|
|
212
|
+
"name": "collapsible",
|
|
213
|
+
"declaration": {
|
|
214
|
+
"name": "collapsible",
|
|
215
|
+
"module": "./icons/collapsible.js"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
162
218
|
{
|
|
163
219
|
"kind": "js",
|
|
164
220
|
"name": "column",
|
|
@@ -183,6 +239,22 @@
|
|
|
183
239
|
"module": "./icons/container.js"
|
|
184
240
|
}
|
|
185
241
|
},
|
|
242
|
+
{
|
|
243
|
+
"kind": "js",
|
|
244
|
+
"name": "countdown",
|
|
245
|
+
"declaration": {
|
|
246
|
+
"name": "countdown",
|
|
247
|
+
"module": "./icons/countdown.js"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"kind": "js",
|
|
252
|
+
"name": "dateBoost",
|
|
253
|
+
"declaration": {
|
|
254
|
+
"name": "dateBoost",
|
|
255
|
+
"module": "./icons/date-boost.js"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
186
258
|
{
|
|
187
259
|
"kind": "js",
|
|
188
260
|
"name": "deleteIcon",
|
|
@@ -199,6 +271,14 @@
|
|
|
199
271
|
"module": "./icons/desktop.js"
|
|
200
272
|
}
|
|
201
273
|
},
|
|
274
|
+
{
|
|
275
|
+
"kind": "js",
|
|
276
|
+
"name": "dismissible",
|
|
277
|
+
"declaration": {
|
|
278
|
+
"name": "dismissible",
|
|
279
|
+
"module": "./icons/dismissible.js"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
202
282
|
{
|
|
203
283
|
"kind": "js",
|
|
204
284
|
"name": "divider",
|
|
@@ -223,6 +303,14 @@
|
|
|
223
303
|
"module": "./icons/download.js"
|
|
224
304
|
}
|
|
225
305
|
},
|
|
306
|
+
{
|
|
307
|
+
"kind": "js",
|
|
308
|
+
"name": "dropdown",
|
|
309
|
+
"declaration": {
|
|
310
|
+
"name": "dropdown",
|
|
311
|
+
"module": "./icons/dropdown.js"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
226
314
|
{
|
|
227
315
|
"kind": "js",
|
|
228
316
|
"name": "duplicate",
|
|
@@ -247,6 +335,22 @@
|
|
|
247
335
|
"module": "./icons/email.js"
|
|
248
336
|
}
|
|
249
337
|
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "js",
|
|
340
|
+
"name": "embed",
|
|
341
|
+
"declaration": {
|
|
342
|
+
"name": "embed",
|
|
343
|
+
"module": "./icons/embed.js"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"kind": "js",
|
|
348
|
+
"name": "experiment",
|
|
349
|
+
"declaration": {
|
|
350
|
+
"name": "experiment",
|
|
351
|
+
"module": "./icons/experiment.js"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
250
354
|
{
|
|
251
355
|
"kind": "js",
|
|
252
356
|
"name": "external",
|
|
@@ -263,6 +367,14 @@
|
|
|
263
367
|
"module": "./icons/filter.js"
|
|
264
368
|
}
|
|
265
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "js",
|
|
372
|
+
"name": "form",
|
|
373
|
+
"declaration": {
|
|
374
|
+
"name": "form",
|
|
375
|
+
"module": "./icons/form.js"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
266
378
|
{
|
|
267
379
|
"kind": "js",
|
|
268
380
|
"name": "gallery",
|
|
@@ -327,6 +439,14 @@
|
|
|
327
439
|
"module": "./icons/horizontal.js"
|
|
328
440
|
}
|
|
329
441
|
},
|
|
442
|
+
{
|
|
443
|
+
"kind": "js",
|
|
444
|
+
"name": "hotel",
|
|
445
|
+
"declaration": {
|
|
446
|
+
"name": "hotel",
|
|
447
|
+
"module": "./icons/hotel.js"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
330
450
|
{
|
|
331
451
|
"kind": "js",
|
|
332
452
|
"name": "info",
|
|
@@ -335,6 +455,22 @@
|
|
|
335
455
|
"module": "./icons/info.js"
|
|
336
456
|
}
|
|
337
457
|
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "js",
|
|
460
|
+
"name": "insights",
|
|
461
|
+
"declaration": {
|
|
462
|
+
"name": "insights",
|
|
463
|
+
"module": "./icons/insights.js"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"kind": "js",
|
|
468
|
+
"name": "italic",
|
|
469
|
+
"declaration": {
|
|
470
|
+
"name": "italic",
|
|
471
|
+
"module": "./icons/italic.js"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
338
474
|
{
|
|
339
475
|
"kind": "js",
|
|
340
476
|
"name": "keyboard",
|
|
@@ -351,6 +487,14 @@
|
|
|
351
487
|
"module": "./icons/lightning-bolt.js"
|
|
352
488
|
}
|
|
353
489
|
},
|
|
490
|
+
{
|
|
491
|
+
"kind": "js",
|
|
492
|
+
"name": "link",
|
|
493
|
+
"declaration": {
|
|
494
|
+
"name": "link",
|
|
495
|
+
"module": "./icons/link.js"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
354
498
|
{
|
|
355
499
|
"kind": "js",
|
|
356
500
|
"name": "logout",
|
|
@@ -407,6 +551,14 @@
|
|
|
407
551
|
"module": "./icons/new-tab.js"
|
|
408
552
|
}
|
|
409
553
|
},
|
|
554
|
+
{
|
|
555
|
+
"kind": "js",
|
|
556
|
+
"name": "numberedList",
|
|
557
|
+
"declaration": {
|
|
558
|
+
"name": "numberedList",
|
|
559
|
+
"module": "./icons/numbered-list.js"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
410
562
|
{
|
|
411
563
|
"kind": "js",
|
|
412
564
|
"name": "pause",
|
|
@@ -447,6 +599,14 @@
|
|
|
447
599
|
"module": "./icons/preview.js"
|
|
448
600
|
}
|
|
449
601
|
},
|
|
602
|
+
{
|
|
603
|
+
"kind": "js",
|
|
604
|
+
"name": "radioChecked",
|
|
605
|
+
"declaration": {
|
|
606
|
+
"name": "radioChecked",
|
|
607
|
+
"module": "./icons/radio-checked.js"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
450
610
|
{
|
|
451
611
|
"kind": "js",
|
|
452
612
|
"name": "redo",
|
|
@@ -479,6 +639,14 @@
|
|
|
479
639
|
"module": "./icons/send.js"
|
|
480
640
|
}
|
|
481
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"kind": "js",
|
|
644
|
+
"name": "share",
|
|
645
|
+
"declaration": {
|
|
646
|
+
"name": "share",
|
|
647
|
+
"module": "./icons/share.js"
|
|
648
|
+
}
|
|
649
|
+
},
|
|
482
650
|
{
|
|
483
651
|
"kind": "js",
|
|
484
652
|
"name": "sidebarCollapsed",
|
|
@@ -511,6 +679,14 @@
|
|
|
511
679
|
"module": "./icons/stop-filled.js"
|
|
512
680
|
}
|
|
513
681
|
},
|
|
682
|
+
{
|
|
683
|
+
"kind": "js",
|
|
684
|
+
"name": "strikethrough",
|
|
685
|
+
"declaration": {
|
|
686
|
+
"name": "strikethrough",
|
|
687
|
+
"module": "./icons/strikethrough.js"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
514
690
|
{
|
|
515
691
|
"kind": "js",
|
|
516
692
|
"name": "tag",
|
|
@@ -543,6 +719,14 @@
|
|
|
543
719
|
"module": "./icons/text.js"
|
|
544
720
|
}
|
|
545
721
|
},
|
|
722
|
+
{
|
|
723
|
+
"kind": "js",
|
|
724
|
+
"name": "textInput",
|
|
725
|
+
"declaration": {
|
|
726
|
+
"name": "textInput",
|
|
727
|
+
"module": "./icons/text-input.js"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
546
730
|
{
|
|
547
731
|
"kind": "js",
|
|
548
732
|
"name": "tick",
|
|
@@ -551,6 +735,22 @@
|
|
|
551
735
|
"module": "./icons/tick.js"
|
|
552
736
|
}
|
|
553
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"kind": "js",
|
|
740
|
+
"name": "ticket",
|
|
741
|
+
"declaration": {
|
|
742
|
+
"name": "ticket",
|
|
743
|
+
"module": "./icons/ticket.js"
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"kind": "js",
|
|
748
|
+
"name": "treeGraph",
|
|
749
|
+
"declaration": {
|
|
750
|
+
"name": "treeGraph",
|
|
751
|
+
"module": "./icons/tree-graph.js"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
554
754
|
{
|
|
555
755
|
"kind": "js",
|
|
556
756
|
"name": "undo",
|
|
@@ -559,6 +759,14 @@
|
|
|
559
759
|
"module": "./icons/undo.js"
|
|
560
760
|
}
|
|
561
761
|
},
|
|
762
|
+
{
|
|
763
|
+
"kind": "js",
|
|
764
|
+
"name": "underline",
|
|
765
|
+
"declaration": {
|
|
766
|
+
"name": "underline",
|
|
767
|
+
"module": "./icons/underline.js"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
562
770
|
{
|
|
563
771
|
"kind": "js",
|
|
564
772
|
"name": "unlink",
|
|
@@ -601,6 +809,27 @@
|
|
|
601
809
|
}
|
|
602
810
|
]
|
|
603
811
|
},
|
|
812
|
+
{
|
|
813
|
+
"kind": "javascript-module",
|
|
814
|
+
"path": "src/icons/account.ts",
|
|
815
|
+
"declarations": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "variable",
|
|
818
|
+
"name": "account",
|
|
819
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 15.2098 20.4857 18.0638 18.1348 19.8936C18.0344 20.055 17.8763 20.1738 17.6875 20.2227C16.0725 21.3418 14.1137 22 12 22C9.88604 22 7.92664 21.3421 6.31152 20.2227C6.12294 20.1736 5.96441 20.055 5.86426 19.8936C3.51367 18.0638 2 15.2095 2 12C2 6.47715 6.47715 2 12 2ZM11.25 15.5C9.1884 15.5 7.49093 17.0597 7.27344 19.0635C8.62515 19.9698 10.2503 20.5 12 20.5C13.7494 20.5 15.374 19.9695 16.7256 19.0635C16.508 17.0598 14.8116 15.5 12.75 15.5H11.25ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 14.3333 4.44073 16.4464 5.96289 17.9824C6.62169 15.683 8.73895 14 11.25 14H12.75C15.2609 14 17.3772 15.6832 18.0361 17.9824C19.5586 16.4464 20.5 14.3335 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 5.25C14.0711 5.25 15.75 6.92893 15.75 9C15.75 11.0711 14.0711 12.75 12 12.75C9.92893 12.75 8.25 11.0711 8.25 9C8.25 6.92893 9.92893 5.25 12 5.25ZM12 6.75C10.7574 6.75 9.75 7.75736 9.75 9C9.75 10.2426 10.7574 11.25 12 11.25C13.2426 11.25 14.25 10.2426 14.25 9C14.25 7.75736 13.2426 6.75 12 6.75Z\" fill=\"currentColor\"/> </svg> `"
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"exports": [
|
|
823
|
+
{
|
|
824
|
+
"kind": "js",
|
|
825
|
+
"name": "account",
|
|
826
|
+
"declaration": {
|
|
827
|
+
"name": "account",
|
|
828
|
+
"module": "src/icons/account.ts"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
},
|
|
604
833
|
{
|
|
605
834
|
"kind": "javascript-module",
|
|
606
835
|
"path": "src/icons/alert.ts",
|
|
@@ -769,6 +998,69 @@
|
|
|
769
998
|
}
|
|
770
999
|
]
|
|
771
1000
|
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "javascript-module",
|
|
1003
|
+
"path": "src/icons/audience-targeting.ts",
|
|
1004
|
+
"declarations": [
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "variable",
|
|
1007
|
+
"name": "audienceTargeting",
|
|
1008
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.25 5C3.25 4.0335 4.0335 3.25 5 3.25H7C7.41421 3.25 7.75 3.58579 7.75 4C7.75 4.41421 7.41421 4.75 7 4.75H5C4.86193 4.75 4.75 4.86193 4.75 5V7C4.75 7.41421 4.41421 7.75 4 7.75C3.58579 7.75 3.25 7.41421 3.25 7V5ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.1381 4.86193 19.25 5 19.25H7C7.41421 19.25 7.75 19.5858 7.75 20C7.75 20.4142 7.41421 20.75 7 20.75H5C4.0335 20.75 3.25 19.9665 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25ZM20.75 17C20.75 16.5858 20.4142 16.25 20 16.25C19.5858 16.25 19.25 16.5858 19.25 17V19C19.25 19.1381 19.1381 19.25 19 19.25H17C16.5858 19.25 16.25 19.5858 16.25 20C16.25 20.4142 16.5858 20.75 17 20.75H19C19.9665 20.75 20.75 19.9665 20.75 19V17ZM16.25 4C16.25 3.58579 16.5858 3.25 17 3.25H19C19.9665 3.25 20.75 4.0335 20.75 5V7C20.75 7.41421 20.4142 7.75 20 7.75C19.5858 7.75 19.25 7.41421 19.25 7V5C19.25 4.86193 19.1381 4.75 19 4.75H17C16.5858 4.75 16.25 4.41421 16.25 4ZM12 7.75C11.3096 7.75 10.75 8.30964 10.75 9C10.75 9.69036 11.3096 10.25 12 10.25C12.6904 10.25 13.25 9.69036 13.25 9C13.25 8.30964 12.6904 7.75 12 7.75ZM9.25 9C9.25 7.48122 10.4812 6.25 12 6.25C13.5188 6.25 14.75 7.48122 14.75 9C14.75 10.5188 13.5188 11.75 12 11.75C10.4812 11.75 9.25 10.5188 9.25 9ZM7.25 16.4C7.25 14.6603 8.6603 13.25 10.4 13.25H13.6C15.3397 13.25 16.75 14.6603 16.75 16.4C16.75 17.1456 16.1456 17.75 15.4 17.75H8.6C7.85442 17.75 7.25 17.1456 7.25 16.4ZM15.2433 16.25C15.1675 15.409 14.4607 14.75 13.6 14.75H10.4C9.53929 14.75 8.83251 15.409 8.75673 16.25H15.2433Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.25 5C3.25 4.0335 4.0335 3.25 5 3.25H7C7.41421 3.25 7.75 3.58579 7.75 4C7.75 4.41421 7.41421 4.75 7 4.75H5C4.86193 4.75 4.75 4.86193 4.75 5V7C4.75 7.41421 4.41421 7.75 4 7.75C3.58579 7.75 3.25 7.41421 3.25 7V5ZM4 16.25C4.41421 16.25 4.75 16.5858 4.75 17V19C4.75 19.1381 4.86193 19.25 5 19.25H7C7.41421 19.25 7.75 19.5858 7.75 20C7.75 20.4142 7.41421 20.75 7 20.75H5C4.0335 20.75 3.25 19.9665 3.25 19V17C3.25 16.5858 3.58579 16.25 4 16.25ZM20.75 17C20.75 16.5858 20.4142 16.25 20 16.25C19.5858 16.25 19.25 16.5858 19.25 17V19C19.25 19.1381 19.1381 19.25 19 19.25H17C16.5858 19.25 16.25 19.5858 16.25 20C16.25 20.4142 16.5858 20.75 17 20.75H19C19.9665 20.75 20.75 19.9665 20.75 19V17ZM16.25 4C16.25 3.58579 16.5858 3.25 17 3.25H19C19.9665 3.25 20.75 4.0335 20.75 5V7C20.75 7.41421 20.4142 7.75 20 7.75C19.5858 7.75 19.25 7.41421 19.25 7V5C19.25 4.86193 19.1381 4.75 19 4.75H17C16.5858 4.75 16.25 4.41421 16.25 4ZM12 7.75C11.3096 7.75 10.75 8.30964 10.75 9C10.75 9.69036 11.3096 10.25 12 10.25C12.6904 10.25 13.25 9.69036 13.25 9C13.25 8.30964 12.6904 7.75 12 7.75ZM9.25 9C9.25 7.48122 10.4812 6.25 12 6.25C13.5188 6.25 14.75 7.48122 14.75 9C14.75 10.5188 13.5188 11.75 12 11.75C10.4812 11.75 9.25 10.5188 9.25 9ZM7.25 16.4C7.25 14.6603 8.6603 13.25 10.4 13.25H13.6C15.3397 13.25 16.75 14.6603 16.75 16.4C16.75 17.1456 16.1456 17.75 15.4 17.75H8.6C7.85442 17.75 7.25 17.1456 7.25 16.4ZM15.2433 16.25C15.1675 15.409 14.4607 14.75 13.6 14.75H10.4C9.53929 14.75 8.83251 15.409 8.75673 16.25H15.2433Z\" fill=\"currentColor\"/> </svg> `"
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"exports": [
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "js",
|
|
1014
|
+
"name": "audienceTargeting",
|
|
1015
|
+
"declaration": {
|
|
1016
|
+
"name": "audienceTargeting",
|
|
1017
|
+
"module": "src/icons/audience-targeting.ts"
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"kind": "javascript-module",
|
|
1024
|
+
"path": "src/icons/bold.ts",
|
|
1025
|
+
"declarations": [
|
|
1026
|
+
{
|
|
1027
|
+
"kind": "variable",
|
|
1028
|
+
"name": "bold",
|
|
1029
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_8391_1177)\"> <path d=\"M7 5H13C13.9283 5 14.8185 5.36875 15.4749 6.02513C16.1313 6.6815 16.5 7.57174 16.5 8.5C16.5 9.42826 16.1313 10.3185 15.4749 10.9749C14.8185 11.6313 13.9283 12 13 12H7V5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M13 12H14C14.9283 12 15.8185 12.3687 16.4749 13.0251C17.1313 13.6815 17.5 14.5717 17.5 15.5C17.5 16.4283 17.1313 17.3185 16.4749 17.9749C15.8185 18.6313 14.9283 19 14 19H7V12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_8391_1177\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg> `"
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"exports": [
|
|
1033
|
+
{
|
|
1034
|
+
"kind": "js",
|
|
1035
|
+
"name": "bold",
|
|
1036
|
+
"declaration": {
|
|
1037
|
+
"name": "bold",
|
|
1038
|
+
"module": "src/icons/bold.ts"
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"kind": "javascript-module",
|
|
1045
|
+
"path": "src/icons/bullet-list.ts",
|
|
1046
|
+
"declarations": [
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "variable",
|
|
1049
|
+
"name": "bulletList",
|
|
1050
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_8391_1173)\"> <path d=\"M9 6H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M9 12H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M9 18H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M5 6V6.007\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M5 12V12.007\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M5 18V18.007\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_8391_1173\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg> `"
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"exports": [
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "js",
|
|
1056
|
+
"name": "bulletList",
|
|
1057
|
+
"declaration": {
|
|
1058
|
+
"name": "bulletList",
|
|
1059
|
+
"module": "src/icons/bullet-list.ts"
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
772
1064
|
{
|
|
773
1065
|
"kind": "javascript-module",
|
|
774
1066
|
"path": "src/icons/button.ts",
|
|
@@ -853,6 +1145,27 @@
|
|
|
853
1145
|
}
|
|
854
1146
|
]
|
|
855
1147
|
},
|
|
1148
|
+
{
|
|
1149
|
+
"kind": "javascript-module",
|
|
1150
|
+
"path": "src/icons/checkbox-checked.ts",
|
|
1151
|
+
"declarations": [
|
|
1152
|
+
{
|
|
1153
|
+
"kind": "variable",
|
|
1154
|
+
"name": "checkboxChecked",
|
|
1155
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"3.75\" y=\"3.75\" width=\"16.5\" height=\"16.5\" rx=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/> <path d=\"M8 13.2L10 15L16 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/> </svg> `"
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"exports": [
|
|
1159
|
+
{
|
|
1160
|
+
"kind": "js",
|
|
1161
|
+
"name": "checkboxChecked",
|
|
1162
|
+
"declaration": {
|
|
1163
|
+
"name": "checkboxChecked",
|
|
1164
|
+
"module": "src/icons/checkbox-checked.ts"
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
856
1169
|
{
|
|
857
1170
|
"kind": "javascript-module",
|
|
858
1171
|
"path": "src/icons/chevron-down.ts",
|
|
@@ -1000,6 +1313,48 @@
|
|
|
1000
1313
|
}
|
|
1001
1314
|
]
|
|
1002
1315
|
},
|
|
1316
|
+
{
|
|
1317
|
+
"kind": "javascript-module",
|
|
1318
|
+
"path": "src/icons/coin.ts",
|
|
1319
|
+
"declarations": [
|
|
1320
|
+
{
|
|
1321
|
+
"kind": "variable",
|
|
1322
|
+
"name": "coin",
|
|
1323
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 9C11.5858 9 11.25 9.33579 11.25 9.75V14.25C11.25 14.6642 11.5858 15 12 15C12.4142 15 12.75 14.6642 12.75 14.25V9.75C12.75 9.33579 12.4142 9 12 9Z\" fill=\"currentColor\"/> </svg> `"
|
|
1324
|
+
}
|
|
1325
|
+
],
|
|
1326
|
+
"exports": [
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "js",
|
|
1329
|
+
"name": "coin",
|
|
1330
|
+
"declaration": {
|
|
1331
|
+
"name": "coin",
|
|
1332
|
+
"module": "src/icons/coin.ts"
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
]
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"kind": "javascript-module",
|
|
1339
|
+
"path": "src/icons/collapsible.ts",
|
|
1340
|
+
"declarations": [
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "variable",
|
|
1343
|
+
"name": "collapsible",
|
|
1344
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.5732 13.4697C15.8661 13.7626 15.8661 14.2374 15.5732 14.5303C15.2804 14.8232 14.8056 14.8231 14.5127 14.5303L12.793 12.8105V21C12.793 21.4142 12.4571 21.75 12.043 21.75C11.6288 21.75 11.293 21.4142 11.293 21V12.8105L9.57324 14.5303C9.28036 14.8231 8.80559 14.8231 8.5127 14.5303C8.21981 14.2374 8.21981 13.7626 8.5127 13.4697L12.043 9.93945L15.5732 13.4697ZM17 3.25C19.0711 3.25 20.75 4.92893 20.75 7V15C20.75 17.0711 19.0711 18.75 17 18.75H14.793V17.25H17C18.2426 17.25 19.25 16.2426 19.25 15V7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V15C4.75 16.2426 5.75736 17.25 7 17.25H9.29297V18.75H7C4.92893 18.75 3.25 17.0711 3.25 15V7C3.25 4.92893 4.92893 3.25 7 3.25H17Z\" fill=\"currentColor\"/> </svg> `"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"exports": [
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "js",
|
|
1350
|
+
"name": "collapsible",
|
|
1351
|
+
"declaration": {
|
|
1352
|
+
"name": "collapsible",
|
|
1353
|
+
"module": "src/icons/collapsible.ts"
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1003
1358
|
{
|
|
1004
1359
|
"kind": "javascript-module",
|
|
1005
1360
|
"path": "src/icons/column.ts",
|
|
@@ -1065,62 +1420,125 @@
|
|
|
1065
1420
|
},
|
|
1066
1421
|
{
|
|
1067
1422
|
"kind": "javascript-module",
|
|
1068
|
-
"path": "src/icons/
|
|
1423
|
+
"path": "src/icons/countdown.ts",
|
|
1069
1424
|
"declarations": [
|
|
1070
1425
|
{
|
|
1071
1426
|
"kind": "variable",
|
|
1072
|
-
"name": "
|
|
1073
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <
|
|
1427
|
+
"name": "countdown",
|
|
1428
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/> <path d=\"M12 12L12 8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/> <path d=\"M12 4L12 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/> <path d=\"M14.5 2.75L9.5 2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/> <path d=\"M17 6L17.5 5.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/> </svg> `"
|
|
1074
1429
|
}
|
|
1075
1430
|
],
|
|
1076
1431
|
"exports": [
|
|
1077
1432
|
{
|
|
1078
1433
|
"kind": "js",
|
|
1079
|
-
"name": "
|
|
1434
|
+
"name": "countdown",
|
|
1080
1435
|
"declaration": {
|
|
1081
|
-
"name": "
|
|
1082
|
-
"module": "src/icons/
|
|
1436
|
+
"name": "countdown",
|
|
1437
|
+
"module": "src/icons/countdown.ts"
|
|
1083
1438
|
}
|
|
1084
1439
|
}
|
|
1085
1440
|
]
|
|
1086
1441
|
},
|
|
1087
1442
|
{
|
|
1088
1443
|
"kind": "javascript-module",
|
|
1089
|
-
"path": "src/icons/
|
|
1444
|
+
"path": "src/icons/date-boost.ts",
|
|
1090
1445
|
"declarations": [
|
|
1091
1446
|
{
|
|
1092
1447
|
"kind": "variable",
|
|
1093
|
-
"name": "
|
|
1094
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"
|
|
1448
|
+
"name": "dateBoost",
|
|
1449
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.75 3C8.75 2.58579 8.41421 2.25 8 2.25C7.58579 2.25 7.25 2.58579 7.25 3V4.25H7C4.92893 4.25 3.25 5.92893 3.25 8V17C3.25 19.0711 4.92893 20.75 7 20.75H8.75V19.25H7C5.75736 19.25 4.75 18.2426 4.75 17V10.75H19.25V12H20.75V8C20.75 5.92893 19.0711 4.25 17 4.25H16.75V3C16.75 2.58579 16.4142 2.25 16 2.25C15.5858 2.25 15.25 2.58579 15.25 3V4.25H8.75V3ZM8 5.75H16H17C18.2426 5.75 19.25 6.75736 19.25 8V9.25H4.75V8C4.75 6.75736 5.75736 5.75 7 5.75H8ZM16.25 14.5C16.25 14.9142 16.5858 15.25 17 15.25H18.1893L16 17.4393L15.0303 16.4697L14.5 15.9393L13.9697 16.4697L10.9697 19.4697C10.6768 19.7626 10.6768 20.2374 10.9697 20.5303C11.2626 20.8232 11.7374 20.8232 12.0303 20.5303L14.5 18.0607L15.4697 19.0303L16 19.5607L16.5303 19.0303L19.25 16.3107V17.5C19.25 17.9142 19.5858 18.25 20 18.25C20.4142 18.25 20.75 17.9142 20.75 17.5V14.5V13.75H20H17C16.5858 13.75 16.25 14.0858 16.25 14.5Z\" fill=\"currentColor\"/> </svg> `"
|
|
1095
1450
|
}
|
|
1096
1451
|
],
|
|
1097
1452
|
"exports": [
|
|
1098
1453
|
{
|
|
1099
1454
|
"kind": "js",
|
|
1100
|
-
"name": "
|
|
1455
|
+
"name": "dateBoost",
|
|
1101
1456
|
"declaration": {
|
|
1102
|
-
"name": "
|
|
1103
|
-
"module": "src/icons/
|
|
1457
|
+
"name": "dateBoost",
|
|
1458
|
+
"module": "src/icons/date-boost.ts"
|
|
1104
1459
|
}
|
|
1105
1460
|
}
|
|
1106
1461
|
]
|
|
1107
1462
|
},
|
|
1108
1463
|
{
|
|
1109
1464
|
"kind": "javascript-module",
|
|
1110
|
-
"path": "src/icons/
|
|
1465
|
+
"path": "src/icons/delete.ts",
|
|
1111
1466
|
"declarations": [
|
|
1112
1467
|
{
|
|
1113
1468
|
"kind": "variable",
|
|
1114
|
-
"name": "
|
|
1115
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
1469
|
+
"name": "deleteIcon",
|
|
1470
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.0791 4.02927C9.40366 3.54243 9.95007 3.25 10.5352 3.25H13.4648C14.0499 3.25 14.5963 3.54243 14.9209 4.02927L16.4014 6.25H17.9918H18.0066H20C20.4142 6.25 20.75 6.58579 20.75 7C20.75 7.41421 20.4142 7.75 20 7.75H18.6945L17.9609 17.2876C17.8106 19.2413 16.1814 20.75 14.2219 20.75H9.77809C7.81858 20.75 6.18943 19.2414 6.03914 17.2876L5.30548 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H5.99339H6.00822H7.59861L9.0791 4.02927ZM7.98838 7.75C7.99567 7.75011 8.00296 7.75011 8.01024 7.75H15.9898C15.997 7.75011 16.0043 7.75011 16.0116 7.75H17.1901L16.4653 17.1726C16.3751 18.3448 15.3976 19.25 14.2219 19.25H9.77809C8.60239 19.25 7.62489 18.3448 7.53472 17.1726L6.80991 7.75H7.98838ZM14.5986 6.25H9.40139L10.3272 4.86133C10.3735 4.79178 10.4516 4.75 10.5352 4.75H13.4648C13.5484 4.75 13.6265 4.79178 13.6728 4.86133L14.5986 6.25ZM10 10.25C10.4142 10.25 10.75 10.5858 10.75 11V16C10.75 16.4142 10.4142 16.75 10 16.75C9.58579 16.75 9.25 16.4142 9.25 16V11C9.25 10.5858 9.58579 10.25 10 10.25ZM14.75 11C14.75 10.5858 14.4142 10.25 14 10.25C13.5858 10.25 13.25 10.5858 13.25 11V16C13.25 16.4142 13.5858 16.75 14 16.75C14.4142 16.75 14.75 16.4142 14.75 16V11Z\" fill=\"currentColor\"/> </svg> `"
|
|
1116
1471
|
}
|
|
1117
1472
|
],
|
|
1118
1473
|
"exports": [
|
|
1119
1474
|
{
|
|
1120
1475
|
"kind": "js",
|
|
1121
|
-
"name": "
|
|
1476
|
+
"name": "deleteIcon",
|
|
1122
1477
|
"declaration": {
|
|
1123
|
-
"name": "
|
|
1478
|
+
"name": "deleteIcon",
|
|
1479
|
+
"module": "src/icons/delete.ts"
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
]
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"kind": "javascript-module",
|
|
1486
|
+
"path": "src/icons/desktop.ts",
|
|
1487
|
+
"declarations": [
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "variable",
|
|
1490
|
+
"name": "desktop",
|
|
1491
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.1543 3.00391C19.7394 3.08421 21 4.39489 21 6V14L20.9961 14.1543C20.9184 15.6883 19.6883 16.9184 18.1543 16.9961L18 17H14.0225L14.6475 19.5H17.25C17.6642 19.5 18 19.8358 18 20.25C18 20.6642 17.6642 21 17.25 21H6.75C6.33579 21 6 20.6642 6 20.25C6 19.8358 6.33579 19.5 6.75 19.5H9.35254L9.97754 17H6C4.34315 17 3 15.6569 3 14V6C3 4.34315 4.34315 3 6 3H18L18.1543 3.00391ZM11.5225 17L10.8975 19.5H13.1025L12.4775 17H11.5225ZM6 4.5C5.17157 4.5 4.5 5.17157 4.5 6V14C4.5 14.8284 5.17157 15.5 6 15.5H18C18.8284 15.5 19.5 14.8284 19.5 14V6C19.5 5.17157 18.8284 4.5 18 4.5H6Z\" fill=\"currentColor\"/> </svg> `"
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"exports": [
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "js",
|
|
1497
|
+
"name": "desktop",
|
|
1498
|
+
"declaration": {
|
|
1499
|
+
"name": "desktop",
|
|
1500
|
+
"module": "src/icons/desktop.ts"
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
]
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "javascript-module",
|
|
1507
|
+
"path": "src/icons/dismissible.ts",
|
|
1508
|
+
"declarations": [
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "variable",
|
|
1511
|
+
"name": "dismissible",
|
|
1512
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 3.25C19.0711 3.25 20.75 4.92893 20.75 7V17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17ZM7 4.75C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7C19.25 5.75736 18.2426 4.75 17 4.75H7ZM14.0244 9.08496C14.3173 8.79238 14.7922 8.79217 15.085 9.08496C15.3774 9.37778 15.3774 9.85272 15.085 10.1455L13.0596 12.1699L15.085 14.1943C15.3774 14.4871 15.3774 14.9621 15.085 15.2549C14.7922 15.5476 14.3173 15.5474 14.0244 15.2549L11.999 13.2305L9.97559 15.2549C9.68281 15.5476 9.20794 15.5474 8.91504 15.2549C8.62217 14.962 8.6222 14.4872 8.91504 14.1943L10.9385 12.1699L8.91504 10.1455C8.62221 9.85262 8.62218 9.37784 8.91504 9.08496C9.20794 8.79243 9.6828 8.79224 9.97559 9.08496L11.999 11.1094L14.0244 9.08496Z\" fill=\"currentColor\"/> </svg> `"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"exports": [
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "js",
|
|
1518
|
+
"name": "dismissible",
|
|
1519
|
+
"declaration": {
|
|
1520
|
+
"name": "dismissible",
|
|
1521
|
+
"module": "src/icons/dismissible.ts"
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "javascript-module",
|
|
1528
|
+
"path": "src/icons/divider.ts",
|
|
1529
|
+
"declarations": [
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "variable",
|
|
1532
|
+
"name": "divider",
|
|
1533
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3.5H6C5.72386 3.5 5.5 3.72386 5.5 4V6C5.5 6.27614 5.72386 6.5 6 6.5H18C18.2761 6.5 18.5 6.27614 18.5 6V4C18.5 3.72386 18.2761 3.5 18 3.5ZM6 2C4.89543 2 4 2.89543 4 4V6C4 7.10457 4.89543 8 6 8H18C19.1046 8 20 7.10457 20 6V4C20 2.89543 19.1046 2 18 2H6ZM18 17.5H6C5.72386 17.5 5.5 17.7239 5.5 18V20C5.5 20.2761 5.72386 20.5 6 20.5H18C18.2761 20.5 18.5 20.2761 18.5 20V18C18.5 17.7239 18.2761 17.5 18 17.5ZM6 16C4.89543 16 4 16.8954 4 18V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V18C20 16.8954 19.1046 16 18 16H6ZM5.75 11.25C5.33579 11.25 5 11.5858 5 12C5 12.4142 5.33579 12.75 5.75 12.75H18.25C18.6642 12.75 19 12.4142 19 12C19 11.5858 18.6642 11.25 18.25 11.25H5.75Z\" fill=\"currentColor\"/> </svg> `"
|
|
1534
|
+
}
|
|
1535
|
+
],
|
|
1536
|
+
"exports": [
|
|
1537
|
+
{
|
|
1538
|
+
"kind": "js",
|
|
1539
|
+
"name": "divider",
|
|
1540
|
+
"declaration": {
|
|
1541
|
+
"name": "divider",
|
|
1124
1542
|
"module": "src/icons/divider.ts"
|
|
1125
1543
|
}
|
|
1126
1544
|
}
|
|
@@ -1168,6 +1586,27 @@
|
|
|
1168
1586
|
}
|
|
1169
1587
|
]
|
|
1170
1588
|
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "javascript-module",
|
|
1591
|
+
"path": "src/icons/dropdown.ts",
|
|
1592
|
+
"declarations": [
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "variable",
|
|
1595
|
+
"name": "dropdown",
|
|
1596
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.1543 3.00391C19.7394 3.08421 21 4.39489 21 6V18L20.9961 18.1543C20.9184 19.6883 19.6883 20.9184 18.1543 20.9961L18 21H6L5.8457 20.9961C4.31166 20.9184 3.08163 19.6883 3.00391 18.1543L3 18V6C3 4.39489 4.26056 3.08421 5.8457 3.00391L6 3H18L18.1543 3.00391ZM6 4.5C5.17157 4.5 4.5 5.17157 4.5 6V18C4.5 18.8284 5.17157 19.5 6 19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V6C19.5 5.17157 18.8284 4.5 18 4.5H6ZM15.5264 9.41797C15.8209 9.17766 16.2557 9.19512 16.5303 9.46973C16.8049 9.74433 16.8223 10.1791 16.582 10.4736L16.5303 10.5303L12 15.0605L7.46973 10.5303L7.41797 10.4736C7.17766 10.1791 7.19512 9.74433 7.46973 9.46973C7.74433 9.19512 8.17905 9.17766 8.47363 9.41797L8.53027 9.46973L12 12.9395L15.4697 9.46973L15.5264 9.41797Z\" fill=\"currentColor\"/> </svg> `"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"exports": [
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "js",
|
|
1602
|
+
"name": "dropdown",
|
|
1603
|
+
"declaration": {
|
|
1604
|
+
"name": "dropdown",
|
|
1605
|
+
"module": "src/icons/dropdown.ts"
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1608
|
+
]
|
|
1609
|
+
},
|
|
1171
1610
|
{
|
|
1172
1611
|
"kind": "javascript-module",
|
|
1173
1612
|
"path": "src/icons/duplicate.ts",
|
|
@@ -1231,6 +1670,48 @@
|
|
|
1231
1670
|
}
|
|
1232
1671
|
]
|
|
1233
1672
|
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "javascript-module",
|
|
1675
|
+
"path": "src/icons/embed.ts",
|
|
1676
|
+
"declarations": [
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "variable",
|
|
1679
|
+
"name": "embed",
|
|
1680
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.75 18.25C17.9926 18.25 19 19.2574 19 20.5V21.25C19 21.6642 18.6642 22 18.25 22C17.8358 22 17.5 21.6642 17.5 21.25V20.5C17.5 20.0858 17.1642 19.75 16.75 19.75H7.25C6.83579 19.75 6.5 20.0858 6.5 20.5V21.25C6.5 21.6642 6.16421 22 5.75 22C5.33579 22 5 21.6642 5 21.25V20.5C5 19.2574 6.00736 18.25 7.25 18.25H16.75ZM18 8C19.1046 8 20 8.89543 20 10V14C20 15.1046 19.1046 16 18 16H6C4.89543 16 4 15.1046 4 14V10C4 8.89543 4.89543 8 6 8H18ZM6 9.5C5.72386 9.5 5.5 9.72386 5.5 10V14C5.5 14.2761 5.72386 14.5 6 14.5H18C18.2761 14.5 18.5 14.2761 18.5 14V10C18.5 9.72386 18.2761 9.5 18 9.5H6ZM18.25 2C18.6642 2 19 2.33579 19 2.75V3.5C19 4.74264 17.9926 5.75 16.75 5.75H7.25C6.00736 5.75 5 4.74264 5 3.5V2.75C5 2.33579 5.33579 2 5.75 2C6.16421 2 6.5 2.33579 6.5 2.75V3.5C6.5 3.91421 6.83579 4.25 7.25 4.25H16.75C17.1642 4.25 17.5 3.91421 17.5 3.5V2.75C17.5 2.33579 17.8358 2 18.25 2Z\" fill=\"currentColor\"/> </svg> `"
|
|
1681
|
+
}
|
|
1682
|
+
],
|
|
1683
|
+
"exports": [
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "js",
|
|
1686
|
+
"name": "embed",
|
|
1687
|
+
"declaration": {
|
|
1688
|
+
"name": "embed",
|
|
1689
|
+
"module": "src/icons/embed.ts"
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
]
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "javascript-module",
|
|
1696
|
+
"path": "src/icons/experiment.ts",
|
|
1697
|
+
"declarations": [
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "variable",
|
|
1700
|
+
"name": "experiment",
|
|
1701
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 2.25C16.4142 2.25005 16.75 2.58582 16.75 3C16.75 3.41418 16.4142 3.74995 16 3.75H15.3496V8.45312C15.3496 8.6767 15.4097 8.89635 15.5234 9.08887L20.4082 17.3555C21.2943 18.8553 20.2128 20.75 18.4707 20.75H5.67676C3.95209 20.7496 2.8689 18.8884 3.72071 17.3887L8.43652 9.08887C8.54339 8.90072 8.59957 8.68805 8.59961 8.47168V3.75H8C7.58578 3.75 7.25 3.41421 7.25 3C7.25 2.58579 7.58578 2.25 8 2.25H16ZM6.66113 15.25L5.02539 18.1299C4.74168 18.6296 5.10216 19.2496 5.67676 19.25H18.4707C19.0514 19.25 19.4116 18.6181 19.1162 18.1182L17.4219 15.25H6.66113ZM10.0996 8.47168C10.0996 8.9479 9.97549 9.41602 9.74023 9.83008L7.51367 13.75H16.5351L14.2324 9.85254C13.9821 9.42886 13.8496 8.94523 13.8496 8.45312V3.75H10.0996V8.47168Z\" fill=\"currentColor\"/> </svg> `"
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"exports": [
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "js",
|
|
1707
|
+
"name": "experiment",
|
|
1708
|
+
"declaration": {
|
|
1709
|
+
"name": "experiment",
|
|
1710
|
+
"module": "src/icons/experiment.ts"
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1234
1715
|
{
|
|
1235
1716
|
"kind": "javascript-module",
|
|
1236
1717
|
"path": "src/icons/external.ts",
|
|
@@ -1273,6 +1754,27 @@
|
|
|
1273
1754
|
}
|
|
1274
1755
|
]
|
|
1275
1756
|
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "javascript-module",
|
|
1759
|
+
"path": "src/icons/form.ts",
|
|
1760
|
+
"declarations": [
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "variable",
|
|
1763
|
+
"name": "form",
|
|
1764
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 3.25C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H12.75V19.25H14C14.4142 19.25 14.75 19.5858 14.75 20C14.75 20.4142 14.4142 20.75 14 20.75H10C9.58579 20.75 9.25 20.4142 9.25 20C9.25 19.5858 9.58579 19.25 10 19.25H11.25V4.75H10C9.58579 4.75 9.25 4.41421 9.25 4C9.25 3.58579 9.58579 3.25 10 3.25H14ZM9.75 7.5H5C4.17157 7.5 3.5 8.17157 3.5 9V15C3.5 15.8284 4.17157 16.5 5 16.5H9.75V18H5L4.8457 17.9961C3.26055 17.9158 2 16.6051 2 15V9C2 7.39489 3.26055 6.08421 4.8457 6.00391L5 6H9.75V7.5ZM19.1543 6.00391C20.7394 6.08421 22 7.39489 22 9V15C22 16.6051 20.7394 17.9158 19.1543 17.9961L19 18H14.25V16.5H19C19.8284 16.5 20.5 15.8284 20.5 15V9C20.5 8.17157 19.8284 7.5 19 7.5H14.25V6H19L19.1543 6.00391Z\" fill=\"currentColor\"/> </svg> `"
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"exports": [
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "js",
|
|
1770
|
+
"name": "form",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"name": "form",
|
|
1773
|
+
"module": "src/icons/form.ts"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1276
1778
|
{
|
|
1277
1779
|
"kind": "javascript-module",
|
|
1278
1780
|
"path": "src/icons/gallery.ts",
|
|
@@ -1441,6 +1943,27 @@
|
|
|
1441
1943
|
}
|
|
1442
1944
|
]
|
|
1443
1945
|
},
|
|
1946
|
+
{
|
|
1947
|
+
"kind": "javascript-module",
|
|
1948
|
+
"path": "src/icons/hotel.ts",
|
|
1949
|
+
"declarations": [
|
|
1950
|
+
{
|
|
1951
|
+
"kind": "variable",
|
|
1952
|
+
"name": "hotel",
|
|
1953
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.25 2C20.6642 2 21 2.33579 21 2.75C21 3.16421 20.6642 3.5 20.25 3.5H20V20.5H20.25C20.6642 20.5 21 20.8358 21 21.25C21 21.6642 20.6642 22 20.25 22H3.75C3.33579 22 3 21.6642 3 21.25C3 20.8358 3.33579 20.5 3.75 20.5H4V3.5H3.75C3.33579 3.5 3 3.16421 3 2.75C3 2.33579 3.33579 2 3.75 2H20.25ZM5.5 20.5H9V17.5H8C8 15.2909 9.79086 13.5 12 13.5C14.2091 13.5 16 15.2909 16 17.5H15V20.5H18.5V3.5H5.5V20.5ZM10.5 20.5H13.5V17.5H10.5V20.5ZM12 15C11.183 15 10.4601 15.3939 10.0039 16H13.9961C13.5399 15.3939 12.817 15 12 15ZM8.5 10C8.77614 10 9 10.2239 9 10.5V11.5C9 11.7761 8.77614 12 8.5 12H7.5C7.22386 12 7 11.7761 7 11.5V10.5C7 10.2239 7.22386 10 7.5 10H8.5ZM12.5 10C12.7761 10 13 10.2239 13 10.5V11.5C13 11.7761 12.7761 12 12.5 12H11.5C11.2239 12 11 11.7761 11 11.5V10.5C11 10.2239 11.2239 10 11.5 10H12.5ZM16.5 10C16.7761 10 17 10.2239 17 10.5V11.5C17 11.7761 16.7761 12 16.5 12H15.5C15.2239 12 15 11.7761 15 11.5V10.5C15 10.2239 15.2239 10 15.5 10H16.5ZM8.5 6C8.77614 6 9 6.22386 9 6.5V7.5C9 7.77614 8.77614 8 8.5 8H7.5C7.22386 8 7 7.77614 7 7.5V6.5C7 6.22386 7.22386 6 7.5 6H8.5ZM12.5 6C12.7761 6 13 6.22386 13 6.5V7.5C13 7.77614 12.7761 8 12.5 8H11.5C11.2239 8 11 7.77614 11 7.5V6.5C11 6.22386 11.2239 6 11.5 6H12.5ZM16.5 6C16.7761 6 17 6.22386 17 6.5V7.5C17 7.77614 16.7761 8 16.5 8H15.5C15.2239 8 15 7.77614 15 7.5V6.5C15 6.22386 15.2239 6 15.5 6H16.5Z\" fill=\"currentColor\"/> </svg> `"
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"exports": [
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "js",
|
|
1959
|
+
"name": "hotel",
|
|
1960
|
+
"declaration": {
|
|
1961
|
+
"name": "hotel",
|
|
1962
|
+
"module": "src/icons/hotel.ts"
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1444
1967
|
{
|
|
1445
1968
|
"kind": "javascript-module",
|
|
1446
1969
|
"path": "src/icons/info.ts",
|
|
@@ -1462,6 +1985,48 @@
|
|
|
1462
1985
|
}
|
|
1463
1986
|
]
|
|
1464
1987
|
},
|
|
1988
|
+
{
|
|
1989
|
+
"kind": "javascript-module",
|
|
1990
|
+
"path": "src/icons/insights.ts",
|
|
1991
|
+
"declarations": [
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "variable",
|
|
1994
|
+
"name": "insights",
|
|
1995
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.1543 3.00391C19.7394 3.08421 21 4.39489 21 6V18L20.9961 18.1543C20.9184 19.6883 19.6883 20.9184 18.1543 20.9961L18 21H6C4.39489 21 3.08421 19.7394 3.00391 18.1543L3 18V6C3 4.34315 4.34315 3 6 3H18L18.1543 3.00391ZM6 4.5C5.17157 4.5 4.5 5.17157 4.5 6V18C4.5 18.8284 5.17157 19.5 6 19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V6C19.5 5.17157 18.8284 4.5 18 4.5H6ZM8 9C8.41421 9 8.75 9.33579 8.75 9.75V16.25C8.75 16.6642 8.41421 17 8 17C7.58579 17 7.25 16.6642 7.25 16.25V9.75C7.25 9.33579 7.58579 9 8 9ZM12 12C12.4142 12 12.75 12.3358 12.75 12.75V16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25V12.75C11.25 12.3358 11.5858 12 12 12ZM16 9C16.4142 9 16.75 9.33579 16.75 9.75V16.25C16.75 16.6642 16.4142 17 16 17C15.5858 17 15.25 16.6642 15.25 16.25V9.75C15.25 9.33579 15.5858 9 16 9Z\" fill=\"currentColor\"/> </svg> `"
|
|
1996
|
+
}
|
|
1997
|
+
],
|
|
1998
|
+
"exports": [
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "js",
|
|
2001
|
+
"name": "insights",
|
|
2002
|
+
"declaration": {
|
|
2003
|
+
"name": "insights",
|
|
2004
|
+
"module": "src/icons/insights.ts"
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
]
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "javascript-module",
|
|
2011
|
+
"path": "src/icons/italic.ts",
|
|
2012
|
+
"declarations": [
|
|
2013
|
+
{
|
|
2014
|
+
"kind": "variable",
|
|
2015
|
+
"name": "italic",
|
|
2016
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 5H17\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M7 19H13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M14 5L10 19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> `"
|
|
2017
|
+
}
|
|
2018
|
+
],
|
|
2019
|
+
"exports": [
|
|
2020
|
+
{
|
|
2021
|
+
"kind": "js",
|
|
2022
|
+
"name": "italic",
|
|
2023
|
+
"declaration": {
|
|
2024
|
+
"name": "italic",
|
|
2025
|
+
"module": "src/icons/italic.ts"
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
1465
2030
|
{
|
|
1466
2031
|
"kind": "javascript-module",
|
|
1467
2032
|
"path": "src/icons/keyboard.ts",
|
|
@@ -1504,6 +2069,27 @@
|
|
|
1504
2069
|
}
|
|
1505
2070
|
]
|
|
1506
2071
|
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "javascript-module",
|
|
2074
|
+
"path": "src/icons/link.ts",
|
|
2075
|
+
"declarations": [
|
|
2076
|
+
{
|
|
2077
|
+
"kind": "variable",
|
|
2078
|
+
"name": "link",
|
|
2079
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 14C10.3259 14.3326 10.7148 14.5968 11.1441 14.7772C11.5734 14.9576 12.0344 15.0505 12.5 15.0505C12.9656 15.0505 13.4266 14.9576 13.8559 14.7772C14.2852 14.5968 14.6741 14.3326 15 14L19 10C19.663 9.33697 20.0355 8.43769 20.0355 7.50001C20.0355 6.56233 19.663 5.66305 19 5.00001C18.337 4.33697 17.4377 3.96448 16.5 3.96448C15.5623 3.96448 14.663 4.33697 14 5.00001L13.5 5.50001\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M14 9.99997C13.6741 9.66737 13.2851 9.40315 12.8559 9.22276C12.4266 9.04238 11.9656 8.94946 11.5 8.94946C11.0344 8.94946 10.5734 9.04238 10.1441 9.22276C9.71484 9.40315 9.32587 9.66737 9 9.99997L5 14C4.33695 14.663 3.96446 15.5623 3.96446 16.5C3.96446 17.4377 4.33695 18.3369 5 19C5.66304 19.663 6.56231 20.0355 7.5 20.0355C8.43768 20.0355 9.33695 19.663 10 19L10.5 18.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> `"
|
|
2080
|
+
}
|
|
2081
|
+
],
|
|
2082
|
+
"exports": [
|
|
2083
|
+
{
|
|
2084
|
+
"kind": "js",
|
|
2085
|
+
"name": "link",
|
|
2086
|
+
"declaration": {
|
|
2087
|
+
"name": "link",
|
|
2088
|
+
"module": "src/icons/link.ts"
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
]
|
|
2092
|
+
},
|
|
1507
2093
|
{
|
|
1508
2094
|
"kind": "javascript-module",
|
|
1509
2095
|
"path": "src/icons/logout.ts",
|
|
@@ -1651,6 +2237,27 @@
|
|
|
1651
2237
|
}
|
|
1652
2238
|
]
|
|
1653
2239
|
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "javascript-module",
|
|
2242
|
+
"path": "src/icons/numbered-list.ts",
|
|
2243
|
+
"declarations": [
|
|
2244
|
+
{
|
|
2245
|
+
"kind": "variable",
|
|
2246
|
+
"name": "numberedList",
|
|
2247
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_8391_1172)\"> <path d=\"M11 6H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M11 12H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M12 18H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M4 16C4 15.4696 4.21071 14.9609 4.58579 14.5858C4.96086 14.2107 5.46957 14 6 14C6.53043 14 7.03914 14.2107 7.41421 14.5858C7.78929 14.9609 8 15.4696 8 16C8 16.591 7.5 17 7 17.5L4 20H8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M6 10V4L4 6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_8391_1172\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg> `"
|
|
2248
|
+
}
|
|
2249
|
+
],
|
|
2250
|
+
"exports": [
|
|
2251
|
+
{
|
|
2252
|
+
"kind": "js",
|
|
2253
|
+
"name": "numberedList",
|
|
2254
|
+
"declaration": {
|
|
2255
|
+
"name": "numberedList",
|
|
2256
|
+
"module": "src/icons/numbered-list.ts"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
]
|
|
2260
|
+
},
|
|
1654
2261
|
{
|
|
1655
2262
|
"kind": "javascript-module",
|
|
1656
2263
|
"path": "src/icons/pause-filled.ts",
|
|
@@ -1756,6 +2363,27 @@
|
|
|
1756
2363
|
}
|
|
1757
2364
|
]
|
|
1758
2365
|
},
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "javascript-module",
|
|
2368
|
+
"path": "src/icons/radio-checked.ts",
|
|
2369
|
+
"declarations": [
|
|
2370
|
+
{
|
|
2371
|
+
"kind": "variable",
|
|
2372
|
+
"name": "radioChecked",
|
|
2373
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6Z\" fill=\"currentColor\"/> </svg> `"
|
|
2374
|
+
}
|
|
2375
|
+
],
|
|
2376
|
+
"exports": [
|
|
2377
|
+
{
|
|
2378
|
+
"kind": "js",
|
|
2379
|
+
"name": "radioChecked",
|
|
2380
|
+
"declaration": {
|
|
2381
|
+
"name": "radioChecked",
|
|
2382
|
+
"module": "src/icons/radio-checked.ts"
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2385
|
+
]
|
|
2386
|
+
},
|
|
1759
2387
|
{
|
|
1760
2388
|
"kind": "javascript-module",
|
|
1761
2389
|
"path": "src/icons/redo.ts",
|
|
@@ -1840,6 +2468,27 @@
|
|
|
1840
2468
|
}
|
|
1841
2469
|
]
|
|
1842
2470
|
},
|
|
2471
|
+
{
|
|
2472
|
+
"kind": "javascript-module",
|
|
2473
|
+
"path": "src/icons/share.ts",
|
|
2474
|
+
"declarations": [
|
|
2475
|
+
{
|
|
2476
|
+
"kind": "variable",
|
|
2477
|
+
"name": "share",
|
|
2478
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 3C19.6569 3 21 4.34315 21 6C21 7.65685 19.6569 9 18 9C17.0969 9 16.2892 8.59911 15.7393 7.96777L9.84863 10.9121C9.94625 11.2581 10 11.6228 10 12C10 12.3766 9.94592 12.7405 9.84863 13.0859L15.7383 16.0303C16.2883 15.3993 17.0972 15 18 15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 17.8198 15.0664 17.3711 15.0664 17.3711L9.17773 14.4268C8.44679 15.3825 7.2961 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C7.29555 8 8.44674 8.6163 9.17773 9.57129L15.0664 6.62793C15.0664 6.62793 15 6.17319 15 6C15 4.34315 16.3431 3 18 3ZM18 16.5C17.1716 16.5 16.5 17.1716 16.5 18C16.5 18.8284 17.1716 19.5 18 19.5C18.8284 19.5 19.5 18.8284 19.5 18C19.5 17.1716 18.8284 16.5 18 16.5ZM6 9.5C4.61929 9.5 3.5 10.6193 3.5 12C3.5 13.3807 4.61929 14.5 6 14.5C7.38071 14.5 8.5 13.3807 8.5 12C8.5 10.6193 7.38071 9.5 6 9.5ZM18 4.5C17.1716 4.5 16.5 5.17157 16.5 6C16.5 6.82843 17.1716 7.5 18 7.5C18.8284 7.5 19.5 6.82843 19.5 6C19.5 5.17157 18.8284 4.5 18 4.5Z\" fill=\"currentColor\"/> </svg> `"
|
|
2479
|
+
}
|
|
2480
|
+
],
|
|
2481
|
+
"exports": [
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "js",
|
|
2484
|
+
"name": "share",
|
|
2485
|
+
"declaration": {
|
|
2486
|
+
"name": "share",
|
|
2487
|
+
"module": "src/icons/share.ts"
|
|
2488
|
+
}
|
|
2489
|
+
}
|
|
2490
|
+
]
|
|
2491
|
+
},
|
|
1843
2492
|
{
|
|
1844
2493
|
"kind": "javascript-module",
|
|
1845
2494
|
"path": "src/icons/sidebar-collapsed.ts",
|
|
@@ -1924,6 +2573,27 @@
|
|
|
1924
2573
|
}
|
|
1925
2574
|
]
|
|
1926
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "javascript-module",
|
|
2578
|
+
"path": "src/icons/strikethrough.ts",
|
|
2579
|
+
"declarations": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "variable",
|
|
2582
|
+
"name": "strikethrough",
|
|
2583
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 12H19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M16 6.50002C15.7732 6.05998 15.2536 5.67167 14.5265 5.39902C13.7994 5.12638 12.9084 4.98565 12 5.00002H11C10.0717 5.00002 9.1815 5.36877 8.52513 6.02515C7.86875 6.68153 7.5 7.57177 7.5 8.50002C7.5 9.42828 7.86875 10.3185 8.52513 10.9749C9.1815 11.6313 10.0717 12 11 12H13C13.9283 12 14.8185 12.3688 15.4749 13.0252C16.1313 13.6815 16.5 14.5718 16.5 15.5C16.5 16.4283 16.1313 17.3185 15.4749 17.9749C14.8185 18.6313 13.9283 19 13 19H11.5C10.5916 19.0144 9.70056 18.8737 8.9735 18.601C8.24644 18.3284 7.72675 17.9401 7.5 17.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> `"
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"exports": [
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "js",
|
|
2589
|
+
"name": "strikethrough",
|
|
2590
|
+
"declaration": {
|
|
2591
|
+
"name": "strikethrough",
|
|
2592
|
+
"module": "src/icons/strikethrough.ts"
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
]
|
|
2596
|
+
},
|
|
1927
2597
|
{
|
|
1928
2598
|
"kind": "javascript-module",
|
|
1929
2599
|
"path": "src/icons/tag.ts",
|
|
@@ -1987,6 +2657,27 @@
|
|
|
1987
2657
|
}
|
|
1988
2658
|
]
|
|
1989
2659
|
},
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "javascript-module",
|
|
2662
|
+
"path": "src/icons/text-input.ts",
|
|
2663
|
+
"declarations": [
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "variable",
|
|
2666
|
+
"name": "textInput",
|
|
2667
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.1543 3.00391C19.7394 3.08421 21 4.39489 21 6V18L20.9961 18.1543C20.9184 19.6883 19.6883 20.9184 18.1543 20.9961L18 21H6L5.8457 20.9961C4.31166 20.9184 3.08163 19.6883 3.00391 18.1543L3 18V6C3 4.39489 4.26056 3.08421 5.8457 3.00391L6 3H18L18.1543 3.00391ZM6 4.5C5.17157 4.5 4.5 5.17157 4.5 6V18C4.5 18.8284 5.17157 19.5 6 19.5H18C18.8284 19.5 19.5 18.8284 19.5 18V6C19.5 5.17157 18.8284 4.5 18 4.5H6ZM16 12.75C16.4142 12.75 16.75 13.0858 16.75 13.5C16.75 13.9142 16.4142 14.25 16 14.25H8C7.58579 14.25 7.25 13.9142 7.25 13.5C7.25 13.0858 7.58579 12.75 8 12.75H16ZM16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75H8C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25H16Z\" fill=\"currentColor\"/> </svg> `"
|
|
2668
|
+
}
|
|
2669
|
+
],
|
|
2670
|
+
"exports": [
|
|
2671
|
+
{
|
|
2672
|
+
"kind": "js",
|
|
2673
|
+
"name": "textInput",
|
|
2674
|
+
"declaration": {
|
|
2675
|
+
"name": "textInput",
|
|
2676
|
+
"module": "src/icons/text-input.ts"
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
1990
2681
|
{
|
|
1991
2682
|
"kind": "javascript-module",
|
|
1992
2683
|
"path": "src/icons/text.ts",
|
|
@@ -2029,6 +2720,69 @@
|
|
|
2029
2720
|
}
|
|
2030
2721
|
]
|
|
2031
2722
|
},
|
|
2723
|
+
{
|
|
2724
|
+
"kind": "javascript-module",
|
|
2725
|
+
"path": "src/icons/ticket.ts",
|
|
2726
|
+
"declarations": [
|
|
2727
|
+
{
|
|
2728
|
+
"kind": "variable",
|
|
2729
|
+
"name": "ticket",
|
|
2730
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 17.5V19H4V17.5H20ZM20.5 17V15.1631C19.3175 14.6013 18.5 13.3962 18.5 12C18.5 10.6037 19.3173 9.3976 20.5 8.83594V7C20.5 6.75829 20.3286 6.55629 20.1006 6.50977L20 6.5H4C3.72386 6.5 3.5 6.72386 3.5 7V8.83594C4.68266 9.3976 5.5 10.6037 5.5 12C5.5 13.3962 4.68245 14.6013 3.5 15.1631V17C3.5 17.2761 3.72386 17.5 4 17.5V19C2.89543 19 2 18.1046 2 17V14C3.10457 14 4 13.1046 4 12C4 10.8954 3.10457 10 2 10V7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V10C20.8954 10 20 10.8954 20 12C20 13.1046 20.8954 14 22 14V17C22 18.1046 21.1046 19 20 19V17.5C20.2761 17.5 20.5 17.2761 20.5 17Z\" fill=\"currentColor\"/> </svg> `"
|
|
2731
|
+
}
|
|
2732
|
+
],
|
|
2733
|
+
"exports": [
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "js",
|
|
2736
|
+
"name": "ticket",
|
|
2737
|
+
"declaration": {
|
|
2738
|
+
"name": "ticket",
|
|
2739
|
+
"module": "src/icons/ticket.ts"
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
]
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "javascript-module",
|
|
2746
|
+
"path": "src/icons/tree-graph.ts",
|
|
2747
|
+
"declarations": [
|
|
2748
|
+
{
|
|
2749
|
+
"kind": "variable",
|
|
2750
|
+
"name": "treeGraph",
|
|
2751
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 7C15.5 8.933 13.933 10.5 12 10.5C10.067 10.5 8.5 8.933 8.5 7C8.5 5.067 10.067 3.5 12 3.5C13.933 3.5 15.5 5.067 15.5 7ZM12.75 11.9441C13.4486 11.839 14.0999 11.5894 14.6724 11.2267L17.1981 15.6012C16.4705 16.1486 16 17.0194 16 18C16 19.6568 17.3431 21 19 21C20.6568 21 22 19.6568 22 18C22 16.3431 20.6568 15 19 15C18.8638 15 18.7298 15.0091 18.5984 15.0266L15.844 10.256C15.8374 10.2445 15.8305 10.2332 15.8234 10.2222C16.5575 9.35201 17 8.22768 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 8.22743 7.44229 9.35157 8.17618 10.2217L5.40203 15.0267C5.27053 15.0091 5.13632 15 5 15C3.34315 15 2 16.3431 2 18C2 19.6568 3.34315 21 5 21C6.65686 21 8 19.6568 8 18C8 17.0195 7.52964 16.1489 6.80224 15.6015L9.32791 11.2269C9.90035 11.5895 10.5515 11.8391 11.25 11.9441V15.0945C9.95608 15.4275 9 16.6021 9 18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18C15 16.6021 14.0439 15.4275 12.75 15.0945V11.9441ZM19 19.5C19.8284 19.5 20.5 18.8284 20.5 18C20.5 17.1716 19.8284 16.5 19 16.5C18.1716 16.5 17.5 17.1716 17.5 18C17.5 18.8284 18.1716 19.5 19 19.5ZM6.5 18C6.5 18.8284 5.82843 19.5 5 19.5C4.17157 19.5 3.5 18.8284 3.5 18C3.5 17.1716 4.17157 16.5 5 16.5C5.82843 16.5 6.5 17.1716 6.5 18ZM10.5 18C10.5 17.1716 11.1716 16.5 12 16.5C12.8284 16.5 13.5 17.1716 13.5 18C13.5 18.8284 12.8284 19.5 12 19.5C11.1716 19.5 10.5 18.8284 10.5 18Z\" fill=\"currentColor\"/> </svg> `"
|
|
2752
|
+
}
|
|
2753
|
+
],
|
|
2754
|
+
"exports": [
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "js",
|
|
2757
|
+
"name": "treeGraph",
|
|
2758
|
+
"declaration": {
|
|
2759
|
+
"name": "treeGraph",
|
|
2760
|
+
"module": "src/icons/tree-graph.ts"
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
]
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"kind": "javascript-module",
|
|
2767
|
+
"path": "src/icons/underline.ts",
|
|
2768
|
+
"declarations": [
|
|
2769
|
+
{
|
|
2770
|
+
"kind": "variable",
|
|
2771
|
+
"name": "underline",
|
|
2772
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.75005 19.2498H19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M16.25 4.75024V11.0002C16.25 13.3475 14.3473 15.2502 12 15.2502C9.65284 15.2502 7.75005 13.3475 7.75005 11.0002V4.75024\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> `"
|
|
2773
|
+
}
|
|
2774
|
+
],
|
|
2775
|
+
"exports": [
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "js",
|
|
2778
|
+
"name": "underline",
|
|
2779
|
+
"declaration": {
|
|
2780
|
+
"name": "underline",
|
|
2781
|
+
"module": "src/icons/underline.ts"
|
|
2782
|
+
}
|
|
2783
|
+
}
|
|
2784
|
+
]
|
|
2785
|
+
},
|
|
2032
2786
|
{
|
|
2033
2787
|
"kind": "javascript-module",
|
|
2034
2788
|
"path": "src/icons/undo.ts",
|