@spectrum-web-components/icons-ui 0.8.7 → 0.8.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.
Files changed (2) hide show
  1. package/custom-elements.json +1 -4126
  2. package/package.json +3 -3
@@ -1,4130 +1,5 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/custom-tag.ts",
8
- "declarations": [
9
- {
10
- "kind": "variable",
11
- "name": "tag",
12
- "default": "function (\n strings: TemplateStringsArray,\n ...values: unknown[]\n): string | TemplateResult {\n if (customTemplateLiteralTag) {\n return customTemplateLiteralTag(strings, ...values);\n }\n return values.reduce(\n (acc: string, v, idx) =>\n (acc as string) + (v as string) + strings[idx + 1],\n strings[0]\n );\n}"
13
- },
14
- {
15
- "kind": "function",
16
- "name": "setCustomTemplateLiteralTag",
17
- "return": {
18
- "type": {
19
- "text": "void"
20
- }
21
- },
22
- "parameters": [
23
- {
24
- "name": "tag",
25
- "type": {
26
- "text": "TemplateLiteralTagType"
27
- }
28
- }
29
- ]
30
- }
31
- ],
32
- "exports": [
33
- {
34
- "kind": "js",
35
- "name": "TemplateResult",
36
- "declaration": {
37
- "name": "TemplateResult",
38
- "module": "src/custom-tag.ts"
39
- }
40
- },
41
- {
42
- "kind": "js",
43
- "name": "tag",
44
- "declaration": {
45
- "name": "tag",
46
- "module": "src/custom-tag.ts"
47
- }
48
- },
49
- {
50
- "kind": "js",
51
- "name": "setCustomTemplateLiteralTag",
52
- "declaration": {
53
- "name": "setCustomTemplateLiteralTag",
54
- "module": "src/custom-tag.ts"
55
- }
56
- }
57
- ]
58
- },
59
- {
60
- "kind": "javascript-module",
61
- "path": "src/icons.ts",
62
- "declarations": [],
63
- "exports": [
64
- {
65
- "kind": "js",
66
- "name": "Arrow100Icon",
67
- "declaration": {
68
- "name": "Arrow100Icon",
69
- "module": "./icons/Arrow100.js"
70
- }
71
- },
72
- {
73
- "kind": "js",
74
- "name": "Arrow200Icon",
75
- "declaration": {
76
- "name": "Arrow200Icon",
77
- "module": "./icons/Arrow200.js"
78
- }
79
- },
80
- {
81
- "kind": "js",
82
- "name": "Arrow300Icon",
83
- "declaration": {
84
- "name": "Arrow300Icon",
85
- "module": "./icons/Arrow300.js"
86
- }
87
- },
88
- {
89
- "kind": "js",
90
- "name": "Arrow400Icon",
91
- "declaration": {
92
- "name": "Arrow400Icon",
93
- "module": "./icons/Arrow400.js"
94
- }
95
- },
96
- {
97
- "kind": "js",
98
- "name": "Arrow500Icon",
99
- "declaration": {
100
- "name": "Arrow500Icon",
101
- "module": "./icons/Arrow500.js"
102
- }
103
- },
104
- {
105
- "kind": "js",
106
- "name": "Arrow600Icon",
107
- "declaration": {
108
- "name": "Arrow600Icon",
109
- "module": "./icons/Arrow600.js"
110
- }
111
- },
112
- {
113
- "kind": "js",
114
- "name": "Arrow75Icon",
115
- "declaration": {
116
- "name": "Arrow75Icon",
117
- "module": "./icons/Arrow75.js"
118
- }
119
- },
120
- {
121
- "kind": "js",
122
- "name": "Asterisk100Icon",
123
- "declaration": {
124
- "name": "Asterisk100Icon",
125
- "module": "./icons/Asterisk100.js"
126
- }
127
- },
128
- {
129
- "kind": "js",
130
- "name": "Asterisk200Icon",
131
- "declaration": {
132
- "name": "Asterisk200Icon",
133
- "module": "./icons/Asterisk200.js"
134
- }
135
- },
136
- {
137
- "kind": "js",
138
- "name": "Asterisk300Icon",
139
- "declaration": {
140
- "name": "Asterisk300Icon",
141
- "module": "./icons/Asterisk300.js"
142
- }
143
- },
144
- {
145
- "kind": "js",
146
- "name": "Asterisk75Icon",
147
- "declaration": {
148
- "name": "Asterisk75Icon",
149
- "module": "./icons/Asterisk75.js"
150
- }
151
- },
152
- {
153
- "kind": "js",
154
- "name": "Checkmark100Icon",
155
- "declaration": {
156
- "name": "Checkmark100Icon",
157
- "module": "./icons/Checkmark100.js"
158
- }
159
- },
160
- {
161
- "kind": "js",
162
- "name": "Checkmark200Icon",
163
- "declaration": {
164
- "name": "Checkmark200Icon",
165
- "module": "./icons/Checkmark200.js"
166
- }
167
- },
168
- {
169
- "kind": "js",
170
- "name": "Checkmark300Icon",
171
- "declaration": {
172
- "name": "Checkmark300Icon",
173
- "module": "./icons/Checkmark300.js"
174
- }
175
- },
176
- {
177
- "kind": "js",
178
- "name": "Checkmark400Icon",
179
- "declaration": {
180
- "name": "Checkmark400Icon",
181
- "module": "./icons/Checkmark400.js"
182
- }
183
- },
184
- {
185
- "kind": "js",
186
- "name": "Checkmark50Icon",
187
- "declaration": {
188
- "name": "Checkmark50Icon",
189
- "module": "./icons/Checkmark50.js"
190
- }
191
- },
192
- {
193
- "kind": "js",
194
- "name": "Checkmark500Icon",
195
- "declaration": {
196
- "name": "Checkmark500Icon",
197
- "module": "./icons/Checkmark500.js"
198
- }
199
- },
200
- {
201
- "kind": "js",
202
- "name": "Checkmark600Icon",
203
- "declaration": {
204
- "name": "Checkmark600Icon",
205
- "module": "./icons/Checkmark600.js"
206
- }
207
- },
208
- {
209
- "kind": "js",
210
- "name": "Checkmark75Icon",
211
- "declaration": {
212
- "name": "Checkmark75Icon",
213
- "module": "./icons/Checkmark75.js"
214
- }
215
- },
216
- {
217
- "kind": "js",
218
- "name": "Chevron100Icon",
219
- "declaration": {
220
- "name": "Chevron100Icon",
221
- "module": "./icons/Chevron100.js"
222
- }
223
- },
224
- {
225
- "kind": "js",
226
- "name": "Chevron200Icon",
227
- "declaration": {
228
- "name": "Chevron200Icon",
229
- "module": "./icons/Chevron200.js"
230
- }
231
- },
232
- {
233
- "kind": "js",
234
- "name": "Chevron300Icon",
235
- "declaration": {
236
- "name": "Chevron300Icon",
237
- "module": "./icons/Chevron300.js"
238
- }
239
- },
240
- {
241
- "kind": "js",
242
- "name": "Chevron400Icon",
243
- "declaration": {
244
- "name": "Chevron400Icon",
245
- "module": "./icons/Chevron400.js"
246
- }
247
- },
248
- {
249
- "kind": "js",
250
- "name": "Chevron500Icon",
251
- "declaration": {
252
- "name": "Chevron500Icon",
253
- "module": "./icons/Chevron500.js"
254
- }
255
- },
256
- {
257
- "kind": "js",
258
- "name": "Chevron600Icon",
259
- "declaration": {
260
- "name": "Chevron600Icon",
261
- "module": "./icons/Chevron600.js"
262
- }
263
- },
264
- {
265
- "kind": "js",
266
- "name": "Chevron75Icon",
267
- "declaration": {
268
- "name": "Chevron75Icon",
269
- "module": "./icons/Chevron75.js"
270
- }
271
- },
272
- {
273
- "kind": "js",
274
- "name": "CornerTriangle100Icon",
275
- "declaration": {
276
- "name": "CornerTriangle100Icon",
277
- "module": "./icons/CornerTriangle100.js"
278
- }
279
- },
280
- {
281
- "kind": "js",
282
- "name": "CornerTriangle200Icon",
283
- "declaration": {
284
- "name": "CornerTriangle200Icon",
285
- "module": "./icons/CornerTriangle200.js"
286
- }
287
- },
288
- {
289
- "kind": "js",
290
- "name": "CornerTriangle300Icon",
291
- "declaration": {
292
- "name": "CornerTriangle300Icon",
293
- "module": "./icons/CornerTriangle300.js"
294
- }
295
- },
296
- {
297
- "kind": "js",
298
- "name": "CornerTriangle75Icon",
299
- "declaration": {
300
- "name": "CornerTriangle75Icon",
301
- "module": "./icons/CornerTriangle75.js"
302
- }
303
- },
304
- {
305
- "kind": "js",
306
- "name": "Cross100Icon",
307
- "declaration": {
308
- "name": "Cross100Icon",
309
- "module": "./icons/Cross100.js"
310
- }
311
- },
312
- {
313
- "kind": "js",
314
- "name": "Cross200Icon",
315
- "declaration": {
316
- "name": "Cross200Icon",
317
- "module": "./icons/Cross200.js"
318
- }
319
- },
320
- {
321
- "kind": "js",
322
- "name": "Cross300Icon",
323
- "declaration": {
324
- "name": "Cross300Icon",
325
- "module": "./icons/Cross300.js"
326
- }
327
- },
328
- {
329
- "kind": "js",
330
- "name": "Cross400Icon",
331
- "declaration": {
332
- "name": "Cross400Icon",
333
- "module": "./icons/Cross400.js"
334
- }
335
- },
336
- {
337
- "kind": "js",
338
- "name": "Cross500Icon",
339
- "declaration": {
340
- "name": "Cross500Icon",
341
- "module": "./icons/Cross500.js"
342
- }
343
- },
344
- {
345
- "kind": "js",
346
- "name": "Cross600Icon",
347
- "declaration": {
348
- "name": "Cross600Icon",
349
- "module": "./icons/Cross600.js"
350
- }
351
- },
352
- {
353
- "kind": "js",
354
- "name": "Cross75Icon",
355
- "declaration": {
356
- "name": "Cross75Icon",
357
- "module": "./icons/Cross75.js"
358
- }
359
- },
360
- {
361
- "kind": "js",
362
- "name": "Dash100Icon",
363
- "declaration": {
364
- "name": "Dash100Icon",
365
- "module": "./icons/Dash100.js"
366
- }
367
- },
368
- {
369
- "kind": "js",
370
- "name": "Dash200Icon",
371
- "declaration": {
372
- "name": "Dash200Icon",
373
- "module": "./icons/Dash200.js"
374
- }
375
- },
376
- {
377
- "kind": "js",
378
- "name": "Dash300Icon",
379
- "declaration": {
380
- "name": "Dash300Icon",
381
- "module": "./icons/Dash300.js"
382
- }
383
- },
384
- {
385
- "kind": "js",
386
- "name": "Dash400Icon",
387
- "declaration": {
388
- "name": "Dash400Icon",
389
- "module": "./icons/Dash400.js"
390
- }
391
- },
392
- {
393
- "kind": "js",
394
- "name": "Dash50Icon",
395
- "declaration": {
396
- "name": "Dash50Icon",
397
- "module": "./icons/Dash50.js"
398
- }
399
- },
400
- {
401
- "kind": "js",
402
- "name": "Dash500Icon",
403
- "declaration": {
404
- "name": "Dash500Icon",
405
- "module": "./icons/Dash500.js"
406
- }
407
- },
408
- {
409
- "kind": "js",
410
- "name": "Dash600Icon",
411
- "declaration": {
412
- "name": "Dash600Icon",
413
- "module": "./icons/Dash600.js"
414
- }
415
- },
416
- {
417
- "kind": "js",
418
- "name": "Dash75Icon",
419
- "declaration": {
420
- "name": "Dash75Icon",
421
- "module": "./icons/Dash75.js"
422
- }
423
- },
424
- {
425
- "kind": "js",
426
- "name": "DoubleGripperIcon",
427
- "declaration": {
428
- "name": "DoubleGripperIcon",
429
- "module": "./icons/DoubleGripper.js"
430
- }
431
- },
432
- {
433
- "kind": "js",
434
- "name": "SingleGripperIcon",
435
- "declaration": {
436
- "name": "SingleGripperIcon",
437
- "module": "./icons/SingleGripper.js"
438
- }
439
- },
440
- {
441
- "kind": "js",
442
- "name": "TripleGripperIcon",
443
- "declaration": {
444
- "name": "TripleGripperIcon",
445
- "module": "./icons/TripleGripper.js"
446
- }
447
- },
448
- {
449
- "kind": "js",
450
- "name": "setCustomTemplateLiteralTag",
451
- "declaration": {
452
- "name": "setCustomTemplateLiteralTag",
453
- "module": "./custom-tag.js"
454
- }
455
- }
456
- ]
457
- },
458
- {
459
- "kind": "javascript-module",
460
- "path": "src/index.ts",
461
- "declarations": [],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "setCustomTemplateLiteralTag",
466
- "declaration": {
467
- "name": "setCustomTemplateLiteralTag",
468
- "module": "src/index.ts"
469
- }
470
- },
471
- {
472
- "kind": "js",
473
- "name": "*",
474
- "declaration": {
475
- "name": "*",
476
- "package": "./icons.js"
477
- }
478
- }
479
- ]
480
- },
481
- {
482
- "kind": "javascript-module",
483
- "path": "icons/sp-icon-arrow100.ts",
484
- "declarations": [],
485
- "exports": [
486
- {
487
- "kind": "custom-element-definition",
488
- "name": "sp-icon-arrow100",
489
- "declaration": {
490
- "name": "IconArrow100",
491
- "module": "/src/elements/IconArrow100.js"
492
- }
493
- }
494
- ]
495
- },
496
- {
497
- "kind": "javascript-module",
498
- "path": "icons/sp-icon-arrow200.ts",
499
- "declarations": [],
500
- "exports": [
501
- {
502
- "kind": "custom-element-definition",
503
- "name": "sp-icon-arrow200",
504
- "declaration": {
505
- "name": "IconArrow200",
506
- "module": "/src/elements/IconArrow200.js"
507
- }
508
- }
509
- ]
510
- },
511
- {
512
- "kind": "javascript-module",
513
- "path": "icons/sp-icon-arrow300.ts",
514
- "declarations": [],
515
- "exports": [
516
- {
517
- "kind": "custom-element-definition",
518
- "name": "sp-icon-arrow300",
519
- "declaration": {
520
- "name": "IconArrow300",
521
- "module": "/src/elements/IconArrow300.js"
522
- }
523
- }
524
- ]
525
- },
526
- {
527
- "kind": "javascript-module",
528
- "path": "icons/sp-icon-arrow400.ts",
529
- "declarations": [],
530
- "exports": [
531
- {
532
- "kind": "custom-element-definition",
533
- "name": "sp-icon-arrow400",
534
- "declaration": {
535
- "name": "IconArrow400",
536
- "module": "/src/elements/IconArrow400.js"
537
- }
538
- }
539
- ]
540
- },
541
- {
542
- "kind": "javascript-module",
543
- "path": "icons/sp-icon-arrow500.ts",
544
- "declarations": [],
545
- "exports": [
546
- {
547
- "kind": "custom-element-definition",
548
- "name": "sp-icon-arrow500",
549
- "declaration": {
550
- "name": "IconArrow500",
551
- "module": "/src/elements/IconArrow500.js"
552
- }
553
- }
554
- ]
555
- },
556
- {
557
- "kind": "javascript-module",
558
- "path": "icons/sp-icon-arrow600.ts",
559
- "declarations": [],
560
- "exports": [
561
- {
562
- "kind": "custom-element-definition",
563
- "name": "sp-icon-arrow600",
564
- "declaration": {
565
- "name": "IconArrow600",
566
- "module": "/src/elements/IconArrow600.js"
567
- }
568
- }
569
- ]
570
- },
571
- {
572
- "kind": "javascript-module",
573
- "path": "icons/sp-icon-arrow75.ts",
574
- "declarations": [],
575
- "exports": [
576
- {
577
- "kind": "custom-element-definition",
578
- "name": "sp-icon-arrow75",
579
- "declaration": {
580
- "name": "IconArrow75",
581
- "module": "/src/elements/IconArrow75.js"
582
- }
583
- }
584
- ]
585
- },
586
- {
587
- "kind": "javascript-module",
588
- "path": "icons/sp-icon-asterisk100.ts",
589
- "declarations": [],
590
- "exports": [
591
- {
592
- "kind": "custom-element-definition",
593
- "name": "sp-icon-asterisk100",
594
- "declaration": {
595
- "name": "IconAsterisk100",
596
- "module": "/src/elements/IconAsterisk100.js"
597
- }
598
- }
599
- ]
600
- },
601
- {
602
- "kind": "javascript-module",
603
- "path": "icons/sp-icon-asterisk200.ts",
604
- "declarations": [],
605
- "exports": [
606
- {
607
- "kind": "custom-element-definition",
608
- "name": "sp-icon-asterisk200",
609
- "declaration": {
610
- "name": "IconAsterisk200",
611
- "module": "/src/elements/IconAsterisk200.js"
612
- }
613
- }
614
- ]
615
- },
616
- {
617
- "kind": "javascript-module",
618
- "path": "icons/sp-icon-asterisk300.ts",
619
- "declarations": [],
620
- "exports": [
621
- {
622
- "kind": "custom-element-definition",
623
- "name": "sp-icon-asterisk300",
624
- "declaration": {
625
- "name": "IconAsterisk300",
626
- "module": "/src/elements/IconAsterisk300.js"
627
- }
628
- }
629
- ]
630
- },
631
- {
632
- "kind": "javascript-module",
633
- "path": "icons/sp-icon-asterisk75.ts",
634
- "declarations": [],
635
- "exports": [
636
- {
637
- "kind": "custom-element-definition",
638
- "name": "sp-icon-asterisk75",
639
- "declaration": {
640
- "name": "IconAsterisk75",
641
- "module": "/src/elements/IconAsterisk75.js"
642
- }
643
- }
644
- ]
645
- },
646
- {
647
- "kind": "javascript-module",
648
- "path": "icons/sp-icon-checkmark100.ts",
649
- "declarations": [],
650
- "exports": [
651
- {
652
- "kind": "custom-element-definition",
653
- "name": "sp-icon-checkmark100",
654
- "declaration": {
655
- "name": "IconCheckmark100",
656
- "module": "/src/elements/IconCheckmark100.js"
657
- }
658
- }
659
- ]
660
- },
661
- {
662
- "kind": "javascript-module",
663
- "path": "icons/sp-icon-checkmark200.ts",
664
- "declarations": [],
665
- "exports": [
666
- {
667
- "kind": "custom-element-definition",
668
- "name": "sp-icon-checkmark200",
669
- "declaration": {
670
- "name": "IconCheckmark200",
671
- "module": "/src/elements/IconCheckmark200.js"
672
- }
673
- }
674
- ]
675
- },
676
- {
677
- "kind": "javascript-module",
678
- "path": "icons/sp-icon-checkmark300.ts",
679
- "declarations": [],
680
- "exports": [
681
- {
682
- "kind": "custom-element-definition",
683
- "name": "sp-icon-checkmark300",
684
- "declaration": {
685
- "name": "IconCheckmark300",
686
- "module": "/src/elements/IconCheckmark300.js"
687
- }
688
- }
689
- ]
690
- },
691
- {
692
- "kind": "javascript-module",
693
- "path": "icons/sp-icon-checkmark400.ts",
694
- "declarations": [],
695
- "exports": [
696
- {
697
- "kind": "custom-element-definition",
698
- "name": "sp-icon-checkmark400",
699
- "declaration": {
700
- "name": "IconCheckmark400",
701
- "module": "/src/elements/IconCheckmark400.js"
702
- }
703
- }
704
- ]
705
- },
706
- {
707
- "kind": "javascript-module",
708
- "path": "icons/sp-icon-checkmark50.ts",
709
- "declarations": [],
710
- "exports": [
711
- {
712
- "kind": "custom-element-definition",
713
- "name": "sp-icon-checkmark50",
714
- "declaration": {
715
- "name": "IconCheckmark50",
716
- "module": "/src/elements/IconCheckmark50.js"
717
- }
718
- }
719
- ]
720
- },
721
- {
722
- "kind": "javascript-module",
723
- "path": "icons/sp-icon-checkmark500.ts",
724
- "declarations": [],
725
- "exports": [
726
- {
727
- "kind": "custom-element-definition",
728
- "name": "sp-icon-checkmark500",
729
- "declaration": {
730
- "name": "IconCheckmark500",
731
- "module": "/src/elements/IconCheckmark500.js"
732
- }
733
- }
734
- ]
735
- },
736
- {
737
- "kind": "javascript-module",
738
- "path": "icons/sp-icon-checkmark600.ts",
739
- "declarations": [],
740
- "exports": [
741
- {
742
- "kind": "custom-element-definition",
743
- "name": "sp-icon-checkmark600",
744
- "declaration": {
745
- "name": "IconCheckmark600",
746
- "module": "/src/elements/IconCheckmark600.js"
747
- }
748
- }
749
- ]
750
- },
751
- {
752
- "kind": "javascript-module",
753
- "path": "icons/sp-icon-checkmark75.ts",
754
- "declarations": [],
755
- "exports": [
756
- {
757
- "kind": "custom-element-definition",
758
- "name": "sp-icon-checkmark75",
759
- "declaration": {
760
- "name": "IconCheckmark75",
761
- "module": "/src/elements/IconCheckmark75.js"
762
- }
763
- }
764
- ]
765
- },
766
- {
767
- "kind": "javascript-module",
768
- "path": "icons/sp-icon-chevron100.ts",
769
- "declarations": [],
770
- "exports": [
771
- {
772
- "kind": "custom-element-definition",
773
- "name": "sp-icon-chevron100",
774
- "declaration": {
775
- "name": "IconChevron100",
776
- "module": "/src/elements/IconChevron100.js"
777
- }
778
- }
779
- ]
780
- },
781
- {
782
- "kind": "javascript-module",
783
- "path": "icons/sp-icon-chevron200.ts",
784
- "declarations": [],
785
- "exports": [
786
- {
787
- "kind": "custom-element-definition",
788
- "name": "sp-icon-chevron200",
789
- "declaration": {
790
- "name": "IconChevron200",
791
- "module": "/src/elements/IconChevron200.js"
792
- }
793
- }
794
- ]
795
- },
796
- {
797
- "kind": "javascript-module",
798
- "path": "icons/sp-icon-chevron300.ts",
799
- "declarations": [],
800
- "exports": [
801
- {
802
- "kind": "custom-element-definition",
803
- "name": "sp-icon-chevron300",
804
- "declaration": {
805
- "name": "IconChevron300",
806
- "module": "/src/elements/IconChevron300.js"
807
- }
808
- }
809
- ]
810
- },
811
- {
812
- "kind": "javascript-module",
813
- "path": "icons/sp-icon-chevron400.ts",
814
- "declarations": [],
815
- "exports": [
816
- {
817
- "kind": "custom-element-definition",
818
- "name": "sp-icon-chevron400",
819
- "declaration": {
820
- "name": "IconChevron400",
821
- "module": "/src/elements/IconChevron400.js"
822
- }
823
- }
824
- ]
825
- },
826
- {
827
- "kind": "javascript-module",
828
- "path": "icons/sp-icon-chevron500.ts",
829
- "declarations": [],
830
- "exports": [
831
- {
832
- "kind": "custom-element-definition",
833
- "name": "sp-icon-chevron500",
834
- "declaration": {
835
- "name": "IconChevron500",
836
- "module": "/src/elements/IconChevron500.js"
837
- }
838
- }
839
- ]
840
- },
841
- {
842
- "kind": "javascript-module",
843
- "path": "icons/sp-icon-chevron600.ts",
844
- "declarations": [],
845
- "exports": [
846
- {
847
- "kind": "custom-element-definition",
848
- "name": "sp-icon-chevron600",
849
- "declaration": {
850
- "name": "IconChevron600",
851
- "module": "/src/elements/IconChevron600.js"
852
- }
853
- }
854
- ]
855
- },
856
- {
857
- "kind": "javascript-module",
858
- "path": "icons/sp-icon-chevron75.ts",
859
- "declarations": [],
860
- "exports": [
861
- {
862
- "kind": "custom-element-definition",
863
- "name": "sp-icon-chevron75",
864
- "declaration": {
865
- "name": "IconChevron75",
866
- "module": "/src/elements/IconChevron75.js"
867
- }
868
- }
869
- ]
870
- },
871
- {
872
- "kind": "javascript-module",
873
- "path": "icons/sp-icon-corner-triangle100.ts",
874
- "declarations": [],
875
- "exports": [
876
- {
877
- "kind": "custom-element-definition",
878
- "name": "sp-icon-corner-triangle100",
879
- "declaration": {
880
- "name": "IconCornerTriangle100",
881
- "module": "/src/elements/IconCornerTriangle100.js"
882
- }
883
- }
884
- ]
885
- },
886
- {
887
- "kind": "javascript-module",
888
- "path": "icons/sp-icon-corner-triangle200.ts",
889
- "declarations": [],
890
- "exports": [
891
- {
892
- "kind": "custom-element-definition",
893
- "name": "sp-icon-corner-triangle200",
894
- "declaration": {
895
- "name": "IconCornerTriangle200",
896
- "module": "/src/elements/IconCornerTriangle200.js"
897
- }
898
- }
899
- ]
900
- },
901
- {
902
- "kind": "javascript-module",
903
- "path": "icons/sp-icon-corner-triangle300.ts",
904
- "declarations": [],
905
- "exports": [
906
- {
907
- "kind": "custom-element-definition",
908
- "name": "sp-icon-corner-triangle300",
909
- "declaration": {
910
- "name": "IconCornerTriangle300",
911
- "module": "/src/elements/IconCornerTriangle300.js"
912
- }
913
- }
914
- ]
915
- },
916
- {
917
- "kind": "javascript-module",
918
- "path": "icons/sp-icon-corner-triangle75.ts",
919
- "declarations": [],
920
- "exports": [
921
- {
922
- "kind": "custom-element-definition",
923
- "name": "sp-icon-corner-triangle75",
924
- "declaration": {
925
- "name": "IconCornerTriangle75",
926
- "module": "/src/elements/IconCornerTriangle75.js"
927
- }
928
- }
929
- ]
930
- },
931
- {
932
- "kind": "javascript-module",
933
- "path": "icons/sp-icon-cross100.ts",
934
- "declarations": [],
935
- "exports": [
936
- {
937
- "kind": "custom-element-definition",
938
- "name": "sp-icon-cross100",
939
- "declaration": {
940
- "name": "IconCross100",
941
- "module": "/src/elements/IconCross100.js"
942
- }
943
- }
944
- ]
945
- },
946
- {
947
- "kind": "javascript-module",
948
- "path": "icons/sp-icon-cross200.ts",
949
- "declarations": [],
950
- "exports": [
951
- {
952
- "kind": "custom-element-definition",
953
- "name": "sp-icon-cross200",
954
- "declaration": {
955
- "name": "IconCross200",
956
- "module": "/src/elements/IconCross200.js"
957
- }
958
- }
959
- ]
960
- },
961
- {
962
- "kind": "javascript-module",
963
- "path": "icons/sp-icon-cross300.ts",
964
- "declarations": [],
965
- "exports": [
966
- {
967
- "kind": "custom-element-definition",
968
- "name": "sp-icon-cross300",
969
- "declaration": {
970
- "name": "IconCross300",
971
- "module": "/src/elements/IconCross300.js"
972
- }
973
- }
974
- ]
975
- },
976
- {
977
- "kind": "javascript-module",
978
- "path": "icons/sp-icon-cross400.ts",
979
- "declarations": [],
980
- "exports": [
981
- {
982
- "kind": "custom-element-definition",
983
- "name": "sp-icon-cross400",
984
- "declaration": {
985
- "name": "IconCross400",
986
- "module": "/src/elements/IconCross400.js"
987
- }
988
- }
989
- ]
990
- },
991
- {
992
- "kind": "javascript-module",
993
- "path": "icons/sp-icon-cross500.ts",
994
- "declarations": [],
995
- "exports": [
996
- {
997
- "kind": "custom-element-definition",
998
- "name": "sp-icon-cross500",
999
- "declaration": {
1000
- "name": "IconCross500",
1001
- "module": "/src/elements/IconCross500.js"
1002
- }
1003
- }
1004
- ]
1005
- },
1006
- {
1007
- "kind": "javascript-module",
1008
- "path": "icons/sp-icon-cross600.ts",
1009
- "declarations": [],
1010
- "exports": [
1011
- {
1012
- "kind": "custom-element-definition",
1013
- "name": "sp-icon-cross600",
1014
- "declaration": {
1015
- "name": "IconCross600",
1016
- "module": "/src/elements/IconCross600.js"
1017
- }
1018
- }
1019
- ]
1020
- },
1021
- {
1022
- "kind": "javascript-module",
1023
- "path": "icons/sp-icon-cross75.ts",
1024
- "declarations": [],
1025
- "exports": [
1026
- {
1027
- "kind": "custom-element-definition",
1028
- "name": "sp-icon-cross75",
1029
- "declaration": {
1030
- "name": "IconCross75",
1031
- "module": "/src/elements/IconCross75.js"
1032
- }
1033
- }
1034
- ]
1035
- },
1036
- {
1037
- "kind": "javascript-module",
1038
- "path": "icons/sp-icon-dash100.ts",
1039
- "declarations": [],
1040
- "exports": [
1041
- {
1042
- "kind": "custom-element-definition",
1043
- "name": "sp-icon-dash100",
1044
- "declaration": {
1045
- "name": "IconDash100",
1046
- "module": "/src/elements/IconDash100.js"
1047
- }
1048
- }
1049
- ]
1050
- },
1051
- {
1052
- "kind": "javascript-module",
1053
- "path": "icons/sp-icon-dash200.ts",
1054
- "declarations": [],
1055
- "exports": [
1056
- {
1057
- "kind": "custom-element-definition",
1058
- "name": "sp-icon-dash200",
1059
- "declaration": {
1060
- "name": "IconDash200",
1061
- "module": "/src/elements/IconDash200.js"
1062
- }
1063
- }
1064
- ]
1065
- },
1066
- {
1067
- "kind": "javascript-module",
1068
- "path": "icons/sp-icon-dash300.ts",
1069
- "declarations": [],
1070
- "exports": [
1071
- {
1072
- "kind": "custom-element-definition",
1073
- "name": "sp-icon-dash300",
1074
- "declaration": {
1075
- "name": "IconDash300",
1076
- "module": "/src/elements/IconDash300.js"
1077
- }
1078
- }
1079
- ]
1080
- },
1081
- {
1082
- "kind": "javascript-module",
1083
- "path": "icons/sp-icon-dash400.ts",
1084
- "declarations": [],
1085
- "exports": [
1086
- {
1087
- "kind": "custom-element-definition",
1088
- "name": "sp-icon-dash400",
1089
- "declaration": {
1090
- "name": "IconDash400",
1091
- "module": "/src/elements/IconDash400.js"
1092
- }
1093
- }
1094
- ]
1095
- },
1096
- {
1097
- "kind": "javascript-module",
1098
- "path": "icons/sp-icon-dash50.ts",
1099
- "declarations": [],
1100
- "exports": [
1101
- {
1102
- "kind": "custom-element-definition",
1103
- "name": "sp-icon-dash50",
1104
- "declaration": {
1105
- "name": "IconDash50",
1106
- "module": "/src/elements/IconDash50.js"
1107
- }
1108
- }
1109
- ]
1110
- },
1111
- {
1112
- "kind": "javascript-module",
1113
- "path": "icons/sp-icon-dash500.ts",
1114
- "declarations": [],
1115
- "exports": [
1116
- {
1117
- "kind": "custom-element-definition",
1118
- "name": "sp-icon-dash500",
1119
- "declaration": {
1120
- "name": "IconDash500",
1121
- "module": "/src/elements/IconDash500.js"
1122
- }
1123
- }
1124
- ]
1125
- },
1126
- {
1127
- "kind": "javascript-module",
1128
- "path": "icons/sp-icon-dash600.ts",
1129
- "declarations": [],
1130
- "exports": [
1131
- {
1132
- "kind": "custom-element-definition",
1133
- "name": "sp-icon-dash600",
1134
- "declaration": {
1135
- "name": "IconDash600",
1136
- "module": "/src/elements/IconDash600.js"
1137
- }
1138
- }
1139
- ]
1140
- },
1141
- {
1142
- "kind": "javascript-module",
1143
- "path": "icons/sp-icon-dash75.ts",
1144
- "declarations": [],
1145
- "exports": [
1146
- {
1147
- "kind": "custom-element-definition",
1148
- "name": "sp-icon-dash75",
1149
- "declaration": {
1150
- "name": "IconDash75",
1151
- "module": "/src/elements/IconDash75.js"
1152
- }
1153
- }
1154
- ]
1155
- },
1156
- {
1157
- "kind": "javascript-module",
1158
- "path": "icons/sp-icon-double-gripper.ts",
1159
- "declarations": [],
1160
- "exports": [
1161
- {
1162
- "kind": "custom-element-definition",
1163
- "name": "sp-icon-double-gripper",
1164
- "declaration": {
1165
- "name": "IconDoubleGripper",
1166
- "module": "/src/elements/IconDoubleGripper.js"
1167
- }
1168
- }
1169
- ]
1170
- },
1171
- {
1172
- "kind": "javascript-module",
1173
- "path": "icons/sp-icon-single-gripper.ts",
1174
- "declarations": [],
1175
- "exports": [
1176
- {
1177
- "kind": "custom-element-definition",
1178
- "name": "sp-icon-single-gripper",
1179
- "declaration": {
1180
- "name": "IconSingleGripper",
1181
- "module": "/src/elements/IconSingleGripper.js"
1182
- }
1183
- }
1184
- ]
1185
- },
1186
- {
1187
- "kind": "javascript-module",
1188
- "path": "icons/sp-icon-triple-gripper.ts",
1189
- "declarations": [],
1190
- "exports": [
1191
- {
1192
- "kind": "custom-element-definition",
1193
- "name": "sp-icon-triple-gripper",
1194
- "declaration": {
1195
- "name": "IconTripleGripper",
1196
- "module": "/src/elements/IconTripleGripper.js"
1197
- }
1198
- }
1199
- ]
1200
- },
1201
- {
1202
- "kind": "javascript-module",
1203
- "path": "src/elements/IconArrow100.ts",
1204
- "declarations": [
1205
- {
1206
- "kind": "class",
1207
- "description": "",
1208
- "name": "IconArrow100",
1209
- "members": [],
1210
- "superclass": {
1211
- "name": "IconBase",
1212
- "package": "@spectrum-web-components/icon"
1213
- },
1214
- "tagName": "sp-icon-arrow100",
1215
- "customElement": true
1216
- }
1217
- ],
1218
- "exports": [
1219
- {
1220
- "kind": "js",
1221
- "name": "IconArrow100",
1222
- "declaration": {
1223
- "name": "IconArrow100",
1224
- "module": "src/elements/IconArrow100.ts"
1225
- }
1226
- }
1227
- ]
1228
- },
1229
- {
1230
- "kind": "javascript-module",
1231
- "path": "src/elements/IconArrow200.ts",
1232
- "declarations": [
1233
- {
1234
- "kind": "class",
1235
- "description": "",
1236
- "name": "IconArrow200",
1237
- "members": [],
1238
- "superclass": {
1239
- "name": "IconBase",
1240
- "package": "@spectrum-web-components/icon"
1241
- },
1242
- "tagName": "sp-icon-arrow200",
1243
- "customElement": true
1244
- }
1245
- ],
1246
- "exports": [
1247
- {
1248
- "kind": "js",
1249
- "name": "IconArrow200",
1250
- "declaration": {
1251
- "name": "IconArrow200",
1252
- "module": "src/elements/IconArrow200.ts"
1253
- }
1254
- }
1255
- ]
1256
- },
1257
- {
1258
- "kind": "javascript-module",
1259
- "path": "src/elements/IconArrow300.ts",
1260
- "declarations": [
1261
- {
1262
- "kind": "class",
1263
- "description": "",
1264
- "name": "IconArrow300",
1265
- "members": [],
1266
- "superclass": {
1267
- "name": "IconBase",
1268
- "package": "@spectrum-web-components/icon"
1269
- },
1270
- "tagName": "sp-icon-arrow300",
1271
- "customElement": true
1272
- }
1273
- ],
1274
- "exports": [
1275
- {
1276
- "kind": "js",
1277
- "name": "IconArrow300",
1278
- "declaration": {
1279
- "name": "IconArrow300",
1280
- "module": "src/elements/IconArrow300.ts"
1281
- }
1282
- }
1283
- ]
1284
- },
1285
- {
1286
- "kind": "javascript-module",
1287
- "path": "src/elements/IconArrow400.ts",
1288
- "declarations": [
1289
- {
1290
- "kind": "class",
1291
- "description": "",
1292
- "name": "IconArrow400",
1293
- "members": [],
1294
- "superclass": {
1295
- "name": "IconBase",
1296
- "package": "@spectrum-web-components/icon"
1297
- },
1298
- "tagName": "sp-icon-arrow400",
1299
- "customElement": true
1300
- }
1301
- ],
1302
- "exports": [
1303
- {
1304
- "kind": "js",
1305
- "name": "IconArrow400",
1306
- "declaration": {
1307
- "name": "IconArrow400",
1308
- "module": "src/elements/IconArrow400.ts"
1309
- }
1310
- }
1311
- ]
1312
- },
1313
- {
1314
- "kind": "javascript-module",
1315
- "path": "src/elements/IconArrow500.ts",
1316
- "declarations": [
1317
- {
1318
- "kind": "class",
1319
- "description": "",
1320
- "name": "IconArrow500",
1321
- "members": [],
1322
- "superclass": {
1323
- "name": "IconBase",
1324
- "package": "@spectrum-web-components/icon"
1325
- },
1326
- "tagName": "sp-icon-arrow500",
1327
- "customElement": true
1328
- }
1329
- ],
1330
- "exports": [
1331
- {
1332
- "kind": "js",
1333
- "name": "IconArrow500",
1334
- "declaration": {
1335
- "name": "IconArrow500",
1336
- "module": "src/elements/IconArrow500.ts"
1337
- }
1338
- }
1339
- ]
1340
- },
1341
- {
1342
- "kind": "javascript-module",
1343
- "path": "src/elements/IconArrow600.ts",
1344
- "declarations": [
1345
- {
1346
- "kind": "class",
1347
- "description": "",
1348
- "name": "IconArrow600",
1349
- "members": [],
1350
- "superclass": {
1351
- "name": "IconBase",
1352
- "package": "@spectrum-web-components/icon"
1353
- },
1354
- "tagName": "sp-icon-arrow600",
1355
- "customElement": true
1356
- }
1357
- ],
1358
- "exports": [
1359
- {
1360
- "kind": "js",
1361
- "name": "IconArrow600",
1362
- "declaration": {
1363
- "name": "IconArrow600",
1364
- "module": "src/elements/IconArrow600.ts"
1365
- }
1366
- }
1367
- ]
1368
- },
1369
- {
1370
- "kind": "javascript-module",
1371
- "path": "src/elements/IconArrow75.ts",
1372
- "declarations": [
1373
- {
1374
- "kind": "class",
1375
- "description": "",
1376
- "name": "IconArrow75",
1377
- "members": [],
1378
- "superclass": {
1379
- "name": "IconBase",
1380
- "package": "@spectrum-web-components/icon"
1381
- },
1382
- "tagName": "sp-icon-arrow75",
1383
- "customElement": true
1384
- }
1385
- ],
1386
- "exports": [
1387
- {
1388
- "kind": "js",
1389
- "name": "IconArrow75",
1390
- "declaration": {
1391
- "name": "IconArrow75",
1392
- "module": "src/elements/IconArrow75.ts"
1393
- }
1394
- }
1395
- ]
1396
- },
1397
- {
1398
- "kind": "javascript-module",
1399
- "path": "src/elements/IconAsterisk100.ts",
1400
- "declarations": [
1401
- {
1402
- "kind": "class",
1403
- "description": "",
1404
- "name": "IconAsterisk100",
1405
- "members": [],
1406
- "superclass": {
1407
- "name": "IconBase",
1408
- "package": "@spectrum-web-components/icon"
1409
- },
1410
- "tagName": "sp-icon-asterisk100",
1411
- "customElement": true
1412
- }
1413
- ],
1414
- "exports": [
1415
- {
1416
- "kind": "js",
1417
- "name": "IconAsterisk100",
1418
- "declaration": {
1419
- "name": "IconAsterisk100",
1420
- "module": "src/elements/IconAsterisk100.ts"
1421
- }
1422
- }
1423
- ]
1424
- },
1425
- {
1426
- "kind": "javascript-module",
1427
- "path": "src/elements/IconAsterisk200.ts",
1428
- "declarations": [
1429
- {
1430
- "kind": "class",
1431
- "description": "",
1432
- "name": "IconAsterisk200",
1433
- "members": [],
1434
- "superclass": {
1435
- "name": "IconBase",
1436
- "package": "@spectrum-web-components/icon"
1437
- },
1438
- "tagName": "sp-icon-asterisk200",
1439
- "customElement": true
1440
- }
1441
- ],
1442
- "exports": [
1443
- {
1444
- "kind": "js",
1445
- "name": "IconAsterisk200",
1446
- "declaration": {
1447
- "name": "IconAsterisk200",
1448
- "module": "src/elements/IconAsterisk200.ts"
1449
- }
1450
- }
1451
- ]
1452
- },
1453
- {
1454
- "kind": "javascript-module",
1455
- "path": "src/elements/IconAsterisk300.ts",
1456
- "declarations": [
1457
- {
1458
- "kind": "class",
1459
- "description": "",
1460
- "name": "IconAsterisk300",
1461
- "members": [],
1462
- "superclass": {
1463
- "name": "IconBase",
1464
- "package": "@spectrum-web-components/icon"
1465
- },
1466
- "tagName": "sp-icon-asterisk300",
1467
- "customElement": true
1468
- }
1469
- ],
1470
- "exports": [
1471
- {
1472
- "kind": "js",
1473
- "name": "IconAsterisk300",
1474
- "declaration": {
1475
- "name": "IconAsterisk300",
1476
- "module": "src/elements/IconAsterisk300.ts"
1477
- }
1478
- }
1479
- ]
1480
- },
1481
- {
1482
- "kind": "javascript-module",
1483
- "path": "src/elements/IconAsterisk75.ts",
1484
- "declarations": [
1485
- {
1486
- "kind": "class",
1487
- "description": "",
1488
- "name": "IconAsterisk75",
1489
- "members": [],
1490
- "superclass": {
1491
- "name": "IconBase",
1492
- "package": "@spectrum-web-components/icon"
1493
- },
1494
- "tagName": "sp-icon-asterisk75",
1495
- "customElement": true
1496
- }
1497
- ],
1498
- "exports": [
1499
- {
1500
- "kind": "js",
1501
- "name": "IconAsterisk75",
1502
- "declaration": {
1503
- "name": "IconAsterisk75",
1504
- "module": "src/elements/IconAsterisk75.ts"
1505
- }
1506
- }
1507
- ]
1508
- },
1509
- {
1510
- "kind": "javascript-module",
1511
- "path": "src/elements/IconCheckmark100.ts",
1512
- "declarations": [
1513
- {
1514
- "kind": "class",
1515
- "description": "",
1516
- "name": "IconCheckmark100",
1517
- "members": [],
1518
- "superclass": {
1519
- "name": "IconBase",
1520
- "package": "@spectrum-web-components/icon"
1521
- },
1522
- "tagName": "sp-icon-checkmark100",
1523
- "customElement": true
1524
- }
1525
- ],
1526
- "exports": [
1527
- {
1528
- "kind": "js",
1529
- "name": "IconCheckmark100",
1530
- "declaration": {
1531
- "name": "IconCheckmark100",
1532
- "module": "src/elements/IconCheckmark100.ts"
1533
- }
1534
- }
1535
- ]
1536
- },
1537
- {
1538
- "kind": "javascript-module",
1539
- "path": "src/elements/IconCheckmark200.ts",
1540
- "declarations": [
1541
- {
1542
- "kind": "class",
1543
- "description": "",
1544
- "name": "IconCheckmark200",
1545
- "members": [],
1546
- "superclass": {
1547
- "name": "IconBase",
1548
- "package": "@spectrum-web-components/icon"
1549
- },
1550
- "tagName": "sp-icon-checkmark200",
1551
- "customElement": true
1552
- }
1553
- ],
1554
- "exports": [
1555
- {
1556
- "kind": "js",
1557
- "name": "IconCheckmark200",
1558
- "declaration": {
1559
- "name": "IconCheckmark200",
1560
- "module": "src/elements/IconCheckmark200.ts"
1561
- }
1562
- }
1563
- ]
1564
- },
1565
- {
1566
- "kind": "javascript-module",
1567
- "path": "src/elements/IconCheckmark300.ts",
1568
- "declarations": [
1569
- {
1570
- "kind": "class",
1571
- "description": "",
1572
- "name": "IconCheckmark300",
1573
- "members": [],
1574
- "superclass": {
1575
- "name": "IconBase",
1576
- "package": "@spectrum-web-components/icon"
1577
- },
1578
- "tagName": "sp-icon-checkmark300",
1579
- "customElement": true
1580
- }
1581
- ],
1582
- "exports": [
1583
- {
1584
- "kind": "js",
1585
- "name": "IconCheckmark300",
1586
- "declaration": {
1587
- "name": "IconCheckmark300",
1588
- "module": "src/elements/IconCheckmark300.ts"
1589
- }
1590
- }
1591
- ]
1592
- },
1593
- {
1594
- "kind": "javascript-module",
1595
- "path": "src/elements/IconCheckmark400.ts",
1596
- "declarations": [
1597
- {
1598
- "kind": "class",
1599
- "description": "",
1600
- "name": "IconCheckmark400",
1601
- "members": [],
1602
- "superclass": {
1603
- "name": "IconBase",
1604
- "package": "@spectrum-web-components/icon"
1605
- },
1606
- "tagName": "sp-icon-checkmark400",
1607
- "customElement": true
1608
- }
1609
- ],
1610
- "exports": [
1611
- {
1612
- "kind": "js",
1613
- "name": "IconCheckmark400",
1614
- "declaration": {
1615
- "name": "IconCheckmark400",
1616
- "module": "src/elements/IconCheckmark400.ts"
1617
- }
1618
- }
1619
- ]
1620
- },
1621
- {
1622
- "kind": "javascript-module",
1623
- "path": "src/elements/IconCheckmark50.ts",
1624
- "declarations": [
1625
- {
1626
- "kind": "class",
1627
- "description": "",
1628
- "name": "IconCheckmark50",
1629
- "members": [],
1630
- "superclass": {
1631
- "name": "IconBase",
1632
- "package": "@spectrum-web-components/icon"
1633
- },
1634
- "tagName": "sp-icon-checkmark50",
1635
- "customElement": true
1636
- }
1637
- ],
1638
- "exports": [
1639
- {
1640
- "kind": "js",
1641
- "name": "IconCheckmark50",
1642
- "declaration": {
1643
- "name": "IconCheckmark50",
1644
- "module": "src/elements/IconCheckmark50.ts"
1645
- }
1646
- }
1647
- ]
1648
- },
1649
- {
1650
- "kind": "javascript-module",
1651
- "path": "src/elements/IconCheckmark500.ts",
1652
- "declarations": [
1653
- {
1654
- "kind": "class",
1655
- "description": "",
1656
- "name": "IconCheckmark500",
1657
- "members": [],
1658
- "superclass": {
1659
- "name": "IconBase",
1660
- "package": "@spectrum-web-components/icon"
1661
- },
1662
- "tagName": "sp-icon-checkmark500",
1663
- "customElement": true
1664
- }
1665
- ],
1666
- "exports": [
1667
- {
1668
- "kind": "js",
1669
- "name": "IconCheckmark500",
1670
- "declaration": {
1671
- "name": "IconCheckmark500",
1672
- "module": "src/elements/IconCheckmark500.ts"
1673
- }
1674
- }
1675
- ]
1676
- },
1677
- {
1678
- "kind": "javascript-module",
1679
- "path": "src/elements/IconCheckmark600.ts",
1680
- "declarations": [
1681
- {
1682
- "kind": "class",
1683
- "description": "",
1684
- "name": "IconCheckmark600",
1685
- "members": [],
1686
- "superclass": {
1687
- "name": "IconBase",
1688
- "package": "@spectrum-web-components/icon"
1689
- },
1690
- "tagName": "sp-icon-checkmark600",
1691
- "customElement": true
1692
- }
1693
- ],
1694
- "exports": [
1695
- {
1696
- "kind": "js",
1697
- "name": "IconCheckmark600",
1698
- "declaration": {
1699
- "name": "IconCheckmark600",
1700
- "module": "src/elements/IconCheckmark600.ts"
1701
- }
1702
- }
1703
- ]
1704
- },
1705
- {
1706
- "kind": "javascript-module",
1707
- "path": "src/elements/IconCheckmark75.ts",
1708
- "declarations": [
1709
- {
1710
- "kind": "class",
1711
- "description": "",
1712
- "name": "IconCheckmark75",
1713
- "members": [],
1714
- "superclass": {
1715
- "name": "IconBase",
1716
- "package": "@spectrum-web-components/icon"
1717
- },
1718
- "tagName": "sp-icon-checkmark75",
1719
- "customElement": true
1720
- }
1721
- ],
1722
- "exports": [
1723
- {
1724
- "kind": "js",
1725
- "name": "IconCheckmark75",
1726
- "declaration": {
1727
- "name": "IconCheckmark75",
1728
- "module": "src/elements/IconCheckmark75.ts"
1729
- }
1730
- }
1731
- ]
1732
- },
1733
- {
1734
- "kind": "javascript-module",
1735
- "path": "src/elements/IconChevron100.ts",
1736
- "declarations": [
1737
- {
1738
- "kind": "class",
1739
- "description": "",
1740
- "name": "IconChevron100",
1741
- "members": [],
1742
- "superclass": {
1743
- "name": "IconBase",
1744
- "package": "@spectrum-web-components/icon"
1745
- },
1746
- "tagName": "sp-icon-chevron100",
1747
- "customElement": true
1748
- }
1749
- ],
1750
- "exports": [
1751
- {
1752
- "kind": "js",
1753
- "name": "IconChevron100",
1754
- "declaration": {
1755
- "name": "IconChevron100",
1756
- "module": "src/elements/IconChevron100.ts"
1757
- }
1758
- }
1759
- ]
1760
- },
1761
- {
1762
- "kind": "javascript-module",
1763
- "path": "src/elements/IconChevron200.ts",
1764
- "declarations": [
1765
- {
1766
- "kind": "class",
1767
- "description": "",
1768
- "name": "IconChevron200",
1769
- "members": [],
1770
- "superclass": {
1771
- "name": "IconBase",
1772
- "package": "@spectrum-web-components/icon"
1773
- },
1774
- "tagName": "sp-icon-chevron200",
1775
- "customElement": true
1776
- }
1777
- ],
1778
- "exports": [
1779
- {
1780
- "kind": "js",
1781
- "name": "IconChevron200",
1782
- "declaration": {
1783
- "name": "IconChevron200",
1784
- "module": "src/elements/IconChevron200.ts"
1785
- }
1786
- }
1787
- ]
1788
- },
1789
- {
1790
- "kind": "javascript-module",
1791
- "path": "src/elements/IconChevron300.ts",
1792
- "declarations": [
1793
- {
1794
- "kind": "class",
1795
- "description": "",
1796
- "name": "IconChevron300",
1797
- "members": [],
1798
- "superclass": {
1799
- "name": "IconBase",
1800
- "package": "@spectrum-web-components/icon"
1801
- },
1802
- "tagName": "sp-icon-chevron300",
1803
- "customElement": true
1804
- }
1805
- ],
1806
- "exports": [
1807
- {
1808
- "kind": "js",
1809
- "name": "IconChevron300",
1810
- "declaration": {
1811
- "name": "IconChevron300",
1812
- "module": "src/elements/IconChevron300.ts"
1813
- }
1814
- }
1815
- ]
1816
- },
1817
- {
1818
- "kind": "javascript-module",
1819
- "path": "src/elements/IconChevron400.ts",
1820
- "declarations": [
1821
- {
1822
- "kind": "class",
1823
- "description": "",
1824
- "name": "IconChevron400",
1825
- "members": [],
1826
- "superclass": {
1827
- "name": "IconBase",
1828
- "package": "@spectrum-web-components/icon"
1829
- },
1830
- "tagName": "sp-icon-chevron400",
1831
- "customElement": true
1832
- }
1833
- ],
1834
- "exports": [
1835
- {
1836
- "kind": "js",
1837
- "name": "IconChevron400",
1838
- "declaration": {
1839
- "name": "IconChevron400",
1840
- "module": "src/elements/IconChevron400.ts"
1841
- }
1842
- }
1843
- ]
1844
- },
1845
- {
1846
- "kind": "javascript-module",
1847
- "path": "src/elements/IconChevron500.ts",
1848
- "declarations": [
1849
- {
1850
- "kind": "class",
1851
- "description": "",
1852
- "name": "IconChevron500",
1853
- "members": [],
1854
- "superclass": {
1855
- "name": "IconBase",
1856
- "package": "@spectrum-web-components/icon"
1857
- },
1858
- "tagName": "sp-icon-chevron500",
1859
- "customElement": true
1860
- }
1861
- ],
1862
- "exports": [
1863
- {
1864
- "kind": "js",
1865
- "name": "IconChevron500",
1866
- "declaration": {
1867
- "name": "IconChevron500",
1868
- "module": "src/elements/IconChevron500.ts"
1869
- }
1870
- }
1871
- ]
1872
- },
1873
- {
1874
- "kind": "javascript-module",
1875
- "path": "src/elements/IconChevron600.ts",
1876
- "declarations": [
1877
- {
1878
- "kind": "class",
1879
- "description": "",
1880
- "name": "IconChevron600",
1881
- "members": [],
1882
- "superclass": {
1883
- "name": "IconBase",
1884
- "package": "@spectrum-web-components/icon"
1885
- },
1886
- "tagName": "sp-icon-chevron600",
1887
- "customElement": true
1888
- }
1889
- ],
1890
- "exports": [
1891
- {
1892
- "kind": "js",
1893
- "name": "IconChevron600",
1894
- "declaration": {
1895
- "name": "IconChevron600",
1896
- "module": "src/elements/IconChevron600.ts"
1897
- }
1898
- }
1899
- ]
1900
- },
1901
- {
1902
- "kind": "javascript-module",
1903
- "path": "src/elements/IconChevron75.ts",
1904
- "declarations": [
1905
- {
1906
- "kind": "class",
1907
- "description": "",
1908
- "name": "IconChevron75",
1909
- "members": [],
1910
- "superclass": {
1911
- "name": "IconBase",
1912
- "package": "@spectrum-web-components/icon"
1913
- },
1914
- "tagName": "sp-icon-chevron75",
1915
- "customElement": true
1916
- }
1917
- ],
1918
- "exports": [
1919
- {
1920
- "kind": "js",
1921
- "name": "IconChevron75",
1922
- "declaration": {
1923
- "name": "IconChevron75",
1924
- "module": "src/elements/IconChevron75.ts"
1925
- }
1926
- }
1927
- ]
1928
- },
1929
- {
1930
- "kind": "javascript-module",
1931
- "path": "src/elements/IconCornerTriangle100.ts",
1932
- "declarations": [
1933
- {
1934
- "kind": "class",
1935
- "description": "",
1936
- "name": "IconCornerTriangle100",
1937
- "members": [],
1938
- "superclass": {
1939
- "name": "IconBase",
1940
- "package": "@spectrum-web-components/icon"
1941
- },
1942
- "tagName": "sp-icon-corner-triangle100",
1943
- "customElement": true
1944
- }
1945
- ],
1946
- "exports": [
1947
- {
1948
- "kind": "js",
1949
- "name": "IconCornerTriangle100",
1950
- "declaration": {
1951
- "name": "IconCornerTriangle100",
1952
- "module": "src/elements/IconCornerTriangle100.ts"
1953
- }
1954
- }
1955
- ]
1956
- },
1957
- {
1958
- "kind": "javascript-module",
1959
- "path": "src/elements/IconCornerTriangle200.ts",
1960
- "declarations": [
1961
- {
1962
- "kind": "class",
1963
- "description": "",
1964
- "name": "IconCornerTriangle200",
1965
- "members": [],
1966
- "superclass": {
1967
- "name": "IconBase",
1968
- "package": "@spectrum-web-components/icon"
1969
- },
1970
- "tagName": "sp-icon-corner-triangle200",
1971
- "customElement": true
1972
- }
1973
- ],
1974
- "exports": [
1975
- {
1976
- "kind": "js",
1977
- "name": "IconCornerTriangle200",
1978
- "declaration": {
1979
- "name": "IconCornerTriangle200",
1980
- "module": "src/elements/IconCornerTriangle200.ts"
1981
- }
1982
- }
1983
- ]
1984
- },
1985
- {
1986
- "kind": "javascript-module",
1987
- "path": "src/elements/IconCornerTriangle300.ts",
1988
- "declarations": [
1989
- {
1990
- "kind": "class",
1991
- "description": "",
1992
- "name": "IconCornerTriangle300",
1993
- "members": [],
1994
- "superclass": {
1995
- "name": "IconBase",
1996
- "package": "@spectrum-web-components/icon"
1997
- },
1998
- "tagName": "sp-icon-corner-triangle300",
1999
- "customElement": true
2000
- }
2001
- ],
2002
- "exports": [
2003
- {
2004
- "kind": "js",
2005
- "name": "IconCornerTriangle300",
2006
- "declaration": {
2007
- "name": "IconCornerTriangle300",
2008
- "module": "src/elements/IconCornerTriangle300.ts"
2009
- }
2010
- }
2011
- ]
2012
- },
2013
- {
2014
- "kind": "javascript-module",
2015
- "path": "src/elements/IconCornerTriangle75.ts",
2016
- "declarations": [
2017
- {
2018
- "kind": "class",
2019
- "description": "",
2020
- "name": "IconCornerTriangle75",
2021
- "members": [],
2022
- "superclass": {
2023
- "name": "IconBase",
2024
- "package": "@spectrum-web-components/icon"
2025
- },
2026
- "tagName": "sp-icon-corner-triangle75",
2027
- "customElement": true
2028
- }
2029
- ],
2030
- "exports": [
2031
- {
2032
- "kind": "js",
2033
- "name": "IconCornerTriangle75",
2034
- "declaration": {
2035
- "name": "IconCornerTriangle75",
2036
- "module": "src/elements/IconCornerTriangle75.ts"
2037
- }
2038
- }
2039
- ]
2040
- },
2041
- {
2042
- "kind": "javascript-module",
2043
- "path": "src/elements/IconCross100.ts",
2044
- "declarations": [
2045
- {
2046
- "kind": "class",
2047
- "description": "",
2048
- "name": "IconCross100",
2049
- "members": [],
2050
- "superclass": {
2051
- "name": "IconBase",
2052
- "package": "@spectrum-web-components/icon"
2053
- },
2054
- "tagName": "sp-icon-cross100",
2055
- "customElement": true
2056
- }
2057
- ],
2058
- "exports": [
2059
- {
2060
- "kind": "js",
2061
- "name": "IconCross100",
2062
- "declaration": {
2063
- "name": "IconCross100",
2064
- "module": "src/elements/IconCross100.ts"
2065
- }
2066
- }
2067
- ]
2068
- },
2069
- {
2070
- "kind": "javascript-module",
2071
- "path": "src/elements/IconCross200.ts",
2072
- "declarations": [
2073
- {
2074
- "kind": "class",
2075
- "description": "",
2076
- "name": "IconCross200",
2077
- "members": [],
2078
- "superclass": {
2079
- "name": "IconBase",
2080
- "package": "@spectrum-web-components/icon"
2081
- },
2082
- "tagName": "sp-icon-cross200",
2083
- "customElement": true
2084
- }
2085
- ],
2086
- "exports": [
2087
- {
2088
- "kind": "js",
2089
- "name": "IconCross200",
2090
- "declaration": {
2091
- "name": "IconCross200",
2092
- "module": "src/elements/IconCross200.ts"
2093
- }
2094
- }
2095
- ]
2096
- },
2097
- {
2098
- "kind": "javascript-module",
2099
- "path": "src/elements/IconCross300.ts",
2100
- "declarations": [
2101
- {
2102
- "kind": "class",
2103
- "description": "",
2104
- "name": "IconCross300",
2105
- "members": [],
2106
- "superclass": {
2107
- "name": "IconBase",
2108
- "package": "@spectrum-web-components/icon"
2109
- },
2110
- "tagName": "sp-icon-cross300",
2111
- "customElement": true
2112
- }
2113
- ],
2114
- "exports": [
2115
- {
2116
- "kind": "js",
2117
- "name": "IconCross300",
2118
- "declaration": {
2119
- "name": "IconCross300",
2120
- "module": "src/elements/IconCross300.ts"
2121
- }
2122
- }
2123
- ]
2124
- },
2125
- {
2126
- "kind": "javascript-module",
2127
- "path": "src/elements/IconCross400.ts",
2128
- "declarations": [
2129
- {
2130
- "kind": "class",
2131
- "description": "",
2132
- "name": "IconCross400",
2133
- "members": [],
2134
- "superclass": {
2135
- "name": "IconBase",
2136
- "package": "@spectrum-web-components/icon"
2137
- },
2138
- "tagName": "sp-icon-cross400",
2139
- "customElement": true
2140
- }
2141
- ],
2142
- "exports": [
2143
- {
2144
- "kind": "js",
2145
- "name": "IconCross400",
2146
- "declaration": {
2147
- "name": "IconCross400",
2148
- "module": "src/elements/IconCross400.ts"
2149
- }
2150
- }
2151
- ]
2152
- },
2153
- {
2154
- "kind": "javascript-module",
2155
- "path": "src/elements/IconCross500.ts",
2156
- "declarations": [
2157
- {
2158
- "kind": "class",
2159
- "description": "",
2160
- "name": "IconCross500",
2161
- "members": [],
2162
- "superclass": {
2163
- "name": "IconBase",
2164
- "package": "@spectrum-web-components/icon"
2165
- },
2166
- "tagName": "sp-icon-cross500",
2167
- "customElement": true
2168
- }
2169
- ],
2170
- "exports": [
2171
- {
2172
- "kind": "js",
2173
- "name": "IconCross500",
2174
- "declaration": {
2175
- "name": "IconCross500",
2176
- "module": "src/elements/IconCross500.ts"
2177
- }
2178
- }
2179
- ]
2180
- },
2181
- {
2182
- "kind": "javascript-module",
2183
- "path": "src/elements/IconCross600.ts",
2184
- "declarations": [
2185
- {
2186
- "kind": "class",
2187
- "description": "",
2188
- "name": "IconCross600",
2189
- "members": [],
2190
- "superclass": {
2191
- "name": "IconBase",
2192
- "package": "@spectrum-web-components/icon"
2193
- },
2194
- "tagName": "sp-icon-cross600",
2195
- "customElement": true
2196
- }
2197
- ],
2198
- "exports": [
2199
- {
2200
- "kind": "js",
2201
- "name": "IconCross600",
2202
- "declaration": {
2203
- "name": "IconCross600",
2204
- "module": "src/elements/IconCross600.ts"
2205
- }
2206
- }
2207
- ]
2208
- },
2209
- {
2210
- "kind": "javascript-module",
2211
- "path": "src/elements/IconCross75.ts",
2212
- "declarations": [
2213
- {
2214
- "kind": "class",
2215
- "description": "",
2216
- "name": "IconCross75",
2217
- "members": [],
2218
- "superclass": {
2219
- "name": "IconBase",
2220
- "package": "@spectrum-web-components/icon"
2221
- },
2222
- "tagName": "sp-icon-cross75",
2223
- "customElement": true
2224
- }
2225
- ],
2226
- "exports": [
2227
- {
2228
- "kind": "js",
2229
- "name": "IconCross75",
2230
- "declaration": {
2231
- "name": "IconCross75",
2232
- "module": "src/elements/IconCross75.ts"
2233
- }
2234
- }
2235
- ]
2236
- },
2237
- {
2238
- "kind": "javascript-module",
2239
- "path": "src/elements/IconDash100.ts",
2240
- "declarations": [
2241
- {
2242
- "kind": "class",
2243
- "description": "",
2244
- "name": "IconDash100",
2245
- "members": [],
2246
- "superclass": {
2247
- "name": "IconBase",
2248
- "package": "@spectrum-web-components/icon"
2249
- },
2250
- "tagName": "sp-icon-dash100",
2251
- "customElement": true
2252
- }
2253
- ],
2254
- "exports": [
2255
- {
2256
- "kind": "js",
2257
- "name": "IconDash100",
2258
- "declaration": {
2259
- "name": "IconDash100",
2260
- "module": "src/elements/IconDash100.ts"
2261
- }
2262
- }
2263
- ]
2264
- },
2265
- {
2266
- "kind": "javascript-module",
2267
- "path": "src/elements/IconDash200.ts",
2268
- "declarations": [
2269
- {
2270
- "kind": "class",
2271
- "description": "",
2272
- "name": "IconDash200",
2273
- "members": [],
2274
- "superclass": {
2275
- "name": "IconBase",
2276
- "package": "@spectrum-web-components/icon"
2277
- },
2278
- "tagName": "sp-icon-dash200",
2279
- "customElement": true
2280
- }
2281
- ],
2282
- "exports": [
2283
- {
2284
- "kind": "js",
2285
- "name": "IconDash200",
2286
- "declaration": {
2287
- "name": "IconDash200",
2288
- "module": "src/elements/IconDash200.ts"
2289
- }
2290
- }
2291
- ]
2292
- },
2293
- {
2294
- "kind": "javascript-module",
2295
- "path": "src/elements/IconDash300.ts",
2296
- "declarations": [
2297
- {
2298
- "kind": "class",
2299
- "description": "",
2300
- "name": "IconDash300",
2301
- "members": [],
2302
- "superclass": {
2303
- "name": "IconBase",
2304
- "package": "@spectrum-web-components/icon"
2305
- },
2306
- "tagName": "sp-icon-dash300",
2307
- "customElement": true
2308
- }
2309
- ],
2310
- "exports": [
2311
- {
2312
- "kind": "js",
2313
- "name": "IconDash300",
2314
- "declaration": {
2315
- "name": "IconDash300",
2316
- "module": "src/elements/IconDash300.ts"
2317
- }
2318
- }
2319
- ]
2320
- },
2321
- {
2322
- "kind": "javascript-module",
2323
- "path": "src/elements/IconDash400.ts",
2324
- "declarations": [
2325
- {
2326
- "kind": "class",
2327
- "description": "",
2328
- "name": "IconDash400",
2329
- "members": [],
2330
- "superclass": {
2331
- "name": "IconBase",
2332
- "package": "@spectrum-web-components/icon"
2333
- },
2334
- "tagName": "sp-icon-dash400",
2335
- "customElement": true
2336
- }
2337
- ],
2338
- "exports": [
2339
- {
2340
- "kind": "js",
2341
- "name": "IconDash400",
2342
- "declaration": {
2343
- "name": "IconDash400",
2344
- "module": "src/elements/IconDash400.ts"
2345
- }
2346
- }
2347
- ]
2348
- },
2349
- {
2350
- "kind": "javascript-module",
2351
- "path": "src/elements/IconDash50.ts",
2352
- "declarations": [
2353
- {
2354
- "kind": "class",
2355
- "description": "",
2356
- "name": "IconDash50",
2357
- "members": [],
2358
- "superclass": {
2359
- "name": "IconBase",
2360
- "package": "@spectrum-web-components/icon"
2361
- },
2362
- "tagName": "sp-icon-dash50",
2363
- "customElement": true
2364
- }
2365
- ],
2366
- "exports": [
2367
- {
2368
- "kind": "js",
2369
- "name": "IconDash50",
2370
- "declaration": {
2371
- "name": "IconDash50",
2372
- "module": "src/elements/IconDash50.ts"
2373
- }
2374
- }
2375
- ]
2376
- },
2377
- {
2378
- "kind": "javascript-module",
2379
- "path": "src/elements/IconDash500.ts",
2380
- "declarations": [
2381
- {
2382
- "kind": "class",
2383
- "description": "",
2384
- "name": "IconDash500",
2385
- "members": [],
2386
- "superclass": {
2387
- "name": "IconBase",
2388
- "package": "@spectrum-web-components/icon"
2389
- },
2390
- "tagName": "sp-icon-dash500",
2391
- "customElement": true
2392
- }
2393
- ],
2394
- "exports": [
2395
- {
2396
- "kind": "js",
2397
- "name": "IconDash500",
2398
- "declaration": {
2399
- "name": "IconDash500",
2400
- "module": "src/elements/IconDash500.ts"
2401
- }
2402
- }
2403
- ]
2404
- },
2405
- {
2406
- "kind": "javascript-module",
2407
- "path": "src/elements/IconDash600.ts",
2408
- "declarations": [
2409
- {
2410
- "kind": "class",
2411
- "description": "",
2412
- "name": "IconDash600",
2413
- "members": [],
2414
- "superclass": {
2415
- "name": "IconBase",
2416
- "package": "@spectrum-web-components/icon"
2417
- },
2418
- "tagName": "sp-icon-dash600",
2419
- "customElement": true
2420
- }
2421
- ],
2422
- "exports": [
2423
- {
2424
- "kind": "js",
2425
- "name": "IconDash600",
2426
- "declaration": {
2427
- "name": "IconDash600",
2428
- "module": "src/elements/IconDash600.ts"
2429
- }
2430
- }
2431
- ]
2432
- },
2433
- {
2434
- "kind": "javascript-module",
2435
- "path": "src/elements/IconDash75.ts",
2436
- "declarations": [
2437
- {
2438
- "kind": "class",
2439
- "description": "",
2440
- "name": "IconDash75",
2441
- "members": [],
2442
- "superclass": {
2443
- "name": "IconBase",
2444
- "package": "@spectrum-web-components/icon"
2445
- },
2446
- "tagName": "sp-icon-dash75",
2447
- "customElement": true
2448
- }
2449
- ],
2450
- "exports": [
2451
- {
2452
- "kind": "js",
2453
- "name": "IconDash75",
2454
- "declaration": {
2455
- "name": "IconDash75",
2456
- "module": "src/elements/IconDash75.ts"
2457
- }
2458
- }
2459
- ]
2460
- },
2461
- {
2462
- "kind": "javascript-module",
2463
- "path": "src/elements/IconDoubleGripper.ts",
2464
- "declarations": [
2465
- {
2466
- "kind": "class",
2467
- "description": "",
2468
- "name": "IconDoubleGripper",
2469
- "members": [],
2470
- "superclass": {
2471
- "name": "IconBase",
2472
- "package": "@spectrum-web-components/icon"
2473
- },
2474
- "tagName": "sp-icon-double-gripper",
2475
- "customElement": true
2476
- }
2477
- ],
2478
- "exports": [
2479
- {
2480
- "kind": "js",
2481
- "name": "IconDoubleGripper",
2482
- "declaration": {
2483
- "name": "IconDoubleGripper",
2484
- "module": "src/elements/IconDoubleGripper.ts"
2485
- }
2486
- }
2487
- ]
2488
- },
2489
- {
2490
- "kind": "javascript-module",
2491
- "path": "src/elements/IconSingleGripper.ts",
2492
- "declarations": [
2493
- {
2494
- "kind": "class",
2495
- "description": "",
2496
- "name": "IconSingleGripper",
2497
- "members": [],
2498
- "superclass": {
2499
- "name": "IconBase",
2500
- "package": "@spectrum-web-components/icon"
2501
- },
2502
- "tagName": "sp-icon-single-gripper",
2503
- "customElement": true
2504
- }
2505
- ],
2506
- "exports": [
2507
- {
2508
- "kind": "js",
2509
- "name": "IconSingleGripper",
2510
- "declaration": {
2511
- "name": "IconSingleGripper",
2512
- "module": "src/elements/IconSingleGripper.ts"
2513
- }
2514
- }
2515
- ]
2516
- },
2517
- {
2518
- "kind": "javascript-module",
2519
- "path": "src/elements/IconTripleGripper.ts",
2520
- "declarations": [
2521
- {
2522
- "kind": "class",
2523
- "description": "",
2524
- "name": "IconTripleGripper",
2525
- "members": [],
2526
- "superclass": {
2527
- "name": "IconBase",
2528
- "package": "@spectrum-web-components/icon"
2529
- },
2530
- "tagName": "sp-icon-triple-gripper",
2531
- "customElement": true
2532
- }
2533
- ],
2534
- "exports": [
2535
- {
2536
- "kind": "js",
2537
- "name": "IconTripleGripper",
2538
- "declaration": {
2539
- "name": "IconTripleGripper",
2540
- "module": "src/elements/IconTripleGripper.ts"
2541
- }
2542
- }
2543
- ]
2544
- },
2545
- {
2546
- "kind": "javascript-module",
2547
- "path": "src/icons/Arrow100.ts",
2548
- "declarations": [
2549
- {
2550
- "kind": "function",
2551
- "name": "Arrow100Icon",
2552
- "return": {
2553
- "type": {
2554
- "text": "string | TemplateResult"
2555
- }
2556
- }
2557
- }
2558
- ],
2559
- "exports": [
2560
- {
2561
- "kind": "js",
2562
- "name": "setCustomTemplateLiteralTag",
2563
- "declaration": {
2564
- "name": "setCustomTemplateLiteralTag",
2565
- "module": "../custom-tag.js"
2566
- }
2567
- },
2568
- {
2569
- "kind": "js",
2570
- "name": "Arrow100Icon",
2571
- "declaration": {
2572
- "name": "Arrow100Icon",
2573
- "module": "src/icons/Arrow100.ts"
2574
- }
2575
- }
2576
- ]
2577
- },
2578
- {
2579
- "kind": "javascript-module",
2580
- "path": "src/icons/Arrow200.ts",
2581
- "declarations": [
2582
- {
2583
- "kind": "function",
2584
- "name": "Arrow200Icon",
2585
- "return": {
2586
- "type": {
2587
- "text": "string | TemplateResult"
2588
- }
2589
- }
2590
- }
2591
- ],
2592
- "exports": [
2593
- {
2594
- "kind": "js",
2595
- "name": "setCustomTemplateLiteralTag",
2596
- "declaration": {
2597
- "name": "setCustomTemplateLiteralTag",
2598
- "module": "../custom-tag.js"
2599
- }
2600
- },
2601
- {
2602
- "kind": "js",
2603
- "name": "Arrow200Icon",
2604
- "declaration": {
2605
- "name": "Arrow200Icon",
2606
- "module": "src/icons/Arrow200.ts"
2607
- }
2608
- }
2609
- ]
2610
- },
2611
- {
2612
- "kind": "javascript-module",
2613
- "path": "src/icons/Arrow300.ts",
2614
- "declarations": [
2615
- {
2616
- "kind": "function",
2617
- "name": "Arrow300Icon",
2618
- "return": {
2619
- "type": {
2620
- "text": "string | TemplateResult"
2621
- }
2622
- }
2623
- }
2624
- ],
2625
- "exports": [
2626
- {
2627
- "kind": "js",
2628
- "name": "setCustomTemplateLiteralTag",
2629
- "declaration": {
2630
- "name": "setCustomTemplateLiteralTag",
2631
- "module": "../custom-tag.js"
2632
- }
2633
- },
2634
- {
2635
- "kind": "js",
2636
- "name": "Arrow300Icon",
2637
- "declaration": {
2638
- "name": "Arrow300Icon",
2639
- "module": "src/icons/Arrow300.ts"
2640
- }
2641
- }
2642
- ]
2643
- },
2644
- {
2645
- "kind": "javascript-module",
2646
- "path": "src/icons/Arrow400.ts",
2647
- "declarations": [
2648
- {
2649
- "kind": "function",
2650
- "name": "Arrow400Icon",
2651
- "return": {
2652
- "type": {
2653
- "text": "string | TemplateResult"
2654
- }
2655
- }
2656
- }
2657
- ],
2658
- "exports": [
2659
- {
2660
- "kind": "js",
2661
- "name": "setCustomTemplateLiteralTag",
2662
- "declaration": {
2663
- "name": "setCustomTemplateLiteralTag",
2664
- "module": "../custom-tag.js"
2665
- }
2666
- },
2667
- {
2668
- "kind": "js",
2669
- "name": "Arrow400Icon",
2670
- "declaration": {
2671
- "name": "Arrow400Icon",
2672
- "module": "src/icons/Arrow400.ts"
2673
- }
2674
- }
2675
- ]
2676
- },
2677
- {
2678
- "kind": "javascript-module",
2679
- "path": "src/icons/Arrow500.ts",
2680
- "declarations": [
2681
- {
2682
- "kind": "function",
2683
- "name": "Arrow500Icon",
2684
- "return": {
2685
- "type": {
2686
- "text": "string | TemplateResult"
2687
- }
2688
- }
2689
- }
2690
- ],
2691
- "exports": [
2692
- {
2693
- "kind": "js",
2694
- "name": "setCustomTemplateLiteralTag",
2695
- "declaration": {
2696
- "name": "setCustomTemplateLiteralTag",
2697
- "module": "../custom-tag.js"
2698
- }
2699
- },
2700
- {
2701
- "kind": "js",
2702
- "name": "Arrow500Icon",
2703
- "declaration": {
2704
- "name": "Arrow500Icon",
2705
- "module": "src/icons/Arrow500.ts"
2706
- }
2707
- }
2708
- ]
2709
- },
2710
- {
2711
- "kind": "javascript-module",
2712
- "path": "src/icons/Arrow600.ts",
2713
- "declarations": [
2714
- {
2715
- "kind": "function",
2716
- "name": "Arrow600Icon",
2717
- "return": {
2718
- "type": {
2719
- "text": "string | TemplateResult"
2720
- }
2721
- }
2722
- }
2723
- ],
2724
- "exports": [
2725
- {
2726
- "kind": "js",
2727
- "name": "setCustomTemplateLiteralTag",
2728
- "declaration": {
2729
- "name": "setCustomTemplateLiteralTag",
2730
- "module": "../custom-tag.js"
2731
- }
2732
- },
2733
- {
2734
- "kind": "js",
2735
- "name": "Arrow600Icon",
2736
- "declaration": {
2737
- "name": "Arrow600Icon",
2738
- "module": "src/icons/Arrow600.ts"
2739
- }
2740
- }
2741
- ]
2742
- },
2743
- {
2744
- "kind": "javascript-module",
2745
- "path": "src/icons/Arrow75.ts",
2746
- "declarations": [
2747
- {
2748
- "kind": "function",
2749
- "name": "Arrow75Icon",
2750
- "return": {
2751
- "type": {
2752
- "text": "string | TemplateResult"
2753
- }
2754
- }
2755
- }
2756
- ],
2757
- "exports": [
2758
- {
2759
- "kind": "js",
2760
- "name": "setCustomTemplateLiteralTag",
2761
- "declaration": {
2762
- "name": "setCustomTemplateLiteralTag",
2763
- "module": "../custom-tag.js"
2764
- }
2765
- },
2766
- {
2767
- "kind": "js",
2768
- "name": "Arrow75Icon",
2769
- "declaration": {
2770
- "name": "Arrow75Icon",
2771
- "module": "src/icons/Arrow75.ts"
2772
- }
2773
- }
2774
- ]
2775
- },
2776
- {
2777
- "kind": "javascript-module",
2778
- "path": "src/icons/Asterisk100.ts",
2779
- "declarations": [
2780
- {
2781
- "kind": "function",
2782
- "name": "Asterisk100Icon",
2783
- "return": {
2784
- "type": {
2785
- "text": "string | TemplateResult"
2786
- }
2787
- }
2788
- }
2789
- ],
2790
- "exports": [
2791
- {
2792
- "kind": "js",
2793
- "name": "setCustomTemplateLiteralTag",
2794
- "declaration": {
2795
- "name": "setCustomTemplateLiteralTag",
2796
- "module": "../custom-tag.js"
2797
- }
2798
- },
2799
- {
2800
- "kind": "js",
2801
- "name": "Asterisk100Icon",
2802
- "declaration": {
2803
- "name": "Asterisk100Icon",
2804
- "module": "src/icons/Asterisk100.ts"
2805
- }
2806
- }
2807
- ]
2808
- },
2809
- {
2810
- "kind": "javascript-module",
2811
- "path": "src/icons/Asterisk200.ts",
2812
- "declarations": [
2813
- {
2814
- "kind": "function",
2815
- "name": "Asterisk200Icon",
2816
- "return": {
2817
- "type": {
2818
- "text": "string | TemplateResult"
2819
- }
2820
- }
2821
- }
2822
- ],
2823
- "exports": [
2824
- {
2825
- "kind": "js",
2826
- "name": "setCustomTemplateLiteralTag",
2827
- "declaration": {
2828
- "name": "setCustomTemplateLiteralTag",
2829
- "module": "../custom-tag.js"
2830
- }
2831
- },
2832
- {
2833
- "kind": "js",
2834
- "name": "Asterisk200Icon",
2835
- "declaration": {
2836
- "name": "Asterisk200Icon",
2837
- "module": "src/icons/Asterisk200.ts"
2838
- }
2839
- }
2840
- ]
2841
- },
2842
- {
2843
- "kind": "javascript-module",
2844
- "path": "src/icons/Asterisk300.ts",
2845
- "declarations": [
2846
- {
2847
- "kind": "function",
2848
- "name": "Asterisk300Icon",
2849
- "return": {
2850
- "type": {
2851
- "text": "string | TemplateResult"
2852
- }
2853
- }
2854
- }
2855
- ],
2856
- "exports": [
2857
- {
2858
- "kind": "js",
2859
- "name": "setCustomTemplateLiteralTag",
2860
- "declaration": {
2861
- "name": "setCustomTemplateLiteralTag",
2862
- "module": "../custom-tag.js"
2863
- }
2864
- },
2865
- {
2866
- "kind": "js",
2867
- "name": "Asterisk300Icon",
2868
- "declaration": {
2869
- "name": "Asterisk300Icon",
2870
- "module": "src/icons/Asterisk300.ts"
2871
- }
2872
- }
2873
- ]
2874
- },
2875
- {
2876
- "kind": "javascript-module",
2877
- "path": "src/icons/Asterisk75.ts",
2878
- "declarations": [
2879
- {
2880
- "kind": "function",
2881
- "name": "Asterisk75Icon",
2882
- "return": {
2883
- "type": {
2884
- "text": "string | TemplateResult"
2885
- }
2886
- }
2887
- }
2888
- ],
2889
- "exports": [
2890
- {
2891
- "kind": "js",
2892
- "name": "setCustomTemplateLiteralTag",
2893
- "declaration": {
2894
- "name": "setCustomTemplateLiteralTag",
2895
- "module": "../custom-tag.js"
2896
- }
2897
- },
2898
- {
2899
- "kind": "js",
2900
- "name": "Asterisk75Icon",
2901
- "declaration": {
2902
- "name": "Asterisk75Icon",
2903
- "module": "src/icons/Asterisk75.ts"
2904
- }
2905
- }
2906
- ]
2907
- },
2908
- {
2909
- "kind": "javascript-module",
2910
- "path": "src/icons/Checkmark100.ts",
2911
- "declarations": [
2912
- {
2913
- "kind": "function",
2914
- "name": "Checkmark100Icon",
2915
- "return": {
2916
- "type": {
2917
- "text": "string | TemplateResult"
2918
- }
2919
- }
2920
- }
2921
- ],
2922
- "exports": [
2923
- {
2924
- "kind": "js",
2925
- "name": "setCustomTemplateLiteralTag",
2926
- "declaration": {
2927
- "name": "setCustomTemplateLiteralTag",
2928
- "module": "../custom-tag.js"
2929
- }
2930
- },
2931
- {
2932
- "kind": "js",
2933
- "name": "Checkmark100Icon",
2934
- "declaration": {
2935
- "name": "Checkmark100Icon",
2936
- "module": "src/icons/Checkmark100.ts"
2937
- }
2938
- }
2939
- ]
2940
- },
2941
- {
2942
- "kind": "javascript-module",
2943
- "path": "src/icons/Checkmark200.ts",
2944
- "declarations": [
2945
- {
2946
- "kind": "function",
2947
- "name": "Checkmark200Icon",
2948
- "return": {
2949
- "type": {
2950
- "text": "string | TemplateResult"
2951
- }
2952
- }
2953
- }
2954
- ],
2955
- "exports": [
2956
- {
2957
- "kind": "js",
2958
- "name": "setCustomTemplateLiteralTag",
2959
- "declaration": {
2960
- "name": "setCustomTemplateLiteralTag",
2961
- "module": "../custom-tag.js"
2962
- }
2963
- },
2964
- {
2965
- "kind": "js",
2966
- "name": "Checkmark200Icon",
2967
- "declaration": {
2968
- "name": "Checkmark200Icon",
2969
- "module": "src/icons/Checkmark200.ts"
2970
- }
2971
- }
2972
- ]
2973
- },
2974
- {
2975
- "kind": "javascript-module",
2976
- "path": "src/icons/Checkmark300.ts",
2977
- "declarations": [
2978
- {
2979
- "kind": "function",
2980
- "name": "Checkmark300Icon",
2981
- "return": {
2982
- "type": {
2983
- "text": "string | TemplateResult"
2984
- }
2985
- }
2986
- }
2987
- ],
2988
- "exports": [
2989
- {
2990
- "kind": "js",
2991
- "name": "setCustomTemplateLiteralTag",
2992
- "declaration": {
2993
- "name": "setCustomTemplateLiteralTag",
2994
- "module": "../custom-tag.js"
2995
- }
2996
- },
2997
- {
2998
- "kind": "js",
2999
- "name": "Checkmark300Icon",
3000
- "declaration": {
3001
- "name": "Checkmark300Icon",
3002
- "module": "src/icons/Checkmark300.ts"
3003
- }
3004
- }
3005
- ]
3006
- },
3007
- {
3008
- "kind": "javascript-module",
3009
- "path": "src/icons/Checkmark400.ts",
3010
- "declarations": [
3011
- {
3012
- "kind": "function",
3013
- "name": "Checkmark400Icon",
3014
- "return": {
3015
- "type": {
3016
- "text": "string | TemplateResult"
3017
- }
3018
- }
3019
- }
3020
- ],
3021
- "exports": [
3022
- {
3023
- "kind": "js",
3024
- "name": "setCustomTemplateLiteralTag",
3025
- "declaration": {
3026
- "name": "setCustomTemplateLiteralTag",
3027
- "module": "../custom-tag.js"
3028
- }
3029
- },
3030
- {
3031
- "kind": "js",
3032
- "name": "Checkmark400Icon",
3033
- "declaration": {
3034
- "name": "Checkmark400Icon",
3035
- "module": "src/icons/Checkmark400.ts"
3036
- }
3037
- }
3038
- ]
3039
- },
3040
- {
3041
- "kind": "javascript-module",
3042
- "path": "src/icons/Checkmark50.ts",
3043
- "declarations": [
3044
- {
3045
- "kind": "function",
3046
- "name": "Checkmark50Icon",
3047
- "return": {
3048
- "type": {
3049
- "text": "string | TemplateResult"
3050
- }
3051
- }
3052
- }
3053
- ],
3054
- "exports": [
3055
- {
3056
- "kind": "js",
3057
- "name": "setCustomTemplateLiteralTag",
3058
- "declaration": {
3059
- "name": "setCustomTemplateLiteralTag",
3060
- "module": "../custom-tag.js"
3061
- }
3062
- },
3063
- {
3064
- "kind": "js",
3065
- "name": "Checkmark50Icon",
3066
- "declaration": {
3067
- "name": "Checkmark50Icon",
3068
- "module": "src/icons/Checkmark50.ts"
3069
- }
3070
- }
3071
- ]
3072
- },
3073
- {
3074
- "kind": "javascript-module",
3075
- "path": "src/icons/Checkmark500.ts",
3076
- "declarations": [
3077
- {
3078
- "kind": "function",
3079
- "name": "Checkmark500Icon",
3080
- "return": {
3081
- "type": {
3082
- "text": "string | TemplateResult"
3083
- }
3084
- }
3085
- }
3086
- ],
3087
- "exports": [
3088
- {
3089
- "kind": "js",
3090
- "name": "setCustomTemplateLiteralTag",
3091
- "declaration": {
3092
- "name": "setCustomTemplateLiteralTag",
3093
- "module": "../custom-tag.js"
3094
- }
3095
- },
3096
- {
3097
- "kind": "js",
3098
- "name": "Checkmark500Icon",
3099
- "declaration": {
3100
- "name": "Checkmark500Icon",
3101
- "module": "src/icons/Checkmark500.ts"
3102
- }
3103
- }
3104
- ]
3105
- },
3106
- {
3107
- "kind": "javascript-module",
3108
- "path": "src/icons/Checkmark600.ts",
3109
- "declarations": [
3110
- {
3111
- "kind": "function",
3112
- "name": "Checkmark600Icon",
3113
- "return": {
3114
- "type": {
3115
- "text": "string | TemplateResult"
3116
- }
3117
- }
3118
- }
3119
- ],
3120
- "exports": [
3121
- {
3122
- "kind": "js",
3123
- "name": "setCustomTemplateLiteralTag",
3124
- "declaration": {
3125
- "name": "setCustomTemplateLiteralTag",
3126
- "module": "../custom-tag.js"
3127
- }
3128
- },
3129
- {
3130
- "kind": "js",
3131
- "name": "Checkmark600Icon",
3132
- "declaration": {
3133
- "name": "Checkmark600Icon",
3134
- "module": "src/icons/Checkmark600.ts"
3135
- }
3136
- }
3137
- ]
3138
- },
3139
- {
3140
- "kind": "javascript-module",
3141
- "path": "src/icons/Checkmark75.ts",
3142
- "declarations": [
3143
- {
3144
- "kind": "function",
3145
- "name": "Checkmark75Icon",
3146
- "return": {
3147
- "type": {
3148
- "text": "string | TemplateResult"
3149
- }
3150
- }
3151
- }
3152
- ],
3153
- "exports": [
3154
- {
3155
- "kind": "js",
3156
- "name": "setCustomTemplateLiteralTag",
3157
- "declaration": {
3158
- "name": "setCustomTemplateLiteralTag",
3159
- "module": "../custom-tag.js"
3160
- }
3161
- },
3162
- {
3163
- "kind": "js",
3164
- "name": "Checkmark75Icon",
3165
- "declaration": {
3166
- "name": "Checkmark75Icon",
3167
- "module": "src/icons/Checkmark75.ts"
3168
- }
3169
- }
3170
- ]
3171
- },
3172
- {
3173
- "kind": "javascript-module",
3174
- "path": "src/icons/Chevron100.ts",
3175
- "declarations": [
3176
- {
3177
- "kind": "function",
3178
- "name": "Chevron100Icon",
3179
- "return": {
3180
- "type": {
3181
- "text": "string | TemplateResult"
3182
- }
3183
- }
3184
- }
3185
- ],
3186
- "exports": [
3187
- {
3188
- "kind": "js",
3189
- "name": "setCustomTemplateLiteralTag",
3190
- "declaration": {
3191
- "name": "setCustomTemplateLiteralTag",
3192
- "module": "../custom-tag.js"
3193
- }
3194
- },
3195
- {
3196
- "kind": "js",
3197
- "name": "Chevron100Icon",
3198
- "declaration": {
3199
- "name": "Chevron100Icon",
3200
- "module": "src/icons/Chevron100.ts"
3201
- }
3202
- }
3203
- ]
3204
- },
3205
- {
3206
- "kind": "javascript-module",
3207
- "path": "src/icons/Chevron200.ts",
3208
- "declarations": [
3209
- {
3210
- "kind": "function",
3211
- "name": "Chevron200Icon",
3212
- "return": {
3213
- "type": {
3214
- "text": "string | TemplateResult"
3215
- }
3216
- }
3217
- }
3218
- ],
3219
- "exports": [
3220
- {
3221
- "kind": "js",
3222
- "name": "setCustomTemplateLiteralTag",
3223
- "declaration": {
3224
- "name": "setCustomTemplateLiteralTag",
3225
- "module": "../custom-tag.js"
3226
- }
3227
- },
3228
- {
3229
- "kind": "js",
3230
- "name": "Chevron200Icon",
3231
- "declaration": {
3232
- "name": "Chevron200Icon",
3233
- "module": "src/icons/Chevron200.ts"
3234
- }
3235
- }
3236
- ]
3237
- },
3238
- {
3239
- "kind": "javascript-module",
3240
- "path": "src/icons/Chevron300.ts",
3241
- "declarations": [
3242
- {
3243
- "kind": "function",
3244
- "name": "Chevron300Icon",
3245
- "return": {
3246
- "type": {
3247
- "text": "string | TemplateResult"
3248
- }
3249
- }
3250
- }
3251
- ],
3252
- "exports": [
3253
- {
3254
- "kind": "js",
3255
- "name": "setCustomTemplateLiteralTag",
3256
- "declaration": {
3257
- "name": "setCustomTemplateLiteralTag",
3258
- "module": "../custom-tag.js"
3259
- }
3260
- },
3261
- {
3262
- "kind": "js",
3263
- "name": "Chevron300Icon",
3264
- "declaration": {
3265
- "name": "Chevron300Icon",
3266
- "module": "src/icons/Chevron300.ts"
3267
- }
3268
- }
3269
- ]
3270
- },
3271
- {
3272
- "kind": "javascript-module",
3273
- "path": "src/icons/Chevron400.ts",
3274
- "declarations": [
3275
- {
3276
- "kind": "function",
3277
- "name": "Chevron400Icon",
3278
- "return": {
3279
- "type": {
3280
- "text": "string | TemplateResult"
3281
- }
3282
- }
3283
- }
3284
- ],
3285
- "exports": [
3286
- {
3287
- "kind": "js",
3288
- "name": "setCustomTemplateLiteralTag",
3289
- "declaration": {
3290
- "name": "setCustomTemplateLiteralTag",
3291
- "module": "../custom-tag.js"
3292
- }
3293
- },
3294
- {
3295
- "kind": "js",
3296
- "name": "Chevron400Icon",
3297
- "declaration": {
3298
- "name": "Chevron400Icon",
3299
- "module": "src/icons/Chevron400.ts"
3300
- }
3301
- }
3302
- ]
3303
- },
3304
- {
3305
- "kind": "javascript-module",
3306
- "path": "src/icons/Chevron500.ts",
3307
- "declarations": [
3308
- {
3309
- "kind": "function",
3310
- "name": "Chevron500Icon",
3311
- "return": {
3312
- "type": {
3313
- "text": "string | TemplateResult"
3314
- }
3315
- }
3316
- }
3317
- ],
3318
- "exports": [
3319
- {
3320
- "kind": "js",
3321
- "name": "setCustomTemplateLiteralTag",
3322
- "declaration": {
3323
- "name": "setCustomTemplateLiteralTag",
3324
- "module": "../custom-tag.js"
3325
- }
3326
- },
3327
- {
3328
- "kind": "js",
3329
- "name": "Chevron500Icon",
3330
- "declaration": {
3331
- "name": "Chevron500Icon",
3332
- "module": "src/icons/Chevron500.ts"
3333
- }
3334
- }
3335
- ]
3336
- },
3337
- {
3338
- "kind": "javascript-module",
3339
- "path": "src/icons/Chevron600.ts",
3340
- "declarations": [
3341
- {
3342
- "kind": "function",
3343
- "name": "Chevron600Icon",
3344
- "return": {
3345
- "type": {
3346
- "text": "string | TemplateResult"
3347
- }
3348
- }
3349
- }
3350
- ],
3351
- "exports": [
3352
- {
3353
- "kind": "js",
3354
- "name": "setCustomTemplateLiteralTag",
3355
- "declaration": {
3356
- "name": "setCustomTemplateLiteralTag",
3357
- "module": "../custom-tag.js"
3358
- }
3359
- },
3360
- {
3361
- "kind": "js",
3362
- "name": "Chevron600Icon",
3363
- "declaration": {
3364
- "name": "Chevron600Icon",
3365
- "module": "src/icons/Chevron600.ts"
3366
- }
3367
- }
3368
- ]
3369
- },
3370
- {
3371
- "kind": "javascript-module",
3372
- "path": "src/icons/Chevron75.ts",
3373
- "declarations": [
3374
- {
3375
- "kind": "function",
3376
- "name": "Chevron75Icon",
3377
- "return": {
3378
- "type": {
3379
- "text": "string | TemplateResult"
3380
- }
3381
- }
3382
- }
3383
- ],
3384
- "exports": [
3385
- {
3386
- "kind": "js",
3387
- "name": "setCustomTemplateLiteralTag",
3388
- "declaration": {
3389
- "name": "setCustomTemplateLiteralTag",
3390
- "module": "../custom-tag.js"
3391
- }
3392
- },
3393
- {
3394
- "kind": "js",
3395
- "name": "Chevron75Icon",
3396
- "declaration": {
3397
- "name": "Chevron75Icon",
3398
- "module": "src/icons/Chevron75.ts"
3399
- }
3400
- }
3401
- ]
3402
- },
3403
- {
3404
- "kind": "javascript-module",
3405
- "path": "src/icons/CornerTriangle100.ts",
3406
- "declarations": [
3407
- {
3408
- "kind": "function",
3409
- "name": "CornerTriangle100Icon",
3410
- "return": {
3411
- "type": {
3412
- "text": "string | TemplateResult"
3413
- }
3414
- }
3415
- }
3416
- ],
3417
- "exports": [
3418
- {
3419
- "kind": "js",
3420
- "name": "setCustomTemplateLiteralTag",
3421
- "declaration": {
3422
- "name": "setCustomTemplateLiteralTag",
3423
- "module": "../custom-tag.js"
3424
- }
3425
- },
3426
- {
3427
- "kind": "js",
3428
- "name": "CornerTriangle100Icon",
3429
- "declaration": {
3430
- "name": "CornerTriangle100Icon",
3431
- "module": "src/icons/CornerTriangle100.ts"
3432
- }
3433
- }
3434
- ]
3435
- },
3436
- {
3437
- "kind": "javascript-module",
3438
- "path": "src/icons/CornerTriangle200.ts",
3439
- "declarations": [
3440
- {
3441
- "kind": "function",
3442
- "name": "CornerTriangle200Icon",
3443
- "return": {
3444
- "type": {
3445
- "text": "string | TemplateResult"
3446
- }
3447
- }
3448
- }
3449
- ],
3450
- "exports": [
3451
- {
3452
- "kind": "js",
3453
- "name": "setCustomTemplateLiteralTag",
3454
- "declaration": {
3455
- "name": "setCustomTemplateLiteralTag",
3456
- "module": "../custom-tag.js"
3457
- }
3458
- },
3459
- {
3460
- "kind": "js",
3461
- "name": "CornerTriangle200Icon",
3462
- "declaration": {
3463
- "name": "CornerTriangle200Icon",
3464
- "module": "src/icons/CornerTriangle200.ts"
3465
- }
3466
- }
3467
- ]
3468
- },
3469
- {
3470
- "kind": "javascript-module",
3471
- "path": "src/icons/CornerTriangle300.ts",
3472
- "declarations": [
3473
- {
3474
- "kind": "function",
3475
- "name": "CornerTriangle300Icon",
3476
- "return": {
3477
- "type": {
3478
- "text": "string | TemplateResult"
3479
- }
3480
- }
3481
- }
3482
- ],
3483
- "exports": [
3484
- {
3485
- "kind": "js",
3486
- "name": "setCustomTemplateLiteralTag",
3487
- "declaration": {
3488
- "name": "setCustomTemplateLiteralTag",
3489
- "module": "../custom-tag.js"
3490
- }
3491
- },
3492
- {
3493
- "kind": "js",
3494
- "name": "CornerTriangle300Icon",
3495
- "declaration": {
3496
- "name": "CornerTriangle300Icon",
3497
- "module": "src/icons/CornerTriangle300.ts"
3498
- }
3499
- }
3500
- ]
3501
- },
3502
- {
3503
- "kind": "javascript-module",
3504
- "path": "src/icons/CornerTriangle75.ts",
3505
- "declarations": [
3506
- {
3507
- "kind": "function",
3508
- "name": "CornerTriangle75Icon",
3509
- "return": {
3510
- "type": {
3511
- "text": "string | TemplateResult"
3512
- }
3513
- }
3514
- }
3515
- ],
3516
- "exports": [
3517
- {
3518
- "kind": "js",
3519
- "name": "setCustomTemplateLiteralTag",
3520
- "declaration": {
3521
- "name": "setCustomTemplateLiteralTag",
3522
- "module": "../custom-tag.js"
3523
- }
3524
- },
3525
- {
3526
- "kind": "js",
3527
- "name": "CornerTriangle75Icon",
3528
- "declaration": {
3529
- "name": "CornerTriangle75Icon",
3530
- "module": "src/icons/CornerTriangle75.ts"
3531
- }
3532
- }
3533
- ]
3534
- },
3535
- {
3536
- "kind": "javascript-module",
3537
- "path": "src/icons/Cross100.ts",
3538
- "declarations": [
3539
- {
3540
- "kind": "function",
3541
- "name": "Cross100Icon",
3542
- "return": {
3543
- "type": {
3544
- "text": "string | TemplateResult"
3545
- }
3546
- }
3547
- }
3548
- ],
3549
- "exports": [
3550
- {
3551
- "kind": "js",
3552
- "name": "setCustomTemplateLiteralTag",
3553
- "declaration": {
3554
- "name": "setCustomTemplateLiteralTag",
3555
- "module": "../custom-tag.js"
3556
- }
3557
- },
3558
- {
3559
- "kind": "js",
3560
- "name": "Cross100Icon",
3561
- "declaration": {
3562
- "name": "Cross100Icon",
3563
- "module": "src/icons/Cross100.ts"
3564
- }
3565
- }
3566
- ]
3567
- },
3568
- {
3569
- "kind": "javascript-module",
3570
- "path": "src/icons/Cross200.ts",
3571
- "declarations": [
3572
- {
3573
- "kind": "function",
3574
- "name": "Cross200Icon",
3575
- "return": {
3576
- "type": {
3577
- "text": "string | TemplateResult"
3578
- }
3579
- }
3580
- }
3581
- ],
3582
- "exports": [
3583
- {
3584
- "kind": "js",
3585
- "name": "setCustomTemplateLiteralTag",
3586
- "declaration": {
3587
- "name": "setCustomTemplateLiteralTag",
3588
- "module": "../custom-tag.js"
3589
- }
3590
- },
3591
- {
3592
- "kind": "js",
3593
- "name": "Cross200Icon",
3594
- "declaration": {
3595
- "name": "Cross200Icon",
3596
- "module": "src/icons/Cross200.ts"
3597
- }
3598
- }
3599
- ]
3600
- },
3601
- {
3602
- "kind": "javascript-module",
3603
- "path": "src/icons/Cross300.ts",
3604
- "declarations": [
3605
- {
3606
- "kind": "function",
3607
- "name": "Cross300Icon",
3608
- "return": {
3609
- "type": {
3610
- "text": "string | TemplateResult"
3611
- }
3612
- }
3613
- }
3614
- ],
3615
- "exports": [
3616
- {
3617
- "kind": "js",
3618
- "name": "setCustomTemplateLiteralTag",
3619
- "declaration": {
3620
- "name": "setCustomTemplateLiteralTag",
3621
- "module": "../custom-tag.js"
3622
- }
3623
- },
3624
- {
3625
- "kind": "js",
3626
- "name": "Cross300Icon",
3627
- "declaration": {
3628
- "name": "Cross300Icon",
3629
- "module": "src/icons/Cross300.ts"
3630
- }
3631
- }
3632
- ]
3633
- },
3634
- {
3635
- "kind": "javascript-module",
3636
- "path": "src/icons/Cross400.ts",
3637
- "declarations": [
3638
- {
3639
- "kind": "function",
3640
- "name": "Cross400Icon",
3641
- "return": {
3642
- "type": {
3643
- "text": "string | TemplateResult"
3644
- }
3645
- }
3646
- }
3647
- ],
3648
- "exports": [
3649
- {
3650
- "kind": "js",
3651
- "name": "setCustomTemplateLiteralTag",
3652
- "declaration": {
3653
- "name": "setCustomTemplateLiteralTag",
3654
- "module": "../custom-tag.js"
3655
- }
3656
- },
3657
- {
3658
- "kind": "js",
3659
- "name": "Cross400Icon",
3660
- "declaration": {
3661
- "name": "Cross400Icon",
3662
- "module": "src/icons/Cross400.ts"
3663
- }
3664
- }
3665
- ]
3666
- },
3667
- {
3668
- "kind": "javascript-module",
3669
- "path": "src/icons/Cross500.ts",
3670
- "declarations": [
3671
- {
3672
- "kind": "function",
3673
- "name": "Cross500Icon",
3674
- "return": {
3675
- "type": {
3676
- "text": "string | TemplateResult"
3677
- }
3678
- }
3679
- }
3680
- ],
3681
- "exports": [
3682
- {
3683
- "kind": "js",
3684
- "name": "setCustomTemplateLiteralTag",
3685
- "declaration": {
3686
- "name": "setCustomTemplateLiteralTag",
3687
- "module": "../custom-tag.js"
3688
- }
3689
- },
3690
- {
3691
- "kind": "js",
3692
- "name": "Cross500Icon",
3693
- "declaration": {
3694
- "name": "Cross500Icon",
3695
- "module": "src/icons/Cross500.ts"
3696
- }
3697
- }
3698
- ]
3699
- },
3700
- {
3701
- "kind": "javascript-module",
3702
- "path": "src/icons/Cross600.ts",
3703
- "declarations": [
3704
- {
3705
- "kind": "function",
3706
- "name": "Cross600Icon",
3707
- "return": {
3708
- "type": {
3709
- "text": "string | TemplateResult"
3710
- }
3711
- }
3712
- }
3713
- ],
3714
- "exports": [
3715
- {
3716
- "kind": "js",
3717
- "name": "setCustomTemplateLiteralTag",
3718
- "declaration": {
3719
- "name": "setCustomTemplateLiteralTag",
3720
- "module": "../custom-tag.js"
3721
- }
3722
- },
3723
- {
3724
- "kind": "js",
3725
- "name": "Cross600Icon",
3726
- "declaration": {
3727
- "name": "Cross600Icon",
3728
- "module": "src/icons/Cross600.ts"
3729
- }
3730
- }
3731
- ]
3732
- },
3733
- {
3734
- "kind": "javascript-module",
3735
- "path": "src/icons/Cross75.ts",
3736
- "declarations": [
3737
- {
3738
- "kind": "function",
3739
- "name": "Cross75Icon",
3740
- "return": {
3741
- "type": {
3742
- "text": "string | TemplateResult"
3743
- }
3744
- }
3745
- }
3746
- ],
3747
- "exports": [
3748
- {
3749
- "kind": "js",
3750
- "name": "setCustomTemplateLiteralTag",
3751
- "declaration": {
3752
- "name": "setCustomTemplateLiteralTag",
3753
- "module": "../custom-tag.js"
3754
- }
3755
- },
3756
- {
3757
- "kind": "js",
3758
- "name": "Cross75Icon",
3759
- "declaration": {
3760
- "name": "Cross75Icon",
3761
- "module": "src/icons/Cross75.ts"
3762
- }
3763
- }
3764
- ]
3765
- },
3766
- {
3767
- "kind": "javascript-module",
3768
- "path": "src/icons/Dash100.ts",
3769
- "declarations": [
3770
- {
3771
- "kind": "function",
3772
- "name": "Dash100Icon",
3773
- "return": {
3774
- "type": {
3775
- "text": "string | TemplateResult"
3776
- }
3777
- }
3778
- }
3779
- ],
3780
- "exports": [
3781
- {
3782
- "kind": "js",
3783
- "name": "setCustomTemplateLiteralTag",
3784
- "declaration": {
3785
- "name": "setCustomTemplateLiteralTag",
3786
- "module": "../custom-tag.js"
3787
- }
3788
- },
3789
- {
3790
- "kind": "js",
3791
- "name": "Dash100Icon",
3792
- "declaration": {
3793
- "name": "Dash100Icon",
3794
- "module": "src/icons/Dash100.ts"
3795
- }
3796
- }
3797
- ]
3798
- },
3799
- {
3800
- "kind": "javascript-module",
3801
- "path": "src/icons/Dash200.ts",
3802
- "declarations": [
3803
- {
3804
- "kind": "function",
3805
- "name": "Dash200Icon",
3806
- "return": {
3807
- "type": {
3808
- "text": "string | TemplateResult"
3809
- }
3810
- }
3811
- }
3812
- ],
3813
- "exports": [
3814
- {
3815
- "kind": "js",
3816
- "name": "setCustomTemplateLiteralTag",
3817
- "declaration": {
3818
- "name": "setCustomTemplateLiteralTag",
3819
- "module": "../custom-tag.js"
3820
- }
3821
- },
3822
- {
3823
- "kind": "js",
3824
- "name": "Dash200Icon",
3825
- "declaration": {
3826
- "name": "Dash200Icon",
3827
- "module": "src/icons/Dash200.ts"
3828
- }
3829
- }
3830
- ]
3831
- },
3832
- {
3833
- "kind": "javascript-module",
3834
- "path": "src/icons/Dash300.ts",
3835
- "declarations": [
3836
- {
3837
- "kind": "function",
3838
- "name": "Dash300Icon",
3839
- "return": {
3840
- "type": {
3841
- "text": "string | TemplateResult"
3842
- }
3843
- }
3844
- }
3845
- ],
3846
- "exports": [
3847
- {
3848
- "kind": "js",
3849
- "name": "setCustomTemplateLiteralTag",
3850
- "declaration": {
3851
- "name": "setCustomTemplateLiteralTag",
3852
- "module": "../custom-tag.js"
3853
- }
3854
- },
3855
- {
3856
- "kind": "js",
3857
- "name": "Dash300Icon",
3858
- "declaration": {
3859
- "name": "Dash300Icon",
3860
- "module": "src/icons/Dash300.ts"
3861
- }
3862
- }
3863
- ]
3864
- },
3865
- {
3866
- "kind": "javascript-module",
3867
- "path": "src/icons/Dash400.ts",
3868
- "declarations": [
3869
- {
3870
- "kind": "function",
3871
- "name": "Dash400Icon",
3872
- "return": {
3873
- "type": {
3874
- "text": "string | TemplateResult"
3875
- }
3876
- }
3877
- }
3878
- ],
3879
- "exports": [
3880
- {
3881
- "kind": "js",
3882
- "name": "setCustomTemplateLiteralTag",
3883
- "declaration": {
3884
- "name": "setCustomTemplateLiteralTag",
3885
- "module": "../custom-tag.js"
3886
- }
3887
- },
3888
- {
3889
- "kind": "js",
3890
- "name": "Dash400Icon",
3891
- "declaration": {
3892
- "name": "Dash400Icon",
3893
- "module": "src/icons/Dash400.ts"
3894
- }
3895
- }
3896
- ]
3897
- },
3898
- {
3899
- "kind": "javascript-module",
3900
- "path": "src/icons/Dash50.ts",
3901
- "declarations": [
3902
- {
3903
- "kind": "function",
3904
- "name": "Dash50Icon",
3905
- "return": {
3906
- "type": {
3907
- "text": "string | TemplateResult"
3908
- }
3909
- }
3910
- }
3911
- ],
3912
- "exports": [
3913
- {
3914
- "kind": "js",
3915
- "name": "setCustomTemplateLiteralTag",
3916
- "declaration": {
3917
- "name": "setCustomTemplateLiteralTag",
3918
- "module": "../custom-tag.js"
3919
- }
3920
- },
3921
- {
3922
- "kind": "js",
3923
- "name": "Dash50Icon",
3924
- "declaration": {
3925
- "name": "Dash50Icon",
3926
- "module": "src/icons/Dash50.ts"
3927
- }
3928
- }
3929
- ]
3930
- },
3931
- {
3932
- "kind": "javascript-module",
3933
- "path": "src/icons/Dash500.ts",
3934
- "declarations": [
3935
- {
3936
- "kind": "function",
3937
- "name": "Dash500Icon",
3938
- "return": {
3939
- "type": {
3940
- "text": "string | TemplateResult"
3941
- }
3942
- }
3943
- }
3944
- ],
3945
- "exports": [
3946
- {
3947
- "kind": "js",
3948
- "name": "setCustomTemplateLiteralTag",
3949
- "declaration": {
3950
- "name": "setCustomTemplateLiteralTag",
3951
- "module": "../custom-tag.js"
3952
- }
3953
- },
3954
- {
3955
- "kind": "js",
3956
- "name": "Dash500Icon",
3957
- "declaration": {
3958
- "name": "Dash500Icon",
3959
- "module": "src/icons/Dash500.ts"
3960
- }
3961
- }
3962
- ]
3963
- },
3964
- {
3965
- "kind": "javascript-module",
3966
- "path": "src/icons/Dash600.ts",
3967
- "declarations": [
3968
- {
3969
- "kind": "function",
3970
- "name": "Dash600Icon",
3971
- "return": {
3972
- "type": {
3973
- "text": "string | TemplateResult"
3974
- }
3975
- }
3976
- }
3977
- ],
3978
- "exports": [
3979
- {
3980
- "kind": "js",
3981
- "name": "setCustomTemplateLiteralTag",
3982
- "declaration": {
3983
- "name": "setCustomTemplateLiteralTag",
3984
- "module": "../custom-tag.js"
3985
- }
3986
- },
3987
- {
3988
- "kind": "js",
3989
- "name": "Dash600Icon",
3990
- "declaration": {
3991
- "name": "Dash600Icon",
3992
- "module": "src/icons/Dash600.ts"
3993
- }
3994
- }
3995
- ]
3996
- },
3997
- {
3998
- "kind": "javascript-module",
3999
- "path": "src/icons/Dash75.ts",
4000
- "declarations": [
4001
- {
4002
- "kind": "function",
4003
- "name": "Dash75Icon",
4004
- "return": {
4005
- "type": {
4006
- "text": "string | TemplateResult"
4007
- }
4008
- }
4009
- }
4010
- ],
4011
- "exports": [
4012
- {
4013
- "kind": "js",
4014
- "name": "setCustomTemplateLiteralTag",
4015
- "declaration": {
4016
- "name": "setCustomTemplateLiteralTag",
4017
- "module": "../custom-tag.js"
4018
- }
4019
- },
4020
- {
4021
- "kind": "js",
4022
- "name": "Dash75Icon",
4023
- "declaration": {
4024
- "name": "Dash75Icon",
4025
- "module": "src/icons/Dash75.ts"
4026
- }
4027
- }
4028
- ]
4029
- },
4030
- {
4031
- "kind": "javascript-module",
4032
- "path": "src/icons/DoubleGripper.ts",
4033
- "declarations": [
4034
- {
4035
- "kind": "function",
4036
- "name": "DoubleGripperIcon",
4037
- "return": {
4038
- "type": {
4039
- "text": "string | TemplateResult"
4040
- }
4041
- }
4042
- }
4043
- ],
4044
- "exports": [
4045
- {
4046
- "kind": "js",
4047
- "name": "setCustomTemplateLiteralTag",
4048
- "declaration": {
4049
- "name": "setCustomTemplateLiteralTag",
4050
- "module": "../custom-tag.js"
4051
- }
4052
- },
4053
- {
4054
- "kind": "js",
4055
- "name": "DoubleGripperIcon",
4056
- "declaration": {
4057
- "name": "DoubleGripperIcon",
4058
- "module": "src/icons/DoubleGripper.ts"
4059
- }
4060
- }
4061
- ]
4062
- },
4063
- {
4064
- "kind": "javascript-module",
4065
- "path": "src/icons/SingleGripper.ts",
4066
- "declarations": [
4067
- {
4068
- "kind": "function",
4069
- "name": "SingleGripperIcon",
4070
- "return": {
4071
- "type": {
4072
- "text": "string | TemplateResult"
4073
- }
4074
- }
4075
- }
4076
- ],
4077
- "exports": [
4078
- {
4079
- "kind": "js",
4080
- "name": "setCustomTemplateLiteralTag",
4081
- "declaration": {
4082
- "name": "setCustomTemplateLiteralTag",
4083
- "module": "../custom-tag.js"
4084
- }
4085
- },
4086
- {
4087
- "kind": "js",
4088
- "name": "SingleGripperIcon",
4089
- "declaration": {
4090
- "name": "SingleGripperIcon",
4091
- "module": "src/icons/SingleGripper.ts"
4092
- }
4093
- }
4094
- ]
4095
- },
4096
- {
4097
- "kind": "javascript-module",
4098
- "path": "src/icons/TripleGripper.ts",
4099
- "declarations": [
4100
- {
4101
- "kind": "function",
4102
- "name": "TripleGripperIcon",
4103
- "return": {
4104
- "type": {
4105
- "text": "string | TemplateResult"
4106
- }
4107
- }
4108
- }
4109
- ],
4110
- "exports": [
4111
- {
4112
- "kind": "js",
4113
- "name": "setCustomTemplateLiteralTag",
4114
- "declaration": {
4115
- "name": "setCustomTemplateLiteralTag",
4116
- "module": "../custom-tag.js"
4117
- }
4118
- },
4119
- {
4120
- "kind": "js",
4121
- "name": "TripleGripperIcon",
4122
- "declaration": {
4123
- "name": "TripleGripperIcon",
4124
- "module": "src/icons/TripleGripper.ts"
4125
- }
4126
- }
4127
- ]
4128
- }
4129
- ]
4
+ "modules": []
4130
5
  }