@semcore/icon 16.2.1 → 16.2.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 +6 -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/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/es6/Icon.js +4 -4
- package/lib/esm/Icon.mjs +5 -5
- package/package.json +174 -174
- 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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "16.2.
|
|
4
|
+
"version": "16.2.2",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
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.3",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
25
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
26
|
-
"@semcore/base-components": "16.0
|
|
26
|
+
"@semcore/base-components": "16.1.0",
|
|
27
27
|
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -62,16 +62,6 @@
|
|
|
62
62
|
"import": "./color/Yahoo/l/index.mjs",
|
|
63
63
|
"types": "./color/Yahoo/l/index.d.ts"
|
|
64
64
|
},
|
|
65
|
-
"./color/WooCommerceColored/m": {
|
|
66
|
-
"require": "./color/WooCommerceColored/m/index.js",
|
|
67
|
-
"import": "./color/WooCommerceColored/m/index.mjs",
|
|
68
|
-
"types": "./color/WooCommerceColored/m/index.d.ts"
|
|
69
|
-
},
|
|
70
|
-
"./color/WooCommerceColored/l": {
|
|
71
|
-
"require": "./color/WooCommerceColored/l/index.js",
|
|
72
|
-
"import": "./color/WooCommerceColored/l/index.mjs",
|
|
73
|
-
"types": "./color/WooCommerceColored/l/index.d.ts"
|
|
74
|
-
},
|
|
75
65
|
"./color/WhatsApp/m": {
|
|
76
66
|
"require": "./color/WhatsApp/m/index.js",
|
|
77
67
|
"import": "./color/WhatsApp/m/index.mjs",
|
|
@@ -82,6 +72,16 @@
|
|
|
82
72
|
"import": "./color/WhatsApp/l/index.mjs",
|
|
83
73
|
"types": "./color/WhatsApp/l/index.d.ts"
|
|
84
74
|
},
|
|
75
|
+
"./color/WooCommerceColored/m": {
|
|
76
|
+
"require": "./color/WooCommerceColored/m/index.js",
|
|
77
|
+
"import": "./color/WooCommerceColored/m/index.mjs",
|
|
78
|
+
"types": "./color/WooCommerceColored/m/index.d.ts"
|
|
79
|
+
},
|
|
80
|
+
"./color/WooCommerceColored/l": {
|
|
81
|
+
"require": "./color/WooCommerceColored/l/index.js",
|
|
82
|
+
"import": "./color/WooCommerceColored/l/index.mjs",
|
|
83
|
+
"types": "./color/WooCommerceColored/l/index.d.ts"
|
|
84
|
+
},
|
|
85
85
|
"./color/WhatConvertsColored/m": {
|
|
86
86
|
"require": "./color/WhatConvertsColored/m/index.js",
|
|
87
87
|
"import": "./color/WhatConvertsColored/m/index.mjs",
|
|
@@ -152,16 +152,6 @@
|
|
|
152
152
|
"import": "./color/PipedriveColored/l/index.mjs",
|
|
153
153
|
"types": "./color/PipedriveColored/l/index.d.ts"
|
|
154
154
|
},
|
|
155
|
-
"./color/Moz/m": {
|
|
156
|
-
"require": "./color/Moz/m/index.js",
|
|
157
|
-
"import": "./color/Moz/m/index.mjs",
|
|
158
|
-
"types": "./color/Moz/m/index.d.ts"
|
|
159
|
-
},
|
|
160
|
-
"./color/Moz/l": {
|
|
161
|
-
"require": "./color/Moz/l/index.js",
|
|
162
|
-
"import": "./color/Moz/l/index.mjs",
|
|
163
|
-
"types": "./color/Moz/l/index.d.ts"
|
|
164
|
-
},
|
|
165
155
|
"./color/MicrosoftOutlook/m": {
|
|
166
156
|
"require": "./color/MicrosoftOutlook/m/index.js",
|
|
167
157
|
"import": "./color/MicrosoftOutlook/m/index.mjs",
|
|
@@ -172,6 +162,16 @@
|
|
|
172
162
|
"import": "./color/MicrosoftOutlook/l/index.mjs",
|
|
173
163
|
"types": "./color/MicrosoftOutlook/l/index.d.ts"
|
|
174
164
|
},
|
|
165
|
+
"./color/Moz/m": {
|
|
166
|
+
"require": "./color/Moz/m/index.js",
|
|
167
|
+
"import": "./color/Moz/m/index.mjs",
|
|
168
|
+
"types": "./color/Moz/m/index.d.ts"
|
|
169
|
+
},
|
|
170
|
+
"./color/Moz/l": {
|
|
171
|
+
"require": "./color/Moz/l/index.js",
|
|
172
|
+
"import": "./color/Moz/l/index.mjs",
|
|
173
|
+
"types": "./color/Moz/l/index.d.ts"
|
|
174
|
+
},
|
|
175
175
|
"./color/MicrosoftOffice/m": {
|
|
176
176
|
"require": "./color/MicrosoftOffice/m/index.js",
|
|
177
177
|
"import": "./color/MicrosoftOffice/m/index.mjs",
|
|
@@ -302,16 +302,6 @@
|
|
|
302
302
|
"import": "./color/GoogleSheets/l/index.mjs",
|
|
303
303
|
"types": "./color/GoogleSheets/l/index.d.ts"
|
|
304
304
|
},
|
|
305
|
-
"./color/GoogleSearchConsole/m": {
|
|
306
|
-
"require": "./color/GoogleSearchConsole/m/index.js",
|
|
307
|
-
"import": "./color/GoogleSearchConsole/m/index.mjs",
|
|
308
|
-
"types": "./color/GoogleSearchConsole/m/index.d.ts"
|
|
309
|
-
},
|
|
310
|
-
"./color/GoogleSearchConsole/l": {
|
|
311
|
-
"require": "./color/GoogleSearchConsole/l/index.js",
|
|
312
|
-
"import": "./color/GoogleSearchConsole/l/index.mjs",
|
|
313
|
-
"types": "./color/GoogleSearchConsole/l/index.d.ts"
|
|
314
|
-
},
|
|
315
305
|
"./color/GoogleMyBusiness/m": {
|
|
316
306
|
"require": "./color/GoogleMyBusiness/m/index.js",
|
|
317
307
|
"import": "./color/GoogleMyBusiness/m/index.mjs",
|
|
@@ -322,6 +312,16 @@
|
|
|
322
312
|
"import": "./color/GoogleMyBusiness/l/index.mjs",
|
|
323
313
|
"types": "./color/GoogleMyBusiness/l/index.d.ts"
|
|
324
314
|
},
|
|
315
|
+
"./color/GoogleSearchConsole/m": {
|
|
316
|
+
"require": "./color/GoogleSearchConsole/m/index.js",
|
|
317
|
+
"import": "./color/GoogleSearchConsole/m/index.mjs",
|
|
318
|
+
"types": "./color/GoogleSearchConsole/m/index.d.ts"
|
|
319
|
+
},
|
|
320
|
+
"./color/GoogleSearchConsole/l": {
|
|
321
|
+
"require": "./color/GoogleSearchConsole/l/index.js",
|
|
322
|
+
"import": "./color/GoogleSearchConsole/l/index.mjs",
|
|
323
|
+
"types": "./color/GoogleSearchConsole/l/index.d.ts"
|
|
324
|
+
},
|
|
325
325
|
"./color/GoogleMail/m": {
|
|
326
326
|
"require": "./color/GoogleMail/m/index.js",
|
|
327
327
|
"import": "./color/GoogleMail/m/index.mjs",
|
|
@@ -472,16 +472,6 @@
|
|
|
472
472
|
"import": "./color/ConstantContactColored/l/index.mjs",
|
|
473
473
|
"types": "./color/ConstantContactColored/l/index.d.ts"
|
|
474
474
|
},
|
|
475
|
-
"./color/Confluence/m": {
|
|
476
|
-
"require": "./color/Confluence/m/index.js",
|
|
477
|
-
"import": "./color/Confluence/m/index.mjs",
|
|
478
|
-
"types": "./color/Confluence/m/index.d.ts"
|
|
479
|
-
},
|
|
480
|
-
"./color/Confluence/l": {
|
|
481
|
-
"require": "./color/Confluence/l/index.js",
|
|
482
|
-
"import": "./color/Confluence/l/index.mjs",
|
|
483
|
-
"types": "./color/Confluence/l/index.d.ts"
|
|
484
|
-
},
|
|
485
475
|
"./color/CampaignMonitorColored/m": {
|
|
486
476
|
"require": "./color/CampaignMonitorColored/m/index.js",
|
|
487
477
|
"import": "./color/CampaignMonitorColored/m/index.mjs",
|
|
@@ -492,6 +482,16 @@
|
|
|
492
482
|
"import": "./color/CampaignMonitorColored/l/index.mjs",
|
|
493
483
|
"types": "./color/CampaignMonitorColored/l/index.d.ts"
|
|
494
484
|
},
|
|
485
|
+
"./color/Confluence/m": {
|
|
486
|
+
"require": "./color/Confluence/m/index.js",
|
|
487
|
+
"import": "./color/Confluence/m/index.mjs",
|
|
488
|
+
"types": "./color/Confluence/m/index.d.ts"
|
|
489
|
+
},
|
|
490
|
+
"./color/Confluence/l": {
|
|
491
|
+
"require": "./color/Confluence/l/index.js",
|
|
492
|
+
"import": "./color/Confluence/l/index.mjs",
|
|
493
|
+
"types": "./color/Confluence/l/index.d.ts"
|
|
494
|
+
},
|
|
495
495
|
"./color/CallTrackingMetricsColored/m": {
|
|
496
496
|
"require": "./color/CallTrackingMetricsColored/m/index.js",
|
|
497
497
|
"import": "./color/CallTrackingMetricsColored/m/index.mjs",
|
|
@@ -672,16 +672,16 @@
|
|
|
672
672
|
"import": "./platform/LocalToolkit/index.mjs",
|
|
673
673
|
"types": "./platform/LocalToolkit/index.d.ts"
|
|
674
674
|
},
|
|
675
|
-
"./platform/HomePlatform": {
|
|
676
|
-
"require": "./platform/HomePlatform/index.js",
|
|
677
|
-
"import": "./platform/HomePlatform/index.mjs",
|
|
678
|
-
"types": "./platform/HomePlatform/index.d.ts"
|
|
679
|
-
},
|
|
680
675
|
"./platform/EnterpriseSolutions": {
|
|
681
676
|
"require": "./platform/EnterpriseSolutions/index.js",
|
|
682
677
|
"import": "./platform/EnterpriseSolutions/index.mjs",
|
|
683
678
|
"types": "./platform/EnterpriseSolutions/index.d.ts"
|
|
684
679
|
},
|
|
680
|
+
"./platform/HomePlatform": {
|
|
681
|
+
"require": "./platform/HomePlatform/index.js",
|
|
682
|
+
"import": "./platform/HomePlatform/index.mjs",
|
|
683
|
+
"types": "./platform/HomePlatform/index.d.ts"
|
|
684
|
+
},
|
|
685
685
|
"./platform/ContentToolkit": {
|
|
686
686
|
"require": "./platform/ContentToolkit/index.js",
|
|
687
687
|
"import": "./platform/ContentToolkit/index.mjs",
|
|
@@ -732,6 +732,16 @@
|
|
|
732
732
|
"import": "./YoutubePlaceholder/l/index.mjs",
|
|
733
733
|
"types": "./YoutubePlaceholder/l/index.d.ts"
|
|
734
734
|
},
|
|
735
|
+
"./Youtube/m": {
|
|
736
|
+
"require": "./Youtube/m/index.js",
|
|
737
|
+
"import": "./Youtube/m/index.mjs",
|
|
738
|
+
"types": "./Youtube/m/index.d.ts"
|
|
739
|
+
},
|
|
740
|
+
"./Youtube/l": {
|
|
741
|
+
"require": "./Youtube/l/index.js",
|
|
742
|
+
"import": "./Youtube/l/index.mjs",
|
|
743
|
+
"types": "./Youtube/l/index.d.ts"
|
|
744
|
+
},
|
|
735
745
|
"./Yext/m": {
|
|
736
746
|
"require": "./Yext/m/index.js",
|
|
737
747
|
"import": "./Yext/m/index.mjs",
|
|
@@ -752,16 +762,6 @@
|
|
|
752
762
|
"import": "./Wristwatch/l/index.mjs",
|
|
753
763
|
"types": "./Wristwatch/l/index.d.ts"
|
|
754
764
|
},
|
|
755
|
-
"./Youtube/m": {
|
|
756
|
-
"require": "./Youtube/m/index.js",
|
|
757
|
-
"import": "./Youtube/m/index.mjs",
|
|
758
|
-
"types": "./Youtube/m/index.d.ts"
|
|
759
|
-
},
|
|
760
|
-
"./Youtube/l": {
|
|
761
|
-
"require": "./Youtube/l/index.js",
|
|
762
|
-
"import": "./Youtube/l/index.mjs",
|
|
763
|
-
"types": "./Youtube/l/index.d.ts"
|
|
764
|
-
},
|
|
765
765
|
"./Wordpress/m": {
|
|
766
766
|
"require": "./Wordpress/m/index.js",
|
|
767
767
|
"import": "./Wordpress/m/index.mjs",
|
|
@@ -782,16 +782,6 @@
|
|
|
782
782
|
"import": "./Wine/l/index.mjs",
|
|
783
783
|
"types": "./Wine/l/index.d.ts"
|
|
784
784
|
},
|
|
785
|
-
"./WebPages/m": {
|
|
786
|
-
"require": "./WebPages/m/index.js",
|
|
787
|
-
"import": "./WebPages/m/index.mjs",
|
|
788
|
-
"types": "./WebPages/m/index.d.ts"
|
|
789
|
-
},
|
|
790
|
-
"./WebPages/l": {
|
|
791
|
-
"require": "./WebPages/l/index.js",
|
|
792
|
-
"import": "./WebPages/l/index.mjs",
|
|
793
|
-
"types": "./WebPages/l/index.d.ts"
|
|
794
|
-
},
|
|
795
785
|
"./WebStories/m": {
|
|
796
786
|
"require": "./WebStories/m/index.js",
|
|
797
787
|
"import": "./WebStories/m/index.mjs",
|
|
@@ -802,6 +792,16 @@
|
|
|
802
792
|
"import": "./WebStories/l/index.mjs",
|
|
803
793
|
"types": "./WebStories/l/index.d.ts"
|
|
804
794
|
},
|
|
795
|
+
"./WebPages/m": {
|
|
796
|
+
"require": "./WebPages/m/index.js",
|
|
797
|
+
"import": "./WebPages/m/index.mjs",
|
|
798
|
+
"types": "./WebPages/m/index.d.ts"
|
|
799
|
+
},
|
|
800
|
+
"./WebPages/l": {
|
|
801
|
+
"require": "./WebPages/l/index.js",
|
|
802
|
+
"import": "./WebPages/l/index.mjs",
|
|
803
|
+
"types": "./WebPages/l/index.d.ts"
|
|
804
|
+
},
|
|
805
805
|
"./Warning/m": {
|
|
806
806
|
"require": "./Warning/m/index.js",
|
|
807
807
|
"import": "./Warning/m/index.mjs",
|
|
@@ -842,6 +842,16 @@
|
|
|
842
842
|
"import": "./VideoStreaming/l/index.mjs",
|
|
843
843
|
"types": "./VideoStreaming/l/index.d.ts"
|
|
844
844
|
},
|
|
845
|
+
"./VideoStop/m": {
|
|
846
|
+
"require": "./VideoStop/m/index.js",
|
|
847
|
+
"import": "./VideoStop/m/index.mjs",
|
|
848
|
+
"types": "./VideoStop/m/index.d.ts"
|
|
849
|
+
},
|
|
850
|
+
"./VideoStop/l": {
|
|
851
|
+
"require": "./VideoStop/l/index.js",
|
|
852
|
+
"import": "./VideoStop/l/index.mjs",
|
|
853
|
+
"types": "./VideoStop/l/index.d.ts"
|
|
854
|
+
},
|
|
845
855
|
"./VideoList/m": {
|
|
846
856
|
"require": "./VideoList/m/index.js",
|
|
847
857
|
"import": "./VideoList/m/index.mjs",
|
|
@@ -862,15 +872,15 @@
|
|
|
862
872
|
"import": "./VideoCarousel/l/index.mjs",
|
|
863
873
|
"types": "./VideoCarousel/l/index.d.ts"
|
|
864
874
|
},
|
|
865
|
-
"./
|
|
866
|
-
"require": "./
|
|
867
|
-
"import": "./
|
|
868
|
-
"types": "./
|
|
875
|
+
"./VideoAlt/m": {
|
|
876
|
+
"require": "./VideoAlt/m/index.js",
|
|
877
|
+
"import": "./VideoAlt/m/index.mjs",
|
|
878
|
+
"types": "./VideoAlt/m/index.d.ts"
|
|
869
879
|
},
|
|
870
|
-
"./
|
|
871
|
-
"require": "./
|
|
872
|
-
"import": "./
|
|
873
|
-
"types": "./
|
|
880
|
+
"./VideoAlt/l": {
|
|
881
|
+
"require": "./VideoAlt/l/index.js",
|
|
882
|
+
"import": "./VideoAlt/l/index.mjs",
|
|
883
|
+
"types": "./VideoAlt/l/index.d.ts"
|
|
874
884
|
},
|
|
875
885
|
"./Video/m": {
|
|
876
886
|
"require": "./Video/m/index.js",
|
|
@@ -882,16 +892,6 @@
|
|
|
882
892
|
"import": "./Video/l/index.mjs",
|
|
883
893
|
"types": "./Video/l/index.d.ts"
|
|
884
894
|
},
|
|
885
|
-
"./VideoAlt/m": {
|
|
886
|
-
"require": "./VideoAlt/m/index.js",
|
|
887
|
-
"import": "./VideoAlt/m/index.mjs",
|
|
888
|
-
"types": "./VideoAlt/m/index.d.ts"
|
|
889
|
-
},
|
|
890
|
-
"./VideoAlt/l": {
|
|
891
|
-
"require": "./VideoAlt/l/index.js",
|
|
892
|
-
"import": "./VideoAlt/l/index.mjs",
|
|
893
|
-
"types": "./VideoAlt/l/index.d.ts"
|
|
894
|
-
},
|
|
895
895
|
"./Veterinary/m": {
|
|
896
896
|
"require": "./Veterinary/m/index.js",
|
|
897
897
|
"import": "./Veterinary/m/index.mjs",
|
|
@@ -922,6 +922,16 @@
|
|
|
922
922
|
"import": "./Vacation/l/index.mjs",
|
|
923
923
|
"types": "./Vacation/l/index.d.ts"
|
|
924
924
|
},
|
|
925
|
+
"./UserSharedFirst/m": {
|
|
926
|
+
"require": "./UserSharedFirst/m/index.js",
|
|
927
|
+
"import": "./UserSharedFirst/m/index.mjs",
|
|
928
|
+
"types": "./UserSharedFirst/m/index.d.ts"
|
|
929
|
+
},
|
|
930
|
+
"./UserSharedFirst/l": {
|
|
931
|
+
"require": "./UserSharedFirst/l/index.js",
|
|
932
|
+
"import": "./UserSharedFirst/l/index.mjs",
|
|
933
|
+
"types": "./UserSharedFirst/l/index.d.ts"
|
|
934
|
+
},
|
|
925
935
|
"./UserShared/m": {
|
|
926
936
|
"require": "./UserShared/m/index.js",
|
|
927
937
|
"import": "./UserShared/m/index.mjs",
|
|
@@ -942,26 +952,6 @@
|
|
|
942
952
|
"import": "./UserGroup/l/index.mjs",
|
|
943
953
|
"types": "./UserGroup/l/index.d.ts"
|
|
944
954
|
},
|
|
945
|
-
"./UserSharedFirst/m": {
|
|
946
|
-
"require": "./UserSharedFirst/m/index.js",
|
|
947
|
-
"import": "./UserSharedFirst/m/index.mjs",
|
|
948
|
-
"types": "./UserSharedFirst/m/index.d.ts"
|
|
949
|
-
},
|
|
950
|
-
"./UserSharedFirst/l": {
|
|
951
|
-
"require": "./UserSharedFirst/l/index.js",
|
|
952
|
-
"import": "./UserSharedFirst/l/index.mjs",
|
|
953
|
-
"types": "./UserSharedFirst/l/index.d.ts"
|
|
954
|
-
},
|
|
955
|
-
"./Unsplash/m": {
|
|
956
|
-
"require": "./Unsplash/m/index.js",
|
|
957
|
-
"import": "./Unsplash/m/index.mjs",
|
|
958
|
-
"types": "./Unsplash/m/index.d.ts"
|
|
959
|
-
},
|
|
960
|
-
"./Unsplash/l": {
|
|
961
|
-
"require": "./Unsplash/l/index.js",
|
|
962
|
-
"import": "./Unsplash/l/index.mjs",
|
|
963
|
-
"types": "./Unsplash/l/index.d.ts"
|
|
964
|
-
},
|
|
965
955
|
"./UserDemo/m": {
|
|
966
956
|
"require": "./UserDemo/m/index.js",
|
|
967
957
|
"import": "./UserDemo/m/index.mjs",
|
|
@@ -982,15 +972,15 @@
|
|
|
982
972
|
"import": "./User/l/index.mjs",
|
|
983
973
|
"types": "./User/l/index.d.ts"
|
|
984
974
|
},
|
|
985
|
-
"./
|
|
986
|
-
"require": "./
|
|
987
|
-
"import": "./
|
|
988
|
-
"types": "./
|
|
975
|
+
"./Unsplash/m": {
|
|
976
|
+
"require": "./Unsplash/m/index.js",
|
|
977
|
+
"import": "./Unsplash/m/index.mjs",
|
|
978
|
+
"types": "./Unsplash/m/index.d.ts"
|
|
989
979
|
},
|
|
990
|
-
"./
|
|
991
|
-
"require": "./
|
|
992
|
-
"import": "./
|
|
993
|
-
"types": "./
|
|
980
|
+
"./Unsplash/l": {
|
|
981
|
+
"require": "./Unsplash/l/index.js",
|
|
982
|
+
"import": "./Unsplash/l/index.mjs",
|
|
983
|
+
"types": "./Unsplash/l/index.d.ts"
|
|
994
984
|
},
|
|
995
985
|
"./Undo/m": {
|
|
996
986
|
"require": "./Undo/m/index.js",
|
|
@@ -1002,6 +992,16 @@
|
|
|
1002
992
|
"import": "./Undo/l/index.mjs",
|
|
1003
993
|
"types": "./Undo/l/index.d.ts"
|
|
1004
994
|
},
|
|
995
|
+
"./Unarchive/m": {
|
|
996
|
+
"require": "./Unarchive/m/index.js",
|
|
997
|
+
"import": "./Unarchive/m/index.mjs",
|
|
998
|
+
"types": "./Unarchive/m/index.d.ts"
|
|
999
|
+
},
|
|
1000
|
+
"./Unarchive/l": {
|
|
1001
|
+
"require": "./Unarchive/l/index.js",
|
|
1002
|
+
"import": "./Unarchive/l/index.mjs",
|
|
1003
|
+
"types": "./Unarchive/l/index.d.ts"
|
|
1004
|
+
},
|
|
1005
1005
|
"./TwitterCarousel/m": {
|
|
1006
1006
|
"require": "./TwitterCarousel/m/index.js",
|
|
1007
1007
|
"import": "./TwitterCarousel/m/index.mjs",
|
|
@@ -1042,16 +1042,6 @@
|
|
|
1042
1042
|
"import": "./Trash/l/index.mjs",
|
|
1043
1043
|
"types": "./Trash/l/index.d.ts"
|
|
1044
1044
|
},
|
|
1045
|
-
"./TopStories/m": {
|
|
1046
|
-
"require": "./TopStories/m/index.js",
|
|
1047
|
-
"import": "./TopStories/m/index.mjs",
|
|
1048
|
-
"types": "./TopStories/m/index.d.ts"
|
|
1049
|
-
},
|
|
1050
|
-
"./TopStories/l": {
|
|
1051
|
-
"require": "./TopStories/l/index.js",
|
|
1052
|
-
"import": "./TopStories/l/index.mjs",
|
|
1053
|
-
"types": "./TopStories/l/index.d.ts"
|
|
1054
|
-
},
|
|
1055
1045
|
"./Toxic/m": {
|
|
1056
1046
|
"require": "./Toxic/m/index.js",
|
|
1057
1047
|
"import": "./Toxic/m/index.mjs",
|
|
@@ -1062,6 +1052,16 @@
|
|
|
1062
1052
|
"import": "./Toxic/l/index.mjs",
|
|
1063
1053
|
"types": "./Toxic/l/index.d.ts"
|
|
1064
1054
|
},
|
|
1055
|
+
"./TopStories/m": {
|
|
1056
|
+
"require": "./TopStories/m/index.js",
|
|
1057
|
+
"import": "./TopStories/m/index.mjs",
|
|
1058
|
+
"types": "./TopStories/m/index.d.ts"
|
|
1059
|
+
},
|
|
1060
|
+
"./TopStories/l": {
|
|
1061
|
+
"require": "./TopStories/l/index.js",
|
|
1062
|
+
"import": "./TopStories/l/index.mjs",
|
|
1063
|
+
"types": "./TopStories/l/index.d.ts"
|
|
1064
|
+
},
|
|
1065
1065
|
"./TimeNight/m": {
|
|
1066
1066
|
"require": "./TimeNight/m/index.js",
|
|
1067
1067
|
"import": "./TimeNight/m/index.mjs",
|
|
@@ -1072,6 +1072,16 @@
|
|
|
1072
1072
|
"import": "./TimeNight/l/index.mjs",
|
|
1073
1073
|
"types": "./TimeNight/l/index.d.ts"
|
|
1074
1074
|
},
|
|
1075
|
+
"./Tile/m": {
|
|
1076
|
+
"require": "./Tile/m/index.js",
|
|
1077
|
+
"import": "./Tile/m/index.mjs",
|
|
1078
|
+
"types": "./Tile/m/index.d.ts"
|
|
1079
|
+
},
|
|
1080
|
+
"./Tile/l": {
|
|
1081
|
+
"require": "./Tile/l/index.js",
|
|
1082
|
+
"import": "./Tile/l/index.mjs",
|
|
1083
|
+
"types": "./Tile/l/index.d.ts"
|
|
1084
|
+
},
|
|
1075
1085
|
"./TimeDay/m": {
|
|
1076
1086
|
"require": "./TimeDay/m/index.js",
|
|
1077
1087
|
"import": "./TimeDay/m/index.mjs",
|
|
@@ -1092,16 +1102,6 @@
|
|
|
1092
1102
|
"import": "./TimeClock/l/index.mjs",
|
|
1093
1103
|
"types": "./TimeClock/l/index.d.ts"
|
|
1094
1104
|
},
|
|
1095
|
-
"./Tile/m": {
|
|
1096
|
-
"require": "./Tile/m/index.js",
|
|
1097
|
-
"import": "./Tile/m/index.mjs",
|
|
1098
|
-
"types": "./Tile/m/index.d.ts"
|
|
1099
|
-
},
|
|
1100
|
-
"./Tile/l": {
|
|
1101
|
-
"require": "./Tile/l/index.js",
|
|
1102
|
-
"import": "./Tile/l/index.mjs",
|
|
1103
|
-
"types": "./Tile/l/index.d.ts"
|
|
1104
|
-
},
|
|
1105
1105
|
"./ThumbUp/m": {
|
|
1106
1106
|
"require": "./ThumbUp/m/index.js",
|
|
1107
1107
|
"import": "./ThumbUp/m/index.mjs",
|
|
@@ -1152,16 +1152,6 @@
|
|
|
1152
1152
|
"import": "./Telescope/l/index.mjs",
|
|
1153
1153
|
"types": "./Telescope/l/index.d.ts"
|
|
1154
1154
|
},
|
|
1155
|
-
"./Tag/m": {
|
|
1156
|
-
"require": "./Tag/m/index.js",
|
|
1157
|
-
"import": "./Tag/m/index.mjs",
|
|
1158
|
-
"types": "./Tag/m/index.d.ts"
|
|
1159
|
-
},
|
|
1160
|
-
"./Tag/l": {
|
|
1161
|
-
"require": "./Tag/l/index.js",
|
|
1162
|
-
"import": "./Tag/l/index.mjs",
|
|
1163
|
-
"types": "./Tag/l/index.d.ts"
|
|
1164
|
-
},
|
|
1165
1155
|
"./TagFilled/m": {
|
|
1166
1156
|
"require": "./TagFilled/m/index.js",
|
|
1167
1157
|
"import": "./TagFilled/m/index.mjs",
|
|
@@ -1172,6 +1162,16 @@
|
|
|
1172
1162
|
"import": "./TagFilled/l/index.mjs",
|
|
1173
1163
|
"types": "./TagFilled/l/index.d.ts"
|
|
1174
1164
|
},
|
|
1165
|
+
"./Tag/m": {
|
|
1166
|
+
"require": "./Tag/m/index.js",
|
|
1167
|
+
"import": "./Tag/m/index.mjs",
|
|
1168
|
+
"types": "./Tag/m/index.d.ts"
|
|
1169
|
+
},
|
|
1170
|
+
"./Tag/l": {
|
|
1171
|
+
"require": "./Tag/l/index.js",
|
|
1172
|
+
"import": "./Tag/l/index.mjs",
|
|
1173
|
+
"types": "./Tag/l/index.d.ts"
|
|
1174
|
+
},
|
|
1175
1175
|
"./TackNo/m": {
|
|
1176
1176
|
"require": "./TackNo/m/index.js",
|
|
1177
1177
|
"import": "./TackNo/m/index.mjs",
|
|
@@ -1192,16 +1192,6 @@
|
|
|
1192
1192
|
"import": "./Tack/l/index.mjs",
|
|
1193
1193
|
"types": "./Tack/l/index.d.ts"
|
|
1194
1194
|
},
|
|
1195
|
-
"./Table/m": {
|
|
1196
|
-
"require": "./Table/m/index.js",
|
|
1197
|
-
"import": "./Table/m/index.mjs",
|
|
1198
|
-
"types": "./Table/m/index.d.ts"
|
|
1199
|
-
},
|
|
1200
|
-
"./Table/l": {
|
|
1201
|
-
"require": "./Table/l/index.js",
|
|
1202
|
-
"import": "./Table/l/index.mjs",
|
|
1203
|
-
"types": "./Table/l/index.d.ts"
|
|
1204
|
-
},
|
|
1205
1195
|
"./Tablet/m": {
|
|
1206
1196
|
"require": "./Tablet/m/index.js",
|
|
1207
1197
|
"import": "./Tablet/m/index.mjs",
|
|
@@ -1212,6 +1202,16 @@
|
|
|
1212
1202
|
"import": "./Tablet/l/index.mjs",
|
|
1213
1203
|
"types": "./Tablet/l/index.d.ts"
|
|
1214
1204
|
},
|
|
1205
|
+
"./Table/m": {
|
|
1206
|
+
"require": "./Table/m/index.js",
|
|
1207
|
+
"import": "./Table/m/index.mjs",
|
|
1208
|
+
"types": "./Table/m/index.d.ts"
|
|
1209
|
+
},
|
|
1210
|
+
"./Table/l": {
|
|
1211
|
+
"require": "./Table/l/index.js",
|
|
1212
|
+
"import": "./Table/l/index.mjs",
|
|
1213
|
+
"types": "./Table/l/index.d.ts"
|
|
1214
|
+
},
|
|
1215
1215
|
"./SummaryAI/m": {
|
|
1216
1216
|
"require": "./SummaryAI/m/index.js",
|
|
1217
1217
|
"import": "./SummaryAI/m/index.mjs",
|
|
@@ -3282,6 +3282,16 @@
|
|
|
3282
3282
|
"import": "./DocumentSad/l/index.mjs",
|
|
3283
3283
|
"types": "./DocumentSad/l/index.d.ts"
|
|
3284
3284
|
},
|
|
3285
|
+
"./DocumentHappy/m": {
|
|
3286
|
+
"require": "./DocumentHappy/m/index.js",
|
|
3287
|
+
"import": "./DocumentHappy/m/index.mjs",
|
|
3288
|
+
"types": "./DocumentHappy/m/index.d.ts"
|
|
3289
|
+
},
|
|
3290
|
+
"./DocumentHappy/l": {
|
|
3291
|
+
"require": "./DocumentHappy/l/index.js",
|
|
3292
|
+
"import": "./DocumentHappy/l/index.mjs",
|
|
3293
|
+
"types": "./DocumentHappy/l/index.d.ts"
|
|
3294
|
+
},
|
|
3285
3295
|
"./DocumentPdf/m": {
|
|
3286
3296
|
"require": "./DocumentPdf/m/index.js",
|
|
3287
3297
|
"import": "./DocumentPdf/m/index.mjs",
|
|
@@ -3302,16 +3312,6 @@
|
|
|
3302
3312
|
"import": "./DocumentExport/l/index.mjs",
|
|
3303
3313
|
"types": "./DocumentExport/l/index.d.ts"
|
|
3304
3314
|
},
|
|
3305
|
-
"./DocumentHappy/m": {
|
|
3306
|
-
"require": "./DocumentHappy/m/index.js",
|
|
3307
|
-
"import": "./DocumentHappy/m/index.mjs",
|
|
3308
|
-
"types": "./DocumentHappy/m/index.d.ts"
|
|
3309
|
-
},
|
|
3310
|
-
"./DocumentHappy/l": {
|
|
3311
|
-
"require": "./DocumentHappy/l/index.js",
|
|
3312
|
-
"import": "./DocumentHappy/l/index.mjs",
|
|
3313
|
-
"types": "./DocumentHappy/l/index.d.ts"
|
|
3314
|
-
},
|
|
3315
3315
|
"./DocumentDrop/m": {
|
|
3316
3316
|
"require": "./DocumentDrop/m/index.js",
|
|
3317
3317
|
"import": "./DocumentDrop/m/index.mjs",
|
|
@@ -3362,16 +3362,6 @@
|
|
|
3362
3362
|
"import": "./Desktop/l/index.mjs",
|
|
3363
3363
|
"types": "./Desktop/l/index.d.ts"
|
|
3364
3364
|
},
|
|
3365
|
-
"./CursorMove/m": {
|
|
3366
|
-
"require": "./CursorMove/m/index.js",
|
|
3367
|
-
"import": "./CursorMove/m/index.mjs",
|
|
3368
|
-
"types": "./CursorMove/m/index.d.ts"
|
|
3369
|
-
},
|
|
3370
|
-
"./CursorMove/l": {
|
|
3371
|
-
"require": "./CursorMove/l/index.js",
|
|
3372
|
-
"import": "./CursorMove/l/index.mjs",
|
|
3373
|
-
"types": "./CursorMove/l/index.d.ts"
|
|
3374
|
-
},
|
|
3375
3365
|
"./Cut/m": {
|
|
3376
3366
|
"require": "./Cut/m/index.js",
|
|
3377
3367
|
"import": "./Cut/m/index.mjs",
|
|
@@ -3382,6 +3372,16 @@
|
|
|
3382
3372
|
"import": "./Cut/l/index.mjs",
|
|
3383
3373
|
"types": "./Cut/l/index.d.ts"
|
|
3384
3374
|
},
|
|
3375
|
+
"./CursorMove/m": {
|
|
3376
|
+
"require": "./CursorMove/m/index.js",
|
|
3377
|
+
"import": "./CursorMove/m/index.mjs",
|
|
3378
|
+
"types": "./CursorMove/m/index.d.ts"
|
|
3379
|
+
},
|
|
3380
|
+
"./CursorMove/l": {
|
|
3381
|
+
"require": "./CursorMove/l/index.js",
|
|
3382
|
+
"import": "./CursorMove/l/index.mjs",
|
|
3383
|
+
"types": "./CursorMove/l/index.d.ts"
|
|
3384
|
+
},
|
|
3385
3385
|
"./CursorDefault/m": {
|
|
3386
3386
|
"require": "./CursorDefault/m/index.js",
|
|
3387
3387
|
"import": "./CursorDefault/m/index.mjs",
|
package/pay/Discover/l/index.js
CHANGED
|
@@ -32,7 +32,7 @@ function RootDiscover(_ref, ref) {
|
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
34
|
d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
|
|
35
|
-
fill: "url(#intergalactic-icon-Discover_l_a-16.2.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.2.2)",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|
package/pay/Discover/l/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ function RootDiscover({
|
|
|
21
21
|
shapeRendering: "geometricPrecision"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
|
|
24
|
-
fill: "url(#intergalactic-icon-Discover_l_a-16.2.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_l_a-16.2.2)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
fillRule: "evenodd",
|
package/pay/Discover/m/index.js
CHANGED
|
@@ -32,7 +32,7 @@ function RootDiscover(_ref, ref) {
|
|
|
32
32
|
shapeRendering: "geometricPrecision"
|
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
34
|
d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
|
|
35
|
-
fill: "url(#intergalactic-icon-Discover_m_a-16.2.
|
|
35
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.2.2)",
|
|
36
36
|
shapeRendering: "geometricPrecision"
|
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
38
|
fillRule: "evenodd",
|
package/pay/Discover/m/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ function RootDiscover({
|
|
|
21
21
|
shapeRendering: "geometricPrecision"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23
23
|
d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
|
|
24
|
-
fill: "url(#intergalactic-icon-Discover_m_a-16.2.
|
|
24
|
+
fill: "url(#intergalactic-icon-Discover_m_a-16.2.2)",
|
|
25
25
|
shapeRendering: "geometricPrecision"
|
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
fillRule: "evenodd",
|