@semcore/icon 16.5.0 → 16.6.0-prerelease.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LinkExternalAlt/l/index.d.ts +6 -0
- package/LinkExternalAlt/l/index.js +35 -0
- package/LinkExternalAlt/l/index.mjs +25 -0
- package/LinkExternalAlt/m/index.d.ts +6 -0
- package/LinkExternalAlt/m/index.js +35 -0
- package/LinkExternalAlt/m/index.mjs +25 -0
- package/Note/l/index.d.ts +6 -0
- package/Note/l/index.js +38 -0
- package/Note/l/index.mjs +28 -0
- package/Note/m/index.d.ts +6 -0
- package/Note/m/index.js +38 -0
- package/Note/m/index.mjs +28 -0
- package/color/Confluence/l/index.js +4 -4
- package/color/Confluence/l/index.mjs +4 -4
- package/color/Confluence/m/index.js +4 -4
- package/color/Confluence/m/index.mjs +4 -4
- package/color/GoogleGenerativeAIColored/l/index.js +2 -2
- package/color/GoogleGenerativeAIColored/l/index.mjs +2 -2
- package/color/GoogleGenerativeAIColored/m/index.js +2 -2
- package/color/GoogleGenerativeAIColored/m/index.mjs +2 -2
- package/color/MetaColored/l/index.js +4 -4
- package/color/MetaColored/l/index.mjs +4 -4
- package/color/MetaColored/m/index.js +4 -4
- package/color/MetaColored/m/index.mjs +4 -4
- package/color/MicrosoftOffice/l/index.js +10 -10
- package/color/MicrosoftOffice/l/index.mjs +10 -10
- package/color/MicrosoftOffice/m/index.js +10 -10
- package/color/MicrosoftOffice/m/index.mjs +10 -10
- package/lib/cjs/Icon.js +4 -4
- package/lib/cjs/index.d.js.map +1 -1
- package/lib/es6/Icon.js +4 -4
- package/lib/es6/index.d.js.map +1 -1
- package/lib/esm/Icon.mjs +5 -5
- package/lib/types/index.d.ts +3 -0
- package/package.json +215 -195
- package/pay/Discover/l/index.js +1 -1
- package/pay/Discover/l/index.mjs +1 -1
- package/pay/Discover/m/index.js +1 -1
- package/pay/Discover/m/index.mjs +1 -1
- package/pay/JCB/l/index.js +10 -10
- package/pay/JCB/l/index.mjs +10 -10
- package/pay/JCB/m/index.js +10 -10
- package/pay/JCB/m/index.mjs +10 -10
- package/pay/Visa/l/index.js +2 -2
- package/pay/Visa/l/index.mjs +2 -2
- package/pay/Visa/m/index.js +2 -2
- package/pay/Visa/m/index.mjs +2 -2
- package/svg/icon/LinkExternalAlt/l.svg +1 -0
- package/svg/icon/LinkExternalAlt/m.svg +1 -0
- package/svg/icon/Note/l.svg +1 -0
- package/svg/icon/Note/m.svg +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.6.0-prerelease.2",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@semcore/flex-box": "16.0.
|
|
12
|
+
"@semcore/flex-box": "16.0.7-prerelease.2",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.
|
|
16
|
+
"@semcore/base-components": "^16.2.1-prerelease.2"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
25
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
26
|
-
"@semcore/
|
|
27
|
-
"@semcore/
|
|
26
|
+
"@semcore/base-components": "16.2.1-prerelease.2",
|
|
27
|
+
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
@@ -102,16 +102,6 @@
|
|
|
102
102
|
"import": "./color/TikTokColoredInvert/l/index.mjs",
|
|
103
103
|
"types": "./color/TikTokColoredInvert/l/index.d.ts"
|
|
104
104
|
},
|
|
105
|
-
"./color/TikTokColored/m": {
|
|
106
|
-
"require": "./color/TikTokColored/m/index.js",
|
|
107
|
-
"import": "./color/TikTokColored/m/index.mjs",
|
|
108
|
-
"types": "./color/TikTokColored/m/index.d.ts"
|
|
109
|
-
},
|
|
110
|
-
"./color/TikTokColored/l": {
|
|
111
|
-
"require": "./color/TikTokColored/l/index.js",
|
|
112
|
-
"import": "./color/TikTokColored/l/index.mjs",
|
|
113
|
-
"types": "./color/TikTokColored/l/index.d.ts"
|
|
114
|
-
},
|
|
115
105
|
"./color/Snapchat/m": {
|
|
116
106
|
"require": "./color/Snapchat/m/index.js",
|
|
117
107
|
"import": "./color/Snapchat/m/index.mjs",
|
|
@@ -152,6 +142,16 @@
|
|
|
152
142
|
"import": "./color/PipedriveColored/l/index.mjs",
|
|
153
143
|
"types": "./color/PipedriveColored/l/index.d.ts"
|
|
154
144
|
},
|
|
145
|
+
"./color/TikTokColored/m": {
|
|
146
|
+
"require": "./color/TikTokColored/m/index.js",
|
|
147
|
+
"import": "./color/TikTokColored/m/index.mjs",
|
|
148
|
+
"types": "./color/TikTokColored/m/index.d.ts"
|
|
149
|
+
},
|
|
150
|
+
"./color/TikTokColored/l": {
|
|
151
|
+
"require": "./color/TikTokColored/l/index.js",
|
|
152
|
+
"import": "./color/TikTokColored/l/index.mjs",
|
|
153
|
+
"types": "./color/TikTokColored/l/index.d.ts"
|
|
154
|
+
},
|
|
155
155
|
"./color/PerplexityColored/m": {
|
|
156
156
|
"require": "./color/PerplexityColored/m/index.js",
|
|
157
157
|
"import": "./color/PerplexityColored/m/index.mjs",
|
|
@@ -212,16 +212,6 @@
|
|
|
212
212
|
"import": "./color/Microsoft/l/index.mjs",
|
|
213
213
|
"types": "./color/Microsoft/l/index.d.ts"
|
|
214
214
|
},
|
|
215
|
-
"./color/MetaColored/m": {
|
|
216
|
-
"require": "./color/MetaColored/m/index.js",
|
|
217
|
-
"import": "./color/MetaColored/m/index.mjs",
|
|
218
|
-
"types": "./color/MetaColored/m/index.d.ts"
|
|
219
|
-
},
|
|
220
|
-
"./color/MetaColored/l": {
|
|
221
|
-
"require": "./color/MetaColored/l/index.js",
|
|
222
|
-
"import": "./color/MetaColored/l/index.mjs",
|
|
223
|
-
"types": "./color/MetaColored/l/index.d.ts"
|
|
224
|
-
},
|
|
225
215
|
"./color/Matomo/m": {
|
|
226
216
|
"require": "./color/Matomo/m/index.js",
|
|
227
217
|
"import": "./color/Matomo/m/index.mjs",
|
|
@@ -232,16 +222,6 @@
|
|
|
232
222
|
"import": "./color/Matomo/l/index.mjs",
|
|
233
223
|
"types": "./color/Matomo/l/index.d.ts"
|
|
234
224
|
},
|
|
235
|
-
"./color/Mailchimp/m": {
|
|
236
|
-
"require": "./color/Mailchimp/m/index.js",
|
|
237
|
-
"import": "./color/Mailchimp/m/index.mjs",
|
|
238
|
-
"types": "./color/Mailchimp/m/index.d.ts"
|
|
239
|
-
},
|
|
240
|
-
"./color/Mailchimp/l": {
|
|
241
|
-
"require": "./color/Mailchimp/l/index.js",
|
|
242
|
-
"import": "./color/Mailchimp/l/index.mjs",
|
|
243
|
-
"types": "./color/Mailchimp/l/index.d.ts"
|
|
244
|
-
},
|
|
245
225
|
"./color/LookerStudio/m": {
|
|
246
226
|
"require": "./color/LookerStudio/m/index.js",
|
|
247
227
|
"import": "./color/LookerStudio/m/index.mjs",
|
|
@@ -252,6 +232,16 @@
|
|
|
252
232
|
"import": "./color/LookerStudio/l/index.mjs",
|
|
253
233
|
"types": "./color/LookerStudio/l/index.d.ts"
|
|
254
234
|
},
|
|
235
|
+
"./color/Mailchimp/m": {
|
|
236
|
+
"require": "./color/Mailchimp/m/index.js",
|
|
237
|
+
"import": "./color/Mailchimp/m/index.mjs",
|
|
238
|
+
"types": "./color/Mailchimp/m/index.d.ts"
|
|
239
|
+
},
|
|
240
|
+
"./color/Mailchimp/l": {
|
|
241
|
+
"require": "./color/Mailchimp/l/index.js",
|
|
242
|
+
"import": "./color/Mailchimp/l/index.mjs",
|
|
243
|
+
"types": "./color/Mailchimp/l/index.d.ts"
|
|
244
|
+
},
|
|
255
245
|
"./color/LinkedInColored/m": {
|
|
256
246
|
"require": "./color/LinkedInColored/m/index.js",
|
|
257
247
|
"import": "./color/LinkedInColored/m/index.mjs",
|
|
@@ -372,16 +362,6 @@
|
|
|
372
362
|
"import": "./color/GoogleDisplayVideoAds/l/index.mjs",
|
|
373
363
|
"types": "./color/GoogleDisplayVideoAds/l/index.d.ts"
|
|
374
364
|
},
|
|
375
|
-
"./color/GoogleDataStudio/m": {
|
|
376
|
-
"require": "./color/GoogleDataStudio/m/index.js",
|
|
377
|
-
"import": "./color/GoogleDataStudio/m/index.mjs",
|
|
378
|
-
"types": "./color/GoogleDataStudio/m/index.d.ts"
|
|
379
|
-
},
|
|
380
|
-
"./color/GoogleDataStudio/l": {
|
|
381
|
-
"require": "./color/GoogleDataStudio/l/index.js",
|
|
382
|
-
"import": "./color/GoogleDataStudio/l/index.mjs",
|
|
383
|
-
"types": "./color/GoogleDataStudio/l/index.d.ts"
|
|
384
|
-
},
|
|
385
365
|
"./color/GoogleColor/m": {
|
|
386
366
|
"require": "./color/GoogleColor/m/index.js",
|
|
387
367
|
"import": "./color/GoogleColor/m/index.mjs",
|
|
@@ -392,6 +372,16 @@
|
|
|
392
372
|
"import": "./color/GoogleColor/l/index.mjs",
|
|
393
373
|
"types": "./color/GoogleColor/l/index.d.ts"
|
|
394
374
|
},
|
|
375
|
+
"./color/GoogleDataStudio/m": {
|
|
376
|
+
"require": "./color/GoogleDataStudio/m/index.js",
|
|
377
|
+
"import": "./color/GoogleDataStudio/m/index.mjs",
|
|
378
|
+
"types": "./color/GoogleDataStudio/m/index.d.ts"
|
|
379
|
+
},
|
|
380
|
+
"./color/GoogleDataStudio/l": {
|
|
381
|
+
"require": "./color/GoogleDataStudio/l/index.js",
|
|
382
|
+
"import": "./color/GoogleDataStudio/l/index.mjs",
|
|
383
|
+
"types": "./color/GoogleDataStudio/l/index.d.ts"
|
|
384
|
+
},
|
|
395
385
|
"./color/GoogleCloud/m": {
|
|
396
386
|
"require": "./color/GoogleCloud/m/index.js",
|
|
397
387
|
"import": "./color/GoogleCloud/m/index.mjs",
|
|
@@ -412,16 +402,6 @@
|
|
|
412
402
|
"import": "./color/GoogleAnalytics4/l/index.mjs",
|
|
413
403
|
"types": "./color/GoogleAnalytics4/l/index.d.ts"
|
|
414
404
|
},
|
|
415
|
-
"./color/GoogleAnalytics/m": {
|
|
416
|
-
"require": "./color/GoogleAnalytics/m/index.js",
|
|
417
|
-
"import": "./color/GoogleAnalytics/m/index.mjs",
|
|
418
|
-
"types": "./color/GoogleAnalytics/m/index.d.ts"
|
|
419
|
-
},
|
|
420
|
-
"./color/GoogleAnalytics/l": {
|
|
421
|
-
"require": "./color/GoogleAnalytics/l/index.js",
|
|
422
|
-
"import": "./color/GoogleAnalytics/l/index.mjs",
|
|
423
|
-
"types": "./color/GoogleAnalytics/l/index.d.ts"
|
|
424
|
-
},
|
|
425
405
|
"./color/GoogleAds/m": {
|
|
426
406
|
"require": "./color/GoogleAds/m/index.js",
|
|
427
407
|
"import": "./color/GoogleAds/m/index.mjs",
|
|
@@ -432,6 +412,16 @@
|
|
|
432
412
|
"import": "./color/GoogleAds/l/index.mjs",
|
|
433
413
|
"types": "./color/GoogleAds/l/index.d.ts"
|
|
434
414
|
},
|
|
415
|
+
"./color/GoogleAnalytics/m": {
|
|
416
|
+
"require": "./color/GoogleAnalytics/m/index.js",
|
|
417
|
+
"import": "./color/GoogleAnalytics/m/index.mjs",
|
|
418
|
+
"types": "./color/GoogleAnalytics/m/index.d.ts"
|
|
419
|
+
},
|
|
420
|
+
"./color/GoogleAnalytics/l": {
|
|
421
|
+
"require": "./color/GoogleAnalytics/l/index.js",
|
|
422
|
+
"import": "./color/GoogleAnalytics/l/index.mjs",
|
|
423
|
+
"types": "./color/GoogleAnalytics/l/index.d.ts"
|
|
424
|
+
},
|
|
435
425
|
"./color/GitLab/m": {
|
|
436
426
|
"require": "./color/GitLab/m/index.js",
|
|
437
427
|
"import": "./color/GitLab/m/index.mjs",
|
|
@@ -452,16 +442,6 @@
|
|
|
452
442
|
"import": "./color/GitHubInvert/l/index.mjs",
|
|
453
443
|
"types": "./color/GitHubInvert/l/index.d.ts"
|
|
454
444
|
},
|
|
455
|
-
"./color/GitHub/m": {
|
|
456
|
-
"require": "./color/GitHub/m/index.js",
|
|
457
|
-
"import": "./color/GitHub/m/index.mjs",
|
|
458
|
-
"types": "./color/GitHub/m/index.d.ts"
|
|
459
|
-
},
|
|
460
|
-
"./color/GitHub/l": {
|
|
461
|
-
"require": "./color/GitHub/l/index.js",
|
|
462
|
-
"import": "./color/GitHub/l/index.mjs",
|
|
463
|
-
"types": "./color/GitHub/l/index.d.ts"
|
|
464
|
-
},
|
|
465
445
|
"./color/Figma/m": {
|
|
466
446
|
"require": "./color/Figma/m/index.js",
|
|
467
447
|
"import": "./color/Figma/m/index.mjs",
|
|
@@ -472,6 +452,16 @@
|
|
|
472
452
|
"import": "./color/Figma/l/index.mjs",
|
|
473
453
|
"types": "./color/Figma/l/index.d.ts"
|
|
474
454
|
},
|
|
455
|
+
"./color/GitHub/m": {
|
|
456
|
+
"require": "./color/GitHub/m/index.js",
|
|
457
|
+
"import": "./color/GitHub/m/index.mjs",
|
|
458
|
+
"types": "./color/GitHub/m/index.d.ts"
|
|
459
|
+
},
|
|
460
|
+
"./color/GitHub/l": {
|
|
461
|
+
"require": "./color/GitHub/l/index.js",
|
|
462
|
+
"import": "./color/GitHub/l/index.mjs",
|
|
463
|
+
"types": "./color/GitHub/l/index.d.ts"
|
|
464
|
+
},
|
|
475
465
|
"./color/Copilot/m": {
|
|
476
466
|
"require": "./color/Copilot/m/index.js",
|
|
477
467
|
"import": "./color/Copilot/m/index.mjs",
|
|
@@ -572,6 +562,16 @@
|
|
|
572
562
|
"import": "./color/Ahrefs/l/index.mjs",
|
|
573
563
|
"types": "./color/Ahrefs/l/index.d.ts"
|
|
574
564
|
},
|
|
565
|
+
"./color/MetaColored/m": {
|
|
566
|
+
"require": "./color/MetaColored/m/index.js",
|
|
567
|
+
"import": "./color/MetaColored/m/index.mjs",
|
|
568
|
+
"types": "./color/MetaColored/m/index.d.ts"
|
|
569
|
+
},
|
|
570
|
+
"./color/MetaColored/l": {
|
|
571
|
+
"require": "./color/MetaColored/l/index.js",
|
|
572
|
+
"import": "./color/MetaColored/l/index.mjs",
|
|
573
|
+
"types": "./color/MetaColored/l/index.d.ts"
|
|
574
|
+
},
|
|
575
575
|
"./pay/WeChatPay/m": {
|
|
576
576
|
"require": "./pay/WeChatPay/m/index.js",
|
|
577
577
|
"import": "./pay/WeChatPay/m/index.mjs",
|
|
@@ -602,16 +602,6 @@
|
|
|
602
602
|
"import": "./pay/UnionPay/l/index.mjs",
|
|
603
603
|
"types": "./pay/UnionPay/l/index.d.ts"
|
|
604
604
|
},
|
|
605
|
-
"./pay/PayPal/m": {
|
|
606
|
-
"require": "./pay/PayPal/m/index.js",
|
|
607
|
-
"import": "./pay/PayPal/m/index.mjs",
|
|
608
|
-
"types": "./pay/PayPal/m/index.d.ts"
|
|
609
|
-
},
|
|
610
|
-
"./pay/PayPal/l": {
|
|
611
|
-
"require": "./pay/PayPal/l/index.js",
|
|
612
|
-
"import": "./pay/PayPal/l/index.mjs",
|
|
613
|
-
"types": "./pay/PayPal/l/index.d.ts"
|
|
614
|
-
},
|
|
615
605
|
"./pay/Mastercard/m": {
|
|
616
606
|
"require": "./pay/Mastercard/m/index.js",
|
|
617
607
|
"import": "./pay/Mastercard/m/index.mjs",
|
|
@@ -622,6 +612,16 @@
|
|
|
622
612
|
"import": "./pay/Mastercard/l/index.mjs",
|
|
623
613
|
"types": "./pay/Mastercard/l/index.d.ts"
|
|
624
614
|
},
|
|
615
|
+
"./pay/PayPal/m": {
|
|
616
|
+
"require": "./pay/PayPal/m/index.js",
|
|
617
|
+
"import": "./pay/PayPal/m/index.mjs",
|
|
618
|
+
"types": "./pay/PayPal/m/index.d.ts"
|
|
619
|
+
},
|
|
620
|
+
"./pay/PayPal/l": {
|
|
621
|
+
"require": "./pay/PayPal/l/index.js",
|
|
622
|
+
"import": "./pay/PayPal/l/index.mjs",
|
|
623
|
+
"types": "./pay/PayPal/l/index.d.ts"
|
|
624
|
+
},
|
|
625
625
|
"./pay/JCB/m": {
|
|
626
626
|
"require": "./pay/JCB/m/index.js",
|
|
627
627
|
"import": "./pay/JCB/m/index.mjs",
|
|
@@ -727,25 +727,15 @@
|
|
|
727
727
|
"import": "./platform/AdsToolkit/index.mjs",
|
|
728
728
|
"types": "./platform/AdsToolkit/index.d.ts"
|
|
729
729
|
},
|
|
730
|
-
"./platform/AIToolkit": {
|
|
731
|
-
"require": "./platform/AIToolkit/index.js",
|
|
732
|
-
"import": "./platform/AIToolkit/index.mjs",
|
|
733
|
-
"types": "./platform/AIToolkit/index.d.ts"
|
|
734
|
-
},
|
|
735
730
|
"./platform/AISEOToolkit": {
|
|
736
731
|
"require": "./platform/AISEOToolkit/index.js",
|
|
737
732
|
"import": "./platform/AISEOToolkit/index.mjs",
|
|
738
733
|
"types": "./platform/AISEOToolkit/index.d.ts"
|
|
739
734
|
},
|
|
740
|
-
"./
|
|
741
|
-
"require": "./
|
|
742
|
-
"import": "./
|
|
743
|
-
"types": "./
|
|
744
|
-
},
|
|
745
|
-
"./ZoomMinus/l": {
|
|
746
|
-
"require": "./ZoomMinus/l/index.js",
|
|
747
|
-
"import": "./ZoomMinus/l/index.mjs",
|
|
748
|
-
"types": "./ZoomMinus/l/index.d.ts"
|
|
735
|
+
"./platform/AIToolkit": {
|
|
736
|
+
"require": "./platform/AIToolkit/index.js",
|
|
737
|
+
"import": "./platform/AIToolkit/index.mjs",
|
|
738
|
+
"types": "./platform/AIToolkit/index.d.ts"
|
|
749
739
|
},
|
|
750
740
|
"./ZoomPlus/m": {
|
|
751
741
|
"require": "./ZoomPlus/m/index.js",
|
|
@@ -757,6 +747,16 @@
|
|
|
757
747
|
"import": "./ZoomPlus/l/index.mjs",
|
|
758
748
|
"types": "./ZoomPlus/l/index.d.ts"
|
|
759
749
|
},
|
|
750
|
+
"./ZoomMinus/m": {
|
|
751
|
+
"require": "./ZoomMinus/m/index.js",
|
|
752
|
+
"import": "./ZoomMinus/m/index.mjs",
|
|
753
|
+
"types": "./ZoomMinus/m/index.d.ts"
|
|
754
|
+
},
|
|
755
|
+
"./ZoomMinus/l": {
|
|
756
|
+
"require": "./ZoomMinus/l/index.js",
|
|
757
|
+
"import": "./ZoomMinus/l/index.mjs",
|
|
758
|
+
"types": "./ZoomMinus/l/index.d.ts"
|
|
759
|
+
},
|
|
760
760
|
"./YoutubePlaceholder/m": {
|
|
761
761
|
"require": "./YoutubePlaceholder/m/index.js",
|
|
762
762
|
"import": "./YoutubePlaceholder/m/index.mjs",
|
|
@@ -1137,16 +1137,6 @@
|
|
|
1137
1137
|
"import": "./Tile/l/index.mjs",
|
|
1138
1138
|
"types": "./Tile/l/index.d.ts"
|
|
1139
1139
|
},
|
|
1140
|
-
"./TikTok/m": {
|
|
1141
|
-
"require": "./TikTok/m/index.js",
|
|
1142
|
-
"import": "./TikTok/m/index.mjs",
|
|
1143
|
-
"types": "./TikTok/m/index.d.ts"
|
|
1144
|
-
},
|
|
1145
|
-
"./TikTok/l": {
|
|
1146
|
-
"require": "./TikTok/l/index.js",
|
|
1147
|
-
"import": "./TikTok/l/index.mjs",
|
|
1148
|
-
"types": "./TikTok/l/index.d.ts"
|
|
1149
|
-
},
|
|
1150
1140
|
"./ThumbUp/m": {
|
|
1151
1141
|
"require": "./ThumbUp/m/index.js",
|
|
1152
1142
|
"import": "./ThumbUp/m/index.mjs",
|
|
@@ -1157,6 +1147,16 @@
|
|
|
1157
1147
|
"import": "./ThumbUp/l/index.mjs",
|
|
1158
1148
|
"types": "./ThumbUp/l/index.d.ts"
|
|
1159
1149
|
},
|
|
1150
|
+
"./TikTok/m": {
|
|
1151
|
+
"require": "./TikTok/m/index.js",
|
|
1152
|
+
"import": "./TikTok/m/index.mjs",
|
|
1153
|
+
"types": "./TikTok/m/index.d.ts"
|
|
1154
|
+
},
|
|
1155
|
+
"./TikTok/l": {
|
|
1156
|
+
"require": "./TikTok/l/index.js",
|
|
1157
|
+
"import": "./TikTok/l/index.mjs",
|
|
1158
|
+
"types": "./TikTok/l/index.d.ts"
|
|
1159
|
+
},
|
|
1160
1160
|
"./ThumbDown/m": {
|
|
1161
1161
|
"require": "./ThumbDown/m/index.js",
|
|
1162
1162
|
"import": "./ThumbDown/m/index.mjs",
|
|
@@ -1447,16 +1447,6 @@
|
|
|
1447
1447
|
"import": "./SimplifyText/l/index.mjs",
|
|
1448
1448
|
"types": "./SimplifyText/l/index.d.ts"
|
|
1449
1449
|
},
|
|
1450
|
-
"./SideMenuRight/m": {
|
|
1451
|
-
"require": "./SideMenuRight/m/index.js",
|
|
1452
|
-
"import": "./SideMenuRight/m/index.mjs",
|
|
1453
|
-
"types": "./SideMenuRight/m/index.d.ts"
|
|
1454
|
-
},
|
|
1455
|
-
"./SideMenuRight/l": {
|
|
1456
|
-
"require": "./SideMenuRight/l/index.js",
|
|
1457
|
-
"import": "./SideMenuRight/l/index.mjs",
|
|
1458
|
-
"types": "./SideMenuRight/l/index.d.ts"
|
|
1459
|
-
},
|
|
1460
1450
|
"./SideMenuLeft/m": {
|
|
1461
1451
|
"require": "./SideMenuLeft/m/index.js",
|
|
1462
1452
|
"import": "./SideMenuLeft/m/index.mjs",
|
|
@@ -1467,6 +1457,16 @@
|
|
|
1467
1457
|
"import": "./SideMenuLeft/l/index.mjs",
|
|
1468
1458
|
"types": "./SideMenuLeft/l/index.d.ts"
|
|
1469
1459
|
},
|
|
1460
|
+
"./SideMenuRight/m": {
|
|
1461
|
+
"require": "./SideMenuRight/m/index.js",
|
|
1462
|
+
"import": "./SideMenuRight/m/index.mjs",
|
|
1463
|
+
"types": "./SideMenuRight/m/index.d.ts"
|
|
1464
|
+
},
|
|
1465
|
+
"./SideMenuRight/l": {
|
|
1466
|
+
"require": "./SideMenuRight/l/index.js",
|
|
1467
|
+
"import": "./SideMenuRight/l/index.mjs",
|
|
1468
|
+
"types": "./SideMenuRight/l/index.d.ts"
|
|
1469
|
+
},
|
|
1470
1470
|
"./ShowYes/m": {
|
|
1471
1471
|
"require": "./ShowYes/m/index.js",
|
|
1472
1472
|
"import": "./ShowYes/m/index.mjs",
|
|
@@ -1877,16 +1877,6 @@
|
|
|
1877
1877
|
"import": "./PublicUtility/l/index.mjs",
|
|
1878
1878
|
"types": "./PublicUtility/l/index.d.ts"
|
|
1879
1879
|
},
|
|
1880
|
-
"./PublicSafety/m": {
|
|
1881
|
-
"require": "./PublicSafety/m/index.js",
|
|
1882
|
-
"import": "./PublicSafety/m/index.mjs",
|
|
1883
|
-
"types": "./PublicSafety/m/index.d.ts"
|
|
1884
|
-
},
|
|
1885
|
-
"./PublicSafety/l": {
|
|
1886
|
-
"require": "./PublicSafety/l/index.js",
|
|
1887
|
-
"import": "./PublicSafety/l/index.mjs",
|
|
1888
|
-
"types": "./PublicSafety/l/index.d.ts"
|
|
1889
|
-
},
|
|
1890
1880
|
"./Printing/m": {
|
|
1891
1881
|
"require": "./Printing/m/index.js",
|
|
1892
1882
|
"import": "./Printing/m/index.mjs",
|
|
@@ -1927,15 +1917,15 @@
|
|
|
1927
1917
|
"import": "./PositionTop/l/index.mjs",
|
|
1928
1918
|
"types": "./PositionTop/l/index.d.ts"
|
|
1929
1919
|
},
|
|
1930
|
-
"./
|
|
1931
|
-
"require": "./
|
|
1932
|
-
"import": "./
|
|
1933
|
-
"types": "./
|
|
1920
|
+
"./PublicSafety/m": {
|
|
1921
|
+
"require": "./PublicSafety/m/index.js",
|
|
1922
|
+
"import": "./PublicSafety/m/index.mjs",
|
|
1923
|
+
"types": "./PublicSafety/m/index.d.ts"
|
|
1934
1924
|
},
|
|
1935
|
-
"./
|
|
1936
|
-
"require": "./
|
|
1937
|
-
"import": "./
|
|
1938
|
-
"types": "./
|
|
1925
|
+
"./PublicSafety/l": {
|
|
1926
|
+
"require": "./PublicSafety/l/index.js",
|
|
1927
|
+
"import": "./PublicSafety/l/index.mjs",
|
|
1928
|
+
"types": "./PublicSafety/l/index.d.ts"
|
|
1939
1929
|
},
|
|
1940
1930
|
"./PositionMiddle/m": {
|
|
1941
1931
|
"require": "./PositionMiddle/m/index.js",
|
|
@@ -1947,6 +1937,16 @@
|
|
|
1947
1937
|
"import": "./PositionMiddle/l/index.mjs",
|
|
1948
1938
|
"types": "./PositionMiddle/l/index.d.ts"
|
|
1949
1939
|
},
|
|
1940
|
+
"./PositionRight/m": {
|
|
1941
|
+
"require": "./PositionRight/m/index.js",
|
|
1942
|
+
"import": "./PositionRight/m/index.mjs",
|
|
1943
|
+
"types": "./PositionRight/m/index.d.ts"
|
|
1944
|
+
},
|
|
1945
|
+
"./PositionRight/l": {
|
|
1946
|
+
"require": "./PositionRight/l/index.js",
|
|
1947
|
+
"import": "./PositionRight/l/index.mjs",
|
|
1948
|
+
"types": "./PositionRight/l/index.d.ts"
|
|
1949
|
+
},
|
|
1950
1950
|
"./PositionLeft/m": {
|
|
1951
1951
|
"require": "./PositionLeft/m/index.js",
|
|
1952
1952
|
"import": "./PositionLeft/m/index.mjs",
|
|
@@ -1997,16 +1997,6 @@
|
|
|
1997
1997
|
"import": "./PopularStores/l/index.mjs",
|
|
1998
1998
|
"types": "./PopularStores/l/index.d.ts"
|
|
1999
1999
|
},
|
|
2000
|
-
"./PopularProducts/m": {
|
|
2001
|
-
"require": "./PopularProducts/m/index.js",
|
|
2002
|
-
"import": "./PopularProducts/m/index.mjs",
|
|
2003
|
-
"types": "./PopularProducts/m/index.d.ts"
|
|
2004
|
-
},
|
|
2005
|
-
"./PopularProducts/l": {
|
|
2006
|
-
"require": "./PopularProducts/l/index.js",
|
|
2007
|
-
"import": "./PopularProducts/l/index.mjs",
|
|
2008
|
-
"types": "./PopularProducts/l/index.d.ts"
|
|
2009
|
-
},
|
|
2010
2000
|
"./Plug/m": {
|
|
2011
2001
|
"require": "./Plug/m/index.js",
|
|
2012
2002
|
"import": "./Plug/m/index.mjs",
|
|
@@ -2017,6 +2007,16 @@
|
|
|
2017
2007
|
"import": "./Plug/l/index.mjs",
|
|
2018
2008
|
"types": "./Plug/l/index.d.ts"
|
|
2019
2009
|
},
|
|
2010
|
+
"./PopularProducts/m": {
|
|
2011
|
+
"require": "./PopularProducts/m/index.js",
|
|
2012
|
+
"import": "./PopularProducts/m/index.mjs",
|
|
2013
|
+
"types": "./PopularProducts/m/index.d.ts"
|
|
2014
|
+
},
|
|
2015
|
+
"./PopularProducts/l": {
|
|
2016
|
+
"require": "./PopularProducts/l/index.js",
|
|
2017
|
+
"import": "./PopularProducts/l/index.mjs",
|
|
2018
|
+
"types": "./PopularProducts/l/index.d.ts"
|
|
2019
|
+
},
|
|
2020
2020
|
"./Pinterest/m": {
|
|
2021
2021
|
"require": "./Pinterest/m/index.js",
|
|
2022
2022
|
"import": "./Pinterest/m/index.mjs",
|
|
@@ -2167,16 +2167,6 @@
|
|
|
2167
2167
|
"import": "./Pause/l/index.mjs",
|
|
2168
2168
|
"types": "./Pause/l/index.d.ts"
|
|
2169
2169
|
},
|
|
2170
|
-
"./Packaging/m": {
|
|
2171
|
-
"require": "./Packaging/m/index.js",
|
|
2172
|
-
"import": "./Packaging/m/index.mjs",
|
|
2173
|
-
"types": "./Packaging/m/index.d.ts"
|
|
2174
|
-
},
|
|
2175
|
-
"./Packaging/l": {
|
|
2176
|
-
"require": "./Packaging/l/index.js",
|
|
2177
|
-
"import": "./Packaging/l/index.mjs",
|
|
2178
|
-
"types": "./Packaging/l/index.d.ts"
|
|
2179
|
-
},
|
|
2180
2170
|
"./OrientationPortrait/m": {
|
|
2181
2171
|
"require": "./OrientationPortrait/m/index.js",
|
|
2182
2172
|
"import": "./OrientationPortrait/m/index.mjs",
|
|
@@ -2187,6 +2177,16 @@
|
|
|
2187
2177
|
"import": "./OrientationPortrait/l/index.mjs",
|
|
2188
2178
|
"types": "./OrientationPortrait/l/index.d.ts"
|
|
2189
2179
|
},
|
|
2180
|
+
"./Packaging/m": {
|
|
2181
|
+
"require": "./Packaging/m/index.js",
|
|
2182
|
+
"import": "./Packaging/m/index.mjs",
|
|
2183
|
+
"types": "./Packaging/m/index.d.ts"
|
|
2184
|
+
},
|
|
2185
|
+
"./Packaging/l": {
|
|
2186
|
+
"require": "./Packaging/l/index.js",
|
|
2187
|
+
"import": "./Packaging/l/index.mjs",
|
|
2188
|
+
"types": "./Packaging/l/index.d.ts"
|
|
2189
|
+
},
|
|
2190
2190
|
"./OrientationLandscape/m": {
|
|
2191
2191
|
"require": "./OrientationLandscape/m/index.js",
|
|
2192
2192
|
"import": "./OrientationLandscape/m/index.mjs",
|
|
@@ -2217,16 +2217,6 @@
|
|
|
2217
2217
|
"import": "./Organic/l/index.mjs",
|
|
2218
2218
|
"types": "./Organic/l/index.d.ts"
|
|
2219
2219
|
},
|
|
2220
|
-
"./Opera/m": {
|
|
2221
|
-
"require": "./Opera/m/index.js",
|
|
2222
|
-
"import": "./Opera/m/index.mjs",
|
|
2223
|
-
"types": "./Opera/m/index.d.ts"
|
|
2224
|
-
},
|
|
2225
|
-
"./Opera/l": {
|
|
2226
|
-
"require": "./Opera/l/index.js",
|
|
2227
|
-
"import": "./Opera/l/index.mjs",
|
|
2228
|
-
"types": "./Opera/l/index.d.ts"
|
|
2229
|
-
},
|
|
2230
2220
|
"./Oil/m": {
|
|
2231
2221
|
"require": "./Oil/m/index.js",
|
|
2232
2222
|
"import": "./Oil/m/index.mjs",
|
|
@@ -2247,6 +2237,16 @@
|
|
|
2247
2237
|
"import": "./NotificationNo/l/index.mjs",
|
|
2248
2238
|
"types": "./NotificationNo/l/index.d.ts"
|
|
2249
2239
|
},
|
|
2240
|
+
"./Opera/m": {
|
|
2241
|
+
"require": "./Opera/m/index.js",
|
|
2242
|
+
"import": "./Opera/m/index.mjs",
|
|
2243
|
+
"types": "./Opera/m/index.d.ts"
|
|
2244
|
+
},
|
|
2245
|
+
"./Opera/l": {
|
|
2246
|
+
"require": "./Opera/l/index.js",
|
|
2247
|
+
"import": "./Opera/l/index.mjs",
|
|
2248
|
+
"types": "./Opera/l/index.d.ts"
|
|
2249
|
+
},
|
|
2250
2250
|
"./Notification/m": {
|
|
2251
2251
|
"require": "./Notification/m/index.js",
|
|
2252
2252
|
"import": "./Notification/m/index.mjs",
|
|
@@ -2257,6 +2257,16 @@
|
|
|
2257
2257
|
"import": "./Notification/l/index.mjs",
|
|
2258
2258
|
"types": "./Notification/l/index.d.ts"
|
|
2259
2259
|
},
|
|
2260
|
+
"./Note/m": {
|
|
2261
|
+
"require": "./Note/m/index.js",
|
|
2262
|
+
"import": "./Note/m/index.mjs",
|
|
2263
|
+
"types": "./Note/m/index.d.ts"
|
|
2264
|
+
},
|
|
2265
|
+
"./Note/l": {
|
|
2266
|
+
"require": "./Note/l/index.js",
|
|
2267
|
+
"import": "./Note/l/index.mjs",
|
|
2268
|
+
"types": "./Note/l/index.d.ts"
|
|
2269
|
+
},
|
|
2260
2270
|
"./News/m": {
|
|
2261
2271
|
"require": "./News/m/index.js",
|
|
2262
2272
|
"import": "./News/m/index.mjs",
|
|
@@ -2297,16 +2307,6 @@
|
|
|
2297
2307
|
"import": "./MoveAlt/l/index.mjs",
|
|
2298
2308
|
"types": "./MoveAlt/l/index.d.ts"
|
|
2299
2309
|
},
|
|
2300
|
-
"./MoneyCoins/m": {
|
|
2301
|
-
"require": "./MoneyCoins/m/index.js",
|
|
2302
|
-
"import": "./MoneyCoins/m/index.mjs",
|
|
2303
|
-
"types": "./MoneyCoins/m/index.d.ts"
|
|
2304
|
-
},
|
|
2305
|
-
"./MoneyCoins/l": {
|
|
2306
|
-
"require": "./MoneyCoins/l/index.js",
|
|
2307
|
-
"import": "./MoneyCoins/l/index.mjs",
|
|
2308
|
-
"types": "./MoneyCoins/l/index.d.ts"
|
|
2309
|
-
},
|
|
2310
2310
|
"./Mobile/m": {
|
|
2311
2311
|
"require": "./Mobile/m/index.js",
|
|
2312
2312
|
"import": "./Mobile/m/index.mjs",
|
|
@@ -2327,6 +2327,16 @@
|
|
|
2327
2327
|
"import": "./Military/l/index.mjs",
|
|
2328
2328
|
"types": "./Military/l/index.d.ts"
|
|
2329
2329
|
},
|
|
2330
|
+
"./MoneyCoins/m": {
|
|
2331
|
+
"require": "./MoneyCoins/m/index.js",
|
|
2332
|
+
"import": "./MoneyCoins/m/index.mjs",
|
|
2333
|
+
"types": "./MoneyCoins/m/index.d.ts"
|
|
2334
|
+
},
|
|
2335
|
+
"./MoneyCoins/l": {
|
|
2336
|
+
"require": "./MoneyCoins/l/index.js",
|
|
2337
|
+
"import": "./MoneyCoins/l/index.mjs",
|
|
2338
|
+
"types": "./MoneyCoins/l/index.d.ts"
|
|
2339
|
+
},
|
|
2330
2340
|
"./Microphone/m": {
|
|
2331
2341
|
"require": "./Microphone/m/index.js",
|
|
2332
2342
|
"import": "./Microphone/m/index.mjs",
|
|
@@ -2397,16 +2407,6 @@
|
|
|
2397
2407
|
"import": "./MathMinus/l/index.mjs",
|
|
2398
2408
|
"types": "./MathMinus/l/index.d.ts"
|
|
2399
2409
|
},
|
|
2400
|
-
"./Marine/m": {
|
|
2401
|
-
"require": "./Marine/m/index.js",
|
|
2402
|
-
"import": "./Marine/m/index.mjs",
|
|
2403
|
-
"types": "./Marine/m/index.d.ts"
|
|
2404
|
-
},
|
|
2405
|
-
"./Marine/l": {
|
|
2406
|
-
"require": "./Marine/l/index.js",
|
|
2407
|
-
"import": "./Marine/l/index.mjs",
|
|
2408
|
-
"types": "./Marine/l/index.d.ts"
|
|
2409
|
-
},
|
|
2410
2410
|
"./MailOpenFilled/m": {
|
|
2411
2411
|
"require": "./MailOpenFilled/m/index.js",
|
|
2412
2412
|
"import": "./MailOpenFilled/m/index.mjs",
|
|
@@ -2417,6 +2417,16 @@
|
|
|
2417
2417
|
"import": "./MailOpenFilled/l/index.mjs",
|
|
2418
2418
|
"types": "./MailOpenFilled/l/index.d.ts"
|
|
2419
2419
|
},
|
|
2420
|
+
"./Marine/m": {
|
|
2421
|
+
"require": "./Marine/m/index.js",
|
|
2422
|
+
"import": "./Marine/m/index.mjs",
|
|
2423
|
+
"types": "./Marine/m/index.d.ts"
|
|
2424
|
+
},
|
|
2425
|
+
"./Marine/l": {
|
|
2426
|
+
"require": "./Marine/l/index.js",
|
|
2427
|
+
"import": "./Marine/l/index.mjs",
|
|
2428
|
+
"types": "./Marine/l/index.d.ts"
|
|
2429
|
+
},
|
|
2420
2430
|
"./MailOpen/m": {
|
|
2421
2431
|
"require": "./MailOpen/m/index.js",
|
|
2422
2432
|
"import": "./MailOpen/m/index.mjs",
|
|
@@ -2577,15 +2587,15 @@
|
|
|
2577
2587
|
"import": "./LinkInternal/l/index.mjs",
|
|
2578
2588
|
"types": "./LinkInternal/l/index.d.ts"
|
|
2579
2589
|
},
|
|
2580
|
-
"./
|
|
2581
|
-
"require": "./
|
|
2582
|
-
"import": "./
|
|
2583
|
-
"types": "./
|
|
2590
|
+
"./LinkExternalAlt/m": {
|
|
2591
|
+
"require": "./LinkExternalAlt/m/index.js",
|
|
2592
|
+
"import": "./LinkExternalAlt/m/index.mjs",
|
|
2593
|
+
"types": "./LinkExternalAlt/m/index.d.ts"
|
|
2584
2594
|
},
|
|
2585
|
-
"./
|
|
2586
|
-
"require": "./
|
|
2587
|
-
"import": "./
|
|
2588
|
-
"types": "./
|
|
2595
|
+
"./LinkExternalAlt/l": {
|
|
2596
|
+
"require": "./LinkExternalAlt/l/index.js",
|
|
2597
|
+
"import": "./LinkExternalAlt/l/index.mjs",
|
|
2598
|
+
"types": "./LinkExternalAlt/l/index.d.ts"
|
|
2589
2599
|
},
|
|
2590
2600
|
"./LinkAltHalf/m": {
|
|
2591
2601
|
"require": "./LinkAltHalf/m/index.js",
|
|
@@ -2597,6 +2607,16 @@
|
|
|
2597
2607
|
"import": "./LinkAltHalf/l/index.mjs",
|
|
2598
2608
|
"types": "./LinkAltHalf/l/index.d.ts"
|
|
2599
2609
|
},
|
|
2610
|
+
"./LinkExternal/m": {
|
|
2611
|
+
"require": "./LinkExternal/m/index.js",
|
|
2612
|
+
"import": "./LinkExternal/m/index.mjs",
|
|
2613
|
+
"types": "./LinkExternal/m/index.d.ts"
|
|
2614
|
+
},
|
|
2615
|
+
"./LinkExternal/l": {
|
|
2616
|
+
"require": "./LinkExternal/l/index.js",
|
|
2617
|
+
"import": "./LinkExternal/l/index.mjs",
|
|
2618
|
+
"types": "./LinkExternal/l/index.d.ts"
|
|
2619
|
+
},
|
|
2600
2620
|
"./LinkAltBroken/m": {
|
|
2601
2621
|
"require": "./LinkAltBroken/m/index.js",
|
|
2602
2622
|
"import": "./LinkAltBroken/m/index.mjs",
|
|
@@ -2667,16 +2687,6 @@
|
|
|
2667
2687
|
"import": "./Law/l/index.mjs",
|
|
2668
2688
|
"types": "./Law/l/index.d.ts"
|
|
2669
2689
|
},
|
|
2670
|
-
"./Laptop/m": {
|
|
2671
|
-
"require": "./Laptop/m/index.js",
|
|
2672
|
-
"import": "./Laptop/m/index.mjs",
|
|
2673
|
-
"types": "./Laptop/m/index.d.ts"
|
|
2674
|
-
},
|
|
2675
|
-
"./Laptop/l": {
|
|
2676
|
-
"require": "./Laptop/l/index.js",
|
|
2677
|
-
"import": "./Laptop/l/index.mjs",
|
|
2678
|
-
"types": "./Laptop/l/index.d.ts"
|
|
2679
|
-
},
|
|
2680
2690
|
"./Language/m": {
|
|
2681
2691
|
"require": "./Language/m/index.js",
|
|
2682
2692
|
"import": "./Language/m/index.mjs",
|
|
@@ -2687,6 +2697,16 @@
|
|
|
2687
2697
|
"import": "./Language/l/index.mjs",
|
|
2688
2698
|
"types": "./Language/l/index.d.ts"
|
|
2689
2699
|
},
|
|
2700
|
+
"./Laptop/m": {
|
|
2701
|
+
"require": "./Laptop/m/index.js",
|
|
2702
|
+
"import": "./Laptop/m/index.mjs",
|
|
2703
|
+
"types": "./Laptop/m/index.d.ts"
|
|
2704
|
+
},
|
|
2705
|
+
"./Laptop/l": {
|
|
2706
|
+
"require": "./Laptop/l/index.js",
|
|
2707
|
+
"import": "./Laptop/l/index.mjs",
|
|
2708
|
+
"types": "./Laptop/l/index.d.ts"
|
|
2709
|
+
},
|
|
2690
2710
|
"./KeyHotkey/m": {
|
|
2691
2711
|
"require": "./KeyHotkey/m/index.js",
|
|
2692
2712
|
"import": "./KeyHotkey/m/index.mjs",
|